/**
 * @version    1.0
 * @package    Michello
 * @author     WooRockets Team <support@woorockets.com>
 * @copyright  Copyright (C) 2015 WooRockets.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.woorockets.com
 */

/*  [ Counter ]
- - - - - - - - - - - - - - - - - - - - */
.counter-wrap {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.counter-wrap .info {
	position: relative;
	text-align: center;
}
.counter-wrap .number {
	font-size: 90px;
	font-style: italic;
	color: #f00000;
	display: block;
	line-height: 90px;
}
.counter-wrap .title {
	color: #918686;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: "Montserrat",sans-serif;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
.counter-wrap .subtitle {
	position: absolute;
	top: -5px;
	left: 8%;
	font-family: "Montserrat",sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #918686;
	display: block;
	width: 60px;
}
.counter-wrap.bg-title .title,
.counter-wrap.circle .title {
	background: #01A547;
	color: #FFF;
	position: relative;
}
.counter-wrap.bg-title .title span,
.counter-wrap.circle .title span {
	display: block;
}
.counter-wrap.bg-title .title:after,
.counter-wrap.bg-title .title:before,
.counter-wrap.bg-title .title span:after,
.counter-wrap.bg-title .title span:before,
.counter-wrap.circle .title:after,
.counter-wrap.circle .title:before,
.counter-wrap.circle .title span:after,
.counter-wrap.circle .title span:before {
	content: "";
	position: absolute;
	display: block;
}

.counter-wrap.bg-title .title:after,
.counter-wrap.circle .title:after {
	border-left: 15px solid transparent;
	border-right: 10px solid #01A547;
	border-top: 15px solid transparent;
	bottom: 0;
	left: -25px;
}
.counter-wrap.bg-title .title:before,
.counter-wrap.circle .title:before {
	border-left: 15px solid transparent;
	border-right: 10px solid #01A547;
	border-bottom: 15px solid transparent;
	top: 0;
	left: -25px;
}
.counter-wrap.bg-title .title span:after,
.counter-wrap.circle .title span:after {
	bottom: 0;
	right: -25px;
	border-right: 15px solid transparent;
	border-left: 10px solid #01A547;
	border-top: 15px solid transparent;
}
.counter-wrap.bg-title .title span:before,
.counter-wrap.circle .title span:before {
	top: 0;
	right: -25px;
	border-right: 15px solid transparent;
	border-left: 10px solid #01A547;
	border-bottom: 15px solid transparent;
}
.counter-wrap.circle {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	border: 6px solid #01A547;
	padding-top: 40px;
	margin: 0 auto;
}
.counter-wrap.circle .subtitle {
	width: 100%;
	text-align: center;
	left: 0;
}

/*  [ Image Banner ]
- - - - - - - - - - - - - - - - - - - - */
.image-banner {
	overflow: hidden;
	position: relative;
}
.image-banner .img-wrap {
	position: relative;
	background: none;
	display: block;
}
.image-banner img {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.image-banner .front {
	-webkit-transform: scale(1.2);
	-moz-transform:    scale(1.2);
	-ms-transform:     scale(1.2);
	-o-transform:      scale(1.2);
	transform:         scale(1.2);
}
.image-banner:hover .front {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}
.image-banner .back {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 10;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.image-banner .front,
.image-banner .img-wrap:before,
.image-banner .img-wrap:after {
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition:    opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition:         opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.image-banner:hover .back,
.image-banner:hover .img-wrap:before,
.image-banner:hover .img-wrap:after {
	opacity: 1;
}
.image-banner .img-wrap:after {
	background: rgba(77, 72, 73, 0.6);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.image-banner .img-wrap:before {
	border: 1px solid #fff;
	bottom: 10px;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	content: "";
	left: 10px;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	-moz-transform:    scale3d(1.4, 1.4, 1);
	-ms-transform:     scale3d(1.4, 1.4, 1);
	-o-transform:      scale3d(1.4, 1.4, 1);
	transform:         scale3d(1.4, 1.4, 1);
}
.image-banner:hover .img-wrap:before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform:    scale3d(1, 1, 1);
	-ms-transform:     scale3d(1, 1, 1);
	-o-transform:      scale3d(1, 1, 1);
	transform:         scale3d(1, 1, 1);
}
.image-banner .read-more {
	height: 35px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	display: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #01a547;
	z-index: 12;
}
.image-banner.style-2 .read-more {
	display: block;
}
.image-banner.style-2:hover .read-more {
	bottom: 0;
}
.image-banner.style-2:hover .back {
	transform: translate(-50%, calc(-50% - 12px));
}
.image-banner.style-2 .img-wrap:before {
	display: none;
}
.image-banner.style-2 .img-wrap:after {
	background: rgba(197, 88, 66, 0.6);
}

/*  [ Social bar ]
- - - - - - - - - - - - - - - - - - - - */
.site-main .social-bar a {
	color: #8c8c8c;
	background: #f1eeee;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	font-size: 14px;
	margin:0 5px 5px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.site-main .social-bar a:hover,
.site-main .social-bar.line-icon a span,
.site-main .social-bar.dark-icon a,
.site-main .social-bar.colors-icon a,
.site-main .social-bar.colors-icon a:hover {
	color: #fff;
}
.site-main .social-bar a.facebook:hover,
.site-main .social-bar.colors-icon a.facebook {
	background: #6078aa;
}
.site-main .social-bar a.facebook:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #6078aa;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #6078aa;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #6078aa;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #6078aa;
}
.site-main .social-bar a.twitter:hover,
.site-main .social-bar.colors-icon a.twitter {
	background: #00abf0;
}
.site-main .social-bar a.twitter:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #00abf0;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #00abf0;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #00abf0;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #00abf0;
}
.site-main .social-bar a.gplus:hover,
.site-main .social-bar.colors-icon a.gplus {
	background: #d95232;
}
.site-main .social-bar a.gplus:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #d95232;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #d95232;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #d95232;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #d95232;
}
.site-main .social-bar a.linkedin:hover,
.site-main .social-bar.colors-icon a.linkedin {
	background: #0073b2;
}
.site-main .social-bar a.linkedin:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #0073b2;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #0073b2;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #0073b2;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #0073b2;
}
.site-main .social-bar a.instagram:hover,
.site-main .social-bar.colors-icon a.instagram {
	background: #474135;
}
.site-main .social-bar a.instagram:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #474135;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #474135;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #474135;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #474135;
}
.site-main .social-bar a.skype:hover,
.site-main .social-bar.colors-icon a.skype {
	background: #03a8e9;
}
.site-main .social-bar a.skype:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #03a8e9;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #03a8e9;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #03a8e9;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #03a8e9;
}
.site-main .social-bar a.pinterest:hover,
.site-main .social-bar.colors-icon a.pinterest {
	background: #db2828;
}
.site-main .social-bar a.pinterest:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #db2828;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #db2828;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #db2828;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #db2828;
}
.site-main .social-bar a.github:hover,
.site-main .social-bar.colors-icon a.github {
	background: #353533;
}
.site-main .social-bar a.github:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #353533;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #353533;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #353533;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #353533;
}
.site-main .social-bar a.foursquare:hover,
.site-main .social-bar.colors-icon a.foursquare {
	background: #35c6ff;
}
.site-main .social-bar a.foursquare:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #35c6ff;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #35c6ff;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #35c6ff;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #35c6ff;
}
.site-main .social-bar a.dribbble:hover,
.site-main .social-bar.colors-icon a.dribbble {
	background: #fa77b4;
}
.site-main .social-bar a.dribbble:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #fa77b4;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #fa77b4;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #fa77b4;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #fa77b4;
}
.site-main .social-bar a.youtube:hover,
.site-main .social-bar.colors-icon a.youtube {
	background: #db2828;
}
.site-main .social-bar a.youtube:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #db2828;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #db2828;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #db2828;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #db2828;
}
.site-main .social-bar a.rss:hover,
.site-main .social-bar.colors-icon a.rss {
	background: #ff9000;
}
.site-main .social-bar a.rss:hover {
	-webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px #ff9000;
	-moz-box-shadow:    0 0 0 2px #fff inset, 0 0 0 1px #ff9000;
	-ms-box-shadow:     0 0 0 2px #fff inset, 0 0 0 1px #ff9000;
	box-shadow:         0 0 0 2px #fff inset, 0 0 0 1px #ff9000;
}
.site-main .social-bar a:hover span {
	opacity: 1;
	bottom: 40px;
}
.site-main .social-bar a span {
	width: 70px;
	height: auto;
	line-height: 20px;
	padding: 3px 6px;
	left: 50%;
	margin-left: -35px;
	font-size: 11px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	text-indent: 0px;
	position: absolute;
	pointer-events: none;
	bottom: 10px;
	opacity: 0;
	z-index: 999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
.site-main .social-bar a span:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -4px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.site-main .social-bar a span:after {
	bottom: -5px;
	margin-left: -5px;
	border-top: 5px solid rgba(0, 0, 0, 0.7);
}
/* Large icon */
.site-main .social-bar.large-icon a {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 45px;
}
.site-main .social-bar.large-icon a:hover span {
	bottom: 60px;
}
/* Dark icon */
.site-main .social-bar.dark-icon a {
	background-color: #353533;
}
/* Colors icon */
.site-main .social-bar.colors-icon a:hover {
	background: #353533;
}
/* Line style */
.site-main .social-bar.line-icon a {
	background: none !important;
	border: 2px solid;
}
.site-main .social-bar.line-icon a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	-ms-box-shadow:     none;
	box-shadow:         none;
}
.site-main .social-bar.line-icon a.facebook {
	color: #6078aa;
}
.site-main .social-bar.line-icon a.twitter {
	color: #00abf0;
}
.site-main .social-bar.line-icon a.gplus {
	color: #d95232;
}
.site-main .social-bar.line-icon a.linkedin {
	color: #0073b2;
}
.site-main .social-bar.line-icon a.instagram {
	color: #474135;
}
.site-main .social-bar.line-icon a.skype {
	color: #03a8e9;
}
.site-main .social-bar.line-icon a.pinterest {
	color: #db2828;
}
.site-main .social-bar.line-icon a.github {
	color: #353533;
}
.site-main .social-bar.line-icon a.foursquare {
	color: #35c6ff;
}
.site-main .social-bar.line-icon a.dribbble {
	color: #fa77b4;
}
.site-main .social-bar.line-icon a.youtube {
	color: #db2828;
}
.site-main .social-bar.line-icon a.rss {
	color: #ff9000;
}
.site-main .social-bar.line-icon a:hover {
	color: #353533;
	border-color: #353533;
}

