/* 
 Theme Name:   GeneratePress_Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* .franchising-nav{
	display:none;
} */

/*Custom Fonts*/
@font-face {
    font-family: "spot";
    src: url("fonts/Spot-Normal.ttf") format('truetype'), url("fonts/Spot-Normal.woff") format('woff');
    font-style: normal;
}

/* Font Sizes */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
li,
ul,
ol,
blockquote,
pre,
code,
th,
td {}

h1,
h2 {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

p {}

.pgp-mont-font {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

/* Font Sizes End */
/* font colors */
.pgp-white-text,
.pgp-white-text * {
    color: #ffffff !important;
}

.pgp-black-text,
.pgp-black-text * {
    color: #000000 !important;
}

.pgp-yl-text,
.pgp-yl-text * {
    color: #EEA522 !important;
}

.pgp-red-text,
.pgp-red-text * {
    color: #D6192D !important;
}

/* font colors end */

/*Title Wrap/image*/

/*Title Wrap/image End*/

/*Custom Fonts End*/
/* Nav */
.fc-nav-image-left.show,
.fc-nav-image-left-hero.show,
.fc-lights,
.fc-nav-image-right,
.fc-nav-image-left,
.fc-tg-link,
.fc-tg-footer-link,
.fc-tg-link-hero {
    display: none;
}

.fc-nav-image-left.show,
.fc-nav-image-left-hero.show {
    opacity: 1;
    /* Make visible */
    width: 50px;
    /* Grow to full size */
    transform: scale(1) rotate(-15deg);
    /* Grow to full size */
    top: -40px;
}

.fc-lights {
    max-width: 200px;
    position: absolute;
}

.fc-top-lights {
    top: -14px;
    left: 0;
    transform: rotate(180deg);
}

.fc-bottom-lights {
    bottom: -9px;
    left: 0;
}

/* #menu-menu-1 li:nth-child(6) {
	width: 100%;
} */
.fc-nav-image-right.hide {
    opacity: 0;
    width: 25px;
    top: 20px;
}

.fc-nav-image-right {
    width: 50px;
    position: absolute;
    z-index: -1;
    max-width: 100px;
    right: 15px;
    transform: rotate(15deg);
    top: -60px;
    transition: all 0.5s ease;
    /* This makes the animation smooth */
}

.fc-nav-image-left {
    width: 50px;
    top: -20px;
    transform: scale(0.5) rotate(-15deg);
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.fc-tg-link {
    background-color: #000;
}

.top-bar {
    background-color: #fff;
    z-index: 1;
    position: relative;
    /* 	height: 70px; */
}

.fc-top-bar a {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.fc-top-bar a:hover {
    color: #f0a61e;
}

.fc-top-bar ul li {
    display: flex;
    gap: 13px;
}

.fc-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

aside#custom_html-4 {
    width: 100%;
}

.fc-top-bar ul li a {
    font-size: 22px;
}

.home .generate-back-to-top {
    background-color: rgb(214 25 45) !important;
    border-radius: 50%;
    outline: 2px solid #fff;
}

/* Thanksgiving Feasts menu button */
#menu-item-509 {
    position: relative; 
}
#menu-item-509 a {
    background-color: #f0a61e;
    border-radius: 30px;
    line-height: 40px !important;
    margin-right: 15px;
    border: 1px solid white;
    color: white !important;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2; 
}
#menu-item-509::before {
    content: '';
    position: absolute;
    top: -40px; 
    left: -15px; 
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/uploads/2025/10/turkey-graphic.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transform: rotate(-50deg) translateX(-8px); 
    transition: transform 0.3s ease;
}
@media(max-width:768px){
	#menu-item-509::before{
	    left: -15px; 
		transform: rotate(-50deg) translateX(-8px); 
}
}
#menu-item-509 a:hover{
	background:#d6192d;
	color:black!important;
}

#menu-item-509 a:active {
  color: #f0a61e;
}


#masthead {
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    /*     top: 100px; /* Position below .top-bar */
    transition: 300ms;
}

#masthead.pgp-sticky {
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000;
    padding: 20px 0;
    /* 	margin-top: 0; */
}

