/*
Threme Name: Elocaliq
Threme URI: http://www.amberweinberg.com/super-hijinksified-lightweight-wordpress-threme
Description: This threme is a derivative of Super Hijinksified, custom coded for the client.
Author: Amber Weinberg
Author URI: http://www.amberweinberg.com
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1rem;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1rem 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1rem 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1rem;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1rem}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1rem}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1rem}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25rem}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5rem}ul{margin:1rem 0;padding:0 0 0 40px}ol{margin:1rem 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2rem 0;padding:.2rem 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

ins {
	background: none;
}

html {
    font-size: 100%;
}

body { 
	background: #FFF; 
	color: #565963; 
	font: 1rem 'Proxima Nova', Arial, Helvetica, sans-serif;
	letter-spacing: .75px;
	-webkit-font-smoothing: antialiased;
}

a { 
	color: #565963;
	text-decoration: none;
	transition: all .5s ease;
}

a:hover {
	color: #438cca;
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: 1210px;
	padding: 0 20px;
	position: relative;
}

img {
	height: auto;
	max-width: 100%;
}

iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
	font-weight: 300;
	margin: 0;
}

h1 {
    font-size: 3.125rem; /*60*/ 
    letter-spacing: .25px;
    line-height: 1.2;
}

h1.alt {
	margin: 0 0 35px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

h2,
h1.alt {
/*    font-size: 1.875rem; /*30*/
    font-size: 1.125rem; /*30*/
    color: #6e6e6e;
    letter-spacing: .5px;
}

h3 {
	font-size: 1.625rem; /*26*/
}

h4 {
	font-size: 1.25rem; /*20*/
}

header, section, footer {
	float: left;
	width: 100%;
}

.btn,
input[type=submit].btn,
button.btn {
	background: #438cca;
	border: none;
	color: #fff;
	display: inline-block;
	font: 600 1rem 'Proxima Nova', Arial, Helvetica, sans-serif; /*16*/
	letter-spacing: .75px;
	padding: 8px 24px;
	text-align: center;
	text-transform: uppercase;
	transition: all .5s ease;
}

.btn.large {
	padding: 12px 24px;
}

input[type=submit].btn,
button.btn {
	height: 34px;
	padding: 0 24px;
}

.btn:hover,
input[type=submit]:hover,
button:hover {
	background: #60a4de;
	color: #fff;
}

.btn:active,
input[type=submit]:active,
button:active {
	background: #3980bd;
} 

.btn.outline,
input[type=submit].outline,
button.outline {
	background: #fff;
	border: 1px solid #438cca;
	color: #438cca;
	font: 300 1rem 'Proxima Nova', Arial, Helvetica, sans-serif; /*16*/
	height: 26px;
	padding: 0 10px;
	text-transform: none;
}

.btn.outline:hover,
input[type=submit].outline:hover,
button.outline:hover {
	border-color: #565963;
	color: #565963;
}

.btn.outline:active,
input[type=submit].outline:active,
button.outline:active {
	border-color: #3980bd;
	color: #3980bd;
} 

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accessibility {
	left: -999999999px;
	position: absolute;
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

header {
	padding: 37px 0;
}

header > .flex-container {
	align-items: center;
	justify-content: flex-start;
}

header .open-menu {
	margin: 0 14px 0 -20px;
	padding: 20px;
	width: 74px;
}

header .open-menu span {
	background: #565963;
	display: block;
	height: 4px;
	margin-bottom: 5px;
	transition: background .5s ease;
	width: 100%;
}

header .open-menu:hover span {
	background: #b1b1b1;
}

header .open-menu:hover span {
	background: #40434c;
}

header .mobile-search-icon {
	display: none;
}

/***Search Form***/

.search-bar {
	align-items: center;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	flex-wrap: nowrap;
	height: 60px;
	padding: 0 0 0 15px;
	width: 79.48%; /*930*/
}

.search-two-php .search-bar,
.single-two-php .search-bar {
	width: 100%;
	max-width: 1218px;
}

.search-bar:hover {
	border-color: #d5d5d5;
}

.search-bar.active,
.search-bar.active:hover {
	border-color: #3980bd;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	outline: 0;
}

.search-bar .logo {
	flex-shrink: 0;
	width: 194px;
}

.search-bar input[type=text] {
	background: none;
	border: none;
	font-family: inherit;
	margin: 0 15px;
	padding-left: 15px;
	width: 100%;
}

.search-bar:hover input[type=text],
.search-bar input[type=text]:focus {
	outline: 0;
}

.search-bar button {
	background: none;
	border: none;
	display: none;
	flex-shrink: 0;
	height: 100%;
	padding: 5px 0 0;
	width: 60px; 
}

.search-bar.active button {
	display: block;
}

.search-bar .search-icon {
	height: 25px;
	stroke: #aeaeae;
	stroke-width: 2px;
	transition: stroke .5s ease;
	width: 30px;
}

.search-bar button:hover svg {
	stroke: #3980bd;
}

.search-bar button:focus svg,
.search-bar button:active svg {
	outline: 0;
	stroke: #6f727a;
}

/***Social Media***/

.social-media {
	margin: 0 0 0 auto;
	padding: 0;
}

.search-two-php .social-media,
.single-two-php .social-media {
	margin: 0 40px 0 10px;
}

.social-media li {
	display: inline-block;
	list-style: none;
	margin-left: 16px;
}

.social-media a {
	font-size: 28px;
}

.social-media a:hover {
	color: #b1b1b1;
}

.social-media a:active {
	color: #40434c;
}


/***************************************************************************************************************************************************************************************/

/*NAV STYLES*/

/***************************************************************************************************************************************************************************************/

body.menu-opened:before {
	background: rgba(0,0,0,.05);
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.slide-nav {
	background: #fff;
	border-right: 1px solid #efefef;
	height: 100%;
	left: -100%;
	opacity: 0;
	padding: 140px 0 56px;
	position: fixed;
	transition: all .5s ease;
	width: 585px;
	z-index: 1001; /* gmaps is 1000 */
}

.slide-nav.menu-opened {
	left: 0;
	opacity: 1;
	overflow: auto;
}

.slide-nav .close-menu {
	left: 123px;
	position: absolute;
	stroke:#565963;
	stroke-miterlimit:10;
	stroke-width:2px;
	top: 40px;
	width: 20px;
}

.slide-nav .close-menu:hover {
	stroke: #b1b1b1;
}

.slide-nav .close-menu.active {
	stroke:#40434c;
}

.slide-nav ul {
	padding: 0 100px 0 185px;
	width: 100%;
}

/***Main Menu***/

#menu-main {
	align-self: flex-start;
	margin-bottom: 50px;
}

#menu-main a {
	font-size: 1.625rem; /*26*/
	font-weight: 300;
	line-height: 2.3; /*60*/
	text-transform: uppercase;
}

/***Utility Nav***/

.utility {
	align-self: flex-end;
	width: 100%;
}

#menu-utility {
	border-top: 1px solid #efefef;
	padding-top: 150px;
}

