/*
Theme Name:   bridge child
Theme URI:    http://winnr.digital/shottys/bridge-child/
Description:  bridge Theme
Author:       Mike C.
Author URI:   http://winnr.digital/shottys/
Template:     bridge
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  beaute
*/

@font-face {
	font-family: 'trashhandregular';
	src: url('fonts/trashhand.woff2') format('woff2'), url('fonts/trashhand.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

::selection {
	background: #DD233B!important;
	color: #fff;
}

img.sticky {
	top: -15px!important;transition: unset;
}


/********** Keyframes *************/


/* Safari 4.0 - 8.0 */

@-webkit-keyframes fadein {
	from {
		Background-color: rgba(234, 234, 234, 1);
	}
	to {
		Background-color: rgba(187, 187, 187, 0.7);
	}
}


/* Standard syntax */

@keyframes fadein {
	from {
		Background-color: rgba(234, 234, 234, 1);
	}
	to {
		Background-color: rgba(187, 187, 187, 0.7);
	}
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes fadeout {
	from {
		Background-color: rgba(187, 187, 187, 0.5);
	}
	to {
		Background-color: rgba(234, 234, 234, 0.7);
	}
}


/* Standard syntax */

@keyframes fadeout {
	from {
		Background-color: rgba(187, 187, 187, 0.5);
	}
	to {
		Background-color: rgba(234, 234, 234, 0.7);
	}
}


/***************** buttons ****************/

a.qbutton.green.default{
background-color: #DD233B;
}

a.qbutton.green.default:hover{
background-color: #000;
	color: #fff;
}

/***************** homepage ****************/

.hero-content{
 padding: 90px 0 500px 0;
}

.hero-content h4{
font-family: "trashhandregular";
	font-size: 105px;
	line-height: 80px;
	color: #DD233B;
}

.hero-content p{
font-family: "Montserrat";
	font-size: 110px;
	line-height: 80px;
	color: #000;
	font-weight: 700;
	margin: 0 0 50px 0;
}

.hero-content  a.btn{
	padding: 20px 50px;
	height: 20px;
	width: 180px;
	background-color: #eb0045;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

.hero-content  a.btn:hover{
	background-color: #000;
	color: #fff;
}

.home-hero-mobile{
		display: none;
}
/*--- Pop Make ---*/

@media only screen and (min-width:1200px){
	.home .pum-container {
		 top: 10% !important;
	}
	.home .pum-container .popup-banner{
		height: 170px;
	}
}


@media(max-width: 991px){
	.home-hero-mobile{
		display: block;
}
	.hero-content h4{
font-family: "trashhandregular";
	font-size: 80px;
	line-height: 80px;
}

.hero-content p{
font-family: "Montserrat";
	font-size: 90px;
	line-height: 80px;
}
}

@media(max-width: 500px){
	.home-hero-mobile{
		display: block;
}
	.hero-content h4{
font-family: "trashhandregular";
	font-size: 60px;
	line-height: 70px;
}

.hero-content p{
font-family: "Montserrat";
	font-size: 70px;
	line-height: 60px;
	font-weight: 800;
}
}


/** about **/

.about-wrap{
	display: flex;
	justify-content: center;
	max-width: 2000px;
	width: 95%;
	margin: 200px auto 0px auto;
}

.about-lt div,
.about-rt div{
	padding: 20px 0;
}

.about-lt,
.about-rt{
	width: 20%;
	margin-top: -150px;
}

.about-lt{
		text-align: right;
}

.about-rt{
	text-align: left;
}

.about-mid{
width: 60%;	
	max-width: 600px;
	margin-top: -300px;
}

.about-wrap h3{
font-family: "trashhandregular";
	font-size: 60px;
	line-height: 55px;
	font-weight: 500;
	color: #000;
}

.about-wrap p{
	font-size: 20px;
	color: #000;
	font-weight: 400;
}

.about-btm {
	margin: 0 auto 70px auto;
	width: 95%;
	max-width: 750px;
}

.about-btm h1{
text-transform: uppercase;
	font-size: 50px;
	color: #000;
}

.about-btm p{
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.about-btm sup{
	position: absolute;
	font-size: 11px;
	margin: -4px 0 0 2px;
}

.about-btm  a.btn{
	display: block;
	padding: 20px 50px;
	height: 20px;
	width: 180px;
	background-color: #eb0045;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 30px auto;
}

.about-btm  a.btn:hover{
	background-color: #000;
	color: #fff;
}

@media(max-width: 991px){

	.about-wrap h3{
	font-size: 50px;
	line-height: 55px;
}
	
	.about-btm p{
		width: 90%;
	max-width: 500px;
		margin: auto auto;
}
	
.about-wrap{
	margin: -20px auto 50px auto;
}

.about-lt div,
.about-rt div{
	padding: 10px 0;
}

.about-lt,
.about-rt{
	text-align: center;
	width: 90%;
	margin: 15px auto 0 auto;
}
}

@media(max-width: 500px){
	.about-btm h1{
font-size: 35px;
	line-height: 40px;
	font-weight: 800;
		margin: 20px 0;
}
	
.about-lt h3,
.about-rt h3{
		font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	}
}

@media(max-width: 768px){

p.q_slide_text.skrollable.skrollable-between span{
	font-size: 40px;
	line-height: 50px;
}
}


/** featured **/

.featured-wrap{
	position: relative;
	background-color: #eee;
	padding: 30px 0 90px 0;
}

.featured-wrap h3{ 
color: #EB0145;
margin: 0 0 20px 0;
letter-spacing: 2px;
font-weight: 800;
}

.featured-inner{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 95%;
	max-width: 1200px;
	margin: auto auto;
}

.featured-inner img{
	width: cacl(100% / 5);
	margin: 15px;
	max-width: 150px;
}

.award{
	position: absolute; 
	bottom: -70px;	
	margin: auto auto;
	left: 0; 
	right: 0; 
	max-width: 190px;
}


@media(max-width: 600px){
	.featured-inner{
		flex-direction: column;
	}
	
	.featured-inner img{
	margin: 15px 0;
	max-width: 170px;
}


}

/** shot slides **/


main h1{
color: #000;
}

div.owl-stage{
    margin: 25px 0 0 0;
	}

@media(max-width: 500px){
div.owl-stage{
    margin: 50px 0 20px 0;
	}
	
	main h1{
	font-size: 35px;
	line-height: 45px;
	font-weight: 800;
}
	
	div.car-title{
	font-size: 60px;
		line-height: 65px;
		margin: 0px 0 20px 0;
	}
	
	div.car-sub span{
		font-size: 22px;
		line-height: 35px;
	}
	
	div.car-sub span{
		font-size: 30px;
		font-weight: 700;
	}
}

/** party hero **/

div.party-home-sec h1{
	color: rgba(255,255,255,0.8);
	font-size: 140px;
	line-height: 120px;
}

.party-home-sec h2{
	display: flex;
	align-self: center;
	justify-content: center;
	font-weight: 400;
	color: rgba(255,255,255,0.8);
font-family: "trashhandregular";
	font-size: 200px;
	line-height: 190px;
}

.party-home-sec h2 span{
	display: flex;
	align-self: center;
	font-weight: 400;
	color: rgba(255,255,255,0.8);
font-family: "trashhandregular";
	font-size: 200px;
	line-height: 190px;
}

.party-home-sec span font{
	margin-top: 20px;
	color: rgba(255,255,255,0.8);
	font-size: 17px;
	width: 30px;
	height: 30px;
	font-family: "Montserrat";
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	border: 3px solid rgba(255,255,255,0.8);
}

@media(max-width: 819px){
	div.party-home-sec h1{
	color: rgba(255,255,255,0.8);
	font-size: 80px;
	line-height: 110px;
}

.party-home-sec h2{
	flex-direction: column;
	font-size: 150px;
	line-height: 120px;
}
	
	
.party-home-sec h2 span{
	display: flex;
	font-size: 150px;
	line-height: 120px;
}
	
	.party-home-sec span font{
	margin-top: 5px;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
}

@media(max-width: 500px){
	div.party-home-sec h1{
	color: rgba(255,255,255,0.8);
	font-size: 70px;
	line-height: 100px;
}

.party-home-sec h2{
	flex-direction: column;
	font-size: 130px;
	line-height: 110px;
}
	
	
.party-home-sec h2 span{
	display: flex;
	font-size: 130px;
	line-height: 110px;
}
}

/** where to buy **/

.where-buy-inner{
	width: 95%;
	margin: auto auto;
}

.where-buy-inner h1{
	font-size: 50px; 
	line-height: 60px; 
	font-weight: 700; 
	text-align: center; 
	color: #000;
}

.where-buy-inner p{
	margin: 20px auto 0 auto;
	color: #000;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.where-buy-inner a.btn{
	display: block;
	padding: 20px 50px;
	height: 20px;
	width: 180px;
	background-color: #eb0045;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 30px auto;
}

.where-buy-inner  a.btn:hover{
	background-color: #000;
	color: #fff;
}

.store-img-wrap{
display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	column-gap: 40px;
	row-gap: 30px;
	max-width: 1700px;
  margin: 0 auto;
}

.store-img-wrap img{
	width: calc((100% / 8) - 40px);
	max-width: 170px;
	margin: 0px;
	opacity: 0.55;
}
.store-img-wrap .sm-logo{
	max-width:100px;
}
.faq-title .wpb_wrapper h3{
	border-bottom: 4px solid #89DFEB;
    padding-bottom: 4px;
	margin-bottom: 10px !important;
    display: inline-block;
}
.wpb_text_column.faq-title {
	margin-top: 60px;
}
@media(min-width: 1001px){
	.faq-title .wpb_wrapper h3 {padding-top: 100px;margin-top: -100px;}
}
@media(max-width: 500px){
	
	.where-buy-inner h1{
	font-size: 35px;
	line-height: 40px;
	font-weight: 800;
		margin: 20px 0;
}
	.wpb_text_column.faq-title {
	margin-top: 50px;
}
	
.store-img-wrap img{
width: calc((100% / 2) - 40px);
	max-width: 190px;
}

}

/** home newsletter **/

.home-newsletter{
	width: 95%;
	max-width: 500px;
	margin: auto auto;
}

@media(max-width: 500px){
	div.newsletter-title{
		font-size: 65px;
		line-height: 60px;
	}
}

/*********************** popup SEC ***********************/

.hero-img-home {
	background-image: url(https://winnr.digital/shottys/wp-content/uploads/2017/10/home-hero.jpg);
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	height: 900px;
}

#overlay-wrap {
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 50000 !Important;
}

#itro_popup {
	position: fixed !important;
}

.enter {
	max-width: 600px;
	margin: 6% auto 0 auto;
}

.enter img {
	margin-bottom: 150px;
}

.enter-txt {
	font-family: trashhandregular;
	text-align: center;
	font-size: 95px;
	line-height: 110px;
	color: #000;
}

.enter-btn-wrap {
	width: 360px;
	margin: 40px auto 0 auto;
}

#age_button_area input[type=submit] {
	cursor: pointer;
	background-color: #DD233B !important;
	color: #fff;
	border: 0px;
	padding: 15px 65px !important;
	font-size: 25px;
	font-weight: 700;
	border-radius: 5px !important;
	margin: 0 20px 0 0;
	-webkit-transition: opacity 0.5s ease-in;
	//for chrome, safari  -moz-transition: opacity 0.5s ease-in;
	//for mozilla firefox  -o-transition: opacity 0.5s ease-in;
	//for opera
}

#age_button_area input[type=submit]:hover {
	cursor: pointer;
	background-color: #000 !important;
}

#ageLeaveButton {
}

button.under-age {
	background-color: #DD233B;
	color: #fff;
	border: 0px;
	padding: 15px 50px;
	font-size: 25px;
	font-weight: 700;
	border-radius: 5px;
}

button.under-age:hover {
	background-color: #000;
	cursor: pointer;
}

#under-age-txt {
	color: #DD233B;
	font-size: 30px;
	line-height: 33px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
	display: none;
}

div.qode-card-slider.clearfix {
	height: 200px !important;
	display: table !important;
}

.popup-footer {
	text-align: center;
	left: 0px;
	right: 0px;
	margin: auto auto;
	color: #000;
	position: absolute;
	bottom: 50px;
	font-weight: 600;
}

input.fname{
	width: 47%;
    height: 48px;
    border: 0px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    padding-left: 15px;
    margin-right: 2%;
    margin-bottom: 10px;
}

select.select_state {
	width: 47%;
    height: 48px;
    border: 0px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-left: 1%;
}
.mc4wp-response{
	width: max-content;
    margin: 0 auto;
    margin-top: 15px;
}
.mc4wp-response .mc4wp-alert.mc4wp-error {
    padding: 5px;
    border: 2px solid #f00;
    color: #fff;
    font-weight: 600;
}
.mc4wp-response .mc4wp-alert.mc4wp-success{
	padding: 5px;
    border: 2px solid #32CD32;
    color: #fff;
    font-weight: 600;
}
.mc4wp-response .mc4wp-alert.mc4wp-notice{
	padding: 5px;
	border: 2px solid yellow;
	color: #fff;
    font-weight: 600;
}
body.page-id-346 span.wpcf7-form-control-wrap.your-name,
body.page-id-346 span.wpcf7-form-control-wrap.your-state,
body.page-id-2 span.wpcf7-form-control-wrap.your-name,
body.page-id-1947 span.wpcf7-form-control-wrap.your-name,
body.page-id-1922 span.wpcf7-form-control-wrap.your-name,
body.page-id-2 span.wpcf7-form-control-wrap.your-state,
body.page-id-1947 span.wpcf7-form-control-wrap.your-state,
body.page-id-1922 span.wpcf7-form-control-wrap.your-state,
body.page-id-9307 span.wpcf7-form-control-wrap.your-name,
body.page-id-9307 span.wpcf7-form-control-wrap.your-state,
body.page-id-9310 span.wpcf7-form-control-wrap.your-name,
body.page-id-9310 span.wpcf7-form-control-wrap.your-state,
body.page-id-2129 span.wpcf7-form-control-wrap.your-name,
body.page-id-2129 span.wpcf7-form-control-wrap.your-state,
body.page-id-1922 span.wpcf7-form-control-wrap.mc4wp-FNAME,
body.page-id-1922 span.wpcf7-form-control-wrap.mc4wp-STATE{
	width: 49%;
    height: 48px;
    margin-bottom: 10px;
    display:inline-block;
}
body.page-id-346 span.wpcf7-form-control-wrap.your-name,
body.page-id-2 span.wpcf7-form-control-wrap.your-name,
body.page-id-1947 span.wpcf7-form-control-wrap.your-name,
body.page-id-1922 span.wpcf7-form-control-wrap.your-name,
body.page-id-9307 span.wpcf7-form-control-wrap.your-name,
body.page-id-9310 span.wpcf7-form-control-wrap.your-name,
body.page-id-2129 span.wpcf7-form-control-wrap.your-name{
	margin-right: 1%;
	margin-bottom: 0px;	
}
body.page-id-346 span.wpcf7-form-control-wrap.your-name input,
body.page-id-346 span.wpcf7-form-control-wrap.your-state select,
body.page-id-2 span.wpcf7-form-control-wrap.your-name input,
body.page-id-1947 span.wpcf7-form-control-wrap.your-name input,
body.page-id-1922 span.wpcf7-form-control-wrap.your-name input,
body.page-id-2 span.wpcf7-form-control-wrap.your-state select,
body.page-id-1947 span.wpcf7-form-control-wrap.your-state select,
body.page-id-1922 span.wpcf7-form-control-wrap.your-state select,
body.page-id-1922 span.wpcf7-form-control-wrap.mc4wp-STATE select,
body.page-id-9307 span.wpcf7-form-control-wrap.your-name input,
body.page-id-9307 span.wpcf7-form-control-wrap.your-state select,
body.page-id-9310 span.wpcf7-form-control-wrap.your-name input,
body.page-id-9310 span.wpcf7-form-control-wrap.your-state select,
body.page-id-2129 span.wpcf7-form-control-wrap.your-name input,
body.page-id-2129 span.wpcf7-form-control-wrap.your-state select{
	margin-top: 0;
}
body.page-id-346 span.wpcf7-form-control-wrap.your-state,
body.page-id-2 span.wpcf7-form-control-wrap.your-state,
body.page-id-1947 span.wpcf7-form-control-wrap.your-state,
body.page-id-1922 span.wpcf7-form-control-wrap.your-state,
body.page-id-1922 span.wpcf7-form-control-wrap.mc4wp-STATE,
body.page-id-9307 span.wpcf7-form-control-wrap.your-state,
body.page-id-9310 span.wpcf7-form-control-wrap.your-state,
body.page-id-2129 span.wpcf7-form-control-wrap.your-state{
	margin-left: 1%;
	margin-bottom: 0px;	
}
.name-wrap{
margin-bottom: 15px;
}
body.page-id-346 span.wpcf7-form-control-wrap.your-state select.wpcf7-form-control.select_state,
body.page-id-2 span.wpcf7-form-control-wrap.your-state select.wpcf7-form-control.select_state,
body.page-id-1947 span.wpcf7-form-control-wrap.your-state select.wpcf7-form-control.select_state,
body.page-id-1922 span.wpcf7-form-control-wrap.your-state select.wpcf7-form-control.select_state,
body.page-id-1922 span.wpcf7-form-control-wrap.mc4wp-STATE select.wpcf7-form-control.select_state,
body.page-id-9307 span.wpcf7-form-control-wrap.your-state select.wpcf7-form-control.select_state,
body.page-id-2129 span.wpcf7-form-control-wrap.your-state select.wpcf7-form-control.select_state{
	border-radius: 5px;
	color: #000;
    font-size: 15px;
    padding-left: 15px;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-appearance: listbox;
}
.four_columns>.column4>.column_inner span.q_social_icon_holder.normal_social i{
	margin: 0 !important;
	width: 25px;
	padding: 10px;
}
.four_columns>.column4>.column_inner span.q_social_icon_holder.normal_social a{
	display: inline-flex;
}
span.wpcf7-form-control-wrap.your-email input.wpcf7-email{
	margin-top: 0;
	/*margin-bottom: 15px;*/
}
div.wpcf7 .ajax-loader {
    display: none;
}
.map_wrap #map path {
    pointer-events: none;
}
@media(max-width: 800px) {
	#popup_content {
		height: 700px !important;
	}
	.enter img {
		margin-bottom: 50px;
	}
	.enter-txt {
		font-size: 60px;
		line-height: 70px;
	}
	#under-age-txt {
		color: #DD233B;
		font-size: 30px;
		line-height: 33px;
		text-align: center;
		margin-top: 0px;
		z-index: 7000;
	}
	.popup-footer {
		bottom: -150px;
	}
	#subscribe_section .vc_empty_space{
        height:50px !important;
    }
    #subscribe_section .newsletter-title{
        font-size: 50px;
        line-height: 50px;
		max-width: 50%;
		width: 100%;
		margin: 0 auto 20px;
    }
    .newsletter-sub {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
div#storelocatorwidget div#storelocatorwidget-container div#storelocator-wrapper {
    /* display: table !important; */
    box-sizing: border-box !important;
    height: auto !important;
    flex-direction: column-reverse;
    position: relative;
}

