.para-font-14 p {
	font-size: 14px !important;
}

/*** Top bar ***/
.top-strip {
	font-size:15px;
	border-bottom:1px solid #d5d5d5;
}
.top-strip li {
	line-height:40px;
}
.top-strip .pull-left li [class^="icon-"] {
 font-size:18px;
 position:relative;
 top:4px;
}
.top-strip ul {
	margin-bottom:0px;
}
.top-strip .pull-left ul li:first-child {
	padding-left:0px;
}
.top-strip .icon-envelope-o:before {
	font-size:12.5px;
}
.top-strip .social-links > li {
	border-right:1px solid #d5d5d5;
}
.top-strip .social-links > li:first-child {
	border-left:1px solid #d5d5d5;
}
.user-links li:first-child {
	border-left:1px solid #d5d5d5;
}
.user-links li {
	border-right:1px solid #d5d5d5;
}
.user-links .icon-user-outline:before, .top-strip .icon-envelope-o:before {
	position:relative;
	top:-1px;
}
/*** Social links ***/
ul.social-links {
	margin:0px;
	padding:0px;
	float:left;
}
.social-links > li {
	display:inline-block;
	float:left;
	position:relative;
}
.social-links li a, .social-links li a span {
	width:40px;
	height:40px;
	line-height:38px;
	font-size:18px;
	display:block;
	text-align:center;
}
.social-links li a:before, .social-links li a span:before {
	font-size:18px;
	margin-right:0px;
}
.social-links a:hover, .team-box .social-links a:hover {
	color:#eeeeee;
}
.social-links > li {
	line-height:38px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
.social-links > li > a {
	width:40px;
	height:40px;
	position:relative;
	/*display:inline-block;*/
	padding:0;
	background-color:transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.social-links li a span {
	/*position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateX(-89deg);
	-moz-transform: rotateX(-89deg);
	transform: rotateX(-89deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;*/
}
.ie-lt-10 .social-links li a span {
	display:none;
}
.social-links > li > a:hover {
/*	-webkit-transform: rotateX(88deg) translateY(-20px);
	-moz-transform: rotateX(88deg) translateY(-20px);
	transform: rotateX(88deg) translateY(-20px);*/
}
.social-links li a.icon-facebook span {
	background-color:#709bd6;
}
.social-links li a.icon-twitter span {
	background-color:#69ecea;
}
.social-links li a.icon-dribbble span {
	background-color:#ef8ff0;
}
.social-links li a.icon-social-vimeo span {
	background-color:#589fc4;
}
.social-links li a.icon-google-plus span {
	background-color:#e66b45;
}
/*** Logo bar ***/
.logo-bar {
	padding:55px 0 0px 0;
	background-color:#eeeeee;
}
.logo {
	float:left;
}
.logo > a, .logo > a > img {
	display: block;
}
/*** 3d transition on logo ***/
.logo-bar .logo {
	padding-bottom:55px;
/*	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;*/
}
.logo-bar .logo > a {
/*	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);*/
}
.logo-bar .logo:hover > a {
/*	-webkit-transform: rotateX(20deg);
	-moz-transform: rotateX(20deg);
	transform: rotateX(20deg);*/
}
/**** Main Navigation
----------------------------------------- ***/
.menu, .menu ul {
	margin:0px;
	padding:0px;
	font-size:14px;
	list-style:none;
}
.menu li {
	line-height:40px;
	position:relative;
}
.menu > ul > li {
	display:inline-block;
}
.menu li a {
	line-height:40px;
	color:inherit;
}
.menu > ul > li > a {
	padding:4px 10px 57px 10px;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
.menu > ul > li > a:after{
	width:100%;
	height:0px;
	display:block;
	content:'';
	position:relative;
	bottom:0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.menu > ul > li.current_page_item > a:after {
	width:100%;
	height:2px;
	display:block;
	content:'';
	position:relative;
	bottom:0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	background-color: #22c0e8;
}

.menu > ul > li:hover > a:after, .menu > ul > li.current-menu-item > a:after {
	height:2px;
	bottom:0px;
	background-color: #22c0e8;
}
.menu li ul {
	min-width:180px;
	width:230px;
	padding:0;
	background:#eee;
	z-index:2000;
	display:block;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	border-top-style:solid;
	border-top-width:2px;
	position:absolute;
	left:0px;
	top:103px;
	transform:translate(0px, 40px);
	-moz-transform:translate(0px, 40px);
	-webkit-transform:translate(0px, 40px);
	transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
	-moz-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
	-webkit-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
}
.menu li:hover > ul {
	overflow:visible;
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
}
.menu li li ul {
	left:100%;
	top:0px;
	margin-top:-2px;
	transform:translate(-40px, 0px);
	-moz-transform:translate(-40px, 0px);
	-webkit-transform:translate(-40px, 0px);
}
.menu li li:hover > ul {
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
}
.menu li li {
	border-bottom:1px solid #dadada;
}
.menu li li a {
	padding:3px 20px;
	font-size:13px;
}
.menu li li a {
	display:block;
}
.menu-bar li li:hover > a {
	background:#222;
}
.menu li li {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
.menu li li a {
	position:relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.menu li li a:after {
	width:100%;
	height:100%;
	padding:3px 20px;
	font-size:13px;
	display:block;
	cursor:pointer;
	content: attr(data-dup);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateX(-89deg);
	-moz-transform: rotateX(-89deg);
	transform: rotateX(-89deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.ie-lt-10 .menu li li a:after {
	display:none;
}
.menu li li a:hover {
	color:#ffffff;
	-webkit-transform: rotateX(90deg) translateY(-48px);
	-moz-transform: rotateX(90deg) translateY(-48px);
	transform: rotateX(90deg) translateY(-48px);
}
/*** Main navigation in tabletes
-------------------------------------------- ***/
.nav-button {
	width:40px;
	height:40px;
	display:none;
	background-color:#0397D6;
	cursor:pointer;
	z-index:100;
	position:absolute;
	right:30px;
	top:100px;
	transform:translateX(0px);
	-moz-transform:translateX(0px);
	-webkit-transform:translateX(0px);
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.nav-button.open {
	transform:translateX(-300px);
	-moz-transform:translateX(-300px);
	-webkit-transform:translateX(-300px);
}
.nav-button:before, .nav-button:after {
	width:20px;
	height:1px;
	display:block;
	content:'';
	background-color:#fff;
	position:absolute;
	top:16px;
	left:10px;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.nav-button:after {
	top:20px;
	box-shadow:0px 4px 0px #fff;
	-mozbox-shadow:0px 4px 0px #fff;
	-webkit-box-shadow:0px 4px 0px #fff;
}
.nav-button.open:before, .nav-button.open:after {
	top:20px;
}
.nav-button.open:after {
	box-shadow:0px 0px 0px #fff;
	-mozbox-shadow:0px 0px 0px #fff;
	-webkit-box-shadow:0px 0px 0px #fff;
}
/*.nav-overlay-cover, body, html, .pageWrapper {
	height:100%;
}*/
.nav-overlay-cover {
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.4);
	overflow:hidden;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	position:fixed;
	left:0px;
	top:0px;
	z-index:2;
	transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-webkittransition:all 0.4s ease-in;
}
.nav-overlay-cover.open {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
}
.main-nav.nav-tablet {
	width:300px;
	height:100%;
	padding:50px 20px 20px 20px;
	background:#fff;
	background:rgba(255, 255, 255, 0.9);
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:2000;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transform:translateX(0px);
	-moz-transform:translateX(0px);
	-webkit-transform:translateX(0px);
	position:fixed;
	top:0px;
	right:-300px;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.main-nav.nav-tablet.open {
	transform:translateX(-300px);
	-moz-transform:translateX(-300px);
	-webkit-transform:translateX(-300px);
}
.main-nav.nav-tablet .menu > li, .main-nav.nav-tablet .menu li li {
	display:block;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
}
.main-nav.nav-tablet .menu > li:hover > a:after, .main-nav.nav-tablet .menu > li.current-menu-item > a:after {
	display:none;
}
.main-nav.nav-tablet .menu > li > a, .main-nav.nav-tablet .menu li li a {
	display:block;
	padding:0px;
}
/*.main-nav.nav-tablet .menu li li a:hover {
	transform:rotateX(90deg) translateY(-55px);
	-moz-transform:rotateX(90deg) translateY(-55px);
	-webkit-transform:rotateX(90deg) translateY(-55px);
}*/
.menu li li a:hover {
	transform:rotateX(90deg) translateY(-55px);
	-moz-transform:rotateX(90deg) translateY(-55px);
	-webkit-transform:rotateX(90deg) translateY(-55px);
}
.main-nav.nav-tablet .menu li li a:after {
	padding:0px;
	background-color:transparent;
}
/*.main-nav.nav-tablet .menu li ul {
	width:auto;
	min-width:none;
	opacity:1;
	display:none;
	background:none;
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	border-top-style:none;
	border-top-width:0px;
	position:static;
	left:0px;
	top:0px;
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
	box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
}*/
.main-nav.nav-tablet .menu li ul {
	width:auto;
	min-width:none;
	opacity:1;
	display:none;
	background:none;
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	border-top-style:none;
	border-top-width:0px;
	position:static;
	left:0px;
	top:0px;
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
	box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
}
.main-nav.nav-tablet .menu li li ul {
	margin-top:0px;
}
.main-nav.nav-tablet .menu li li {
	border-bottom:0px;
}
.main-nav.nav-tablet .menu li.has-ul > a {
	position:relative;
}
.main-nav.nav-tablet .menu li.has-ul > a:after {
	width:0px;
	height:0px;
	margin-top:-2.5px;
	content:'';
	display:inline-block;
	border-top:4px solid #3e3e3e;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	background-color:transparent;
	position:absolute;
	top:50%;
	right:15px;
}
/*** parallex image ***/
.parallex-section {
	padding:130px 0;
	color:#ffffff;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.parallex-section *, .parallex-section h4.stat-dig {
	color:#ffffff;
}
.parallex-section h1, .parallex-section p {
	margin-bottom:30px;
}
.parallex-section h2 {
	margin-bottom:120px;
}
.parallex-section .center .btn {
	margin:0 17px;
}
.parallex-section [class^="icon-"] {
 opacity:0.6;
 filter:alpha(opacity=60);
}
.section {
	padding:80px 0 0 0;
}
/*** stats block ***/
.info-blocks {
	width:100%;
	display:table;
	background-color:#eeeeee;
	border-collapse:collapse;
	position:relative;
	z-index:100;
}
.info-block {
	width:25%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:15px 20px;
	border:1px solid #d5d5d5;
}
.info-block p {
	margin-bottom:0px;
	font-size:16px;
}
.info-block h4, .shortcode-block .info-block h4 {
	margin-bottom:0px;
	font-size:20px;
}
.info-block strong {
	font-size:30px;
	display:block;
	margin-bottom:10px;
}
.info-block .iconic {
	margin-bottom:15px;
}
.info-block .btn, .shortcode-block .info-block .btn {
	margin-top:7px; /* to center button within containing div on homepage */
}
.shortcode-block .info-block .btn:last-child {
	margin-left:0px;
	margin-right:0px;
}
.shortcode-block h4 {
	margin-bottom:40px;
}
.shortcode-block > h4 {
	margin-top:70px;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.heading {
	margin-bottom:80px;
	text-align:center;
}
.heading h2 {
	display:inline-block;
	margin-bottom:0px;
	padding:0 80px 40px 80px;
	text-transform:uppercase;
	border-bottom:2px solid #e1e1e1;
	position:relative;
}
.heading h2:after {
	width:15%;
	height:2px;
	margin-left:-7.5%;
	display:block;
	content:'';
	background-color:#ac9add;
	position:absolute;
	bottom:-2px;
	left:50%;
	transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
}
.heading:hover h2:after, .parallex-section .heading:hover h2:after {
	margin-left:0;
	left:0;
	width:100%;
}
.parallex-section .heading h2 {
	border-bottom:0px;
	text-transform:capitalize;
}
.parallex-section .heading h2:after {
	background-color:#ffffff;
}
.iconic {
	margin-bottom:30px;
	text-align:center;
	display:inline-block;
}
.iconic-large, .iconic-xlarge {
	width:100px;
	height:100px;
	line-height:125px;
	margin-bottom:30px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.iconic-xlarge {
	width:155px;
	height:155px;
	line-height:185px;
}
.iconic-theme-o, .icon-white-o {
	border:2px solid #ffffff;
}
.icon-light-o {
	border:2px solid #d5d5d5;
}
 .iconic [class^="icon-"]:before {
 margin:0px;
 vertical-align:middle;
}
.iconic-theme-fill, .iconic-purple-fill {
	width:45px;
	height:45px;
	line-height:45px;
	color:#ffffff;
	font-size:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
/**** Portfolio section ***/
.portfolio-list ul {
	padding:0px;
	margin:0px 0px 80px 0px;
	list-style:none;
}
.portfolio-list li {
	width:20%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.container .portfolio-list li {
	width:25%;
}
.col-2 .portfolio-box, .col-3 .portfolio-box, .col-4 .portfolio-box {
	margin-bottom:20px;
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.portfolio-box figure {
	margin:0px;
	overflow:hidden;
	position:relative;
}
.portfolio-box figure img, .portfolio-box figure img a {
	display:block;
}
.portfolio-box figure img {
	width:100%;
	position:relative;
	bottom:0px;
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
	transition:all 0.45s ease;
	-moz-transition:all 0.45s ease;
	-webkit-transition:all 0.45s ease;
}
.portfolio-box figure figcaption, .image-hover figcaption, .image-hovered figcaption {
	width:100%;
	padding:15px 20px;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
	position:absolute;
	bottom:-100%;
	left:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.portfolio-box:hover figure img {
	transform:translate(0px, -15px);
	-moz-transform:translate(0px, -15px);
	-webkit-transform:translate(0px, -15px);
}
.portfolio-box:hover figure figcaption, .image-hover:hover figcaption, .image-hovered figcaption {
	bottom:0;
}
.portfolio-box figure figcaption h5, .image-hover figcaption h5, .image-hovered figcaption h5 {
	color:#ffffff;
	line-height:30px;
	margin-bottom:0px;
}
.portfolio-box figure figcaption h5 a:hover, .image-hover figcaption h5 a:hover, .image-hovered figcaption h5 a:hover, .image-caption figcaption a:hover {
	color:#ffffff;
}
.portfolio-box figure figcaption p, .image-hover figcaption p, .image-hovered figcaption p {
	margin-bottom:0px;
}
.layout-grid .portfolio-detail {
	display:none;
}
/*** portfolio list view ***/
ul.layout-list {
	padding:0 15px;
	margin:auto;
}
[class^="col-"] ul.layout-list {
	padding:0px;
}
@media (min-width: 768px) {
ul.layout-list {
 width: 750px;
}

}
@media (min-width: 992px) {
ul.layout-list {
 width: 970px;
 padding-right: 0px;
 padding-left: 0px;
}
}
@media (min-width: 1200px) {
ul.layout-list {
 width: 1170px;
}
}
.col-2 ul.layout-list .portfolio-box, .col-3 ul.layout-list .portfolio-box, .col-4 ul.layout-list .portfolio-box {
	margin-bottom:0px;
}
.portfolio-list ul.layout-list li, .container .portfolio-list ul.layout-list li, .container .portfolio-list.col-2 > ul.layout-list > li, .container .portfolio-list.col-3 > ul.layout-list > li, .container .portfolio-list.col-4 > ul.layout-list > li {
	width:100%;
}
.layout-list > li {
	margin-bottom:30px;
}
ul.layout-list .portfolio-box {
	width:300px;
	float:left;
}
ul.layout-list .portfolio-detail {
	margin-left:300px;
	padding-left:20px;
}
ul.layout-list .portfolio-detail h4 {
	font-size:18px;
	margin-bottom:5px;
}
ul.layout-list .portfolio-detail .portfolio-btm {
	position:relative;
}
ul.layout-list .portfolio-detail .portfolio-btm ul {
	padding-right:200px;
	margin-bottom:0px;
}
ul.layout-list .portfolio-detail .portfolio-btm a.btn {
	position:absolute;
	right:0px;
	bottom:10px;
}

/*** portfolio with sidebar ***/
.contents ul.layout-list > li:nth-child(even) .portfolio-box {
 float:right;
}
.contents ul.layout-list > li:nth-child(even) .portfolio-detail {
 margin-right:300px;
 padding-left:0px;
 padding-right:20px;
 margin-left:0px;
}
.contents ul.layout-list, .contents .pagination {
	margin-left:0px;
	width:auto;
}
.contents ul.filter-tabs {
	text-align:left;
}
.contents .portfolio-btm ul, .contents .portfolio-btm h4 {
	display:none;
}
ul.layout-grid .portfolio-detail .portfolio-btm a.btn {
	position:static;
	float:right;
}
.contents ul.layout-list .portfolio-detail .portfolio-btm a.btn {
	position:static;
}
/*** portfolio detail page ***/
.detail, .detail > figure, .detail > .share-bar, .contents .mapbox {
	margin-bottom:50px;
}
.detail > .share-bar:last-child {
	margin-bottom:0px;
}
.related-projects > h4 {
	margin-bottom:30px;
}
.related-projects, .related-projects > .pagination {
	padding-top:30px;
}
.related-projects > .portfolio-list + .pagination {
	padding-top:0px;
}
/*** clients area ***/

.testimonial ul, ul.caro-slider-ul, ul.bullet-1, ul.bullet-2, footer ul, ul.options {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.bullet-1, ul.bullet-2 {
	margin:0px 0px 30px 0px;
}
ul.caro-slider-ul > li {
	float:left;
}
.testimonial .thumblist figure img {
	width:100px;
	height:100px;
	display:block;
	background:#565656;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.testimonial .thumblist .text h4, .testimonial .thumblist .text p {
	margin-bottom:0px;
}
.client-logos, .client-logos-full {
	padding-top:25px;
}
.client-logos .client-logo, .client-logos-full .client-logo {
	width:50%;
/*	padding:25px 0px;*/
	float:left;
	text-align:center;
}
.client-logos-full .client-logo {
	width:25%;
}
.client-logos .client-logo img, .client-logos-full .client-logo img {
	display:inline-block;
}
.client-logos .caro-controls, .client-logos-full .caro-controls {
	padding-top:5px;
}
.display {
	position:relative;
}
.display p {
	margin-bottom:80px;
}
.image img {
	width:100%;
	display:block;
}
.display img.bottom-right {
	right:-40px;
}
ul.bullet-1 li, ol.bullet-3 li, ul.bullet-3 li {
	margin-top:40px;
	padding-left:70px;
	position:relative;
}
ul.bullet-1 li:before {
	width:47px;
	height:47px;
	line-height:47px;
	color:#565656;
	display:inline-block;
	text-align:center;
	border:2px solid #565656;
	content: "";
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	background-position:-77px -152px;
	position:absolute;
	left:0px;
	top:-7px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
ul.bullet-2 {
	margin-bottom:30px;
}
ul.bullet-2 li {
	padding-left:22px;
	position:relative;
}
ul.bullet-2 li:before {
	width:10px;
	color:#565656;
	display:inline-block;
	text-align:center;
	font-family: "ico-font";
	/* content: "9";*/
	font-size:0.95em;
	position:absolute;
	left:0px;
	top:1px;
	transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
footer ul.bullet-1 li:before, footer ul.bullet-2 li:before {
	color:#000;
}
ul.bullet-3 li, ol.bullet-3 li {
	list-style:none;
	counter-increment:customlistcounter;
}
ol.bullet-3 li:before, ul.bullet-3 li:before {
	width:48px;
	height:48px;
	line-height:48px;
	font-size:24px;
	font-weight:bold;
	color:#565656;
	display:inline-block;
	text-align:center;
	border:2px solid #565656;
	content: counter(customlistcounter);
	position:absolute;
	left:0px;
	top:0px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.focus-area, .banner {
	padding:40px 0px;
	color:#ffffff;
	position:relative;
	transition:0.4s ease;
	-moz-transition:0.4s ease;
	-webkit-transition:0.4s ease;
}
.focus-area:hover {
	padding:60px 0px;
}
.focus-area *, .focus-area .caro-next-2:before, .focus-area .caro-prev-2:before {
	color:#ffffff;
}
.focus-area p {
	font-size:26px;
	margin-bottom:0px;
}
.section .focus-area:first-child {
	margin:-80px 0 80px 0;
}
.section .focus-area:last-child {
	margin:80px 0 -80px 0;
}
.section .section-head p {
	font-size:26px;
	margin-bottom:0px;
}
.bg-theme .btn-transparent:hover, .bg-purple .btn-transparent:hover {
	background-color:#ffffff;
}
.bg-purple .btn-transparent:hover {
	color:#886ADB;
	border-color:#886ADB;
}
.tip-top:after, .tip-btm:after {
	width:0;
	height:0;
	margin-left:-20px;
	display:block;
	content:'';
	position:absolute;
	left:50%;
	transition:0.4s ease;
	-moz-transition:0.4s ease;
	-webkit-transition:0.4s ease;
}
.tip-top:after {
	top:0px;
	border-top:20px solid #f2f2f2;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
}
.focus-area.tip-top:hover:after {
	margin-left:-30px;
	border-top:30px solid #f2f2f2;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
}
.tip-btm:after {
	bottom:0px;
	border-bottom:20px solid #f2f2f2;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
}
.focus-area.tip-btm:hover:after {
	margin-left:-30px;
	border-bottom:30px solid #f2f2f2;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
}
footer {
	padding:60px 0px;
	color:#eeeeee;
	background-color:#3e3e3e;
}
footer h4, footer a {
	color:#eeeeee;
}
footer h4 {
	text-transform:uppercase;
}
.margin-btm-80 {
	margin-bottom:80px;
}
.margin-top-minus80 {
	margin-top:-80px;
}
.margin-btm-50 {
	margin-bottom:50px;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
/**** Widget Styles
------------------------------------------------------ ****/
.widget {
	margin-bottom:30px;
}
footer .widget {
	margin-bottom:0px;
}
.widget > h4 {
	text-transform:uppercase;
}
.widget_tag_cloud .tagcloud {
	display:table;
}
.widget_tag_cloud a {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	padding:0px 18px;
	font-size:14px;
	text-transform:uppercase;
	background-color:transparent;
	border-width:2px;
	border-style:solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.widget_tag_cloud a:hover {
	color:#eeeeee;
}
footer .widget_tag_cloud a {
	border-color:#eeeeee;
	color:#eeeeee;
}
.widget-gallery ul {
	margin-left:-15px;
}
.widget-gallery ul li {
	width:33.333%;
	padding-left:15px;
	margin-bottom:15px;
	float:left;
	position:relative;
	z-index:1;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget-gallery ul li:before {
	width:16px;
	height:16px;
	line-height:16px;
	font-size:17px;
	margin:0 0 -8px -1px;
	font-family:"ico-font";
	content: "8";
	color:#eeeeee;
	z-index:5;
	position:absolute;
	bottom:-100%;
	left:50%;
	transition:all 0.35s ease-in;
	-moz-transition:all 0.35s ease-in;
	-webkit-transition:all 0.4s ease-in;
}
.widget-gallery ul li:hover:before {
	bottom:50%;
}
.widget-gallery ul li a, .widget-gallery ul li img {
	width:100%;
	display:block;
	position:relative;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.widget-gallery ul li a {
	position:relative;
	z-index:1;
	overflow:hidden;
}
.widget-gallery ul li a:before, .widget-gallery ul li a:after {
	display:block;
	content:'';
	position:absolute;
}
.widget-gallery ul li a:before {
	width:100%;
	height:100%;
	z-index:3;
	opacity:0;
	filter:alpha(opacity=0);
	top:0px;
	left:0px;
	transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-webkit-transition:all 0.35s ease;
}
.widget-gallery ul li:hover a:before {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.widget-gallery ul li a:after {
	width:140%;
	height:140%;
	top:-140%;
	left:-140%;
	z-index:4;
	background-color:rgba(255, 255, 255, 0.25);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-webkit-transition:all 0.35s ease-in-out;
}
.widget-gallery ul li:hover a:after {
	top:-70%;
	left:-70%;
}
/*** widget search ***/
.widget_search form {
	position:relative;
	display:block;
}
.widget_search input[type="text"] {
	width:100%;
	min-height:40px;
	background-color:transparent;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget_search input[type="submit"] {
	width:24px;
	height:24px;
	background:url(../images/sprites.png) -98px -67px no-repeat;
	border:0px;
	text-indent:-9999px;
	position:absolute;
	top:8px;
	right:10px;
}
/*** widget recent post ***/
.widget-recent-posts {
}
.widget-recent-posts figure {
	padding-right:15px;
	width:70px;
}
.widget-recent-posts ul li {
	line-height:30px;
	padding-bottom:20px;
}
.widget-recent-posts .text h5, .widget-recent-posts .text p:last-child, figcaption p:last-child {
	margin-bottom:0px;
}
/*** Roundabout ***/
.roundabout-carousel .caro-controls {
	margin-bottom:15px;
}
.roundabout-carousel h4 {
	margin-bottom:45px;
}
ul.roundabout {
	width:385px;
	height:245px;
	padding:0;
	margin:0px auto 0px auto;
	list-style:none;
}
ul.roundabout li {
	width:385px;
	height:245px;
	cursor:pointer;
}
ul.roundabout li.roundabout-in-focus {
	cursor:default;
}
ul.options li {
	display:inline;
}
ul.options li + li {
	padding-left:10px;
}
ul.options li [class^="icon-"] {
 font-size:22px;
 position:relative;
 top:5px;
}
/*** block with horizontal icon ***/
.horizontal-icon {
	padding-left:70px;
	margin-bottom:80px;
}
.horizontal-icon > [class^="icon"] {
 margin-left:-70px;
 float:left;
}
.horizontal-icon h4 {
	margin-bottom:0px;
}
/*** Feature Box ***/
.feature-box {
	min-height:195px;
	position:relative;
	border:1px solid #d5d5d5;
	overflow:hidden;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.feature-box .feature-up, .feature-box .feature-down {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.feature-box .feature-up {
	padding:40px 20px;
	text-align:center;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.feature-box:hover .feature-up {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}
.feature-box .feature-up [class^="icon"], .feature-box .feature-up p, .feature-box .feature-down p, .feature-box .feature-down h4 {
 margin:0px;
}
.feature-box .feature-down {
	width:100%;
	height:100%;
	padding:30px 20px;
	text-align:center;
	color:#ffffff;
	position:absolute;
	left:0px;
	bottom:-100%;
}
.feature-box .feature-down * {
	width:100%;
	color:#ffffff;
}
.feature-box:hover .feature-down {
	bottom:0;
}
.col-2 > ul, .col-3 > ul, .col-4 > ul, .pricing-tables.col-2, .pricing-tables.col-3, .pricing-tables.col-4, .portfolio-list.col-2 > ul, .portfolio-list.col-3 > ul, .portfolio-list.col-4 > ul {
	padding:0px;
	margin:0 0 0 -20px;
	list-style:none;
}
.widget-gallery.col-4 > ul {
	margin-left:-15px;
}
.col-2 > ul > li, .col-3 > ul > li, .col-4 > ul > li, .pricing-tables.col-2 > .pricing-table, .pricing-tables.col-3 > .pricing-table, .pricing-tables.col-4 > .pricing-table, .portfolio-list.col-2 > ul > li, .portfolio-list.col-3 > ul > li, .portfolio-list.col-4 > ul > li {
	padding-left:20px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.widget-gallery.col-4 > ul > li {
	padding-left:15px;
}
.col-2 > ul > li, .pricing-tables.col-2 > .pricing-table, .portfolio-list.col-2 > ul > li, .container .portfolio-list.col-2 > ul > li {
	width:50%;
}
.col-3 > ul > li, .pricing-tables.col-3 > .pricing-table, .portfolio-list.col-3 > ul > li, .container .portfolio-list.col-3 > ul > li {
	width:33.333%;
}
.col-4 > ul > li, .pricing-tables.col-4 > .pricing-table, .portfolio-list.col-4 > ul > li, .container .portfolio-list.col-4 > ul > li {
	width:25%;
}
/*** circular progress style
--------------------------------------------  ***/
.circular-progress {
	width:100%;
	margin-bottom:30px;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
h4 + .circular-progress {
	margin-top:40px;
}
.circular-progress input {
	color:inherit;
	cursor:default;
	font-weight:normal !important;
}
h4.stat-dig {
	margin-bottom:30px;
	font-size:48px;
	color:#3e3e3e;
}
/*** Team Section
------------------------------------- ****/
.team-box {
	margin-bottom:40px;
}
.team-box figure {
	margin-bottom:30px;
}
.team-box h5 {
	font-size:18px;
	margin-bottom:0px;
}
.team-box p.designation, .ad-box h4 {
	margin-bottom:0px;
}
.team-box p.designation {
	font-size:16px;
}
.team-box .social-links, .team-box .social-links > li {
	float:none;
}
.team-box .social-links > li {
	margin:0 -2px;
}
.team-box .social-links a {
	color:#8b8b8b;
}
.ad-box, .qouts-box {
	padding:42px 30px;
	border:1px solid #d5d5d5;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.qouts-box .caro-controls {
	height:0px;
}
.qouts-box .caro-controls a {
	position:relative;
	top:-30px;
	background-color:#eeeeee;
}
/**** Pricing Tables
---------------------------------------- ****/

.pricing-tables:before, .pricing-tables:after {
	display:table;
	content:'';
}
.pricing-tables:after {
	clear:both;
}
.pricing-tables {
	margin-bottom:50px;
	overflow:hidden;
}
.pricing-table {
	width:25%;
	float:left;
	color:#717171;
	font-size:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pricing-table ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
}
.pricing-table li {
	padding:7px 20px;
	border-bottom:1px solid #d9d9d9;
}
.col-2 .pricing-table, .col-3 .pricing-table, .col-4 .pricing-table {
	margin-bottom:50px;
}
.pricing-tables, .col-2 .pricing-table ul, .col-3 .pricing-table ul, .col-4 .pricing-table ul {
	border:1px solid #d9d9d9;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.pricing-table li {
	padding:7px 15px;
	border-bottom:1px solid #d9d9d9;
}
.pricing-tables.col-2, .pricing-tables.col-3, .pricing-tables.col-4 {
	border:0px;
}

.pricing-table .table-heading,
.pricing-table .table-heading h5 {
	padding:15px 25px;
	font-size:22px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
}
.pricing-table .table-heading h5 {
	padding:0px;
	margin:0px;
	font-weight:400;
	display:inline-block;
	float:left;
}
.pricing-table.pricing-table-featured .table-heading, .pricing-table.pricing-table-featured .btn.btn-theme {
	background-color:#886adb;
}
.pricing-table .table-heading span {
	padding:3px 4px;
	font-size:12px;
	line-height:16px;
	display:inline-block;
	float:right;
	text-transform:none;
	font-weight:400;
	background-color:rgba(0, 0, 0, 0.1);
	position:relative;
	top:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.pricing-table .table-heading span em {
	font-size:14px;
	font-style:normal;
}
.pricing-table .table-btm {
	padding:20px 20px;
	border-bottom:0px;
}
/*** image setting
--------------------------------------------- ***/
.image, .team-box > figure, .image-caption {
	position:relative;
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.image-caption figcaption {
	width:100%;
	padding:20px;
	color:#ffffff;
	font-size:14px;
	position:absolute;
	left:0px;
	bottom:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.image-caption figcaption * {
	margin-bottom:0px;
	color:#ffffff;
	line-height:1.5;
}
/*** banner
------------------------------------------------ ***/
.banner {
	padding:45px 0px;
}
/**
.banner:hover {
	padding:50px 0px;
}
**/
.banner h2 {
	color:#ffffff;
	text-transform:uppercase;
	margin:0px;
	display:inline-block;
	float:left;
}
.banner .breadcrumbs {
	float:right;
}
/*** author box
------------------------------------------------ ***/
.author-box .author-col {
	width:300px;
}
.author-box .image {
	margin-bottom:30px;
}
.author-box .author-detail h5 {
	font-size:18px;
	font-weight:normal;
}
.author-box .author-detail h2, .author-box .author-detail h5 {
	margin-bottom:0px;
}
.author-box .options li {
	display:inline-block;
}
.author-box .options [class^="icon-"] {
 min-width: 50px;
 padding: 15px 12px;
 border: 1px solid #8B8B8B;
 display: inline-block;
 text-align: center;
 font-size:18px;
 border-radius: 3px;
 border-radius: 3px;
 border-radius: 3px;
}
.author-box .options [class^="icon-"]:before {
 margin:0px;
}
/*** process block
------------------------------------------- ***/
.process-block {
	text-align:center;
}
.process-block > h4 {
	margin-bottom:35px;
}
.process-block .iconic {
	margin-bottom:40px;
	position:relative;
}
.process-block + .process-block .iconic:before {
	width:56px;
	height:24px;
	margin-left:0px;
	display:block;
	content:'';
	background:url(../images/sprites.png) 0 -60px no-repeat;
	position:absolute;
	top:50%;
	left:-50%;
}

/*** tweets
---------------------------------------------- ***/
.tweets {
	padding-left:100px;
	padding-right:75px;
	position:relative;
}
.tweets:before {
	width:56px;
	height:56px;
	line-height:56px;
	text-align:center;
	display:inline-block;
	content:'\f099';
	font-family: 'FontAwesome';
	font-size:30px;

	position:absolute;
	top:-9px;
	left:0px;
}
.tweets-style-2:before {
	background-color:#eeeeee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.bg-purple .tweets-style-2:before {
	color:#886ADB;
}
.tweets .caro-controls {
	width:90px;
	position:absolute;
	top:0px;
	right:0px;
}
/**** Blog styling
--------------------------------------------- ***/
.blog-box {
	margin-bottom:100px;
}
[class^="col-"] .blog-box {
 margin-bottom:40px;
}
.blog-box > figure {
	margin-bottom:30px;
}
.blog-box img {
	height: auto;
}
.blog-box p {
	line-height:36px;
}
.blog-box p.meta, .meta {
	margin-bottom:0px;
}
.meta a {
	text-decoration:underline;
}
.meta a:hover {
	text-decoration:none;
}
.blog-box > ul, .blog-box > p, .blog-box > h4, .blog-box > h5 {
	margin-bottom:30px;
}
.blog-box > ul > li {
	line-height:30px;
}
.share-bar {
	padding:5px 15px;
	border:1px solid #bfc9d4;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.share-bar * {
	line-height:20px;
	vertical-align:text-top;
}
.share-bar > p, .share-bar .addthis_toolbox > p {
	margin-bottom:0px;
	margin-right:18px;
	display:inline-block;
}
.share-bar ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
}
.share-bar ul li {
	display:inline-block;
	margin:0 8px;
}
.share-bar ul li img {
	vertical-align:bottom;
}
.blog-box figure.no-image, .no-image {
	display:none;
}
.vid-icon [class^="icon-"] {
 margin:-41px 0 0 -40px;
 color:rgba(255, 255, 255, 0.5);
 position:absolute;
 top:50%;
 left:50%;
}
.blog-centered {
	width:620px;
	margin:auto;
	text-align:center;
}
.blog-centered .blog-box header h3 {
	font-size:18px;
}
.blog-centered .blog-box header h3.pull-left {
	display:inline-block;
	float:none;
}
.blog-centered .blog-box header {
	position:relative;
}
.blog-centered .blog-box header h3 {
	display:inline-block;
}
.blog-centered .blog-box header ul.options {
	position:absolute;
	top:0px;
	right:0px;
}
/*** user comments box
------------------------------------------- ***/
ul.user-comments ul {
	margin-left:75px;
	list-style:none;
}
.comment-box {
	margin-bottom:35px;
	line-height:36px;
	position:relative;
}
.comment-box figure {
	width:95px;
	padding-right:25px;

	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.comment-box figure img {
	width:95px;
	background:none;
}
.comment-box p.up {
	margin-bottom:10px;
	color:#bfc9d4;
}
.comment-box p.up a {
	font-weight:600;
}
.comment-box p.up span {
	padding-left:7px;
}
.comment-box a.btn-reply {
	position:absolute;
	top:0px;
	right:0px;
}
ul.user-comments ul .comment-box figure, ul.user-comments ul .comment-box figure img {
	width:78px;
	height:78px;
}
.reply-form textarea {
	margin-bottom:50px;
	min-height:230px;
}
.reply-form input[type="submit"] {
	float:right;
}
.purple-color {
	color:#886adb;
}
.bg-purple, .iconic-purple-fill, .progress .bar.bg-purple {
	background-color:#886adb;
	color:#ffffff;
}
.bg-transparent {
	background-color:transparent;
}
.color-white {
	color:#ffffff;
}
ul.filter-tabs {
	text-align:center;
}
ul.filter-tabs li {
	padding:0px 18px;
	margin:0 -3px;
	color:#8b8b8b;
	line-height:40px;
	cursor:pointer;
	display:inline-block;
	border:1px solid #565656;
	border-left-width:0px;
}
ul.filter-tabs li:first-child {
	border-left-width:1px;
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
}
ul.filter-tabs li:last-child {
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
}
ul.filter-tabs li.active {
	color:#565656;
}
ul.filter-tabs li [class^="icon-"] {
 position:relative;
 top:5px;
}
.filter-list li.mix {
	display:none;
}
/*** contact us page ***/
.mapbox iframe {
	height:490px;
}
.contents .mapbox iframe {
	height:385px;
}
.error-box {
	text-align:center;
}
.error-box > img {
	margin-bottom:85px;
}
.error-box p {
	margin-bottom:50px;
	font-size:18px;
}
/*** shortcodes page ***/
.shortcode-block {
	margin-bottom:30px;
}
.shortcode-block .btn {
	margin:0px 9px;
}
.shortcode-block p .btn:first-child {
	margin-left:0px;
}
/*** widget accordion ***/
.accordion, dl.accordion {
	margin:0px 0px 30px 0px;
}
.accordion > .ui-accordion-header {
	padding:10px 50px 10px 70px;
	margin-bottom:16px;
	font-size:16px;
	line-height:40px;
	cursor:pointer;
	position:relative;
	border:1px solid #d5d5d5;
	transition:all 0.4s ease;
}
.accordion > .ui-accordion-header:focus {
	outline:0px;
}
.ui-accordion-header-icon {
	width:16px;
	height:16px;
	content:'';
	display:block;
	background:url(../images/sprites.png) 0px -141px no-repeat;
	position:absolute;
	top:22px;
	right:22px;
}
.ui-accordion-header-active .ui-accordion-header-icon {
	background-position:-24px -141px;
}
.ui-accordion-header.ui-accordion-header-active, .ui-accordion-header-active {
	margin-bottom:0px;
	border-bottom:0px;
}
.accordion > .ui-accordion-header {
	list-style:decimal;
}
.accordion > .ui-accordion-content {
	padding:10px 35px 5px 35px;
	margin:0 0 16px 0;
	border:1px solid #d5d5d5;
	border-top:0px;
}
.accordion > .ui-accordion-content > ul {
	padding-left:15px;
	margin-bottom:10px;
}
.accordion-style-2 > .ui-accordion-header, .accordion-style-2 > .ui-accordion-content {
	margin-bottom:-1px;
}
.accordion-style-2 > .ui-accordion-header.ui-accordion-header-active {
	border-bottom:0px;
}
.accordion {
	counter-reset: my-badass-counter;
}
.accordion dt:before {
	content: counter(my-badass-counter, decimal-leading-zero);
	counter-increment: my-badass-counter;
	position:absolute;
	left:35px;
	top:11px;
}

.circle {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    float: left;
    margin: 0px 15px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** revolution slider styling ***/
.main-slider {
	position:relative;
	    height: 40vw;
    background-color: #0397d6;
        padding: 45px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fullwidthbanner-container {
	max-height:700px !important;
}
.main-slider * {
	color:#ffffff;
}
.tp-caption a {
	color:#3E3E3E;
}
.tp-caption a:hover {
	color:#ffffff;
}
.tp-bullets {
	bottom:110px !important;
}
.tp-bullets .bullet {
	width:65px !important;
	height:4px;
	background:rgba(255, 255, 255, 0.5);
}
.tp-bullets .bullet {
	width:65px !important;
	height:4px !important;
	margin-left:10px !important;
	background:#ffffff !important;
	opacity:.6;
	filter:alpha(opacity=60);
}
.main-slider .tp-rightarrow, .main-slider .tp-leftarrow {
	width:50px;
	height:50px;
	text-align:center;
	background:#eeeeee;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.main-slider .tp-leftarrow {
	left:0px !important;
	border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
}
.main-slider .tp-rightarrow {
	right:0px !important;
	border-radius:3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
}
.main-slider .tp-rightarrow:before, .main-slider .tp-leftarrow:before {
	line-height:54px;
	text-align:center;
	color:#565656;
	display:inline-block;
	text-indent:0px;
	font-family: "ico-font";
	font-size:24px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.main-slider .tp-rightarrow:hover:before, .main-slider .tp-leftarrow:hover:before {
	color:#ffffff;
}
.main-slider .tp-leftarrow:before {
	content: "\"";
}
.main-slider .tp-rightarrow:before {
	content: "9";
}
/*====Contact Us Map========*/
.googlemap-wrapper {
  position: relative;
  margin: 0px 0 50px 0;
}
.googlemap-wrapper img {
  max-width: none !important;
}
.map-canvas {
  width: 100%;
  height: 200px;
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 320px;
  }
  
}
@media (min-width: 992px) {
  .map-canvas {
    margin-bottom: 0;
    height: 390px;
  }
}
.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #2f2f2f;
  content: '*';
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wfc-header {
  color: white;
  text-transform:uppercase;
  margin:0px;
  display:inline-block;
  float:left;

}

ul.social-links li a span.wfc-icon-hover{
	display: none;
}
ul.social-links li a:hover span.wfc-icon-default{
	display: none;
}
/*ul.social-links li a:hover span.wfc-icon-hover{
	display: inline-block;
	background-color: #69ECEA;
	/*background-color: #0397D6;
}*/
ul.social-links li a:hover span.wfc-icon-hover2{
	display: inline-block;
	background-color: #0397D6;
}

/* New Styles */

.interactive-map {
	background-image: url(/wp-content/themes/carolinapest/images/map-base.jpg);
	display: block;
    height: 68vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.interactive-map-content {
	background-color: rgba(255, 255, 255, 0.75);
    width: 55%;
    float: right;
    padding: 55px 35px 35px 35px;
}

.charlotte {
	background-image: url(/wp-content/themes/carolinapest/images/map-charlotte.jpg);
}

.matthews {
	background-image: url(/wp-content/themes/carolinapest/images/map-matthews.jpg);
}

.monroe {
	background-image: url(/wp-content/themes/carolinapest/images/map-monroe.jpg);
}

.lakenorman {
	background-image: url(/wp-content/themes/carolinapest/images/map-lakenorman.jpg);
}

.laurinburg {
	background-image: url(/wp-content/themes/carolinapest/images/map-laurinburg.jpg);
}

.pineville {
	background-image: url(/wp-content/themes/carolinapest/images/map-pineville.jpg);
}

.rockingham {
	background-image: url(/wp-content/themes/carolinapest/images/map-rockingham.jpg);
}

.wadesboro {
	background-image: url(/wp-content/themes/carolinapest/images/map-wadesboro.jpg);
}

.waxhaw {
	background-image: url(/wp-content/themes/carolinapest/images/map-waxhaw.jpg);
}

.weddington {
	background-image: url(/wp-content/themes/carolinapest/images/map-weddington.jpg);
}

.fortmill {
	background-image: url(/wp-content/themes/carolinapest/images/map-fortmill.jpg);
}

.rockhill {
	background-image: url(/wp-content/themes/carolinapest/images/map-rockhill.jpg);
}

.concord {
	background-image: url(/wp-content/themes/carolinapest/images/map-concord.jpg);
}

.huntersville {
	background-image: url(/wp-content/themes/carolinapest/images/map-huntersville.jpg);
}

.davidson {
	background-image: url(/wp-content/themes/carolinapest/images/map-davidson.jpg);
}

.gastonia {
	background-image: url(/wp-content/themes/carolinapest/images/map-gastonia.jpg);
}

.belmont {
	background-image: url(/wp-content/themes/carolinapest/images/map-belmont.jpg);
}

.wfc-section {
    padding: 80px 0 0px 0px !important;
}

.sub-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-banner-white {
	background-image: url(/wp-content/themes/carolinapest/images/sub-banner-white.png);
	background-position: center center;
	background-repeat:repeat-y;
}

.services-box-header {
    display: block;
    background-color: #0397d6;
    text-align: center;
    height: 117px;
    margin: 70px 0px 0px 0px;
}

.service-circle {
    width: 94px;
    height: 94px;
    border: 4px Solid #ffffff;
    border-radius: 50%;
    margin: 0px auto 0px auto;
    position: relative;
    top: -46px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-box-header h3 {
    position: relative;
    top: -36px;
    color: #ffffff;
    font-size: 26px;
}

.services-box-content {
    background-color: #f2f2f2;
    padding: 15px;
}

.technician-box {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    margin-top: 45px;
}

.technician-box-label {
    position: absolute;
    height: 25px;
    background-color: #0397d6;
    line-height: 25px;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 0px 0px 15px;
    bottom: 0px;
    display: block;
    width: 100%;
}

.technician-circle {
    display: block;
    height: 65px;
    width: 65px;
    position: absolute;
    right: -3%;
    top: -20px;
    border: Solid 3px #0397d6;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

p.question {
    color: #0397d6;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}

h2 {
	color: #0397d6;
}

.blog-post-image {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.map-link {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 25px 0px 0px 0px;
}

h2.technician-name {
    color: #000000;
    margin: 20px 0px 0px 0px;
}

h3.technician-title {
    line-height: 22px;
}

.services-box-content li {
    line-height: 24px;
}

.banner-content {
    padding: 35px 15px 35px 0px;
}

.era-circle {
  position: relative;
  display: block;
  margin: 35px 0px 0px 0px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
    line-height: 26px;
    border-bottom: Solid #ffffff 5px;
    font-size: 21px;
    font-weight: 300;
}

.era-circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  content: "";
}

.era-circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.era-circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.era-circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

.entry-box {
    background-color: #ffffff;
    padding: 35px;
    margin: 35px 0px 35px 15px;
    border-bottom: Solid 5px #b7b7b7;
}

.timeline-line {
	background-image: url(/wp-content/themes/carolinapest/images/timeline-line.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

.timeline-arrow {
    background-image: url(/wp-content/themes/carolinapest/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 90px;
}
a.history-link {
    display: block;
    text-align: center;
    color: #ffffff !important;
    padding: 5px 0px;
    font-size: 21px;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
}

.history-callout {
    border-bottom: Solid #b7b7b7 5px;
    background-color: #eeeeee;
}

.history-timeline-home {
	margin-bottom: -90px;
}

.trends {
    background-color: #0397d6;
    padding: 45px 35px;
    color: #ffffff;
}

h2.trends-headline {
    background-color: #eeeeee;
    display: block;
    position: absolute;
    color: #363636;
    font-weight: 300;
    border: solid 1px #d5d5d5;
    top: -25px;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

a.trends-link {
    background-color: #8ec549;
    color: #ffffff !important;
    display: block;
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    height: 40px;
    line-height: 40px;
    left: 50%;
    margin-left: -100px;
}

.trends h4 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

.conclusion-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.employee-image {
    display: block;
    width: 100%;
    height: 225px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 0px 25px 0px;
}

.widget_archive ul, .widget_categories ul {
    list-style: none;
    margin: 0px;
}

.widget_archive a, .widget_categories a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
}

.short-contact h2 {
    color: #ffffff;
}

.short-contact .gform_wrapper {
    margin: 0px !important;
}

.short-contact .gform_wrapper ul li {
    margin-top: 0px !important;
}

.short-contact .gform_wrapper .hidden_label .gfield_label {
	display: none !important;
}

.short-contact .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.short-contact .gform_wrapper li input {
    margin-top: 0px !important;
}

.short-contact .gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0px !important;
}

.short-contact input[type="submit"] {
    padding: 0px 30px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    margin: 0px auto !important;
    display: table !important;
}

.short-contact {
    color: #ffffff;
}

#services-grid {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(3, 1fr);
}

.service-card-image {
    display: block;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 0px 25px 0px;
}

.services-main-container {
    background-color: #0497d7;
    max-width: 900px;
    margin: 0px auto 35px auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-main-container:before {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(4, 152, 215, 0.9);
}

.services-main-container .section {
    padding: 0px;
}

.services-main-container .col {
    margin-top: 0px;
    margin-bottom: 0px;
}

.services-main-container h2 {
    color: #ffffff;
}

.services-main-container p {
    color: #ffffff;
}

.services-main-container p:last-child {
    margin: 0px;
}

.services-main-container a {
    color: #ffffff !important;
    display: block;
    padding: 7px 15px;
    line-height: 24px;
    border-radius: 5px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.services-main-container a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

#lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	overflow-y: auto;
	padding: 0px 15px;
	box-sizing: border-box;
}

.lightbox-on {
    display: block !important;
}

.popup {
    max-width: 800px;
    margin: 75px auto 75px auto;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    font-family: "lato", Arial, Helvetica, Tahoma, sans-serif;
}

.popup-interior {
	background-color: #f2f2f2;
	text-align: left;
	padding: 20px;
}

.popup-image-wrapper h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.popup-image-wrapper {
    padding: 25px;
    background-color: #ffffff;
}

.popup-image {
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.popup-form {
    background-color: #007eca;
    padding: 25px;
}

.popup-form h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 24px;
    margin: 25px 0px 50px 0px;
}

#close {
    display: block;
    background-color: #363636;
    position: absolute;
    right: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    cursor: pointer;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
}

a.request-quote {
	background-color: #7ebe0f !important;
	color: #fff !important;
}
a.request-quote:hover {
	background-color: #567f0b !important;
}

@media (max-width: 768px) {
  
  .sub-banner-white {
		background-position: left center;
	}
	
	.interactive-map {
		display: none;
	}
	
	.hide-mobile {
		display: none !important;
	}
	

	.era-circle {
	    margin: 35px auto 0px auto !important;
	    width: 50% !important;
	}
	
	.timeline-arrow {
	    background-image: url(/wp-content/themes/carolinapest/images/arrow-up.png);
	    background-repeat: no-repeat;
	    background-position: center 15px;
	    padding-top: 45px;
	}
	
	.entry-box {
	    background-color: #ffffff;
	    padding: 35px;
	    margin:0px;
	    border-bottom: Solid 5px #b7b7b7;
	}
  
}


/* ====================================================================================================
/* Blog Update
/* Author: Epic Notion
/* ====================================================================================================

/* Block — Author Biography
/* ------------------------------------------------------------------------------------------------- */

/* Block structure — Base */
.block__author-biography {
    display: grid;
    background-color: #EFF5F8;
    box-sizing: border-box;
    margin: 0 0 32px;
    padding: 40px;
	width: 100%;
}

/* Block structure — Dynamic 'has-image' class */
.block__author-biography.block--has-image {
    display: grid;
    grid-row-gap: 16px;
    text-align: center;
}

/* Item image */
.block__author-biography.block--has-image .item__image-wrap {
	margin: 0 auto;
	width: 72px;
}

/* Item image */
.block__author-biography.block--has-image .item__image {
    border: 3px solid white;
    border-radius: 100%;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.08);
    max-width: 72px;
}

/* Item heading */
.block__author-biography .item__heading {
	margin-bottom: 8px;
}

/* Item subheading */
.block__author-biography .item__subheading {
	color: #999999;
	margin-bottom: 16px;
}

/* Item content */
.block__author-biography .item__content {
    margin: 0;
}


/* Adjust @medium breakpoint */
@media (min-width: 768px) {
    
    /* Adjust block structure — Dynamic 'has-image' class */
    .block__author-biography.block--has-image {
        grid-column-gap: 32px;
        grid-template-columns: 72px 1fr;
        text-align: left;
    }

}


/* Block — Related Posts
/* ------------------------------------------------------------------------------------------------- */

/* Block grid structure */
.block__related-posts {
    display: grid;
    grid-row-gap: 32px;
	margin-bottom: 32px;
}

/* Grid items */
.block__related-posts .item {
    border-top: solid 1px #E5E5E5;
    padding-top: 32px;
}

/* Item content wrap */
.block__related-posts .item .item__content-wrap {
    margin-bottom: 24px;
}

/* Item image wrap */
.block__related-posts .item .item__image-wrap {
	border-radius: 4px;
	height: 40vw;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

/* Item image wrap » state:hover */
.block__related-posts .item .item__image-wrap:hover .item__image {
	transform: scale(1.04);
}

/* Item image */
.block__related-posts .item .item__image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
	object-position: center;
	transition: transform 0.8s ease-in-out;
}

/* Item title */
.block__related-posts .item .item__title {
	line-height: 1.4;
	margin-bottom: 8px;
}

/* Item date */
.block__related-posts .item .item__date {
    color: #999999;
    font-size: 14px;
    margin-bottom: 8px;
}


/* Adjust @medium breakpoint */
@media (min-width: 768px) {

    /* Adjust block grid structure */
    .block__related-posts {
        grid-column-gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

    /* Adjust grid items */
    .block__related-posts .item {
        display: flex;
        flex-direction: column;
    }

    /* Adjust item image wrap */
    .block__related-posts .item .item__image-wrap {
        height: 180px;
    }

    /* Push item link to bottom of item container */
    .block__related-posts .item .item__link-wrap {
        margin-top: auto;
    }

}


.view--admin {
	display: none;
}

.admin-bar .view--admin {
	display: block;
}





/* Links
/* -------------------------------------------------- */

.link--base {
    color: #0389C2;
    font-weight: bold;
    transition: color 0.15s ease-out;
}

.link--base:hover {
    color: #025274;
}

.link--base::after {
    content: "\f345";
    font-family: Dashicons;
    font-size: 90%;
    margin-left: 4px;
    vertical-align: bottom;
}


/* ------------------------------------------------------------------------------------------------- */
/* Utilities
/* ------------------------------------------------------------------------------------------------- */

/* Alignment
/* ------------------------------------------------------------------------------------------------- */

/* Block
/* -------------------------------------------------- */

/* Push center */
.push--center {
    margin-left: auto;
    margin-right: auto;
}

/* Text
/* -------------------------------------------------- */

/* Align center */
.align--center {
    text-align: center;
}


/* Blend modes
/* ------------------------------------------------------------------------------------------------- */

.blend--multiply {
    mix-blend-mode: multiply;
}


/* Color
/* ------------------------------------------------------------------------------------------------- */

/* Background — Solid
/* -------------------------------------------------- */

.bg-color__alt {
    background-color: #EFF5F8;
}

.bg-color__primary--dark {
    background-color: #0389C2;
}


/* Background — Split
/* -------------------------------------------------- */

.bg-split-color__alt {
    position: relative;
}

.bg-split-color__alt::before {
    background-color: #EFF5F8;
    bottom: 0;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
}


/* Text
/* -------------------------------------------------- */

.text-color__white {
    color: #FFFFFF;
}

.text-color__body--light {
    color: #777777;
}


/* Theme
/* -------------------------------------------------- */

.theme--dark,
.theme--dark p,
.theme--dark h1,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5 {
    color: #FFFFFF;
}


/* Positioning
/* ------------------------------------------------------------------------------------------------- */

.position--relative {
    position: relative;
}

/* Z-indexing
/* -------------------------------------------------- */

.z--1 {
    z-index: 1;
}

.z--2 {
    z-index: 2;
}

.z--3 {
    z-index: 3;
}


/* Spacing
/* ------------------------------------------------------------------------------------------------- */

/* Margin
/* -------------------------------------------------- */

.mb--0 {
    margin-bottom: 0;
}

.mb--1 {
    margin-bottom: 4px;
}

.mb--2 {
    margin-bottom: 8px;
}

.mb--3 {
    margin-bottom: 16px;
}

.mb--4 {
    margin-bottom: 24px;
}

.mb--5 {
    margin-bottom: 32px;
}

.mb--6 {
    margin-bottom: 48px;
}

.mb--7 {
    margin-bottom: 56px;
}

.mb--8 {
    margin-bottom: 64px;
}


/* Visibility
/* ------------------------------------------------------------------------------------------------- */

/* Hide for @small */
@media (max-width: 600px) {
    .hide--small {
        display: none !important;
    }
}

/* Hide for @medium */
@media (min-width: 600px) and (max-width: 1024px) {
    .hide--medium {
        display: none !important;
    }
}

/* Hide from @large */
@media (min-width: 1024px) {
    .hide--large {
        display: none !important;
    }
}


/* ------------------------------------------------------------------------------------------------- */
/* Layout
/* ------------------------------------------------------------------------------------------------- */

/* Containers
/* ------------------------------------------------------------------------------------------------- */

/* Responsive media container
/* -------------------------------------------------- */

.container--responsive-media { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.container--responsive-media iframe, 
.container--responsive-media object, 
.container--responsive-media embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}


/* Sections
/* ------------------------------------------------------------------------------------------------- */

/* Section — Small */
.section--small {
    padding: 40px 24px;
}

/* Section — Base */
.section--base {
    padding: 80px 24px;
}


/* Wraps
/* ------------------------------------------------------------------------------------------------- */

/* Wrap — Xsmall */
.wrap--xsmall {
    max-width: 620px;
    width: 100%;
}

/* Wrap — Small */
.wrap--small {
    max-width: 848px;
    width: 100%;
}

/* Wrap — Base */
.wrap--base {
    max-width: 1180px;
    width: 100%;
}


/* Navigation
/* ------------------------------------------------------------------------------------------------- */

/* Inline
/* -------------------------------------------------- */

.nav--inline li {
    display: inline-block;
}

.nav--inline li:not(:last-child) {
    margin-right: 16px;
}


/* ------------------------------------------------------------------------------------------------- */
/* Migrate to global stylesheet
/* ------------------------------------------------------------------------------------------------- */

/* Layout
/* ------------------------------------------------------------------------------------------------- */

header {
	font-family: 'Raleway';
    position: relative;
    z-index: 10;
}


/* Header — Secondary
/* -------------------------------------------------- */

/* Block container */
#header--default #header__container--secondary {
    background-color: #0389C2;
    color: #FFFFFF;
    padding: 8px 24px;
}

/* Grid structure */
#header--default #header__container--secondary .container--grid {
    align-items: center;
    display: grid;
    grid-column-gap: 16px;
}

/* Grid item — EmbedSocial reviews */
#header--default #header__container--secondary .container--grid #item--reviews {
    align-items: center;
    display: grid;
    grid-template-columns: 72px 1fr;
    max-height: 16px !important;
    overflow: hidden;
}


/* Adjust @large breakpoint */
@media (min-width: 800px) {

    /* Adjust grid structure */
    #header--default #header__container--secondary .container--grid {
        grid-template-columns: 1fr max-content max-content;
        justify-content: space-between;
    }

}


/* Header — Primary
/* -------------------------------------------------- */

/* Block container */
#header--default #header__container--primary {
    padding: 16px 24px;
}

/* Grid structure */
#header--default #header__container--primary .container--grid {
    align-items: center;
    display: grid;
    grid-template-columns: max-content 48px;
    justify-content: space-between;
}

#header--default #nav__trigger {
    color: #777777;
}

#header--default #nav__trigger span {
    font-size: 48px;
    line-height: 0.7;
}

/* Adjust @large breakpoint */
@media (min-width: 1024px) {

    /* Adjust grid structure */
    #header--default #header__container--primary .container--grid {
        grid-template-columns: max-content max-content;
    }

}

.logo--header {
    height: 80px;
}


/* Navigation
/* ------------------------------------------------------------------------------------------------- */

/* Navigation — Primary (Mobile)
/* -------------------------------------------------- */

#nav--primary-mobile {
    background-color: #EFF5F8;
    box-shadow: 0 32px 48px rgba(0, 0, 0, 0.16);
    list-style: none;
    margin: 8px 0 0;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: absolute;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 20;
}

/* Reveal on active state trigger */
header.state--has-active-menu #nav--primary-mobile {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

#nav--primary-mobile li {
    line-height: 2.4;
}

#nav--primary-mobile li.state--active > a {
    color: #0389C2;
}

#nav--primary-mobile li a {
    color: #777777;
    transition: color 0.3s ease-in-out;
}

#nav--primary-mobile li.menu-item-has-children > a::after {
    content: "\f347";
    float: right;
    font-family: Dashicons;
    pointer-events: none;
}

#nav--primary-mobile > li > a {
    font-size: 20px;
    font-weight: 600;
}

#nav--primary-mobile > li > ul {
    display: none;
    list-style: none;
    margin: 0 0 16px 0;
}

#nav--primary-mobile > li > ul > li {
    font-size: 14px;
    line-height: 2.4;
}

#nav--primary-mobile > li > ul > li > a {
    display: block;
    width: 100%;
}


/* Navigation — Secondary (Desktop)
/* -------------------------------------------------- */

#nav-secondary-desktop {
    margin: 0;
    padding: 0;
}

#nav-secondary-desktop li {
    font-weight: 600;
}

#nav-secondary-desktop li a {
    color: #FFFFFF;
}


/* Navigation — Primary (Desktop)
/* -------------------------------------------------- */

#nav--primary-desktop {
    margin: 0;
    padding: 0;
}

#nav--primary-desktop > li {
    display: inline-block;
    line-height: 56px;
    position: relative;
}

#nav--primary-desktop > li:not(:last-child) {
    margin-right: 24px;
}

#nav--primary-desktop > li > a {
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

#nav--primary-desktop li a {
    color: #777777;
    transition: color 0.3s ease-in-out;
}

#nav--primary-desktop li.current-menu-item a {
    color: #112027;
}

#nav--primary-desktop li:hover > a {
    color: #0389C2;
}

/* Sub-menu */
#nav--primary-desktop ul {
    background-color: #FFFFFF;
    box-shadow: 0 40px 32px 0 rgba(0, 0, 0, 0.08);
    opacity: 0;
    padding: 16px 24px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -48px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 256px;
}

#nav--primary-desktop li:hover ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

/* Sub-menu */
#nav--primary-desktop ul li {
    display: block;
    line-height: 2.4;
}

#nav--primary-desktop ul li a {
    display: block;
    transition: all 0.15s ease-out;
}

#nav--primary-desktop ul li:hover a {
    padding-left: 4px;
}




#nav--primary-desktop .button {
    background-color: #7EBE0F;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-flex !important;
    line-height: 1.5 !important;
    padding: 10px 18px !important;
    transition: background-color 0.3s ease-out;
}

#nav--primary-desktop .button:hover {
    background-color: #679b0C;
}

#nav--primary-mobile .button {
	background-color: #7EBE0F;
	border-radius: 4px;
    display: block;
    line-height: 3;
    margin-top: 16px;
    text-align: center;
    transition: background-color 0.3s ease-out;
}

#nav--primary-mobile .button a {
    color: white;
}



/* ================================================================================================= */
/* Template — Specials
/* ================================================================================================= */

html {
	/* Smooth-scroll anchor links */
	scroll-behavior: smooth;
}


/* Header
/* ------------------------------------------------------------------------------------------------- */

/* Adjust header container */
.page-template-template-specials header {
	background-color: white;
}


/* Section — Introduction
/* ------------------------------------------------------------------------------------------------- */

/* Section container */
#section--introduction {
	padding-top: 56px;
}

/* Section heading */
#section--introduction h1.section__heading {
	color: #112027;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -0.4px;
	line-height: 1.2;
	margin-bottom: 16px;
}

/* Section content */
#section--introduction .section__content {
	margin-bottom: 32px;
}

/* Section content » <p> */
#section--introduction .section__content p {
	font-size: 17px;
	line-height: 1.65;
}

/* Section link */
#section--introduction .section__link {
	background-color: #7ebe0f;
	border-radius: 4px;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-family: 'Raleway';
	font-size: 19px;
	font-weight: 700;
	line-height: 3;
	padding: 0 32px;
	text-transform: none;
}


/* Adjust @medium breakpoint */
@media( min-width: 800px ) {

	/* Section container */
	#section--introduction {
		padding-bottom: 24px;
		padding-top: 72px;
	}

    /* Adjust section heading */
	#section--introduction h1.section__heading {
		font-size: 56px;
	}

}


