/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.0.1763016375
Updated: 2025-11-12 22:46:15

*/

/* -------------------------- */
/* Common CSS Start */
/* -------------------------- */
:root {
  --primary-font: "Inter", sans-serif;
  --heading-font: "Oswald", sans-serif;
}
body {
    font-family: var(--primary-font);
    line-height: 1.55;
	font-size: 18px;
}
p:last-child {
    margin-bottom: 0;
}
p, ol, ul {
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: 700;
    text-transform: uppercase;
}
h1 {
    font-size: 92px;
}
h2 {
    font-size: 48px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
h2:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background: var(--accent);
    bottom: 0;
    left: 0;
}
h3 {
    font-size: 38px;
}
a.wp-block-button__link {
    font-size: 18px !important;
    padding: 12px 25px !important;
    font-weight: 500;
    letter-spacing: 2px;
}
a.wp-block-button__link:hover {
    background-color: #000;
}
.white-btn a.wp-block-button__link {background: white;color: #000;border: 2px solid #000;}
.white-btn a.wp-block-button__link:hover {
    background: #000;
    color: white;
}
ol, ul {
    margin-left: 40px;
}
html, body {
    scroll-behavior: smooth;
}
.hide {display:none;}
/* -------------------------- */
/* Common CSS End */
/* -------------------------- */
@media (max-width: 1240px){
	h1 {font-size: 60px;}
	h2 {font-size: 40px;}
	
	.cb-slide.swiper-slide>div {padding: 0 80px !important;}
	.hero-main-slider .swiper-button-prev,.hero-main-slider .swiper-button-next{width: 35px !important; height: 35px !important;}
	.hero-main-slider .swiper-button-prev{left:20px !important;}
	.hero-main-slider .swiper-button-next{right:20px !important;}
	.hero-main-slider.cb-button-next:after, .hero-main-slider .cb-button-prev:after,.wp-block-cb-carousel-v2 .cb-button-next:after {font-size: 17px !important;}
}

@media (max-width: 991px){
	h1 {font-size: 50px;}
	h2 {font-size: 40px;}
}
@media (max-width: 768px){
	h1 {font-size: 36px;}
	h2 {
        font-size: 30px;
        padding-bottom: 15px;
    }
	.hero-main-slider .inner-slider-boxes>div {width: 100%;padding: 0 !important;}
	.hero-main-slider .inner-slider-boxes .offer-content-block {padding: 20px !important;}
	.hero-main-slider .inner-slider-boxes {flex-direction: column !important;}
	 body .hero-main-slider .upper-slider-boxes {
        min-height: unset !important;
        padding: 40px 60px 65px 60px !important;
    }
body .hero-main-slider .cb-pagination.swiper-pagination {bottom: 20px !important;}
	#mobile-menu-control-wrapper button.menu-toggle {padding-right: 0;}
}
/* -------------------------- */
/* Header CSS Start */
/* -------------------------- */
header.site-header .inside-header nav.main-navigation {
    margin-left: 0 !important;
}
header.site-header .inside-header {
    justify-content: space-between;
}
header.site-header .inside-header nav.main-navigation ul li:last-child a {
    border-right: none;
}
header.site-header .inside-header nav.main-navigation ul li a {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.35;
    border-right: 3px solid var(--contrast-2);
    padding: 0 16px;
}
header.site-header a.shop-btn {
    background: var(--accent);
    color: white;
    text-decoration: none;
    font-family: var(--heading-font);
    font-size: 24px;
    padding: 8px 50px;
    font-weight: 500;
    letter-spacing: 3px;
}
header.site-header a.shop-btn:hover {
    background: var(--contrast-2);
}
.top-bar .social-icons ul {
    display: flex;
    gap: 6px;
}
.top-bar .social-icons ul li a {
    margin: 0;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    padding: 8px;
    display: flex;
}
.top-bar .social-icons ul li a:hover {
    opacity: 0.6;
}
.top-bar .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.top-bar .social-icons ul li {
    margin-bottom: 0;
}
.top-bar .social-icons a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.top-bar .social-icons a:hover {
    color: var(--accent);
}
/* -------------------------- */
/* Header CSS End */
/* -------------------------- */

@media (max-width: 1240px) {
	.inside-header {padding: 20px 20px;}
}
@media (max-width: 991px){
	header.site-header .inside-header nav.main-navigation ul li a{font-size:16px}
	.site-header .header-image {
        width: 160px;
    }
}
@media (max-width: 768px){
	.has-inline-mobile-toggle .inside-header{flex-wrap:nowrap;}
	header.site-header .inside-header{align-items: center;}
	.site-header .header-widget{margin-top:0}
	header.site-header .inside-header nav.main-navigation{margin: 0 !important; order: 3;flex-basis: auto !important;}
	header.site-header a.shop-btn{font-size: 16px;padding: 8px 30px;}
	.site-header .header-widget .textwidget.custom-html-widget{text-align:right}
	.site-footer .footer-widgets .footer-widgets-container .inner-padding {padding: 0;margin-left: 0 !important;padding-left: 0 !important;}
}
/* -------------------------- */
/* Footer CSS Start */
/* -------------------------- */
footer.site-info {
    background: var(--accent);
}
footer.site-info .copyright-bar {
    color: white;
}
footer.site-info > .inside-site-info {
    padding: 16px 20px;
}
.site-footer .footer-col-1 {
    display: flex;
}
.site-footer .footer-col-1 img {
    background: #231f20;
    max-width: 130px;
}
.site-footer .footer-col-1 span {
    font-size: 30px;
    font-family: var(--heading-font);
    padding-left: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 10px;
    color: white;
}
.site-footer .site.footer-widgets {
    background: url(/wp-content/uploads/2025/11/footer-bg.jpeg);
    background-size: cover;
    background-position: 0px 42%;
    padding: 20px 0 30px 0;
    position: relative;
}
.site-footer .site.footer-widgets:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.site-footer .site.footer-widgets .footer-widgets-container {
    position: relative;
}
.site-footer .footer-col-1 img {
    border: 2px solid var(--accent);
}
.site-footer .textwidget p {
    color: white;
}
.site-footer .textwidget a.btn-shop {
    background: var(--accent);
    color: white;
    text-decoration: none;
    font-family: var(--heading-font);
    font-size: 24px;
    padding: 8px 50px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-top: 2px !important;
    display: inline-block;
}
.site-footer .textwidget a.btn-shop:hover {
    background: white;
    color: var(--accent);
}
.site-footer .footer-widget-1 aside#custom_html-4 {
    margin-bottom: 20px;
}
.site-footer .footer-widget-2 .textwidget h4, .site-footer .footer-widget-3 .textwidget h4 {
    color: white;
    font-weight: 500 !important;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 22px;
}
.site-footer .footer-widget-2 .textwidget h4:before, .site-footer .footer-widget-3 .textwidget h4:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: white;
    bottom: 0;
}
.site-footer .footer-widget-2 .textwidget ul li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.site-footer .footer-widget-2 .textwidget ul li a:hover, .site-footer .footer-widget-3 .textwidget ul li a:hover {
    color: var(--accent);
}
.site-footer .footer-widget-2 aside {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 250px;
    margin: 0 auto;
}
.site-footer .footer-widget-3 .textwidget ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding-left: 52px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-footer .footer-widget-3 .textwidget ul li a:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
    background: url(/wp-content/uploads/2025/11/pin.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 24px !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.site-footer .footer-widget-3 .textwidget ul li a.address:before {
    margin-top: -6px;
}
.site-footer .footer-widget-3 .textwidget ul li a.phone:before {
    background: url(/wp-content/uploads/2025/11/telephone-call.png);
}
.site-footer .footer-widget-3 .textwidget ul li a.mail:before {
    background: url(/wp-content/uploads/2025/11/letter.png);
}
.site-footer .footer-widget-3 .textwidget ul li a.address {
    padding-bottom: 2px;
    padding-top: 2px;
}
/* -------------------------- */
/* Footer CSS End */
/* -------------------------- */

/* -------------------------- */
/* Homepage CSS Start */
/* -------------------------- */
.offer-content-block .valid-content {
    margin-bottom: 12px;
}
.main-hero-title {
    text-shadow: 0 0 8px #00000061;
}
.hero-main-slider .swiper.swiper-horizontal {
    margin: 0;
}
.hero-main-slider .cb-pagination.swiper-pagination {
    bottom: 25px;
}
.hero-main-slider .cb-pagination.swiper-pagination span.swiper-pagination-bullet {
    background: white;
    width: 10px;
    height: 10px;
}
.careers-sec h3 {
    margin-bottom: 0;
}
.careers-sec .wp-block-button {
    width: 100%;
    max-width: 220px;
}
.hero-main-slider .swiper-button-prev {
    opacity: 1;
    left: 30px;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.hero-main-slider .swiper-button-next {
    opacity: 1;
    right: 30px;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.heading-center-line:before {
    left: 50%;
    transform: translateX(-50%);
}
/* -------------------------- */
/* Homepage CSS End */
/* -------------------------- */

/* -------------------------- */
/* About CSS Start */
/* -------------------------- */
.about-hero-banner {
    position: relative;
}
.about-hero-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.75;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.about-hero-banner > div {
    position: relative;
}
.about-hero-banner > div h1 {
    margin-bottom: 0;
}
/* -------------------------- */
/* About CSS End */
/* -------------------------- */

/* -------------------------- */
/* Career CSS Start */
/* -------------------------- */
.employment-form .gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: var(--accent);
}
.employment-form form input, .employment-form form textarea, .employment-form form select {
    font-size: 16px !important;
    padding: 6px 15px !important;
    block-size: unset !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    border-color: #a1a1a1 !important;
    outline: none !important;
    width: 100% !important;
}
.employment-form form .gform-page-footer.gform_page_footer {
    margin-top: 40px;
}
.employment-form form .gform-page-footer.gform_page_footer input, .employment-form form .gform-footer.gform_footer input {
    background: var(--accent) !important;
    color: white !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 18px 65px !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
}
.employment-form form .gform-page-footer.gform_page_footer input:hover, .employment-form form .gform-footer.gform_footer input:hover {
    background: #000 !important;
}
.employment-form form label.gform-field-label {
    font-size: 16px;
}
.employment-form form legend.gfield_label.gform-field-label {
    font-size: 18px;
}
.employment-form form input.gfield-choice-input {
    padding: 0 !important;
    height: 20px !important;
}
.employment-form form input[type="checkbox"] {
    padding: 0 !important;
    width: 22px;
    border-radius: 6px !important;
}
.employment-form h2:before {
	display: none;
}
.employment-form .gform_confirmation_message {
    background: var(--accent);
    color: white;
    padding: 12px 15px;
    text-align: center;
    font-weight: 500;
}
/* -------------------------- */
/* Career CSS End */
/* -------------------------- */

.age-gate form.age-gate__form .age-gate__heading-title {
    margin-bottom: 0;
	color:#000;
}
.age-gate form.age-gate__form .age-gate__fields .age-gate__buttons {
    margin-top: 25px;
}
.age-gate form.age-gate__form .age-gate__fields .age-gate__buttons button.age-gate__submit.age-gate__submit--yes {
    background: var(--accent);
    font-size: 18px;
    padding: 10px 35px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.age-gate form.age-gate__form .age-gate__fields .age-gate__buttons button.age-gate__submit.age-gate__submit--yes:hover {
    background: #000;
}
.age-gate form.age-gate__form .age-gate__fields .age-gate__buttons button.age-gate__submit.age-gate__submit--no {
    background: #000;
    font-size: 18px;
    padding: 10px 35px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.age-gate form.age-gate__form .age-gate__fields .age-gate__buttons button.age-gate__submit.age-gate__submit--no:hover {
    opacity: 0.8;
}
.age-gate form.age-gate__form .age-gate__fields {
    margin: 0;
}
.age-gate {
    padding: 35px 20px;
    border: 3px solid #000;
    box-shadow: 0 0 0 12px white;
}
.age-gate__wrapper .age-gate__background-color {
    opacity: 0.95;
}
.age-gate form.age-gate__form .age-gate__errors {
    margin-top: 15px;
}
body.error404 .entry-header .entry-title span {
    display: block;
    text-align: unset;
    color: var(--accent);
    font-size: 120px;
    margin-bottom: 5px;
}
body.error404 .entry-header .entry-title {
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
}
body.error404 .entry-content {
    text-align: center;
}
body.error404 .entry-content form.search-form {
    margin-top: 30px;
}
body.error404 .entry-content form.search-form label input.search-field {
    border: 1px solid #000;
    background: transparent;
    max-width: 300px;
    width: 100%;
}
body.error404 .entry-content form.search-form button.search-submit {
    background: var(--accent);
}
body.error404 .entry-content form.search-form button.search-submit:hover {
    background: #000;
}
body.error404 main#main {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
}
body.error404 .entry-content a.back-btn-home {
    background: var(--accent);
    color: white;
    text-decoration: none;
    font-family: var(--heading-font);
    font-size: 24px;
    padding: 8px 30px 8px 30px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 20px;
}
body.error404 .entry-content a.back-btn-home:hover {
    background: #000;
}

@media(max-width: 768px) {
header nav span.gp-icon.icon-menu-bars svg {
    width: 30px;
    height: 30px;
    top: 8px;
}
h1 {
	font-size: 48px;
}	
h3 {
    font-size: 28px;
}	
}
@media(max-width: 767px) {
.wp-block-buttons.white-btn {
    width: 100%;
    justify-content: center;
}	
.site-header .header-image {
	width: 260px;
}	
h3 {
    font-size: 26px;
}	
.age-gate form.age-gate__form .age-gate__fields .age-gate__buttons {
    flex-wrap: wrap;
}	
body.error404 .entry-header .entry-title {
	font-size: 35px;
}	
body.error404 .entry-header .entry-title span {
    font-size: 100px;
}	
}
@media(max-width: 639px) {
.employment-form form .gfield_list_group.gform-grid-row .gfield_list_group_item input {
    margin-top: 10px;
}
.employment-form form .gfield_list_group.gform-grid-row {
    margin-top: 20px;
}	
.employment-form form .gform-page-footer.gform_page_footer input, .employment-form form .gform-footer.gform_footer input {
    padding: 18px 35px !important;
    font-size: 16px !important;
}	
}

