/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


        /*--Default Values--*/

body {
    font-size: 17px !important;
    color: #000 !important;
}
.capitalise-text * {
    text-transform: capitalize !important;
}
h1.section-title {
    font-weight: 500;
}
h1.section-title.section-title-center > b {
    display: none;
}
h1.section-title.section-title-center {
    text-align: center;
    justify-content: center;
}
.custom-heading h3.section-title .section-title-main {
    font-family: "Arapey", sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    border: none;
}
.custom-heading.no-border .section-title, .custom-heading.no-border .section-title .section-title-main {
    border: none;
}
.width_identy>.col {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.underline{
    text-decoration: underline;
}
.heading_subtitle {
    margin-bottom: 35px;
}
.heading_subtitle * {
    font-size: 17px;
    color: #000;
    font-family: "Arapey", sans-serif;
}
.heading_subtitle .title_heading {
    font-weight: 800;
    margin-bottom: 20px;
}
.heading_subtitle .title_subhead {
    font-weight: 400;
}





    /*--header--*/

ul.header-nav.header-nav-main.nav li.nav-icon a {
    opacity: 1 !important;
    color: #000;
}

body.home ul.header-nav.header-nav-main.nav li.nav-icon a {
    opacity: 1 !important;
    color: #fff;
}

/*--sidenav--*/

.mfp-wrap .mfp-container .mfp-content {
    background: #1c1d1d;
    width: 300px;
    max-width: 90%;
} 
.mfp-wrap .mfp-container .mfp-content #main-menu {
    padding: 0;
    width: 240px;
    margin: auto;
    max-width: 90%;
}
.mfp-wrap .mfp-container .mfp-content #main-menu .menu-item {
    border-color: #343535;
}
.mfp-wrap .mfp-container .mfp-content #main-menu .menu-item .nav-top-link {
    font-size: 22px;
    color: #f7f7f7;
    font-weight: 400;
    padding-left: 0;
}
body #wrapper #main {
    background: #f7f7f7;
}
.mfp-wrap.undefined.off-canvas-undefined>.mfp-container {
    background: rgba(247, 247, 247, 0.9);
}
#search-lightbox .button {
    font-size: 18px;
    padding: 0 15px;
    min-height: 52px;
}
#search-lightbox input {
    height: auto;
    box-shadow: none;
    min-height: 52px;
    border: none;
    color: #000;
    background-color: #fff;
    font-family: "Arapey", sans-serif;
    font-size: 18px;
    font-style: italic;
}
#search-lightbox label.screen-reader-text {
    display: none;
}
#search-lightbox form.searchform .autocomplete-suggestion {
    font-size: 14px;
    text-align: center;
}

#cart-popup * {
    color: #fff;
}
#cart-popup .cart-popup-title * {
    text-align: left;
    color: #fff;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
}
#cart-popup .cart-popup-title>.is-divider {
    height: 2px;
    border-color: #343535;
    background: #343535;
}





html>body>#wrapper{
	transform: translateX(0);
	transition: all 0.6s;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
	transition: all 0.6s;
}
html.js.has-off-canvas.has-off-canvas-left>body>#wrapper {
    transform: translateX(260px);
}
.mfp-bg.off-canvas {
    background: transparent;
}
.transparent #logo img {
	margin: 10px auto 0;
}

.stuck #logo img{ max-height: 37px !important; }

.home_banner .banner-layers.container>.text-box.banner-layer {
    width: 100%;
    max-width: 970px;
}
.home_banner .banner-layers.container h1 {
    font-size: 64px;
    font-weight: 100;
}

.about-sec {
	text-align: center;
}
.about-sec h2 {
	font-size: 50px;
	color: #333;
}
.about-sec h2.home_berhead {
    font-size: 32px;
    color: #000;
    font-weight: 100;
}



.banefits-sec{ text-align: center; }
.banefits-sec h2 {
	font-size: 50px;
	color: #333;
}
.banefits-sec li {
	display: block;
	position: relative;
}
.banefits-sec li::before {
	content: '-';
	left: 0;
	margin-right: 7px;
	font-weight: bold;
}

.home-shop-sec {
	background: #f8f8f8;
}
.home-shop-sec h2 {
	margin: 50px 0 20px;
	font-size: 50px;
	letter-spacing: 1px;
}

.home-divide-sec {
	padding: 50px 0 !important;
	background: none !important;
}
.home-divide-sec h2 {
	color: #333;
	font-size: 40px;
}
.home-divide-sec .img-inner img {
	border: 3px solid #f3855e;
	padding: 3px;
}
.player_infosect {
    font-size: 17px;
    color: #000;
}
.player_infosect .player_name {
    font-size: 24px;
    color: #000;
    font-family: "Bembo Book",serif;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.player_infosect .player_title {
    font-family: "Arapey", sans-serif;
    color: #000;
    font-weight: 700 !important;
    font-size: 18px;
}

.product-footer .tab-panels #tab-description .tsa_approved {
    font-size: 24px;
    color: #054c85;
    font-weight: 600;
    padding: 15px 0;
}
.product-footer .tab-panels #tab-description .tsa_approved * {
    display: inline-block;
}
.product-footer .tab-panels #tab-description .tsa_approved img {
    max-width: 250px;
    margin-right: 15px;
}


.product-footer .tab-panels #tab-description .warning_text{
	padding: 20px 0;
}
.product-footer .tab-panels #tab-description .warning_text .warn_title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.product-footer .tab-panels #tab-description .warning_text, .product-footer .tab-panels #tab-description .warning_text *{
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

    
    /*--Contact Us--*/


section.contact_quest .section-title-container.custom-heading {
    margin-bottom: 0;
}
.contact_quest>.section-content {
    max-width: 700px;
    margin: 0 auto;
    width: 95%;
    color: #000;
    font-size: 17px;
}
.contact_quest>.section-content form.wpcf7-form>p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.contact_quest>.section-content form.wpcf7-form>p>.wpcf7-form-control-wrap {
    flex: 0 0 100%;
    padding: 0 15px;
    max-width: 100%;
    float: left;
    font-style: italic;
}
.contact_quest>.section-content form.wpcf7-form>p>.wpcf7-form-control-wrap.your-name, .contact_quest>.section-content form.wpcf7-form>p>.wpcf7-form-control-wrap.your-email {
    flex: 0 0 50%;
    max-width: 50%;
}
.contact_quest>.section-content form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin: auto;
    margin-right: 15px;
    background-color: #1f1f1f;
    color: #f7f7f7;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    min-height: 44px;
}
.contact_quest>.section-content form.wpcf7-form>p>.wpcf7-form-control-wrap .wpcf7-form-control {
    box-shadow: none;
    border: none;
    color: #1c1d1d;
    background-color: #fff;
    height: auto;
    min-height: 45px;
}
.contact_quest .contact_page_form {
    padding-top: 15px;
    color: #000;
    font-style: italic;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}