#menu-utility a {
	color: #a9a9a9;
	font-size: 1.25rem; /*20*/
	font-weight: 300;
	line-height: 3; /*60*/
	text-transform: uppercase;
}

/***Social Media***/

.slide-nav .social-media {
	margin-top: 20px;
}

.slide-nav .social-media li {
	margin: 0 15px 0 0;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	display: inline-block;
	list-style: none;
}

/***Main Footer***/

.main-footer {
	border-top: 1px solid #efefef;
	padding: 26px 0 12px;
}

#menu-footer {
	margin-right: 20px;
}

#menu-footer li a {
	text-transform: uppercase;
}

#menu-footer li a:after {
	display: inline-block;
	color: #b6b6b6;
	content: "|";
	margin: 0 18px;
}

#menu-footer li:last-child a:after {
	display: none;
}

/***Secondary Footer***/

.secondary-footer {
	background: #f7f7f7;
	border-top: 1px solid #efefef;
	padding: 30px 0;
}

/*Email Newsletter*/

.secondary-footer .flex-container {
	align-items: center;
}

.secondary-footer form.flex-container {
	flex-wrap: nowrap;
	margin-right: 20px;
	width: 65.81%; /*770*/
}

.secondary-footer label {
	color: #565963;
	flex-shrink: 0;
	font-size: 1.625rem; /*26*/
	font-weight: 300;
	margin-right: 35px;
}

.secondary-footer input[type=email] {
	background: #fff;
	border: 1px solid #e1e1e1;
	font-family: inherit;
	font-weight: 300;
	height: 34px;
	padding: 0 20px;
	width: 100%;
}

.secondary-footer input[type=email]::-webkit-input-placeholder { 
	color: #a9a9a9; 
}

.secondary-footer input[type=email]::-moz-placeholder { 
	color: #a9a9a9; 
	opacity: 1;
}

.secondary-footer input[type=email]:-ms-input-placeholder {
	color: #a9a9a9; 
}

.secondary-footer input[type=submit] {
	flex-shrink: 0;
	margin-left: 12px;
	width: 120px;
}

/*Menu*/

#menu-utility-1 a {
	color: #a9a9a9;
	font-size: .875rem; /*14*/
	font-weight: 300;
}

#menu-utility-1 a:hover {
	color: #438cca;
}

#menu-utility-1 li a:after {
	display: inline-block;
	color: #a9a9a9;
	content: "|";
	margin: 0 12px;
}

#menu-utility-1 li:last-child a:after {
	display: none;
}

/***Newsletter Popup***/

.mailing-list {
	background: #fff;
	margin: 20px auto;
	max-width: 570px;
	overflow: hidden;
	padding: 68px 70px;
	position: relative;
	text-align: center;
	z-index: 50;
}

.mailing-list .popup-modal-dismiss {
	background: url('https://elocaliq.com/wp-content/themes/elocaliq/svgs/icon-close.svg') no-repeat;
	background-size: 20px auto;
	opacity: 1;
	position: absolute;
	right: 22px;
	text-indent: -99999px;
	top: 22px;
	width: 20px;
	z-index: 10;
}

.mailing-list .popup-modal-dismiss:hover {
	opacity: .5;
}

.mailing-list h2 {
	font-size: 1.875rem; /*30*/
	font-weight: 600;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.mailing-list p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.44; /*26*/
	margin: 0 0 20px;
}

