/*
 Theme Name:   Branson Coupons Child
 Theme URI:    https://www.appverticals.com/
 Description:  Branson Coupons Child Theme
 Author:       App Verticals
 Author URI:   https://www.appverticals.com/
 Template:     bransoncoupons
 Version:      1.0.0
*/

/*---- FONTS STYLE CSS STARTS ----*/
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700,900');
body{font-family: 'Roboto', sans-serif;}
/*---- FONTS STYLE CSS ENDS ----*/
header.entry-header {
	display: none;
}
/*----- HOME FIRST SECTION CSS STARTS HERE -----*/
.ft-section {
	color: white;
}

.bg-heading h1 {
	font-size: 72px;
	font-weight: 500;
	line-height: normal;
}

.logo-image h4 {
	font-weight: 500;
}
.logo-image .wpb_single_image {
	margin-bottom: 20px !important;
}

.steps-section h3 {
	color: #f6cc12;
	font-size: 30px;
}

.steps-row {
	padding-bottom: 20px;
	max-width: 85%;
	margin: 0 auto !important;
}
.step-rad {
	height: 250px;
	width: 250px;
	background-color: rgba(255, 0, 0, .85);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0 !important;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.step-rad:before {
	content: "";
	border: 3px dashed rgba(255, 0, 0, .85);
	position: absolute;
	top: -15px;
	bottom: -15px;
	right: -15px;
	left: -15px;
	border-radius: 50%;
}

.step-rad h4 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 400;
}
.step-rad h2 {
	font-size: 30px;
	font-weight: 700;
}

