/*
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@500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap');

/* Content */

html {
    overflow-x: hidden;
}
body {
	font-family: 'Montserrat', sans-serif;
	background: #fbf9f6;
	color: #333;
}
:focus {
    outline: none;
}

a {
    color: #ff1f67;
    text-decoration: none;
}
a:hover, a:focus {
    color: #01b0cb;
    text-decoration: none;
}
.site-content {
    position: relative;
    width: 100%;
}

.home p {
    margin: 4px 4px 20px 4px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
p {
	font-family: 'Montserrat', sans-serif;
    margin: 4px 4px 30px 4px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
	font-weight: normal;
}

h1 {
	font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 1px;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    color: #333;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 1px;
}
h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 1px;
}
h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    color: #333;
    margin: 24px 0 0 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 1px;
}
h5 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 1px;
}
.site-footer h4 {
	margin: 30px 0;
}
.site-footer p {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.altrow h2, .altrow h3, .altrow h4 {
	color: #e9ead8;
}
.altrow p {
	color: #fff;
}

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: 16px;
    margin: 8px 0 34px 38px;
}
ul li {
	margin-bottom: 0px;
	    font-size: 16px;
    line-height: 28px;
    color: #333;
	font-weight: normal;
}
ol li {
	margin-bottom: 9px;
	margin-top: 21px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

ol li ul {
	line-height: 21px;
}
ul ul {
    list-style-type: circle;
    margin-block-end: 0px;
}
.home .contentrow {
	padding: 175px 0 155px 0;
}
.contentrow {
	padding: 75px 0 65px 0;
}
.altcontent p, .altcontent h2, .altcontent h3, .altcontent h4 {
	color: #fff;
}
.home .panel-grid, .site-footer .panel-grid {
	margin-bottom: 0 !important;
}

/* 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: bold;
    letter-spacing: 1px;
    color: #fff;
    background-color: #78c8d4;
    padding: 10px 16px 8px 16px;
    display: block;
    margin-bottom: 5px;
    width: fit-content;
	border-radius: 3px;
}
#secondary li a:hover {
	background-color: #a5d18b;
}
#secondary section {
	    margin-bottom: 30px;
}


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

    height: 110px;
    position: absolute;
    width: 100%;
}
.headlogo {
    position: absolute;
    display: block;
    margin: auto;
    text-align: center;
	top: 0;
	left: 0;
	padding: 20px;
}
.headlogo img {
    height: 130px;
    display: block;
	    max-width: calc( 100vw - 250px );
}
.navbar {
	z-index: 9999;
    position: relative;
    background-position: bottom;
    background-size: cover;
    height: 170px;
    background-color: #fbf9f6;
    width: 100%;
}

.widget_nav_menu {
	margin: 0 !important;
	padding-bottom: 0 !important;
}
.main-navigation {
    position: absolute;
	right: 50px;
    top: 55px;
    padding: 0 0 0 0;
}

#mega-menu-wrap-primary {
    z-index: 9999;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
	border: 3px solid #333;
	border-radius: 30px !important;
	margin-top: 10px;
	z-index: 1;
	position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:after {
	content: " ";
    border-radius: 30px !important;
    background-color: #fff;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -5px;
    right: -5px;
    z-index: -1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:nth-child(1):hover:after {
	background-color: #03e687;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:nth-child(2):hover:after {
	background-color: #ff1f68;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:nth-child(3):hover:after {
	background-color: #01b0cb;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:nth-child(4):hover:after {
	background-color: #ff931e;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:nth-child(5):hover:after {
	background-color: #c541e5;
}

/* Navigation Menu */
#mega-menu-item-10 a, #mega-menu-item-11 a, #mega-menu-item-12 a, #mega-menu-item-13 a, #mega-menu-item-14 a {
	position: relative;
}
.mega-menu-link {
	z-index: 2;
}
#mega-menu-item-10:before, #mega-menu-item-11:before, #mega-menu-item-12:before, #mega-menu-item-13:before, #mega-menu-item-14:before  {
	content: " ";
    position: absolute;
	width: 260%;
    height: 54px;
    background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 1;
	display: block !important;
}
#mega-menu-item-10:hover::after, #mega-menu-item-11:hover::after, #mega-menu-item-12:hover::after, #mega-menu-item-13:hover::after, #mega-menu-item-14:hover::after {
	content: " ";
    position: absolute;
    width: 1000%;
    height: 55px;
	top: -8px;
    background-size: auto 100%;
	background-repeat: no-repeat;
    z-index: 0;
	display: block !important;
}
#mega-menu-item-10 {
	margin-right: 52px !important;
}
#mega-menu-item-10:before {
    background-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu1a.svg);
	    left: -26px;
}
#mega-menu-item-10:hover::after {
	left: -22px;
    background-color: #03e687;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu1b.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu1b.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#mega-menu-item-11 {
	margin-right: 43px !important;
}
#mega-menu-item-11:before {
    background-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu2a.svg);
	left: -18px;
}
#mega-menu-item-11:hover::after {
    background-color: #ff1f68;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu2b2.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu2b2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	left: -14px;
}
#mega-menu-item-12 {
	margin-right: 46px !important;
}
#mega-menu-item-12:before {
    background-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu3a.svg);
	left: -24px;
}
#mega-menu-item-12:hover::after {
    background-color: #01b0cb;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu3b.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu3b.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	left: -20px;
}
#mega-menu-item-13 {
	margin-right: 56px !important;
}
#mega-menu-item-13:before {
    background-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu4a.svg);
	left: -23px;
}
#mega-menu-item-13:hover::after {
    background-color: #ff931e;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu4b.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu4b.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	left: -19px;
}
#mega-menu-item-14 {
	margin-right: 23px !important;
}
#mega-menu-item-14:before {
    background-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu5a.svg);
	left: -34px;
}
#mega-menu-item-14:hover::after {
    background-color: #c541e5;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu5b.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu5b.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	left: -30px;
}



