/*
Theme Name: Bopgun
Theme URI: 
Author: bopgun
Author URI: http://www.bopgun.com
Description: 
Version: 1.0.0
Text Domain: 
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

textarea:focus, input:focus{outline: none;}
*:focus {outline: none;}

body {
	width: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.1;
	color: #FFFFFF;
}
body.killscroll {
	margin: 0; 
	height: 100%; 
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-style: normal; 
	line-height: 1.3;
}
h1 {margin: 0 auto;}
h1, h2 {
	font-size: 100px;
	font-family: "teko", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
}
h3 {
	font-size: 32px;
	font-family: "Open Sans", sans-serif;
}
h4 {
	font-size: 28px;
	font-family: "Open Sans", sans-serif;
}
h5 {
	font-size: 22px;
	font-family: "Open Sans", sans-serif;
}
h6 {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}

.normal {font-weight: 400;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}

.black {color: #000000;}

p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	font-size: 18px;
	margin: 0 0 20px 0;
}

b, strong {font-weight: bold;}
i, em, .italic {font-style: italic;}
a {
	text-decoration: none;
	color: inherit;
}
sup {
	vertical-align: super;
  	font-size: smaller;
}

.wrapper {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.full-width {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.fixed-width {
	width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}
.inner {
	width: 984px;
	margin: 0 auto;
	box-sizing: border-box;
}

.transition {
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.transition-slow {
	-moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.button {
	width: max-content;
	text-align: center;
	margin: 0 auto;
	color: #FFFFFF;
	background-color: #FDB73E;
	cursor: pointer;
}
.button p {
	margin: 0 auto;
	padding: 10px 30px;
}

/* Country Config */

.country-config {
	width: 100vw;
	height: 100vh;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.country-config.hide {
	opacity: 0;
	visibility: hidden;
}
.country-config .inside {
	width: 440px;
	max-width: 90vw;
	margin: 0 auto;
	padding: 40px 20px 30px 20px;
	overflow: scroll;
	background-color: #FFFFFF;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-radius: 20px;
}
.country-config .close {
	width: 20px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.country-config .current h5 {margin: 10px 0 15px 0;}
.country-config .current {margin: 0 0 35px 0;}
.country-config .current .flag {
	width: 60px;
	height: auto;
	margin: 0 auto;
}
.country-config .switch p {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.country-config .switch select {
	width: 100%;
	-webkit-appearance: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    background-image: url(im/icon-dropdown-black.png);
    background-size: 15px 15px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

/* Footer */

.footer {
    padding: 40px 0;
    position: relative;
}
.footer p {
	width: 100%;
	float: left;
	font-size: 14px;
}

.footer .left {
	width: 60%;
	float: left;
}
.footer .left img {
    width: auto;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
.footer .left img.licensor {height: 65px;}
.footer .left .socials {text-align: center;}
.footer .left .socials .item {
	display: inline-block;
	float: left;
}
.footer .left .socials .item img {
	width: 30px;
	height: auto;
	float: left;
}
.footer .right {
	width: 355px;
	float: right;
}
.footer .right img {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer .right .payment {margin: 0 0 10px 0;}

.footer .toolbar {
	border-top: 1px solid #FFFFFF;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
.footer .toolbar .bopgun {
	width: 40%;
	float: left;
}
.footer .toolbar .bopgun p {margin: 0 auto;}
.footer .toolbar .country {
	width: 60%;
	float: right;
	text-align: right;
}
.footer .toolbar .country img {
	width: 20px;
	height: auto;
	float: right;
}
.footer .toolbar .country p {
	width: auto;
	float: right;
	margin: 0 0 0 10px;
}
.footer .toolbar .country .switch-country {
	cursor: pointer;
	text-decoration: underline;
}

/* Register Interest */

.register-interest {
    padding: 60px 20px;
    text-align: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(im/register-bg.png);
}
.register-interest .inside {
	width: 1080px;
	max-width: 100%;
	display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.register-interest .logo {position: relative;}
.register-interest .logo img {
	width: 100%;
	max-width: 840px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.register-interest .hero {
	position: relative;
	margin: -100px 0;
}
.register-interest .hero img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.register-interest .title {padding: 0 0 20px 0;}
.register-interest .title h1 {
	text-wrap: balance;
	margin: 0 0 10px 0;
}
.register-interest .title h3 {text-wrap: balance;}
.register-interest .form form input[type="email"] {
	width: 100%;
	float: left;
	font-size: 28px;
	font-family: "teko", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: #000000;
	background-color: #FAF8F5;
	padding: 15px 20px 10px 20px;
	border: 0px;
	box-sizing: border-box;
}
.register-interest .form form button,
.register-interest .form form .button {
	width: 100% !important;
	float: left;
	font-size: 28px;
	font-family: "teko", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	padding: 15px 20px 10px 20px;
	margin: 20px 0 40px 0;
	border: 0px;
	border-radius: 0px;
	color: #FFFFFF;
	background-color: #FDB73E;
	box-sizing: border-box;
	cursor: pointer;
}
.register-interest .note a {text-decoration: underline;}



