/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.row{
	clear:both!important;
}
.row lable{
	display:block;
	color: #fff;
    font-size: 16px;
}
.half{
	width:49%;
	float:left;
}
.left{
	margin-right:2%;
}
.form-row input[type="text"], .form-row textarea{
	background:#fff;
	color: #000;
	line-height:2.5em;
	margin-bottom:10px;
	border-radius: 7px;
	border: 2px solid #1e9ccc;
}
.form-row input[type="select"], .form-row select{
	background:#fff;
	color: #000;
	line-height:2.5em;
	margin-bottom:10px;
	border-radius: 7px;
	border: 2px solid #1e9ccc;
}
span.wpcf7-list-item {
    display: block!important;
    vertical-align: top;
    margin: 0 1.5rem 0 0;
    color: #fff;
}
.g-breadcrumbs>li, .g-breadcrumbs>span{
	vertical-align:middle!important;
	margin-right: 115px;
}
.layout_comments_template{
	background: #27b1e5;
    padding: 40px;
    border-radius: 5px;
    color: #fff;
}
.comment-reply-title{
	color: #fff;
}
.layout_comments_template textarea, .layout_comments_template input[type="text"], .layout_comments_template input[type="email"]  {
	background: #fff;
}
.w-btn, .button, button[type="submit"], input[type="submit"] {
	background: #fff;
}
.w-btn-label{
	color: #000;
}

.us-btn-style_2{
	    background: #4EC3F3!important;
}
.w-text{
	    margin-bottom: 4px;
}
.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 1.7em!important;
    margin-left: 0.2em!important;
}


.tbl-container-dual {
    padding: 0;
    border: 1px solid #848484;
    margin: 20px auto;
}

.tbl-container-dual .head-tbl {
    padding: 10px 20px;
    border-bottom: 1px solid #848484;
    margin: 0 !important;
    background: #f4f4f4;
	font-size: 28px;
    font-family: 'Merriweather', serif!important;
}
.dual-col {
    columns: 2;
    padding-inline-start: 30px;
    margin-bottom: 0;
    column-rule: 1px solid #848484;
    column-gap: 50px;
    font-weight: bold;
	}
.dual-col li {
    padding: 10px 0px;
    list-style: decimal;
}

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

.highlighted-area{
	clear: both;
    display: block;
    margin: 22px auto 5px;
    text-align: center;
    padding: 30px 0;
    background-color: #4ec3f3;
    position: relative;
    border-radius: 5px;
}
.highlighted-area h2{
	margin-top: 0 !important;
    font-size: 26px;
    font-family: 'Merriweather', serif!important;
}
.highlighted-area .btn-outline{
	min-width: 125px;
    height: 40px;
    line-height: 40px;
    background: #585858;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 15px;
    border-radius: 4px;
}