/* Footer */
.footerlogo {
    height: 70px;
    width: auto;
    margin-bottom: 10px;
}
.footer-top {
	padding: 0;
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 60px 0 0 0;
}
.site-footer {
	position: relative;
    background-color: #f2f2f2;
    width: 100%;
	z-index: 0;
	    border-top: 3px solid #e2e2e2;
}
.site-footer p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 6px;
    color: #333;
    font-weight: bold;
	    line-height: 18px;
}
.site-footer b {
    font-weight: 900;
    font-size: 20px;
	    color: #333;
}
strong {
    font-weight: 900;
}
.siteinfo p {
	    font-size: 12px;
    margin-top: 10px;
	margin-bottom: 18px;
    color: #333;
	font-weight: bold;
}
.site-info {
		margin-top: 10px;
	    z-index: 1;
    position: relative;
}
.siteinfo {
	text-align: center;
}
.site-footer ul {
	padding: 0;
    margin: 0;
    list-style: none;
    color: #333;
    margin-top: 90px;
	font-size: 14px;
}

.socialhead {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9999999;
}

.socialfoot {
display: inline-flex;
}
.socialfoot .fab {
    font-size: 40px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.socialfoot .fab:hover {
    color:#cb2901;
}

/* Slider */
.slick-slider {
	margin-bottom: 0 !important;
}
.slider h2 {
	text-align: left;
	color: #fff;
	font-size: 60px;
	width: 100%;
	margin: 0 0 10px 0;

}
.slider p {
    color: #fff;
    font-size: 24px;
	margin: 0 0 30px 0;
	font-weight: 500
}
.slider a {
    background-color: #f1eaed;
    color: #444;
    padding: 20px 26px;
    font-size: 20px;
    margin-top: 0px;
    display: inline-block;
    margin-right: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;

}

.slider a:hover {
	background-color: #a5d18b;
    color: #f1eaed;
	
	
}
.slidewrap {
	position: absolute;
    bottom: 120px;
	right: 0;
    left: 0;
}
.slide-interior {
	position: relative;
	height: 400px !important;
	min-height: auto !important;
}
.slide {
	height: 100vh;
	width: 100%;
	background-size: cover !important;
    background-position: center!important;
	display: block;
}
.entry-content .container {
	padding: 0;
}



/* GENERAL SLIDES */

.slide1 {
    height: calc( 100vh - 200px );
    width: 100%;
    display: block;
	background-image: url(/wp-content/uploads/2020/05/bg1.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	    min-height: 600px;
}
.slide2 {
    height: calc( 100vh - 200px );
    width: 100%;
    display: block;
	background-image: url(/wp-content/uploads/2020/07/Avanti-Counter-Chairs-AV-0603-1920x500-1.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	    min-height: 600px;
}


.slide3 {
    height: calc( 100vh - 200px );
    width: 100%;
    display: block;
	background-image: url(/wp-content/uploads/2020/07/ShorelineAdirondackChair05-1-1920.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	    min-height: 600px;
}

.slide4 {
    height: calc( 100vh - 200px );
    width: 100%;
    display: block;
	background-image: url(/wp-content/uploads/2020/06/landas-greenhouse-02.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	    min-height: 600px;
}
.slide5 {
    height: calc( 100vh - 200px );
    width: 100%;
    display: block;
	background-image: url(/wp-content/uploads/2020/07/landas-greenhouse-03.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	    min-height: 600px;
}

.slide1::after, .slide2::after, .slide3::after, .slide4::after, .slide5::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.30015756302521013) 20%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.30015756302521013) 20%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.30015756302521013) 20%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


.news, .newstitle {
	background-color: #8bf2c4;
    padding: 0 80px 70px 0;
	position: relative;
}
.newstitle {
	padding: 40px 30px 10px 10px;
}
.newstitle h3{
	color: #333;
	margin: 0;
}
.news:before, .newstitle:before {
	content: " ";
    background-color: #8bf2c4;
    position: absolute;
    right: 100%;
    width: calc( 50vw - 100% );
    height: 100%;
    top: 0;
}
.news .widget-title {
	color: #fff;
}
.news article {
	background-color: #fff;
    border-radius: 10px;
    border: 4px solid #333;
    padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}
.news article h2 {
	font-size: 24px;
}
.news article h3 {
	font-size: 18px;
}
.slick-prev {
	    left: -29px;
}
.slick-next {
    right: 50px;
}
.slick-dots {
position: absolute;
    bottom: 54px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    padding-right: 80px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '⬤';
    text-align: center;
    opacity: .5;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}
.home .so-panel, .site-footer .so-panel {
	margin-bottom: 0 !important;
}
.homeright {
	padding: 30px 0 30px 70px;
}
.threehome {
	background-color: #fff;
	position: relative;
	border-top: 3px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	padding: 60px 20px 30px 20px;
}
.threehome:before {
	content: " ";
    background-color: #fff;
    position: absolute;
    right: 100%;
    width: calc( 50vw - 50% );
    height: 100%;
    top: 0;
}
.threehome h3 {
	font-size: 30px;
}
.threehome .textwidget {
	padding: 50px 0 12px 0;
	z-index: 2;
	position: relative;
}
.threeone, .threetwo, .threethree {
	position: relative;
}
.threeone:after, .threetwo:after, .threethree:after {
	content: " ";
    position: absolute;
    width: 280px;
    height: 280px;
    top: 30px;
	left: -10px;
	z-index: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    display: block !important;
	    max-width: calc( 100% + 10px );
}
.threeone:after {
    background-color: #03e687;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob1.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob1.svg);
	    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.threetwo:after {
	background-color: #ff1f68;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob2.svg);	
	mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob2.svg);
	    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.threethree:after {
	background-color: #01b0cb;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob3.svg);	
	mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob3.svg);
	    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.threehome img {
	width: 80px;
    margin-left: 20px;
}
.homedown {
	text-align: center;
}

.home .upperfooter {
	display: none !important;
}
.upperfooter {
	    padding: 10px 0 20px 0;
}
.upperfooter .textwidget {
	position: relative;
}
.upperfooter a {
    margin-top: 10px;
    z-index: 1;
    display: block;
    background: rgba(241, 241, 241, 0);
    color: #333;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    line-height: 41px;
    text-transform: uppercase;
    text-align: center;
}
.upperfooter a:before {
    content: " ";
    border: 3px solid #333;
    border-radius: 30px !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	z-index: 1;
}
.upperfooter a:hover::after {
    content: " ";
    border-radius: 30px !important;
    background-color: #000;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -5px;
    right: -5px;
    z-index: -1;
}
.upperfooter .panel-grid-cell:nth-child(1) a:hover:after {
    background-color: #03e687;
}

.upperfooter .panel-grid-cell:nth-child(2) a:hover:after {
    background-color: #ff1f68;
}
.upperfooter .panel-grid-cell:nth-child(3) a:hover:after {
    background-color: #01b0cb;
}

.upperfooter .panel-grid-cell:nth-child(4) a:hover:after {
    background-color: #c541e5;
}

.threehome a, .homereg a, .homedown a{
    padding: 20px;
    display: block;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    line-height: 54px;
}
.homedown a {
    margin: auto;
    display: block;
    width: 200px;
    padding-top: 6px;
}
.threehome a:before, .homereg a:before, .homedown a:before {
    content: " ";
    background-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu3a.svg);
    left: -11px;
    position: absolute;
    width: 100%;
    height: 54px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 0;
    display: block;
}
.homereg a:before {
	left: -9px;
	background-image: url(/wp-content/themes/johnnyo_design/inc/svg/btn2a.svg);
}
.homedown a:before {
	left: 0px;
	background-image: url(/wp-content/themes/johnnyo_design/inc/svg/btn2a.svg);
	width: 200px;
	display: inline-block;
	z-index: 1;
}
.threetwo a:before {
	background-image: url(/wp-content/themes/johnnyo_design/inc/svg/btn3a.svg);
}
.threethree a:before {
	background-image: url(/wp-content/themes/johnnyo_design/inc/svg/btn2a.svg);
}
.threehome a:hover::after, .homereg a:hover::after, .homedown a:hover::after {
	content: " ";
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/btn2b.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/btn2b.svg);
	-webkit-mask-repeat: no-repeat;
	    mask-repeat: no-repeat;
    left: -5px;
    position: absolute;
    width: 100%;
    height: 54px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
    display: block;
    top: 12px;
}
.homedown a:hover::after {
    content: " ";
    left: 5px;
    top: 0px;
	    width: 150%;
}
.homereg a:hover::after {
	background-color: #c541e5;
}
.homereg {
	padding: 60px 0 30px 0;
}
.threeone a:hover::after {
	background-color: #ff1f68;
}
.threetwo a:hover::after {
	background-color: #01b0cb;
}
.threethree a:hover::after {
	background-color: #03e687;
}
.homedown a:hover::after {
	background-color: #ff931e;
}
.homedown h3{
	    font-size: 20px;
    margin: 0;
	text-align: center;
}
.homedown span {
	z-index: 2;
	position: relative;
}
.footloc {
	background-color: #fff;
	position: relative;

	padding: 30px 0 50px 0;
}
.footloc h3 {
	font-size: 18px;
}

#custom_html-2 {
	background-color: #ffffff;
    text-align: right;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    border-bottom: 3px solid #f2f2f2;
}
#custom_html-2 .fab {
    margin-right: 2px;
}
#custom_html-2 a {
	margin-right: 10px;
	color: #333;
	display: inline-block;
}
#custom_html-2 a:hover {
	color: #03e687;
}
#custom_html-2 span {
	font-size: 22px;
	display: inline-block;
}
.site-footer .fab {
font-size: 30px;
    margin: 10px 0 0 10px;
}
.site-footer a .fab{
	color: #333;
}
.site-footer a:hover .fab{
    color: #03e687;
}

