/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


.padding {
	padding:80px 50px;
}

.padding-sml {
	padding:50px 50px;
}

.half {
	width:47.5%;
	float:left;
	margin-right:5%;
}

.half:last-child {
	margin-right:0;
}

.flex {
	display:flex;
}

.page-id-1268 h4 {
    position: relative;
    font-size: 28px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.page-id-1268 h4:before, h4:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 3px;
    content: '\a0';
    background-color: #0097C7;
}

.page-id-1268 h4:before {
    margin-left: -50%;
    text-align: right;
}

.white p {
	color:#fff;
	line-height:1.6em !important;
}

.white h2 {
	color:#fff;
}

a {
	color:#444;
}

li {
	list-style:disc;
	margin-left:11px;
}

.av-main-nav > li, #top .sub_menu>ul, #top .sub_menu>ul>li {
	list-style:none;
}

.terms-and-conditions p {
    font-size: 11px;
    line-height: 1.8em !important;
    color: grey;
    margin-top: 30px;
}

.desktop {display:block;}
.mobile {display:none;}

.btn-border-white {
	border:2px solid #fff;
	padding:10px 20px;
}

a.btn-border-white {
	color:#fff;
}

.btn-white {
	background-color:#fff;
	padding:10px 20px;
}

a.btn-white {
	color:#333;
}

.btn-border-white:hover, .btn-white:hover {
	opacity:0.6;
	transition:0.6s;
}

#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333;
	font-family:'Gotham', 'Montserrat', sans-serif;
}
#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
	color: #333;
	font-family:'Gotham', 'Montserrat', sans-serif;
}
#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
	color: #333;
	font-family:'Gotham', 'Montserrat', sans-serif;
}
#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
	color: #333;
	font-family:'Gotham', 'Montserrat', sans-serif;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
	color: #333 !important;
	font-family:'Gotham', 'Montserrat', sans-serif;
	height: 45px;
	margin-bottom:0;
}

input[type="submit"], #submit, .button {
	font-size:17px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background-color: #0097C7;
    color: #fff;
    letter-spacing: 1px;
    padding: 14px 30px;
}

.cmApp_signupContainer input.cmApp_formSubmitButton {
    background-color: #0097C7 !important;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: -2px !important;
    height: 45px !important;
}

.cmApp_formInput {
	width:41.5% !important;
}

.desktop {display:block;}
.mobile {display:none;}


@media only screen and (max-width: 600px) {
	.cmApp_formInput {width:100% !important;}
	.desktop {display:none;}
	.mobile {display:block;}
	.half {width:100%;margin:0;}
	.flex {display:block;}
	.padding, .padding-sml {padding:50px 20px !important;}
	.btn-border-white, .btn-white {display:grid;margin-bottom:7px;}
}


@media only screen and (max-width: 480px) {
	.desktop {display:none;}
	.mobile {display:block;}
}