/*
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/cuo7oyx.css");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* Content */

html {
	scroll-behavior:smooth;
}
body {
	font-family: "Libre Baskerville", serif;
	font-weight: normal;
    background: #fff;
	    position: relative;
	    overflow-x: hidden;
}

:focus {
    outline: none;
}

a {
	color: #2AA0FF;
	text-decoration: underline;
}
p a {
    color: #2AA0FF;
	text-decoration: underline;
}
a:hover, a:focus {
    color: #F2AB17;
    text-decoration: underline;
}
p a:hover, p a:focus {
    color: #F2AB17;
    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: 32px;
    color: #000;
}

h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 47px;
	font-weight: bold;
    text-align: left;
    color: #373b6e;
    margin: 0;

	text-transform: uppercase;
	    letter-spacing: 1px;
}

h2 {
	font-family: "Josefin Sans", sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #2BA0FF;
    margin: 0 0 20px 0;
	text-transform: uppercase;
}
h3 {
	font-family: "Josefin Sans", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #2BA0FF;
    margin: 0 0 10px 0;
	text-transform: uppercase;
}
h4 {
	font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #2BA0FF;
    margin: 0;
}
h5 {
	font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
	font-weight: bold;
    color: #2BA0FF;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}
.navbar {
	position: relative;
}
.site-branding {
	position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.headlogo img {
	    height: 100px;
}
.main-navigation {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    background-color: #000;
}

.hdrbtn {
    background-color: #F2AB17;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 2px;
	text-decoration: none;
	line-height: 18px;
}
.hdrbtn:hover {
	background-color: #fff;
    color: #000;
	text-decoration: none;
}
.hdrbtn i {
	    margin-right: 5px;
}
.hdrcall {
	padding: 20px 20px 0px 20px;
}
.hdrcall p {
    margin: 0;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.hdrsocial a {
    font-size: 35px;
    color: #fff;
    margin: 0 10px 0 20px;
}
.hdrsocial a:hover {
	color: #F2AB17;
}
.hero h1 {
	font-size: 32px;
    font-weight: normal;
    color: #CFAD56;
}
.centertitle h3 {
	text-align: center;
}
.tophome:before {
    content: "";
    position: absolute;
    background-color: #373b6e;
    width: 100vw;
    height: 100%;
    z-index: -1;
    right: 120px;
}
.tribe-events-widget-events-list__header-title {
	font-family: "Montserrat", sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-align: left !important;
    color: #373b6e !important;
    margin: 0 !important;
	letter-spacing: 1px;
}
.site-footer {
	background-color: #000;
	margin-top: 50px;
	position: relative;
}
.site-footer:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/border-black.png);
    position: absolute;
    top: -50px;
    width: 100%;
    height: 50px;
    /*  background-size: 100%; */
    background-position: bottom;
    background-repeat: repeat-x;
}
.navbar {
	margin-bottom: 70px;
	position: relative;
}
.navbar:before {
content: "";
    background-image: url(/wp-content/uploads/2025/03/border-black.png);
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 50px;
   /*  background-size: 100%; */
    background-position: bottom;
    background-repeat: repeat-x;
    transform: scaleY(-1);
}
.siteinfo p {
	color: #fff;
    font-size: 14px;
    padding: 20px 0 0 0;
}
.btn {
	background-color: #373b6c;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 2px;
}
.btn:hover {
	background-color: #66bfe7;
		color: #fff;
}
.content-area {
	    padding-bottom: 60px;
}
.hero {
	position: relative;
}
.hero1 {
	background-image: url(/wp-content/uploads/2025/02/png-1.png);
	    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
	    position: relative;
}
.hero .wrap {
    position: absolute;
    z-index: 2;
    margin: auto;
    width: fit-content;
   	bottom: 0;
	left: 0;
	right: 0;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.hero::before {
    content: "";
    background-color: rgb(0 0 0 / 35%);
    position: absolute;
    width: 100%;
    height: 100%;
	    z-index: 1;
}
.headlogo img {
	    padding-left: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary {
	padding-right: 10px;
}
.headerbtn {
    background-color: #66bfe7;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 2px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
.reveal{
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.halfrowlefttext::before {
    content: "";
    background-color: #4d63a8;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.halfrowrighttext::before {
    content: "";
    background-color: #4d63a8;
    position: absolute;
    top: 0;
    right: left;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.halfrowrightimage {
    height: 100%;
    width: 50vw;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: 0;
}
.halfrowleftimage {
    height: 100%;
    width: 50vw;
    position: absolute;
    background-position: center;
    background-size: cover;
    right: 0;
}
.halfrow .panel-grid-cell {
    position: relative;
}

.page-template-page-home .tribe-events-widget-events-list__event-date-tag-datetime {
    border: 1px solid #CFAD56 !important;
    padding: 10px !important;
}
.tribe-events-widget-events-list__event-header {
    margin-left: 20px !important;
	padding: 10px 10px 10px 0 !important;
}
.tribe-events-widget-events-list__view-more-link {
	display: none;
}
.tribe-events-widget-events-list {
	    padding-left: 5px !important;
}

.rentalthree .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 500px;
	transition: all 200ms ease;
}
.rentalthree .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    /*height: 100%;
    background-color: #000;
    opacity: 0.35;*/
	height: 135px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
	bottom: 0;
    z-index: 0;
}
.rentalthree a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.rentalthree .widget_text:hover::before  {
	/*opacity: .65;*/
	background-size: 200%;
	transition: all 200ms ease;
}
.rentaltext {
	position: absolute;
	z-index: 1;
}
.rentaltext {
	bottom: 15px;
	margin-left: 15px;
}
.rentaltitle {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: -15px;
}
.rentalsubtext {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 25px;
}
.fa-phone, .fa-map-marker-alt, .fa-envelope, .fa-location-dot {
    margin-right: 10px;
}
.footercontent .widget, .secondfooter .widget {
	text-align: center;
	padding: 0 50px;
}
.secondfooter .widget {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.10em;
	color: #fff;
	padding-top: 10px;
}
.secondfooter h3{
   display: inline-block;
   margin: 0;
   color: #fff;
}
.footerbutton {
 margin-left: 20px;
}
.footerbutton:hover {

}
.imagerow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: -1;
    top: 0;
}
.site-footer p {
	color: #000;
}
.page-id-2 .secondfooter {
	display: none !important;
}
.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    font-family: "Montserrat", sans-serif;
	color: #373b6a;
}
.tribe-events-calendar-list__event-datetime, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium, .tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop, .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
	font-family: "Montserrat", sans-serif;
}
.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6 {
	font-family: "Montserrat", sans-serif;
}
.tribe-common p {
	font-family: 'Open Sans', sans-serif;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #373b6a;
    font-family: "Montserrat", sans-serif;
    border-radius: 2px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
	font-family: "Montserrat", sans-serif;

}
/** .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border-radius: 2px;
	border: 1px solid #373b6a;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path {
	color: #373b6a;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #373b6a;
}
.tribe-common .tribe-common-c-btn-border:focus, .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:focus, .tribe-common a.tribe-common-c-btn-border:hover {
	color: #fff !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	color: #fff !important;
} **/

.tribe-events-single-event-title {
	font-family: "Montserrat", sans-serif;
	color: #373b6a;
}
.tribe-events-schedule, .tribe-events-back, .tribe-events-event-meta dd, .tribe-events-event-meta dt, .tribe-event-date-start, .tribe-event-time, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-calendar-list__event-date-tag-daynum {
	font-family: "Montserrat", sans-serif !important;
}
.tribe-events-content {
	font-family: 'Open Sans', sans-serif;
}
.tribe-events-calendar-list__event-date-tag-datetime {
    border: 1px solid #000 !important;
    padding: 10px !important;
	height: auto !important;
}

.rentalinfo ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.rentalinfo2 ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.rentalinfo li {
	    display: inline-block;
    padding: 6px 12px;
    background-color: #373b6a;
    margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}
.rentalinfo2 li {
	    display: inline-block;
    padding: 6px 12px;
    background-color: #4d63a5;
    margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}
.rentalinfo strong {
	font-family: "Montserrat", sans-serif;
}
.wc-tabs, .woocommerce-Tabs-panel h2, .price {
	display: none;
}
.product {
	padding: 100px 0;
}
.ph_book_now_button {
	    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.imgcorners img {
	    border-radius: 0 100px 0 100px;
}
.altrow p, .altrow h2, .altrow h3 {
	color: #fff;
}
.resourcerow h3{
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}
.sow-carousel-item-title {
	display: none;
}
#menu-services-menu {
	list-style: none;
    padding: 0 0 0 0;
}
#menu-services-menu li{
	margin-bottom: 20px;
}
#menu-services-menu li:last-of-type{
	margin-bottom: 0;
}
#menu-services-menu a {
	font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
}
#menu-services-menu a {
	font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#menu-services-menu .current_page_item a, #menu-services-menu a:hover {
	color: #2AA0FF;
	font-weight: bold;
	text-decoration: none;
}
#menu-footer-1, #menu-footer-2 {
    list-style: none;
    padding: 0 0 0 0;
}
#menu-footer-1 li, #menu-footer-2 li{
	margin-bottom: 20px;
}
#menu-footer-1 li:last-of-type, #menu-footer-2 li:last-of-type{
	margin-bottom: 0;
}
#menu-footer-1 a, #menu-footer-2 a {
	font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
	    line-height: 18px;
}
#menu-footer-1 a:hover, #menu-footer-2 a:hover {
	color: #F2AB17
}
.ftrbtn {
    background-color: #F2AB17;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 2px;
	text-decoration: none;
	line-height: 18px;
}
.ftrbtn:hover {
	background-color: #fff;
    color: #000;
	text-decoration: none;
}
.ftrrbtn i {
	    margin-right: 5px;
}
.ftrsocial {
	    display: flex
;
    justify-content: space-evenly;
    align-items: center;
}
.ftrsocial a {
	    color: #fff;
    font-size: 28px;
}
.ftrsocial a:hover {
	color: #F2AB17
}
.ftrlnktxt {
	    font-size: 20px !important;
    text-decoration: none !important;
	    font-family: "Josefin Sans", sans-serif;
}
.site-footer h3 {
	padding: 60px 0 0 0;
    color: #CFAD56;
    font-size: 24px;
}
.site-footer .frm_form_field input {
	background-color: #fff !important;
}
.heroint {

    background-position: center;
    background-size: cover;
}
.btnmulti .widget_sow-button {
	display: inline-block;
	margin-right: 20px;
}
.btnmulti .widget_sow-button:nth-of-type(3) {
    border: 1px solid #591f1b;
}
.btnmulti .widget_sow-button:nth-of-type(3):hover {
    border: 1px solid #cfad56;
}
.sow-accordion-title {
	font-weight: bold;
    font-size: 20px;
}
.sow-accordion-open-close-button .sow-icon-ionicons {
	font-weight: bold;
    font-size: 20px;
}
.sow-accordion-panel-header {

	    margin-top: 10px;
}
.smalltitle h3 {
	    font-size: 20px;
	    margin-bottom: 30px;
}
/* list view */
span.tribe-tickets-left, .tribe-events-c-small-cta__stock {
    display: none !important;
}
 