.mailing-list label {
	left: -99999px;
	position: absolute;
}

.mailing-list input[type=email] {
	border: 1px solid #e1e1e1;
	font: 300 1rem 'Proxima Nova', Arial, Helvetica, sans-serif;
	height: 44px;
	margin: 0 0 6px;
	padding: 0 20px;
	width: 100%;
}

.mailing-list span {
	color: #a9a9a9;
	display: block;
	font-weight: 300;
	font-size: .75rem; /*12*/
	margin: 0 0 18px;
	text-align: center;
}

.mailing-list input[type=submit],
.wpcf7 input[type=submit] {
	height: 44px;
	width: 170px;
}

/***************************************************************************************************************************************************************************************/

/*ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

.posts-archive {
	border-top: 1px solid #efefef;
	padding: 35px 0 45px;
}

.home .posts-archive {
	border: none;
	padding-top: 0;
}

.posts-archive > .flex-container {
	justify-content: flex-start;
	
}


/***Posts***/

.post {
	margin: 0 5.135% 42px 0;
	width: 29.91%; /*350*/
}

.post:nth-of-type(3n+4) {
	margin-right: 0;
}

.post h2,
.post.alt h3 {
	border: none;
	font-size: 1.625rem; /*26*/
	font-weight: 300;
	line-height: 1.38; /*36*/
	margin: 0;
	text-align: center;
	text-transform: none;
}

