/*!
Theme Name: Conmousol

**/

/*--------------------------------------------------------------
>>> MASTER.CSS TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
	1.1 Typography
	1.2 Section Titles
2.0 Header
	2.1 Navigation
3.0 Pages
	3.1 Homepage
	3.2	Contact us
4.0 Footer
5.0	Gravity Forms
6.0 Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

.custom-logo-link img {
	width:188px!important;
}
.no-results {
	min-height: 400px;
}
.col-full {
	max-width: 1180px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1180px) {
	.col-full {
		padding-left: 0;
		padding-right: 0;
	}
}

.owl-carousel {
	z-index: 0!important;
}

@media screen and (min-width: 768px) {
.pad_left_30 {
    padding-left: 30px;
}
}

/*--------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/

/** Collapse-o-matic **/

.collapseomatic_excerpt,
.collapseomatic_content {
	margin-left: 0;
}

.collapseomatic {
    background-image: url('../images/down-arrow.svg') !important;
    background-position-y: 5px;
}
.colomat-close {
    background-image: url('../images/up-arrow.svg') !important;
    background-position-y: 5px;
}
.collapseomatic_content p:first-of-type {
	margin-top: 20px;
}

/** Blockquote **/

blockquote:before {
	color: #ccc;
	content: '“';
	font-size: 4rem;
	line-height: 0.1em;
	margin-right: 10px;
	vertical-align: -30px;
}
blockquote p {
	display: inline;
}
figure.quote {
	margin: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 50px;
}
figure.quote figcaption,
figure.quote blockquote {
	margin: 1em;
}

@media screen and (min-width: 769px) {

	figure.quote img {
		float: right;
		margin-left: 20px;
	}
}


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

.test1 {
	font-family: 'Fredoka', sans-serif;
	font-weight: 700;
	color: green;
	font-size: 42px;
}
.test2 {
	font-family: 'Roboto', sans-serif;
	color: red;
	font-size: 42px;
}
.test3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: blue;
	font-size: 42px;
}

#masthead {
	border-top: 5px solid #054e91;
	background-color: rgba(255,255,255,1.0);
	border-bottom: 5px solid #ff6600;
	padding: 5px 4%;
	display: table;
	width: 100%;
	position: relative;
	z-index: 2;
}
.site-branding {
	float: left;
	width: 35%;
}
.site-branding img,
.custom-logo-link {
	display: block;
}
a.head-tel {
	float: left;
	color: #222;
	text-decoration: none;
	color: #fff;
}
a.head-tel:hover {
	color: #f4f4f4;
}
a.head-tel:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	width: 17px;
	height: 19px;
	background: url('../images/phone-icon-white.svg') no-repeat;
	background-position: center center;
}

@media screen and (min-width: 768px) {

	.site-branding {
		max-width: 180px;
		margin-top: 7px;
		float: left;
	}
	a.head-tel {
		float: right;
	}
	a.head-tel span {
		margin-left: 5px;
		font-size: 1.1rem;
		font-weight: 600;
	}
}

@media screen and (max-width: 768px) {

	a.head-tel span {
		display: none;
	}
	a.head-tel {
		margin: 13px 0 0 40%;
	}
	a.head-tel:before {
		position: relative;
		top: -2px;
		width: 25px;
		height: 25px;
		background: url('../images/phone-icon-white.svg') no-repeat;
		background-position: center center;
		background-size: 25px 25px;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.site-branding {
		width: 25%;
	}
	a.head-tel {
  		display: none;
	}
}

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

.primary-navigation {
	float: right;
}
#menu-conmousol-main-menu {
	display: inline-block;
	float: left;
}
.home-link a svg {
	fill: #054e91;
}
.home-link a:hover svg {
	fill: #ff6600;
}
.book_survey a {
	color: #ff6600!important;
	font-weight: 700!important;
}
@media screen and (max-width: 767px) {
	.main-navigation ul svg,
	.main-navigation.toggled ul svg {
		display: none;
	}
}

@media screen and (min-width: 768px) {

	.conmousol-primary-navigation {
		float: right;
	}
	.home-link span {
		display: none;
	}
}

/*--------------------------------------------------------------
3.0 Pages
--------------------------------------------------------------*/