div#storelocatorwidget div#storelocatorwidget-container div#storelocator-wrapper .storelocator-opaque {
    position: relative !important;
    z-index: 1 !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    padding: 0 !important;
}

div#storelocatorwidget div#storelocatorwidget-container div#storelocator-wrapper div#storelocator-map_canvas {
}

div#storelocatorwidget div#storelocatorwidget-container div#storelocator-wrapper div#storelocator-leftcolumn {
    margin-bottom: 0;
    margin-top: 15px;
    height: auto !important;
}
div#storelocatorwidget div#storelocatorwidget-container div#storelocator-wrapper div#storelocator-leftcolumn div#storelocator-list {
    height: auto;
}
div#storelocatorwidget div#storelocatorwidget-container div#storelocator-wrapper div#storelocator-leftcolumn div#storelocator-messages br:nth-child(2) {
    display: none;
}
}
@media(max-width: 599px) {
	 .newsletter-sub br{
        display:none;
    }
    div#wpcf7-f9254-p346-o1,
    div#wpcf7-f1914-p1922-o1,
    div#wpcf7-f9254-p2-o1,
    div#wpcf7-f1914-p2-o1,
    div#wpcf7-f9254-p2-o1,
    div#wpcf7-f1914-p2-o1,
div#wpcf7-f9254-p9307-o1,
div#wpcf7-f9254-p9310-o1{
        max-width: 500px;
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .footer_top .four_columns .column2,
    .footer_top .four_columns .column3{
        margin-bottom:0;
    }
    .three_columns .column1{
        display:none;
    }
    #subscribe_section .newsletter-title{
    	max-width: 66%;
    }
    .footer_top.footer_top_full .column2.footer_col2,
    .footer_top .four_columns .column3{
    	margin-bottom: 0 !important;
    }
    .four_columns>.column4 {
    	margin-top: 00px;
	}
	.footer_bottom_holder .column3.footer_bottom_column,
	.column4.footer_col4 div#text-2{
		display: none;
	}
	.footer_top_holder .footer_top.footer_top_full{
		padding: 48px 24px 20px 24px;
	}
}

@media(max-width: 480px) {
	#age_button_area input[type=submit] {
		margin: 0 0 20px 0;
	}
	#subscribe_section .newsletter-title{
    	max-width: 81%;
    }	
    .available_text p{
		font-size: 24px;
    }

}
/*@media(max-width: 420px) {
	.available_text p{
		max-width: 95%;
    	margin: 0 auto !important;
	}
}*/
@media(max-width: 375px) {
	#subscribe_section .newsletter-title{
		max-width: 90%;
	}
}


/*********************** Carousel SEC ***********************/

#carousel {
	position: relative;
	height: 390px;
	transform: translateY(-30%);
	overflow: hidden;
	max-width: 1800px;
	margin: 50px auto -140px auto;
}

#carousel div {
	position: absolute;
	-ms-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	-webkit-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	-moz-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	-o-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	transition: transform 1s, left 1s, opacity 1s, z-index 0s;
	opacity: 1;
}

#carousel div img {
	width: 350px;
	-ms-transition: width 1s;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

#carousel div.hideLeft {
	left: 0%;
	opacity: 0;
	-ms-transform: translateY(100px) translateX(-50%);
	-webkit-transform: translateY(100px) translateX(-50%);
	-moz-transform: translateY(100px) translateX(-50%);
	-o-transform: translateY(100px) translateX(-50%);
	transform: translateY(100px) translateX(-50%);
}

#carousel div.hideLeft img {
	width: 200px;
}

#carousel div.hideRight {
	left: 100%;
	opacity: 0;
	-ms-transform: translateY(100px) translateX(-50%);
	-webkit-transform: translateY(100px) translateX(-50%);
	-moz-transform: translateY(100px) translateX(-50%);
	-o-transform: translateY(100px) translateX(-50%);
	transform: translateY(100px) translateX(-50%);
}

#carousel div.hideRight img {
	width: 200px;
}

#carousel div.prev {
	z-index: 5;
	left: 30%;
	-ms-transform: translateY(100px) translateX(-50%);
	-webkit-transform: translateY(100px) translateX(-50%);
	-moz-transform: translateY(100px) translateX(-50%);
	-o-transform: translateY(100px) translateX(-50%);
	transform: translateY(100px) translateX(-50%);
	opacity: 0.7;
}

#carousel div.prev img {
	width: 230px;
}

#carousel div.prevLeftSecond {
	z-index: 4;
	left: 15%;
	-ms-transform: translateY(100px) translateX(-50%);
	-webkit-transform: translateY(100px) translateX(-50%);
	-moz-transform: translateY(100px) translateX(-50%);
	-o-transform: translateY(100px) translateX(-50%);
	transform: translateY(100px) translateX(-50%);
	opacity: 0.7;
}

#carousel div.prevLeftSecond img {
	width: 230px;
}

#carousel div.selected {
	z-index: 10;
	left: 50%;
	-ms-transform: translateY(0px) translateX(-50%);
	-webkit-transform: translateY(0px) translateX(-50%);
	-moz-transform: translateY(0px) translateX(-50%);
	-o-transform: translateY(0px) translateX(-50%);
	transform: translateY(0px) translateX(-50%);
}

#carousel div.next {
	z-index: 5;
	left: 70%;
	-ms-transform: translateY(100px) translateX(-50%);
	-webkit-transform: translateY(100px) translateX(-50%);
	-moz-transform: translateY(100px) translateX(-50%);
	-o-transform: translateY(100px) translateX(-50%);
	transform: translateY(100px) translateX(-50%);
	opacity: 0.7;
}

#carousel div.next img {
	width: 230px;
}