.post:not(.alt) h3,
article h2.cat,
.post.alt h4 {
	color: #a9a9a9;
	font-size: 1rem;
	font-weight: 600;
	margin: 12px 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.post h3:after,
article h2.cat:after,
.post.alt h4:after {
	border-bottom: 1px solid #dfdfdf;
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 63px;
}

.post img {
	transition: opacity .5s ease;
}

.post:hover img {
	opacity: .5;
}

/*Repeater*/

.ajax-load-more-wrap .post:nth-of-type(3n+4) {
	margin: 0 5.135% 42px 0;
}

.ajax-load-more-wrap .post:nth-of-type(3n+3) {
	margin-right: 0;
}

/***Featured***/

.post.featured {
	margin: 0 0 42px 0;
	width: 100%;
}

.post.featured h2 {
	font-size: 1.875rem; /*30*/
	line-height: 1.2; /*36*/
	text-align: left;
}

.post.featured h3 {
	text-align: left;
}

.post.featured h3:after {
	margin: 5px 0 0;
}

/***Load More***/

.ajax-load-more-wrap {
	width: 100%;
}

.alm-btn-wrap {
	text-align: center;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.alignleft { 
	float: left; 
	margin-right: 15px; 
	max-width: 40%;
}

.alignright { 
	float: right; 
	margin-left: 15px; 
	max-width: 40%;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.alignnone {
    display: block;
    margin: 0 0 20px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignleft,
.wp-caption.alignright {
	max-width: 40%;
} 

/***Page Content***/

.page article.page-content {
	border-top: 1px solid #efefef;
	float: left;
	padding: 35px 0 45px;
	width: 100%;
}

.page article.page-content {
	margin: 0 auto;
}

.page-id-4428 .page-content .container,
.page-id-4430 .page-content .container {
	max-width: 1010px;
	text-align: center;
}

.page-content h2 {
	font-size: 1.625rem; /*26*/
	letter-spacing: .75px;
	line-height: 1.38; /*36*/
	margin: 0 0 40px;
}

.page-content h2 strong {
	font-weight: 600;
}

.page-content p,
.page-content ol,
.page-content ul {
	font-weight: 300;
	line-height: 1.75; /*28*/
	margin: 0 0 30px;
}

.page-content ol,
.page-content ul {
	padding: 0 0 0 20px;
}

/***************************************************************************************************************************************************************************************/

/*404 PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.error404 .page-content {
	text-align: center;
}

.error404 .page-content h1 {
	font-size: 300px;
	line-height: 1;
	margin: 0;
}

.error404 .page-content p {
	font-size: 1.625rem; /*26*/
	margin: 0 0 50px;
}

/***************************************************************************************************************************************************************************************/

/*CONTACT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.page-content .wpcf7 {
	margin-top: 45px;
}

.wpcf7 .row {
	margin-bottom: 30px;
	width: 100%;
}

.wpcf7 .column {
	width: 48.45%; /*470*/
}

.wpcf7 input:not([type=submit]),
.wpcf7 textarea {
	border: 1px solid #e1e1e1;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 300;
	height: 44px;
	padding: 0 18px;
	width: 100%;
}

.wpcf7 textarea {
	height: 130px;
	padding: 18px;
}

/***************************************************************************************************************************************************************************************/

/*POST SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

.blog-content {
	border-top: 1px solid #efefef;
	padding: 40px 0 60px;
}

.blog-content .container {
	align-items: flex-start;
}

.blog-content .wp-post-image.size-xlarge,
.blog-content .size-xlarge.image-item {
	margin-bottom: 25px;
}

/***Post Content***/

article.page-content {
	border: none;
	float: none;
	padding: 0 0 58px;
	width: 65.81%; /*770*/
}

article h1 {
	font-size: 3.75rem; /*60*/
	line-height: 1.3; /*70*/
	margin: 0 0 15px;
}

article h2.cat {
	margin: 0 0 15px;
	text-align: left;
}

article h2.cat:after {
	margin-left: 0;
}

article .post-date {
	color: #a9a9a9;
	margin-bottom: 15px;
	text-transform: uppercase;
}

article h3 {
	margin-bottom: 50px;
}

article .wp-caption p {
	color: #a9a9a9;
	margin: 20px 0 0;
}

article blockquote {
	border-left: 2px solid #438cca;
	margin: 0;
	padding: 0 0 0 30px;
}

article a {
	text-decoration: underline;
}

/*Map Layout*/

.map-location {
	align-items: flex-start;
	border-bottom: 1px dotted #d2d2d2;
	margin-bottom: 30px;
	padding-bottom: 30px;
	transition: background 0.5s ease-in-out;
}

.map-location.active {
	background: #EEE;
}

.map-location img {
	width: 33.76%; /*260 / 770*/
}

.map-location .content {
	width: 61.03%; /*470 / 770*/
}

.map-location h2 {
	margin-bottom: 20px
}

.map-location p {
	font-size: .875rem; /*14*/
	line-height: 1.42; /*20*/
	margin: 0 0 20px;
}

.map-location address {
	color: #a9a9a9;
	font-size: 1rem;
	font-style: normal;
}

.google-map {
	position: sticky;
	top: 30px;
	z-index: 1000;
}

.google-map__expand {
	position: absolute;
	top: 640px;
	left: 20px;
	z-index: 100;
}

.map-layout > .container .detached-map {
	display: none;
}

.map-layout .sticky-wrapper {
	width: 100%;
	z-index: 1000;
}

.map-layout > .container > .page-content,
.map-layout > .container > aside {
	transition: width 0.01s ease-in-out;
	position: relative;
}

.map-layout.expanded > .container > .page-content {
	width: 40% !important;
}

.map-layout.expanded > .container aside {
	width: 55.5% !important;
}

.acf-map {
	height: 690px;
}

/*Tags*/

.page-content .tags {
	margin: 40px 0 0;
	padding: 0;
}

.page-content .tags li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}

.page-content .tags a {
	border: 1px solid #438cca;
	color: #438cca;
	display: block;
	line-height: 1;
	padding: 4px 10px;
	text-decoration: none;
}

.page-content .tags a:hover {
	border-color: #565963;
	color: #565963;
}

/*Keywords*/

.related-searches {
	margin-top: 40px;
}

.related-searches h2 {
	margin-bottom: 15px;
}

.related-searches ul {
	margin: 0;
	padding: 0;
	max-width: 640px;
}

.related-searches li {
	list-style: none;
	margin-bottom: 12px;
	width: 45.31%; /*290*/
}

.related-searches li a {
	border: 1px solid #438cca;
	color: #438cca;
	display: block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}

.related-searches li a:hover {
	background: #438cca;
	color: #fff;
}

/*Share*/

.share-post {
	float: left;
	margin: 45px 0 0;
	width: 100%;
}

.share-post span {
	font-weight: 600;
	margin-right: 10px;
	text-transform: uppercase;
}

.share-post a {
	font-size: 20px;
	margin-right: 8px;
}

/***Sidebar***/

aside {
	width: 30.25%; /*354*/
}

aside ul {
	margin: 0;
	padding: 0;
}

aside li {
	list-style: none;
}

aside .widget {
	margin-bottom: 50px;
}

aside h2 {
	font-size: 1.625rem; /*26*/
	margin-bottom: 25px;
}

aside p {
	color: #a9a9a9;
	font-weight: 300;
	margin: 0 0 16px;
}

aside p a {
	color: #438cca;
	font-weight: 600;
}

aside p a:hover {
	color: #565963;
}

/*Popular Posts*/

.popular-fb-posts h2 {
	margin-bottom: 25px;
}

.popular-fb-posts li {
	border-bottom: 1px dotted #d2d2d2;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.popular-fb-posts li:last-child {
	margin-bottom: 0;
}

.popular-fb-posts .post {
	align-items: flex-start;
	flex-wrap: nowrap;
	margin: 0;
	width: 100%;
}

.popular-fb-posts img {
	margin-right: 8.47%;
	width: 42.37%; /*150*/
}

.popular-fb-posts .content {
	align-self: center;
}

.popular-fb-posts .post.alt h3,
.popular-fb-posts .post.alt h4 {
	text-align: left;
}

.popular-fb-posts .post.alt h4:after {
	margin: 5px 0 0;
}

.popular-fb-posts .post.alt h3 {
	font-size: 1.25rem;
}

/*Popular Posts Alt*/

.popular-fb-posts.alt li {
	border: none;
	margin-bottom: 40px;
	padding: 0;
}

.popular-fb-posts.alt .post {
	flex-wrap: wrap;
}


.popular-fb-posts.alt img {
	margin: 0 0 7px;
	width: 100%;
}

.popular-fb-posts.alt .post.alt h3,
.popular-fb-posts.alt .post.alt h4 {
	text-align: center;
}

.popular-fb-posts.alt .post.alt h4:after {
	margin: 5px auto 0;
}

/*Instagram*/

aside #sb_instagram #sbi_images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

aside #sb_instagram #sbi_images .sbi_item {
	margin-bottom: 20px !important;
	width: 46.61% !important;
}