.mega-menu-item .mega-sub-menu{
    left: -10px !important;
}
.mega-menu-item:last-of-type .mega-sub-menu{
	right: -10px !important;
    left: unset !important;
}
.interior-content {
	    padding: 60px 0 34px 0;
}
.footloc .panel-grid-cell {
	position: relative;
}
.footloc .panel-grid-cell:nth-child(1):after {
    background-color: #03e687;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob1.svg);
    mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob1.svg);
	    -webkit-mask-repeat: no-repeat;
	    mask-repeat: no-repeat;
    content: " ";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -20px;
    left: -10px;
    z-index: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    display: block !important;
	    max-width: calc( 100% + 10px );
}
.footloc .panel-grid-cell:nth-child(2):after {
	background-color: #ff1f68;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob2.svg);	
	mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob2.svg);
	    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
    content: " ";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -20px;
    left: -10px;
    z-index: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    display: block !important;
	    max-width: calc( 100% + 10px );
}
.footloc .panel-grid-cell:nth-child(3):after {
	background-color: #01b0cb;
    -webkit-mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob3.svg);	
	mask-image: url(/wp-content/themes/johnnyo_design/inc/svg/blob3.svg);	
	    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
    content: " ";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -20px;
    left: -10px;
    z-index: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    display: block !important;
	    max-width: calc( 100% + 10px );
}
.footloc .so-panel {
	    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 1450px) {
	#mega-menu-item-10:before, #mega-menu-item-11:before, #mega-menu-item-12:before, #mega-menu-item-13:before, #mega-menu-item-14:before, #mega-menu-item-10:after, #mega-menu-item-11:after, #mega-menu-item-12:after, #mega-menu-item-13:after, #mega-menu-item-14:after {
		background-image: none !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
    border: 3px solid #333;
    border-radius: 30px !important;
    margin-top: 10px;
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 50px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		width: 100%;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    content: " ";
    border-radius: 30px !important;
    background-color: #fff;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -5px;
    right: -5px;
    z-index: -1;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		border-color: transparent !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before {
		display: block;
    	position: absolute;
		content: " ";
		border-radius: 30px;
		border: 3px solid #333;
		height: 100%;
    width: 100%;
		    top: 0;
    left: 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
    margin-bottom: 0px;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		    margin-bottom: 14px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		line-height: 36px;
		text-align: center;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(1) > a.mega-menu-link:hover::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on:nth-child(1) > a.mega-menu-link:after {
	background-color: #02e687;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(2) > a.mega-menu-link:hover::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on:nth-child(2) > a.mega-menu-link:after {
	background-color: #ff1f67;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(3) > a.mega-menu-link:hover::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on:nth-child(3) > a.mega-menu-link:after {
	background-color: #03e687;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(4) > a.mega-menu-link:hover::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on:nth-child(4) > a.mega-menu-link:after {
	background-color: #c541e5;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(5) > a.mega-menu-link:hover::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on:nth-child(5) > a.mega-menu-link:after {
	background-color: #ff931d;
}
	.mega-toggle-label {
		position: relative;
	}
	.mega-toggle-label:before {
    background-image: url(/wp-content/themes/johnnyo_design/inc/svg/menu2a.svg);
    left: -35px;
    content: " ";
    position: absolute;
    width: 160px;
    height: 54px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 1;
    display: block !important;
}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
		    font-weight: bold;
    text-transform: uppercase;
	}
	#mega-menu-wrap-primary .mega-menu-toggle {
		margin-bottom: 10px;
	}
}
.paymentbutton {
	background-color: #8bf2c4;
    color: #fff !important;
    position: relative !important;
    display: inline !important;
    padding: 20px !important;
    margin-left: 10px !important;
    margin-right: -10px !important;
}
	.paymentbutton:hover {
	background-color: #ff1f68;
}
@media only screen and (max-width: 1512px) { 
	.paymentbutton {
    display: inline-block !important;
		    border-radius: 100px;
}
}
@media only screen and (max-width: 992px) { 
	.upperfooter {
		        flex-direction: column !important;
				padding: 10px;
		margin-bottom: 10px;
	}
	.upperfooter .panel-grid-cell {
		width: 100% !important;
margin-bottom: 0 !important;
	}
}
@media only screen and (max-width: 850px) { 
	#custom_html-2 a {
		display: none;
	}
}
	@media only screen and (max-width: 780px) { 
		.footloc .panel-grid-cell {
			    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
			    padding: 0 10px !important;
		}
		.footloc .panel-grid-cell:nth-child(1):after{
			    max-width: calc( 100% + -10px );
    left: 5px;
		}
		.footloc .panel-grid-cell:nth-child(2):after{
			    max-width: calc( 100% + -10px );
    left: 5px;
		}
		.footloc .panel-grid-cell:nth-child(3):after{
			    max-width: calc( 100% + -10px );
    left: 5px;
		}
		
		.news {
    padding: 0 80px 70px 70px;
}
		.newstitle {
    padding: 40px 30px 10px 80px;
}
		.homeright {
    padding: 30px 70px 40px 70px;
}
		.homereg {
    padding: 60px 20px 30px 20px;
}
}

	.map iframe {
		    width: 100%;
    height: 300px;
    margin-top: 30px;
	}