#carousel div.nextRightSecond {
	z-index: 4;
	left: 85%;
	-ms-transform: translateY(100px) translateX(-50%);
	-webkit-transform: translateY(100px) translateX(-50%);
	-moz-transform: translateY(100px) translateX(-50%);
	-o-transform: translateY(100px) translateX(-50%);
	transform: translateY(100px) translateX(-50%);
	opacity: 0.7;
}

#carousel div.nextRightSecond img {
	width: 230px;
}

.buttons {
	display: none;
}

@media (max-width: 1250px) {
	.buttons {
		display: block;
		z-index: 1000;
		margin: 0px auto 0 auto;
		width: 100%;
		z-index: 1000;
		position: relative;
	}
	#prev,
	#next {
		position: absolute;
		top: -310px;
		font-size: 40px;
		color: #DB0632;
		height: 320px;
		line-height: 320px;
		width: 30px;
		padding: 0 5px;
	}
	#prev {
		left: 0px;
	}
	#next {
		right: 0px;
	}
	#carousel div {
		position: absolute;
		-ms-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		-webkit-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		-moz-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		-o-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		opacity: 1;
	}
	#carousel div img {
		width: 400px;
		-ms-transition: width 1s;
		-webkit-transition: width 1s;
		-moz-transition: width 1s;
		-o-transition: width 1s;
		transition: width 1s;
	}
	#carousel div.hideLeft {
		left: 0%;
		opacity: 0;
		-ms-transform: translateY(50%) translateX(-50%);
		-webkit-transform: translateY(50%) translateX(-50%);
		-moz-transform: translateY(50%) translateX(-50%);
		-o-transform: translateY(50%) translateX(-50%);
		transform: translateY(50%) translateX(-50%);
	}
	#carousel div.hideLeft img {
		width: 200px;
	}
	#carousel div.hideRight {
		left: 100%;
		opacity: 0;
		-ms-transform: translateY(50%) translateX(-50%);
		-webkit-transform: translateY(50%) translateX(-50%);
		-moz-transform: translateY(50%) translateX(-50%);
		-o-transform: translateY(50%) translateX(-50%);
		transform: translateY(50%) translateX(-50%);
	}
	#carousel div.hideRight img {
		width: 200px;
	}
	#carousel div.prev {
		z-index: 5;
		left: 20%;
		-ms-transform: translateY(150px) translateX(-50%);
		-webkit-transform: translateY(150px) translateX(-50%);
		-moz-transform: translateY(150px) translateX(-50%);
		-o-transform: translateY(150px) translateX(-50%);
		transform: translateY(150px) translateX(-50%);
	}
	#carousel div.prev img {
		width: 200px;
	}
	#carousel div.prevLeftSecond {
		z-index: 4;
		left: -30%;
		-ms-transform: translateY(50%) translateX(-50%);
		-webkit-transform: translateY(50%) translateX(-50%);
		-moz-transform: translateY(50%) translateX(-50%);
		-o-transform: translateY(50%) translateX(-50%);
		transform: translateY(50%) translateX(-50%);
		opacity: 0.7;
	}
	#carousel div.prevLeftSecond img {
		width: 200px;
	}
	#carousel div.selected {
		z-index: 10;
		left: 50%;
		-ms-transform: translateY(0px) translateX(-50%);
		-webkit-transform: translateY(0px) translateX(-50%);
		-moz-transform: translateY(0px) translateX(-50%);
		-o-transform: translateY(0px) translateX(-50%);
		transform: translateY(0px) translateX(-50%);
	}
	#carousel div.next {
		z-index: 5;
		left: 80%;
		-ms-transform: translateY(150px) translateX(-50%);
		-webkit-transform: translateY(150px) translateX(-50%);
		-moz-transform: translateY(150px) translateX(-50%);
		-o-transform: translateY(150px) translateX(-50%);
		transform: translateY(150px) translateX(-50%);
	}
	#carousel div.next img {
		width: 200px;
	}
	#carousel div.nextRightSecond {
		z-index: 4;
		left: 100%;
		-ms-transform: translateY(50%) translateX(-50%);
		-webkit-transform: translateY(50%) translateX(-50%);
		-moz-transform: translateY(50%) translateX(-50%);
		-o-transform: translateY(50%) translateX(-50%);
		transform: translateY(50%) translateX(-50%);
		opacity: 0.7;
		top: 100%;
	}
	#carousel div.nextRightSecond img {
		width: 200px;
	}
}

@media (max-width: 900px) {
	#prev,
	#next {
		position: absolute;
		top: -300px;
		font-size: 40px;
		color: #DB0632;
		height: 300px;
		line-height: 300px;
	}
	#carousel {
		position: relative;
		height: 360px;
		-ms-transform: translateY(-30%);
		-webkit-transform: translateY(-30%);
		-moz-transform: translateY(-30%);
		-o-transform: translateY(-30%);
		transform: translateY(-30%);
		overflow: hidden;
		max-width: 1800px;
		margin: 10px auto -70px auto;
	}
	#carousel div {
		position: absolute;
		-ms-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		-webkit-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		-moz-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		-o-transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		transition: transform 1s, left 1s, opacity 1s, z-index 0s;
		opacity: 1;
	}
	#carousel div img {
		width: 300px;
		-ms-transition: width 1s;
		-webkit-transition: width 1s;
		-moz-transition: width 1s;
		-o-transition: width 1s;
		transition: width 1s;
	}
	#carousel div.hideLeft {
		left: 0%;
		opacity: 0;
		-ms-transform: translateY(100px) translateX(-50%);
		-webkit-transform: translateY(100px) translateX(-50%);
		-moz-transform: translateY(100px) translateX(-50%);
		-o-transform: translateY(100px) translateX(-50%);
		transform: translateY(100px) translateX(-50%);
	}
	#carousel div.hideLeft img {
		width: 200px;
	}
	#carousel div.hideRight {
		left: 100%;
		opacity: 0;
		-ms-transform: translateY(100px) translateX(-50%);
		-webkit-transform: translateY(100px) translateX(-50%);
		-moz-transform: translateY(100px) translateX(-50%);
		-o-transform: translateY(100px) translateX(-50%);
		transform: translateY(100px) translateX(-50%);
	}
	#carousel div.hideRight img {
		width: 200px;
	}
	#carousel div.prev {
		z-index: 5;
		left: 20%;
		-ms-transform: translateY(130px) translateX(-50%);
		-webkit-transform: translateY(130px) translateX(-50%);
		-moz-transform: translateY(130px) translateX(-50%);
		-o-transform: translateY(130px) translateX(-50%);
		transform: translateY(130px) translateX(-50%);
	}
	#carousel div.prev img {
		width: 200px;
		margin-left: 0px;
	}
	#carousel div.prevLeftSecond {
		z-index: 4;
		left: -30%;
		-ms-transform: translateY(50%) translateX(-50%);
		-webkit-transform: translateY(50%) translateX(-50%);
		-moz-transform: translateY(50%) translateX(-50%);
		-o-transform: translateY(50%) translateX(-50%);
		transform: translateY(50%) translateX(-50%);
		opacity: 0.7;
	}
	#carousel div.prevLeftSecond img {
		width: 200px;
	}
	#carousel div.selected {
		z-index: 10;
		-ms-transform: translateY(100px) translateX(-50%);
		-webkit-transform: translateY(100px) translateX(-50%);
		-moz-transform: translateY(100px) translateX(-50%);
		-o-transform: translateY(100px) translateX(-50%);
		transform: translateY(100px) translateX(-50%);
	}
	#carousel div.next {
		z-index: 5;
		left: 75%;
		-ms-transform: translateY(130px) translateX(-50%);
		-webkit-transform: translateY(130px) translateX(-50%);
		-moz-transform: translateY(130px) translateX(-50%);
		-o-transform: translateY(130px) translateX(-50%);
		transform: translateY(130px) translateX(-50%);
	}
	#carousel div.next {
		width: 250px !important;
		height: 300px !important;
	}
	#carousel div.next img {
		margin-left: 80px;
	}
	#carousel div.nextRightSecond {
		z-index: 4;
		left: 100%;
		-ms-transform: translateY(50%) translateX(-50%);
		-webkit-transform: translateY(50%) translateX(-50%);
		-moz-transform: translateY(50%) translateX(-50%);
		-o-transform: translateY(50%) translateX(-50%);
		transform: translateY(50%) translateX(-50%);
		opacity: 0.7;
	}
	#carousel div.nextRightSecond img {
		width: 200px;
	}
}

@media (max-width: 600px) {
	#prev,
	#next {
		position: absolute;
		top: -260px;
		font-size: 30px;
		color: #000;
		height: 280px;
		line-height: 280px;
	}
	#carousel {
		position: relative;
		height: 320px;
		-ms-transform: translateY(-30%);
		-webkit-transform: translateY(-30%);
		-moz-transform: translateY(-30%);
		-o-transform: translateY(-30%);
		transform: translateY(-30%);
		overflow: hidden;
		max-width: 1800px;
		margin: 10px auto -70px auto;
	}
	#carousel div.prev {
		z-index: 5;
		left: -10%;
		-ms-transform: translateY(130px) translateX(-50%);
		-webkit-transform: translateY(130px) translateX(-50%);
		-moz-transform: translateY(130px) translateX(-50%);
		-o-transform: translateY(130px) translateX(-50%);
		transform: translateY(130px) translateX(-50%);
	}
	#carousel div.prev img {
		width: 200px;
		margin-left: 0px;
	}
	#carousel div.selected {
		z-index: 10;
		-ms-transform: translateY(100px) translateX(-50%);
		-webkit-transform: translateY(100px) translateX(-50%);
		-moz-transform: translateY(100px) translateX(-50%);
		-o-transform: translateY(100px) translateX(-50%);
		transform: translateY(100px) translateX(-50%);
	}
	div.selected img {
		width: 250px !important;
		max-width: 250px;
	}
	#carousel div.next {
		z-index: 5;
		left: 100%;
		-ms-transform: translateY(130px) translateX(-50%);
		-webkit-transform: translateY(130px) translateX(-50%);
		-moz-transform: translateY(130px) translateX(-50%);
		-o-transform: translateY(130px) translateX(-50%);
		transform: translateY(130px) translateX(-50%);
	}
	#carousel div.next {
		width: 250px !important;
		height: 300px !important;
	}
	#carousel div.next img {
		margin-left: 80px;
	}
}

.hideLeft:hover,
.hideRight:hover,
.prev:hover,
.prevLeftSecond:hover,
.selected:hover,
.next:hover,
.nextRightSecond:hover {
	cursor: pointer;
}

.car-title {
	padding-top: 55px;
	font-family: trashhandregular;
	font-size: 75px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}

.car-sub {
	font-size: 27px;
	padding: 5px 0 20px 0;
	text-algin: center;
	color: #fff;
	font-weight: 500;
}

.car-sub span{
font-family: trashhandregular;
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
}

.car-btn {
	display: block;
	padding: 20px 50px;
	height: 20px;
	width: 180px;
	background-color: #000;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 20px;
           text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0px auto 40px auto;
}

.car-btn:hover {
	background-color: #fff;
	color: #000;
}

.mydivs {
	height: 300px;
	border: 5px solid #ccf;
}