/***Related Posts***/

.related-posts,
.comments {
	border-top: 1px solid #efefef;
	padding-top: 55px;
	width: 100%;
}

.related-posts > h2,
.comments h2 {
	font-size: 1.625rem; /*26*/
	margin-bottom: 55px;
	text-align: center;
	width: 100%;
}

.related-posts .post:last-of-type {
	margin-right: 0;
}

.post.alt h3:after {
	display: none;
}

/***Comments***/

.comments {
	margin-top: 10px;
}

.comments h2 {
	margin-bottom: 30px;
	text-align: left;
}


/***************************************************************************************************************************************************************************************/

/*SEARCH RESULTS STYLES*/

/***************************************************************************************************************************************************************************************/

/***Top Stories***/

.search-results h1,
.top-stories h2 {
	font-size: 1.625rem; /*26*/
	margin-bottom: 20px;
	width: 100%;
}

.top-stories .post {
	margin-bottom: 0;
}

.top-stories .post:last-of-type {
	margin-right: 0;
}

.top-stories img {
	margin-bottom: 15px;
}

/***Search Results***/

.search-results {
	padding-bottom: 60px;
}

.search-results h1 {
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.result {
	border-bottom: 1px solid #efefef;
	flex-wrap: nowrap;
	margin-bottom: 28px;
	padding-bottom: 28px;
	width: 100%;
}

.result.alt-layout {
	margin-bottom: 38px;
	padding-bottom: 38px;
}

.result .image {
	flex-shrink: 0;
	margin-right: 40px;
	width: 130px;
}

.result a:hover {
	text-decoration: underline;
}

.result .content {
	align-self: center;
	width: 100%;
}

.result .desktop {
	display: block !important;
}

.result .mobile {
	display: none !important;
}

.result h2 {
	font-size: 1.625rem; /*26*/
	letter-spacing: .75px;
	margin-bottom: 15px;
}

.result h2 a {
	color: #438cca;
}

.result .url {
	color: #229954;
	display: block;
	font-size: .875rem; /*14*/
	font-weight: 300;
	margin-bottom: 6px;	
}
.result .breadcrumb {
	color: #229954;
	display: block;
	font-size: .875rem; /*14*/
	font-weight: 300;
	margin-bottom: 6px;	
}
.result p {
	color: #a9a9a9;
	font-weight: 300;
	line-height: 1.75; /*28*/
	margin: 0;
}

.result .description {
	color: #a9a9a9;
	font-weight: 300;
	line-height: 1.75; /*28*/
	margin: 0;
}
/***Related Searchs***/

.search-results .related-searches {
	margin-top: 12px;
}

.search-results .related-searches h3 {
	font-size: 1.25rem; /*20*/
	margin-bottom: 14px;
}

.search-results .related-searches ul {
	max-width: 990px;
}

.search-results .related-searches li {
	width: 29.09%; /*288*/
}

.search-results .related-searches li a {
	font-size: 1.25rem;
	font-weight: 300;
}

/***Google Related Searches***/

.google-related {
/* 	margin-top: 50px; */
/* 	order: 3; */
}

.google-related .flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.google-related li {
	list-style: none;
	margin: 0 0 15px 0;
    width: 45%;
}

.google-related li:nth-of-type(3n) {
	margin-right: 0;
}

.google-related li a {
/*
	color: #1a0dab;
	font-size: 1.3em;
*/
	color: #1122cc;
	font-size: 18px;
}


/***Pagination***/

.wp-pagenavi {
/* 	margin-top: 48px; */
	width: 100%;
}

.wp-pagenavi > * {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	display: inline-block;
	font-size: .875rem; /*14*/
	margin: 0 2px;
	padding: 6px 5px;
	text-align: center;
	width: 36px;
}

.wp-pagenavi > a {
	color: #438cca;
}

.wp-pagenavi > a:hover {
	background: #f0f0f0;
}

/***Search-map***/
.show-more {
  display: none;
  cursor: pointer;
  color: #438cca;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1060*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 66.25rem) {
	
	.container {
		padding: 0 40px;
	}
	
	/***Header & Nav***/
	
	header {
		padding: 30px 0;
	}
	
	.search-bar {
		width: 70%;
	}
	
	/***Footer***/
	
	#menu-footer li a:after {
		margin: 0 12px;
	}
	
	.secondary-footer form.flex-container {
		width: 60%;
	}
	
	.secondary-footer label {
		font-size: 1.375rem;
		margin-right: 15px;
	}
	
	#menu-utility-1 li a:after {
		margin: 0 10px;
	}
	
	/***Homepage***/
	
	.post {
		margin-bottom: 25px;
	}
	
	.post h2 {
		font-size: 1.375rem;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 930*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 58.125rem) {
	
	/***Footer***/
	
	.secondary-footer form.flex-container {
		margin: 0 0 20px;
		width: 100%;
	}
	
	/***Article Single***/
	
	article.page-content {
		padding-bottom: 25px;
	}
	
	article h1 {
		font-size: 2.5rem; /*40*/
		line-height: 1.25; /*50*/
	}
	
	article h2,
	article h3 {
		font-size: 1.25rem;
		letter-spacing: .5px;
		line-height: 1.3; /*26*/
	}
	
	.page-content p, 
	.page-content ol, 
	.page-content ul {
		font-size: .875rem; /*14*/
		line-height: 1.71;
		letter-spacing: .5px;
	}
	
	article h2,
	article h3,
	article .wp-caption,
	.page-content p, 
	.page-content ol, 
	.page-content ul,
	.related-posts > h2, 
	.comments h2  {
		margin-bottom: 25px;
	}
	
	.page-content .tags {
		margin: 0;
	}
	
	.share-post {
		margin-top: 25px;
	}
	
	.related-posts, 
	.comments {
		padding-top: 25px;
	}
	
	.post h2, 
	.post.alt h3 {
		font-size: 1.375rem; /*22*/
	}
	
	aside .widget {
		margin-bottom: 25px;
	}
	
	aside h2 {
		font-size: 1.5rem;
		margin-bottom: 18px;
	}
	
	.popular-fb-posts li {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	
	/***Search Results***/
	
	.search-results {
		padding-top: 18px;
	}
	
	.search-results h1 {
		padding-bottom: 18px;
	}
	
	.search-results .related-searches {
		margin: 0;
	}
	
	.result.alt-layout {
		margin-bottom: 18px;
		padding-bottom: 18px;
	}
	
	.wp-pagenavi {
		margin-top: 12px;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 690*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 43.125rem) {
	
	h1.alt {
		font-size: 1.5rem; /*24*/
		margin-bottom: 15px;
	}
	
	h2 {
		font-size: 1.5rem; /*24*/
	}
	
	h3 {
		font-size: 1.25rem; /*20*/
	}
	
	.container {
		padding: 0 10px;
	}
	
	/***Header & Nav***/
	
	header {
		padding: 0 0 20px;
		position: relative;
	}
	
	header .social-media {
		display: none;
	}
	
	header .mobile-search-icon {
		display: block;
		flex-shrink: 0;
		fill: #438cca;
		width: 20px;
	}
	
	.search-bar {
		height: 40px;
		margin: 0;
		width: 100%;
	}
	
	.search-bar .logo {
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		top: 17px;
		width: 137px;
	}
	
	.search-bar input[type=text] {
		height: 100%;
	}
	
	.search-bar button {
		width: 50px;
	}
	
	.search-bar .search-icon {
		width: 20px;
	}
	
	.slide-nav {
		align-content: flex-start;
		padding: 10px 20px 0;
		width: 70%;
	}
	
	.slide-nav .close-menu {
		left: auto;
		right: 10px;
		top: 10px;
		width: 15px;
	}
	
	.slide-nav ul {
		padding: 0;
	}
	
	#menu-main {
		margin-bottom: 10px;
	}
	
	#menu-main a {
		font-size: 1.25rem;
	}
	
	.utility {
		align-self: flex-start;
	}
	
	#menu-utility {
		padding-top: 10px;
	}
	
	#menu-utility a {
		font-size: 1rem;
	}
	
	/***Footer***/
	
	#menu-footer {
		margin: 0 0 15px;
		text-align: center;
		width: 100%;
	}
	
	#menu-footer li a {
		font-size: .875rem;
		line-height: 1.75;
	}
	
	footer .social-media {
		text-align: center;
		width: 100%;
	}
	
	footer .social-media li {
		margin: 0 10px;
	}
	
	.secondary-footer {
		padding: 18px 0;
	}
	
	.secondary-footer form.flex-container {
		flex-wrap: wrap;
	}
	
	.secondary-footer label {
		font-size: 1.25rem;
		margin: 0 0 10px;
		text-align: center;
		width: 100%;
	}
	
	.secondary-footer input[type=submit] {
		margin: 10px auto 0;
	}
	
	.secondary-footer ul {
		text-align: center;
		width: 100%;
	}
	
	#menu-utility-1 li a:after {
		margin: 0 5px;
	}
	
	.mailing-list {
		padding: 40px 20px;
	}
	
	/***Homepage***/
	
	.posts-archive {
		border: none;
		padding: 0 0 30px;
	}
	
	.posts-archive .flex-container,
	.related-posts {
		justify-content: center;
	}
	
	.post {
		max-width: 350px;
		margin: 0 0 30px;
		width: 100%;
	}
	
	.post.featured {
		max-width: 100%;
	}
	
	.post h3 {
		font-size: .875rem;
	}
	
	.post.featured h2,
	.post h2 {
		font-size: 1.25rem;
	}
	
	/***Page Content***/
	
	.page-content {
		border: none;
		padding: 0;
	}
	
	/***Contact Us***/
	
	.page-content .wpcf7 {
		margin-top: 0;
	}
	
	.wpcf7 .column {
		width: 100%;
	}
	
	.wpcf7 .column:first-of-type,
	.wpcf7 .row {
		margin-bottom: 18px;
	}
	
	/***Single Post***/
	
	article.page-content,
	aside {
		width: 100%;
	}
	
	.blog-content .wp-post-image.size-xlarge {
		margin-bottom: 18px;
	}
	
	.post h3, 
	article h2.cat, 
	.post.alt h4 {
		font-size: .875rem; /*14*/
	}
	
	article h1 {
		font-size: 1.875rem; /*30*/
	}
	
	.page-content h2 {
		font-size: 1.125rem; /*18*/
		margin-bottom: 24px;
	}
	
	article .wp-caption p {
		margin-top: 15px;
	}
	
	.related-searches li,
	.google-related li {
		width: 100%;
	}
	
	.comments h2 {
		text-align: center;
	}
	
	.post h2, 
	.post.alt h3 {
		font-size: 1.25rem; /*20*/
	}
	
	aside #sb_instagram #sbi_images .sbi_item {
		margin-bottom: 10px !important;
		width: 49% !important;
	}
	
	.google-map {
		position: static;
	}
	
	.map-location .content {
		width: 100%;
	}
	
	.map-location img {
		margin: 0 0 40px;
		width: auto;
	}
	
	/*404*/
	
	.error404 .page-content h1 {
	    font-size: 160px;
	}
	
	.error404 .page-content p {
		margin-bottom: 40px;
	}
	
	/***Search***/
	
	.top-stories {
		padding-bottom: 0;
	}
	
	.top-stories h2 {
		font-size: 1.5rem; /*24*/
		text-align: center;
	}
	
	.top-stories .post {
		margin-bottom: 25px;
	}
	
	.top-stories img {
		margin-bottom: 6px;
	}
	
	.top-stories .alt-layout {
		height: 200px;
		overflow: hidden;
	}
	
	.search-results {
		border-top: 1px solid #efefef;
		padding: 22px 0 25px;
	}
	
	.search-results h1 {
		border: none;
		margin-bottom: 25px;
		padding: 0;
	}
	
	.result {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	
	.result .desktop {
		display: none !important;
	}
	
	.result .mobile {
		display: block !important;
	}
	
	.result .image {
		margin-right: 10px;
		width: 90px;
	}
	
	.result h2 {
		font-size: 1.125rem; /*18*/
		margin-bottom: 12px;
	}
	
	.result .url {
		font-size: .75rem; /*12*/
	}
	
	.result p {
		font-size: .875rem; /*14*/
		line-height: 1.57; /*22*/
	}
	
	.search-results .related-searches li {
		width: 100%;
	}

	.map-layout > .container > aside .widget.google-map {
		display: none;
	}

	.map-layout > .container .detached-map {
		display: block !important;
		height: 200px;
		/*position: sticky !important;*/
		/*top: 0px;*/
		z-index: 1000;
		width: calc(100% + 20px);
		/*left: -10px;*/
	}

	.map-layout .sticky-wrapper {
		width: calc(100% + 20px);
		position: relative;
		left: -10px;
		z-index: 1000;
	}

	.detached-map-container {
		width: 100%;
		position: relative;
		
	}
			
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 400*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 25rem) {
	
	.wp-caption.alignleft, 
	.wp-caption.alignright {
		max-width: 100%;
		width: 100%;
	}
	
}

