/*
Theme Name: JohnnyoTheme
Theme URI: https://johnnyodesign.com/
Author: Johnnyo Design
Author URI: https://johnnyodesign.com/
Description: Sensible design solutions.
*/

/* Import the necessary CSS additions */
@import url( inc/bootstrap.css );
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Open+Sans:wght@400;700;800&display=swap');
@import url("https://use.typekit.net/gpg2hsp.css");
/* Content */

html {
    overflow-x: hidden;
	scroll-behavior:smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
    background: #f7f8f9;
	color: #333;
	height: 100%;
}
:focus {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
}
a:hover, a:focus {
    color: #c5bcb0;
    text-decoration: none;
}
.home .site-content {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.home p {
    margin: 4px 4px 20px 4px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
p {
    margin: 4px 4px 30px 4px;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    line-height: 30px;
    color: #333;
	font-weight: normal;
}

h1 {
    font-family: neue-haas-grotesk-display, sans-serif;
	font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-align: left;
    color: #212121;
    margin: 0;
    padding: 0 0 40px 0;
}

h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    color: #212121;
    margin: 0;
    padding: 0;
}
h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
	font-weight: 300;
    text-align: left;
    color: #212121;
    margin: 0 0 20px 0;
    padding: 0;
}
h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #212121;
    margin: 24px 0 17px 0;
    padding: 0;
}
h5 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #212121;
    margin: 0;
    padding: 0;
}

/** .altrow h2, .altrow h3, .altrow h4 {
	color: #fff;
 **/
.mainrow {
	padding: 110px 0 80px 0;
    margin: auto;
}
.altrow {
    background-color: #dcdbec;
    padding: 110px 0 80px 0;
    margin: 0;
}

ul {
    margin: 4px 0 0 28px;
    padding: 0px 0px 0px 0px;
    font-size: inherit;
    line-height: 21px;
    color: #444;
    list-style: initial;
}
ul {
	font-size: 18px;
    margin: 8px 0 34px 38px;
}
ul li {
	margin-bottom: 0px;
	    font-size: 18px;
    line-height: 28px;
    color: #333;
	font-weight: normal;
}
ol li {
	margin-bottom: 9px;
}
ul ul {
    list-style-type: circle;
    margin-block-end: 0px;
}

/* Sidebar */
#secondary {
	margin-top: 60px;
}
#secondary h2 {
	font-size: 20px;
	margin: 0;
}
#secondary ul {
	margin: 4px 0 0 4px;
    list-style: none;
}
#secondary li a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    background-color: #78c8d4;
    padding: 10px 16px 8px 16px;
    display: block;
    margin-bottom: 5px;
    width: fit-content;
width: -moz-fit-content;
	border-radius: 6px;
}
#secondary li a:hover {
	background-color: #a5d18b;
}
#secondary section {
	    margin-bottom: 30px;
}

#masthead {
	background-color: #fff;
}

/* Navigation */
.site-branding {
	
}
.navbg {

    height: 110px;
    position: absolute;
    width: 100%;
}
.site-branding {
	/* position: absolute;
    display: block;
    text-align: center;
    top: 100px;
    z-index: 0;
    font-weight: bold;
    left: 100px; */
	    display: inline-block;
}
.headlogo {
	/* z-index: 1;
    position: relative; */
}
.headlogo img {
height: 80px;
    padding: 16px 16px 13px 16px;
}
header video {
	    width: 100vw;
	z-index: 0;
}
#navbar {
    /* z-index: 9999;
    width: 100%;
    position: absolute; */
    border-top: 4px solid #325372;
    border-bottom: 4px solid #E2DFDB;
}
.widget_nav_menu {
	margin: 0 !important;
	padding-bottom: 0 !important;
}
.main-navigation {
    /* position: absolute;
    padding: 0;
    top: 130px;
    width: 100%;
    z-index: 1;
    right: 100px; */
	    display: inline-block;
	margin-right: 20px;
}

