/*
    Name: Mountain
    Description: Responsive Coming Soon 
    Version: 2.0
    Author: MountainTheme
    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. Contact
     7. Google map
     8. Footer
     9. Responsive CSS
*/

/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html,
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
	overflow-x: hidden; 
}
img{
	max-width: 100%;
	height: auto;
}
.upcs{
	text-transform: uppercase;
}
.fwn{
	font-weight: normal;
}
.fwsb{
	font-weight: 500;
}
.fwb{
    font-weight: 800;
}
.flrg{
	font-size: 150%;
}
.lh{
    line-height: 1.5;
}
.px{
    padding: 0 3rem;
}
.btn{
	text-transform: uppercase;
	padding: 30px 50px;
	border-radius: 50px;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
.btn~.btn{
	margin-left: 15px;
}
.btn~br~.btn{
	margin-left: 0px;
	margin-top: 15px;
}
h2 small{
	display: block;
	color: inherit;
	font-weight: bold;
	line-height: 1.5;
}

/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
	padding: 15px;
	background: #132147;
}
@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}

/* ============================= */
/* :::::::::: 3. Main :::::::::: */
/* ============================= */

.sldr_area{
	background: url(../images/sldr-bg.png) no-repeat center/cover;
	padding: 25px 0 35px;
	text-align: center;
}
.sldr_area .container:first-child{
	position: relative;
}
.sldr_area .container:first-child:before{
	content: '';
	position: absolute;
	background: #fff;
	height: 10px;
	width: calc( 50% - 150px );
	left: 0;
	bottom: 0;
}
.sldr_area .container:first-child img{
	margin-bottom: -36px;
}
.sldr_area .container:first-child:after{
	content: '';
	position: absolute;
	background: #fff;
	height: 10px;
	width: calc( 50% - 150px );
	right: 0;
	bottom: 0;
}
.sldr_area .container:last-child{
	border: 10px solid #fff;
	border-top: none;
	padding: 200px 15px;
	padding: 125px 15px;
}
.sldr_area h1{
	font-weight: bold;
	color: #fff;
	max-width: 500px;
	margin: auto;
	font-size: 54px;
	margin-bottom: 35px;
}
.sldr_area h2,
.sldr_area h3{
	font-weight: bold;
	color: #fff;
	max-width: 500px;
	margin: auto;
	margin-bottom: 35px;
}
.btn-grn{
	background: #6aa338;
	color: #fff;
}
.btn-grn:hover{
	background: #6aa338;
	color: #fff;
}
.main.ageVerification{
    padding: 0 15px;
    background-color: #FFFFFF;
	text-align: center;
	color: #3B3B40;
}
.main.ageVerification h2,
.main.ageVerification h3,
.main.ageVerification h4{
	font-family: 'Montserrat', sans-serif;
}
.main.ageVerification h2{
	font-size: 34px;
	margin-top: 0;
}
.main.ageVerification h3{
	margin-top: 0;
}
.main.ageVerification .container{
	padding: 0 0 100px;
}
.main.ageVerification form{
	margin-top: 75px;
}
.main.ageVerification select{
	padding: 5px;
	border: 2px solid #000;
	border-radius: 0;
	width: 100%;
	font-weight: bold;
	background: #fff;
}
.ageVerification form .btn_cont{
	margin-top: 35px;
	position: relative;
}
.ageVerification form .btn_cont:before{
	content: '';
	display: block;
	height: 10px;
	background: #6aa338;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50.1%);
	-ms-transform: translateY(-50.1%);
	transform: translateY(-50.1%);
}
.ageVerification form .btn_cont input[type=submit]{
	position: relative;
	padding: 0 25px;
	text-transform: uppercase;
	color: #6aa338;
	background: #fff;
	border: none;
	font-weight: 500;
	z-index: 1;
}
.ageVerification form .btn_cont input[type=submit]:hover,
.ageVerification form .btn_cont input[type=submit]:focus,
.ageVerification form .btn_cont input[type=submit]:active{
	outline: none;
}
.kik_cont{
	padding: 50px 0;
}
.kik_cont .btn_cont,
.cbd_cont .btn_cont,
.ind_cont .btn_cont{
	position: relative;
	text-align: center;
}
.kik_cont .btn_cont a,
.cbd_cont .btn_cont a,
.ind_cont .btn_cont a{
	text-transform: uppercase;
	font-weight: bold;
	color: #6aa338;
}
.kik_cont .btn_cont a:first-child:before,
.cbd_cont .btn_cont a:first-child:before,
.ind_cont .btn_cont a:first-child:before,
.cntct_cont .sbmt-btn:before,
.cntct_cont h2:before{
	content: '';
    position: absolute;
    background: #6aa338;
    height: 10px;
    width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50.1%);
	-ms-transform: translateY(-50.1%);
	transform: translateY(-50.1%);
    left: calc(-50% - 85px);
	z-index: -1;
}
.kik_cont .row,
.cbd_cont.row,
.cntct_cont .row{
    box-sizing: border-box;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kik_cont .row:before,
.cbd_cont.row:before,
.cntct_cont .row:before{
	display: none;
}
.kik_cont .col,
.cbd_cont .col,
.cntct_cont .col{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0;
}
.kik_cont .column-inner,
.cbd_cont .column-inner,
.cntct_cont .column-inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	padding: 0 15px;
}
.kik_cont .wrapper,
.cbd_cont .wrapper,
.cntct_cont .wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.cbd_cont{
	background: url(../images/thc-vs-cbd-bg.png)no-repeat center/cover;
	padding: 35px 0;
}
.cbd_cont .col:first-child{
	z-index: 10;
}
.cbd_cont img{
	position: relative;
	z-index: 10;
}
.cbd_cont p,
.ind_cont p{
	margin-bottom: 25px;
}
.cbd_cont p:last-child,
.ind_cont p:last-child{
	margin-bottom: 0;
}
.cbd_cont .btn_cont a~a{
	margin-left: 50px;
}
.cbd_cont .btn_cont a:first-child:before{
	width: 60%;
	left: calc(-20% - 85px);
}
.ind_cont{
	background: url(../images/indica-vs-sativa-bg.png)no-repeat center/cover;
	padding: 35px 0;
	margin-top: 50px;
}
@media (min-width: 768px){
	.ind_cont .col:first-child{
		padding-left: 35px;
	}
}
.ind_cont .btn_cont a:first-child:before{
	z-index: 1;
}
.cntct_cont{
	padding: 50px 0;
}
.cntct_cont .wrapper{
	position: relative;
}
.cntct_cont .col:last-child .wrapper:before{
	content: '';
    position: absolute;
    background: #6aa338;
    height: calc(100% - 30px);
    width: 10px;
    top: 15px;
    left: calc(-50% - 85px);
    z-index: -1;
}
.cntct_cont h2{
	position: relative;
	margin-top: 0;
}
.cntct_cont h2:before{
	width: 65%;
}
.cntct_cont input[type=text],
.cntct_cont textarea{
	border: 2px solid #6aa338;
	border-width: 0 0 2px 0;
	width: 100%;
	padding: 10px 0 0;
}
.cntct_cont input[type=text]:focus,
.cntct_cont textarea:focus{
	outline: none;
}
.cntct_cont .error{
	border-color: rgba( 221, 51, 51, 1.00 )!important;
}
label.error{
	color: rgba( 221, 51, 51, 1.00 );
}
.sbmt-btn{
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	position: relative;
}
.cntct_cont .sbmt-btn:before{
	z-index: 1;
}
.sbmt-btn input{
	text-transform: uppercase;
    font-weight: bold;
	background: transparent;
	border: none;
    color: #6aa338;
}