/* Section — Specials
/* ------------------------------------------------------------------------------------------------- */

/* Section container */
#section--specials {
	padding-bottom: 56px;
	padding-top: 56px;
}

/* Section heading */
#section--specials .section__heading {
	margin-bottom: 32px;
}


/* Section — Form
/* ------------------------------------------------------------------------------------------------- */

/* Section container */
#section--form {
	background-color: #0389c2;
	padding-bottom: 56px;
	padding-top: 56px;
}

/* Section heading */
#section--form h2.section__heading {
	color: white;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	margin: 16px 0 56px;
}


/* Section — FAQs
/* ------------------------------------------------------------------------------------------------- */

/* Section container */
#section--faqs {
	padding-bottom: 56px;
	padding-top: 56px;
}

/* Section heading */
#section--faqs .section__heading {
	margin-bottom: 32px;
}


/* Utilities
/* ------------------------------------------------------------------------------------------------- */

/* Wrap [Container] */
.wrap--container {
	padding-left: 4vw;
	padding-right: 4vw;
}


/* Feed
/* ------------------------------------------------------------------------------------------------- */

/* Feed [Specials]
/* -------------------------------------------------- */

/* Feed grid structure */
.feed--specials {
    column-gap: 24px;
	display: grid;
	row-gap: 32px;
}

