/*
	Theme Name: Sushi Productions
	Theme URI: https://sushiproductions.com.au
	Description: Custom Theme made by DropIN Solutions for Sushi Productions website.
	Version: 1.0
	Author: Vikas Singh (vikaskumarsingh123@gmail.com)
	Author URI: http://dropinsolutions.org.au
	Tags: Wordpress, Custom Theme

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}

a{
	color:inherit;
	text-decoration: none;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#636363;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background-color:white;
	box-shadow:0 0 50px #E8E8E8;
	overflow: auto;
	padding:20px 0;
	z-index:4;
	position: relative;
}
/* logo */
.logo {

}
.logo-img {
	margin: 25px;
	float:left;
}
.hidden{
	display: none;
}

h1{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 5rem;
	color: #777777;
}

h2{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	line-height: 33px;
	font-size: 2.2rem;
	color: #777777;
	margin-top:25px;
}

h3{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	line-height: 33px;
	font-size: 2.2rem;
	color: #777777;
	margin-top:25px;
}


/* nav */
.nav {
	display: inline-block;
	float:right;
	margin-top:25px;
	position:relative;
}

.nav ul{
	list-style-type: none;
	float: left;
}

.nav ul li{
	display: inline-block;
}

.nav .menu-item:not(:first-child){
	margin-left:5vw;
}

.nav .menu-item a{
  border-bottom: 3px solid white;
  padding-bottom:14px;
  font-size:1.5rem;
  font-weight: normal;
}

.nav .menu-item.active a{
  border-bottom: 3px solid #7A50A0;
  padding:14px;
  color: #7A50A0;
}
	
.hp-top{
background: url('img/cover-image-attempt-6.svg');

mix-blend-mode: multiply;

min-height: 37vw;

position: relative;

background-repeat: no-repeat;

background-size: 70vw;

background-position: top;
background-color: #F3F3F3;

}


.hp-top::before{
content: '';

display: block;

position: absolute;

top: 0;

left: 0;

width: 15vw;

height: 32.35vw;

background-color: #DD7D64;
 
}


.hp-top::after{
position: absolute;

top: 0;

right: 0;

content: '';

display: block;

width: 15vw;

height: 31.20vw;

background-color: #180723;

}



.hp-top-content{
	position: absolute;
	right: 5vw;
	top: 18vh;
}

.hp-top .heading1{
	font-size:6rem;
	text-align: right;
	font-weight: bold;
}

.hp-top .heading2{
	text-align: right;
	font-size: 2.5rem;
	max-width: 550px;
	float: right;
	margin-top: 10px;
	line-height: 1.8;
	clear:both;
}

.cta-button{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	color:#7A50A0;
	background: linear-gradient(178.93deg, #FFEE99 20.55%, #F7954B 244.58%);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 39.5px;
	padding:10px 45px;
	text-transform: uppercase;
	clear: both;
	float: right;
	margin-top: 21px;
}

.nav .menu-item a:hover {
  color: #7A50A0;
}

.inner-wrapper{
	width: 80%;
	position: relative;
	margin: 0 auto;
}

.inner-wrapper.smaller{
	width: 70%;
}

section.videos-page{
	padding:6vh 0;
	background-color:#FAFAFA;
}

.row{
	overflow:auto;
}

.video-holder-box{
	border-radius: 13px;
	background-color:white;
	color: #7F59A1;
	font-size: 1.8rem;
	transition: all ease-in-out 0.25s;
	margin:25px;
	overflow: hidden;
	height:300.4px;
	cursor: pointer;
}

.video-holder-box *{
	transition: all ease-in-out 0.25s;
}

.video-holder-box.slick-active{
	box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.06);
}

.video-holder-box:hover{
	transform: scale(1.1);
	transition: all ease-in-out 0.25s;
	border-radius: 16.3px;
}

