/*
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=Noto+Sans:ital,wght@0,100..900;1,100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');
/* Content */

html {
	scroll-behavior:smooth;
}
body {
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    background: #fff;
    position: relative;
    overflow-x: hidden;
    background-size: 1707px;
    z-index: 0;
}

:focus {
    outline: none;
}

a {
	color: #fff;
	text-decoration: underline;
}
p a {
    color: #fff;
	text-decoration: underline;
}
a:hover, a:focus {
    color: #CFAD56;
    text-decoration: underline;
}
p a:hover, p a:focus {
    color: #CFAD56;
    text-decoration: underline;
}
.home .site-content {
    position: relative;
    width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.site-content {
	margin-bottom: 0;
}
p {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #282927;
}
p:last-of-type {
	margin: 0px 0px 0px 0px;
}
h1 {
    font-family: "STIX Two Text", serif;
    font-size: 52px;
	font-weight: normal;
    color: #fff;
    margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

h2 {
	font-family: "STIX Two Text", serif;
    font-size: 42px;
    color: #2D2F27;
	font-weight: normal;
    margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
h3 {
	font-family: "Noto Sans", sans-serif;
    font-size: 20px;
	font-weight: normal;
    color: #2D2F27;
    margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
h4 {
	font-family: "STIX Two Text", serif;
    font-size: 34px;
    color: #2D2F27;
	font-weight: 600;
    margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
h5 {
	font-family: "STIX Two Text", serif;
    font-size: 28px;
    color: #2D2F27;
	font-weight: 600;
    margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
.altcol h2, .altcol h3, .altcol h4, .altcol h5, .altcol p, .altcol li {
	color: #fff;
}
.textdark h1{
	color: #2D2F27;
}
ul {
	    padding: 0 0 0 30px;
    font-size: 20px;
    line-height: 30px;
    color: #282927;
}
.navbar {
position: relative;
    height: 97px;
    background-color: #75654D;
}
.site-branding {
	    position: absolute;
	z-index: 10;
	    width: 100%;
}

.main-navigation {

}
.mega-menu-link {
	font-family: "Montserrat", sans-serif !important;
}
.site-footer {
	    background-color: #75654D;
}
.site-footer p {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.siteinfo p {
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    font-weight: normal !important;
    border-top: 1px solid #fff
}
.btn {
	background-color: #5E6152;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 0px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 30px;
	border: 2px solid #5E6152;
	white-space: break-spaces;
}
.btn2 {
    background-color: transparent;
    color: #2D2F27;
    padding: 10px 40px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 0px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 30px;
    border: 2px solid #2D2F27;
	white-space: break-spaces;
}
.btn:hover {
	/*background-color: transparent;
	color: #2D2F27;
	border: 2px solid #2D2F27;*/
	background-color: #CFAD56;
	color: #ffffff;
	border: 2px solid #CFAD56;
}
.btn2:hover {
	background-color: #CFAD56;
	color: #ffffff;
	border: 2px solid #CFAD56;
	/*background-color: #5E6152;
	color: #fff;
	border: 2px solid #5E6152;*/
}
.bigbutton .sowb-button {
    height: auto;
    width: 100%;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1;
    border-radius: 5px !important;
    border: none !important;
	    font-family: "STIX Two Text", serif;
    font-size: 34px !important;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 3px;
    font-weight: 600;
}
.bigbutton2 .sowb-button {
   aspect-ratio: auto;
}
.bigbutton:hover .panel-background-overlay {
	    opacity: 0.7 !important;
}
.greenright {
	position: relative;
}
.greenright:after {
    content: "";
    background-color: #5E6152;
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: -1;
}
.greenleft {
	position: relative;
}
.greenleft:after {
    content: "";
    background-color: #5E6152;
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    z-index: -1;
}
.picleftwrap {
	position: relative;
}
.picleftwrap .widget_text {
	height: 100%;
}
.picleft {
	  position: absolute;
    right: 0;
    height: 100%;
    width: 40vw;
}
.picleft2 {
	position: absolute;
    right: 0;
    height: 100%;
	width: 50vw;
}
.picrightwrap {
	position: relative;
}
.picrightwrap .widget_text {
	height: 100%;
}
.picright {
	  position: absolute;
    left: 0;
    height: 100%;
    width: 40vw;
}
.picright2 {
	position: absolute;
    left: 0;
    height: 100%;
	width: 50vw;
}
.homeposts .entry-meta, .homeposts .entry-summary {
	display: none;
}
.homeposts .entry-title a {
	color: #2D2F27;
	text-decoration: none;
    text-transform: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
}
.sow-accordion-title {
	    font-size: 24px !important;
}
.sow-accordion-panel-header, .sow-accordion-panel-border {
	    padding: 15px 30px 15px 0px !important;
}
.sow-accordion-panel {
	    border-bottom: 1px solid #000;
}
.mapright .textwidget {
	    height: 100%;
}
.mapright iframe {
	height: 100%;
    width: 50vw;
}
.headlogo {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    font-size: 56px;
    font-family: "STIX Two Text", serif;
    height: 97px;
    padding: 12px 0;
    text-decoration: none;
    color: #fff;
}
#mega-menu-wrap-primary {
    position: absolute;
    z-index: 1;
    right: calc(50vw + 50px);
}
#mega-menu-wrap-primary2 {
    position: absolute;
    z-index: 1;
    left: calc(50vw + 50px);
}
.site-footer p {
	color: #fff;
}
#menu-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
}
#menu-footer-menu a {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
    text-transform: uppercase;
    text-decoration: none;
}
#menu-footer-menu a:hover {
    color: #CFAD56;
    text-decoration: underline;
}
.footer-bottom {
	    padding: 50px 0;
}


/* Blog */
.blog .site-main {
    padding: 100px 0 100px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
	    gap: 20px;
}
.post-template-default a {
	    color: #282927;
}
.post-template-default a:hover {
    	color: #CFAD56
}
article {
	break-inside: avoid;
}
.blogpostthumbnail {
    display: block;
    height: 260px;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}
.entry-meta span{
	display: none;
}
.summary-info .entry-title a {
	font-family: "lato", sans-serif;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0;
    color: #1A1A1A;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.entry-summary a {
	display: block;
	color: #1A1A1A;
	text-decoration: none;
	margin-top: 20px;
}
.posthover {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.blog article {
    position: relative;
}
.categories a {
    background-color: #1a1a1a;
    padding: 4px 8px;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin-right: 3px;
    margin-bottom: 3px;
	text-decoration: none;
}
.blogtop {
	columns: 2;
    column-gap: 20px;
}
.blogtop article {
	height: 190px;
	margin-bottom: 20px;
}
.blogtop article .blogpostthumbnail {
	height: 190px;
}
.blogtop article .blogpostthumbnail:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
}
.blogtop article:first-of-type {
	height: 400px;
}
.blogtop article:first-of-type .blogpostthumbnail{
	height: 400px;
}
.blogtop .summary {
	position: absolute;
    z-index: 1;
    bottom: 0;
	padding: 20px;
	    display: flex;
    flex-direction: column-reverse;
}
.blogtop .entry-summary {
	display: none;
}
.blogtopwrap {
	padding: 0;
}
.blog .site-main article {
	    position: relative;
    width: calc(33% - 13.3px);
	margin-bottom: 20px;
}
.blog .site-main:before, .blog .site-main:after {
	display: none;
}
.blogtop .summary-info .entry-title a {
	color: #fff;
}
.blogtop .categories a {
    background-color: #fff;
    color: #1a1a1a;
}
.blogtop .summary:after {
    content: "Read More →";
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    color: #fff;
}
.blogtop .summary h3{
	    margin-bottom: 40px;
}
.home .blogpostthumbnail {
	display: none;
}
.homeposts article {
	position: relative;
}
.single-post h1{
	color: #2D2F27
}
.single-post .site-content {
	padding: 100px 15px 100px 15px;
}
.single-post .posthover {
	display: none;
}
.sow-video-wrapper {
	    margin-bottom: -5px;
}
.whiteBGaccordionlink {
	color: #282927;
}
.whiteBGaccordionlink:hover {
	color: #CFAD56;
}
.whiteBGlink {
	color: #282927;
}
.whiteBGlink:hover, .whiteBGlink:focus {
    color: #CFAD56;
    text-decoration: underline;
}
.footerlogo {
	text-decoration: none !important;
}
.sow-accordion-panel-border {
	    font-size: 20px;
    line-height: 30px;
}
.njt-nofi-button:hover .njt-nofi-button-text  {
	background-color: #CFAD56 !important;
}
@media screen and (max-width: 1030px) {
	#mega-menu-wrap-primary {
		display: none !important;
	}
	#mega-menu-wrap-primary2 {
    	position: absolute;
    	z-index: 1;
    	left: inherit;
    	right: 30px;
	}
	#mega-menu-primary2{
		    padding-top: 16vh !important;
	}
	#mega-menu-primary2 li {
	height: 15vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
		font-size: 30px !important;
	}
	#mega-menu-primary2 li a {
		font-size: 30px !important;
	}
}
@media screen and (max-width: 1000px) {
	#menu-footer-menu {
    columns: 1;
		padding: 0 10px;
		        text-align: center;
	}
}
@media screen and (max-width: 780px) {
	.picleft {
	position: relative;
    right: 0;
    height: 100%;
    width: 100%;
}
.picleft2 {
	position: relative;
    right: 0;
    height: 100%;
    width: 100%;
}
	.picright {
	 position: relative;
    left: 0;
    height: 100%;
    width: 100%;
}
.picright2 {
	position: relative;
    left: 0;
    height: 100%;
    width: 100%;
}
	.mapright iframe {
    height: 100%;
    width: 100%;
		min-height: 500px;
}
	.bigbutton {
		    margin: 0 25px;
	}
}
@media screen and (max-width: 800px) {
	.blog .site-main article {
		position: relative;
    	width: calc(50% - 15px);
    	margin-bottom: 20px;
	}
	.blog .site-main {
    	padding: 100px 20px 100px 20px;
	}
}
@media screen and (max-width: 650px) {
	.blog .site-main article {
		position: relative;
    	width: 100%;;
    	margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px) {
	h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 400px) {
	.btn {
		padding: 10px 10px;
	}
}