.mydivs>div {
	height: 100%;
	overflow-y: auto;
	border: 5px solid #ff0;
	padding: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/*************************** FEATURE SEC ****************************/

.feature-shot img .vc_single_image-img,
.feature-vodka img .vc_single_image-img,
.feature-natural img .vc_single_image-img,
.feature-proof img .vc_single_image-img {
	background-color: red;
}

.feature-wrap {
	text-align: center;
	color: #000 !important;
}

.features-title {
	font-family: trashhandregular;
	font-size: 60px;
	line-height: 55px;
}

.features-sub {
	font-weight: 600;
	font-size: 23px;
	margin-top: 10px;
}


/*************************** PEEL SQUEEZE PARTY SEC ****************************/

.party-sec {
	text-align: center;
	opacity: .7;
	font-size: 140px;
	line-height: 170px;
	color: #fff;
	font-weight: 900;
	max-width: 700px;
	margin: auto auto;
}

span.tm {
	font-size: 30px;
	font-weight: 700;
	vertical-align: text-top;
	bottom: 40px;
	position: absolute;
}

@media (max-width: 700px) {
	.party-sec {
		font-size: 90px;
		line-height: 100px;
	}
}

@media (max-width: 600px) {
	.party-sec {
		font-size: 70px;
		line-height: 80px;
	}
	span.tm {
		font-size: 30px;
		font-weight: 700;
		vertical-align: text-top;
		bottom: 14px;
		position: absolute;
	}
}


/*************************** MAIN SQUEEZE SEC ****************************/

.main-squeeze-title {
	font-family: trashhandregular;
	font-size: 100px;
	line-height: 120px;
	color: #000;
	text-align: center;
}

.main-squeeze-line {
	width: 100px;
	height: 7px;
	background-color: #DD233B;
	border-radius: 5px;
	margin: auto auto;
}

.main-squeeze-sub {
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: #000;
	font-weight: 500;
	max-width: 1050px;
	margin: auto auto;
	margin: 30px auto 30px auto;
}

.main-squeeze-btn {
	font-size: 20px;
	font-weight: 900;
	padding: 15px 30px;
	border-radius: 5px;
	color: #fff;
	background-color: #000;
	width: 140px;
	margin: auto auto;
	white-space: nowrap;
}

.main-squeeze-btn:hover {
	background-color: #DD233B;
}


/*************************** NEWSLETTER SEC ****************************/

.newsletter-title {
	font-family: trashhandregular;
	font-size: 100px;
	line-height: 100px;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
}

.newsletter-sub {
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

div.mc4wp-form-fields,
div#wpcf7-f9254-p346-o1,
div#wpcf7-f1914-p1922-o1,
div#wpcf7-f9254-p2-o1,
div#wpcf7-f1914-p2-o1,
div#wpcf7-f9254-p9307-o1,
div#wpcf7-f9254-p9310-o1{
	max-width: 500px;
	width: 100%;
	margin: auto auto;
}

.mc-email {
	width: 100%;
	height: 48px;
	border: 0px solid #000;
	border-radius: 5px;
	color: #000;
	font-size: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.mc-submit {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: 0px solid #000;
	background-color: #DD233B;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	box-sizing: border-box;
}

.mc-submit:hover {
	background-color: #000;
	cursor: pointer;
}

/* .newsletter-social-wrap {
	width: 110px;
	margin: 70px auto 70px auto;
} */

.newsletter-social-wrap i.fa.fa-instagram {
	font-size: 25px;
	color: #000;
	background-color: #fff;
	padding: 10px 12px;
	float: left;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.newsletter-social-wrap i.fa.fa-facebook {
	font-size: 25px;
	color: #000;
	background-color: #fff;
	padding: 10px 15px;
	float: right;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.newsletter-social-wrap i.fa.fa-instagram:hover,
.newsletter-social-wrap i.fa.fa-facebook:hover {
	background-color: #DD2336;
	color: #fff;
}

div.mc4wp-alert.mc4wp-success p {
	text-align: center;
	font-size: 20px;
	color: #DD233B;
	font-weight: 600;
	line-height: 25px;
	margin: 20px 0;
	max-width: 500px;
	margin: 30px auto 0px auto;
}
@media(max-width: 800px){
	.newsletter-sub {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
@media(max-width: 600px) {
	div.mc4wp-form-fields {
		width: 100%;
		padding: 0 20px;
    	box-sizing: border-box;
	}
	.mc-email {
		width: 100%;
		height: 50px;
		clear: both;
		margin: 0 auto 15px auto;
		float: none;
		display: block;
	}
	.mc-submit {
		width: 86%;
		height: 50px;
		clear: both;
		margin: auto auto;
		float: none;
		display: block;
	}
	input.fname{
		width: 46%;
	}

}

@media(max-width: 480px) {
	input.fname,
	select.select_state{
		width: 100%;
		margin-left: 0;
		margin-right: 0;		
    	box-sizing: border-box;
	}
}
/*************************** FOOTER SEC ****************************/

.page-id-346 div.footer_top.footer_top_full {
	border-top: 1px solid #D1D3D4;
}

.enjoy {
	font-family: trashhandregular;
	font-size: 50px;
	line-height: 50px;
	color: #DD233B;
	font-weight: 400;
}

div.four_columns.clearfix {
	background-color: #fff;
	max-width: 1700px;
	margin: auto auto;
}

@media(max-width: 890px) {
	.enjoy {
		text-align: center;
	}
	div.four_columns.clearfix div.column_inner {
		text-align: center;
		width: 100%;
	}
}


/**************************** PRESS PAGE ********************************/
.press-hero-wrap{
	background-color: #eee;
	margin: 100px 0 0 0;
	padding: 30px 0 40px 0;
}

.press-hero-wrap p{
	text-align: center; width: 95%;
	margin:25px auto 0 auto;
	color: #000;
	font-size: 20px;
	line-height: 30px;
}

.press-hero-wrap a{
	color: #EB0145;
	text-decoration: underline;
}

.press-hero-wrap a:hover{
	color: #000;
	text-decoration: underline;
}

.press-wrap{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 70px auto;
}

.press-item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.press-item img{
width: 250px;
}
	
.press-date{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a6a6a6;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
	
.press-item span{
	width: calc(100% - 250px);
	color: #000;
	font-size: 27px;
	line-height: 37px;
	font-weight: 800;
	margin: 0 0 0 70px;
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
	}
	
.press-item a:hover{
	color: #DD233B;
}
	
@media(max-width: 1000px){
	.press-hero-wrap{
	margin: 0px 0 0 0;
}
}


@media(max-width: 700px){
	.press-item{
	flex-direction: column;
}

.press-item img{
width: 200px;
margin: 20px auto 0 auto;
}

.press-item span{
	width: 95%;
	margin: 0px auto 20px auto;
	text-align: center;
	padding: 0px 0 40px 0;
	border-bottom: 1px solid #eee;
	}
	
	.press-date{
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #a6a6a6;
	margin: 15px 0 15px 0;
	text-transform: uppercase;
}
}

/**************************** CONTACT PAGE ********************************/

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	border-radius: 5px !important;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2), 4px 6px 20px 0 rgba(0, 0, 0, 0.05) !important;
	color: #000 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
input.wpcf7-form-control.wpcf7-text::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}

input.wpcf7-form-control.wpcf7-submit {
	display: block !important;
	margin: auto auto !important;
	background-color: #ed0045 !important;
	border: 1px solid #ed0045 !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	padding: 7px 70px !important;
	border-radius: 7px !important;
	width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
    height: auto !important;
    margin-top: 15px !important;
}

div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
div.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #000 !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000!important;
	color: #FFF!important;
	border-color: transparent!important;
}

div.wpcf7-response-output:before {
	right: 15px!important;
}

div.wpcf7-response-output {
	padding: 17px 11px 17px 38px!important;
}
div.wpcf7-response-output:before{
	left: 20px;
}
div.wpcf7-response-output{
	font-size: 14px !important;
	letter-spacing: 0 !important;
	text-align: left;
}

/********************** LOCATION PAGE ***************************/

.slp_search_form {
	background-color: #000;
	padding: 40px 0 40px 0;
	margin-top: 0px !important;
}

span.location_detail_label {
	display: none!important;
}

.text_below_map {
	position: absolute;
	top: 270px;
	margin-left: 10%;
}

@media(min-width: 1000px) {
	.slp_search_form {
		margin: -30px 0 70px 0;
	}
}

#address_search {
	width: 1040px;
	margin: auto auto;
}

.search_item {
	background-color: #000;
	margin: 0px 0px 0px 0px !important;
	width: 28%;
	/*display: inline-block !important;	



	max-width: 700px;*/
}

#radius_in_submit {
	margin: 0px !important;
	display: inline-block !important;
}

i.fa.fa-map-marker {
	color: #DD0330;
	/*margin-right: 10px;*/
}

#addressInput {
	float: none;
	display: inline-block;
	padding: 12px!important;
	border-width: 0px!important;
}

input.label_text {
	width: 350px !important;
}

label.text.length_13,
label.text.length_2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: right;
	display: lnline-block !important;
	/*width: 50% !important;*/
}

.slp_search_form .search_box .search_item input[type="text"] {
	/*min-width: 20em!important;*/
	flex-basis: auto !important;
}

.address_search .slp_search_form .search_box .search_item {
	display: inline-block !important;
}

.slp_search_form .search_box .search_item {
	display: inline-block !important;
	text-align: left;
	width: auto !important;
}

label.text.length_2 {
	display: inline-block;
	padding: 10px;
	margin-left: 80px;
	white-space: nowrap;
}

input#addressInput {
	float: right;
}

div#addy_in_address {
	width: 72% !important;
	position: relative;
}

#map_sidebar>.no_results_found>h2 {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: red;
}

input.label_text.length_13,
input.label_text.length_2 {
	border-radius: 5px;
	padding: 5px 5px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	display: lnline-block !important;
	width: 45% !important;
	height: 20px;
}

input.label_text.length_13,
input.label_text.length_2:focus {
	outline: none!important;
}

input.label_text.length_13::placeholder,
input.label_text.length_2::placeholder {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

#addy_in_radius {
	display: none !important;
}

input.slp_ui_button {
	background-color: #DD0330;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 35px !important;
	margin: 0 0 0 20px !important;
	border: none;
	border-radius: 5px!important;
}

input.slp_ui_button:hover {
	background-color: #fff!important;
	color: #000000!important;
	cursor: pointer;
}

#addy_in_address .label-find {
	color: #ffffff;
	font-size: 24px;
	display: inline-block;
	position: absolute;
	top: 25%;
	font-weight: bold;
	left: 25%;
}

.slp_map,
div.slp_results_container {
	margin: auto auto !important;
	display: block !important;
	/*max-width: 1500px;*/
}

div.slp_info_bubble {
	font-size: 15px;
	color: #000;
}

#slp_bubble_name strong {
	color: #DD0330;
	text-transform: uppercase;
}

a.storelocatorlink {
	font-weight: 600;
}

a.storelocatorlink:hover {
	color: #DD0330;
}

div.results_wrapper {
	display: none !important;
}

@media(max-width: 1055px) {
	.slp_search_form {
		background-color: #000;
		padding: 30px 0 30px 100px;
		margin-bottom: 40px;
	}
}

@media(max-width: 1000px) {
	.location-space {
		display: none;
	}
}

@media(max-width: 700px) {
	.slp_search_form {
		padding: 30px 0 30px 0px;
	}
	#address_search {
		width: 90%;
		margin: auto auto;
		display: block;
	}
	div#addy_in_address {
		width: 90% !important;
		margin: 0 auto !important;
	}
	.slp_search_form .search_box .search_item {
		width: 96% !important;
		padding: 8px;
	}
	input#addressInput {
		float: none;
	}
	.search_item {
		display: block !important;
		width: 300px !important;
		display: block;
	}
	#radius_in_submit {
		display: block !important;
	}
	#addressInput {
		float: none;
	}
	label.text.length_13,
	label.text.length_2 {
		text-align: center !important;
		display: block;
		width: 100% !important;
		margin: auto auto !important;
	}
	input.label_text.length_13,
	input.label_text.length_2 {
		border-radius: 5px;
		padding: 5px 0px;
		display: block;
		width: 100% !important;
		height: 20px;
		margin-top: 20px;
	}
	#addressInput {
		padding: 20px 10px!important;
	}
	input.label_text.length_13::placeholder,
	input.label_text.length_2::placeholder {
		color: #000;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
	}
	#addy_in_radius {
		display: none !important;
	}
	input.slp_ui_button {
		padding: 20px 40px !important;
		margin: 10px 0 0 0 !important;
		width: 100%;
		border: none;
	}
}


/********************** FAQ Page ****************************/