/*********************************

Search Template Two - search-two.php, single-two.php

**********************************/

.search-two-php .container,
.single-two-php .container {
	max-width: none;
	padding: 0 40px;
}

.single-two-php .posts-archive.ads-top {
    padding-left: 279px;
}

.single-two-php .ads-top .container {
	padding: 0;
}

.search-two-php .posts-archive .container,
.single-two-php .blog-content .container {
	margin: 0 40px 0 109px;
	padding: 0;
	max-width: 1315px;

}
.search-two-php .posts-archive{
	padding: 15px 0 15px;
}
.search-two-php .wp-pagenavi{
	margin-top: 0px;
}
.search-two-php .main-footer .container,
.single-two-php .main-footer .container {
	padding: 0;
	margin: 0;
	justify-content: flex-start;
}

.single-two-php .main-footer .social-media,
.search-two-php .main-footer .social-media {
	margin-left: 0;
}

.search-two-php #menu-footer,
.single-two-php #menu-footer {
	margin: 0 0 0 109px;
	width: 100%;
	max-width: 1228px;
}

.search-two-php .secondary-footer .container,
.single-two-php .secondary-footer .container {
	margin: 0 0 0 109px;
	width: 100%;
	padding: 0;
	max-width: 1315px;
}

.search-two-php .related-searches,
.single-two-php .related-searches {
	clear: both;
	/*padding-left: 274px;*/
}

