/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


html {
  scroll-behavior: smooth;
}

/* BEGIN GENERATEPRESS NAVI STYLES */

/*general links*/

a, #site-navigation a,
#generate-slideout-menu a,
.header-social-links img,
.foot-phone img, 
.foot-location img,
.icon-text, .blue-button {
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
a:hover {opacity: .8;}
li a:hover, p a:hover, .entry-meta a:hover, .entry-title a:hover {opacity: 1;}
.circle-img img {border-radius: 50%;}

/*roboto links*/

.footer-widgets a.foot-link,
#menu-menu-home>li>a,
ul#menu-menu-home>li>ul ul li a {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
@media(pointer: fine) {
nav.slideout-navigation.main-navigation.do-overlay .main-nav>ul>li>ul>li a {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}}

/*nav styles*/

#site-navigation a {font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif; font-size: 14.5px; letter-spacing: .5px; font-weight: 600;}
.site-logo {margin-top: -15px; margin-right: 20px;}
.site-header {
    position: fixed;
    width: 100%;
    height: 116px;
    z-index: 100;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,.08);
	top: 40px;
}
.container.grid-container {padding-top: 105px;}
.inside-header {text-align: center;padding-bottom:0px;}
.header-widget {margin-left: 0px !important;}
.nav-float-right .inside-header nav.main-navigation {
	display: inline-block;
	margin: 0 auto;
}
.separate-containers .site-main, .entry-content {margin-top: 0px !important;}
.separate-containers .inside-article {padding-top: 0px;}
h1.entry-title {display: none;}
.main-navigation li {height: unset;}
#menu-menu-home>li {height: 70px;}
.navigation-search input[type="search"], .navigation-search input[type="search"]:focus {
	color: #08293f;
	background-color: #ffffff;
	font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0 0 0 10px;
}
.navigation-search input {opacity: .96;}
#mobile-menu-control-wrapper {display: none;}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {color: #000000;}
#site-navigation .main-nav>ul>li svg {stroke: #d8d3cf; stroke-width: 30;    
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;}
#site-navigation .main-nav>ul>li:hover svg, #site-navigation .main-nav>ul>li span[aria-expanded="true"] svg {stroke: #188ef6;stroke-width: 20;}
#site-navigation .main-nav>ul>li span[aria-expanded="true"] svg {transform: rotate(180deg);}

/*sub-nav 1*/

@media (min-width: 1040px) {

.menu-bar-items .slideout-toggle, .header-phone-menu.mobilev {display: none;}
ul#menu-menu-home>li>ul {
    top: 105px;
    box-shadow: none;
    padding: 24px 30px 40px 30px;
    position: fixed;
    display:none;
}
@keyframes showNav {
  from {opacity: 0;}
  to {opacity: 1;}
}
ul#menu-menu-home>li>ul.toggled-on, #phone-menu.phone-open {display: block; animation: showNav .3s ease-in-out 0s;}
ul#menu-menu-home>li>ul li {display: inline-block;float: none;}
.menu-bar-item.search-item {margin-left: 4px;}

/*sub-nav 2*/

ul#menu-menu-home>li>ul ul {
	box-shadow: none;
	width: 100%;
	left: 0;
	margin: 10px 0 10px 20px;
	height: auto;
	padding: 0px;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	border-left: 1px solid #a2a2a2;
	overflow: visible;
	position:relative;
}
ul#menu-menu-home>li>ul ul li {height:25px; width: 100%;}
ul#menu-menu-home>li>ul ul li a {	font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif; 
font-size: 15px;
	font-weight: 300;
	line-height: 10px;
    opacity: .8;
}
.main-navigation .main-nav>ul>li>ul>li>a {
	line-height: 24px;
	font-weight: 600 !important;
	letter-spacing: 1px;
	padding-bottom: 5px !important;
	opacity: .8;
}
/**.main-navigation .main-nav>ul>li>ul>li.current-menu-item>a {opacity: 1; color: #ffffff;}**/
#primary-menu ul ul ul a {text-transform: none;font-size: 15px !important;    padding: 10px 5px 5px 12px; ;opacity: .8;}
.main-navigation .main-nav>ul>li ul li>a:hover, ul#menu-menu-home>li>ul ul li a:hover, .main-navigation .main-nav>ul>li ul li.sfHover>a, #primary-menu ul ul ul a:hover {opacity: 1;}
.main-nav ul ul li.menu-item-has-children a {padding: 8px;}
.main-navigation .dropdown-menu-toggle svg, .main-navigation .dropdown-menu-toggle .gp-icon {display: none;}
.main-navigation .dropdown-menu-toggle {
    color: transparent;
    font-weight: 600;
    background-image: url(/wp-content/uploads/2023/04/grey-nav-arrow-icon-down.png);
    font-size: 16px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    height: 19px;
    width: 19px;
    background-size: 10px 10px;
    margin-top: 0px !important;
    padding: 0px !important;
    margin-left: 2px !important;
    margin-right: 6px !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-navigation .main-nav ul li a:hover .dropdown-menu-toggle,
.main-navigation .dropdown-menu-toggle[aria-expanded="true"] {background-image: url(/wp-content/uploads/2023/04/dark-nav-arrow-icon-down.png);}
	.main-navigation .menu-item-has-children .menu-item-has-children .dropdown-menu-toggle[aria-expanded="true"],
.main-navigation .menu-item-has-children .menu-item-has-children .dropdown-menu-toggle {background-image: url(/wp-content/uploads/2023/04/grey-nav-arrow-icon-down-side.png);}
.main-navigation .menu-item-has-children .menu-item-has-children .dropdown-menu-toggle[aria-expanded="true"],
.main-navigation .menu-item-has-children .menu-item-has-children:hover .dropdown-menu-toggle {background-image: url(/wp-content/uploads/2023/04/dark-nav-arrow-icon-down-side.png);}
nav.main-navigation ul ul .dropdown-menu-toggle {float: none;}
.menu-item-has-children .dropdown-menu-toggle {padding-left: 5px;}
nav.main-navigation ul ul .menu-item-has-children {padding: 0px;}
nav.main-navigation ul ul .menu-item-has-children .dropdown-menu-toggle {padding: 0px 16px 0px 6px;margin: 0;}
.main-navigation .main-nav ul li a {padding-left: 10px;padding-right: 15px;}
}
nav.main-navigation ul.menu>li>ul {
	margin-top: 10px;
	padding: 10px 0px 20px 20px; 
	border: 1px solid #ffffff; 
	border-top: none;}