.question {
	width: 27%;
	margin: 1%;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.answer {
	width: 96%;
	Background-color: rgba(234, 234, 234, 1);
	border-radius: 5px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin: 1%;
	padding: 20px 2% 20px 2%;
	text-align: center;
	display: none;
	border: 1px solid #bbb;
	position: absolute;
	z-index: 1;
}

.page-id-7 .content_inner {
	text-align: center;
	background-image: url(https://shottys.com/wp-content/uploads/2017/11/faq-background.jpg);
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	background-attachment: fixed;
}


@media (min-width: 1000px) {
	.page-id-7 .main-squeeze-title {
		padding-top: 100px;
	}
}

.faq-questions-wrap {
	max-width: 1400px;
	margin: auto auto;
	padding: 50px 0 50px 0;
}
.faq-btn{
	background: #DD233B;
	padding: 10px 20px;
}

.question-wrap {
	width: 27%;
	margin: 1%;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.question-wrap a {
	width: 96%;
	Background-color: rgba(234, 234, 234, 1);
	border-radius: 5px;
	color: #000;
	padding: 20px 2% 20px 2%;
	text-align: center;
	display: block;
	opacity: .9;
}

.question-wrap a:hover {
	Background-color: #d2d2d2;
	color: #000;
}

.button {
	cursor: pointer;
}

@media (max-width: 800px) {
	.question-wrap {
		width: 45%;
	}
	.answer {
		position: inherit !important;
	}

}

@media (max-width: 500px) {
	.question-wrap {
		width: 90%;
		margin: auto auto;
	}
	.touch section.parallax_section_holder {
		background-size: inherit !important;
	}
}


/********* Mobile ***************/

i.qode_icon_font_awesome.fa.fa-bars {
	font-size: 25px;
	color: #000;
}

@media (max-width: 999px) {
	.header-title-top {
		display: none;
	}
	.main-squeeze-title {
		font-size: 60px;
		line-height: 65px;
	}
	.q_logo img.mobile {
		margin: 50px auto!important;
	}
}

@media (max-width: 767px) {
	
	.flavor-space {
		display: none;
	}
	#strawberry img,
	#lime img,
	#orange img,
	#lemon img,
	#blueberry img {
		margin-top: 70px;
	}
	#itro_popup {
		max-width: 100%!important;
	}
	.q_logo a {
		height: 50px !important;
	}
	.vc_row.wpb_row.section.vc_row-fluid.vc_inner.main-squeeze-img {
		margin-left: -50px!important;
		margin-right: -50px!important;
	}
	.wpb_single_image.wpb_content_element.vc_align_center.squeeze-cups {
		margin-top: 30px!important;
	}
	 .four_columns>.column1,
    .four_columns>.column2,
    .four_columns>.column3,
    .four_columns>.column4{
        width:100%;
    }
    .four_columns>.column1{
        margin-bottom: 50px;
    }
    .four_columns>.column4{
        margin-top:30px;
    }
    div.four_columns.clearfix div.column_inner{
        padding:0;
    }
    div.four_columns.clearfix div.column_inner,
    .footer_top .four_columns .column3 .column_inner>div,
    .footer_top .four_columns .column4 .column_inner>div{
        margin:0 !important;
    }
    .footer_top .four_columns .column2 .column_inner>div{
        margin: 0;
    }
    
}



@media (max-width: 650px) {
	/*** location map ***/
	.slp_map {
		max-height: 300px;
		width: 100% !important;
	}
	.enter-txt {
		font-size: 50px!important;
		margin-bottom: 30px!important;
	}
	.main-squeeze-sub {
		font-size: 20px;
		line-height: 30px;
		margin: 30px;
	}
	.vc_custom_1512971094150 {
		background-size: contain!important;
		height: 1000px;
	}
	.owl-item.center>div {
		margin: -6px !important;
	}
}

@media (max-width: 450px) {
	.size-full.wp-image-14.aligncenter {
		max-width: 175px!important;
	}
	.owl-carousel .owl-stage-outer {
		margin-top: 15px;
		padding-top: 10px;
	}
}

@media (min-width: 701px) and (max-width: 900px) {
	div#addy_in_address {
		width: 10% !important;
	}
	input.label_text.length_13,
	input.label_text.length_2 {
		width: 38% !important;
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
	div#addy_in_address {
		width: 28% !important;
	}
	input.label_text.length_13,
	input.label_text.length_2 {
		width: 45% !important;
	}
}

@media (min-width: 701px) and (max-width: 1100px) {
	.slp_search_form {
		padding: 15px;
	}
	label.text.length_2 {
		margin-left: 0px;
	}
	input.slp_ui_button {
		padding: 20px 30px !important;
	}
}

@media (max-width: 1100px) {
	.text_below_map {
		top: 200px;
	}
}

@media (max-width: 1000px) {
	.text_below_map {
		top: 100px;
	}
}

@media (max-width: 700px) {
	.text_below_map {
		top: 300px;
	}
}

.custom_map_cls .mpfy-controls-wrap {
	margin-top: -170px;
	background: #000;
}

.custom_map_cls .mpfy-controls.mpfy-without-dropdown {
	margin: 0;
}

.custom_map_cls form.mpfy-search-form {
	background-color: #000;
	padding: 40px 0 40px 0;
	margin-top: 0px !important;
	max-width: 1040px;
	margin: auto auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
}

.custom_map_cls .mpfy-container .fa {
	font: normal normal normal 14px/1 FontAwesome;
}

.custom_map_cls .fa:before {
	content: "\f041";
	font-size: 24px;
}

.custom_map_cls .label-find {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	width: 36%;
	text-align: right;
	padding: 5px 0;
}

.custom_map_cls .mpfy-search-wrap {
	display: flex;
	width: 64%;
	line-height: 0;
}

.custom_map_cls .mpfy-search-field {
	width: 60%;
	margin: 0 0px 0px 12px;
}

.custom_map_cls input.mpfy-search-input {
	padding: 12px;
	border-width: 0px;
	width: 95%;
}

.custom_map_cls input.mpfy-search-button {
	background-color: #DD0330;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 35px !important;
	max-width: 30%;
	text-align: center;
	margin: 0 0 0 20px !important;
	border: none;
	border-radius: 5px!important;
	cursor: pointer;
}

.custom_map_cls .instruct_cls {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}

.custom_map_cls div#mpfy-canvas-0 {
	width: 80%;
	margin: 0 auto;
	height: 550px !important;
}

.mpfy-tooltip.mpfy-flip-tooltip .center .mpfy-closest-pin {
	background: #DD0330 !important;
}

.custom_map_cls .mpfy-selecter-wrap .selecter .selecter-options .selecter-item {
	line-height: 30px;
}


/*.custom_map_cls .mpfy-search-radius {
    display: none;
}*/








@media (max-width: 1024px) {
	.custom_map_cls .mpfy-search-wrap {
		width: 70%;
	}
	.custom_map_cls .label-find {
		width: 30%;
	}
	.custom_map_cls .mpfy-search-field {
		width: 50%;
	}
	.custom_map_cls div#mpfy-canvas-0 {
		width: 100%;
	}
	.custom_map_cls .instruct_cls {
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 1002px) {
	.custom_map_cls .mpfy-map-canvas-shell {
		margin-top: 180px;
	}
	.custom_map_cls .mpfy-search-wrap {
		width: 70%;
		margin: 0 auto;
	}
	.custom_map_cls .label-find {
		width: 30%;
		margin: 0 auto;
	}
	.custom_map_cls .mpfy-search-field {
		width: 50%;
	}
	.custom_map_cls input.mpfy-search-button {
		max-width: 30%;
		text-align: center;
		padding: 0 15px !important;
	}
}

@media (max-width: 786px) {
	.custom_map_cls .mpfy-search-wrap {
		width: 85%;
		margin: 0 auto;
	}
	.custom_map_cls .label-find {
		width: 15%;
		font-size: 0;
	}
	.custom_map_cls input.mpfy-search-button {
		max-width: 37%;
		font-size: 11px;
		padding: 13px !important;
	}
	.custom_map_cls div#mpfy-canvas-0 {
		height: 300px !important;
	}
}

@media (max-width: 414px) {
	.custom_map_cls .mpfy-search-wrap {
		width: 92%;
	}
	.custom_map_cls .label-find {
		width: 8%;
	}
}

.mpfy-tooltip-content>p {
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-weight: 700 !important;
}

.mpfy-tooltip-content>p>strong {
	color: #DD0330 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
}

body .mpfy-tooltip.mpfy-flip-tooltip {
	margin-top: 30px;
	-webkit-box-shadow: 1px 9px 10px #9a9a9a;
	-moz-box-shadow: 1px 9px 10px #9a9a9a;
	-ms-box-shadow: 1px 9px 10px #9a9a9a;
	-o-box-shadow: 1px 9px 10px #9a9a9a;
	box-shadow: 1px 9px 10px #9a9a9a;
}

body .mpfy-tooltip.mpfy-flip-tooltip .center .mpfy-or-text {
	display: none;
}


/* 12-2-2019 */

p#age_button_area input#ageEnterButton,
p#age_button_area input#ageLeaveButton{
	cursor: pointer;
	background-color: #DD233B !important;
	color: #fff;
	border: 0px;
	padding: 15px 65px !important;
	font-size: 25px;
	font-weight: 700;
	border-radius: 5px !important;
	margin: 0 20px 0 0;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
}

#age_button_area input#ageEnterButton:hover,
#age_button_area input#ageLeaveButton:hover{
	cursor: pointer;
	background-color: #000 !important;
}

@media (max-width: 480px) {
	#age_button_area input#ageEnterButton {
		margin: 0 0 20px 0 !important;
	}
	.footer_top .four_columns .column2 .column_inner>div{
        margin-bottom: 0 !important;
    }
}


div#storelocator-search-bar {
    display: none;
}

div#pp_search_address form#pp_search_address {
    display: flex;
    margin: 0 auto;
    max-width: 700px;
    align-items: center;
}

div#pp_search_address form#pp_search_address .search_address_wrapper {
    float: left;
    width: 80%;
}
div#pp_search_address form#pp_search_address .search_address_wrapper #storelocator-search-label{
	vertical-align: middle;
}
div#pp_search_address form#pp_search_address .search_address_wrapper #storelocator-search-label i.fa.fa-map-marker{
	font-size: 40px;
}
div#pp_search_address form#pp_search_address button {
    float: right;
    width: 25%;
    background-color: #ed0045 !important;
    border: 1px solid #ed0045 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 7px 10px !important;
    border-radius: 7px !important;
    box-sizing: border-box !important;
    height: 40px !important;
    line-height: normal !important;
    min-height: 40px !important;
    text-align: center !important;
}

div#pp_search_address form#pp_search_address .search_address_wrapper input#storelocator-search_address {
    margin: 0 0 0 10px !important;
    padding: 6px 10px !important;
    height: 40px !important;
    line-height: normal !important;
    min-height: 40px !important;
    width: 90% !important;
    box-sizing: border-box;
}
@media only screen and (max-width: 1000px){
	div#pp_search_address{
		margin-top: 10px !important;
	}
}
@media only screen and (max-width: 767px){
	div#pp_search_address form#pp_search_address{
		max-width: 95%;
	}
	div#pp_search_address form#pp_search_address .search_address_wrapper input#storelocator-search_address{
		width: 86% !important;
	}
	div#pp_search_address form#pp_search_address .search_address_wrapper{
		width: 73%;
	}
	div#pp_search_address form#pp_search_address button{
		width: 30% !important;
		padding: 7px 10px !important;
	}
}
@media only screen and (max-width: 480px){
	div#pp_search_address form#pp_search_address .search_address_wrapper #storelocator-search-label{
		display: none;
	}
	div#pp_search_address form#pp_search_address button {
    	width: 36% !important;
    	padding: 7px 2px !important;
    	font-size: 15px !important;
	}
}

/* Added css for Blog And Single Post Changes */
.blank-space{
	height: 100px;
}
.single-post .blog_holder.blog_single article h2{
	margin-bottom: 20px;
}
.single-post .blog_holder article .post_info{display: none;}
.blog_holder.masonry article .post_text .post_text_inner{
	display: flex;
	flex-direction: column;
}
.blog_holder.masonry article .post_text .post_text_inner .post_excerpt{
	order: 2
}
.blog_holder.masonry article .post_text .post_text_inner .post_info{margin:0px 0 4px;}
span.date.entry_date.updated {
    font-weight: 300;
}
.post_info {
    display: none;
}
.post_content_holder h2.entry_title {
    margin: 20px auto;
}
.post_text p {
    line-height: 24px;
    margin: 10px auto;
}
.comment_holder {
    display: none;
}
@media (max-width: 1000px){
	.blank-space{
		height: 0px;
	}
}


.product_meta {
    display: none;
}

.woocommerce table.cart tbody tr td img {
    width: auto !important;
}

.woocommerce-account table.my_account_orders tbody tr, .woocommerce-cart table.cart tbody tr {
    border: none !important;
}

.woocommerce input[name="update_cart"] {
    display: none !important;
}

body #map .get-direction-btn {
    text-decoration: underline;
    color: #EA0045 !important;
    font-weight: 800;
    font-size: 20px;
}

.notice-wrapper {
    background: #F0F0F0;
    padding: 15px;
    border-radius: 12px;
    margin-top: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 390px;
}

#map .notice-wrapper .circle-icon , .map-col .notice-wrapper .circle-icon {
    display: inline-flex !important;
    background: #FFCF00;
    align-items: center;
    justify-content: center;
    width: 45px !important;
    height: 45px !important;
    min-width: 45px;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 15px;
}

#map .notice-wrapper .circle-icon i {
    margin: 0 !important;
}

.notice-wrapper p {
    display: inline-block !important;
    font-size: 17px;
}

