/*
Theme Name: AllinBrand
Theme URI: http://allinbrand.com
Description: AllinBrand
Author: nttam
Author URI: http://allinbrand.com
Template: Divi
Version: 1.0
*/


/* =================== */

.et_password_protected_form {
	min-height: initial;
	padding: 100px;
	max-width: 700px;
	margin: auto;
}

.et_password_protected_form .et_submit_button {
	background: #009688;
	color: white!important;
	border: 2px solid #009688;
}

.et_password_protected_form .et_submit_button:hover {
	background: white;
	color: #009688!important;
}

.et_password_protected_form .et_submit_button:after {
	content: unset;
}

@media (max-width: 479px) {
	.et_password_protected_form {
		padding: 40px;
	}
}

input.formatCurrency {
    text-align: right;
}

body .ipt-uif-custom-material-default .ipt_fsqm_form_message_restore .ui-widget-header>* {
	font-size: 18px;
}

body .ipt-uif-custom-material-default .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
   font-size: 18px;
}

body .ipt-uif-custom-material-default .ui-tabs .ui-tabs-nav li .ui-tabs-anchor .ipticm {
    margin-top: 3px;
}

.wpcf7 .row {
    display: inline-block;
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    display: flex;
}

.col-md-12 {
    width: 100%;
	float: left;
}

.col-md-6 {
    width: 50%;
	float: left;
}

.col-md-4 {
    width: 33.33%;
	float: left;
}

.col-md-4, .col-md-6, .col-md-12 {
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-group {
    margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 input[type="submit"] {
    border-radius: 25px;
    padding: 7px 30px;
    background-color: #199ad6;
    cursor: pointer;
    transition: all 0.5s;
    text-transform: uppercase;
    border: 2px solid #199ad6;
    color: #fff;
}

.wpcf7 input[type="submit"]:hover {
    transition: all 0.5s;
	color: #199ad6;
	background: transparent;
}
.wpcf7-recaptcha {
    margin-bottom: 20px;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.wpcf7 textarea, .wpcf7 .et_pb_contact_field input, .wpcf7 .et_pb_contact_field textarea {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    border: 2px solid #E4E1DE;
}

.wpcf7 textarea {
    min-width: 100%;
    max-width: 100%;
    max-height: 100px;
    min-height: 100px;
	resize: none;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus,
.wpcf7 textarea:focus {
    border: 2px solid #199ad6;
}

span.wpcf7-form-control-wrap.recaptcha .wpcf7-recaptcha {
    transform-origin: top left;
    transform: scale(0.822368);
    display: inline-block;
    margin-bottom: 0 !important;
}

/* device */

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

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

}

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

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

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

@media only screen and (min-width: 981px) {
	
	.display-flex {
		display: flex;
	}
	
	.align-items-center {
	   align-items: center;
	}
	
	.align-items-end {
		align-items: end;
	}
	
}

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

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

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

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

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