/*!
Theme Name: southflorida
Theme URI: 
Author: 
Author URI: 
Description: Description



/*--------------------------------------------------------------

--------------------------------------------------------------*/
.field.error {
  border: 1.2px solid #cc5965;
}
/*.nice-select.field.error{
  border: 1.2px solid #cc5965 !important;
}*/
img.logo.img-repomsive {
    height: 101px;
}
body {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px; 
	background: #fff;
    min-height: 100%;
    height: 0;
	}

h1{
    font-weight: normal;
    color: #222222;
    font-family: 'Bebas Neue',sans-serif;
	font-size:54px;
	line-height: 45px;
    }
h1 p{
    font-weight: normal;
    color: #888888;
    font-family:'Roboto', sans-serif;
	font-size:14px;
    }
	
h2{  
    color: #222222;
    font-family: 'Bebas Neue',sans-serif;
	font-size:26px;	
    }
	
h3{  
    color: #222222;
    font-family: 'Bebas Neue',sans-serif;
	font-size:34px;	
    }
/*-----------------------------------container----------------------------------*/
section.container {
    padding: 0 0;
}
.contactMe .field:focus {
   background-color: #fff !important;
       border: 1px dotted #cc5965 !important;
}	
	
.lead-container{
	background: #FFF;
    display: table;
    width: 100%;
    min-height: 100%;
    text-align: center;
}
.lead-container .info-container {
   /* width: 66%;*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
	padding: 0 0;
}
.lead-container .info-container > div{
	display: table;
    width: 100%;
    height: 100%;
   /*padding: 50px 40px;*/
	padding-top:30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
    box-sizing: border-box;
    /*background: rgba(0,0,0,0.3);*/
}
.lead-container .info-container > div > div{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.lead-container > div {
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    height: 0;
}
.lead-container.lead-form{
   /* width: 34%;*/
    min-width: 340px;
}
h1.title{
	margin-top: 25px;
    font-family: 'Montserrat',sans-serif;
    font-size: 54px;
    line-height: 59px;
    font-weight: 800;
    color: #FFF;
    word-break: break-word;
}
p.description{
	margin: 13px auto 0 auto;
    display: block;
    width: 80%;
    font-size: 18px;
    line-height: 25px;
    color: #FFF;
    word-break: break-word;
}
/*.address{
	display: block;
    margin-top: 20px;
    padding-top: 36px;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #FFF;
    word-break: break-word;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top center;
    background-image: url(../imgs/pin.png);
}*/
p.lead-address {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding-top: 30px;
	letter-spacing: 1px;
    line-height: 25px;
   
}
.address:hover{
	text-decoration: none;
}
.social{
	margin-top: 20px;
	/*padding-bottom: 12px;*/
}
 .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
	
    border: solid 3px #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
}

/*-------------------LEAD FORM------------------------*/
.lead-container .lead-form > div {
    display: table;
    width: 100%;
    height: 100%;
   padding: 24px 20px;
    box-sizing: border-box;
}
.lead-container .lead-form > div > div > h3{
	font-family: 'Montserrat',sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
/*--------------form start-----------------------------*/
.contactMe.small {
    max-width: 400px;
}
.contactMe {
    width: auto;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    background: #F1F1F1;
    border: solid 1px #C9C9C9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.contactMe > section {
    background: #FFF;
    padding: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.contactMe .form-row {
    width: 100%;
    margin-bottom: 10px;
}
.contactMe .form-row .title {
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 3px;
    display: none;
}
.contactMe .field {
    box-sizing: border-box;
    background: #FFF;
    font-size: 14px;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	height: 42px;
    padding-left: 10px;
}
.contactMe .field:focus{
    border: 1px solid #268299 !important;
}
.contactMe .btn {
    /*box-shadow: rgb(2, 154, 67) 0px 3px 0px 0px;*/
    width: 100%;
    /*background: rgb(46, 204, 113) !important;*/
	background: #268299 !important;
    border-radius: 4px !important;
	height: 40px;
	color: #fff;
	padding-top: 4px;
    font-size: 19px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.nice-select.field.select2-hidden-accessible {
    /* padding-bottom: 22px; */
    margin-bottom: 10px;
}
.nice-select {
	border-radius: 0px !important;
    border: solid 1px #aaa !important;
}
.nice-select .list {
	width: 100% !important;
}
/*===================================================================================
                                 CLIENT LOGO
=====================================================================================*/
ul.client-icon-adj {
    display: -webkit-inline-box;
    padding-left: 0px;
}
li.c-i-a{
	list-style:none;
	padding: 10px 10px 10px 10px;
	
}
/*=========================================================================================
									ABOUT Me
===========================================================================================*/
.about-me-image {
    /*float: left;*/
}

.about-me-image img{
    border-radius: 50%;
	height: 146px;
	width: 146px;
}
.about-me-desc{
	text-align: left;
}
.about-me-desc h2.about-header{
	color: #fff;
	font-size: 36px;
    /* text-transform: capitalize !important; */
    font-family: 'Roboto', sans-serif;
	margin-top: 0px !important;
}
.about-me-desc p.about-sub-header{
	color: #fff;
	font-size: 16px;
    letter-spacing: 1px;
}
.about-me {
   padding-top: 15px;
    padding-left: 35px;
    padding-right: 30px;
    background: #268299;
    padding-bottom: 10px;
}
    