.first-button a {
	background-color: #c9120f !important;
	box-shadow: 0 7px 0 #580505 !important;
	background-image: linear-gradient(to bottom, #cb120f, #bf1210, #b41211, #a81211, #9d1211) !important;
}
.first-button a:hover{
	box-shadow: 0 2px 0 #580505 !important;
}
.cs-3d a{
	color: white !important;
	font-size: 25px !important;
	font-weight: 500 !important;
	padding: 8px 0 !important;
	text-shadow: -1px -1px 2px black;
	text-transform: uppercase;
}
.cs-3d a span {
	font-size: 22px !important;
}
.second-button a {
	background-color: #00a8d7 !important;
	box-shadow: 0 7px 0 #014480 !important;
	background-image: linear-gradient(to bottom, #00acd9, #009dd1, #008ec9, #007fbf, #0070b4) !important;
}
.second-button a:hover{
	box-shadow: 0 2px 0 #014480 !important;
}

.auto-margin{
	margin: 0 auto !important;
	float: none !important;
}
/*----- HOME FIRST SECTION CSS ENDS HERE -----*/

/*--- PRINTER CSS STARTS -----*/
.print-row{
	background-image: linear-gradient(to right, #f6cb12, #faa800, #fa8200, #f5580f, #eb1d24);
}
.print-image {
	margin: 0 !important;
}
.print-image * {
	width: 100% !important;
}
.print-image {
	margin: 0 !important;
	position: relative;
	top: -30px;
	box-shadow: 0 0 40px -8px black;
}
.print-row h2 {
	font-size: 34px;
	color: white;
	font-weight: 200;
}
.printer-form {
	width: calc(100% + 80px);
	position: relative;
	left: -30px;
}
.printer-form:before {
	content: "";
	border-top: 14px solid #8b0a10;
	border-right: 14px solid transparent;
	position: absolute;
	right: 0px;
	bottom: -14px;
}
.printer-form .input-text {
	width: 100%;
	background-color: white;
	border: none;
	padding: 22px 40px;
	box-shadow: 3px 10px 40px -10px black;
	font-family: Roboto !important;
}
.printer-form .submit-btn {
	position: absolute;
	top: 17px;
	right: 40px;
	background-color: #eb1c24;
	border: none;
	color: white;
	font-family: Roboto;
	padding: 6px 20px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.printer-form .submit-btn:hover {
	background-color: #f6cc12;
	color: black;
}
.printer-form span.ajax-loader {
	position: absolute;
}

.wpcf7-form-control.wpcf7-not-valid{border:2px solid red !important;}
span.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-validation-errors {
	display: none !important;
}
/*--- PRINTER CSS ENDS -----*/

.pum-title {
    margin-bottom: 40px !important;
}
.popup-form {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
}
.popup-form .input-text {
    width: 100%;
    padding: 18px 16px;
    border: none;
}
.popup-form .submit-btn {
    padding: 5px 40px;
    background-color: #b9110e;
    border: none;
    font-size: 17px;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    font-family: Roboto;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	transition:all 0.3s ease-in;
}
.popup-form .submit-btn:hover {
    background-color: #f5cc12;
    color: #ec1c24;
}
.popup-form span.ajax-loader {
    position: absolute;
    left: 0;
}
/*----- BRANSON COUPON SECTION CSS STARTS -----*/
.brans-coup h2 {
	color: #eb1c24;
}
.brans-coup p {
	font-size: 26px;
	color: #eb1c24;
	padding: 0 70px;
	margin-top: 40px;
	margin-bottom: 60px !important;
}
.hand-image img {
	margin-right: 100px;
}

.super-col h3 {
	font-size: 30px;
	font-weight: 700;
	color: #3b3b3b;
}
.super-col h2 {
	font-size: 36px;
	color: #3b3b3b;
	font-weight: 700;
}
.super-col h3:before {
	content: "";
	display: block;
	width: 90px;
	height: 2px;
	background-color: #3b3b3b;
	margin: 20px auto 35px;
}

.super-list {
	max-width: 90%;
	margin: 0 auto !important;
	color: #3b3b3b;
	font-size: 17px;
}
.super-list ul {
	padding: 0;
	margin: 0 !important;
	list-style: none;
}
.super-list ul li {
	margin-bottom: 6px;
}
.super-list ul li:before {
	content: "\f058";
	font-family: fontawesome;
	margin-right: 15px;
}
/*----- BRANSON COUPON SECTION CSS ENDS -----*/

/*---- SAVING DISCOUNTS CSS STARTS HERE ----*/
.saving-col {
	background-color: rgba(235, 28, 36, 0.75);
	color: white;
	padding: 50px 30px;
}
.saving-col h2 {
	font-size: 36px;
	font-weight: 400 !important;
	line-height: 50px;
}
.saving-col h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 32px;
}
.saving-col h3 a {
    color: white;
    text-decoration: none;
}
/*---- SAVING DISCOUNTS CSS ENDS HERE ----*/


/*---- STEP FORM CSS ----*/
div#quest-row {
	display: none;
}

.disc-coup h1 {
	font-size: 40px !important;
	color: #ed3038;
	font-weight: 700;
}
.disc-coup h4 {
	color: #ed3038;
	font-weight: 500;
}

span.gf_step_number {
	margin: 0 !important;
	width: 15px !important;
	height: 15px !important;
	background-color: #8d8d8c;
	font-size: 0 !important;
	border-radius: 50%;
	display: block !important;
}
div.gf_page_steps {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	position: absolute;
	left: -40px;
	top: 0;
	display: inline-block !important;
	width: auto !important;
}
div.gf_page_steps .gf_step {
    display: block;
    margin: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 1 !important;
}
div.gf_page_steps .gf_step:after {
    content: "";
    height: 25px;
    width: 2px;
    background-color: #8d8d8c;
    display: inline-block;
    margin: 0 auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}
.gf_step_active:before {
	content: "";
	position: absolute;
	border: 2px solid #ed1c24;
	border-radius: 50%;
	left: -6px;
	right: -6px;
	top: -6px;
	bottom: -6px;
}
.gf_step_active span.gf_step_number{
	background-color: #ed1c24;
}
div.gf_page_steps .gf_step_active:after {
	background-color: #ed1c24;
	top:20px;
}
.gform_body {
	margin-left: 25px;
}

.gform_body .gform_fields input {
	padding: 16px 16px !important;
	border-radius: 6px;
	box-shadow: none !important;
	border: 1px solid #707070;
	background-color: white;
	font-size: 17px !important;
	font-weight: 500;
	color: #b7b7b7 !important;
}
.gform_body .gform_fields select {
	padding: 18px 10px !important;
	border: 1px solid #515151;
	border-radius: 5px;
}
.ginput_container.ginput_container_date {
    position: relative;
}
img.ui-datepicker-trigger {
    position: absolute;
    right: 20px;
    top: 21px;
    cursor: pointer;
}

.gform_fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b7b7b7 !important;
}
.gform_fields input::-moz-placeholder { /* Firefox 19+ */
	color: #b7b7b7 !important;
}
.gform_fields input:-ms-input-placeholder { /* IE 10+ */
	color: #b7b7b7 !important;
}
.gform_fields input:-moz-placeholder { /* Firefox 18- */
	color: #b7b7b7 !important;
}
.ginput_container_date input {
	width: 100% !important;
}
.custom-class {
	margin-top: 40px !important;
}
.custom-class h5 {
	font-size: 24px;
	font-weight: 300;
	color: #515151;
	margin-bottom: 40px;
}
.custom-class h2 {
	font-size: 36px;
	font-weight: 300 !important;
	color: #000000 !important;
}
.req-text {
	margin-top: 30px !important;
	color: #515151;
}
.gform_page_footer {
	border: none !important;
}

.gform_next_button, .gform_previous_button {
	background-color: #ee3138 !important;
	border: none;
	padding: 20px 70px 20px 50px;
	color: white;
	border-radius: 50px;
	font-family: Roboto;
	cursor: pointer;
	background-image: url(images/left-arrow.png);
	background-repeat: no-repeat;
	background-position: 90px;
	float: right;
}
.gform_previous_button{
	padding: 20px 50px 20px 70px;
	background-image: url(images/right-arrow.png);
	background-position: 45px;
	float: left;
}

.gf_step_last:after {
	display: none !important;
}
input#gform_submit_button_1 {
	background-color: #ee3138;
	color: white;
	border: none;
	padding: 21px 70px;
	border-radius: 50px;
	font-family: Roboto;
	cursor: pointer;
}