/*  [ Home Posts category ]
- - - - - - - - - - - - - - - - - - - - */
.home-posts-category > .row .col-md-6:nth-child(2n+1) {
	clear: both;
}
.home-posts-category > .row .col-md-4:nth-child(3n+1) {
	clear: both;
}
.home-posts-category > .row .col-md-3:nth-child(4n+1) {
	clear: both;
}
.home-posts-category > .row .col-md-2:nth-child(6n+1) {
	clear: both;
}
.home-posts-category article.post {
	background: #f1eded;
	padding: 6px;
	margin-top: 30px;
}
.home-posts-category .post-image {
	position: relative;
	overflow: hidden;
}
.home-posts-category .post-icon {
	position: absolute;
	top: -5px;
	left: -37px;
	width: 100px;
	height: 40px;
	background: #f00000;
	color: #FFF;
	font-size: 14px;
	display: block;
	transform: rotate(-45deg);
	text-align: center;
	line-height: 40px;
	z-index: 10;
}
.home-posts-category .post-icon i {
	transform: rotate(45deg);
}
.home-posts-category .post-image a {
	display: block;
	position: relative;
}
.home-posts-category .post-image a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	opacity: 0;
}
.home-posts-category .post-image a:before {
	position: absolute;
	top: 0%;
	left: 0;
	width: 300%;
	height: 100px;
	background: rgba(255, 255, 255, 0);
	content: "";
	display: block;
	z-index: 2;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.home-posts-category .post-image a:before,
.home-posts-category .post-image a:after {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.home-posts-category .post-image a:hover:before {
	left: -300%;
	top: 50px;
	background: rgba(255, 255, 255, 0.2);
}
.home-posts-category .post-image a:hover:after {
	opacity: 1;
}
.home-posts-category .post-info {
	padding: 15px;
}
.home-posts-category .post-title {
	font-size: 18px;
	color: #01A547;
}
.home-posts-category .post-title a {
	color: #01A547;
}
.home-posts-category .post-title a:hover {
	color: #f00000;
}
.home-posts-category .desc {
	font-size: 12px;
	font-style: italic;
	margin: 15px 0;
}
.home-posts-category .read-more {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #918686;
	color: #918686;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.home-posts-category .read-more i {
	font-size: 14px;
	margin-right: 5px;
}
.home-posts-category .read-more:hover {
	background: #f00000;
	color: #FFF;
	border-color: #f00000;
}
.home-posts-category .post.style2 {
	background: none;
	padding: 0;
	position: relative;
}
.home-posts-category .post.style2:before {
	height: 6px;
	width: 100%;
	background: #e6eced;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.home-posts-category .post.style2.even .post-image {
	float: right;
}
.home-posts-category .post.style2 .post-image img {
	border: 6px solid #e6eced;
}
.home-posts-category .post.style2 .post-info {
	text-align: center;
	padding: 30px 40px 15px;
}
.home-posts-category .post-date {
	position: absolute;
	top: -5px;
	right: 0;
	background: #FFF;
	padding: 0 0 0 10px;
	color: #f00000;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 10;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
.home-posts-category .post.style2.even .post-date {
	right: auto;
	left: 0;
	padding: 0 10px 0 0;
}
.home-posts-category .post-date a {
	color: #f00000;
}
.home-posts-category .post.style2.even .post-date 
.home-posts-category .post.style2 .post-title {
	line-height: 24px;
}
.home-posts-category .post.style2 .post-title:after {
	width: 100px;
	content: "";
	display: block;
	border-bottom: 1px dotted #d5d1d1;
	margin: 20px auto;
}

/*  [ Service Box ]
- - - - - - - - - - - - - - - - - - - - */
.wr-service-box {
	text-align: center;
	max-width: 240px;
}
.service-box-icon {
	width: 200px;
	height: 140px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.service-box-icon span {
	border: 6px solid #01A547;
	background: #FFF;
	color: #f00000;
	font-size: 76px;
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: block;
	line-height: 150px;
}
.service-box-title {
	background: #01A547;
	color: #FFF;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
.service-box-title span {
	display: block;
}
.service-box-title:after,
.service-box-title:before,
.service-box-title span:after,
.service-box-title span:before {
	content: "";
	position: absolute;
	display: block;
}

.service-box-title:after {
	border-left: 15px solid transparent;
	border-right: 10px solid #01A547;
	border-top: 15px solid transparent;
	bottom: 0;
	left: -25px;
}
.service-box-title:before {
	border-left: 15px solid transparent;
	border-right: 10px solid #01A547;
	border-bottom: 15px solid transparent;
	top: 0;
	left: -25px;
}
.service-box-title span:after {
	bottom: 0;
	right: -25px;
	border-right: 15px solid transparent;
	border-left: 10px solid #01A547;
	border-top: 15px solid transparent;
}
.service-box-title span:before {
	top: 0;
	right: -25px;
	border-right: 15px solid transparent;
	border-left: 10px solid #01A547;
	border-bottom: 15px solid transparent;
}
.service-box-content {
	padding: 10px 0;
	max-width: 240px;
	font-style: italic;
	display: inline-block;
	vertical-align: top;
}
.wr-service-box.style-2 {
	text-align: left;
	position: relative;
	max-width: none;
}
.wr-service-box.style-2 .service-box-icon {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.wr-service-box.style-2 .service-box-icon span {
	height: 42px;
	line-height: 42px;
	width: 42px;
	background: #f00000;
	color: #FFF;
	font-size: 16px;
	border: none;
}
.wr-service-box.style-2 .service-box-title:after, 
.wr-service-box.style-2 .service-box-title:before,
.wr-service-box.style-2 .service-box-title span:after, 
.wr-service-box.style-2 .service-box-title span:before {
	display: none;
}
.wr-service-box.style-2 .service-box-title {
	margin: 0 0 10px 45px;
	padding-top: 5px;
	background: none;
	color: #f00000;
	font-size: 20px;
	width: auto;
	display: block;
	line-height: normal;
}
.wr-service-box.style-2 .service-box-content {
	display: block;
	width: auto;
	padding: 10px 0;
	max-width: none;
	font-size: 12px;
}
.wr-service-box.style-2.full-bg,
.wr-service-box.style-2.center {
	background: #f1eeee;
	text-align: center;
	padding: 15px 12px;
}
.wr-service-box.style-2.full-bg .service-box-icon,
.wr-service-box.style-2.center .service-box-icon {
	position: static;
}
.wr-service-box.style-2.full-bg .service-box-title,
.wr-service-box.style-2.center .service-box-title {
	margin-left: 0;
}
.wr-service-box.style-2.full-bg .service-box-icon span {
	margin: 0 auto;
}
.wr-service-box.style-2.icon-border .service-box-icon span {
	background: none;
	border: 2px solid #f00000;
	color: #f00000;
	line-height: 38px;
}
.wr-service-box.style-2.center {
	background: none;
}
.wr-service-box.style-2.center .service-box-icon span {
	background: none;
	border: none;
	font-size: 44px;
	color: #f00000;
	margin: 0 auto;
}

/*  [ Pricing Table ]
- - - - - - - - - - - - - - - - - - - - */
.wr-pricing-table .pricing-item {
	flex: 1 100%;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}
.wr-pricing-table .pricing-item .inner {
	border: 2px solid #f1eeee;
}
.wr-pricing-table .pricing-title {
	height: 50px;
	line-height: 50px;
	margin: -2px -2px 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	background: #018335;
}
.wr-pricing-table .pricing-type {
	background: #01a547;
	color: #FFF;
	font-style: italic;
	padding: 30px 0;
	margin: 0 -2px 25px;
	position: relative;
}
.wr-pricing-table .pricing-type span {
	display: inline-block;
}
.wr-pricing-table .money-units {
	font-size: 40px;
	vertical-align: top;
	line-height: 50px;
}
.wr-pricing-table .money {
	font-size: 100px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 90px;
}
.wr-pricing-table .units {
	font-size: 20px;
	vertical-align: bottom;
}
.wr-pricing-table .pricing-type .rippon-left,
.wr-pricing-table .pricing-type .rippon-right {
	display: block;
	width: 50%;
	height: 0;
	position: absolute;
	top: 100%;
	z-index: 100;
	border-top: 45px solid #01a547!important;
}
.wr-pricing-table .pricing-type .rippon-left {
	border-right: 200px solid transparent;
	left: 0;
}
.wr-pricing-table .pricing-type .rippon-right {
	border-left: 200px solid transparent;
	right: 0;
}
.wr-pricing-table .pricing-item.active .pricing-type .rippon-left,
.wr-pricing-table .pricing-item.active .pricing-type .rippon-right {
	border-top-color: #f00000!important;
}
.wr-pricing-table .pricing-content {
	padding: 10px 0 25px;
}
.wr-pricing-table .pricing-content p {
	margin: 0;
}
.wr-pricing-table .pricing-content ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.wr-pricing-table .pricing-content ul li {
	line-height: 40px;
	font-style: italic;
	font-size: 16px;
}
.wr-pricing-table .pricing-button {
	height: 50px;
	display: inline-block;
	line-height: 46px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 16px;
	color: #01a547;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #01a547;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.wr-pricing-table .pricing-button i {
	margin: 0 5px 0 0;
}
.wr-pricing-table .pricing-button:hover {
	background: #f00000;
	color: #FFF !important;
	border-color: #f00000;
}
.wr-pricing-table .pricing-item.active .pricing-title {
	background: #e00000;
}
.wr-pricing-table .pricing-item.active .pricing-type {
	background: #f00000;
}
.wr-pricing-table .pricing-item.active .pricing-button {
	border-color: #f00000;
	color: #f00000;
}

/*  [ Booking Form ]
- - - - - - - - - - - - - - - - - - - - */
.wr-booking-form.dark-style {
	background: rgba(0, 0, 0, 0.8);
	padding: 30px 0;
}
.rtb-booking-form form {
	padding: 0 8% 200px;
	position: relative;
}
.rtb-booking-form form > fieldset {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.rtb-booking-form form legend {
	font-size: 26px;
	font-style: italic;
	padding: 0;
}
.dark-style .rtb-booking-form form legend {
	color: #FFF;
}
.rtb-booking-form .rtb-text,
.rtb-booking-form .rtb-select {
	position: relative;
}
.rtb-booking-form .rtb-text label,
.rtb-booking-form .rtb-select label,
.rtb-booking-form form .rtb-textarea label {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.dark-style .rtb-booking-form .rtb-text label,
.dark-style .rtb-booking-form .rtb-select label,
.dark-style .rtb-booking-form form .rtb-textarea label {
	color: rgb(255, 255, 255, 0.3);
}
.rtb-booking-form form .rtb-textarea label {
	position: static;
}
.rtb-booking-form form input,
.rtb-booking-form form select,
.rtb-booking-form form .message textarea {
	padding: 10px 0;
	background: none;
	border: none;
	width: 100%;
	max-width: none;
	font-size: 16px;
	color: #01A547;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #01A547;
}
.dark-style .rtb-booking-form form input,
.dark-style .rtb-booking-form form select,
.dark-style .rtb-booking-form form .message textarea {
	color: #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.rtb-booking-form .rtb-select {
	border-bottom: 1px solid #01A547;
}
.dark-style .rtb-booking-form .rtb-select {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.rtb-booking-form form select,
.dark-style .rtb-booking-form form select {
	margin-left: 80px;
	width: calc(100% - 80px);
	border-bottom: none;
	height: 46px;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}
.rtb-booking-form form select option {
	color: #000;
}
.dark-style .rtb-booking-form form select option {
	color: #FFF;
}
.rtb-booking-form form input:focus,
.rtb-booking-form form .message textarea:focus {
	border-width: 2px;
	color: #f00000;
	border-color: #f00000;
	outline: none;
}
.dark-style .rtb-booking-form form input:focus,
.dark-style .rtb-booking-form form .message textarea:focus {
	border-color: #FFF;
	color: #FFF;
	outline: none;
}
.rtb-booking-form .rtb-text.date label {
	display: none;
}
.rtb-booking-form form:after {
	display: block;
	content: "";
	clear: both;
}
.rtb-booking-form .add-message {
	display: none;
}
.rtb-booking-form form .rtb-textarea {
	bottom: 80px;
    display: block !important;
    left: 8%;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    top: auto;
    width: 84%;
}
.rtb-booking-form form .message textarea {
	max-width: none;
	min-height: 0;
	padding: 0;
	height: 70px;
}
.rtb-booking-form form button[type=submit] {
	position: absolute;
	background: none;
    border: 1px solid #f00000;
    border-radius: 2px;
    color: #f00000;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    padding: 0 22px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.dark-style .rtb-booking-form form button[type=submit] {
	color: #FFF;
	border-color: #FFF;
}
.rtb-booking-form form button[type=submit]:hover,
.dark-style .rtb-booking-form form button[type=submit]:hover {
	background: #f00000;
	border-color: #f00000;
	color: #FFF;
}
.wr-booking-form.dark-style #rtb-party option {
	color: #918686
}
.rtb-booking-form form select:focus ,
.dark-style .rtb-booking-form form select:focus {
	outline: none;
}

/*  [ Gallery ]
- - - - - - - - - - - - - - - - - - - - */
.wr-gallery-item {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.wr-gallery-item > a {
	display: block;
	position: relative;
}
.wr-gallery-item > a i {
	position: absolute;
	top: 60%;
	left: 50%;
	color: #FFF;
	display: block;
	width: 35px;
	height: 35px;
	border: 2px solid #FFF;
	margin: -17px 0 0 -17px;
	text-align: center;
	line-height: 31px;
	font-size: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	opacity: 0;
}
.wr-gallery-item > a:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.wr-gallery-item > a:before,
.wr-gallery-item > a i {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.wr-gallery-item > a:hover:before {
	opacity: 1;
}
.wr-gallery-item > a:hover i {
	opacity: 1;
	top: 50%;
}
.wr-gallery-item.open > a:after {
	position: absolute;
	content: "";
	bottom: -30px;
	left: 50%;
	margin-left: -10px;
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #4D4949;
	z-index: 100;
}
.wr-gallery.col-6 .wr-gallery-item {
	width: 50%;
}
.wr-gallery.col-4 .wr-gallery-item {
	width: 33.3333%;
}
.wr-gallery.col-3 .wr-gallery-item {
	width: 25%;
}
.wr-gallery.col-2 .wr-gallery-item {
	width: 16.6667%;
}
.wr-gallery.col-6 .wr-gallery-item:nth-child(2n+1),
.wr-gallery.col-4 .wr-gallery-item:nth-child(3n+1),
.wr-gallery.col-3 .wr-gallery-item:nth-child(4n+1),
.wr-gallery.col-2 .wr-gallery-item:nth-child(6n+1) {
	clear: both;
}
.wr-gallery-item img,
.wr-gallery-detail img {
	width: 100%;
	border: 6px solid #FFF;
}
.wr-gallery-detail {
	background: #4D4949;
	color: #FFF;
	padding: 50px 0;
	display: none;
	position: absolute !important;
	top: calc(100% + 30px);
	z-index: 100;
}
.gallery-title {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0 0;
}
.gallery-subtitle {
	font-size: 18px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 0 10px;
}
.gallery-content {
	font-style: italic;
	line-height: 22px;
}
.gallery-share {
	display: inline-block;
	background: #f2c85b;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.gallery-share:hover {
	background: #f00000;
	color: #FFF;
}
.gallery-share i {
	margin-right: 10px;
}

/*  [ Image Text ]
- - - - - - - - - - - - - - - - - - - - */
.image-text-thumb,
.wr-image-text {
	position: relative;
}
.image-text-thumb:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: block;
	content: "";
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.image-text-thumb img {
	width: 100%;
}
.wr-image-text:hover .image-text-thumb:before {
	opacity: 0;
}
.image-text-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 10px 15px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.image-text-content p  {
	font-size: 13px;
	font-style: italic;
	margin: 0 0 5px;
}
.image-text-content .title {
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
}

/*  [ Blog Sliders ]
- - - - - - - - - - - - - - - - - - - - */
.wr-blog-sliders article.post {
	position: relative;
}
.wr-blog-sliders .blog-post-info {
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	top: 50%;
	width: 50%;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.wr-blog-sliders .blog-post-image {
	padding-left: 15px;
	float: right;
	width: 50%;
}
.wr-blog-sliders .blog-post-image img {
	width: 100%;
}
.wr-blog-sliders .entry-title {
	font-size: 30px;
	text-transform: uppercase;
}
.wr-blog-sliders .post-cat {
	color: #f00000;
	font-style: 20px;
	letter-spacing: 2px;
	font-style: italic;
	text-transform: uppercase;
}
.wr-blog-sliders .post-cat a {
	color: #f00000;
}
.wr-blog-sliders .post-cat a:hover {
	color: #01A547;
}
.wr-blog-sliders .blog-post-content {
	font-size: 15px;
	font-style: italic;
	padding: 0 30px;
}
.wr-blog-sliders .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	left: -25px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFF;
	background: #f00000;
	line-height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.wr-blog-sliders .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: -25px;
}

/*  [ Product Category ]
- - - - - - - - - - - - - - - - - - - - */
.wr-product-category .cat-title {
	font-size: 20px;
	margin: 0 0 30px;
}
.wr-product-category .cat-title a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	color: #FFF;
	padding: 0 15px;
	background: #808690;
	font-style: italic;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.wr-product-category .cat-title a:hover {
	background: #f00000;
}
.wr-product-category.style-2 .cat-title a,
.wr-product-category.style-3 .cat-title a {
	font-size: 26px;
	color: #01A547;
	background: none;
	height: auto;
	line-height: normal;
	padding: 0;
	border-radius: 0;
}
.wr-product-category.style-2 .cat-title a:hover,
.wr-product-category.style-3 .cat-title a:hover {
	background: none !important;
	color: #f00000;
}
.wr-product-category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wr-product-category ul li {
	margin-bottom: 30px;
	position: relative;
}
.wr-product-category.style-2 ul li {
	min-height: 120px;
}
.wr-product-category.style-2 ul li .more-button {
	position: absolute;
	top: 50%;
	z-index: 9999;
	margin-top: -12px;
    left: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    
}
.wr-product-category.style-2 ul li:hover .more-button  {
	opacity: 1;
	visibility: visible;
}
.wr-product-category ul li .more-button .fa {
	font-size: 1em;
	margin-right: 5px;
}
.wr-product-category.style-2 ul li .more-button .fa {
	font-size: 1.5em;
	margin-right: 0;
}
.wr-product-category.style-2 ul li .more-button .delete_view_cart_button {
	margin-left: 2px;
}
.wr-product-category ul li .more-button .product_type_variable .fa-shopping-cart:before {
	content: "\f002";
}
.wr-product-category.style-2 ul li .more-button a>span,
.wr-product-category.style-2 ul li .more-button .added,
.wr-product-category.style-2 ul li .more-button .loading {
	display: none;
}
.wr-product-category.style-2 ul li .more-button .added_to_cart.wc-forward {
	display: block;
	margin-left: -22px;
}
.wr-product-category:not(.style-2) ul li .more-button {
	padding: 3px 7px;
	background: #f00000;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 999;
}
.wr-product-category:not(.style-2) ul li .more-button a {
	color: #fff;
}
.wr-product-category.style-3 ul li .more-button {
	display: none!important;
}
.wr-product-category:not([class*="style"]) .product-info {
	padding-right: 120px;
}
.wr-product-category .product-meta {
	position: relative;
	margin-bottom: 10px;
}
.wr-product-category .product-meta:before {
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted #b7bbbf;
	content: "";
}
.wr-product-category .product-title {
	float: left;
	max-width: 70%;
	font-size: 20px;
	line-height: normal;
	background: #FFF;
	padding-right: 10px;
	position: relative;
	z-index: 2;
}
.wr-product-category.style-3 .product-title {
	font-size: 16px;
}
.wr-product-category .product-title a {
	color: #01A547;
}
.wr-product-category .product-title a:hover {
	color: #f00000;
}
.wr-product-category .price {
	float: right;
	margin: 0;
	padding-left: 10px;
	background: #FFF;
	position: relative;
	z-index: 2;
}
.wr-product-category .price ins {
	background: none;
}
.wr-product-category .price .amount {
	color: #c7ac67;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
}
.wr-product-category.style-3 .price .amount {
	font-size: 16px;
	color: #f00000;
}
.wr-product-category .price del .amount {
	font-size: 14px;
	color: #01A547;
}
.wr-product-category.style-3 .price del .amount {
	font-size: 12px;
}
.wr-product-category .product-desc {
	font-style: italic;
}
.wr-product-category.style-2 .product-info {
	margin-left: 135px;
}
.wr-product-category .product-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	height: 115px;
}
.wr-product-category .product-image img {
	border: 6px solid #e6eced;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.wr-product-category.style-2 .product-title {
	margin-top: 10px;
}
.wr-product-category.style-2 .price .amount {
	display: inline-block;
	background: #f00000;
	padding: 6px 15px;
	color: #FFF;
	font-size: 16px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.wr-product-category.style-2 .price del .amount {
	font-size: 11px;
	padding: 5px 12px;
	background: #01A547;
}

/*  [ Google maps ]
- - - - - - - - - - - - - - - - - - - - */
.marker .logo {
	text-align: center;
	margin-bottom: 10px;
}
.marker p {
	margin: 5px 0;
}
/*  [ Welcome ]
- - - - - - - - - - - - - - - - - - - - */
.wr-welcome {
	padding: 10px;
}
.wr-welcome .welcome-time {
	font-size: 13px;
	font-family: "Montserrat",sans-serif;
    font-weight: bold;
}
.wr-welcome p {
	font-style: italic;
	margin: 15px 0 0;
}

/*  [ Testimonials Slider ]
- - - - - - - - - - - - - - - - - - - - */
.wr-testimonials-slider {
	background: rgba(0, 0, 0, 0.8);
	padding: 30px;
}
.wr-testimonials-slider .slider-images .owl-item {
	text-align: center;
	padding: 25px 0;
}
.wr-testimonials-slider .slider-images .slider-thumbnail {
	display: inline-block;
	position: relative;
	width: 90px;
	height: 90px;
	cursor: pointer;
}
.wr-testimonials-slider .slider-images .slider-thumbnail:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(77, 73, 73, 0.8);
	content: "";
	display: block;
	opacity: 0;
}
.wr-testimonials-slider .slider-images .slider-thumbnail i {
	position: absolute;
	color: #FFF;
	font-size: 45px;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 90px;
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
}
.wr-testimonials-slider .slider-images img {
	width: 90px;
	height: 90px;
}
.wr-testimonials-slider .slider-images .post-content,
.wr-testimonials-slider .slider-images .post-author {
	display: none;
}
.wr-testimonials-slider .slider-images .slider-thumbnail,
.wr-testimonials-slider .slider-images .slider-thumbnail:before,
.wr-testimonials-slider .slider-images img,
.wr-testimonials-slider .slider-images .slider-thumbnail i {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.wr-testimonials-slider .slider-images .owl-item.synced .slider-thumbnail {
	transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
}
.wr-testimonials-slider .slider-images .owl-item.synced .slider-thumbnail i {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
.wr-testimonials-slider .slider-images .owl-item.synced .slider-thumbnail:before {
	opacity: 1;
}
.wr-testimonials-slider .slider-content {
	text-align: center;
	margin-top: 50px;
}
.wr-testimonials-slider .slider-content .slider-thumbnail {
	display: none;
}
.wr-testimonials-slider .slider-content .post-content {
	color: #FFF;
	background: none;
	font-size: 14px;
	font-style: italic;
	display: block;
}
.wr-testimonials-slider .slider-content .post-author {
	display: block;
	color: #adccd9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
}
.wr-testimonials-slider .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	left: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: -15px;
	color: #FFF;
	font-size: 24px;
}
.wr-testimonials-slider .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: -15px;
}
/*  [ Testimonial Single]
- - - - - - - - - - - - - - - - - - - - */
.wr-testimonial-content {
	padding: 30px 20px;
	background: #f1eeee;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	position: relative;
}
.wr-testimonial-content:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	display: block;
	border-top: 8px solid #f1eeee;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.wr-testimonial-title {
	font-style: normal;
	color: #f00000;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
.wr-testimonial-avatar {
	text-align: center;
	margin-top: 35px;
}
.wr-testimonial-avatar img {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

/*  [ Image Carousel ]
- - - - - - - - - - - - - - - - - - - - */
.wr-image-carousel .carousel-slider {
	padding-left: 50px;
	padding-right: 50px;
}
.wr-image-carousel .carousel-slider .item {
	text-align: center;
}
.wr-image-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 28px;
	color: #918686;
	font-size: 10px;
	border: 1px solid #918686;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.wr-image-carousel .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: 0;
}
.wr-image-carousel .owl-controls .owl-buttons div:hover {
	background: #918686;
	color: #FFF;
}
.wr-image-carousel .owl-pagination {
	position: static;
}
.wr-image-carousel .owl-theme .owl-controls .owl-page.active span, 
.wr-image-carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #f00000;
}
.wr-image-carousel .owl-theme .owl-controls {
	margin-bottom: 0;
}

/*  [ Team members ]
- - - - - - - - - - - - - - - - - - - - */
.wr-member {
	overflow: hidden;
	display: block;
	position: relative;
}
.wr-member-avatar {
	float: left;
	max-height: 380px;
	overflow: hidden;
}
.wr-member-avatar img {
	height: 100%;
	width: 100%;
}
.wr-member-content,
.wr-member-content:before {
	position: absolute;
	padding: 20px;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.wr-member-content {
	z-index: 999;
	top: -10%;
}
.wr-member-content:before {
	content: '';
	background: #fff;
	z-index: -1;
}
.owl-wrapper-outer .owl-item:hover .wr-member-content,
.owl-wrapper-outer .owl-item:hover .wr-member-content:before {
	opacity: 1;
	visibility: visible;
}
.owl-wrapper-outer .owl-item:hover .wr-member-content {
	top: 0;
}
.wr-member h3 {
	color: #01A547;
    font-size: 28px;
    font-style: italic;
    font-family: 'Droid Serif', serif;
}
.wr-member h4.wr-member-position {
    color: #918686;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px 0 16px;
}
.wr-member-desc {
    font-size: 12px;
    font-style: italic;
}
.wr-member .social-link span {
	display: inline;
	margin-right: 10px;
	font-size: 2em;
}
.wr-team-members .owl-item {
	padding: 0 25px;
}


@media only screen and (max-width: 1024px), (max-device-width: 1024px) {
	.wr-pricing-table .pricing-item {
		flex: none;
		width: 33.3333%;
		float: left;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 990px), (max-device-width: 990px) {
	.wr-gallery.col-6 .wr-gallery-item,
	.wr-gallery.col-4 .wr-gallery-item,
	.wr-gallery.col-3 .wr-gallery-item,
	.wr-gallery.col-2 .wr-gallery-item {
		width: 33.3333%;
	}
	.wr-gallery.col-6 .wr-gallery-item:nth-child(2n+1),
	.wr-gallery.col-4 .wr-gallery-item:nth-child(3n+1),
	.wr-gallery.col-3 .wr-gallery-item:nth-child(4n+1),
	.wr-gallery.col-2 .wr-gallery-item:nth-child(6n+1) {
		clear: none;
	}
	.wr-gallery.col-6 .wr-gallery-item:nth-child(3n+1),
	.wr-gallery.col-4 .wr-gallery-item:nth-child(3n+1),
	.wr-gallery.col-3 .wr-gallery-item:nth-child(3n+1),
	.wr-gallery.col-2 .wr-gallery-item:nth-child(3n+1) {
		clear: both;
	}
	.home-posts-category .post.style2.even .post-image {
		float: none;
	}
	.wr-service-box {
		margin: 0 auto 30px;
	}
	.wr-blog-sliders .blog-post-content {
		display: none;
	}
	.counter-wrap .number {
		font-size: 70px;
	}
}

@media only screen and (max-width: 768px), (max-device-width: 768px) {
	.wr-gallery.col-6 .wr-gallery-item,
	.wr-gallery.col-4 .wr-gallery-item,
	.wr-gallery.col-3 .wr-gallery-item,
	.wr-gallery.col-2 .wr-gallery-item {
		width: 50%;
	}
	.wr-gallery.col-6 .wr-gallery-item:nth-child(3n+1),
	.wr-gallery.col-4 .wr-gallery-item:nth-child(3n+1),
	.wr-gallery.col-3 .wr-gallery-item:nth-child(3n+1),
	.wr-gallery.col-2 .wr-gallery-item:nth-child(3n+1) {
		clear: none;
	}
	.wr-gallery.col-6 .wr-gallery-item:nth-child(2n+1),
	.wr-gallery.col-4 .wr-gallery-item:nth-child(2n+1),
	.wr-gallery.col-3 .wr-gallery-item:nth-child(2n+1),
	.wr-gallery.col-2 .wr-gallery-item:nth-child(2n+1) {
		clear: both;
	}
	.home-posts-category .post.style2 .post-image {
		text-align: center;
	}
	.home-posts-category .post.style2 .post-image a {
		display: inline-block;
	}
	.wr-pricing-table .pricing-item {
		width: 50%;
	}
	.counter-wrap {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 540px), (max-device-width: 540px) {
	.wr-gallery.col-6 .wr-gallery-item,
	.wr-gallery.col-4 .wr-gallery-item,
	.wr-gallery.col-3 .wr-gallery-item,
	.wr-gallery.col-2 .wr-gallery-item {
		width: auto;
		float: none;
	}
	.home-posts-category .post.style2 .post-image a {
		display: block;
	}
	.home-posts-category .post.style2 .post-image a img {
		width: 100%;
	}
	.rtb-booking-form form > fieldset {
		float: none;
		width: auto;
	}
	.rtb-booking-form form > fieldset.reservation {
		margin-bottom: 30px;
	}
	.rtb-booking-form form button[type="submit"] {
		padding: 0 10px;
	}
	.wr-pricing-table .pricing-item {
		width: auto;
		float: none;
	}
}