.video-holder-box .item-img{
	height: 210px;
	background-position: center center;
	background-size: cover;
	width: 100%;
	display: block;
}

.video-holder-box .name{
	padding: 15px 25px;
	display: block;
}

.hp-videos{
	background-color:#F3F3F3;
	padding-bottom: 1px;
}

.videos-carousel{
	overflow:visible;
	padding: 6vh 0;
}

.slick-track{
	/*padding:4vh 0;*/
}


.video-next, .video-prev{
	color: #7A50A0;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10rem;
	position: absolute;
	top: 53%;
	font-size:1.6rem;
	cursor:pointer;
	width: 4.5rem;
	height: 4.5rem;
	transition: all ease-in-out 0.25s;
	padding-top: 1.2rem;
	text-align:center;
}

.video-next:hover, .video-prev:hover, .whoweare-next:hover, .whoweare-prev:hover, .testimonial-next:hover, .testimonial-prev:hover{
	background-color: #7C22B3;
	color:white;
	transition: all ease-in-out 0.25s;
}

.slick-disabled{
	filter: grayscale(100%);
}

.video-prev{
	left: -8%;
}

.video-next{
	right: -8%;
}

.hp-videos .heading1{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 5rem;
	color: #777777;
}

.hp-videos .heading2{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	line-height: 33px;
	font-size: 2.2rem;
	color: #777777;
	margin-top:25px;
}

.h-center{
	margin-left:auto;
	margin-right:auto;
}


.mb-10{
	margin-bottom:10vh;
}
.mt-10{
	margin-top:10vh;
}

.mb-5{
	margin-bottom:5vh;
}
.mt-5{
	margin-top:5vh;
}

.mb-1{
	margin-bottom:1vh;
}
.mt-1{
	margin-top:1vh;
}

.btn-orange{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	padding:1.2rem 3.8rem;
	background: #F7954B;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 39.5px;
	width: 28rem;
	display: block;
	cursor: pointer;
}

.btn-orange1, a.checkout-button.button.wc-forward, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	padding:1.2rem 2.8rem;
	background: #F7954B;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 39.5px;
	display: inline-block;
	cursor: pointer;
}

.btn-wire,.button {
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #777777;
	padding:1.2rem 1.8rem;
	border: 1px solid #F7954B;
	box-sizing: border-box;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.11);
	border-radius: 39.5px;
	display: inline-block;
	margin-left:1rem;
	letter-spacing: 0.15rem;
	cursor:pointer;
	background-color:transparent;
}

.dropdown-cart .btn-wire{
	margin-left:0rem;
}

.btn-wire .fas{
	color: #F7954B;
	margin-right:1rem;
}

.hp-aboutus{
	background-color:white;
	padding:10vh 0;
	overflow: auto;
}

.hp-aboutus .heading1, .hp-whoweare .heading1, .hp-contactus .heading1, .hp-testimonial .heading1{
	color:#777777;
	font-size: 5.5rem;
	margin-top:15px;
}



section{
	overflow: auto;
}

.hp-aboutus .right-part{
	font-size:1.5rem;
	line-height:1.5;
	text-justify: inter-character;
  text-align: justify;
}

.left-part, .right-part{
	width: 46%;
	display: inline-block;
}


.left-part.ratio40-60{
	width: 38%;
}
.right-part.ratio40-60{
	width: 58%;
}


.left-part{
	margin-right:2%;
	float:left;
}

.right-part{
	margin-left:2%;
	float:right;
}



.section-whoweare{
	/*background-image: url('https://dropinsolutions.org.au/ourteambg1.svg');*/
	background-size: 100vw 120%;
	/*padding-bottom: 150px;*/
	padding-bottom: 50px;
	/*background-color: #EEEEEE;*/
	background-color: white;
	background-position-y: top -115px;
	background-repeat: no-repeat;
}

.hp-whoweare{
	padding:10vh 0;
	overflow: auto;
}


