/*
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://use.typekit.net/gez6gze.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Content */

html {
	scroll-behavior:smooth;
}
body {
    font-family: open sans;
    font-weight: normal;
    background: #FFFBF4;
    position: relative;
    overflow-x: hidden;
    background-size: 1707px;
    z-index: 0;
}

:focus {
    outline: none;
}

a {
	color: #CFAD56;
	text-decoration: underline;
}
p a {
    color: #CFAD56;
	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 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #282927;
}
h1 {
    font-family: old-standard, serif;
    font-size: 65px;
	font-weight: normal;
    text-align: center;
    color: #C43847;
    margin: 0;
	letter-spacing: 1px;
	margin-bottom: 30px;
	letter-spacing: -2px;
}

h2 {
	font-family: old-standard, serif;
    font-size: 50px;
    font-weight: normal;
    text-align: left;
    color: #C43847;
    margin: 0;
	letter-spacing: -2px;
	   
}
h3 {
	font-family: old-standard, serif;
    font-size: 45px;
    font-weight: normal;
    text-align: left;
    color: #C43847;
    margin: 0;
	letter-spacing: -2px;
	 margin-bottom: 20px;
}
h4 {
	font-family: old-standard, serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #C43847;
    margin: 0;
	letter-spacing: -2px;
}
h5 {
	font-family: old-standard, serif;
    font-size: 25px;
	font-weight: bold;
    color: #C43847;
    margin: 0;
	letter-spacing: -2px;
}
.navbar {
	position: relative;
}
.site-branding {
	    position: absolute;
	z-index: 10;
}
.headlogo img {
	    height: 72px;
	padding: 10px;
}
.main-navigation {

}
.mega-menu-link {
	font-family: "Montserrat", sans-serif !important;
}
.site-footer {
	    background-color: #1A1A1A;
}
.siteinfo p {
	color: #fff;
    font-size: 14px;
    padding: 20px 0 0 0;
	font-weight: normal !important;
}
.btn {
	background-color: #2A608C;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 30px;
}
.fullwidthbgimg .btn {
	background-color: #FFFBF4;
	color: #1a1a1a;
}
.hometopbtns .btn {
	background-color: #FFFBF4;
	color: #1a1a1a;
	border: 2px solid #FFFBF4;
	    margin: 0px 10px;
}
.hometopbtns .btn:last-of-type {
	background-color: transparent;
	color: #FFFBF4;
	border: 2px solid #FFFBF4;
}
.btn:hover, .fullwidthbgimg .btn:hover {
	color: #1A1A1A;
	background-color: #F9B120;
}
.hometopbtns .btn:hover {
	color: #1A1A1A;
	background-color: #F9B120;
	border: 2px solid #F9B120;
}
.hometopbtns .btn:last-of-type:hover {
	background-color: transparent;
	color: #F9B120;
	border: 2px solid #F9B120;
}
.frm_button_submit {
	text-transform: uppercase;
}
.hometopbtns .textwidget {
	text-align: center;
    margin-top: -110px;
}
.mega-menu-link, .menu-item {
	letter-spacing: 2px;
}
.linewrapleft p {
	letter-spacing: 2px;
}
/* Portflio Image Grid */
.portfoliogrid .panel-grid-cell {
	columns: 3;
	column-gap: 0px;
}
.portfoliogrid .panel-widget-style {
    aspect-ratio: 19 / 14;
}
.portfoliogrid .so-widget-image {
	display: none !important;
}
.portfoliogrid .sow-image-container a{
	position: absolute;
    height: 100%;
    width: 100%;
}
.portfoliogrid .widget_sow-image  {
	margin-bottom: 0 !important;
}
.portfoliogrid .widget-title {
	font-family: open sans;
	font-size: 22px;
	color: #FFFBF4;
	position: absolute;
    bottom: 20px;
    left: 20px;
	    width: calc(100% - 40px);
	    text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 2px;
}
.portfoliogrid .widget_sow-image .panel-background-overlay {
	transition: all .5s;
}
.portfoliogrid .widget_sow-image:hover .panel-background-overlay {
	transform: scale(1.05);
	transition: all .5s;
}