.inside-header {
    transition: 300ms;
    padding: 20px 40px;
}

#masthead.pgp-sticky .inside-header {
    padding: 0 40px;
    background-color: #000;
}

.header-image.is-logo-image {
    transition: 300ms;
}

#masthead.pgp-sticky .header-image.is-logo-image {
    width: 150px;
}

.generate-back-to-top {
    background-color: rgb(255 0 0) !important;
    border-radius: 50%;
}

.fc-order-now a {
    background-color: #d6192d;
    border-radius: 30px;
    line-height: 40px !important;
}

.fc-order-now a:hover {
    transition: 100ms;
    color: #000 !important;
    background-color: #f0a61e !important;
}

.fc-tg-link a {
    border: 2px solid #fff;
    border-radius: 31px;
    line-height: 36px !important;
    margin-right: 15px;
}

.fc-tg-link a:hover {
    background-color: #f0a61e !important;
    color: #000 !important;
}

/* Nav end */
/* Body */

/* body end */

/* Pages  */
.pgp-img-full div,
.pgp-img-full figure,
.pgp-img-80 div,
.pgp-img-80>figure {
    width: 100% !important;
}

.pgp-img-full img {
    width: 100%
}

.pgp-img-80 img {
    width: 80%;
    margin: auto;
}

.pgp-img-50 img {
    width: 50%;
    margin: auto;
}

.inside-article .entry-header {
    display: none;
}

.inside-article {
    padding-bottom: 0 !important;
}

main#main {
    margin-bottom: 0;
}

.page #main,
.page .inside-article,
.page #main .entry-content {
    margin-top: 0;
    padding-top: 0px;
}

#page .pgp-row-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}

#page .pgp-big-pad {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pgp-pig-separator {
    overflow: visible !important;
}

.pgp-pig-separator .wpb_single_image {
    margin-bottom: 0;
}

.pgp-pig-separator .vc_single_image-wrapper {
    max-width: 100px !important;
    margin-top: -120px;
    position: relative;
}

.pgp-pig-separator .vc_single_image-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 195px;
    height: 195px;
    background: #ffffff;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.pgp-pig-separator img {
    z-index: 2;
    position: relative;
}

