/*
 Theme Name:     Connell Tax & Advisory Child Theme
 Description:    Connell Tax & Advisory Child Theme
 Author:       Pillar Media
 Author URI:   https://pillarmedia.com/
 Template:     Divi
 Version:      1.0.0
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

/*.login h1 a {
	width: 336px !important;
	height: 112px !important;
	background-size: 336px 112px !important;
    height: 112px !important;
    width: 336px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
} */

/* =Override misc theme defaults -- */
/* #et-info-email:before {content: none;} */
span.fsRequiredMarker {color:red; font-weight:700;}
#footer-info a {font-weight: 500;}

#top-menu li li {padding: 0;}
#top-menu li li a {
    width: 240px;
    padding: 6px 10px;
    font-weight: 300;
}

/*Vertical alignment*/
.s1m-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}


.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	-webkit-appearance: none;
    width: 100%;
    color: #999;
    font-size: 14px;
    padding: 16px;
}
.wpcf7 input[type=checkbox]+label i, .wpcf7 .input[type=radio]+label i, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    border: 1px solid #333;
}
.wpcf7 textarea {
    min-height: 150px;
    display: block;
}
.wpcf7 input[type="checkbox"]+label i, .wpcf7 input[type="radio"]+label i {
    background-color: #FFFFFF;
}
.wpcf7 select,
.wpcf7 .wpcf7-form-control-wrap.your-region,
.wpcf7 .wpcf7-form-control-wrap.your-region select,
.wpcf7 .wpcf7-form-control-wrap.your-region select.wpcf7-form-control.wpcf7-select {
	position: relative;
	/*appearance: menu !important;
	-webkit-appearance: menu !important;*/
}
.wpcf7 select:after,
.wpcf7 .wpcf7-form-control-wrap.your-region select:after,
.wpcf7 .wpcf7-form-control-wrap.your-region select.wpcf7-form-control.wpcf7-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #666 transparent transparent;
    margin-top: 3px;
    pointer-events: none;
}
.wpcf7 input[type="submit"], .wpcf7 button {
	width: auto !important;
    font-size: 15px;
    background-color: #4abae6;
    border-width: 10px!important;
    border-color: #4abae6;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
	color: #ffffff;
	padding: 0.3em 1em!important;
	font-family: inherit;
    display: inline-block;
    margin: 0 0 0 0;
    cursor: pointer;
    line-height: 1.7em!important;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 button:hover {
    color: #ffffff!important;
    background-color: #8cba45;
    border-color: #8cba45!important;
    border-radius: 0px;
    letter-spacing: 1px;
}


/* =Responsive Styles
------------------------------------------------------- */
@media (max-width: 980px) {

}


@media (max-width: 767px) {

}

/* --- Tablet Styles -- */
@media (max-width: 980px) and (min-width: 577px) {

}


@media (max-width: 576px) {

}

@media (max-device-width: 480px) {

}