#mega-menu-wrap-primary {
    z-index: 9999;
}
.slidepost {
	height: calc( 100vh - 160px );
	background-size: cover !important;
	background-position: center !important;
}
.slidepost::after {
    content: "";
    background: linear-gradient(180deg, rgb(28 45 60 / 0%) 30%, rgb(28 45 60 / 60%) 90%);
    height: 100%;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.slide-content {
	/*    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
	text-align: center; */
	margin: 0;
    position: absolute;
    bottom: 100px;
    left: 100px;
    z-index: 3;
    text-align: center;
	    width: calc( 100% - 100px );
}

.slide-content h2{
    color: #fff;
    margin-top: 0;
    text-align: left;
    font-size: 50px;
    width: 100%;
}
.slide-content p{
	color: #fff;
	    margin: 0;
	text-align: center;
}
.slide-content p a {
padding: 8px 30px 10px 30px;
    border: 3px solid #ffffff;
    font-family: 'Barlow', sans-serif;
    margin-right: 24px;
    display: inline-block;
    color: #fefcfc;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 28px;
    margin-top: 30px;
}
.slide-content p a:hover {
    background-color: #ffffff;
    color: #325372;
}

.slide-content .readmore {
    color: #ffffff;
    background-color: transparent;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    border: 2px solid #fff;
	border-radius: 6px;
}
.slide-content .readmore:hover {
    background-color: #fff;
    text-decoration: none;
    color: #441668;
}
.slider-nav {
    margin-top: -60px;
padding-right: 50px;
}
.slider-nav .slick-track {
width: 100vw !important;
    z-index: 1;
    left: 0 !important;
    display: flex;
    justify-content: space-between;
}
.slider-nav .slick-list {
width: fit-content;
}
.navpost {
    opacity: 1 !important;
	cursor: pointer;
}
.navpost h2 {
    font-size: 20px;
    text-align: left;
    color: rgb(255 255 255 / 80%);
    position: relative;
    padding-bottom: 8px;
    padding-left: 10px;
}
.navpost h2:hover {
	color:  #fff;
}
.navpost.slick-current h2 {
	color:  #fff;
}
.navpost.slick-current h2::after {
content: " ";
    height: 5px;
		
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
	animation: timer 8s linear;
}

@keyframes timer {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* #mega-menu-wrap-primary .mega-menu-item a{
	background-color: rgba(96 , 143 , 220 , 90%) !important;
    padding: 0px 20px 0px 20px !important;
    border-radius: 0px 0px 0px 0px !important;
    color: #ffffff !important;
	    border-width: 4px 0px 4px 0px !important;
	letter-spacing: 1px !important;
}
#mega-menu-wrap-primary .mega-menu-item:first-of-type a{
    padding: 0px 24px 0px 30px !important;
    border-radius: 50px 0px 0px 50px !important;
	    border-width: 4px 0px 4px 4px !important;
}
#mega-menu-wrap-primary .mega-menu-item:nth-last-child(2) a {
    padding: 0px 30px 0px 24px !important;
    border-radius: 0 50px 50px 0 !important;
	border-width: 4px 4px 4px 0px !important;
}