.search-two-php .related-searches h3,
.single-two-php .related-searches h3 {
	display: none;
}

.search-two-php .related-searches ul:before,
.single-two-php .related-searches ul:before {
	content: ' ';
	display: block;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #f5f5f5;
	width: 0;
	height: 0;
	position: absolute;
	left: 14px;
	top: -12px;
}

.search-two-php header,
.single-two-php header {
	padding-bottom: 27px;
}

.search-two-php .related-searches ul,
.single-two-php .related-searches ul {
	margin: 0 40px 30px 109px;
    padding: 0;
    max-width: 1315px;
    width: 100%;

	border-radius: 3px;
	padding: 15px 15px 0 15px;
	background-color: #f5f5f5;
	display: block;
	position: relative;
}

.search-two-php .related-searches ul li,
.single-two-php .related-searches ul li {
	width: auto;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}

.search-two-php .related-searches ul li a,
.single-two-php .related-searches ul li a {
	border-radius: 4px;
	border: 1px solid #D6D6D6;
	font-size: 100%;
	position: relative;
	color: #222;
	letter-spacing: inherit;
	padding: 5px 30px 5px 20px;
	overflow: hidden;
}

.search-two-php .related-searches ul li a:hover,
.single-two-php .related-searches ul li a:hover {
	color: #fff;
}