/* single view */
span.tribe-tickets-remaining {
    display: none !important;
}
 
.tribe-tickets__item__extra__available{
    display: none !important;
}
.tribe-tickets__tickets-item-extra-available {
	display: none !important;
}
.wc-forward {
	    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    background-color: #373b6a !important;
    color: #ffffff !important;
    margin-right: 20px;
}
.hide {
	display: none;
}
.yellowpaintright::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-670437551.png);
    position: absolute;
    left: 50%;
    width: 60%;
    height: 556px;
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
}
.yellowpaintleft::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-670437551.png);
    position: absolute;
    right: 50%;
    width: 60%;
    height: 556px;
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
	transform:scaleX(-1);
}
.yellowpaintleft2::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-670437551-1-e1742291949235.png);
    position: absolute;
    right: 50%;
    width: 60%;
    height: 556px;
    background-size: 1000px;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
	transform:scaleX(-1);
}
.herosection {
    aspect-ratio: 7 / 2;
    padding: 0;
    margin: 0;
    position: relative;
}
.home .herosection {
	aspect-ratio: 3 / 1;
	padding: 0;
    margin: 0;
	position: relative
}
.herosection h2 {
	color: #fff;
    padding: 20px 0 0 15px;
    font-size: 54px;
	    z-index: 1;
    position: relative;
}
.herosection h3 {
    color: #fff;
    padding: 20px 0 0 10px;
    font-size: 105px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
    line-height: 50px;
}
.bluelist h3, .bluelist p {
	color: #fff;
	position: relative;
}
.bluelist h3 {
	font-size: 30px;
	margin-bottom: 20px
}
.bluelist p {
	font-size: 24px;
	margin-bottom: 50px
}
.bluelist h3:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    left: -70px;
    position: absolute;
    top: -15px;
    font-size: 45px;
}
.titlecenter h3 {
	text-align: center;
}
.fournumbers h3 {
	text-transform: none;
	font-size: 24px;
}
.fournumbers p {
	font-size: 18px;
}
.fournumbers .panel-grid-cell {
	position: relative;
}
.fournumbers .panel-grid-cell:after {
    content: "";
    position: absolute;
    top: -40px;
    background-color: #F2AB17;
    font-size: 34px;
    color: #fff;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 65px;
    font-family: "Josefin Sans", sans-serif;
    padding-top: 8px;
    left: 0;
    right: 0;
    margin: auto;
}
.fournumbers .panel-grid-cell:nth-of-type(1):after {
	content: "1";
}
.fournumbers .panel-grid-cell:nth-of-type(2):after {
	content: "2";
}
.fournumbers .panel-grid-cell:nth-of-type(3):after {
	content: "3";
}
.fournumbers .panel-grid-cell:nth-of-type(4):after {
	content: "4";
}
.site-info {
	background-color: #F2AB17;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	    font-family: "Josefin Sans", sans-serif !important;
	font-weight: 600 !important;
}
.ow-button-base .sowb-button {
	text-transform: uppercase;
	    font-family: "Josefin Sans", sans-serif !important;
	    line-height: 24px !important;
	font-size: 24px !important;
    padding: 15px 50px 10px 50px !important;
}
.layers {
	
}
#pg-w67c7e9fc6ea7a-1 {
	margin-top: -200px;
}
#pg-w67c7e9fc6ea7a-2{
	    margin-top: -100px;
}
#pg-w67c7e9fc6ea7a-2> .panel-row-style {
    background-image: url(https://www.thegtpco.com/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-237696106.jpg);
    background-repeat: repeat;
    padding: 130px 30px 10px 30px;
    z-index: 1;
    position: relative;
}
.photobg {
    aspect-ratio: 16 / 6;
    background-size: cover;
    background-position: center;
}
.photobgtxt {
	    margin-top: -100px;
	
}
.photobgtxt p {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 45px;
}
.swatchslide-SW7036, .swatchslide-SW6868, .swatchslide-SW6531, .swatchslide-SW6475, .swatchslide-SW1322 {
	aspect-ratio: 16 / 8;
    background-size: cover;
    background-position: center;
}
.swatchslide-SW1322 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-679740018-SW7036.jpg');
}
.swatchslide-SW7036 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-679740018-SW7036.jpg');
}
.swatchslide-SW6868 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-679740018-SW6868.jpg');
}
.swatchslide-SW6531 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-679740018-SW6531.jpg');
}
.swatchslide-SW6475 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-679740018-SW6475.jpg');
}
.swatchslider2 {
	margin-top: -120px;
	    z-index: 3;
}
.swatchslider2 .slick-track{
	width: fit-content !important;
	    margin: auto !important;
	background-color: #fff;
}
.swatchslider2 p {
	margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
}
.swatchslide2-SW7036, .swatchslide2-SW6868, .swatchslide2-SW6531, .swatchslide2-SW6475, .swatchslide2-SW1322 {
	aspect-ratio: 1;
    background-size: cover;
    background-position: center;
	width: 140px;
	width: 140px !important;
    margin: 0;
	position: relative;
	border: 10px solid #fff;
}
.swatchslide2-SW7036:hover, .swatchslide2-SW6868:hover, .swatchslide2-SW6531:hover, .swatchslide2-SW6475:hover, .swatchslide2-SW1322:hover {
	border: 10px solid #F2AB17;
}
.swatchslide2-SW1322 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-967911214-SW7036.jpg');
}
.swatchslide2-SW7036 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-967911214-SW7036.jpg');
}
.swatchslide2-SW6868 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-967911214-SW6868.jpg');
}
.swatchslide2-SW6531 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-967911214-SW6531.jpg');
}
.swatchslide2-SW6475 {
	background-image: url('/wp-content/uploads/2025/03/Johnnyo-Design-The-Greater-Texas-Painting-Co-967911214-SW6475.jpg');
}
.swatchrow .panel-layout .panel-has-style{
	    margin-top: -170px;
    z-index: 2;
    position: relative;
}
.contactinfo h3 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.contactinfo p {
	font-family: "Josefin Sans", sans-serif;
	font-size: 24px;
}
.faqlink {
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
.pastprojects .prev, .beforeafterslider .prev {
    position: absolute;
    bottom: -50px;
    font-size: 35px;
    background-color: transparent;
    border: navajowhite;
    color: #000;
	z-index: 1;
	left: 30%;
}
.pastprojects .nex, .beforeafterslider .nex {
    position: absolute;
    bottom: -50px;
    font-size: 35px;
    background-color: transparent;
    border: navajowhite;
    color: #000;
	z-index: 1;
	right: 30%;
}
.pastprojects .entry-title {
	display: none;
}
.pastprojects .slidepost {
	aspect-ratio: 1;
    margin: 15px;
}
.pastprojects .slick-dots li, .beforeafterslider .slick-dots li {
	font-family: "Josefin Sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #2AA0FF;
}
.pastprojects .slick-dots li:hover, .beforeafterslider .slick-dots li:hover {
	color: #F2AB17
}
.dropshadbox {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    padding: 50px;
}
.mega-sub-menu {
	border: 2px solid #000 !important;
}
.home .herosection:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.30015756302521013) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3029586834733894) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.30015756302521013) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3029586834733894) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.30015756302521013) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3029586834733894) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#mega-menu-item-152 .mega-sub-menu li:nth-child(n + 3) a {
	padding-left: 50px !important;
	position: relative;
}
#mega-menu-item-152 .mega-sub-menu li:nth-child(n + 3) a:before {
    content: "⬤";
    position: absolute !important;
    left: 25px;
    top: 2px !important;
    font-size: 12px !important;
}
.fa-instagram {
	display: none;
}
.envira-gallery-wrap .caption, .envirabox-title-float {
	display: none !important;
}
/* Begin responsive styles */
@media screen and (max-width: 1070px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.herosection h3 {
    	font-size: 65px;
    	bottom: 5px;
	}
	.herosection h2 {
    	font-size: 35px;
	}
	.swatchslide-SW7036, .swatchslide-SW6868, .swatchslide-SW6531, .swatchslide-SW6475, .swatchslide-SW1322 {
    aspect-ratio: 16 / 12;
	}
}
@media screen and (max-width: 780px) {
	.widget_sow-editor {
		padding-left: 20px;
		padding-right: 20px;
	}
	.herosection h2 {
    	position: absolute;
    	top: 0;
    	left: 0;
	}
	.container {
		padding: 0;
		margin: 0 20px;
	}
	.threecreds img {
		max-width: 60% !important;
		margin: auto;
	}
	.footer-bottom img {
		max-width: 60% !important;
		margin: auto;
	}
	.footer-bottom .custom-html-widget {
		margin: 0 20px;
	}
	#menu-footer-1, #menu-footer-2 {
		text-align: center;
	}
	.photobgtxt {
    	margin-top: -100px;
	}
	.sowb-button {
		width: fit-content !important;
	}
	.listthing {
		    background-position: center right !important;
	}
	.listthing .textwidget {
		    margin-left: 70px;
	}
	.swatchslide-SW7036, .swatchslide-SW6868, .swatchslide-SW6531, .swatchslide-SW6475, .swatchslide-SW1322 {
    aspect-ratio: 16 / 14;
	}
	.pastprojects .prev, .beforeafterslider .prev {
		left: 10%;
	}
	.pastprojects .nex, .beforeafterslider .nex {
    	right: 10%;
	}
	.threecreds {
		    flex-direction: row !important;
	}
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 720px) {
	.main-navigation {
    	flex-direction: column;
    	align-items: flex-end;
	}
	#mega-menu-wrap-primary {
    	margin: 28px;
	}
}
@media screen and (max-width: 600px) { 
	.photobgtxt {
        padding: 50px 50px 50px 50px !important;
    }
}
@media screen and (max-width: 575px) {
	.swatchslider2 .slick-slide {
		width: 20vw !important;
	}
	.swatchslider2 p {
		    font-size: 14px;
	}
}
@media screen and (max-width: 550px) {
	.herosection h3 {
    	font-size: 45px;
		bottom: 0px;
	}
	.swatchslide-SW7036, .swatchslide-SW6868, .swatchslide-SW6531, .swatchslide-SW6475, .swatchslide-SW1322 {
    aspect-ratio: 16 / 16;
	}
}
@media screen and (max-width: 500px) {
	.hdrsocial {
		display: none;
	}
	.bluelist h3 {
    	font-size: 20px;
	}
	.pastprojects .prev, .beforeafterslider .prev {
		left: 0%;
	}
	.pastprojects .nex, .beforeafterslider .nex {
    	right: 0%;
	}
	.photobgtxt p {
    font-size: 24px;
    line-height: 36px;
	}
	h2 {
    font-size: 38px;
	}
}