#mega-menu-wrap-primary .mega-menu-item:last-of-type a {
	background-color: #458049 !important;
    padding: 0 30px !important;
    border-radius: 50px !important;
	margin-left: 30px !important;
	border-width: 4px !important;
}*/
#mega-menu-wrap-primary .mega-menu-item a {
	letter-spacing: 1px !important;
	padding: 0 20px !important;
}
#mega-menu-item-249 a {
    padding: 0 30px !important;
    border-radius: 6px !important;
	margin-left: 20px !important;
	border: 2px solid #fff !important;
	    line-height: 53px !important;
}
#mega-menu-wrap-primary .mega-menu-item a:hover {

} 
#mega-menu-item-249 a:hover {
    background-color: #fff !important;
    text-decoration: none !important;
    color: #441668 !important;
}
/* #mega-menu-wrap-primary .mega-menu-item:last-of-type a:hover {
	background-color: transparent!important;
	color: #fff !important;
} */
#mega-menu-wrap-secondary {
    position: absolute;
    top: -45px;
    right: 10px;
}
.tribe-events-widget-events-list__events {

}
.tribe-events-widget-events-list__event-date-tag {
margin-right: 10px !important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
	justify-content: center !important;
}
.tribe-events-widget-events-list__event-date-tag-daynum {
	position: relative;
}
.tribe-events-widget-events-list__event-date-tag-daynum::after {
    content: "";
    background-color: #458049;
    border-radius: 6px;
    position: absolute;
    height: 60px;
    width: 60px;
    left: 2px;
    top: -21px;
    z-index: -1;
}
.tribe-events-widget .tribe-common-h2, .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	color: #fff !important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-row {
    margin-bottom: 26px !important;
}
.tribe-events-widget-events-list__header {
	    margin: 0 !important;
}
.tribe-events-widget-events-list__header-title {
	font-family: 'Gudea', sans-serif !important;
    margin: 30px 0 0 0 !important;
    padding: 0 0 10px 0 !important;
    font-size: 30px !important;
    font-weight: normal !important;
    color: #000000 ;
}
.tribe-events-widget-events-list__view-more-link {
	    color: #46166B !important;
    background-color: transparent;
    padding: 10px 20px !important;
    display: inline-block;
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 1px;

    border: 2px solid #46166B !important;
	border-radius: 6px;
    width: 100%;
    text-align: center;
}
.tribe-events-widget-events-list__view-more-link:hover {
	color: #fff !important;
	border: 2px solid #46166B !important;
	background-color: #46166B !important;
}
.btn {
	    color: #46166B ;
    background-color: transparent;
    padding: 10px 20px ;
    display: inline-block;
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 1px;
    border: 2px solid #46166B ;
	border-radius: 6px;
    text-align: center;
}
.btn:hover {
	background-color: #46166B;
	color: #fff;
}
.alt1 .btn, .alt2 .btn, .alt3 .btn {
	    color: #ffffff;
    background-color: transparent;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    border: 2px solid #fff;
	border-radius: 6px;
}
.alt1 .btn:hover, .alt2 .btn:hover {
	background-color: #fff;
	color: #441668;
}
.alt1 {
	background-color: #458049;
	    padding: 50px 0px 40px 0px;
}
.alt1 .btn:hover {
	color: #458049;
}
.alt2 {
	background-color: #458049;
	    padding: 50px 0px 40px 0px;
}
.alt2 .btn:hover {
	color: #458049;
}
.alt3 {
	background-color: #46166B;
	    padding: 50px 0px 40px 0px;
}
.alt3 .btn:hover {
	color: #46166B;
}
.alt1 h3, .alt2 h3, .alt3 h2, .alt1 p, .alt2 p, .alt3 p, .services h4, .services p, .alt1 h2, .alt2 h2, .alt3 h3 {
	color: #ffffff;
}
.volunteer {
	text-align: center;
	padding: 40px 0 50px 0;
}
.volunteer h2 {
	text-align: center;
}
.services {
	padding: 30px 0 60px 0;
}
.services a {
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.services .so-panel {
	margin: 0 !important;
}
.services h4 {
    margin: 0 !important;
    position: absolute;
    bottom: 20px;
    left: 26px;
}
.serviceind, .servicecoup, .servicefam {
    background-color: #46166B;
    border-radius: 6px;
    padding: 20px 24px 20px 24px;
	    position: relative;
	transition: all ease .5s;
}
.serviceind {
	height: 400px;
	background: url(/wp-content/uploads/2021/05/Depositphotos_85357132_ds-1.jpg), #ff9244;
	background-position: center;
	background-size: cover;
	background-blend-mode: soft-light;
}
.serviceind:hover {
	background: url(/wp-content/uploads/2021/05/Depositphotos_85357132_ds-1.jpg);
	background-position: center;
	background-size: cover;
}
.servicecoup {
	height: 195px;
	margin-bottom: 10px !important;
	background: url(/wp-content/uploads/2021/05/Depositphotos_90043086_xl-2015.jpg), #bf41ff;
	background-position: center;
	background-size: cover;
	background-blend-mode: soft-light;
}
.servicecoup:hover {
	background: url(/wp-content/uploads/2021/05/Depositphotos_90043086_xl-2015.jpg);
	background-position: center;
	background-size: cover;
}
.servicefam {
	height: 195px;
	background: url(/wp-content/uploads/2021/05/Depositphotos_4840360_xl-2015-scaled-e1620708539746.jpg), #35dcf7;
	background-position: center;
	background-size: cover;
	background-blend-mode: soft-light;
}
.servicefam:hover {
	background: url(/wp-content/uploads/2021/05/Depositphotos_4840360_xl-2015-scaled-e1620708539746.jpg);
	background-position: center;
	background-size: cover;
}
.so-widget-sow-editor {

}

.frm_form_widget h3{
	    font-size: 20px !important;
}
.site-footer .with_frm_style .frm_inside_container .frm_primary_label {
	display: none;
}
.site-footer .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 10px !important;
}
footer {
	background-color: #325372;
}
.footer-bottom {
	padding: 50px 0 30px 0;
}
.siteinfo p {
	font-size: 12px;
	color: #fff;
	margin: 34px 0 30px 0;
}
.socialfoot {
	    text-align: center;
	    margin-top: 10px;
}
.socialfoot a {
    display: inline-block;
    font-size: 20px;
    background-color: #fff;
    color: #46166B;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Gudea', sans-serif;
    border: 2px solid #46166B;
    border-radius: 6px;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 49px;
    margin: 0 6px;
}
.socialfoot a:hover {
	    background-color: #46166B;
    color: #fff;
}
.widget_nav_menu h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #46166B;
}
footer .menu {
	list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
footer .menu li {
	    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
footer .menu li a:hover {
	color: #46166B;
}
footer .panel-first-child .menu {
	margin-bottom: 20px;
}
.interior-header .slide-content {
	display: none;
}
.interior-header .slidepost {
	height: 40vh;
}
.title h1 {

    z-index: 10;
}
.sponsors {
	    margin: 50px 0;
}
.sponsors .slick-slide {
	    padding: 0 30px;
	    height: 100px;
}
.news article{
    display: inline-grid;
    border-radius: 6px;
}
.news p{
	margin: 0;
}
.news h3, .news a {
}
.so-panel, .panel-grid {

}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
	    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.blogleft {
	    padding: 80px 70px 70px 0px;
}
.blogright {
	position: relative;
	    padding: 80px 0px 70px 90px;
}
.blogright h2, .blogleft h2 {
    padding: 0 0 6px 0 !important;
    border-bottom: 2px solid #fff;
    width: fit-content;
}
.blogright::before {
    content: " ";
    background: #46166B;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
}
.blogright .so-panel {
	    z-index: 1;
    position: relative;
}
.partnerlist .textwidget {
	 display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}
.partnerlist img{
    height: 80px;
    padding: 0px 10px 0 10px;
    margin: 100px 0 0 100px;
}
.partnercollumns {
	    column-count: 4;
} 
.counselinglist .panel-grid-cell {
    columns: 2;
    column-gap: 60px;
	    margin-top: 60px;
}
/* .counselinglist .textwidget {
    background-color: #46166B;
    border-radius: 6px;
    padding: 60px;
}
.counselinglist .so-panel {
	    margin-bottom: 60px !important;
    display: inline-block;
}
.counselinglist .textwidget h3, .counselinglist .textwidget p {
	color: #fff;
}
.counselinglist .textwidget p {
    margin: 4px 4px 4px 4px;
}
.counselinglistalt .panel-grid-cell {
     columns: 2;
    column-gap: 60px; 
}
.counselinglistalt .textwidget {
    background-color: #458049;
    border-radius: 6px;
    padding: 60px;
}
.counselinglistalt .so-panel {
	    margin-bottom: 60px !important;
    display: inline-block;
}
.counselinglistalt .textwidget h3, .counselinglistalt .textwidget p {
	color: #fff;
}
.counselinglistalt .textwidget p {
    margin: 4px 4px 4px 4px;
}*/
.communitylist .panel-grid-cell {
    columns: 1;
    column-gap: 30px;
}
/*.communitylist .textwidget {
    background-color: #46166B;
    border-radius: 6px;
    padding: 20px;
}
.communitylist .so-panel {
	    margin-bottom: 30px !important;
	margin-right: 30px !important;
    display: inline-block;
}
.communitylist .textwidget h3, .communitylist .textwidget p {
	color: #fff;
}
.communitylist .textwidget p {
    margin: 4px 4px 4px 4px;
}*/
.profdevlist .panel-grid-cell {
    columns: 1;
    column-gap: 30px;
}
/*.profdevlist .textwidget {
    background-color: #458049;
    border-radius: 6px;
    padding: 30px;
}
.profdevlist .so-panel {
	    margin-bottom: 30px !important;
    display: inline-block;
}
.profdevlist .textwidget h3, .profdevlist .textwidget p {
	color: #fff;
}
.profdevlist .textwidget p {
    margin: 4px 4px 4px 4px;
} */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {

}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(3) {

}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(4) {

}
#secondary-menu {
	list-style: none;
    margin: 0;
    position: absolute;
    right: 60px;
    top: -60px;
	    z-index: 20;
}
.wpmenucartli {
	font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

.homecats .panel-cell-style {
	min-height: 200px;
	position: relative;
}
.homecats .homecattall {
	min-height: 430px;
}
.homecats .so-widget-sow-editor {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.homecats p {
	padding: 0;
	margin: 0;
	    font-size: 26px;
    text-transform: uppercase;
	font-weight: normal;
    letter-spacing: 3px;
}
.homecats a {
    padding: 6px 12px 2px 12px;
	border: 3px solid #212121;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    -webkit-mask-image: url(/wp-content/uploads/2021/11/grung-6.png);
    -webkit-mask-size: cover;
    color: #212121;
    font-size: 16px;
	margin-top: 10px;
	letter-spacing: 2px;
}
.homecats a:hover {
    color: #fff;
	background-color: #212121;
}

.panel-grid-cell .widget-title {
    margin-top: 0;
    font-size: 60px;
}


.homecontent .widget_text {
    height: 100%;
}
.imgright {
    padding-left: 100px;
    padding-bottom: 80px;
    padding-right: 0;
    padding-top: 100px;
    position: relative;
    height: 100%;
}
.imgright::before {
    content: " ";
    background: url(/wp-content/uploads/2021/11/fullsizeoutput_3da5-scaled-1.jpeg);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
	width: calc( 50vw - 30px );
}
.imgleft {
    padding-left: 100px;
    padding-bottom: 0;
    padding-right: 80px;
    padding-top: 100px;
    position: relative;
    height: 100%;
}
.imgleft::before {
    content: " ";
    background: url(/wp-content/uploads/2021/11/fullsizeoutput_3da5-scaled-1.jpeg);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
	width: calc( 50vw - 30px );
}
.button {
    padding: 8px 30px 10px 30px;
    border: 3px solid #325372;
    font-family: neue-haas-grotesk-display, sans-serif;
    margin-right: 24px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    font-size: 28px;
    margin-top: 30px;
	background-color: #325372;
	border-radius: 4px;
}
.button:hover {
    color: #fff;
	background-color: #325372;
}
.homecontentleft {
	position: relative;
}
.homecontentleft::before {
    content: " ";
    background-color: #e5f4ff;
    background-size: cover;
    position: absolute;
    width: 55vw;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
	width: calc( 50vw - 30px );
}
.homecontentleft p {
	margin: 0;
}
.homecontentright {
	position: relative;
}
.homecontentright::before {
    content: " ";
    background-color: #ffdfce;
    background-size: cover;
    position: absolute;
    width: 55vw;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
	width: calc( 50vw - 30px );
}
.homecontentright p {
	margin: 0;
}
.homemap iframe {
    position: absolute;
    right: 0;
    width: 50vw;
    height: 100%;
}
.homemap {

}
.site-footer .widget_nav_menu h3 {
	    color: #cc8d34;
    font-size: 22px;
}
.site-footer .menu a {
    color: #fff;
}


.blog #main {
	display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-template-rows: masonry;
}
.blogpostthumbnail {
	background-image: url(/wp-content/uploads/2021/11/cardl.jpg);
    display: block;
    height: 260px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
	position: relative;
}
.blogpostthumbnail:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #30475E;
    mix-blend-mode: overlay;
    background: rgb(48,71,94);
    background: -moz-radial-gradient(circle, rgba(48,71,94,0) 0%, rgba(48,71,94,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(48,71,94,0) 0%, rgba(48,71,94,1) 100%);
    background: radial-gradient(circle, rgba(48,71,94,0) 0%, rgba(48,71,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30475e",endColorstr="#30475e",GradientType=1);
    border-radius: 10px;
}
.latest .post {
	display: flex;
	margin-bottom: 50px;
}
.latest .blogpostthumbnail {
	background-image: url(/wp-content/uploads/2021/11/cardl.jpg);
    width: 50%;
    height: 380px;
	margin-bottom: 0;
}
.latest .summary {
	width: 40%;
	padding: 10px 0px 0px 20px;
}
.categories a {
    background-color: #cc8d34;
    padding: 4px 8px;
    display: inline-block;
    color: #fff;
    margin-right: 3px;
}
.entry-summary p, .post {
    margin: 0;
}
.entry-meta {
	margin-bottom: 20px;
	font-weight: bold;
}
.half1 .panel-grid-cell, .half2 .panel-grid-cell, .contactrow .panel-grid-cell {
	position: relative;
}
.half1 .panel-grid-cell:first-of-type::before {
    content: " ";
    background: #325372;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
}
.half2 .panel-grid-cell:first-of-type::before {
    content: " ";
    background: #E2DFDB;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
}
.half1 .panel-grid-cell:last-of-type::before, .contactrow .panel-grid-cell:last-of-type::before {
    content: " ";
    background: #E2DFDB;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.half2 .panel-grid-cell:last-of-type::before {
    content: " ";
    background: #c5bcb0;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.half1 .panel-grid-cell:first-of-type, .half2 .panel-grid-cell:first-of-type {
	padding: 100px 100px 100px 0px;
}
.half1 .panel-grid-cell:last-of-type, .half2 .panel-grid-cell:last-of-type {
	padding: 100px 0px 100px 100px;
}
.contactrow .panel-grid-cell:last-of-type {
	padding: 100px 0px 80px 100px;
}
.half1 .sow-image-container, .half2 .sow-image-container {
    width: 30%;
	    margin-left: 30px;
}
.half1 .panel-grid-cell:first-of-type p, .half1 .panel-grid-cell:first-of-type h2 {
    color: #fff;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slide-content {

}
.slide-header {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item  {
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover  {
	    box-shadow: 0 4px 0px 0px #325372;
}
.phone {
	    float: right;
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
    color: #212121;
	    padding-right: 20px;
}
.fa-phone, .fa-map-marker-alt, .fa-envelope {
	 margin-right: 10px;
}
.getquote {
	    float: right;
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
    color: #212121;
    padding: 0 30px;
    background-color: #c5bcb0;
}
.getquote:hover {
    color: #fff;
    background-color: #325372;
}
.interior {
	    padding: 100px 0px 90px 0px;
}

.page-id-104 .title {
	display: none;
}
.page-id-104 .interior {
    padding: 0px 0px 0px 0px;
}
.soc {
	font-size: 40px;
    margin-right: 10px;
}
#mojo-sp-right-wrap > button {
    top: 40vh;
    opacity: 1;
}
#mojo-sp-right-button {
	background: #c5bcb0 !important;
    right: 0;
    border: none;
    border-radius: 0px;
}
#mojo-sp-right-button:hover {
	background: #325372 !important;
}
#mojo-sp-right {
	    background: rgb(195 182 153) !important;
}
#mojo-sp-right-wrap > button {
	    z-index: 1;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    position: absolute;
    width: 100vw;
    top: 40px;
    left: -200px;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    top: -44px;
}
#mojo-sp-right h1, #mojo-sp-right h2, #mojo-sp-right h3, #mojo-sp-right h4, #mojo-sp-right h5 {
    color: #212121;
}
.mojo-sp-button span {
    color: #212121 !important;
}
.mojo-sp-button:hover span {
    color: #fff !important;
}
.gallerybtn .sowb-button {
	padding: 300px 20px 20px 20px !important;
    width: 100%;
    text-align: left;
    background: transparent;
    font-size: 20px !important;
    font-weight: bold;
    border: 0 !important;
    background: rgb(0, 0, 0) !important;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5018382352941176) 0%, rgba(0, 0, 0, 0) 30%) !important;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5018382352941176) 0%, rgba(0, 0, 0, 0) 30%) !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5018382352941176) 0%, rgba(0, 0, 0, 0) 30%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1) !important;
}
.justified-gallery>div>div>a>.caption, .justified-gallery>div>div>.caption, .justified-gallery>div>div .caption {
	display: none !important;
}
#envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td {
	display: none !important;
}

