/*  ==========================================================================
    Table of Content
    ==========================================================================
    
    1.0 Icon Box
    2.0 Testimonials
    3.0 Blog
    4.0 Contact
    5.0 Widget Section
    6.0 Subscribe Form
    7.0 Scroll To Top

    ==========================================================================
    Wonder
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i|Open+Sans:300,400,600,700');


/* ==========================================================================
   1.0 Icon Box
   ========================================================================== */
.icon-wrap{
    margin: 0 auto;
    position: relative;
}
.icon-wrap span{
    font-family: 'Merriweather', sans-serif;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #777;
    color: #fff;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.box-hover{
    transition: all 0.5s ease-in-out;
}
.box-hover:hover{
    -webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out;
}
.service-round .icon-box{
    position: relative;
    padding-top: 55px;
}
.service-round .icon-box i{
    position: absolute;
    left: calc(50% - 40px);
    top: -40px;
}
.service-item{
	position: relative;
	
background-size: cover;
background-position: center center;
}
.service-item .post-info{
	/*background-color: rgba(34,34,34,0.2);*/
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service-item .post-info a:hover{
    text-decoration: underline;
    opacity: 1;
}

/* ==========================================================================
   2.0 Testimonials
   ========================================================================== */
.testimonial-section{}
.review-wrapper{}
.review-box-1{
	display: block;
	padding-left: 48px;
	position: relative;
}
.review-box-1 img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 68px;
}
.testimonial-item img{
	width: 100px!important;
	height: 100px;
	margin: 0 auto;
}
.review-box-2 img{
	margin-top: -90px;
} 

.review-box-3{
    position: relative;
}
.review-box-3:before{
    background-color: #fff;
    content: '';
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    bottom: -13px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.client-info{
    position: relative;
    padding-left: 100px;
    padding-top: 16px;
}
.client-info img{
    position: absolute;
    left: 0;
    top: 0;
}

/* ==========================================================================
   3.0 Blog
   ========================================================================== */
.article-box{
	padding-bottom: 5px;
}
.article-box .post-thumb{
	max-height: 220px;
}
.article-box .entry-content .date{
	display: block;
	color: #262626;
	opacity: 0.6;
}
.article-box .entry-content .date:hover{
	color: #262626;
	opacity: 0.9;
	text-decoration: none;
}
.article-box .entry-content .read-more{
	color: #262626;
}
.article-box .entry-content .read-more:hover{
	color: #262626;
	opacity: 0.8;
	text-decoration: none;
}
.post-thumb{
	position: relative;
}
.post-thumb .video-post{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* ==========================================================================
   4.0 Contact
   ========================================================================== */
.form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.form-control:focus,
.form-control:hover{
    outline: none;
}

/* Google Map */
.google-map{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.form-control{
	box-shadow: none;
}
.form-control:focus,
.form-control:hover{
	box-shadow: none;
	outline: none;
	border: 1px solid #bbb;
}
.cf-wrapper .form-control{
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 10px;
}
.form-box .form-control{
    border: 1px solid #ddd;
}
.cf-wrapper .form-control:hover,
.cf-wrapper .form-control:focus{
    border-bottom: 1px solid #999;
    box-shadow: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
.cf-wrapper input::-webkit-input-placeholder,
.cf-wrapper textarea::-webkit-input-placeholder{
   color: #888 !important;
}
.cf-wrapper input:-moz-placeholder,
.cf-wrapper textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}
.cf-wrapper input::-moz-placeholder,
.cf-wrapper textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}
.cf-wrapper input:-ms-input-placeholder,
.cf-wrapper textarea:-ms-input-placeholder{  
   color: #888 !important;  
}

/* Campaign Form */
.campaign-form{}
.campaign-form .form-control{
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: none;
	color: #444;
	height: 60px;
	width: 100%;
	border-radius: 3px;
}
.reg-form .form-control:focus,
.campaign-form .form-control:focus{
	outline: none;
}
.campaign-form .b-btn{
	width: 100%;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0;
}

.campaign-form input::-webkit-input-placeholder{
   color: #888 !important;
}
.campaign-form input:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}
.campaign-form input::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}
.campaign-form input:-ms-input-placeholder{  
   color: #888 !important;  
}