/* Grid item container */
.feed--specials .item {
	background-color: #FFFFFF;
	position: relative;
}

/* Item heading container */
.feed--specials .item .item__heading-wrap {
	border-bottom: 2px dotted #D8D8D8;
	border-top: 4px solid #7EBE0F;
	padding: 24px 32px;
	position: relative;
}

/* Item heading */
.feed--specials .item .item__heading-wrap h3.item__heading {
	font-size: 24px;
	margin: 0;
	text-align: center;
}

/* Place cut-outs as pseudo-elements */
.feed--specials .item .item__heading-wrap::before,
.feed--specials .item .item__heading-wrap::after {
	background-color: #f2f2f2;
	border-radius: 100%;
	bottom: -24px;
	content: '';
	display: block;
	height: 48px;
	position: absolute;
	width: 48px;
}

/* Place left cut-out */
.feed--specials .item .item__heading-wrap::before {
	left: -36px;
}

/* Place right cut-out */
.feed--specials .item .item__heading-wrap::after {
	right: -36px;
}

/* Item content container */
.feed--specials .item .item__content-wrap {
	padding: 32px 32px 24px;
}

/* Item content */
.feed--specials .item .item__content-wrap p {
	color: #888888;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Item content link */
.feed--specials .item .item__content-wrap p a {
	color: #0397D6;
	font-weight: bold;
}

/* Create perforated bottom edge on item */
.feed--specials .item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left:0;
	right:0;
	height: 10px;
	background:
		linear-gradient(
			45deg, transparent 33.333%,
			#FFFFFF 33.333%, #FFFFFF 66.667%,
			transparent 66.667%
		),
		linear-gradient(
			-45deg, transparent 33.333%,
			#FFFFFF 33.333%, #FFFFFF 66.667%,
			transparent 66.667%
		);
	background-size: 8px 20px;
	background-position: 0 -10px;
}