.whoweareholder{
	display: block;
	overflow: auto;
	padding:4vh 0;
	position: relative;
}

.whoweareholder .right-part{
	height:400px;
	overflow: hidden;
}

.whoweare-img{
	height: 400px;
	background-position: center center;
	background-size: cover;
	width: 100%;
	display: block;
	border-radius:13px;
}

.whoweare-title{
	font-weight: normal;
	line-height: 46px;
	font-size: 34px;
	letter-spacing: -0.1px;
	color: #7A50A0;
	margin-bottom: 3rem;
}

.whoweare-content{
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	font-size: 16px;
	text-align: justify;
	letter-spacing: -0.5px;
	color: #4D4D4D;
}

.whoweare-next, .whoweare-prev{
	display: none;
	color: #7A50A0;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10rem;
	position: absolute;
	right: 2%;
	font-size:1.6rem;
	cursor:pointer;
	width: 4.5rem;
	height: 4.5rem;
	transition: all ease-in-out 0.25s;
	padding-top: 1.2rem;
	text-align:center;
}

.whoweare-prev{
	top:36%;
}

.whoweare-navigation{
	right: 2.5%;
	top: 64.5%;
	width: 20px;
	position: absolute;
	transform: rotate(270deg);
}

.whoweare-navigation .slick-dots{
	transform: rotate(90deg);
	width: auto;
}

.whoweare-navigation .slick-dots li button::before{
	font-size:11px;
	color:#979797;
}

.whoweare-navigation .slick-dots li{
	margin-top:10px;
}

.whoweare-next{
	bottom:8%;
}


.hp-contactus, .hp-testimonial{
	background-color:#EEEEEE;
	padding:10vh 0;
	overflow: auto;
}

.hp-contactus{
	background:transparent;
}

#contact{
	background-image:url('img/contactus.png');
	background-size:100% 100%;
	padding-top:5rem;
	
}

.hp-contactus .heading2, .hp-testimonial .heading2{
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	font-size: 2.1rem;
	color: #777777;
	margin-top:2rem;
	max-width: 80%;
}

.hp-contactus .heading1, .hp-contactus .heading2{
	color: white;
}

.contactus-block input[type="submit"]{
	background: #F7954B;
	border-radius: 39.5px;
	border: 0;
	text-transform: uppercase;
	padding: 1rem 3rem;
	font-weight: bold;
	color: white;
	margin-top: 70px;
	float: right;
}



.contactus-block .div.wpcf7-response-output{
	border:0 !important;
}

.contactus-block .wpcf7-form{
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
	border-radius: 10px;
	background-color: white;
}

.contactus-block .wpcf7-form-control-wrap.your-name input{
	border-top-left-radius: 10px;
	width: 50%;
	display: inline;
	float: left;
}

.contactus-block .wpcf7-form-control-wrap.your-email input{
	border-top-right-radius: 10px;
	width: 50%;
	
}


.contactus-block .wpcf7-form-control-wrap.your-message textarea{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom:0;
	resize: none;
}

.contactus-block p{
	margin:0;
	display: inline;
}

.contactus-block input[type="text"], .contactus-block input[type="email"], .contactus-block textarea{
	background: white;
	border: 0;
	padding: 1.5rem 1.5rem;
	color: #777777;
	border: 0.1px solid #D6DFE680;
	width: 100%;
	margin:0;
	font-size:1.4rem;
}

.contactus-block input[type="text"]::placeholder, .contactus-block input[type="email"]::placeholder, .contactus-block textarea::placeholder{
	color: #A7A7A7;
	width:100%;
}

form.search{
	width: calc(100% - 115px);
  display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 8px 31px rgba(0, 0, 0, 0.1);
	border-radius: 77px;
	height: 47px;
}

form.search .search-input{
	border: 0;
	width: calc(100% - 64px);
	height: 95%;
	font-size: 1.6rem;
	padding-left:2rem;
	border-radius:77px;
}