.notice-wrapper p {
    font-weight: 600;
    font-size: 18px;
}
.map-col .map-product.notice-wrapper {
    background: transparent;
    max-width: initial;
    justify-content: flex-start;
	padding-left: 0;
	
	
    text-align: left;
}

.map-col .notice-wrapper p {
    color: #ffff;
}
.map-col .notice-wrapper .circle-icon{
	color: #000;width: 30px !important;
    height: 30px !important;
    min-width: 30px;
    font-size: 17px;
}

@media (max-width: 1024px){
	.notice-wrapper p {
			font-size: 16px;
	}
	.map-col .notice-wrapper {
    display: block !important;
    text-align: center;
}
}
@media (max-width: 767px){
	.listofbrand .notice-wrapper {
			display: block !important;
			text-align: center;
	}
	
	.gm-style .gm-style-iw-c {
    max-width: 290px !important;
}
	.map-col .map-product.notice-wrapper {
    display: flex !important;
    text-align: left;
}
}

@media (max-width: 320px){
	.gm-style .gm-style-iw-c {
			max-width: 245px !important;
	}
}


/*============ Popup 23-9-2022 ==========*/
#pum-2504 .pum-container {
	padding: 0;
	border-radius: 15px;
	background-color: rgb(255 255 255);
	box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
}
.popup-form {
    padding: 0 20px 10px;
}
.popup-form .two-col-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#popmake-2504 .popup-form input {
    background: #f2f2f2 !important;
    padding: 14px 20px !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    margin: 0 !important;
}
#popmake-2504 .popup-form input.wpcf7-submit {
    background: #e00031 !important;
    border: 0 !important;
    padding: 10px 10px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 30px;
    margin-top: 20px !important;
}
#popmake-2504 .popup-form input.wpcf7-submit:hover{
	background: #151515 !important;
}
.popup-banner img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    display: block;
}
.shottys-content {
    padding: 20px 20px 10px;
}
.pum-close {
    cursor: pointer !important;
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    border: 0;
    background: #fff !important;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pum-close i{
	color: #111 !important;
}
.shottys-content h2 {
    margin: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.shottys-content p {
    font-weight: 500;
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}
.popup-form .two-col-box label{
	width: 100%;
}
.popup-form .two-col-box label:first-child{
	margin-right: 15px;
}

.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
		display: block !important;
}
/* .pum-open-scrollable {
    overflow: hidden !important;
} */

#popmake-2504 .popup-form label.error {
    position: absolute;
    font-weight: 600;
    margin-top: 2px;
}
.popup-form .two-col-box {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1024px){
    .pum-container.pum-responsive.pum-responsive-medium {
        width: 380px !important;
    }
}
@media only screen and (max-width: 1023px){
    .home .pum-container {
        width: 300px !important;
        margin: 0 auto !important;
        display: block;
        right: 0;
    }
    .shottys-content br{
        display: none;
    }
}
.wpcf7 form.sent .wpcf7-response-output{
	background-color: #ed0045 !important;
}

/* --- New Design 19 Jun 2025 --- */
body h2,
body h3,
body h4,
body h5,
body h6,
body p:not(:last-child) {margin-bottom: 12px;}

.content > .content_inner > .container > .container_inner.default_template_holder {width: 100%;padding-top: 0;}

/* --- Header --- */
body header .header_top_bottom_holder .header_bottom {padding-bottom: 20px;}
header .main_menu.right,
header .header_inner_right {top: 10px;}
header nav.main_menu ul li {padding: 0 16px;}
header .header_inner_right .icon_text_holder:has(.icon_title:empty) {display: none;}
header .header_inner_right .qode_icon_with_text_widget {display: inline-block;}
header .header_inner_right .qode_icon_with_text_widget:not(:last-child) {margin-right: 35px;}