/* State management
/* Item content link:hover */
.feed--specials .item .item__content-wrap p a:hover {
	text-decoration: underline;
}


/* Adjust @medium breakpoint */
@media( min-width: 800px ) {

    /* Adjust feed grid structure */
    .feed--specials {
        grid-template-columns: repeat( 3, 1fr );
    }

}


/* Feed [FAQs]
/* -------------------------------------------------- */

/* Feed grid structure */
.feed--faqs {
    display: grid;
	gap: 16px;
}

/* Grid item container */
.feed--faqs .item {
	background-color: white;
	border-radius: 4px;
	padding: 32px;
}

/* Item content */
.feed--faqs .item p {
	line-height: 1.65;
}

/* Item content link */
.feed--faqs .item p a {
	color: #0397D6;
	font-weight: bold;
}

/* Strip margin from final <p> (per item) */
.feed--faqs .item p:last-child {
	margin-bottom: 0;
}


/* State management */
/* Item content link:hover */
.feed--faqs .item p a:hover {
	text-decoration: underline;
}


/* Form
/* ------------------------------------------------------------------------------------------------- */

/* Form [Base]
/* -------------------------------------------------- */

/* Field label */
.form--base_wrapper.gform_legacy_markup_wrapper .top_label .gfield_label,
.form--base_wrapper.gform_legacy_markup_wrapper legend.gfield_label {
	font-weight: bold;
	margin: 0;
}