.entry-header,
.page-header {
	margin: 0;
	padding-top: 50px;
}
.entry-content {
	padding-bottom: 35px;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.entry-header,
	.page-header {
		margin: 0;
	}
	.entry-content {
		padding-bottom: 50px;
		margin-bottom: 0;
	}
	.side-rule {
    border-left: 1px solid #eee;
		padding-top: 50px;
		padding-bottom: 100px;
		padding-left: 30px;
		margin-top: -50px;
		margin-bottom: -50px;
	}
}

/*--------------------------------------------------------------
3.1 Homepage
--------------------------------------------------------------*/

/** Hero **/

.hero_wrap {
	background-color: #054e91;
	overflow: hidden;
	padding: 50px 30px 0 30px;
}

@media screen and (min-width: 1181px) {
	.hero_wrap {
		padding: 50px 0 0 0;
	}
	.home-content {
		margin-left: -31px;
	}
}

.stripeset1 {
	overflow: hidden;
	width: 100%;
	height: 120px;
	display: inline-block;
	background: url('../images/stripeset1.svg');
	background-repeat: no-repeat;
	background-size: 1800px auto;
 	background-position: calc(100% + 500px) calc(0% + 0px);
}
.stripeset2 {
	overflow: hidden;
	width: 100%;
	height: 100px;
	display: inline-block;
	background: url('../images/stripeset2.svg');
	background-repeat: no-repeat;
	background-size: 1800px auto;
 	background-position: calc(10% + -400px) calc(0% + 0px);
	margin-bottom: -15px;
}
@media screen and (min-width: 768px) {
	.stripeset1 {
		background-size: 2400px auto;
		background-position: center top;
	}
	.stripeset2 {
		height: 110px;
		background-size: 2400px auto;
		background-position: center bottom;
	}
}

.hero_inner {
	max-width: 1180px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 768px) {
	.hero_inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.home_cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-flow: row nowrap; */
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  height: 100%;
	color: #fff;
}
.home_cta > div:nth-of-type(1) {
	text-align: center;
}
.home_cta > div:nth-of-type(2) {
	text-align: center;
}

.home_cta h2,
.home_cta h3,
.home_cta h4,
.home_cta p,
.home_cta {
	font-family: 'Fredoka', sans-serif;
}
.home_cta h2 {
	color: #ff6600;
	line-height: 1.1;
	font-weight: 600;
	font-size: 42px;
}
.home_cta h3 {
	font-size: 26px;
	margin-bottom: 0;
}
.home_cta h4 {
	font-size: 26px;
	line-height: 1.3;
}
.home_cta p {
	font-size: 18px;
	font-weight: 200;
}
.home_cta p a.learn {
	display: block;
	font-weight: 500;
	font-size: 20px;
	margin-top: 10px;
}
.home_cta p a.learn::after {
	content: " >"
}
.home_cta a.button {
	background-color: #ff6600;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 500;
	text-decoration: none;
}
.home_cta a:hover.button {
	background-color: #e55c00;
}

@media screen and (min-width: 768px) {
	.home_cta {
	  flex-direction: row;
	}
	.home_cta > div:nth-of-type(1) {
  	/* flex:0 1 45%; */
  	flex-basis: 45%;
		text-align: left;
	}
	.home_cta > div:nth-of-type(2) {
  	/* flex:0 1 50%; */
  	flex-basis:50%;
	}
	.home_cta p {
		padding: 0 10%;
	}
	.home_cta h2 {
		font-size: 72px;
	}
	.home_cta h3 {
		font-size: 32px;
	}
	.home_cta h4 {
		font-size: 26px;
	}
	.home_cta p {
		font-size: 18px;
	}
}


/** Home Intro **/

.home_intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* flex-flow: row nowrap; */
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  height: 100%;
}
.home_intro > div {
  }
.home_intro > div:nth-of-type(1) {
  /* flex:0 1 45%; */
  flex-basis:45%;
}
.home_intro > div:nth-of-type(2) {
	/* flex:0 1 50%; */
  flex-basis:50%;
}

@media screen and (min-width: 768px) {
	.home_intro {
	  flex-direction: row;
	}
}

/** Services **/

.cms_services {
	 display: flex;
	 justify-content: space-between;
	 align-items: stretch;
	 /* flex-flow: row nowrap; */
	 flex-direction: column;
	 flex-wrap: nowrap;
	 align-content: center;
	 height: 100%;
	 gap: 25px;
	 padding: 50px 0 30px 0;
 }