.search-two-php .related-searches ul li a:hover:after,
.single-two-php .related-searches ul li a:hover:after {
	color: #fff;
}

.search-two-php .related-searches ul li a:before,
.single-two-php .related-searches ul li a:before {
	content: ' ';
	background-color: #478DC8;
	width: 4px;
	top: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	display: block;
}

.search-two-php .related-searches ul li a:after,
.single-two-php .related-searches ul li a:after {
	content: '>';
	color: #478DC8;
	position: absolute;
	display: inline-block;
	width: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 90%;
    top: 7px;
}

#relatedOriginal .flex-container {
	margin-bottom: 45px;
}

.search-two-php .posts-archive.ads-bottom .container,
.single-two-php .posts-archive.ads-bottom .container {
	margin: 0;
	width: 100%;
}

@media only screen and (max-width: 1500px) {
	.search-two-php .search-bar,
	.single-two-php .search-bar {
		max-width: none;
		width: calc(100% - 210px);
	}

	.search-two-php .posts-archive .container,
	.single-two-php .posts-archive .container {
		margin: 0 40px 30px 109px;
		width: calc(100% - 291px);
		max-width: none;
	}

	.search-two-php #menu-footer,
	.single-two-php #menu-footer {
		margin: 0 40px 30px 109px;
		width: calc(100% - 321px);
		max-width: none;
	}

	.search-two-php .secondary-footer .container,
	.single-two-php .secondary-footer .container {
		margin: 0 40px 30px 109px;
		width: calc(100% - 291px);
		max-width: none;
	}

	.search-two-php .related-searches ul,
	.single-two-php .related-searches ul {
		margin: 0 40px 30px 109px;
		width: calc(100% - 291px);
		max-width: none;
	}
}

@media only screen and (max-width: 1199px) {
	.search-two-php .main-footer .container,
	.single-two-php .main-footer .container {
		justify-content: space-between;
	}

	.search-two-php .search-bar,
	.single-two-php .search-bar {
		max-width: none;
		flex: 1;
	}

	.search-two-php header .social-media,
	.single-two-php header .social-media {
		margin-right: 0;
	}

	.search-two-php .posts-archive .container,
	.single-two-php .posts-archive .container {
		margin: 0 40px 30px 109px;
		width: calc(100% - 148px);
		max-width: none;
	}

	.search-two-php #menu-footer,
	.single-two-php #menu-footer {
		margin: 0 40px 30px 109px;
		width: auto;
		max-width: none;
	}

	.search-two-php .secondary-footer .container,
	.single-two-php .secondary-footer .container {
		margin: 0 40px 30px 109px;
		width: calc(100% - 148px);
		max-width: none;
	}

	.search-two-php .related-searches ul,
	.single-two-php .related-searches ul {
		margin: 0 40px 30px 109px;
		width: calc(100% - 148px);
		max-width: none;
	}
}

@media only screen and (max-width: 750px) {
	.search-two-php .search-bar,
	.single-two-php .search-bar {
		flex: none;
	}
	
	.search-two-php .posts-archive .container,
	.single-two-php .posts-archive .container {
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}

	.single-two-php .blog-content .container {
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}

	.search-two-php #menu-footer,
	.single-two-php #menu-footer {
		margin: 0;
		padding: 0 10px;
		width: 100%;
	}

	.search-two-php .secondary-footer .container,
	.single-two-php .secondary-footer .container {
		padding: 0 10px;
		margin: 0;
	}

	.search-two-php .related-searches ul,
	.single-two-php .related-searches ul {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0;
	}

	.search-two-php .posts-archive .container,
	.single-two-php .posts-archive .container {
		padding: 0 10px;
	}

	.single-two-php .posts-archive.ads-top {
	    padding-left: 10px;
	}

	.single-two-php .blog-content .container {
		padding: 0 10px;
	}

	.single-two-php .map-layout .sticky-wrapper {
		left: 0;
		width: 100%;
		position: static;
	}

	.single-two-php .detached-map-container {
		position: absolute;
		width: 100% !important;
		left: 0;
		right: 0;
	}

	.single-two-php .map-layout > .container .detached-map {
		width: 100%;
	}

	.search-two-php header .container.flex-container,
	.single-two-php header .container.flex-container {
		padding: 0 10px;
	}

	.search-two-php .search-bar,
	.single-two-php .search-bar {
		width: 100%;
	}

	.search-two-php .secondary-footer .container,
	.single-two-php .secondary-footer .container {
		width: 100%;
	}
}