/* Pages End  */
/* Buttons */
.pgp-btn-default a {
    border-radius: 0 !important;
    padding: 8px 22px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

.pgp-red-btn a {
    color: #ffffff !important;
    background: #D6192D !important;
    border: unset !important;
}

.pgp-red-btn a:hover {
    color: #000000 !important;
    background: #f0a61e !important;
}

.pgp-orange-btn a {
    color: #000000 !important;
    background: #eea522 !important;
    border: unset !important;
}

/* Buttons End */
/*Page title animation*/

/*Page title animation End*/
/*Blog loop*/

/*Blog Loop End*/
/*Blog Single*/

/*Blog Single End*/
/*Contact Form*/

/*Contact Form End*/
/*Footer*/
/* .fc-tg-footer-link {
    display: none;
} */
.fc-footer-logo img {
    max-width: 220px;
    width: 100%;
}

.fc-footer-pages ul li {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.fc-footer-pages ul {
    list-style-type: none;
}

.fc-footer-pages ul li img {
    width: 30px;
    margin-right: 6px;
}

.fc-footer-pages ul li i {
    font-size: 35px;
    margin-right: 10px;
}

.inside-footer-widgets {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inside-footer-widgets>div {
    flex: unset;
}

.fc-footer-pages ul li a {
    text-decoration: none;
}

.fc-footer-pages ul li:last-child {
    margin-top: 25px;
}

/*Footer End*/
/*Paths*/

/*Paths End*/
/* CF7 Form */

/* CF7 Form END */
/* tools */
.pgp-hide {
    display: none !important;
}

.pgp-nowrap,
.pgp-no-wrap {
    white-space: nowrap;
}

html {
    overflow-x: hidden;
}

/*Media queries*/
@media screen and (min-width: 481px) {
    .site-footer .mobile_location-links {
        display: none;
    }
}
@media screen and (max-width: 1226px) {
    .fc-order-now a {
        background-color: #000;
    }

    .fc-order-now a:hover {
        background-color: unset !important;
        color: #ffcb08 !important;
    }

    .fc-tg-link a {
        border: unset;
    }

    .fc-nav-image-left,
    .fc-nav-image-right,
    .fc-tg-link .fc-lights {
        display: none;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
	.fc-footer-pages ul li:last-child {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {

    .inside-footer-widgets,
    .fc-top-bar a {
        text-align: center;
    }

    h1 {
        font-size: 3rem;
    }

    sup {
        bottom: 30px !important;
        font-size: 88%;
    }

    h2 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 480px) {
    .top-bar {
        display: none;
    }
    .site-info a {
        display: block;
    }
    .site-branding {
		display: none;
	}
    .site-header .header-image {
        width: 130px;
    }

    .fc-footer-logo img {
        max-width: 160px !important;
        width: 100%;
    }
}
/* Fran Form */
/* fran form styling */
/* add to global */
#gform_wrapper_3.gform_wrapper .gform_description {
    display: none;
}
#gform_wrapper_3.gform_wrapper {
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}
#gform_wrapper_3 form,  #gform_wrapper_3 .gform_heading{
    color: #000;
}
#gform_wrapper_3 form input:not(input[type="submit"]) {
    background: #F7F8F9;
    border: 1px solid #C2C2C2;
    border-radius: 9px;
}
/* city and state full width */
#gform_wrapper_3 .ginput_container_address {
    align-items: stretch;
}
#gform_wrapper_3 .ginput_address_city,  #gform_wrapper_3 .ginput_address_state {
    width: 100%;
    flex: 1;
}
#gform_wrapper_3 .gform_button[type="submit"] {
    background: #CE0E2D;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    margin: auto;
    font-size: 20px;
    text-transform: capitalize;
}
#gform_wrapper_3 .gfield--type-html:has(hr) {
    height: 1px;
}
#gform_wrapper_3 .gfield--type-html hr {
    margin: 0;
}
#gform_wrapper_3 .gfield--input-type-radio {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
#gform_wrapper_3 .ginput_container_radio {
    width: 100%;
}
#gform_wrapper_3 .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 20px;
    justify-content: flex-start;
}
#gform_wrapper_3 .gchoice {
    width: fit-content;
    text-align: right;
}
#gform_wrapper_3 .gchoice label {
    max-width: 100%;
}
/* form media query */
@media screen and (min-width: 769px) {
    #gform_wrapper_3 .gform_button[type="submit"] {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1024px) {
    #gform_wrapper_3.gform_wrapper {
        padding: 40px;
    }
}
/* Franchise form end */
/*Media Queries*/

/* body .main-navigation .main-nav > ul {
	flex-wrap:nowrap !important; */
/* } */

.main-navigation .fc-order-now>a {
    display: block;
    width: max-content;
}

/*Media Queries*/
#gform_wrapper_3 .gform_required_legend {
	display:none !important;
}

h2.saved_message_success {
	color:#000 !important;
}

#gform_wrapper_3 .gform_required_legend {
	display:none !important;
}

h2.saved_message_success {
	color:#000 !important;
}




#menu-item-647 {
    position: relative; 
}
#menu-item-647 a {
    background-color: #f0a61e;
    border-radius: 30px;
    line-height: 40px !important;
    margin-right: 15px;
    border: 1px solid white;
    color: white !important;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2; 
}
#menu-item-647::before {
    content: '';
    position: absolute;
    top: -40px; 
    left: -15px; 
    width: 50px;
    height: 50px;
    background-image: url('https://buddysbarbq.com/wp-content/uploads/2025/11/BuddysSantaPig1-e1764181888295.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    transform: rotate(-10deg) translateX(-8px);
    
}
@media(max-width:768px){
	#menu-item-647::before{
	    left: -15px; 
		transform: rotate(-10deg) translateX(-8px); 
}
}
#menu-item-647 a:hover{
	background:#d6192d;
	color:black!important;
}

#menu-item-647 a:active {
  color: #f0a61e;
}

/* GO TO TOP BUTTON */
.go-top-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d90429;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.25s ease;
}

.go-top-btn:hover {
  transform: translateY(-4px);
}

.go-top-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
  margin-top: 8px;
}