html{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
*,*:before,*:after{
	box-sizing:inherit;
}
body{
	background-color: transparent;
	color:#fff;
	font-family:sans-serif;
	margin:0;
	padding:0;
}

/* children of this shouldn't inherent our cursor (which they do in chrome) */
.modal-bg * {
	cursor: auto;
}

.wrapper{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.settings-formelement{
	width:100%;
	padding:0px 20px;
/*	background-color:#333;*/
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px;
	display: inline-block;
}
.settings-formelement label,.settings-formelement input{
/*	display:inline-block;*/
	color: #777777;
}
.settings-formelement h3{
	margin:0;
	font-size: 18px;
	text-transform: uppercase;
	color: #e00001;
	text-align: center;
	margin-bottom: 10px;
}
.settings-formelement hr{
	border:none;
	border-top: 2px solid #f64a51;
	margin-bottom: 15px;
}

.flex_box {
    display: flex;
    justify-content: center;
}
.flex_box > .radio_input{
    flex: 1 0 1px;
}

.settings-formelement .radio_input span{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
	color: #000;
	background-color: #e9eaeb;
	box-shadow: 0 3px 5px #333;
}

.settings-formelement .radio_input input[type="radio"]{
	visibility: hidden;
    display: none;
}

.settings-formelement .radio_input input[type="radio"]:checked + span{
	background: #f64a51;
    color: #fff;
}

.settings-formelement .btn-request-quote{
	background: #ef4a4d;
    padding: 8px 25px;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 500;
}

.col-1{
	width:100%;
	float:left;
}
.canvas-container{
	width:100%;
	float:left;
}
canvas{
	max-width:100%;
}

.actions{
	clear: both;
    text-align: center; 
    display: flex;
    justify-content: space-around;
}

.btn,.btn:link,.btn:visited{
	display: inline-block;
    background-color: #df0001;
    color: #fff;
    padding: 8px 15px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
	position: relative;
}
.btn:hover,.btn:focus,.btn:active{
	background-color:#c00;
}
.actions .btn{
	display:flex;
	justify-content: space-evenly;
	align-items: center;
	width:100%;
}

.btn-facebook{
	background-color: #465892;
}

.btn-twitter{
	background-color: #54aced;
}

.modal-bg{
	max-width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(0, 0, 0, 0.5);
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
 	display:-webkit-flex;
	display:flex;
	cursor: pointer;
}

.modal{
	width:300px;
	max-width:100%;
	max-height:100%;
	overflow-y:auto;
	margin:auto;
	padding:20px;
	background-color:#ddd;
	color:#111;
	border-radius:3px;
	box-shadow:0 10px 50px rgba(0,0,0,0.5);
}

.modal h2{
	margin:0;
	padding:0;
}

.modal-formelement{
	display:block;
	padding: 20px 0 0;
}
.modal-formelement label,.modal-formelement input{
	display:block;
	width:100%;
}
.modal-formelement label{
	margin-bottom:5px;
}
.modal-formelement input{
	padding:5px;
}

.checkbox {
    display: inline-block;
}
.checkbox input[type=checkbox] {
    width:20px;
}
.checkbox label {
    margin-left:-5px;
}

.hidden_options {
    display: none !important;
}
.sub_options {
    margin-left: 20px;
}

/*.option-section{
	padding:5px 0;
}*/
.option-section + .option-section{
	border-top:0px solid #666;
	margin-top:5px;
	padding-top:5px;
}

.option-section h3 label{
	color: #e00001;
}

.option-section #editor_shared_color_outer_name, .option-section #editor_shared_color_inner_name{
	display: block;
	text-align: center;
	color: #000000;
	color: #777777;
}

.btn-submit{
	margin:0;
}

.message {
	background-color:#ffcc00;
	color:#000;
	color:#777777;
	padding:20px;
	border-radius:5px;
	margin-bottom:10px;
}
.message h3,.message p{
	margin:0;
	padding:0;
}
.success{
	background-color:#99cc33;
}
.warning{
	background-color:#ffcc00;
}
.error{
	background-color:#ff6600;
}

.required:after{
	content:'*';
	display:inline;
	color:#900;
}

.shared-img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:80vh;
	margin:auto;
}

.phone-number{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.05em;
}

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

.inline-block{
	display: inline-block;
}

.settings {
	 display: none;
 }

.canvas-container {
	display: none;
}

.top-req-btn-con {
	display: none;
	text-align: center;
}

.color-palette {
    width: 100%;
    margin-top: 10px;
    background: transparent;
    border: 0;
    margin: auto;
    text-align: center;
    display: flex;
	z-index: 0;
}

.color-palette .sp-palette-container{
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.color-palette .sp-palette-container .sp-palette {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
}

.color-palette .sp-palette .sp-thumb-el{
	width: 33px;
	height: 33px;
	margin: 10px 15px;
}

.upload-btn-wrapper{
	position: relative;
	text-align: center;
}

.upload-btn-wrapper label[for="shared_logo"]{
	color: #ffffff;
	padding: 8px 12px;
}

.custom_gun_container br {
    display: none;
}

.custom_gun_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.custom_gun_container iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
}

.custom_file {
	margin: auto;
	opacity: 0;
	position: absolute;
	z-index: 1;
	height: 37px;
	top: 0;
	left: 0;
	cursor: pointer;
}

input[for="file_default"], input[for="file_name"]{
	color: #000000;
	color: #ffffff;
}

.settings-formelement p, .settings-formelement p a {
    color: #df0001;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
	margin: 5px 0 0;
}

@media (max-width:499px){
	.hide-mobile{
		display:none;
	}
	.actions .btn{
		display:inline-block;
/*		width:auto;*/
	}
	
	.radio_input{
		min-width: 100px;
	}
	
	.color-palette .sp-palette .sp-thumb-el{
		margin: 10px 13px;
		margin: 10px 12px;
	}
	
	iframe#blockrandom {
		height: 1550px;
	}
	
	input[for="file_default"], input[for="file_name"]{
		color: #000000;
		color: #ffffff;
		display: block;
	}
	
	.settings-formelement p, .settings-formelement p a{
		font-size: 22px;
		line-height: 30px;
	}
	
}

@media (min-width:500px){
	.btn-request-quote {
		padding:30px;
	}
	
	.col-1{
		width:40%;
		padding-left:20px;
	}
	.canvas-container{
		width:60%;
	}
}

@media (min-width:768px){
	.col-1{
		width:50%;
	}
	.canvas-container{
		width:50%;
	}
	
}

@media (min-width:768px) and (max-width: 991px){
	
	.canvas-container{
		padding-left: 20px;
	}
	
	.actions .btn{
		padding: 8px 5px;
	}
	
	.radio_input{
		min-width: 110px;
	}
}

.see-all-testimonial-btn:hover .edgtf-btn-icon-holder .arrow_right{
/*	color: #000000 !important;*/
	color: #ffffff !important;
}