/* --- Footer ---*/
body .tiktok::before,
footer .q_social_icon_holder .fa-500px::before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z"/></svg>');background-repeat: no-repeat;background-position: center;color: transparent;}
body a:hover .tiktok::before,
footer .q_social_icon_holder a:hover .fa-500px::before {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z" fill="%23fff"/></svg>');background-repeat: no-repeat;background-position: center;color: transparent;}

footer .column_inner {display: flex;flex-wrap: wrap;column-gap: 20px;row-gap: 30px;}
footer .two_columns_50_50 .footer_col2 .column_inner {padding-left: 20px;}
footer .widget_text:has(.enjoy) {margin-bottom: 10px;}
footer .widget_nav_menu {width: calc((100% - 20px) / 2);}
footer .footer_inner .widget_nav_menu ul .menu-item a {font-size: 20px;}
footer .footer_inner .widget_nav_menu ul .menu-item {padding-bottom: 25px;}

footer .footer_col2 p {font-weight: 500;line-height: 1.5;}
footer .footer_inner .footer_top .footer_col2 .column_inner > div {margin: 0;}
footer .widget:has(form) {width: 100%;}
footer .q_social_icon_holder span {margin: 0 !important;}

footer ::-webkit-input-placeholder {
    color: #000;
	opacity: 1;
	font-size: inherit !important;
}
footer :-moz-placeholder {
    color: #000;
	opacity: 1;
	font-size: inherit !important;
}
footer ::-moz-placeholder {
    color: #000;
	opacity: 1;
	font-size: inherit !important;
}
footer :-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: inherit !important;
}
footer form .mc4wp-form-fields {max-width: 100%;}
footer form .mc-email {background-color: #f2f2f2;font-size: 20px;font-weight: 700;line-height: 1.4;padding: 16px 30px;height: 60px;}
footer form .mc-submit {height: 60px;font-size: 30px;font-weight: 700;line-height: 1.2;}

footer .footer_inner .footer_top .footer_col2 .column_inner > div.widget:has(form) {margin-bottom: 20px;}
footer form.klaviyo-form {justify-content: flex-start !important;max-width: 100% !important;}
footer form.klaviyo-form button {padding: 0 30px !important;}
footer form.klaviyo-form button:hover {background-color: #000 !important;color: #fff !important;}
footer form.klaviyo-form input[type="email"] {padding: 10px 30px !important;}
/* --- # Footer ---*/

/* --- Home Hero ---*/
body .vc_row.home-hero-sec {/*min-height: calc(100vh - 320px);*/padding-bottom: 44% !important;}
body .vc_row.home-hero-sec .mobile-bg-image {display: none;}
body .vc_row.home-hero-sec h1 {font-weight: 900;font-size: 100px;line-height: 1.1;margin-bottom: 10px;color: #000;}
body .vc_row.home-hero-sec h1 br {display: none;}
body .vc_row.home-hero-sec h1 span {font-family: "trashhandregular";color: #e7003e;font-size: 130%;font-weight: normal;}
body .vc_row.home-hero-sec h1 sup {font-size: 20px;font-weight: 500;color: #e7003e;top: -32px;position: relative;left: 5px;}
body .vc_row.home-hero-sec p {color: #000;font-weight: 700;line-height: 1.2;font-size: 44px;margin-bottom: 40px;}
/* --- # Home Hero ---*/
/* --- section-header --- */
body .section-header h1 {font-size: 110px;font-family: 'trashhandregular';font-weight: 500;color: #000;position: relative;line-height: 1.2;margin-bottom: 40px;}
body .section-header h1:after {position: absolute;content: "";left: 50%;bottom: -10px;background-color: #e92c3f;width: 100px;height: 6px;transform: translateX(-50%);}
body .section-header h2 {font-size: 65px;color: #000000;font-weight: 900;line-height: 1.2;text-transform: none;letter-spacing: normal;margin-bottom: 30px;}
body .section-header h2 span {color: #e7003e;}
body .section-header p {font-size: 30px;color: #000000;line-height: 1.6;font-weight: 600;}
body .section-header p:not(:last-child) {margin-bottom: 16px;}
body .section-header h3 {font-size: 40px;color: #000000;font-weight: 900;line-height: 1.2;text-transform: none;letter-spacing: normal;margin-bottom: 25px;}
body .section-header h2.btn {font-size: 22px;text-transform: uppercase;font-weight: 700;line-height: 1.2;background-color: #8adfec;display: inline-block;padding: 15px 30px;border-radius: 50px;}
body .section-header.black-heading h2 span {color: #000000;font-family: trashhandregular;}
/* --- # section-header --- */
/* --- Ready --- */
.ready-sec .image_with_text {width: 33.33%;}
/* --- # Ready --- */
/* --- Shottys Products --- */
.vc_row.shottys-prod-sec {background-image: linear-gradient(0deg, #8adfec 0%, #ffffff 100%);}
.vc_row.shottys-prod-sec .section-header p {max-width: 1170px;margin-left: auto;margin-right: auto;}
.vc_row.shottys-prod-sec .section-header h3 {text-align: center;}

.vc_row.shottys-prod-sec .prod-boxes-row .vc_column-inner > .wpb_wrapper {display: flex;flex-wrap: wrap;gap: 20px;}
.vc_row.shottys-prod-sec .prod-boxes-row .vc_column-inner > .wpb_wrapper > div:not(.qode-info-card) {width: 100%;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card {width: calc( (100% - 20px) / 2);display: inline-block;position: relative;border-radius: 20px;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-image {padding: 40px 30px 25px 30px;border-radius: 20px 20px 0 0;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-qbutton-main-color {background-color: #fff;color: #e7003e;font-weight: 900;font-size: 30px;border-radius: 50px;line-height: 1;height: auto;width: auto;margin: 0 auto;display: table;padding: 12px 25px;position: static;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-link-holder {background-color: #FFFFFF80;padding: 25px 30px 40px;border-radius: 0 0 20px 20px;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-text-holder {padding: 0 30px;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-title {font-weight: 700;font-size: 22px;text-transform: none;letter-spacing: normal;margin-bottom: 0;color: #000;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-qbutton-main-color::before {content: "";background: transparent;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-image img {max-height: 240px;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card:hover {background: #e7003e;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card:hover > div {background-color: transparent !important;}
.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card:hover .qode-info-card-title {color: #fff;}
.vc_row.shottys-prod-sec .prod-boxes-row {margin-left: 0;margin-right: 0;}
.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner {display: flex;flex-wrap: wrap;column-gap: 90px;row-gap: 40px;}
.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner > .wpb_column {width: calc( (100% - 90px) / 2);}
.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner > .wpb_column > .vc_column-inner {padding: 0 !important;}
.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner::before,
.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner::after {display: none;}
/* --- # Shottys Products --- */
/* --- Featured --- */
.featured-sec .testimonials_c_holder .testimonial_content_inner .testimonial_author {display: none;}
.featured-sec .testimonials_c_holder .testimonial_content_inner {background: transparent;padding: 0;display: flex;flex-direction: column-reverse;}
.featured-sec .testimonials_c_holder .testimonial_content_inner .testimonial_image_holder {margin-bottom: 0;margin-top: 70px;border-radius: 0;}
.featured-sec .testimonials_c_holder .testimonial_content_inner .testimonial_image_holder a {display: inline-block;max-width: 220px;width: 100%;}
.featured-sec .testimonials_c_holder .testimonial_text_inner {font-size: 65px;line-height: 1.2;font-weight: 900;color: #fff;}
.featured-sec .testimonials_c_holder .testimonial_text_inner p {font-size: inherit;color: inherit;}
.custom-nav-arrows {display: flex;align-items: center;justify-content: center;gap: 20px;}
.custom-nav-arrows > span {background: #e7003e;border-radius: 60px;padding: 15px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.custom-nav-arrows svg {width: 40px;}
.custom-nav-arrows svg path {fill: #fff !important;}
/* --- # Featured --- */
/* --- Two col --- */
.vc_row.two-col-sec > .full_section_inner {display: flex;flex-direction: row;}
.vc_row.two-col-sec > .full_section_inner > .vc_column_container > .vc_column-inner {height: 100%;}
.vc_row.two-col-sec .content-col > .vc_column-inner > .wpb_wrapper {display: flex;flex-wrap: wrap;column-gap: 10px;}
.vc_row.two-col-sec .content-col.img-box > .vc_column-inner > .wpb_wrapper {column-gap: 80px;row-gap: 40px;}
.vc_row.two-col-sec .content-col .wpb_wrapper > div:not(.image_with_text) {width: 100%;}
.vc_row.two-col-sec .content-col .wpb_wrapper .section-header {padding-bottom: 20px;}
.vc_row.two-col-sec .content-col .wpb_wrapper .section-header.PB0 {padding-bottom: 0px;}
.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text {width: calc( (100% - 160px) / 3);}
.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text img {max-width: 150px;margin: 0 auto 20px;}
.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text h3 {font-size: 26px;font-weight: 800;text-transform: none;letter-spacing: normal;text-align: center;color: #000;}
.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text .separator {margin: 0 !important;}
.vc_row.two-col-sec .box-max-width > .vc_column-inner > .wpb_wrapper {max-width: 570px;}
/* --- # Two col --- */
/* --- FAQ box --- */
.vc_row.two-col-sec .content-col.faq-box .accordion {padding-bottom: 60px;}
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header:nth-last-child(2),
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-content.ui-accordion-content-active:last-child {border-bottom: 3px solid #ffffff;}
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header:nth-last-child(2).ui-accordion-header-active {border-bottom: 0;}
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header {border-top: 3px solid #ffffff;color: #000;margin: 0;padding: 20px 0;font-size: 22px;font-weight: 700;text-transform: none;letter-spacing: normal;line-height: 1.2;}
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header:hover {color: #000;}
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header .tab-title {padding: 0;padding-right: 40px;}
.vc_row.two-col-sec .content-col.faq-box .accordion .accordion_content {padding: 0;font-size: 18px;line-height: 1.7;color: #000;}
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header .accordion_mark {background-color: transparent;border: 0;right: 0;top: 12px;left: auto;}
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header .accordion_mark_icon {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z" fill="%23000"/></svg>');background-size: 24px;background-repeat: no-repeat;}
.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header.ui-state-active .accordion_mark_icon {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" fill="%23000"/></svg>');}
/* --- # FAQ box --- */
/* --- Where buy --- */
.vc_row.where-buy-sec .section-header p {max-width: 950px;margin-left: auto;margin-right: auto;}
/* --- # Where buy --- */
.vc_row.join-party-sec .section-header p {max-width: 740px;margin-left: auto;margin-right: auto;}
.vc_row.join-party-sec .section-header p strong {color: #e7003e;}
.newsletter-social-wrap {max-width: 1190px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;}
.newsletter-social-wrap a {padding: 10px;background-color: #fff;border-radius: 50%;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 40px;}
.newsletter-social-wrap a:hover {background-color: #e7003e;color: #fff;}
.newsletter-social-wrap a i {font-size: inherit !important;padding: 0 !important;background-color: transparent !important;border-radius: unset !important;float: none !important;}
.newsletter-social-wrap a i.tiktok {font-size: 120% !important;}

/* --- Social Media Slider --- */
.social-media-carousel .owl-stage {display: flex;}
.social-media-carousel .owl-item .wpb_content_element {cursor: pointer;margin: 0;height: 100%;opacity: 1 !important;}
.social-media-carousel .wpb_content_element .wpb_wrapper p:has(video),
.social-media-carousel .wpb_content_element .wpb_wrapper p:has(.video-thumbnail),
.social-media-carousel .owl-item .wpb_wrapper,
.social-media-carousel .owl-item .wpb_wrapper .vc_single_image-wrapper,
.social-media-carousel .owl-item video,
.social-media-carousel .owl-item img {width: 100%;height: 100%;border-radius: 20px;object-fit: cover;}
.social-media-carousel .video-popup-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.85);z-index: 9999;display: flex;justify-content: center;align-items: center;}
.social-media-carousel .video-popup {position: relative;max-width: 90%;max-height: 90%;}
.social-media-carousel .video-popup video {width: 100%;height: auto;border-radius: 8px;}
.social-media-carousel .video-popup-close {position: absolute;top: -20px;right: -20px;font-size: 28px;font-weight: bold;color: #fff;background: #000;border-radius: 50%;width: 40px;height: 40px;line-height: 40px;text-align: center;cursor: pointer;}

.owl-nav.disabled {display: none;}
.owl-nav.disabled {display: none;}
.owl-dots {display: flex;flex-wrap: wrap;justify-content: center;gap: 8px;margin-top: 40px;}
.owl-dots .owl-dot {width: 8px;height: 8px;background-color: transparent;border-radius: 50%;border: 2px solid #000;cursor: pointer;}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {background-color: #000;border-color: #000;}
.social-media-carousel .owl-dots .owl-dot.active,
.social-media-carousel .owl-dots .owl-dot:hover {background-color: #fff;border-color: #fff;}
/* --- # Social Media Slider --- */
.video-popup-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);z-index: 9999;display: flex;justify-content: center;align-items: center;}
.video-popup {position: relative;max-width: 850px;max-height: calc(100vh - 70px);margin: 36px;}
.video-popup-container {overflow-y: auto;max-height: inherit;}
.video-popup video {width: 100%;height: auto;border-radius: 10px;}
.video-popup-close {position: absolute;top: 0;right: -30px;background: white;color: black;font-size: 24px;border-radius: 3px;cursor: pointer;width: 30px;height: 30px;text-align: center;line-height: 30px;z-index: 10;}
.social-media-carousel .owl-item .vc_single_image-wrapper.video-thumbnail-wrap {position: relative;}
.social-media-carousel .owl-item .vc_single_image-wrapper.video-thumbnail-wrap::before {content: "\f144";font-family: Fontawesome;color: #fff;font-size: 60px;position: absolute;left: 50%;top: 50%;z-index: 1;transform: translate(-50%, -50%);}

.table-wrap {display: block;overflow: hidden;overflow-x: auto;-webkit-overflow-scrolling: touch;border-radius: 10px;border: 1px solid #cdcdcd;}
.table-wrap table {width: 100%;font-size: 18px;border-collapse: collapse;}
.table-wrap table th {background-color: #e7003e;color: #fff;font-size: 20px;}
.trashhand-th .table-wrap table th {font-family: trashhandregular;font-size: 32px;}
.table-wrap table th,
.table-wrap table td {padding: 20px;}
.table-wrap table td {text-align: left;color: #000;}
.table-wrap table td:not(:last-child) {border-right: 1px solid #cdcdcd;}
.table-wrap table tr {background-color: #fff;}
.table-wrap table tr:nth-child(2n) {background-color: #efefef;}

/* --- FAQ --- */
.faq-sec .left-sec .lf-bx a {background-color: #ea0c45;margin-bottom: 5px !important;font-size: 18px;color: #fff;padding: 15px 20px;font-weight: 700;text-transform: uppercase;border-radius: 8px;display: block;}
.faq-title h3 {font-size: 30px;color: #000;font-weight: 700;margin-bottom: 30px !important;}
.faq-bx.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {left: calc(100% - 20px) !important;background: none;border: none;top: 35px !important;width: auto;height: auto;}
.faq-bx.q_accordion_holder.accordion .ui-accordion-header .accordion_mark .accordion_mark_icon {filter: brightness(0) saturate(100%);width: 20px;height: 20px;}
.faq-bx h5 {font-size: 20px !important;font-weight: 700 !important;color: #000 !important;border-bottom: 1px solid #c5c5c5;padding-bottom: 25px !important;padding-top: 25px !important;text-transform: none !important;} 
.faq-bx .accordion_content p {font-size: 18px;color: #000;font-weight: 500;line-height: 32px;}
.faq-sec .faq-bx {margin-bottom: 20px !important;}
.faq-sec .left-sec {position: sticky;top: 100px;}
.faq-bx .tab-title {padding: 0 30px 0 0 !important;}
.faq-bx .accordion_content {border-bottom: 1px solid #c5c5c5;padding-left: 0 !important;}
.faq-sec .btm-txt p {font-size: 20px;color: #000;font-weight: 500;line-height: 32px;margin-bottom: 40px;}
.faq-sec .btm-txt p:nth-child(1) {margin-bottom: 15px;}
/* --- # FAQ --- */
/* --- Archive --- */
.archive .content_inner {padding-top: 100px;padding-bottom: 100px;}
/* --- # Archive --- */


@media only screen and (max-width: 1700px){
	body .vc_row.home-hero-sec h1 {font-size: 90px;}
	body .vc_row.home-hero-sec p {font-size: 40px;}
	body .section-header h2 {font-size: 60px;}
	body .section-header h3 {font-size: 38px;}
	
	body .vc_row.home-hero-sec {padding-bottom: 40% !important;}
	
	.vc_row.two-col-sec .content-col.img-box > .vc_column-inner > .wpb_wrapper {column-gap: 50px;}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text {width: calc( (100% - 100px) / 3);}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text h3 {font-size: 24px;}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text img {max-width: 130px;}
	
	.featured-sec .testimonials_c_holder .testimonial_text_inner {font-size: 60px;}
	.featured-sec .testimonials_c_holder .testimonial_content_inner .testimonial_image_holder {margin-top: 60px;}
}
@media only screen and (max-width: 1584px){
	body .vc_row.home-hero-sec {padding-top: 80px !important;padding-bottom: 35% !important;}
	.vc_row.section-padding {padding-top: 80px !important;padding-bottom: 80px !important;}
	.vc_row.section-padding_T {padding-top: 80px !important;}
	.vc_row.section-padding_B {padding-bottom: 80px !important;}
	
	.vc_row.two-col-sec .content-col > .vc_column-inner {padding-top: 80px !important;padding-right: 50px !important;padding-bottom: 80px !important;padding-left: 50px !important;}
	
	.archive .content_inner {padding-top: 80px;padding-bottom: 80px;}
	
	body .vc_row.home-hero-sec h1 {font-size: 80px;}
	body .vc_row.home-hero-sec p {font-size: 38px;}
	body .qbutton {padding: 20px 40px;}
	body .section-header h2 {font-size: 55px;}
	body .section-header p {font-size: 25px;}
	body .section-header h3 {margin-bottom: 20px;}
	
	.featured-sec .testimonials_c_holder .testimonial_text_inner {font-size: 55px;}
	.vc_row.two-col-sec .content-col.faq-box .accordion {padding-bottom: 50px;}
	.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header {font-size: 20px;}
}
@media only screen and (max-width: 1439px){
	.vc_row.PT60 {padding-top: 50px !important;}

	body .section-header h2 {font-size: 50px;margin-bottom: 20px;}
	body .section-header p {font-size: 22px;}
	body .section-header h3 {font-size: 34px;}
	
	.vc_empty_space.Espace50 {height: 20px !important;}
	
	header nav.main_menu ul li {padding: 0 8px;}
	footer .footer_top {padding-top: 60px;padding-bottom: 10px;}
	footer .enjoy {font-size:46px;}
	footer .footer_inner .widget_nav_menu ul .menu-item a,
	footer .footer_top .footer_col2 p {font-size: 18px !important;}
	footer .footer_inner .widget_nav_menu ul .menu-item {padding-bottom: 20px;}
	footer .widget_text:has(.enjoy) {margin-bottom: 0;}
	footer .footer_inner .footer_top .footer_col2 .column_inner > div.widget:has(form) {margin-bottom: 10px;}
	footer form.klaviyo-form button {padding: 0 22px !important;font-size: 20px !important;height: 65px !important;}
	footer form.klaviyo-form input[type="email"] {padding: 10px 22px !important;font-size: 20px !important;height: 65px !important;}
	
	body .qbutton {padding: 18px 30px;font-size: 18px;}
	body .vc_row.home-hero-sec h1 {font-size: 68px;}
	body .vc_row.home-hero-sec p {font-size: 32px;margin-bottom: 30px;}
	body .vc_row.home-hero-sec h1 sup {top: -20px;}
	
	.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner {column-gap: 60px;}
	.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner > .wpb_column {width: calc( (100% - 60px) / 2);}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-qbutton-main-color {font-size: 26px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-title {font-size: 20px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-image img {max-height: 190px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-qbutton-main-color {font-size: 22px;}
	
	.featured-sec .testimonials_c_holder .testimonial_text_inner {font-size: 50px;}
	.featured-sec .testimonials_c_holder .testimonial_content_inner .testimonial_image_holder {margin-top: 50px;}
	.featured-sec .testimonials_c_holder .testimonial_content_inner .testimonial_image_holder a {max-width: 190px;}
	.custom-nav-arrows > span {padding: 12px;}
	.custom-nav-arrows svg {width: 30px;}
	
	.vc_row.two-col-sec .content-col.img-box > .vc_column-inner > .wpb_wrapper {column-gap: 20px;}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text {width: calc( (100% - 40px) / 3);}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text h3 {font-size: 21px;}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text img {max-width: 120px;margin: 0 auto 15px;}
	.vc_row.two-col-sec .content-col .wpb_wrapper .section-header {padding-bottom: 10px;}
	
	.vc_row.two-col-sec .content-col.faq-box .accordion {padding-bottom: 40px;}
	
	.faq-title h3{font-size: 22px;    margin-bottom: 10px !important;}
	.faq-bx h5{font-size: 18px !important;}
	.faq-bx.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {top: 33px !important;}
	.faq-bx .accordion_content p{font-size: 16px;    line-height: 28px;}
	.faq-sec .left-sec .lf-bx a{font-size: 16px;}
	.faq-sec .btm-txt p{    font-size: 16px;    line-height: 28px;}
	
	.mobile-space-0.vc_empty_space {height: 10px !important;}
	
}
@media only screen and (max-width: 1199px){
	.vc_row.section-padding {padding-top: 60px !important;padding-bottom: 60px !important;}
	.vc_row.section-padding_T {padding-top: 60px !important;}
	.vc_row.section-padding_B {padding-bottom: 60px !important;}
	.vc_row.PT60 {padding-top: 40px !important;}
	body .qbutton.MT50 {margin-top: 40px !important;}
	
	.vc_row.two-col-sec .content-col > .vc_column-inner {padding-top: 60px !important;padding-right: 20px !important;padding-bottom: 60px !important;padding-left: 20px !important;}
	
	.archive .content_inner {padding-top: 60px;padding-bottom: 60px;}
	
	.vc_row.two-col-sec .content-col:first-child > .vc_column-inner {padding-left: 35px !important;}
	.vc_row.two-col-sec .content-col:last-child > .vc_column-inner {padding-right: 35px !important;}
	
	body .section-header h2 {font-size: 42px;}
	body .section-header p {font-size: 20px;}
	body .section-header h3 {font-size: 30px;}
	body .section-header h2.btn {font-size: 20px;padding: 13px 25px;}
	
	.table-wrap table {font-size: 16px;}
	.trashhand-th .table-wrap table th {font-size: 30px;}
	
	header nav.main_menu ul li {padding: 0px;}
	footer .enjoy {font-size:40px;}
	footer .footer_inner .footer_top .footer_col2 .column_inner > div.widget:has(form) {margin-bottom: 0px;}

	body .qbutton {padding: 16px 22px;font-size: 16px;}
	
	body .vc_row.home-hero-sec {padding-top: 70px !important;padding-bottom: 35% !important;}
	body .vc_row.home-hero-sec h1 {font-size: 58px;}
	body .vc_row.home-hero-sec p {font-size: 25px;}
	body .vc_row.home-hero-sec h1 sup {top: -15px;}
	
	.vc_row.shottys-prod-sec .section-header h3 {margin-bottom: 10px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-image {padding: 30px 30px 20px 30px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-text-holder {padding: 0 30px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-link-holder {padding: 22px 30px 30px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-image img {max-height: 170px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-qbutton-main-color {font-size: 19px;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-title {font-size: 18px;}
	.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner {column-gap: 40px;}
	.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner > .wpb_column {width: calc( (100% - 40px) / 2);}
	
	.featured-sec .testimonials_c_holder .testimonial_text_inner {font-size: 42px;}
	.featured-sec .testimonials_c_holder .testimonial_content_inner .testimonial_image_holder {margin-top: 40px;}
	.custom-nav-arrows svg {width: 25px;}
	.custom-nav-arrows {gap: 10px;}
	
	.vc_row.two-col-sec .content-col.img-box > .vc_column-inner > .wpb_wrapper {column-gap: 10px;}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text {width: calc( (100% - 20px) / 3);}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text h3 {font-size: 18px;}
	.vc_row.two-col-sec .content-col .wpb_wrapper .section-header {padding-bottom: 0px;}
	
	.store-img-wrap img {width: calc((100% / 4) - 40px);}
	
	.newsletter-social-wrap {gap: 20px;}
	.newsletter-social-wrap a {width: 40px;height: 40px;font-size: 30px;}
}
@media only screen and (max-width: 1000px){
/* 	.vc_row.section-padding {padding-top: 50px !important;padding-bottom: 50px !important;}
	.vc_row.section-padding_T {padding-top: 50px !important;}
	.vc_row.section-padding_B {padding-bottom: 50px !important;} */
	.vc_row.PT60 {padding-top: 30px !important;}
	body .qbutton.MT50 {margin-top: 30px !important;}
	
/* 	.archive .content_inner {padding-top: 50px;padding-bottom: 50px;} */
	
	body .section-header h2 {font-size: 36px;}
	body .section-header p {font-size: 18px;}
	body .section-header h3 {font-size: 26px;}
	body .section-header h2.btn {font-size: 19px;padding: 12px 20px;}
	
	body .vc_row.home-hero-sec {padding-top:50px !important;padding-bottom: 45% !important;}
	
	.vc_row.two-col-sec .content-col > .vc_column-inner {padding-right: 30px !important;padding-left: 30px !important;}
	.vc_row.two-col-sec .content-col:first-child > .vc_column-inner {padding-left: 30px !important;}
	.vc_row.two-col-sec .content-col:last-child > .vc_column-inner {padding-right: 30px !important;}
	
	header .header_bottom .container_inner,
	footer .container_inner {width: 100%;}
	body header .header_top_bottom_holder .header_bottom {padding: 0 20px;}
	header .header_bottom_right_widget_holder {padding: 0;}
	header .mobile_menu_button {float: right;margin: 0;}
	header .header_inner_right {float: left;top: 0;}
	header nav.mobile_menu > ul {width: 100%;}
	header .mobile_menu_button i {padding: 10px;background-color: #e6e6e6;color: #000;}
	header .q_logo img {top: 0;}
	header .q_logo img.mobile {margin: 0px auto !important;}
	header .header_inner_right .qode_icon_with_text_widget:not(:last-child) {margin-right: 26px;}
	footer .footer_inner .widget_nav_menu ul .menu-item a,
	footer .footer_top .footer_col2 p {font-size: 16px !important;}
	footer .enjoy {line-height: 1.2;font-size:36px;}
	footer .footer_inner .widget_nav_menu ul .menu-item {padding-bottom: 15px;}
	footer .column_inner {row-gap: 20px;}
	footer form.klaviyo-form button {padding: 0 22px !important;font-size: 18px !important;height: 50px !important;}
	footer form.klaviyo-form input[type="email"] {padding: 10px 22px !important;font-size: 18px !important;height: 50px !important;}
	
	body .qbutton {padding: 16px 22px !important;font-size: 16px;}
	
	body .vc_row.home-hero-sec h1 {font-size: 50px;}
	body .vc_row.home-hero-sec p {font-size: 25px;}
	body .vc_row.home-hero-sec h1 sup {top: -10px;}
	
	.vc_row.shottys-prod-sec .prod-boxes-row > .full_section_inner > .wpb_column {width: 100%;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card .qode-info-card-image img {max-height: 220px;}
	
	.featured-sec .testimonials_c_holder .testimonial_text_inner {font-size: 36px;}
	.featured-sec .testimonials_c_holder .testimonial_content_inner .testimonial_image_holder a {max-width: 150px;}
	.vc_row.two-col-sec > .full_section_inner {flex-direction: column;}
	.vc_row.two-col-sec.mobile-reverce > .full_section_inner {flex-direction: column-reverse;}
	.vc_row.two-col-sec > .full_section_inner > .wpb_column {width: 100%;}
	.vc_row.two-col-sec > .full_section_inner > .wpb_column > .vc_column-inner:has(.wpb_wrapper:empty) {padding-top: 100%;}
	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text img {max-width: 110px;}
	.vc_row.two-col-sec .content-col .section-header {text-align: center;}
	.vc_row.two-col-sec .content-col > .vc_column-inner > .wpb_wrapper {justify-content: center;}
	.vc_row.two-col-sec .box-max-width > .vc_column-inner > .wpb_wrapper {max-width: 100%;}
	
	.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header {font-size: 19px;}
	.vc_row.two-col-sec .content-col.faq-box .accordion .accordion_content {font-size: 16px;}
	.vc_row.two-col-sec .content-col.faq-box .accordion .accordion_content .accordion_content_inner {padding-top: 0;}
	.vc_row.two-col-sec .content-col.faq-box .accordion .ui-accordion-header .accordion_mark_icon {background-size: 18px;}
	
	body .section-header h1 {font-size: 60px;}
}
@media only screen and (max-width: 768px) {
	header .header_bottom_right_widget_holder {display: table-cell;}
	header .header_inner_right .qode_icon_with_text_widget:not(:last-child) {margin-right: 15px;}
	header .header_inner_right .qode_iwt_icon_holder {font-size: 19px !important;}
	footer .enjoy {font-size: 32px;}
}
@media only screen and (max-width: 767px) {
	.mobile-space-0.vc_empty_space {height: 0px !important;}
	
	footer .two_columns_50_50 > .column1,
	footer .two_columns_50_50 > .column2 {width: 100%;}
	footer .column_inner {flex-direction: column;align-items: center;row-gap: 0px;}
	footer .enjoy,
	footer .widget_nav_menu,
	footer .footer_top .footer_col2 p {text-align: center;}
	footer .enjoy {font-size: 29px;}
	footer .widget_nav_menu {width: 100%;}
	footer .footer_top .column_inner div.widget {margin-bottom: 0 !important;}
	footer .footer_inner .container_inner {padding: 0;}
	footer .two_columns_50_50 .footer_col2 .column_inner {padding-left: 0;row-gap: 20px;flex-direction: row;justify-content: center;}
	footer .footer_top .column_inner div.widget:has(.enjoy) {margin-bottom: 20px !important;}
	.footer_bottom p {font-size: 14px !important;text-align: center;line-height: 1.6;}
	footer .footer_top {padding-top: 60px;padding-bottom: 30px;}
	footer form.klaviyo-form button {font-size: 16px !important;padding: 0 10px !important;width: 100%;}
	footer form.klaviyo-form input[type="email"] {font-size: 16px !important;}
	footer form.klaviyo-form div[data-testid="form-row"] {flex-direction: column !important;gap: 20px;}
	footer form.klaviyo-form div[data-testid="form-row"] > div {width: 100%;padding: 0 !important;flex: auto !important;}
	
/* 	body .qbutton {font-size: 14px;} */
	
	body .vc_row.home-hero-sec h1 {font-size: 48px;margin-bottom: 5px;}
	body .vc_row.home-hero-sec p {font-size: 23px;margin-bottom: 20px;}
	body .vc_row.home-hero-sec h1 br {display: block;}
	body .vc_row.home-hero-sec h1 sup {top: -4px;font-size: 16px;}
	
	.store-img-wrap img {width: calc((100% / 3) - 40px);}

	.newsletter-social-wrap {gap: 12px;}
	.newsletter-social-wrap a {width: 32px;height: 32px;font-size: 24px;}

	body .vc_row.home-hero-sec {padding-bottom: 55% !important;}
	
	.faq-sec .left-sec .lf-bx a {font-size: 12px;padding: 12px 13px;}
	.faq-sec .left-sec .vc_column-inner >.wpb_wrapper {display: flex;flex-wrap: wrap;gap: 3px;}
	.faq-sec .left-sec {position: relative;top: 0;margin-bottom: 10px;}
	.faq-title h3 {font-size: 18px;}
	.faq-bx h5 {font-size: 16px !important;padding-bottom: 10px !important;padding-top: 10px !important;}
	.faq-bx.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {top: 16px !important;}
	
}
@media only screen and (max-width: 600px) {
	body .section-header h2 {font-size: 33px;}
	body .section-header p {font-size: 16px;}
	body .section-header h3 {font-size: 23px;}
	
	body .vc_row.home-hero-sec {background-position: bottom center !important;position: relative;background-image: none !important;padding-top: 30px !important;padding-bottom: 90% !important;}
	body .vc_row.home-hero-sec .mobile-bg-image {display: block;line-height:0;}
	body .vc_row.home-hero-sec .mobile-bg-image img {position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;object-position: bottom;display: block;}
	body .vc_row.home-hero-sec > .section_inner,
	body .vc_row.home-hero-sec > .section_inner .vc_column_container {position: static;}
	body .vc_row.home-hero-sec .wpb_raw_html {position: relative;}
	
	.featured-sec .testimonials_c_holder .testimonial_text_inner {font-size: 33px;}

	.store-img-wrap img {width: calc((100% / 2) - 40px);}
	
	.social-media-carousel div.owl-stage {margin: 30px 0 20px 0;}
}
@media only screen and (max-width: 480px) {
	body .section-header h2 br {display: none;}
	.vc_row.shottys-prod-sec .prod-boxes-row .qode-info-card {width: 100%;}

	.vc_row.two-col-sec .content-col .wpb_wrapper .image_with_text {width: calc( (100% - 20px) / 2);}

	body .qbutton {font-size: 14px;}
}
/* --- # New Design 19 Jun 2025 --- */