.form--base_wrapper.gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form--base_wrapper.gform_legacy_markup_wrapper.gf_browser_gecko select,
.form--base_wrapper.gform_legacy_markup_wrapper textarea {
	background-color: #FFFFFF;
	height: auto;
	line-height: 1.6 !important;
	margin: 0;
	outline: none !important;
	padding: 12px 16px !important;
}

.form--base_wrapper.gform_legacy_markup_wrapper.gf_browser_gecko select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form--base_wrapper.gform_legacy_markup_wrapper.gf_browser_gecko textarea {
	min-height: 128px;
}

.form--base_wrapper.gform_legacy_markup_wrapper .gform_footer input.button, 
.form--base_wrapper.gform_legacy_markup_wrapper .gform_footer input[type="submit"], 
.form--base_wrapper.gform_legacy_markup_wrapper .gform_page_footer input.button, 
.form--base_wrapper.gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
	background-color: #7ebe0f;
	border-radius: 4px;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-family: 'Raleway';
	font-size: 19px;
	font-weight: 700;
	line-height: 3 !important;
	padding: 0 32px;
	text-transform: none;
}


/* Form [Specials]
/* -------------------------------------------------- */

/* Field label */
.form--specials_wrapper.gform_legacy_markup_wrapper .top_label .gfield_label,
.form--specials_wrapper.gform_legacy_markup_wrapper legend.gfield_label {
	color: white;
}

