/* 
 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 ==
--------------------------------------------*/
/*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 */

/* Thanksgiving Feasts menu button */

.thanksgiving-feasts{
	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; 
	text-wrap-mode:nowrap;
}
.thanksgiving-feasts{
		font-size:18px!important;
}

#menu-item-1118 {
    position: relative; 
}
#menu-item-1118 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-1118::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-1118::before{
	    left: -15px; 
		transform: rotate(-50deg) translateX(-8px); 
}
}
#menu-item-1118 a:hover{
	background:#d6192d;
	color:black!important;
}

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

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

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

.inside-header {
    transition: 300ms;
}

#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;
}

.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;
}

/* 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: #FFCB08 !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-footer-logo img {
    /*     max-width: 220px;
    width: 100%; */
    width: 220px;
    max-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;
}
/* 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-end;
}
#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*/
@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;
    }
}

@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;
    }

    .inside-footer-widgets {
        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%; */
        width: 160px;
        max-width: 100%;
    }
}

/*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;
}