/*
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%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	"wdth" 100,
	"YTLC" 500;
	color: #121212;
	background-color: #F7F9FC;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	margin: 0 0 20px 0;
}

h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 26px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 20px;}

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

p {font-size: 16px;}

b, strong {font-weight: bold;}
i {font-style: italic;}
a {
	text-decoration: none;
	color: inherit;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	float: left;
	text-align: center;
	overflow: hidden;
	background-image: url(../im/background.png);
	background-size: 1350px auto;
	background-position: center 110px;
	background-repeat: no-repeat;
}
body.single .wrapper {background-image: none;}

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


.stage {
	width: 600px;
	display: inline-block;
	margin: 60px 0;
	padding: 60px 120px;
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 30px;
	box-sizing: border-box;
}

.stage .title img {
	width: 240px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
.stage .title .content h1,
.stage .title .content h2,
.stage .title .content h3,
.stage .title .content h4,
.stage .title .content h5,
.stage .title .content h6,
.stage .title .content p {margin: 0 0 20px 0;}
.stage .title .content a {text-decoration: underline;}
.stage .title .content img {
    width: 150px;
    max-height: 45px;                    
    margin: 0 10px;
    display: inline-block;
}

.stage .form .frm_dropzone.frm_single_upload {
	max-width: 100%;
	background-color: transparent;
}
.stage .form .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
	border: 0px;
	color: #FFFFFF;
    background-color: #121212;
}

.stage .form .frm_form_field .frm_error {
	margin-top: 10px;
	padding: 5px 10px;
	color: #BF1111;
	background-color: #FFE7E8;
	border: 1px solid #FE686F;
	border-radius: 8px;
}

.stage .form .frm_radio {width: 32%;}

.stage .form .frm_form_field .frm_checkbox label {
	padding-left: 27.5px;
    text-indent: -27.5px;
}
.stage .form .frm_form_field .frm_checkbox input {border-radius: 5px;}

.stage .form .frm_form_field button.frm_prev_page,
.stage .form .frm_form_field button.frm_prev_page:hover {
	color: #808080;
    border: 1px solid #808080;
    background-color: #FFFFFF;
}

.stage .thank-you img {
	width: 185px;
	max-width: 100%;
	height: auto;
	margin: 0 0 60px 0;
}
.stage .thank-you a {
	width: 100%;
	float: left;
	padding: 10px 15px;
	color: #808080;
	border: 1px solid #808080;
	border-radius: 8px;
	box-sizing: border-box;
}
.stage .thank-you a p {
	font-size: 18px;
	font-weight: 700;
}


/* Entries */

.entries {padding: 0 20px;}
.entries h1 {margin: 40px 0 20px 0;}
.entries table {
	margin: 20px 0 0 0;
	border-collapse: collapse;
}
.entries table tr th {
	border: 1px solid #000000;
	padding: 10px;
	background-color: #000000;
    color: #FFFFFF;
}
.entries table tr td {
	border: 1px solid #000000;
	padding: 10px;
	word-break: break-all;
    word-break: break-word;
}
.entries .export-view {
	width: fit-content;
    font-size: 18px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(254, 104, 111, 1);
    border-width: 1px;
    border-color: rgba(254, 104, 111, 1);
    border-style: solid;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
    text-shadow: none;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #EEEEEE;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
}


@media only screen and (max-width: 600px) {

.wrapper {
	background-image: none;
	background-color: #FFFFFF;
}
.stage {
	width: 100%;
	margin: 0 auto;
	padding: 60px;
	border: 0px;
	border-radius: 0px;
}

}


@media only screen and (max-width: 500px) {

.stage {padding: 40px 20px;}

}


@media only screen and (max-width: 413px) {

.stage .form .frm_radio {width: auto;}

}