/* Food Menu Sections */
.linewrap {
	padding: 40px;
    border: 4px #000 solid;
    border-radius: 10px;
}
.linewrapleft p {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.dashline .panel-grid {
	 border-top: dashed #000 2px;
		 padding-top: 30px;
}
.dashline .panel-grid:first-child {
	border-top: none;
	padding-top: 0px;
}
.dashlinealt .panel-grid:nth-child(even) {
    border-top: none;
    padding-top: 0px;
    margin-top: -50px;
    margin-bottom: 0px !important;
}
.sow-icon-ionicons {
	font-weight: bold;
	font-size: 20px;
}
.teamname h3 {
	    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
	text-transform: uppercase;
	    margin-bottom: 0;
}
.teamname p {
	font-weight: bold;
    font-style: italic;
	font-size: 18px;
}


/* Full Width Image Sections */
.fullwidthbgimg {
	height: 700px;
}
.fullwidthbgimg h2{
	text-align: center;
    color: #fff;
	font-size: 110px;
	font-family: "handsome-pro", sans-serif;
	font-weight: bold;
}
.fullwidthbgimg .textwidget {
	    display: flex;
    height: 100%;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
	    padding: 0 200px;
}
.titlepattern {
	min-height: 140px;
}
.titlepattern:after {
	content: "";
    opacity: .6;
    background-image: url(/wp-content/uploads/2025/07/diamond.svg);
    height: 140px;
    width: 40vw;
    background-size: 46px;
    position: absolute;
    right: 0;
	top: 0;
	    z-index: -1;
}
.panel-no-style, .panel-row-style {
	position: relative;
}
.mustardbg1, .mustardbg2, .mustardbg3 {
	    position: relative;
}
.mustardbg1 p {
	    width: 80%;
}
.mustardbg2 p, .mustardbg3 p {
	    width: 60%;
}
.mustardbg1:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/Johnnyo-Design-Houston-Web-Design-Agency-Secret-Sauce-Horiz-616728478.png);
    height: 300px;
    width: 100vw;
    background-size: 600px;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
}
.mustardbg2:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/Johnnyo-Design-Web-Design-In-Houston-The-Secret-Sauce-584396385-1.png);
    height: 365px;
    width: 50vw;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
}
.mustardbg3:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/Johnnyo-Design-Houston-Web-Design-Agency-Get-Your-Secret-Sauce-584396385-1.png);
    height: 365px;
    width: 50vw;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
}
.newlettersignupform .frm_button_submit {
	width: 100% !important;
}
.footersocial {
	    margin-bottom: 10px;
}
.footersocial i {
	font-size: 37px !important;
    color: #fff !important;
    padding: 10px !important;
}
.footersocial .textwidget {
	text-align: center;
}
.footermenu .menu {
	list-style: none;
	padding: 0;
}
.footermenu .menu li {
	display: inline-block;
}
.footermenu .menu li a {
    color: #FFFBF4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}
.footermenu {
	text-align: center;
	margin: 30px 0;
}
.footerlogo {
	    margin-top: 50px;
}
.site-info {
	padding-bottom: 30px;
}

.modal {
  visibility: hidden;
  opacity: 0;
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    transition: all .4s;
    justify-content: center;
    align-items: flex-start;
}


.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
    position: relative;
    width: 1000px;
    max-width: 90%;
    background: #FFFBF4;
    padding: 100px;
    z-index: 10;
    box-shadow: 0 0 0px 20px rgb(0 0 0 / 70%);
    border-radius: 0;
}

.modal__footer {
  text-align: right;
  a {
    color: #585858;
  }
  i {
    color: #d02d2c;
  }
}
.modal__close {
  position: absolute;
  top: 25px;
  right: 30px;
  color: #585858;
  text-decoration: none;
	font-size: 30px;
}
.bio-open {
	    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 30px;
    margin-left: 15px;
}

.modal p {
	margin-bottom: 20px;
}
.modal p:last-of-type, .modal h3 {
	margin-bottom: 0px;
}
.modal p span {
	    font-weight: bold;
    font-style: italic;
}
.frm_form_widget input, .frm_form_widget textarea, .frm_form_widget select {
	background-color: transparent !important;
}
.homevid {
	position: relative;
}
.homevid:after {
content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0) 100%);
    top: -5px;
}
.blog .site-main {
	columns: 3;
    column-gap: 20px;
	padding: 100px 0;
}
article {
	break-inside: avoid;
}
.mega-menu-primary-off-canvas-open .mega-menu{
	    display: flex !important;
    justify-content: center !important;
}
.mega-menu-primary-off-canvas-open #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 30px 0;
}
@media screen and (max-width: 1000px) {
.fullwidthbgimg .textwidget {
		    padding: 0 100px;
	}
}
@media screen and (max-width: 991px) {
	.linewrap .sow-accordion-panel-header {
		    padding: 35px 30px 15px 30px !important;
	}
}
@media screen and (max-width: 900px) {
	.portfoliogrid .panel-grid-cell {
    	columns: 2;
	}
	.fullwidthbgimg h2 {
    	font-size: 80px;
	}
	
}
@media screen and (max-width: 780px) {
	.linewrap, .frm_form_widget {
		    margin: 0 20px;
	}
	#bios .panel-grid-cell {
		position: relative !important;
	}
	.modal__content {
		padding: 50px;
	}
	.mustardbg2 , .mustardbg3 {
		position: relative;
    	display: flex;
    	flex-direction: column-reverse;
	}
	.mustardbg2 p, .mustardbg3 p, .mustardbg1 p {
	    width: 100%;
	}
	.mustardbg2:after, .mustardbg3:after {
		display: block;
        width: 100%;
		    position: relative;
    	top: 0;
	}
	h1 {
    font-size: 45px;
	}
	h3 {
    font-size: 35px;
	}
}
@media screen and (max-width: 650px) {
	.portfoliogrid .panel-grid-cell {
    	columns: 1;
	}
	.modal__content {
		padding: 30px;
	}
	h1 {
    font-size: 40px;
	}
	h3 {
    font-size: 30px;
	}
	.fullwidthbgimg h2 {
    	font-size: 50px;
	}
}
@media screen and (max-width: 500px) { 
		.fullwidthbgimg .textwidget {
       		padding: 0 50px;
    	}
	}
@media screen and (max-width: 442px) {
	.hometopbtns .textwidget {
    	margin-top: -160px;
	}
	.hometopbtns .btn:last-of-type {
		margin-top: 10px;
	}
}
#menu-item-115 {
	display: none !important;
}