.cms_services > div a {
	display: block;
	padding: 0 0 30px 0;
	text-decoration: none;
}
.cms_services > div,
.cms_services > div a {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cms_services > div {
	border-radius: 10px 60px 10px 60px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.cms_services > div:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0);
	background-color: #f5f5f5;
}
.cms_services > div:nth-of-type(1) {
	/* flex:0 1 33.333%; */
	flex-basis:33.333%;
}
.cms_services > div:nth-of-type(2) {
	/* flex:0 1 33.333%; */
	flex-basis:33.333%;
}
.cms_services > div:nth-of-type(3) {
	/* flex:0 1 33.333%; */
	flex-basis:33.333%;
}
.cms_services .serv_img {
	clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
	overflow: hidden;
}
.cms_services .serv_img img {
	display: block;
}
.cms_services h3::after {
	content: "";
	background-image: url('../images/orange-pointer-circle.svg');
	display: inline-block;
	float: right;
	width: 43px;
	height: 43px;
	position: relative;
	top: center;
}
.cms_services a:hover h3::after {
	right: -5px;
}

.cms_services > div h3 {
	font-family: 'Fredoka', sans-serif;
	margin: 10px 30px 10px 30px;
	color: #054e91;
	font-size: 32px;
	line-height:1.2;
	font-weight: 500;
}
.cms_services > div p {
	margin: 0 30px 0 30px;
	color: #000;
}
@media screen and (min-width: 768px) {
	.cms_services {
		 flex-direction: row;
	 }
}

/** Latest Posts **/

.latest_wrap {
	background-color: #054e91;
}
.latest_inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 0 20px 0;
}
h2.footer-posts-title {
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-family: 'Fredoka', sans-serif;
}
.footer-posts {
  display: flex;
	flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
.footer-posts > li {
	flex-basis:25%;
}
.post-thumbnail,
.article-item__thumbnail {
	overflow: hidden;
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	border-radius: 0 20px 0 0;
	margin-bottom: 20px;
}
.post-thumbnail img {
	display: block;
}
.thumb_wrap {
	position: relative;
}
.thumb_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ff6600;
}
.thumb_wrap ul li {
	float: left;
}
.thumb_wrap ul a {
	color: #fff;
	padding: 5px;
}
.footer-posts h3 a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.2;
}
.footer-posts a button {
	font-family: 'Fredoka', sans-serif;
	border-radius: 20px;
	color: #fff;
	background-color: #ff6600;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	cursor: pointer;
	padding: 7px 15px 7px 15px;
}
.tint_bg {
	background-color: #f5f5f5;
	margin-bottom: -15px;
}

@media screen and (min-width: 768px) {

	.latest_inner {
		padding: 0 30px;
	}
	.footer-posts {
		flex-direction: row;
		padding: 0;
	}
	h2.footer-posts-title {
		font-size: 32px;
	}
}
@media screen and (min-width: 1181px) {
	.latest_inner {
		padding: 0;
	}
}

/*--------------------------------------------------------------
3.2 Contact Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #f4f4f4;
	padding-top: 40px;
}
.footer-items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* flex-flow: row; */
  flex-direction: row;
	flex-wrap: wrap;
  height: 100%;
  gap: 10px;
}
.footer-items > div {
	flex-basis:45%;
}
.footer-items > div:last-of-type {
	flex-basis:100%;
}
.footer-items ul {
	padding: 0;
	margin: 0;
}
.footer-items ul.menu li {
	list-style: none;
}
.footer-items ul.menu li a {
	list-style: none;
}
.footer-items h2.widget-title {
	font-family: 'Fredoka', sans-serif;
	color: #054e91;
	margin-bottom: 10px;
	line-height: 1.2;
}
.site-footer a {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.menu-footer-container li {
		float: none;
		margin-right: 0;
		padding-left: 0;
		border-left: none;
	}
	.footer-item li {
		padding-right: 5%;
	}
	.footer-items {
		flex-wrap: nowrap;
		padding: 0 30px;
	}
	.footer-items > div,
	.footer-items > div:last-of-type{
		flex-basis: 20%;
	}
}
@media screen and (min-width: 1181px) {
	.footer-items {
		padding: 0;
	}
}


.footer_branding {
	color: #054e91;
}
.footer_branding p {
	margin-bottom: 10px;
}
.footer_branding svg {
	width: 17px;
	margin-right: 5px;
}
.footer_branding a.tel {
	color: #054e91;
	font-weight: 600;
	font-size: 20px;
}