.cs-3d button {
	color: white !important;
	font-size: 25px !important;
	font-weight: 500 !important;
	padding: 8px 0 !important;
	text-shadow: -1px -1px 2px black;
	text-transform: uppercase;
}

.gfield_checkbox li label, .gfield_radio li label {
    font-size: 15px !important;
}
.gfield_checkbox li input, .gfield_radio li input {
    margin: 0 3px 0 0 !important;
}

.first-button button {
	background-color: #c9120f !important;
	box-shadow: 0 7px 0 #580505 !important;
	background-image: linear-gradient(to bottom, #cb120f, #bf1210, #b41211, #a81211, #9d1211) !important;
}
.first-button button:hover{
	box-shadow: 0 2px 0 #580505 !important;
}

.cs-3d button span {
	font-size: 22px !important;
}

/*---- ARROW DOWN ----*/
.arrow.bounce {
    text-align: center;
}
.arrow.bounce a {
    font-size: 0;
    margin-top: -30px;
    text-decoration: none;
    transition: all 0.3s ease-in;
}
.arrow.bounce a:before {
    font-size: 50px;
    color: #eb1c24;
    transition: all 0.3s ease-in;
}
.arrow.bounce a:hover:before {
    color: #f5cb12;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*---- ARROW DOWN ----*/

/*---- STEP FORM CSS ----*/
button.s_pdf_download_bttn {
    background-color: #bf1210;
    cursor: pointer;
}

/**---- VIDEO WIDTH **---*/
.arve-wrapper {
    max-width: 100% !important;
}
/**---- VIDEO WIDTH **---*/

/*----- FOOTER CSS STARTS ------*/
.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666666;
	padding: 25px 0;
}
.copyright p {
	margin: 0 !important;
}
.copyright p a {
	color: #666666;
}

.hand-image img{
	animation: MoveUpDown 1s linear infinite;
     position: relative;
}
span.edit-link{display:none;}
.se1 h2 {
color: #eb1f24;
text-transform: uppercase;
font-weight: 700;
font-size: 36px;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}



@media screen and (min-width:320px) and (max-width:480px){
	.cs-3d button span {
    font-size: 20px !important;
}
.bg-heading h1 {font-size: 22px;}
.steps-row{max-width:100%;}
.ft-section {padding: 21px 0px !important;}
	.step-rad{margin-bottom:60px !important;}
	.super-col h3{font-size:20px;}
	.step-rad h2, .brans-coup h2, .super-col h2 {font-size: 22px;}
	.second-button a, .first-button a, .first-button button{font-size:20px !important;}
	.print-image{top:0px;}
	.print-row { padding: 40px 0px;}
	.print-row h2 {padding: 31px 0px 0px 0px;font-size: 24px;}
	.printer-form:before{display:none;}
	.printer-form {  width: 100%; position: relative;left: 0px;}
	.printer-form .submit-btn{position: static;margin: 20px 0px 0px;}
	.printer-form .input-text{padding: 14px 7px;}
	.brans-coup p {font-size: 16px;padding: 0 10px;margin-top: 20px;margin-bottom: 20px !important;}	
	.super-list { max-width: 100%;    font-size: 15px;}
	.saving-col{    padding: 50px 0px;}
	.saving-col h2 {font-size: 21px; line-height: 30px;text-align: center;    padding: 10px 18px;}
button.s_pdf_download_bttn{    margin: 20px auto;}
.saving-col h3 {text-align: center;    padding: 0px 10px;}
.copyright p{margin-bottom:10px !important;}
.copyright { display: block;text-align: center;}
.s0.vc_custom_1539188334918 { padding-top: 0px !important;padding-bottom: 0px !important;}
	
	.gform_body {
    margin-left: 0;
}
	
	.cs-3d button {
    padding: 8px 10px !important;
}
	.gform_page_footer {
    flex-direction: column-reverse;
    display: flex;
}
	.gform_ajax_spinner {
    width: 30px;
}
	
	.gform_next_button, .gform_previous_button {
    padding: 10px 40px 10px 0 !important;
    font-size: 24px !important;
    background-position: 56% !important;
}
.gform_previous_button {
    background-position: 31% !important;
    padding: 10px 30px !important;
}
	
}

@media screen and (min-width:481px) and (max-width:767px){
	
	.bg-heading h1 {font-size: 22px;}
.steps-row{max-width:100%;}
.ft-section {padding: 21px 0px !important;}
	.step-rad{margin-bottom:60px !important;}
	.super-col h3{font-size:20px;}
	.step-rad h2, .brans-coup h2, .super-col h2 {font-size: 22px;}
	.second-button a, .first-button a, .first-button button{font-size:20px !important;}
	.print-image{top:0px;}
	.print-row { padding: 40px 0px;}
	.print-row h2 {padding: 31px 0px 0px 0px;font-size: 24px;}
	.printer-form:before{display:none;}
	.printer-form {  width: 100%; position: relative;left: 0px;}
	.printer-form .submit-btn{position: static;margin: 20px 0px 0px;}
	.printer-form .input-text{padding: 14px 10px;}
	.brans-coup p {font-size: 16px;padding: 0 10px;margin-top: 20px;margin-bottom: 20px !important;}	
	.super-list { max-width: 100%;    font-size: 15px;}
	.saving-col{    padding: 50px 0px;}
	.saving-col h2 {font-size: 21px; line-height: 30px;text-align: center;    padding: 10px 18px;}
button.s_pdf_download_bttn{    margin: 20px auto;}
.saving-col h3 {text-align: center;    padding: 0px 10px;}
.copyright p{margin-bottom:10px !important;}
.copyright { display: block;text-align: center;}
.s0.vc_custom_1539188334918 { padding-top: 0px !important;padding-bottom: 0px !important;}
	.cs-3d button span {
    font-size: 20px !important;
}
	.gform_body {
    margin-left: 0;
}
	.cs-3d button {
    padding: 8px 10px !important;
}
	.gform_page_footer {
    flex-direction: column-reverse;
    display: flex;
}
	.gform_ajax_spinner {
    width: 30px;
}
	.gform_next_button, .gform_previous_button {
    padding: 10px 40px 10px 0 !important;
    font-size: 24px !important;
    background-position: 56% !important;
}
.gform_previous_button {
    background-position: 31% !important;
    padding: 10px 30px !important;
}
	
}


@media screen and (min-width:768px) and (max-width:1024px){
	.cs-3d button span {
    font-size: 20px !important;
}
	.bg-heading h1 {font-size: 22px;}
.steps-row{max-width:100%;}
.ft-section {padding: 21px 0px !important;}
	.step-rad{margin-bottom:60px !important; 
    height: 200px;
    width: 200px;}
	.step-rad h2 {
		font-size: 22px;}
	.second-button a, .first-button a, .first-button button{font-size:19px !important;}
	.print-image{top:0px;}
	.print-row { padding: 40px 0px;}
	.print-row h2 {padding: 31px 0px 0px 0px;font-size: 24px;}
	.printer-form:before{display:none;}
	.printer-form {  width: 100%; position: relative;left: 0px;}
	.printer-form .submit-btn{position: static;margin: 20px 0px 0px;}
	.printer-form .input-text{padding: 14px 40px;}
	.brans-coup p {font-size: 16px;padding: 0 10px;margin-top: 20px;margin-bottom: 20px !important;}	
	.super-list { max-width: 100%;    font-size: 15px;}
	.saving-col{    padding: 50px 0px;}
	.saving-col h2 {font-size: 21px; line-height: 30px;text-align: center;    padding: 10px 18px;}
button.s_pdf_download_bttn{    margin: 20px auto;}
.saving-col h3 {text-align: center;    padding: 0px 10px;}
.copyright p{margin-bottom:10px !important;}
.copyright { display: block;text-align: center;}
.s0.vc_custom_1539188334918 { padding-top: 0px !important;padding-bottom: 0px !important;}
	div.gf_page_steps {
    left: -10px;
}
	
	
}

/*----- FOOTER CSS ENDS ------*/