form.search .search-submit{
	font-size: 1.6rem;
	color: #B6B5B5;
	cursor:pointer;
}

.videos-blocks{
	margin-top:5vh;
}

.videos-blocks .video-holder-box{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	width: 30%;
	margin-left:1.5%;
	margin-right:1.5%;
	display: inline-block;
	height:380px;
}

.video-holder-box .price{
	font-style: normal;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: -0.318182px;
	color: #FFFFFF;
	background-color: #6BB6E5;
	padding: 10px 15px;
	border-radius: 5px;
	margin-left:2.2rem;
}

.video-holder-box .category{
	line-height: 1.3;
	font-size: 1.4rem;
	color: #777777;
	display: block;
	padding: 0 25px;
	padding-bottom: 15px;
}

.videos-blocks .video-holder-box .name{
	font-weight:bold;
}

.video-holder-box.display-list{
	width: 100%;
	margin:10px auto;
	height: 85px;
	position: relative;
}

.video-holder-box.display-list .price{
	position: absolute;
	right: 30px;
	top: 25px;
}

.video-holder-box.display-list .item-img{
	float:left;
	height:100%;
	width: 20%;
	margin-right: 24px;

}

.video-holder-box.display-list .name{
	width: calc(100% - 100px);
	padding-bottom:5px;
}

.display-types{
	width: 110px;
	display: block;
	padding-top: 8px;
	float: right;
}

.display-types i{
	font-size: 3rem;
	color: #717171;
	margin-left:20px;
	vertical-align: middle;
}

.display-types i:hover{
	color: black;
	cursor:pointer;
}

.thetitle{
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 30px;
	color: #777777;
}

.theimage{
	border-radius: 13px;
}

.theprice{
	font-weight: bold;
	line-height: normal;
	font-size: 36px;
	letter-spacing: -0.318182px;
	color: #7A50A0;
	margin-top:1.2rem;
}

.back{
	color:#757575;
	font-size:1.4rem;
	font-weight: 500;
	float:left;
	cursor: pointer;
}

.back .fas{
	margin-right:1rem;
	vertical-align: text-top;
	font-size: 1.6rem;
}

.thecategory{
	font-style: normal;
	font-weight: 300;
	margin-top:1.4rem;
	font-size: 1.4rem;
	color: #979797;
}

.thecategory .icon{
	color: #7A50A0;
	/*margin-left:3rem;*/
	margin-right:0.5rem;
}

.theexcerpt{
	font-weight: 300;
	line-height: 1.5;
	font-size: 1.4rem;
	letter-spacing: -0.5px;
	color: #777777;
	margin-top:4rem;
}

.shop-buttons{
	margin-top:3rem;
}

/* dropdown cart*/

.cart-button{
	padding-left:38px;
	background-size: 24px;
	background-image:url('img/cart.svg');
	background-repeat: no-repeat;
	height:24px;
	background-position: left center;
	font-size:18px;
	display: inline-block;
	float: right;
	margin-top:9px;
	margin-left:5vw;
	cursor:pointer;
	position: relative;
}

.cart-button:hover{
	color:blue;
}

.cart-button::after{
	border-radius: 5.5rem;
	content:attr(cur_cart_count);
	transition: ease-in-out 0.1s;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top:-7px;
	background-color: #F7954B;
	color: white;
	font-weight: bold;
	padding: 1px 5px;
}

.cart-button i{
	transition: all ease-in-out 0.3s;
}


.dropdown-cart{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	position: absolute;
	right:10px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.09);
	background-color: #FFFFFF;
	z-index:4;
	padding:2rem;
}

.dropdown-cart .left-part{
	text-align:center;
}

.dropdown-cart .product-img{
	height:100px;
	max-width: 100%;
	border-radius: 13px;
}

.cart-item .right-part div:not(:first-child){
	margin-top:0.5rem;
}