/** Footer Social **/

.footer-social {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding: 40px 0;
}
ul.stay_connected {
	margin: 0;
	padding: 0;
}
ul.stay_connected img {
	max-height: 30px;
	width: auto;
}
ul.stay_connected svg {
	max-height: 30px;
	width: auto;

}
ul.stay_connected {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
  gap: 20px;
	list-style: none;
}
ul.stay_connected > li {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}
ul.stay_connected > li:nth-child(1) {
	width: auto;
}
ul.stay_connected > li:nth-child(2) {
	width: 28px;
}
ul.stay_connected > li:nth-child(3) {
	width: 37px;
}
ul.stay_connected > li:nth-child(4) {
	width: 28px;
}
ul.stay_connected > li:nth-child(5) {
	width: 65px;
}
ul.stay_connected a {
	display: block;
	height: 30px;
	width: auto;
}


/** Site Info **/

.site-info {
	background-color: #054e91;
	padding: 20px 5%;
}
.site-info p {
	margin: 0 0 10px 0;
}
.site-info {
	font-size: 0.8rem;
	text-align: center;
}
.site-info a,
.site-info a:visited,
.site-info a:hover,
.site-info p,
.site-info {
	color: #bbb;
	text-decoration: none;
}

/*--------------------------------------------------------------
5.0 Gravity Forms
--------------------------------------------------------------*/

.survery_form br,
.survery_form p
{display: none;}

/*--------------------------------------------------------------
6.0 Blog
--------------------------------------------------------------*/

ul.blog-grid {
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start;
}
ul.blog-grid li {
	margin: 0;
	padding: 0;
	order: 0;
	flex: 0 1 auto;
	flex-basis: 50%;
	align-self: auto;
	list-style: none;
}

.blog-grid > li.blog-grid-post a > span.wrap {
	padding: 10px 2% 20px 0;
	display: inline-block;
}
.article-item__image {
    height: 0;
    padding-bottom: 61.666%;
    position: relative;
    overflow: hidden;
		margin-bottom: 0px;
}
.article-item__thumbnail {
    background-size: cover;
    background-position: center;
    left: 0;
    position: absolute;
    top: 0;
}
.blog-grid a {
	display: block;
	color: #000;
}
.blog-grid span.date {
	color: #ddd;
	margin: 10px 0;
	display: inline-block;
}
.blog-grid h3 {
	color: #000;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 0 0 10px;
}
.blog-grid p {
	color: #000;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.2;
}
.blog-grid a .read-more {
	display: inline-block;
	font-family: 'Fredoka', sans-serif;
	border-radius: 20px;
	color: #fff;
	background-color: #ff6600;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	cursor: pointer;
	margin-top: 20px;
	padding: 7px 15px 7px 15px;
}

ul.content_archive_tags {
	margin: 0;
	padding: 0;
}
ul.content_archive_tags li {
	float: left;
	margin-right: 1px;
}
ul.content_archive_tags li a {
	display: inline-block;
	background-color: #ff6600;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.1;
	padding: 5px 5px 3px 5px;
	text-decoration: none;
}

.blog-page-title {
	margin-top: 50px;
}

@media screen and (min-width: 1024px) {
	ul.blog-grid {
    gap: 2%;
	}
	ul.blog-grid li {
		flex-basis: 31.333%;
	}
	.blog-grid h3 {
		font-size: 1.2rem;
	}
	.blog-grid p {
		color: #000;
		margin: 0;
		font-size: 1.1rem;
		line-height: 1.3;
	}
	ul.content_archive_tags {
		margin-top: -1px;
	}

}

/** Single Post Styles **/

.cms_single {
	margin-top: 30px;
}

ul.single_tags {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.single_tags li {
	float: left;
	margin-right: 1px;
}
ul.single_tags li a {
	display: inline-block;
	background-color: #ff6600;
	color: #fff;
	line-height: 1.1;
	padding: 5px 5px 3px 5px;
	text-decoration: none;
}

.entry-meta {
	margin-bottom: 30px;
}
.entry-meta,
.entry-meta a {
	font-size: .8rem;
	text-decoration: none;
}

@media screen and (min-width: 1024px) {

	.post_nav_override nav.navigation {
		clear: none;
		padding: 0 0 20px 30px;
		margin-bottom: 0;
	}
}