.form--specials_wrapper.gform_legacy_markup_wrapper .gform_fields {
	display: grid;
	row-gap: 16px;
}

.form--specials_wrapper.gform_legacy_markup_wrapper .gfield {
	margin: 0 !important;
	padding: 0 !important;
}

.form--specials_wrapper.gform_legacy_markup_wrapper .gfield input,
.form--specials_wrapper.gform_legacy_markup_wrapper .gfield textarea,
.form--specials_wrapper.gform_legacy_markup_wrapper .gfield select {
	border: 0 none !important;
}

.form--specials_wrapper.gform_legacy_markup_wrapper .gfield_required {
	color: #AEEE3F;
	margin-left: 1px;
}


/* Adjust @medium breakpoint */
@media( min-width: 800px ) {

	.form--specials_wrapper.gform_legacy_markup_wrapper .gform_fields {
		column-gap: 24px;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 
			"full-name phone-number"
			"email-address specials"
			"details details";
	}

	.form--specials_wrapper.gform_legacy_markup_wrapper .gform_fields li:nth-child(1) {
		grid-area: full-name;
	}
	
	.form--specials_wrapper.gform_legacy_markup_wrapper .gform_fields li:nth-child(2) {
		grid-area: phone-number;
	}

	.form--specials_wrapper.gform_legacy_markup_wrapper .gform_fields li:nth-child(3) {
		grid-area: email-address;
	}

	.form--specials_wrapper.gform_legacy_markup_wrapper .gform_fields li:nth-child(4) {
		grid-area: specials;
	}

	.form--specials_wrapper.gform_legacy_markup_wrapper .gform_fields li:nth-child(5) {
		grid-area: details;
	}

}


