/*
Theme Name: Bingo
Description: Specific styles of the theme relative ti this website.
*/

/* Flyer Button */
a.flyer-btn {
	background-color: #ea3e33;
	border-radius: 4px;
	display: inline-block;
	width: auto;
	color: #fff !important;
	font-size: 15px!important;
	font-weight: 600;
	line-height: 1;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
	position: relative;
	padding: 6px 35px 6px 13px!important;
	font-family: 'Source Sans Pro', sans-serif;
	margin-left: 175px;
	position: absolute;
	margin-top: 6px;
}
a.flyer-btn:hover{
	background-color: #ad433c;
}
a.flyer-btn .btn-fund-text {
	display: block;
	font-weight: 300;
	font-size: 12px;
	padding-left: 20px;
}
a.flyer-btn .btn-fund-text::after {
	font-family: "FontAwesome";
	content: "\f061";
	font-size: 18px;
	line-height: 1;
	color: inherit;
	position: absolute;
	margin-top: -10px;
	padding-left: 12px;
}

@media (max-width: 991px){
	a.flyer-btn {
		margin-left: 105px;
		margin-top: 13px;
	}
}

@media (max-width: 413px){
	a.flyer-btn {
		margin-left: 86px;
	}
}

/* ---------------------------------
    Visual Composer elements
   --------------------------------- */

/* List bullets */
.list-bullet{
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
.list-bullet li{
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -4px;
}
.list-bullet.list-dark li{
    color: #000;
}
.list-bullet.list-light li{
    color: #e66815;
}
.list-bullet li:before{
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 10px;
    color: #e77200;
    position: absolute;
    left: -4px;
    top: 7px;
}

/* Form */
.dhvc-form-group .dhvc-form-label,
.dhvc-form-group label{
    font-weight: normal !important;
}
.dhvc-form-group textarea.dhvc-form-control{
    min-height: 85px !important;
    resize: none;
}
.dhvc-form-submit{
    width: 100% !important;
    opacity: 1 !important;
    font-weight: normal !important;
    line-height: 42px !important;
    font-size: 17px;
    box-shadow: 0px 8px 30px 0px rgba(1, 1, 1, 0.35) !important;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.dhvc-form-submit:hover,
.dhvc-form-submit:focus,
.dhvc-form-submit:active{
    background-color: #e8a85f !important;
}
.dhvc-form-message {
    padding: 15px;
    margin-top: 20px;
    text-align: center;
}
.dhvc-form-file .dhvc-form-file-button i{
    display: none;
}
.dhvc-form-file .dhvc-form-file-button:after{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-top: -4px;
    vertical-align: middle;
    content: 'Choose File';
}

/* FAQ Popup */
.popup-faq{
    display: none;
}
.popup-faq .vc-section-heading{
    color: #000;
}
.faq-wrapper .faq-item{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
}
.faq-wrapper .faq-item:last-child{
    border-bottom: 0;
}
.faq-item .faq-header{
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}
.faq-item .faq-header .faq-title{
    color: #e8a85f;
    font-size: 17px;
    padding-right: 20px;
    line-height: 1.3;
}
.faq-item .faq-header .faq-toggler{
    width: 50px;
    min-width: 50px;
    text-align: right;
}
.faq-item .faq-header .faq-toggler:before{
    content: '+';
    font-size: 25px;
    line-height: 25px;
}
.faq-item.open .faq-header .faq-toggler:before{
    content: '-';
}
.faq-item .faq-description{
    display: none;
    padding-right: 70px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: CircularStdBook;
}
.faq-item:first-child .faq-description{
    display: block;
}

.visible-xlg{
    display: none !important;
}

@media (min-width: 768px){
    .list-bullet li:first-child:before{
        display: none;
    }
    .dhvc-form-file:after,
    .dhvc_form_file .dhvc_form_control_plan{
        clear: both;
        display: table;
        content: '';
    }
    .dhvc-form-group.dhvc_form_file .dhvc-form-label{
        margin-bottom: 0 !important;
        margin-top: 10px;
        float: left;
    }
    .dhvc_form_file .dhvc-form-help{
        padding-top: 40px;
    }
    .dhvc-form-file{
        float: left;
        margin-left: 10px;
        width: 50%;
    }
    .dhvc-form-file .dhvc-form-control{
        background-color: transparent !important;
        border: 0 !important;
        outline: 0 !important;
        cursor: default !important;
        padding-left: 115px !important;
        padding-right: 15px !important;
    }
    .dhvc-form-file .dhvc-form-file-button{
        left: 0;
        right: auto;
        background-color: #fff !important;
        color: #747474;
        border: 1px solid #c3c3c3;
        min-width: 100px;
        text-align: center;
    }
    
}
@media (min-width: 992px){
    .profile-wrapper{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .dhvc-form-file{
        width: 70%;
    }
    .popup-faq{
        min-width: 800px;
        width: 800px;
        max-width: 1000px;
        min-height: 550px;
        padding-left: 60px;
        padding-right: 60px;
    }
    
    /* Page backgrounds */
    section#value .our-value-section{
        background-image: none !important;
    }
}
@media (min-width: 1200px){
    .profile-wrapper{
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}
@media (min-width: 1680px){
    .visible-xlg{
        display: block !important;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .popup-faq{
        width: 100%;
    }
}

@media (max-width: 767px){
    .list-bullet{
        text-align: left;
        padding-left: 15px;
    }
    .list-bullet li{
        min-width: 50%;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.2;
    }
    
    .faq-item .faq-header .faq-title{
        font-size: 15px;
    }
    .faq-item .faq-description{
        padding-right: 0;
    }
    
    /* Page backgrounds */
    section#value .gambit_parallax_inner{
        display: none !important;
    }
    
    .clearfix-xs{
        clear: both;
    }
    
}


.set-font-size-17{
	font-size:17px;
}
/* show tree on laptop screens*/

@media screen 
  and (min-height: 500px) 
  and (max-height: 900px) 
 { 
	  .disable-on-laptop{
		  display:none !important;
	  }
	 .our-value-laptop{
		 height:600px !important;
	 }
}