.dropdown-cart .price{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 2.4rem;
	letter-spacing: -0.318182px;
	color: #777777;
}

.dropdown-cart .title{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 1.4rem;
	color: #777777;
}

.dropdown-cart .cat{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	font-size: 1.4rem;
	color: #777777;
}

.dropdown-cart .cart-item{
	border-bottom: 1px solid #F2D1BA;
	overflow: auto;
	padding:2rem;
}

.dropdown-cart .cart-btns{
	margin-top:2rem;
	text-align: center;
}

.dropdown-cart .cart-close{
	position: absolute;
	right:1rem;
	top:1rem;
	color:#565252;
	width: 24px;
	height: 24px;
	font-size:18px;
	cursor:pointer;
}

.btn-*{
	cursor:pointer;
}

.dropdown-cart .cart-btns > :first-child{
	margin-right:2rem;
}


.translucent-glass{
	height: 100vh;
	width: 100vw;
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index:3;
}

/* video single page */
.section-video-single-page{
	padding-top:100px;
	
	background-image: url('img/section1-videospage.svg');
	/*background-size: 100% 165%;*/
	background-size:cover;
	padding-bottom: 245px;
	background-color: #EEEEEE;
	background-position:bottom;
	background-position-y: bottom -21px;
	background-repeat: no-repeat;
	background-color:white;
}

.radio-fancy {
  margin: 0.5rem;
}
.radio-fancy input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-fancy input[type="radio"] + .radio-fancy-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio-fancy input[type="radio"]:checked + .radio-fancy-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio-fancy input[type="radio"]:focus + .radio-fancy-label:before {
  outline: none;
  border-color: #3197ee;
}
.radio-fancy input[type="radio"]:disabled + .radio-fancy-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-fancy input[type="radio"] + .radio-fancy-label:empty:before {
  margin-right: 0;
}

.product-img-holder{
	position: relative;
	top: 0;
	display: block;
	max-width: 80%;
	height: auto;
	overflow: auto;
	float:right;
}

span.product-img-holder.show-trailer:after{
	background-color: rgba(0,0,0,0.5);
	transition: all ease-in-out 0.25s;
	content: '\f144';
	padding-top: calc(50% - 70px);
	padding-left: calc(60% - 80px);
	font-family: "Font Awesome 5 Free";
	height: 100%;
	width: 100%;
	color: white;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0;
	cursor:pointer;
	font-size:90px;
	overflow: hidden;
	border-radius: 10px;
}

span.product-img-holder.show-trailer:hover:after{
	opacity: 1.0;
}



#variations, #trailer{
	border-radius: 12px;
	position: fixed;
	box-shadow: 0px 0px 90000px 5000px rgba(0,0,0,0.5);
	background-color: #FFFFFF;
	z-index: 4;
	padding: 2rem;
	top: 40%;
	width: 25%;
	left: 50%;
	margin-left: -12.5%;
	width: 25%;
}

#trailer video{
	width:100%;
}

.close-me{
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	position: absolute;
	border-radius: 10px;
	background-color: orange;
	min-height: 20px;
	min-width: 20px;
	text-align: center;
	color:white;
	font-size: 11px;
	padding-top: 2px;
}

.proceed{
	margin-top: 2rem;
	float:right;
}

/* Testimonials */

.testimonial-holder{
	color: #7A50A0;
	font-size: 3rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 13px;
	background-color:white;
	padding: 6rem 4.5rem;
	margin:1rem;
	background-image: url('img/quote-open.svg'), url('img/quote-close.svg');
	background-size:15%, 15%;
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}

.testimonial-person{
	font-size:1.6rem;
	margin-top:0.5rem;
}

.testimonial-nav{
	text-align: center;
}

.testimonial-next, .testimonial-prev{
	color: #7A50A0;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10rem;
	font-size:1.6rem;
	cursor: pointer;
	width: 4.5rem;
	height: 4.5rem;
	transition: all ease-in-out 0.25s;
	padding-top: 1.2rem;
	text-align:center;
	display: inline-block;
}