nav.main-navigation ul.menu>li>ul>li>ul {
    padding: 10px 10px 20px 20px;
    border: 1px solid #ffffff;
	margin-left:0px;
}


nav.main-navigation ul.menu>li {
    margin-top: 17px;
    height:70px;
    border: 1px solid #ffffff;
    border-top: none;
}
nav.main-navigation li>ul>li>ul {margin-top: 0; padding: 8px}
.main-navigation .main-nav ul ul li a {padding: 10px 5px;}
#mobile-menu-control-wrapper{display:none;}
/**right nav - delete whichever section you don't need below**/

/*right nav option 1) below is CB phone link and button styles*/

.header-extras {border-left: 0px; padding-left: 0px; margin-left: 10px; line-height: unset;}
.header-extras .phone-content {
	font-size: 15px;
    font-weight: 600;
    font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif;
    background-size: 19px 19px;
    margin-left: 10px;
    letter-spacing: 1px;
}
.header-extras > a {padding: 0px 10px 5px; display: inline-block; vertical-align: middle;}
.phone-img {width: 19px; height: 19px; display: inline-block; margin-bottom: -3px;}
.phone-img img {width: 19px; height: 19px;}
.phone-img img {display: none;}
.phone-img {background: url('/wp-content/uploads/2023/04/header-phone-dark.png') center center no-repeat; background-size: 19px 19px; opacity: .35;}
.header-extras .phone-link, .phone-link span {
	-webkit-transition: opacity .3s ease-in-out 0s;
    -moz-transition: opacity .3s ease-in-out 0s;
    -ms-transition: opacity .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
}
.phone-link:hover {opacity: 1;}
.phone-link:hover span {opacity: 1; color: #121212;}
.phone-link:hover span img {opacity: .85;}
.header-extras .consult-link {
	background-color: #3e3e3f;
    color: #ffffff;
    padding: 8px 0px 7px 0px !important;
    border: 2px solid #3e3e3f;
    display: inline-block;
    font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 14px;
	width: 155px;
    text-align: center;
    line-height: 22px;
    margin: 0px 5px 0px 12px;
    border-radius: 0;
    letter-spacing: 1px;
}
.header-extras .consult-link:hover {
	background-color: #a9a39f;
    border: 2px solid #a9a39f;
	opacity: 1;
}

/*right nav option 2) below is social links / collapsable phone menu styles*/

.header-widget .widget {float: left;}
.header-widget h2.widget-title {display: none;}
.header-social-links {display: inline-block; box-sizing: content-box;}
.header-social-links img {width: 18px;height: 18px;vertical-align: top;}
.header-social-links a {
	display: inline-block;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 18px;
	height: 18px;
	padding: 8px 5px 0;
}
.header-social-links a:first-child {background-image: url(/wp-content/uploads/2023/04/google-icon-blue.png);}
.header-social-links a:nth-child(2) {background-image: url(/wp-content/uploads/2023/04/yelp-icon-blue.png);}
.header-social-links a:nth-child(3) {background-image: url(/wp-content/uploads/2023/04/facebook-icon-blue.png);}
.header-social-links a:nth-child(4) {background-image: url(/wp-content/uploads/2023/04/instagram-icon-blue.png);}
.header-social-links a:hover {opacity: 1;}
.header-social-links a:hover img {opacity: 0;}
.header-phone-menu {margin: 17px 10px 0 15px !important;}
.header-phone-menu .phone-icon {width: 25px;height: 25px; display: inline-block;}



.header-phone-menu:hover {cursor: pointer;}
.header-phone-menu .phone-icon-open.close-state img {opacity: 0;}
@media (pointer: fine) {.header-phone-menu:hover .phone-icon-open img, li.open:hover .phone-icon-open img {opacity: 0;}}
.header-phone-menu .phone-icon-open {
	background-image: url(/wp-content/uploads/2022/02/blue-nav-plus-icon.png);
	background-size: 11px 11px; 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 11px;
	display: inline-block;
	height: 11px;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 1px;
}
.header-phone-menu .phone-icon-open img {vertical-align: top; display: inline-block;}
.header-phone-menu .phone-icon-open img, .header-phone-menu .phone-icon-open {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.header-phone-menu ul {
    background-color: rgba(8,41,63,0.9);
    top: 105px;
    box-shadow: none;
    right: 0 !important;
    padding: 20px 10px 20px 10px;
    position: fixed;
    display:none;
}
.header-phone-menu li a {
    color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    padding: 3px 20px;
    margin-left: 8px;
    font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    opacity: .75;
    display: inline-block;
}
.header-phone-menu>li>a {padding: 0 0 0 18px;opacity: 1;}
.header-phone-menu li a:hover {opacity: 1;}
.header-phone-menu li a b {font-weight: 600;}
#phone-menu.phone-open, #phone-menu-m.phone-open {display:block;}
header ul.phone-open li {padding-bottom: 0px; text-align: right;}



	
/*nav responsiveness*/

@media (max-width: 1199px) {
	li.search-item {display: none;}
	/* header phone menu styles below
	.header-phone-menu li a {padding-left: 10px;}
	.header-phone-menu {margin-right: 0px !important;}*/
}

@media (max-width: 1306px) and (min-width: 1139px) {
	.header-social-links {display: none;}
}

@media (max-width: 1161px) {
	#primary-menu, .menu-bar-item.search-item, .header-phone-menu.desktopv {display: none;}
	.menu-bar-item.slideout-toggle.hide-on-mobile {display: block !important;}
	.main-navigation .mobile-bar-items {display: none;}
	.nav-float-right .inside-header nav.main-navigation {margin-right: 0;}
	.header-extras {margin-left: 0;}
	.gp-icon svg {height: 1.3em; width: 1.3em;}
	/*header phone menu styles below
	.menu-toggle:before {vertical-align: top;margin-top: 10px;}
	[class*="nav-float-"] .site-header .site-logo {float: left;clear: none;}
	.toggled #menu-menu-home {position: absolute;width: 100vw;}
	.inside-navigation {flex: none; display: block;}
	body.nav-float-right .site-header .header-widget {display: inline-block;float: none;margin-top: 0px;}
	.header-phone-menu {margin: 18px 11px 0 0px !important;}
	.header-phone-menu img.phone-icon {width: 18px; height: 18px; margin-right: 0px;}
	.header-phone-menu .open>span:hover {cursor: pointer;}
	.header-phone-menu .phone-icon-open {margin-top: 6px;}
	.header-phone-menu ul {top: 75px;}
	.header-phone-menu li a {font-size: 16px; padding: 8px 8px 6px !important;}*/
}

@media (max-width: 1080px) {
    .main-navigation .main-nav ul>li:first-child>a {padding-left: 20px;}
    .main-navigation .main-nav ul li a {padding-left: 10px;}
}

@media (max-width: 1061px) {
	.site-header {height: 95px;}
	.container.grid-container {padding-top: 75px;}
	div.inside-header {text-align: right;padding: 18px 6px 0 10px;}
	.site-header .header-image {width: 100px;}
	.header-extras .consult-link {font-size: 12px; line-height: 20px; width: 145px;}
	.main-navigation .menu-bar-item>a {margin-top: 5px;}
	nav.slideout-navigation.do-overlay .slideout-exit {top: 47px; right: 308px;}
}

@media (max-width: 768px) {
	.inside-header {flex-direction: inherit;}
	.site-header .header-widget {margin-top: 0; margin-right: 0;}
}

@media (max-width: 600px) {
	.phone-link .phone-content {display: none;} 
	.header-extras .phone-link {padding: 0px 7px 5px 2px;}
}

@media (max-width: 510px) {
	.header-extras .consult-link {line-height: 16px; font-size: 11px; width: 130px; padding: 5px 0 !important;}
}

@media (max-width: 460px) {.header-extras .consult-link {display: none;}}

/*mobile menu open*/

#generate-slideout-menu {background-color: #21374b;}
nav.slideout-navigation.do-overlay .slideout-exit {
	font-size:16px;
	top: 10px;
    right: 10px;
	color: #ffffff;
	position: fixed;
}
nav.slideout-navigation.do-overlay .inside-navigation {max-width: 100%;}
nav.slideout-navigation.do-overlay .inside-navigation .main-nav {width: 280px;}
nav#generate-slideout-menu.do-overlay .slideout-menu li {text-align: left; margin-bottom: 0px;}
nav.slideout-navigation.do-overlay .slideout-menu>li>a {	
    font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif; 
    font-size: 15px;
	letter-spacing: .5px;
	font-weight: 500;
	padding: 0 5px;
	opacity: .8;
	color: #ffffff;
}
@media (max-width: 768px) {nav.slideout-navigation.do-overlay .slideout-menu>li>a {font-size: 14.5px;}}
nav.slideout-navigation.do-overlay .slideout-menu>li:hover>a,
nav.slideout-navigation.do-overlay .slideout-menu>li.sfHover>a {color: #ffffff; opacity: 1;}
nav.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {border-left: 0px; margin-bottom: 2px; padding-left: 15px;}
nav.slideout-navigation.main-navigation ul ul .dropdown-menu-toggle {margin-bottom: 1px !important; vertical-align: middle;}
nav.slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a {color: #ffffff;}
nav.slideout-navigation.main-navigation.do-overlay .main-nav>ul>li>ul {
	padding: 10px 0px 15px 20px;
	margin-top: 0px;
	background-color: transparent;
}
nav.slideout-navigation.main-navigation.do-overlay .main-nav>ul>li>ul>li,
nav.slideout-navigation.main-navigation.do-overlay .main-nav>ul>li>ul>li>ul>li {margin-bottom: 0px;}
nav.slideout-navigation.main-navigation.do-overlay .main-nav>ul>li>ul>li>a {padding: 5px 0;}
nav.slideout-navigation.main-navigation.do-overlay .main-nav>ul>li>ul>li>ul {
	margin: 15px 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #828282;
}
nav.slideout-navigation.main-navigation.do-overlay .main-nav>ul>li>ul>li>ul>li>a {
	padding: 5px 0px 5px 0px;
	opacity: .8;
}
nav.slideout-navigation.main-navigation.do-overlay .main-nav>ul>li>ul>li>ul>li:hover>a {opacity: 1;}
.slideout-navigation .dropdown-menu-toggle {
    color: transparent;
    display: inline-block;
    margin-left: 5px !important;
    float: none !important;
    background-image: url(/wp-content/uploads/2023/04/white-nav-arrow-icon-down.png);
    vertical-align: text-bottom;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center center;
}
#generate-slideout-menu .menu-item-has-children:hover>a .dropdown-menu-toggle,
#generate-slideout-menu .menu-item-has-children.sfHover>a .dropdown-menu-toggle {background-image: url(/wp-content/uploads/2023/04/white-nav-arrow-icon-down.png);}
/*.slideout-navigation .dropdown-menu-toggle[aria-expanded="true"] {transform: rotate(45deg);}

design ideas*/

.generate-columns-container div.inside-article div.post-image {margin-bottom: 18px;}
.inside-article div.entry-summary {margin-top: 24px;}
.entry-summary p {margin-bottom: 8px;}
nav#nav-below {text-align: center;}
nav#nav-below .page-numbers {font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif;font-size: 18px;vertical-align: bottom;margin: 0 3px;font-weight: 500;display: inline-block;}
nav#nav-below .page-numbers.prev, nav#nav-below .page-numbers.next {font-size: 17px;}
nav#nav-below span.page-numbers {padding: 0px 10px; display: inline-block;}
nav#nav-below span.page-numbers.current {font-weight: 600;}
nav#nav-below span.page-numbers.dots {color: #a7a7a7;}
.single-post article {
	max-width: 900px;
	margin: 60px auto 40px;
}
.single-post article .featured-image img {margin-bottom: 25px;}
.single-post h1.entry-title {display: block; margin-bottom: 20px;}
.blog article {margin-bottom: 40px;}

/**top bar announcement**/

.top-bar {
    color: #ffffff;
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0 7px;
    text-align: center;
	margin-top:-20px;
}
.top-bar a {opacity: 1;font-size: 14px;font-weight: 600;letter-spacing: 1px;}
.top-bar a img {width: 20px; height: auto; vertical-align: middle; margin-left: 3px;}
.top-bar a:hover {opacity: .8; color: #ffffff;}
ul#menu-menu-home>li>ul {top: 155px;}
.homeslide-wrapper {height: calc(100vh - 155px);}
.hp-overlay {top: calc(50vh - 275px);}
.hd-attribution {top: calc(50vh + 205px);}
.container.grid-container {padding-top: 137px;clear: both;}
.inside-top-bar {}
.header-phone-menu ul {top: 136px;}
@media (max-width: 1039px) {
	.top-bar {height: 44px;padding: 0 6px;} 
	.site-header {top: 44px;}
	.homeslide-wrapper {height: calc(100vh - 118px);}
	.hp-overlay {top: calc(50vh - 221px);}
	.hd-attribution {top: calc(50vh + 221px);}
	.container.grid-container {padding-top: 118px;}
	.header-phone-menu ul {top: 111px;}
	nav.slideout-navigation.do-overlay .slideout-exit {padding-top: 45px;}
}
@media (max-width: 850px) {.hp-overlay {top: calc(50vh - 140px);}}
@media (max-width: 600px) {
	.top-bar {height: 36px;}
	.inside-top-bar {padding: 2px;} 
	.top-bar a {font-size: 12px;letter-spacing: 0px;}
    .top-bar a img {width: 16px}
    .site-header {top: 35px;}
	.container.grid-container {padding-top: 110px;}
	.header-phone-menu ul {top: 102px;}
	nav.slideout-navigation.do-overlay .slideout-exit {padding-top: 36px;}
}
@media (max-width: 500px) {.top-bar-text-intro {display: none;}}

/**end top bar announcement**/

body{background-color:#ffffff;}

/**PAGE HEADERS**/

.top-row {height: 50vh;margin-bottom: 87px;text-align: center;}
.top-row .top-overlay {
	padding: 40px 55px;
	background-color: rgba(40, 40, 40, .75);
	display: inline-block;
	margin-top: calc(25vh - 100px);
}
.top-overlay h1 {font-size: 36px; text-shadow: none; margin-bottom: 0px; color: #ffffff;}
@media (max-width: 700px) {
	.top-overlay {padding: 30px 45px;}
	.top-overlay h1 {font-size: 34px; line-height: 48px;}
	.top-row {margin-bottom: 70px;}
}
@media (max-width: 500px) {
	.top-row .top-overlay {padding: 20px 35px; margin-top: calc(20vh - 80px);}
	.top-overlay h1 {font-size: 26px; line-height: 38px;}
	div.top-overlay h1 img {width: 35px; height: 35px; margin-right: 10px;}
}


/**BLOG ADJUSTMENTS**/

.entry-meta {margin-bottom: 20px;}

/**FOOTER ADJUSMENTS**/

#footer-widgets .inside-footer-widgets {flex-wrap: wrap; flex-direction: row;}
#footer-widgets .inside-footer-widgets>div aside {padding: 20px; max-width: 282px; margin: 0 auto;}
@media (max-width: 1220px) {#footer-widgets .inside-footer-widgets>div {flex: 50%; max-width: 50%;}}
@media (max-width: 720px) {#footer-widgets .inside-footer-widgets>div {flex: 100%; max-width: 100%;}}
footer .inside-site-info {flex-direction: column-reverse;}
.footer-widgets-container {margin-top:-60px;}





/* BEGIN CLIENT EXISTING THEME STYLES */

.vc_row {margin-left: 0px; margin-right: 0px;}
body {font-weight: 400; line-height: 32px; font-size: 17px;}
h1, h2, h3, h4, h5 {color: #4a4c4d; font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif; font-weight: 300;}
h3 {margin-bottom: 20px;}
a {color: #4a4c4d;}
a.general-link:link, a.general-link:visited {color: #00223c; font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif; font-style: italic;}
a:hover {cursor: pointer !important; color: #00223c;}
a img {-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
a img:hover {opacity: .8; cursor: pointer !important;}
.fixed-width {max-width: 860px; margin: 0 auto !important;}
.general-button {
    margin: 50px auto;
    letter-spacing: 1px;
    border-bottom: 4px solid #00223c;
    color: #00223c;
    display: inline-block;
    font-weight: 600;
    line-height: 100%;
    position: relative;
    text-decoration: none;
    font-family: "Libre Baskerville", "Source Sans Pro", Arial, "Helvetica Neue", sans-serif;
    z-index: 0;
    -webkit-transition: border-color .35s ease, background .35s ease;
    transition: border-color .35s ease, background .35s ease;
}

.sp-blog-read a:link {
	background-color: transparent;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.general-button:link, .general-button:visited, .sp-blog-read a:link, .sp-blog-read a:visited {
	background-color: transparent;
    color: #00223c;
    padding: 12px 20px;
    border: 2px solid #898b92;
    margin-top: 20px;
    display: inline-block;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
	border-radius: 0;
}
.general-button:hover, .general-button:active, .sp-blog-read a:hover, .sp-blog-read a:active {
	color: #ffffff;
	background-color: #dc9238;
	border: 2px solid #dc9238;
}
.alignC {text-align: center;}
.legal-copy {
    font-size: 12px;
    color: #aaaaaa;
    text-align: center;
    line-height: 20px;
    display: block;
}

.clearB {clear: both;}
#form {margin-top: -140px; padding-top: 140px;}
#shades {margin-top: -120px; padding-top: 120px;}
#blinds, #shutters, #verticals {margin-top: -100px; padding-top: 150px;}
.flex-control-nav {margin-top: -25px !important;}
.metaslider .caption {
    padding: 0px 0px 8px 10px;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
    font-size: 15px;
}
.hd-att {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
    font-size: 14px;
    margin-top: -70px;
    display: block;
    margin-left: 13px;
}
@media (max-width: 767px) {
	h1 {font-size: 34px;}
	h2 {font-size: 30px;}
	h3 {font-size: 25px;}
	blockquote {font-size: 19px;}
	.testimonials-widget-testimonial div.credit {font-size: 14px;}
}
@media (max-width: 767px) {#sp-wrapper .metaslider .flexslider .flex-control-paging li a {width: 8px; height: 8px;}}
.quotations img {width: 77px; height: 88px; margin-top: 20px;}

/**TESTIMONIALS**/

.quote-float img {width: 94px; height: 82px; margin-top: -45px;}
div.review-row.vc_row {overflow: visible; background-color: #eeeef1;}
blockquote {    
    font-family: "Libre Baskerville", serif;
    color: #00223c;
    font-size: 21px;
    line-height: 37px;
    padding: 15px 0 0;
	border-left: 0px;
}
.testimonials-widget-testimonial div.credit {text-align: left;}
.testimonials-widget-testimonial div.credit:before {display: none;}
.testimonials-widget .author {text-transform: uppercase;
    text-align: left;
    float: none;
    color: #898b92;
}
@media (max-width: 575px) {
	blockquote {padding: 15px 15px 0;}
	.testimonials-widget-testimonial div.credit {padding: 0 15px;}
}

/**PAGE HEADERS**/

.page-header-image  img {display: none;}
.sp-archive-loop .intro-bg img {display: block;}
.sp-intro:not(.fullscreen):first-child {padding-top: 90px;}
.sp-intro .intro-bg:before {opacity: 0;}
#sp-wrapper > .sp-intro {height: 60vh; margin-bottom: 100px;}
.sp-intro .intro-body {background: rgba(0, 157, 187, .75); margin-top: 0px; border-radius: 50%; width: 250px; height: 250px; padding-top: 93px;}
.sp-intro .intro-title.intro-title-1 h1 {font-size: 36px; text-shadow: none; margin-bottom: 0px; font-weight: 300;}
@media (max-width: 700px) {
	.sp-intro .intro-body {padding-top: 73px; margin: 0 20px; width: 200px; height: 200px;}
	.sp-intro .intro-title.intro-title-1 h1 {font-size: 28px; line-height: 42px;}
	#sp-wrapper > .sp-intro {margin-bottom: 70px;}
	#sp-header-inner > .header-extras {margin-left: 10px;}
}
	
	/**FOOTER**/

.footer-form-container {background-color: #263c4f; padding: 0 30px 55px; margin-bottom: -35px;     margin-top: -60px;}
.footer-form-container form h2, .footer-form-container input, .footer-form-container textarea {color: #ffffff;}
.footer-form-container .wufoo {padding: 50px 0 0 0; max-width: 1100px;margin: 0 auto;}
.footer-form-container input.text {width: 23.5%;}
input:focus, textarea:focus {outline: 0px;}
.footer-form-container textarea {width: 99%;margin: 30px 0 10px !important; height: 70px;}
.wufoo input, .wufoo textarea {background-color: transparent;border: 0px;margin: 0 .5% 0;padding: 10px 0;border-radius: 0px;border-bottom: 2px solid #dc9238;font-size: 18px;}
::-webkit-input-placeholder {color: #abadb6; padding-left: 3px;}
:-moz-placeholder {color: #abadb6; padding-left: 3px;}
::-moz-placeholder {color: #abadb6; padding-left: 3px;}
:-ms-input-placeholder {color: #abadb6; padding-left: 3px;}
.footer-form-container #saveForm {
    font-family: 'Libre Baskerville';
    color: #ffffff;
    padding: 15px 30px;
    margin-top: 25px;
    border: 2px solid #dc9238;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-form-container #saveForm:hover {background-color: #dc9238;}
.gallery-div a, .gallery-div span.amery {color: #abadb6;}
#sp-footer > .sp-main-footer {padding: 60px 0 40px;}
@media (max-width: 664px) {
	.footer-form-container input.text {width: 100%; margin-bottom: 10px;}
	.footer-form-container textarea {height: 80px;}
}
.foot-logo {width: 250px; height: auto; margin-bottom: 10px;}
.foot-logo.amery-foot {width: 182px; height: auto; margin-bottom: 10px;}
#sp-footer h4 {margin-bottom: 20px;}
#sp-footer > .sp-end-footer, #sp-footer > .sp-end-footer a {color: #98aaba;}
#sp-footer > .sp-end-footer a {padding: 0 5px;}
#sp-footer > .sp-end-footer .menu-block ul li:after {content: none;}
#sp-footer > .sp-end-footer > .container {width: 100%;}
.sp-main-footer .social-links {margin-top: 10px;}
.footer-social-icon {font-size: 25px; margin: 0 20px 0 0; color: #ffffff;}
.sp-main-footer a:hover, #sp-footer > .sp-end-footer a:hover {color: #dc9238;}
@media (max-width: 767px) {.footer-social-icon {margin: 0 10px 0;}}
@media (min-width: 768px) {#sp-footer > .sp-main-footer .sp-footer-widget {flex: 0 0 33.3%; max-width: 33.3%;}}
/*@media (max-width: 799px) and (min-width: 768px) {#sp-footer > .sp-main-footer .sp-footer-widget {flex: 0 0 50%; max-width: 50%;}}*/
@media (max-width: 767px) {#sp-footer > .sp-main-footer .sp-footer-widget {flex: 0 0 100%; max-width: 100%;}}


/**HOME**/

.product-row .link-background {width: 100%; height: auto;}
.link-overlay:link, .link-overlay:visited {
    background-color: rgba(0, 7, 14, .7);
    color: #ffffff;
    padding: 18px 28px;
    display: inline-block;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
}
.link-overlay:hover, .link-overlay:active {
	background-color: #dc9238;
}
.blind-overlay {margin-left: -102px;}
.shades-overlay {margin-left: -106px;}
.shutters-overlay {margin-left: -113px;}
.drapery-overlay {margin-left: -113px;}
.product-row .wpb_content_element {margin-bottom: 0px;}
	
/**SOLUTIONS ICONS***/

.icon-area-solution {display: inline-block;margin: 0px 15px 10px 0;text-align: center;vertical-align: top;}
.icon-text {font-size: 15px;color: #555555; line-height: 20px; display: block; text-align: center; letter-spacing: .5px; margin-bottom: 10px !important;}
.icon-area-solution img {margin-bottom: 8px; width: 58px; height: 58px;}
img.solution {width: 58px; height: 58px; margin-right: 20px;}

/**SOLUTIONS PAGES**/

.solution-top-row, .solution-row, .solution-bottom-row {margin-bottom: 40px;}
.forward-arrow {width: 25px; height: 25px; margin-left: 5px;}
.solution-thumb img {width: 280px; height: auto; border-radius: 50%;}
@media (min-width: 992px) {.solution-link h3 {margin-top: 30px;}}
.solution-row .vc_col-sm-7 .vc_column-inner {max-width: 600px;}
@media (max-width: 1000px) {
	.solution-row .vc_col-sm-7 .vc_column-inner {max-width: 800px;}
	.solution-row .vc_col-sm-7, .solution-row .vc_col-sm-5 {float: none; width: 100%;}
}

/**PRODUCT PAGES**/

.product-row .vc_col-sm-5 {padding: 0 40px; margin-bottom: 50px;}
@media (min-width: 1051px) {
.product-row h1 {margin-top: 40px;}
#sp-wrapper .product-row .flexslider,
#sp-wrapper .product-row .metaslider,
#sp-wrapper .product-row .vc_col-sm-7 .wpb_text_column {margin-bottom: 0px;}
}
@media (min-width: 950px) and (max-width: 1280px) {
    .product-row .vc_col-sm-5 h1 {font-size: 30px; line-height: 43px;}
    .icon-area-solution img {width: 55px; height: 55px;}
}
@media (max-width: 1050px) and (min-width: 950px) {
    .product-row .vc_col-sm-5, .product-row .vc_col-sm-7 {width: 100%; float: none;}
    .product-row .vc_col-sm-7 {padding: 0 40px 40px;}
}
@media (max-width: 949px) {
    .product-row .vc_col-sm-5, .product-row .vc_col-sm-7 {width: 100%; float: none;}
}
.product-row h1 {font-size: 30px;}
.back-arrow {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

/**mobile weights**/
@media (hover: none) and (pointer: coarse) {
	h1, h2, h3, h4 {font-weight: 300;}
	.general-button, .footer-form-container #saveForm {font-weight: 500;}
	.link-overlay:link, .link-overlay:visited {font-weight: 300;}
}
	
/**promo**/
.promo-full {max-width: 960px; width: 100%; height: auto; margin: 0 auto;}
.promo-banner {max-width: 978px; width: 100%; height: auto;}

/**top banner**/
.banner-announcement {background-color: #00223c;text-align: center;padding: 4px;margin: 0 -30px 20px !important;}
.banner-announcement .banner-text {margin: 0px;font-size: 16px;font-family: 'libre baskerville', serif;line-height: 24px;max-width: 100%; width: 100%;}
.banner-announcement .banner-text a {color: #ffffff;font-weight: 200;}
.banner-announcement img {width: 20px;height: 20px;margin-left: 3px;vertical-align: text-bottom;}
#sp-primary-nav > .nav_menu>li>.sub-menu {border-top: 33px solid transparent;}
#sp-header:not(.header-stuck), 
#sp-header.header-stuck, 
body:not(.sp-active-burger-menu) #sp-header.header-stuck {padding: 0 30px 20px !important;}
#sp-wrapper {margin-top: 42px;}
@media (max-width: 575px) {
	#sp-header {padding: 0px 15px 8px 5px !important;}
	#sp-wrapper {margin-top: 40px;}
	.banner-announcement {margin: 0 -15px 8px -5px;}
	.banner-announcement .banner-text {font-size: 12px; letter-spacing: 0px; line-height: 24px;}
	.banner-announcement img {width: 16px;height: 16px; vertical-align: middle;}
}
.single-post #sp-wrapper {margin-top: 145px;}

/**local made banners**/
.local-banner {max-width: 400px; width: 100%; height: auto; padding: 0;}

/**before / after image slider**/
.before-after{position:relative;display:inline-block;vertical-align:top;user-select:none}
.before-after .photo img{display:block;max-width:100%;width:100vw;height:auto}
.before-after .photo.before{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;transform:translate(-50%)}
.before-after .photo.before .layer,.before-after .photo.before img{transform:translate(50%)}
.before-after .drag-handler{
    width: 3px;
    background-color: #ffffff;
    margin:0 0 0 -2px;
    position:absolute;
    left:50%;
    top:0;
    height:100%;
    opacity: 1;
}
.before-after .drag-handler .drag-element{
    position:absolute;
    width: 100vw;
    height: 100%;
    margin: 0 0 0 -50vw;
    background-color: transparent;
    cursor:pointer;
	/*arrows*/
	background-image: url(/wp-content/uploads/2023/03/before-after-slider-arrows-filled.png);
    background-size: 75px 50px;
    background-position: calc(50% + 2px) 50%;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
	.before-after .drag-handler .drag-element {background-size: 60px 40px;}
}
.before-after-attribution {
	font-size: 13px;color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2), 0 1px 1px rgba(0,0,0,.2);
	margin: -30px 0 0 15px;
	position: absolute;
}

/**similar product row**/
.similar-product-row {margin: 70px 0 60px 0;}
.similar-product-row h2 {padding: 0 0 30px 60px;}
.similar-product-row .vc_col-sm-4 img {width: 100%; max-width: 400px; margin: 0 auto; padding: 0 10px;}
@media (max-width: 1200px) {
    .similar-product-row {margin: 40px 0 60px 0;}
    .similar-product-row h2 {padding: 0 0 30px 25px;}
}
@media (max-width: 900px) {
    .similar-product-row .vc_col-sm-4 img {padding: 0 5px;}
}
@media (max-width: 767px) {
    .similar-product-row {margin: 30px 0 20px 0;}
    .similar-product-row .vc_col-sm-4 {margin-bottom: 40px;}
    .similar-product-row .vc_col-sm-4 img {max-width: 300px; margin: 0 auto; padding: 0 10px;}
}


/**constant contact subscribe **/
.footer-cc .constant-subscribe {margin: 0 0 40px 0;}
.footer-cc .ctct-inline-form {max-width: 660px; margin: 0 auto;}
.footer-cc div.ctct-form-embed div.ctct-form-defaults {background-color: transparent !important;padding: 15px 15px 0 !important;}
.footer-cc label#email_address_label_1 {display: none;}
.footer-cc div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {margin: 10px 0 !important;}
.footer-cc div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {border: none; border-bottom: 2px solid rgb(220 220 220 / 90%) !important;background-color: transparent;box-shadow: none;border-radius: 0px;font-family: 'roboto', serif;font-weight: 500;letter-spacing: 1px;color: #c1bcb4;font-size: 15px;}
.footer-cc div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus {outline: none; border-bottom: 2px solid #dc9238 !important;}
.footer-cc .ctct-form-embed.form_1 .ctct-form-defaults #gdpr_text .ctct-gdpr-text {color: #c1bcb4; font-size: 9px;line-height: 12px; margin: 15px 0;}
.footer-cc .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link {color: #c1bcb4 !important;}
.footer-cc .legal-links a {font-size: 11px; color: #c1bcb4 !important; opacity:1;}
.footer-cc div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {margin-bottom:15px;}
.footer-cc .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {background-color: #dc9238 !important;border: none !important;color: #ffffff !important;font-family: 'Crimson Text', serif; font-size: 16px;font-weight: 600;letter-spacing: 1px;max-width: 180px;border-radius: 0px;margin: 0 auto;padding: 16px 0 20px;}
.footer-cc .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button, .footer-cc .legal-links a {
	-webkit-transition: opacity .3s ease-in-out 0s;
    -moz-transition: opacity .3s ease-in-out 0s;
    -ms-transition: opacity .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;}
.footer-cc .legal-links a:hover {color: #8a8680;}
.footer-cc .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {opacity: .9}
.footer-cc .constant-subscribe div.ctct-form-embed div.ctct-form-defaults form>p.ctct-form-text,
.footer-cc .constant-subscribe .ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-header {color: #fff!important;font-family: 'Rufina', serif;font-weight: 200;letter-spacing: 2px !important;font-size: 19px;opacity: 1;max-width: 100%; text-align:center;}
.footer-cc .constant-subscribe div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {font-family: 'Roboto', sans-serif; font-size: 15px; letter-spacing: .5px; color: #fff; font-weight: 300;}
.footer-cc .legal-link {text-align: center;}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link{color:#fff !important;}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {color: #fff!important;font-family: 'Rufina'}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    background-color: #dc9238 !important;
    color: #fff !important;
    font-family: 'Rufina', serif ;
    border: 2px solid #dc9238 !important;
	width: 150px;
    margin: 0 auto;
    font-family: 'Rufina';
    letter-spacing: .05em;}
#success_message_1 h2 {font-size: 28px;}
.ctct-form-footer, #email_address_label_0, #ctct_recaptcha_0 {display: none;}

/*triple column styles*/

.triple-column-row {padding: 0 15px; margin: 80px 0;}
.triple-column-row .vc_col-sm-4 {max-width: 600px; margin: 0px auto 50px;}
.triple-column-row img {max-width: 350px; width: 100%; height: auto; margin-left: auto; margin-right: auto;}
@media (min-width: 1020px) {.triple-column-row .vc_col-sm-4 {padding: 0 30px;}}
@media (max-width: 1019px) {.triple-column-row .vc_col-sm-4 {float: none; width: 100%;}}

/*alustra fabric row*/
.fabric-swatch-row {margin-bottom: 70px;}
.fabric-swatch-row .wpb_single_image {margin-bottom: 20px;}


.widget-title {
    font-size: 25px !important;
    color: #ffffff !important;
}

/*popup form styles*/

.adb-popup h1 {font-size: 30px;font-weight: 500;line-height: 40px;margin-bottom: 15px !important;}
.adb-popup h3 {font-size: 20px;}
.adb-popup .popup-disclaimer {display: inline-block;color: grey;font-size: 12px;margin-bottom: 10px;}
div.wpforms-container-full {margin-bottom: 6px !important;}
.adb-popup .spu-container {padding: 30px 40px 0px !important;}
div.popup-form input {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 2px solid #d4d2cc !important;
	background: transparent !important;
	outline: none;
	font-family: 'source sans pro', sans-serif;
	color: #504d4e;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 14px 0;
	width: 98% !important;
	max-width: 100% !important;
	border-radius: 0 !important;
}
::-webkit-input-placeholder {color: #b4b3ae;}
:-moz-placeholder {color: #b4b3ae;}
::-moz-placeholder {color: #b4b3ae;}
:-ms-input-placeholder {color: #b4b3ae;}
.popup-form input:active, .popup-form input:focus {
	border-bottom: 2px solid #dc9238 !important;
	color: #2c2e3d;
	background: transparent !important;
}
.popup-form button {
    display: inline-block;
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    font-size: 18px !important;
    color: #1e4274 !important;
    padding: 10px 30px 14px !important;
    border: 2px solid #dc9238 !important;
    letter-spacing: 1px !important;
	background: transparent !important;
	margin: 10px 0 !important;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.popup-form button:hover, .popup-form button:active {color: #ffffff !important; background-color: #dc9238 !important;}