/*
 Theme Name:     Horizon Management
 Theme URI:      https://hostcat.co.uk
 Description:    Divi Child Theme
 Author:         Hostcat Web Design
 Author URI:     https://hostcat.co.uk
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#footer-info {float: none; text-align: center;}



#contactlink a {
    color: #fff;
    text-decoration: none;
}

.page-id-1421 .et_pb_button {
   min-width: 230px;
}

ul.et_pb_social_media_follow { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
} 

.et_pb_social_media_follow li { 
float:none; 
display:inline-block; 
}

.large-social-icons li a.icon { 
    height: 60px; 
    width: 60px; 
    padding: 0; 
}

.large-social-icons li a.icon::before { 
    font-size:36px; 
    margin-left:12px; 
    line-height:60px; 
}

#footer-bottom {
    border-top: 5px solid #fff;
}

#services a:link { color: #fff; }
#services a:visited { color: #fff; }
#services a:hover { color: #fff; }
#services a:active { color: #fff; }

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: 1px solid #29265b !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #fff !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: #29265b;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
	width:100%;
}
.wpcf7-submit:hover {
background-color: #777;
border-color:#eee;
padding: 6px 20px !important;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    color: #000;
}



.et_pb_column_7, .et_pb_column_8 {
	background-color: rgba(255, 255, 255, 0.86) !important;
}

body {
    font-weight: 300;
}

.whitelinks a {
    color: #fff;
}

/* New Css */
.properties-banner { text-align: center; background-color: #3e3669!important; padding: 31px 0;margin-bottom:50px;}
.properties-banner h1 { text-transform: uppercase; color: #fff; font-size: 80px; line-height: 1.1;text-align: center;padding-bottom: 10px;} 
.properties-cta {background-color: #666666!important;text-align: center;padding: 84px 0 86px 0;}
.properties-cta h3 {text-align: center;color: #fff;font-weight: 700;font-size: 35px;margin-bottom: 0;font-family: 'Verdana',Helvetica,Arial,Lucida,sans-serif;line-height: 1.5;margin-bottom:14px;}
.properties-cta h4 {text-align: center;color: #fff;font-weight: 300;font-family: 'Verdana',Helvetica,Arial,Lucida,sans-serif;margin-bottom: 10px;font-size: 20px;}
.phone-mail a { text-align: center; display: block; color: #fff; font-weight: 700; text-transform: uppercase; font-size: 44px; line-height:1.38; font-family: 'Verdana',Helvetica,Arial,Lucida,sans-serif; } 
.properties-cta .social-icons { text-align: center; display: flex; justify-content: center; margin-top: 20px; } 
.properties-cta .social-icons li a { height: 60px; width: 60px; padding: 0; background-color: #517fa4!important; display: inline-block; position: relative; margin-right: 8px; text-align: center; text-decoration: none; border-radius: 50%; } 
.properties-cta .social-icons li a:before { content: "\e09a"; text-shadow: 0 0; font-family: ETmodules!important; font-weight: 400; font-style: normal; font-variant: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1; text-transform: none; speak: none; display: block; position: relative; z-index: 10; height: 32px; color: #fff; font-size: 36px; line-height: 60px; } 
.properties-cta .social-icons li a.facebook{ background-color: #3b5998!important; } .properties-cta .social-icons li a.facebook:before{ content: "\e093"; } 
.properties-cta .social-icons li a.twitter{ background-color: #00aced!important; } .properties-cta .social-icons li a.twitter:before{ content: "\e094"; } 
.properties-cta .social-icons li a.linkedin{ background-color: #007bb6!important; } .properties-cta .social-icons li a.linkedin:before{ content: "\e09d"; } 
.properties-cta .social-icons li a.google-plus{ background-color: #dd4b39!important; } .properties-cta .social-icons li a.google-plus:before{ content: "\e096";    margin-left: 10px; }
form.property-search-form.property-search-form-default.clear {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.property-search-form .control select {
    padding: 10px;
    width:100%;
    font-size: 14px;
}
.property-search-form .control{
	flex:1 0 0;
}
.property-search-form .control label {
	font-size:16px;
}
.property-search-form input[type="submit"] {
    height: auto;
    display: inline-block;
    padding: 10px;
    border: none;
    background: #3e3669;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}








/* Responsive css */
/*@media only screen and (max-width: 1600px) { 
    .properties-banner h1{font-size: 74px;} 
    .phone-mail a{font-size: 42px;} 
} 
@media only screen and (max-width: 1440px) { 
    .properties-banner h1{font-size: 70px;} 
} 
@media only screen and (max-width: 1366px) { 
    .properties-banner h1{font-size: 68px;} 
    .phone-mail a{ font-size: 40px; line-height: 64px;} 
    .properties-cta{ padding: 86px 0 88px 0;} 
} 
@media only screen and (max-width: 1200px) { 
    .properties-cta{ padding: 80px 0; } 
    .phone-mail a{ font-size: 38px; line-height: 60px; } 
    .properties-cta .social-icons li a:before { font-size: 30px; }
    .properties-cta .social-icons li a.google-plus:before{ margin-left: 15px; }
    .phone-mail a { font-size: 34px; line-height: 54px; } 
    .properties-banner h1 { font-size: 58px; } 
} 
@media only screen and (max-width: 1024px) { 
    .properties-cta{ padding: 70px 0; }
    .properties-banner h1 { font-size: 55px; } 
} 
@media only screen and (max-width: 991px) { 
    .properties-banner h1 { font-size: 50px; }
    .properties-cta .social-icons li a { height: 55px; width: 55px; } 
    .properties-cta .social-icons li a:before{ line-height: 54px; } 
    .properties-cta{ padding: 60px 0; } 
    .properties-cta h3 { padding-bottom: 0; margin-bottom: 30px;}
}
@media only screen and (max-width: 767px) {
    .properties-banner{padding: 22px 0;} 
    .properties-banner h1 { font-size: 46px; } 
    .phone-mail a { font-size: 32px; line-height: 52px; } 
    .properties-cta { padding: 50px 0; }
}
@media only screen and (max-width: 576px) {
    .properties-banner h1 { font-size: 38px; }
    .phone-mail a { font-size: 26px; line-height: 50px; } 
    .properties-cta h3 { margin-bottom: 20px; } 
    .properties-cta .social-icons li a:before { font-size: 24px; }
}
@media only screen and (max-width: 480px) {
    .properties-banner h1 { font-size: 30px; } 
    .properties-cta { padding: 40px 0; } 
    .properties-cta .social-icons li a { height: 46px; width: 46px; }
    .properties-cta .social-icons li a:before { line-height: 46px; font-size: 20px; } 
    .phone-mail a { font-size: 20px; line-height: 40px; }
    .properties-cta h3{ font-size: 22px; }
}
@media only screen and (max-width: 375px){
    .properties-banner h1 { font-size: 28px; }
    .properties-cta { padding: 30px 0; }
    .phone-mail a { font-size: 17px; line-height: 35px; }
}*/