@media only screen and (max-width: 800px) {
  .phone {
    display: none;
  }
	.entry-content p {
    padding: 0px 20px;
		margin: 0;
	}
	.entry-content h3, .entry-content h2, .entry-content h1, .entry-content h4, .site-content h1, .site-content h2, .site-content h3, .site-content h4 {
    padding: 0px 20px;
	}
}
@media only screen and (max-width: 780px) {
	.half1 .panel-grid-cell::before, .half2 .panel-grid-cell::before, .contactrow .panel-grid-cell::before {
    	width: 100vw !important;
	}
	.half1 .panel-grid-cell, .half2 .panel-grid-cell, .contactrow .panel-grid-cell {
		    margin: 0 !important;
    	padding: 60px 30px 50px 30px !important;
	}
	.half1, .half2, .contactrow {
		padding: 0 !important;
		    margin: 0 !important;
	}
	.interior-content .envira-gallery-wrap {
		padding: 0px 20px;
	}
	.homemap iframe {
    position: absolute;
    width: 100vw;
    height: 300px;
    left: 0;
    margin: 0;
    padding: 0;
}
	#pgc-2-4-0 {
		height: 360px !important;
	}
	#pgc-104-0-0 {
		height: 360px !important;
	}
	#pgc-104-0-0 .homemap iframe {
    top: 0!important;
		height: 360px!important;
	}
}
@media only screen and (max-width: 600px) {
  .getquote {
    display: none;
  }	
}
@media only screen and (max-width: 500px) { 
	.slide-content h2 {
    font-size: 50px;
}
}