/* Google Map */
.google-map{
	width: 100%;
	height: 300px;
}
.restaurant-map{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* ==========================================================================
   5.0 Widget Section
   ========================================================================== */
.widget-section{}
.widget-box{}
.addr-info li{
	color: #fff;
    margin-bottom: 5px;
}
.addr-info li:last-child{
    margin: 0;
}
.addr-info li span{
	color: #fff;
}
.addr-info.addr-dark li span{
    color: #262626;
}
.widget-links{}
.widget-links li a{
    color: #fff;
    opacity: 0.6;
}
.widget-links-dark li a{
    color: #262626;
    opacity: 0.6;
}

/* Twitter Feed */
.tweet-single{}
.tweet-single .user{
	margin-bottom: 15px;
}
.tweet-single .user span img{
	display: none;
}
.tweet-single .user span{
	display: block;
}
.tweet-single .user a:hover{
	text-decoration: none;
}
.tweet-single .user span:nth-child(2){
	color: #fff;
	font-size: 18px;
}
.tweet-single .user span:nth-child(3){
	color: #fff;
	opacity: 0.6;
}
.tweet-single .user span:nth-child(3):hover{
	text-decoration: underline;
}
.tweet-single .timePosted{
	margin: 0;
}
.tweet-single .timePosted a{
	color: #fff;
	position: relative;
	display: block;
	font-size: 13px;
	padding-left: 20px;
}
.tweet-single .timePosted a:before{
	font-family: 'ElegantIcons';
	content:'\7d';
	color: #fff;
	opacity: 0.6;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
}
.tweet-single .timePosted a:hover{
	text-decoration: none;
}
.tweet-single .tweet a,
.tweet-single .tweet{
	color: #fff;
	opacity: 0.6;
}
.tweet-single .tweet a,
.tweet-single .tweet a:hover{
	text-decoration: underline;
}

/* 6.0 Subscribe Form
   ==========================*/
.subscribe-box{}
.subscribe-form{}
.subscribe-form .email-field{
	background-color: #fff;
	border: none;
	color: #444;
	font-size: 13px;
	line-height: 60px;
	padding: 0 15px;
	float: left;
	width: 70%;
	margin-right: 1%;
}
.subscribe-form .submit{
	background-color: #4b92e5;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 25px;
	float: left;
	width: 29%;
	border: none;
	line-height: 59px;
}
.subscribe-form .submit i{
	display: block;
	line-height: 59px;
	transition: all 0.3s ease-in-out;
}
.subscribe-form .submit:hover i{
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.subscribe-form .submit:hover{
	text-decoration: none;
}
.subscribe-form .email-field.fs-input-error{
    border: 1px solid red;
}
.subscribe-form input::-webkit-input-placeholder{
   color: #888 !important;
}
.subscribe-form input:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}
.subscribe-form input::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}
.subscribe-form input:-ms-input-placeholder{  
   color: #888 !important;  
}
.subscribe-form.form-light .email-field{
    border: 1px solid #ddd;
}

/* Subscribe Custom */
.subs-custom .email-field{
	border: 1px solid #bbb;
	background-color: #f7f7f7;
	line-height: 47px;
	width: 100%;
	float: none;
	transition: all 0.3s ease-in-out;
}
.subs-custom .email-field:focus,
.subs-custom .email-field:hover{
	outline: none;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.subs-custom .b-btn{
	display: block;
	margin-left: -15px;
	padding: 10px 30px;
}

/* Form Massage */
#ajax_registration .alert,
#ajax_form .alert{
    display: none;
}
#ajax_registration .alert.alert-success,
#ajax_form .alert.alert-success,
#ajax_registration .alert.alert-danger,
#ajax_form .alert.alert-danger{
    display: block;
}

/* ==========================================================================
   7.0 Scroll To Top
   ========================================================================== */
.scroll-to-top{
	display: block;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #444;
	border-radius: 50%;
	position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
.scroll-to-top:hover{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration: none;
}