.testimonial-navigation{
	display: inline-block;

overflow: visible;



position: relative;

min-height: 50px;

min-width: 200px;
}

.testimonial-navigation .slick-dots{
	position: relative;
	bottom: 0;
	
}


.testimonial-navigation .slick-dots li button::before{
	font-size:11px;
	color:#979797;
}

.testimonial-navigation .slick-dots li{
	margin-top:10px;
}





/* Woocommerce */
.woocommerce{
	font-size:1.4rem;
}

.woocommerce-info{
	border-top-color: #7C22B3;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	background: white;
	border: 0;
	padding: 0.8rem 1.0rem;
	color: #777777;
	border: 0.1px solid #D6DFE680;
	width: 200px;
	margin:0;
	font-size:1.4rem;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
		background: white;
	border: 0;
	padding: 0.8rem 1.0rem;
	color: #777777;
	border: 0.1px solid #D6DFE680;
	margin:0;
	font-size:1.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#777777;
}

.select2-container--default .select2-selection--single,.select2-dropdown{
	border: 0.1px solid #D6DFE680;
}


.woocommerce table.shop_table{
	border-radius:20px;
}

a.checkout-button.button.wc-forward, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	margin-left:auto;
	margin-right:auto;
	text-transform: uppercase;
	float:right;
	padding-right:2.8rem;
	transition: all ease-in-out 0.1s;
}

a.checkout-button.button.wc-forward::after{
	content:'\f105';
	font-family: "Font Awesome 5 Free";
	margin-left:1rem;
	transition: all ease-in-out 0.1s;
}

a.checkout-button.button.wc-forward:hover::after{
	margin-left:1.3rem;
	transition: all ease-in-out 0.1s;
}

a.checkout-button.button.wc-forward:hover{
	background-color:#F7954B;
	padding-right:2.5rem;
	transition: all ease-in-out 0.1s;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #595959;
	color:#F6F6F6;
}

.footer .copyright{
	background-color: #474747;
	color: #F6F6F6;
	padding:20px 0;
	text-align: center;
	font-size: 1.2rem;
}

.footer a{
	color: #F6F6F6;
}

.footer .copyright a, .footer .copyright span{
	font-weight: bold;
	color: #F6F6F6;
}

.footer .col {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0.8%;
}

