/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


input, textarea, select, .seldiv, .select2-choice, .select2-selection--single{
  font-size: 18px;
  /*padding: 5px;*/
  font-weight: 300;
  box-shadow: none !important;
  border-radius: 3px;
}

@media (max-width: 959px) { 
h2:not([class*="fontsize-"]),.h2:not([class*="fontsize-"]) { font-size: 36px; }
}

.style-light input {
  background-color: rgba(255,255,255,0.8);
}
.style-light input:focus {
  background-color: rgba(255,255,255,1);
}
.style-light input:visited {
  background-color: rgba(255,255,255,1)
}
.wpcf7-inline-wrapper .wpcf7-inline-field input[type="radio"] {
    width: 30px !important;
    height: 30px;
}
input[type="checkbox"] {
  width: 40px !important;
  height: 40px !important;
  font-size: 30px;
}

input[type="checkbox"]:checked::before,
input[type=checkbox]:checked:before {
  left: 3px;
  top: 3px;
  font-size: 30px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field.datefield input {
	text-align: center;
}

.wpcf7-section-wrapper {
	display: block;
	width: 100%;
	height: auto;
}
.wpcf7-inline-section {
    display: inline-block;
    width: 49%;
    /*float: left;*/
    /*height: 100%;*/
    min-width: 320px;
    padding: 20px;
    /*background-color: #fcfcff;*/
    background-color: #ffffff;
    margin-bottom: 20px;
   /* margin-right: 2%;*/
    /*margin-left: 2%;*/
    vertical-align: top;
    border:1px solid #eaeef3;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.wpcf7-inline-section:hover {
    background-color: #eaeef3;
}
.wpcf7-inline-section:first-child {
    margin-right: 1%;
}
@media(max-width: 959px) {
	.wpcf7-inline-section {
		width: 100%;
		/*margin: 0 0 50px 0;*/
	}

}
.wpcf7-cta-wrapper {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
}
.wpcf7-form-control.wpcf7-submit.btn {
    width: 100%;
    padding: 20px !important;
}
/*FIX LAST FIELD PADDING*/
.wpcf7-inline-wrapper .wpcf7-inline-field:nth-last-of-type(2) {
  padding-right: 0px;
}

.wpcf7-inline-wrapper .wpcf7-inline-field {
	padding: 0 5px 0 5px;
}

.wpcf7-inline-wrapper .wpcf7-inline-field.fullwidth {
    width: 100%;
}
.wpcf7-inline-wrapper .wpcf7-inline-field.three-columns {
    width: 33.3333%;
}
@media (max-width: 569px) {
	.wpcf7-inline-wrapper .wpcf7-inline-field.mobile-one-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
	}
}

.wpcf7-inline-wrapper .wpcf7-inline-field.spacer {
  width: initial;
}
.wpcf7-inline-wrapper .wpcf7-inline-field.small {
  width: 30%;
  max-width: 87px;
}
@media (max-width: 569px){
	.wpcf7-inline-wrapper .wpcf7-inline-field.small {
		max-width: 30%;
	}
}

.wpcf7-inline-section h3,
.wpcf7-pay-section h3 {
  margin-bottom: 20px;
  margin-top: 0;
  color: rgb(92, 104, 132);
}
.wpcf7-inline-section h6 {
    margin-top: 15px;
    margin-bottom: 0px;
    color: rgb(134, 142, 166);
}

.wpcf7-inline-section p {
    margin-top: 5px;
}
.wpcf7-pay-section {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fcfcff;
  background-color: #ffffff;
  margin-bottom: 20px;
  vertical-align: top;
  border: 1px solid #eaeef3;
  border-radius: 5px;
}
.wpcf7-pay-section h6 {
  margin: 0.5em;
}
.wpcf7-pay-section h3 {
  margin-bottom: 0;
}
.pay-details {
    background-color: rgba(166,166,166,0.1);
    padding: 5px;
    display: inline-block;
    border: 1px solid #333 !important;
    border-radius: 3px;
    margin-top: 10px;
}
.pay-details * {
    margin: 0.5em;
}
.wpcf7-inline-wrapper p:last-child {
    margin-top: 5px;
}
.wpcf7-inline-section p:not([class*=wpcf7]) {
  margin-bottom: 5px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    line-height: 1em;
}



/*==============PAGE MARGIN============*/
@media(max-width:568px) {
  .main-container #about-us .row-parent,
  body:not([class*=home]) .main-container .row-container .row-parent {
    padding: 0;
  }

}


/*===============HEADER==================*/
body.home header:not([class*="is_stuck"]) #main-logo {
    display: none;
}
body.home #masthead:not([class*="is_stuck"]) #main-logo {
    display: none;
}


/*=============ABOUT US SECTION===============*/
@media (max-width:968px){
  #about-us .background-element .background-inner {
    background-position: 80% center !important;;
  }
}
@media (max-width:568px){
  #about-us .background-element .background-inner {
    background-position: 75% center !important;;
  }
}

/*===============form loader==================*/
.wpcf7-cta-wrapper span.ajax-loader {
  display: block;
  top: 45vw;
  left: 40vw;
  width: 200px !important;
  height: 200px !important;
  background-size: 200px !important;
  background-repeat: no-repeat !important;
  /*background-color: #000;*/
  background-position: center !important; 
}
.wpcf7-response-output {
  /*display: table-cell !important;
  position: absolute !important;
  top: calc(100vh - 40vh) !important;
  left: calc(100vh - 85vh) !important;
  z-index: 1000;
  background-color: #fff !important;
  height: 70vh;
  width: 80%;
  text-align: center;
  vertical-align: bottom;
  padding: 35vh 0 !important;
  background-color: #fff;
  font-size: 40px;*/
  border-color: red !important;
  text-align: center;

}

/*=============== FORM VALIDATION =======================*/
.wpcf7 span.wpcf7-not-valid-tip {
    color: red !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  border-color: green !important;
  color: green !important;
  
}

/*=============== ACCORDION ========================*/

/*accordion title*/

.uncode-accordion:not(.default-typography) .panel-title > a > span {
  font-size: 22px;
  letter-spacing: 0.025em !important;;
}
.uncode-accordion:not(.default-typography) .panel-title > a > span:after {
  /*font-size: 60px;*/
}
.uncode-accordion:not(.default-typography) .panel-body h3 {
  margin-top: 45px;
}