/* =============================== */
/* :::::::::: 4. Shop :::::::::::: */
/* =============================== */

.shop .sldr_area .container:last-child{
	padding: 75px 15px;
}
.shop .main{
	padding: 50px 0;
}

/* ===================================== */
/* :::::::::: 4. Pre Footer :::::::::::: */
/* ===================================== */

.pre-footer{
	padding: 35px 15px;
	background: #eeeeee;
	text-align: center;
}
.pre-footer p{
	margin-bottom: 0;
}

/* ================================= */
/* :::::::::: 8. Footer :::::::::::: */
/* ================================= */

footer {
    background-color: #ffffff;
    padding: 20px 15px 20px;
	text-align: center;
}
footer a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #000000;
}
footer a:hover {
    color: #6aa338;
    text-decoration: none;
}
.up-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(22, 182, 234, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.up-btn:hover {
    color: #fff;
    background: rgba(22, 182, 234, 1.0);
}
.up-btn i {
    color: #fff;
}
#heed-icon {
	bottom: 85px;
}

/* ================================= */
/* :::::: 9. Responsive CSS :::::::: */
/* ================================= */

@media (max-width: 767px){
	.container{
		margin: 0 10px;
	}
	.main.ageVerification select{
		margin-bottom: 10px;
	}
	.ind_cont{
		background-position: left center;
	}
	.ind_cont p:not(.btn_cont){
		text-shadow: 2px 2px 1px #fff;
	}
	.ind_cont a{
		text-shadow: none;
	}
	.kik_cont .col:first-child,
	.cntct_cont .col:first-child{
		width: 100%;
	}
	.cntct_cont h2{
		margin-top: 20px;
	}
	.cntct_cont .wrapper:before,
	.cntct_cont h2:before{
		display: none;
	}
}
@media only screen and (min-height: 830px) and (min-width: 600px){
	.main.ageVerification{
		height: calc(100% - 105px);
		height: -o-calc(100% - 105px); /* opera */
		height: -webkit-calc(100% - 105px); /* google, safari */
		height: -moz-calc(100% - 105px); /* firefox */
		position: relative;
	}
	.main.ageVerification .container{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}
@media only screen and (min-height: 830px) and (max-width: 600px){
	.main.ageVerification{
		height: calc(100% - 135px);
		height: -o-calc(100% - 135px); /* opera */
		height: -webkit-calc(100% - 135px); /* google, safari */
		height: -moz-calc(100% - 135px); /* firefox */
		position: relative;
	}
	.main.ageVerification .container{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}
@media only screen and (min-height: 830px) and (max-width: 340px){
	.main.ageVerification{
		height: calc(100% - 140px);
		height: -o-calc(100% - 140px); /* opera */
		height: -webkit-calc(100% - 140px); /* google, safari */
		height: -moz-calc(100% - 140px); /* firefox */
		position: relative;
	}
	.main.ageVerification .container{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}
@media (max-width: 375px){
	.sldr_area h1{
		font-size: 39px;
	}
}
@media only screen and (max-width: 992px){
	.main .col-md-6:last-child {
		padding-top: 30px;
	}
}