/* Coupon
/* ------------------------------------------------------------------------------------------------- */

/* Coupon [Base]
/* -------------------------------------------------- */

/* Item container */
.coupon--base {
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
}

/* Item heading container */
.coupon--base .item__heading-wrap {
	border-bottom: 2px dotted #D8D8D8;
	border-top: 4px solid #7EBE0F;
	padding: 24px 32px;
	position: relative;
}

/* Item heading */
.coupon--base .item__heading-wrap h3.item__heading {
	font-size: 24px;
	margin: 0 auto;
	max-width: 640px;
}

/* Place cut-outs as pseudo-elements */
.coupon--base .item__heading-wrap::before,
.coupon--base .item__heading-wrap::after {
	background-color: #f2f2f2;
	border-radius: 100%;
	bottom: -24px;
	content: '';
	display: block;
	height: 48px;
	position: absolute;
	width: 48px;
}

/* Place left cut-out */
.coupon--base .item__heading-wrap::before {
	left: -36px;
}

/* Place right cut-out */
.coupon--base .item__heading-wrap::after {
	right: -36px;
}

/* Item content container */
.coupon--base .item__content-wrap {
	padding: 32px 32px 24px;
}

/* Item content */
.coupon--base .item__content-wrap p {
	color: #888888;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Item content link */
.coupon--base .item__content-wrap p a {
	color: #0397D6;
	font-weight: bold;
}

/* Item content link */
.coupon--base .item__content-wrap .item__cta {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

/* Create perforated bottom edge on item */
.coupon--base::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left:0;
	right:0;
	height: 10px;
	background:
		linear-gradient(
			45deg, transparent 33.333%,
			#FFFFFF 33.333%, #FFFFFF 66.667%,
			transparent 66.667%
		),
		linear-gradient(
			-45deg, transparent 33.333%,
			#FFFFFF 33.333%, #FFFFFF 66.667%,
			transparent 66.667%
		);
	background-size: 8px 20px;
	background-position: 0 -10px;
}


/* State management
/* Item content link:hover */
.coupon--base .item__content-wrap p a:hover {
	text-decoration: underline;
}



.page-template-template-service-page .container--content {
	margin-top: 24px;
}

.page-template-template-service-page .coupon--base {
	margin: 32px 0;
}





.button--small a,
a.button--small {
	border-radius: 4px;
	color: #FFFFFF !important;
	display: inline-block;
	transition: background-color 0.16s ease-out;
	padding: 6px 14px;	
}

#header__container--secondary .button--small a {
	background-color: #4FACD4;
}