.footer h3{
	color:white;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

.toggle-nav {
    display: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}





@media only screen and (max-width:1024px) {
	
	.hp-top{
		height:50vh;
		background-size:100vw;
	}
	
	.hp-top::before, .hp-top::after{
		width: 0;
	}
	
	.btn-orange1, .btn-wire{
		font-size: 12px;
		margin-left:0;
	}
	
	.shop-buttons {
	 text-align: center;
	}
	
	.shop-buttons div{
		margin-bottom:1rem;
	}
	
	.videos-blocks .video-holder-box:not(.display-list){
		height: 250px;
		
	}
	
	.videos-blocks .video-holder-box .item-img{
		height:120px;
	}
	
	.videos-blocks .video-holder-box .name{
		font-size: 1.4rem;
		padding: 5px 15px;
		margin-top:5px;
	}
	
	.videos-blocks .video-holder-box .category, .videos-blocks .video-holder-box .price{
		font-size: 1.1rem;
		padding: 5px 15px;
	}
	.video-holder-box .price{
		margin-left:15px;
	}
	
	.nav{
		float:left;
	}
	.logo-img{
		float:right;
	}
	
	.toggle-nav {
			padding: 6px;
			margin-left: 25px;
			display: inline-block;
			color: #777;
			transition: color linear 0.15s;
			float:left;
			font-size:22px;
	}
	
	.nav ul li{
		float:none;
		display: block;
		margin-top:20px;
	}
	.nav ul li:last-child{
		margin-bottom:20px;
	}
	.nav .menu-item a{
		border-bottom:0;
		color:white;
	}
	
	.nav .menu-item a:hover{
		color:white;
	}
	nav ul{
		display: none;
		width: 90%;
		position: fixed;
		left: 5%;
		padding:10px;
		top: 110px;
		text-align: center;
		background-color:rgba(247, 149, 75, 0.98);
	}
	.nav .menu-item:not(:first-child){
		margin-left:0;
	}
	
	.hp-top .heading1{
		font-size:4rem;
	}
	
	.hp-top-content{
		top: 7vh;
	}
	
}


@media only screen and (max-width:768px) {
	
	#variations, #trailer{
		border-radius: 12px;
		position: fixed;
		box-shadow: 0px 0px 90000px 5000px rgba(0,0,0,0.5);
		background-color: #FFFFFF;
		z-index: 4;
		padding: 2rem;
		top: 20%;
		left: 25%;
		margin-left: -12.5%;
		width: 75%;
	}
	.section-video-single-page{
		padding-top:0;
	}
	
	.hp-top{
		height:40vh;
	}
	
	.hp-top-content{
		right: 3vw;
		top: 6vh;
	}
	
	.hp-top .heading1{
		font-size:3rem;
	}
	
	.hp-top .heading2{
		font-size: 1.8rem;
		max-width: 400px;	
	}
	
	.hp-contactus .heading2, .hp-whoweare .heading2, .hp-aboutus .heading2, .hp-testimonial .heading2, .hp-videos .heading2{
		font-size:1.8rem;
	}
	
	.hp-contactus .heading1, .hp-whoweare .heading1, .hp-aboutus .heading1, .hp-testimonial .heading1, .hp-videos .heading1{
		font-size:3.2rem;
	}
	
	.testimonial-holder{
		font-size:1.8rem;
		background-image:none;
		padding: 4rem 2.5rem;
	}
	
	.inner-wrapper.smaller{
		width: 100%;
	}
	
	.videos-blocks .video-holder-box:hover{
		transform: scale(1.0);
		border-radius: 13px;
	}
	
	.videos-blocks .video-holder-box:not(.display-list){
		width: 45%;
	}
	
	.inner-wrapper .left-part, .inner-wrapper .right-part{
		float:none;
		width: 96%;
		margin-bottom:0.5rem;
	}
	.back{
		margin-bottom: 20px;
		display: block;
		margin-left: 10%;
	}
	.section-video-single-page{
		background-size: 690% 145%;
		padding-bottom: 333px;
		margin-bottom: -200px;
	}
	#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
		width:48%;
	}
	
	.whoweare-img{
		width: auto;
		height:200px;
	}
	
	.whoweare-title{
		font-size:22px;
		margin-bottom:0;
	}
	
	.whoweare-content{
		line-height: 1.5;
		font-size: 1.4rem;
	}
	
	.whoweareholder .right-part{
		height:300px;
	}
	
	#contact{
		background-size: 285% 100%;
		margin-top:-3rem;
	}
	
	span.product-img-holder.show-trailer:after{
		opacity: 0.7;
		background-color: transparent;
	}
	
	.footer{
		text-align: center;
	}
	
	.footer .col{
		width: 40%;
		text-align: center;
	}
	
	
}



@media only screen and (max-width:480px) {
	.footer .col{
		width: 100%;
		text-align: center;
		margin-top:10px;
	}
	
	.hp-top{
		background-size: 270vw;
		height:80vh;
	}
	
	.videos-blocks .video-holder-box:not(.display-list){
		width: 98%;
	}
	
	.videos-blocks .video-holder-box .name{
		font-size: 1.6rem;
	}
	
	.video-holder-box.display-list .name{
		font-size: 1.2rem;
	}
	

	
}




@media only screen and (min-width:1140px) {

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