#header__container--secondary .button--small:hover a {
	background-color: #62B5D9;
}

footer a.button--small {
	background-color: #5E5E5E;
}

footer a.button--small:hover {
	background-color: #6E6E6E;
}


footer .bullet-2 {
	margin: 0 0 16px;
}

footer .bullet-2 li {
	padding: 0 0 16px !important;
}




/* Gutenberg Blocks
/* ------------------------------------------------------------------------------------------------- */

/* Embed
/* -------------------------------------------------- */

/* Block container */
.wp-block-embed {
	margin: 32px 0;
}

/* Embed wrapper */
.wp-block-embed__wrapper {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	max-width: 100%;
}

/* Embed file */
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object, 
.wp-block-embed__wrapper embed { 
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* Horizontal Rule
/* -------------------------------------------------- */

.wp-block-separator {
	border: 0 none !important;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.16 ) !important;
	margin: 40px 0;
}


/* List (<ul>)
/* -------------------------------------------------- */
 
/* Remove default bullets */
.template--has-blocks .wfc-main-content .col-md-9 ul {
	list-style: none;
	margin-bottom: 24px;
}
  
.template--has-blocks .wfc-main-content .col-md-9 ul li {
	font-size: 15px;
	margin-bottom: 4px;
}

.template--has-blocks .wfc-main-content .col-md-9 ul li::before {
	content: '•';
	color: #0397d6;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}


/* List (<ol>)
/* -------------------------------------------------- */

.template--has-blocks .wfc-main-content .col-md-9 ol {
	margin-bottom: 24px;
}
  
.template--has-blocks .wfc-main-content .col-md-9 ol li {
	font-size: 15px;
	margin-bottom: 4px;
}


/* Typography
/* Target content column within templates using Gutenberg blocks
/* -------------------------------------------------- */

/* H2 */
.template--has-blocks .wfc-main-content .col-md-9 h2 {
	line-height: 1.6;
	margin: 0 0 16px;
}

/* H2 */
.template--has-blocks .wfc-main-content .col-md-9 h3 {
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 8px;
}


/* Basic grid structure */
/* -------------------------------------------------- */

.template--has-blocks .wfc-main-content .col-md-9 .wp-block-columns {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 32px;
}

.template--has-blocks .wfc-main-content .col-md-9 .wp-block-columns .wp-block-column {
	margin: 0;
	padding: 0;
}


@media( min-width: 768px ) {
	
	.template--has-blocks .wfc-main-content .col-md-9 .wp-block-columns {
		column-gap: 48px;
		grid-template-columns: repeat( auto-fit, minmax( 1px, 1fr ) );
	}

}


/* Block structure [Media/Text] */
/* -------------------------------------------------- */

.template--has-blocks .wfc-main-content .col-md-9 .wp-block-media-text {
	column-gap: 48px;
	row-gap: 24px;
	margin-bottom: 32px;
}

.template--has-blocks .wfc-main-content .col-md-9 .wp-block-media-text .wp-block-media-text__content {
	margin: 0;
	padding: 0;
}



@media( min-width: 768px ) {

	/* Add spacer to sidebar @medium breakdpoint */
    article.wfc-main-content .content > .row #gform_widget-3,
	article.wfc-main-content div.container.content div.row div.col-xs-12.col-sm-3.col-md-3.col-sm-pull-9 {
        margin-top: 32px !important;
    }

}


/* --- START nav button styling --- */
#menu-item-5602 > a {
	color: white!important;
	font-size: 13px;
}

#menu-item-5602 {
	padding: 5px 10px 5px 10px;
	line-height: 38px !important;
}

/* --- END nav button styling --- */


#header__container--primary .col--logo img {
	display: block;
	max-width: 220px;
	width: 100%;
}