/** * Name: layout.css * Version: 1.0.0 *	 *	- * *	T.O.C *	 *	#General Layout  *		#Header *		#Content *		#Footer *	#Page Styles *		#Index *		#About *		#Services *		#Portfolio *		#Blog *		#Contact *		#Misc Elements *	#Responsive *		#Large Display *		#Smaller then 1024px width	 *		#Tablet (Portrait) *		#Mobile (Portrait and Landscape ) *		#Mobile ( Landscape ) */
/* ==========================================================================   #General Layout    ========================================================================== */

@font-face {
    font-family: 'Conv_MyriadPro-LightSemiCn';
    src: url('fonts/MyriadPro-LightSemiCn.eot');
    src: local('☺'), url('fonts/MyriadPro-LightSemiCn.woff') format('woff'), url('fonts/MyriadPro-LightSemiCn.ttf') format('truetype'), url('fonts/MyriadPro-LightSemiCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
}
@font-face {
    font-family: 'Conv_MyriadPro-LightSemiCnIt';
    src: url('fonts/MyriadPro-LightSemiCnIt.eot');
    src: local('☺'), url('fonts/MyriadPro-LightSemiCnIt.woff') format('woff'), url('fonts/MyriadPro-LightSemiCnIt.ttf') format('truetype'), url('fonts/MyriadPro-LightSemiCnIt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
}
@font-face {
    font-family: 'Conv_MyriadPro-LightSemiExt_0';
    src: url('fonts/MyriadPro-LightSemiExt_0.eot');
    src: local('☺'), url('fonts/MyriadPro-LightSemiExt_0.woff') format('woff'), url('fonts/MyriadPro-LightSemiExt_0.ttf') format('truetype'), url('fonts/MyriadPro-LightSemiExt_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
}
@font-face {
    font-family: 'Conv_MyriadPro-Regular_1';
    src: url('fonts/MyriadPro-Regular_1.eot');
    src: local('☺'), url('fonts/MyriadPro-Regular_1.woff') format('woff'), url('fonts/MyriadPro-Regular_1.ttf') format('truetype'), url('fonts/MyriadPro-Regular_1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
}
@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#wrap {
    background-color: #fff;
}
/* Boxed layout */

.ewf-boxed-layout #wrap {
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.ewf-boxed-layout #header {
    max-width: 1140px;
}
@media (min-width: 1400px) {
    .ewf-boxed-layout #wrap {
        max-width: 1370px;
    }
    .ewf-boxed-layout #header {
        max-width: 1370px;
    }
}
@media (max-width: 1279px) {
    .vc_custom_1427889138703 {
        padding-bottom: 30px !important;
        background-image: url(http://springstage.com.au/dequitypartners/wp-content/uploads/2014/07/Home_19.jpg?id=868) !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ewf-boxed-layout #wrap {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
/* #Header   ========================================================================== */

#header-top {
    color: #d7d7d7;
    padding-top: 6px;
}
#header-top h1,
#header-top h2,
#header-top h3,
#header-top h4,
#header-top h5,
#header-top h6,
#header-top a {
    color: #d7d7d7;
}
#header {
    border-bottom: solid 1px #f5f5f5;
}
/* Logo */

#logo {
    display: block;
    padding: 0px 0 0 0;
}
/* Menu basics */

.sf-menu,
.sf-menu ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sf-menu > li {
    float: left;
    padding-bottom: 10px;
    /*    padding: 17px 19px 0px 19px;*/
    
    padding: 10px 16px 0px 16px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 22px;
}

.sf-menu > li:first-child {
    padding: 10px 16px 0px 0px;
}
.sf-menu > li:last-child {
    padding: 10px 0px 0px 13px;
}
.sf-menu > li > a {
    display: block;
}
.sf-menu .sf-mega,
.sf-menu li.dropdown ul {
    position: relative;
    z-index: 210;
    top: 100%;
    left: 0;
    display: none;
}
.sf-menu li.dropdown {
    position: relative;
    background: url(../images/drop-down.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-position-x: 91%;
    background-position-y: 78%;
}
.sf-menu li.dropdown ul ul {
    top: -1px;
    left: 100%;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega,
.sf-menu li.dropdown:hover > ul,
.sf-menu li.dropdown.sfHover > ul {
    display: block;
}
/* Menu Skin */

.sf-menu {
    float: right;
    /*width: 100%;*/
    
    margin-right: 4px;
    padding-top: 9px;
}
.sf-menu a {
    display: block;
    padding: 6px 0px 0px;
    color: #312f32;
    text-decoration: none;
    border-bottom: 2px solid #ccc;
}
.sf-menu li.dropdown a {
    padding: 6px 10px 0px;
    font-size: 15px;
    border-bottom: 2px solid #fff;
}
/*	.sf-menu li:last-child > a { border-bottom: none; }*/

.sf-menu > li > a,
.sf-menu > li.dropdown > a {
    font-size: 16px !important;
    border-bottom: 2px solid #ccc;
    position: relative;
    top: 2px;
}
span.dots {
    font-size: 20px !important;
    position: relative;
    top: 0px;
    letter-spacing: 3px !important;
}
span.dots1 {
    font-size: 20px !important;
    position: relative;
    top: -15px;
    letter-spacing: 3px !important;
}
.sf-menu > li a i {
    margin-right: 5px;
}
.sf-menu > li.current > a,
.sf-menu li.sfHover > a,
.sf-menu a:hover,
.sf-menu li.sfHover a:hover {
    color: #660000;
    text-decoration: none;
    border-bottom: 2px solid;
}
#mobile-menu li.current_page_item > a {
    ceef73 color: #ceef73;
    border-bottom-color: #ceef73;
}
li.current_page_item > a {
    color: #511314;
    text-decoration: none;
    border-bottom: 2px solid;
}
li.current-menu-ancestor > a {
    color: #ea7617;
    text-decoration: none;
    border-bottom: 2px solid;
}
/** * 1. allow long menu items to determine submenu width */

.sf-menu li.dropdown ul {
    min-width: 180px;
    /* 1 */
    
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: absolute;
    z-index: 99;
}
.sf-menu > li.dropdown > ul {
    border-top: 3px solid #FA8344;
}
/* mega menu dropdown */

.sf-mega {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #6dd24e;
    background-color: #fff;
}
.sf-mega-section {
    float: left;
    padding: 0 20px;
    min-width: 155px;
    border-right: 1px solid #efefef;
}
.sf-mega-section:last-child {
    border-right: none;
}
/* arrows */
/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    margin-top: -3px;
    content: '';
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: rgba(0, 0, 0, 0.7);
}
/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
    border-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    margin-right: -3px;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: rgba(0, 0, 0, 0.7);
}
/* header sticky */

@media (min-width: 1025px) {
    /*     * 1. Position elements to be stuck in the media query as we don't want ...      *     */
    
    .stuck {
        /* 1 */
        
        position: fixed !important;
        top: 0;
        width: 100% !important;
        z-index: 2000;
    }
    body.admin-bar .stuck {
        top: 32px;
    }
    #header.stuck {
        background-color: rgba(255, 255, 255, 0.95) !important;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    }
    #header.stuck #logo {
        padding: 15px 0 0 0;
    }
    #header.stuck .sf-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #header.stuck #custom-search-form {
        top: 17px;
    }
}
/* Mobile Menu  */

#mobile-menu {
    z-index: 20;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
}
#mobile-menu li {
    display: block;
    margin: 0;
}
#mobile-menu > li > ul,
#mobile-menu > li > ul > li > ul {
    display: none;
    margin-left: 0;
}
#mobile-menu .sf-mega {
    display: none;
    padding: 0;
    border: none;
    margin: 0;
}
#mobile-menu .sf-mega-section {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
}
#mobile-menu .sf-mega-section ul {
    margin-left: 0;
}
#mobile-menu li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-top: 1px solid #efefef;
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
}
#mobile-menu ul a {
    padding-left: 45px;
}
#mobile-menu ul li ul a {
    padding-left: 65px;
}
#mobile-menu .mobile-menu-submenu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    border-left: 1px solid #efefef;
    color: #333;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
#mobile-menu .mobile-menu-submenu-arrow:hover {
    background-color: #f3f3f3;
}
#mobile-menu li a:hover {
    color: #ceef73;
}
#mobile-menu {
    display: none;
}
/* Mobile menu trigger  */

#mobile-menu-trigger {
    float: right;
    display: none;
    font-size: 32px;
    margin-top: 34px;
}
/* Custom Search Form */

#custom-search-form {
    /* position: absolute; */
    /*		top: 32px;*/
    
    right: 0;
    z-index: 15;
    float: left;
    width: 100%;
}
#custom-search-form + .sf-menu {
    margin-right: 40px;
}
#custom-search-form #s {
    height: 25px;
    width: 34px;
    background: #f5f5f5;
    background-image: url(../images/bg-search.png);
    background-repeat: no-repeat;
    border: 1px solid #d6d6d6 !important;
    color: #999999 !important;
    border-radius: 3px;
    font-style: italic;
    background-position: center right 5px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    font-family: 'arial';
    background-position-x: 94%;
    background-position-y: 32%;
}
#custom-search-form #s:hover {
    cursor: pointer;
}
#custom-search-form #s.open {
    padding-left: 30px;
    border: 1px solid #999;
}
/* #Content   ========================================================================== */

#content {
    min-height: 300px;
    padding-bottom: 50px;
}
/* Page Header */

#page-header {
    margin-bottom: 80px;
    background: no-repeat center center;
    background-color: #f9f9f9;
}
#page-header-content {
    padding: 40px 0;
    background: url(../images/header-parran.png) repeat top left;
}
#page-header .headline {
    margin: 0;
}
#page-header .headline h1 {
    color: #fff;
    text-transform: none;
}
/*	#page-header .headline:before,        #page-header .headline:after { border-top: 2px solid #fff; }*/

#page-header .headline span.bullet:before {
    /*		bottom: -10px;*/
    
    color: #fff;
    font-size: 11px;
}
#page-header-content .headline {
    margin: 0;
    padding: 0px;
}
#page-header-content .headline:before,
#page-header-content .headline:after {
    color: #fff;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    float: left;
    line-height: normal;
}
/*.page-id-78 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {    padding: 0px;    margin: 0px;    color: #511314;    position: absolute;    bottom: 0px;    border: 0px;    left: 0px;    font-size: 14px;}*/

.page-id-78 form p {
    margin-bottom: 15px;
}
/* #Footer   ========================================================================== */

#footer {
    color: #d7d7d7;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer a {
    color: #d7d7d7;
}
#footer-top {
    background: #4b575a url(../images/pattern.png) repeat top left;
}
#footer-middle {
    padding: 20px 0 10px;
    background-color: #616161;
}
#footer-bottom {
    padding: 25px 0;
    background-color: #464646;
}
/* ==========================================================================   #Page Styles   ========================================================================== */
/* #Index   ========================================================================== */
/* Client Logos */

.client-logos {
    margin-bottom: 30px;
    list-style: none;
}
.client-logos li {
    float: left;
    padding: 10px 22px;
    border-left: 2px solid #4b5759;
}
.client-logos li:last-child {
    border-right: 2px solid #4b5759;
}
.client-logos li img {
    display: block;
    max-width: 100%;
}
/* #About   ========================================================================== */

.team-member {
    position: relative;
    padding: 40px;
    border-top: 1px solid #aaa9a9;
    margin: 0 0 40px 0;
    background-color: #f3f3f3;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid transparent;
    margin-left: -5px;
    content: "";
    -moz-transform: scale(.9999);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member h2 {
    margin-bottom: 0;
}
.team-member img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.social-media {
    position: relative;
    padding-top: 20px;
}
.social-media:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border-top: 1px solid #aaa9a9;
    content: "";
}
.social-media a.social-icon {
    float: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: transparent;
    color: #aaa9a9;
}
.social-media a.social-icon:hover {
    color: #fff;
}
.social-media a.social-icon i {
    font-size: 20px;
    line-height: 25px;
}
.team-member:hover {
    border-top-color: #6dd24e;
    background-color: #dff5d8;
}
.team-member:hover:before {
    border-top-color: #6dd24e;
}
/* #Services   ========================================================================== */
/* Services List */

.services-list {
    margin: 40px 0;
    list-style: none;
}
.services-list h5 {
    margin-bottom: 0;
}
.services-list h5 a {
    color: #4b5759;
    text-decoration: none;
}
.services-list li {
    position: relative;
    min-height: 120px;
    margin-bottom: 20px;
}
.services-list li:last-child {
    margin-bottom: 0;
}
.services-list li:after {
    position: absolute;
    bottom: -20px;
    left: 36px;
    height: 70px;
    border-left: 1px solid #4dd24e;
    content: "";
}
.services-list li:last-child:after {
    border: none;
}
.services-list li i {
    float: left;
    display: block;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4dd24e;
    color: #fff;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.services-list-content {
    padding-top: 10px;
    margin-left: 100px;
}
.services-list li:hover i {
    background-color: #3d8123;
}
/* #Portfolio   ========================================================================== */
/* Portfolio Item */

.portfolio-items,
.portfolio-grid,
.portfolio-strip {
    list-style: none;
    margin: 40px 0;
}
.portfolio-items li {
    float: left;
    width: 33.3333333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.portfolio-grid li {
    float: left;
    width: 25%;
    padding: 0 !important;
}
.portfolio-strip li {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
}
.portfolio-strip li:last-child {
    display: none;
}
.portfolio-item {
    position: relative;
    margin-bottom: 40px;
}
.portfolio-items .portfolio-item,
.portfolio-grid .portfolio-item,
.portfolio-strip .portfolio-item {
    margin-bottom: 0;
}
.portfolio-item-preview {
    position: relative;
}
.portfolio-item-preview > img {
    display: block;
    width: 100%;
}
.portfolio-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.portfolio-item-overlay-actions {
    text-align: center;
}
.portfolio-item-overlay-actions .portfolio-item-zoom,
.portfolio-item-overlay-actions .portfolio-item-link {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -24px;
    background-color: #4c575b;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio-item-overlay-actions .portfolio-item-zoom {
    left: 0;
}
.portfolio-item-overlay-actions .portfolio-item-link {
    right: 0;
}
.portfolio-item-overlay-actions .portfolio-item-zoom:hover,
.portfolio-item-overlay-actions .portfolio-item-link:hover {
    background-color: #ea7617;
    text-decoration: none;
}
.portfolio-item-overlay-actions .portfolio-item-zoom i,
.portfolio-item-overlay-actions .portfolio-item-link i {
    font-size: 24px;
    line-height: 48px;
}
.portfolio-item-description {
    margin-top: 20px;
}
.portfolio-item-description h3 {
    position: relative;
    text-transform: uppercase;
}
.portfolio-item-description a {
    color: #4b5759;
}
.portfolio-item-description h3.none:after {
    content: '';
}
.portfolio-item-description h3:after {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    color: #4c575b;
    font-family: 'FontAwesome';
    font-size: 8px;
    content: "";
}
.portfolio-item-overlay .portfolio-item-description {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    -webkit-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
}
.portfolio-item-overlay .portfolio-item-description h3:after {
    content: none;
}
.portfolio-item-overlay .portfolio-item-description a {
    color: #fff;
}
.portfolio-item-description + .portfolio-item-overlay-actions .portfolio-item-zoom,
.portfolio-item-description + .portfolio-item-overlay-actions .portfolio-item-link {
    margin-top: -50px;
}
.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}
.portfolio-item:hover .portfolio-item-overlay .portfolio-item-description {
    bottom: 20%;
}
.portfolio-item:hover .portfolio-item-overlay-actions .portfolio-item-zoom {
    left: 50%;
    margin-left: -52px;
}
.portfolio-item:hover .portfolio-item-overlay-actions .portfolio-item-link {
    right: 50%;
    margin-right: -52px;
}
/* Portfolio Pagination */

.pagination {
    margin: 40px 0;
    list-style: none;
    text-align: right;
}
.pagination li {
    display: inline-block;
    margin-right: 3px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination a {
    display: block;
    padding: 5px 7px;
    border: 1px solid #ea7617;
    color: #4b5759;
    font-size: 16px;
    min-width: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.pagination li.current a,
.pagination li a:hover {
    background-color: #ea7617;
    color: #fff;
}
/* Portfolio filter */

.portfolio-filter ul {
    margin: 8px 0 40px 0;
    list-style: none;
}
.portfolio-filter ul li {
    display: inline-block;
    margin-right: 5px;
}
.portfolio-filter ul li:last-child {
    margin-right: 0;
}
.portfolio-filter ul li a {
    display: block;
    padding: 10px 25px;
    background-color: #4c575b;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.portfolio-filter ul li a:hover,
.portfolio-filter ul li a.active {
    background-color: #4dd24e;
}
/* #Blog   ========================================================================== */
/* Blog Post */

.blog-post {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
/*	.blog-post-title { margin: 0 0 30px 90px; }*/
.single-our_homes .blog-post-thumb > img {
    width: 100%;
}
.ifc-fax:before {
    content: url(../images/fax-icon.png);
}
.blog-post-title p {
    /*		padding: 5px 0;                    border-top: 1px solid #d7d7d7;*/
    
    margin-bottom: 0;
}
.page-id-857 .blog-post-title p {
    margin-bottom: 0;
    font-size: 14px !important;
}
.widget-title {
    margin-bottom: 18px !important;
    line-height: 18px;
}
div#categories-2 {
    padding-top: 12px;
}
h3.widget-title span {
    color: #EA7617;
    font-size: 20px;
}
#categories-2 ul li {
    background: url('../images/icn_circle.png') no-repeat;
    padding: 0 0 11px 25px;
    line-height: 16px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 9px;
    font-size: 14px;
}
div#text-7 .textwidget {
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
}
div#archives-2 ul li {
    padding: 0 0 11px 0px;
    line-height: 16px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 9px;
    font-size: 14px;
}
.blog-post ul li {
    background: url('http://springstage.com.au/dequitypartners/wp-content/uploads/2015/08/orange-circle2.png') no-repeat;
    padding: 0 0 10px 25px;
    line-height: 30px !important;
    margin-bottom: 9px;
    list-style-type: none;
}
.blog-post-title p span {
    display: none;
}
.blog-post-title p i {
    margin-left: 20px;
    color: #511314;
}
.blog-post-title p i:first-child {
    margin-left: 0;
}
.blog-post-thumb {
    position: relative;
    margin: 10px 0;
}
.fixed .text-right {
    text-align: left;
}
.page-id-857 .blog-post-thumb {
    position: relative;
    margin: 10px 0 !important;
}
.blog-post-thumb:first-child {
    margin-top: 0;
}
/*.blog-post-thumb img {
    display: block;
    width: 100%;
}*/
.blog-post-info {
    float: left;
    padding: 15px 10px 10px 10px;
    background-color: #6dd24e;
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.blog-post-info small {
    font-size: 35%;
}
.blog-post-readmore {}
/* #Contact   ========================================================================== */
/* #Misc Elements   ========================================================================== */
/* Image Jump */

.image-jump {
    position: relative;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin: 280px 0 80px 0;
    text-align: center;
}
.image-jump-circle {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #ccc;
}
.image-jump img {
    position: absolute;
    right: 0;
    bottom: 36px;
    left: 0;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
}
.image-jump-overlay {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 130px;
    background-color: #4dd24e;
}
.image-jump:hover img {
    bottom: 80px;
}
/* Green Circle */

.green-circle {
    width: 280px;
    height: 280px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #4dd24e;
    color: #fff;
    text-transform: uppercase;
}
.green-circle h1 {
    padding: 75px 0 0 40px;
    margin-bottom: 0;
    line-height: 40px;
}
/* Progress List */

.progress-list {
    margin: 20px 0;
    list-style: none;
}
.progress-list li {
    position: relative;
    display: inline-block;
    margin-right: 60px;
    font-size: 24px;
    text-transform: uppercase;
}
.progress-list li:last-child {
    margin-right: 0;
}
.progress-list li:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    border-top: 1px solid #fff;
    margin-right: -55px;
    content: "";
}
.progress-list li:after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -35px;
    color: #4dd24e;
    font-family: 'FontAwesome';
    font-size: 10px;
    content: "";
}
.progress-list li:last-child:before,
.progress-list li:last-child:after {
    content: none;
}
/* ==========================================================================   #Responsive   ========================================================================== */
/* #Large Display   ========================================================================== */

@media (min-width: 1400px) {
    #wrap {} .sf-menu > li > a,
    .sf-menu > li.dropdown > a {
        padding: 0;
        padding-bottom: 2px;
        position: relative;
        top: 2px;
        font-family: 'Montserrat', sans-serif;
    }
    .sf-mega-section {
        padding: 0 20px;
        min-width: 175px;
    }
    /* Index */
    
    .client-logos li {
        padding: 10px 45px;
    }
    /* Portfolio */
    
    .portfolio-items li {
        padding: 15px;
    }
    .portfolio-grid li,
    .portfolio-strip li {
        width: 20%;
    }
    .portfolio-strip li:last-child {
        display: block;
    }
    /* Blog */
    
    .blog-timeline .blog-post {
        width: 535px;
    }
    /* Misc Elements */
    
    .progress-list li {
        margin-right: 90px;
    }
    .progress-list li:before {
        width: 80px;
        margin-right: -85px;
    }
    .progress-list li:after {
        margin-right: -50px;
    }
    .image-jump {
        margin-top: 220px;
    }
    .image-jump-circle {
        width: 370px;
        height: 370px;
    }
}
.vc_custom_1428382951590 {
    background-position: center;
}
/* #Smaller then 1024px width   ========================================================================== */

#header-top .ewf-span3 {
    margin-left: 3.5%;
}
@media (max-width: 1026px) {
    #header-top .ewf-span3 {
        margin-left: 3%;
    }
    .vc_custom_1428382951590 {
        background-position: center;
        background-size: cover;
    }
    .vc_custom_1428321373353 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    #wrap {} #header {} #content {} #footer {}
}
@media (min-width: 1024px) and (max-width: 2200px) {
    div#header-top-widget-area-1 {
        width: 36%;
    }
    div#header-top-widget-area-2 {
        margin-left: 1.8%;
        width: 29%;
    }
}
/* #Tablet (Portrait)   ========================================================================== */

@media (min-width: 768px) and (max-width: 979px) {
    #wrap {} #header {} #menu {
        display: none;
    }
    #mobile-menu-trigger {
        display: block;
        margin-right: 10px;
        margin-bottom: 34px;
    }
    #custom-search-form {
        right: 65px;
    }
    #content {} #footer {}
    /* Index */
    
    .client-logos {
        text-align: center;
    }
    .client-logos li {
        float: none;
        display: inline-block;
        border-left: none;
    }
    .client-logos li:last-child {
        border-right: none;
    }
    /* Portfolio */
    
    .portfolio-items li {
        padding: 7.5px;
    }
    .portfolio-grid li,
    .portfolio-strip li {
        width: 33.3333333333%;
    }
    .portfolio-strip li:last-child {
        display: block;
    }
    .portfolio-item:hover .portfolio-item-overlay .portfolio-item-description {
        bottom: 10%;
    }
    /* Blog */
    
    .blog-post-title p span {
        display: inline;
    }
    .blog-timeline .blog-post {
        width: 302.5px;
    }
    /* Misc Elements */
    
    .image-jump {
        margin-top: 220px;
    }
    .image-jump-overlay {
        height: 100px;
    }
    .image-jump-circle {
        width: 225px;
        height: 225px;
    }
    .image-jump img {
        max-width: 85%;
    }
    .progress-list li {
        margin-right: 22px;
    }
    .progress-list li:before {
        content: none;
    }
    .progress-list li:after {
        margin-right: -17px;
    }
}
/* #Mobile (Portrait and Landscape )   ========================================================================== */

ul.display-posts-listing li {
    padding: 0px 7px;
    font-family: Conv_ProximaNova-Regular !important;
}
@media (max-width: 767px) {
    form {
        position: relative;
        width: 100% !important;
        float: left;
    }
    .contact-social {
        width: 100%;
        padding-bottom: 30px;
    }
    ul.display-posts-listing li {
        padding: 0px 0px;
    }
    #header-top {
        padding-bottom: 10px;
    }
    div#ewf_widget_social_media-2 {
        text-align: center;
    }
    div#header-top-widget-area-2 {
        margin-left: 0px;
    }
    #s {
        width: 270px !important;
    }
    #custom-search-form {
        text-align: center;
    }
    ul.display-posts-listing li {
        padding-bottom: 30px !important;
        display: block;
        float: left;
    }
    .ewf_widget_contact_info ul li {
        padding-left: 30px;
        display: block;
    }
    body {
        font-family: 'Montserrat', sans-serif;
        background: none;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        overflow-x: hidden;
    }
    #wrap {} .headline {
        float: left;
        width: 100%;
    }
    #header {
        padding: 10px 0px;
    }
    /*		#header-top { display: none; }*/
    
    div#header-top-widget-area-1 {
        display: none;
    }
    #logo {} #menu {
        display: none;
    }
    #mobile-menu-trigger {
        position: absolute;
        top: 0px;
        right: 30px;
        display: block;
        margin-top: 0;
    }
    /*		#custom-search-form { display:none; }*/
    
    #content {} #footer {} p.last,
    h1.last,
    h2.last,
    h3.last,
    h4.last,
    h5.last,
    address.last,
    ul.last,
    ol.last {
        margin-bottom: 20px;
    }
    .text-right {
        text-align: left;
    }
    /* Index */
    
    client-logos {
        text-align: center;
    }
    .client-logos li {
        float: none;
        display: block;
        padding: 0;
        border-left: none;
        margin-bottom: 10px;
    }
    .client-logos li:last-child {
        border-right: none;
        margin-bottom: 0;
    }
    .client-logos li img {
        margin: 0 auto;
    }
    /* Portfolio */
    
    .portfolio-items li,
    .portfolio-grid li,
    .portfolio-strip li {
        float: none;
        width: 100%;
    }
    .portfolio-items li {
        padding: 10px 0;
    }
    .portfolio-strip li:last-child {
        display: block;
    }
    .portfolio-filter ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .portfolio-filter ul li:last-child {
        margin-bottom: 0;
    }
    .portfolio-item:hover .portfolio-item-overlay .portfolio-item-description {
        bottom: 10%;
    }
    /* Blog */
    
    .blog-post-info {
        float: none;
        margin-bottom: 20px;
    }
    .blog-post-title {
        margin-left: 0;
    }
    .blog-post-title p span {
        display: none;
    }
    .blog-post-thumb:before,
    .blog-post:after {
        display: none;
    }
    .blog-timeline-right-side {
        padding-top: 0;
    }
    /* Misc Elements */
    
    .image-jump-circle {
        background-color: transparent;
    }
    .image-jump-overlay {
        display: none;
    }
    .image-jump img,
    .image-jump:hover img {
        bottom: 0;
    }
    .green-circle {
        width: 240px;
        height: 240px;
    }
    .green-circle h1 {
        padding-top: 60px;
        font-size: 30px;
    }
    .progress-list li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .progress-list li:last-child {
        margin-bottom: 0;
    }
    .progress-list li:before,
    .progress-list li:after {
        content: none;
    }
}
/* #Mobile ( Landscape )  ========================================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .row {
        padding: 0 40px;
    }
    #mobile-menu-trigger {
        right: 30px;
    }
    /* Portfolio */
    
    .portfolio-items li,
    .portfolio-grid li,
    .portfolio-strip li {
        float: left;
        width: 50%;
    }
    .portfolio-items li {
        padding: 5px;
    }
}
div#header-top-widget-area-2 {
    margin-left: 1.1%;
}
body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
}
.orange {
    color: #ea7617;
}
.ForInvestors {
    text-align: center;
}
.ForInvestors,
.ForInvestors p,
.ForInvestors h1,
.ForInvestors span,
.ForInvestors .headline:before,
.ForInvestors .headline:after {
    color: #fff;
}
.ourInvestors,
.ourInvestors p,
.ourInvestors h1,
.ourInvestors span,
.ourInvestors .headline:before,
.ourInvestors .headline:after {
    color: #fff;
}
.ourInvestors p {
    line-height: 30px;
    padding-top: 10px;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0px !important;
}
li.ewf-span4 {
    list-style: none;
}
ul.display-posts-listing {
    font-family: 'Conv_MyriadPro-LightSemiCn', Sans-Serif;
}
img.attachment-full.wp-post-image {
    width: 100%;
    font-family: 'Conv_MyriadPro-Regular_1', Sans-Serif;
    padding-bottom: 8px;
    min-height: 205px;
}
ul.display-posts-listing a.title {
    font-size: 18px;
    color: #292929;
    margin-bottom: 10px !important;
}
span.date {
    font-size: 13px;
    color: #015c96;
    font-weight: bold;
    display: none !important;
    padding: 10px 0px 7px;
    font-family: 'Conv_MyriadPro-Regular_1', Sans-Serif;
}
ul.display-posts-listing li:first-child {
    padding-left: 0px;
}
ul.display-posts-listing li:last-child {
    padding-right: 0px;
}
a.more-link {
    color: #2a2a2a !important;
    border: 1px solid;
    padding: 8px 10px;
    font-size: 13px;
    text-transform: uppercase;
    /* font-weight: bold; */
    /* float: left; */
    
    clear: both;
    margin-top: 20px;
    font-family: 'Conv_MyriadPro-Regular_1', Sans-Serif;
}
.mc4wp-form {
    margin: 0px !important;
}
div#mc4wp-form-1 form p {
    margin: 0px;
}
div#mc4wp-form-1 form p:nth-child(1) {
    width: 78% !important;
    float: left;
    font-family: 'Conv_MyriadPro-LightSemiExt_0', Sans-Serif;
}
div#mc4wp-form-1 form p:nth-child(2) {
    width: 22% !important;
    float: left;
    font-family: 'Conv_MyriadPro-LightSemiExt_0', Sans-Serif;
}
iv#mc4wp-form-1 form p input#mc4wp_email {
    background: transparent;
    border: 1px solid #d3d3d3;
    height: 33px;
    font-size: 16px;
    font-family: 'Conv_MyriadPro-LightSemiCn';
    padding-left: 10px;
}
.more-link1 {
    float: left;
    width: 100%;
    margin-top: 19px;
}
div#mc4wp-form-1 form p input[type="submit"] {
    background: #e4e4e4;
    color: #6e6e6e;
    font-size: 18px;
    width: 100%;
    font-family: 'BebasNeueBold';
    font-weight: normal;
    /* letter-spacing: 1px; */
}
.ewf-span3.label p {
    font-size: 28px;
    color: #6e6e6e;
    font-family: 'Conv_MyriadPro-LightSemiExt_0', Sans-Serif;
}
.tp-caption.medium_light_white {
    font-family: 'bebas_neuebold';
    text-align: left !important;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 40px 30px 20px !important;
    /*   top: 32% !important;*/
}
span.securing {
    font-size: 24px !important;
    display: block!important;
    margin: 20px 0 10px 0!important;
}
.alin-centr {
    text-align: center;
}
.ewf-span12.blog-hed h1 {
    color: #ea7617;
    font-family: 'bebas_neuebold';
    font-size: 50px;
    margin: 0px;
    padding: 1px 0px 34px 0px;
}
.ewf-span12.blog-hed h3 {
    display: none;
}
.wpcf7-form input::-webkit-input-placeholder {
    color: #7B7B7B;
}
.wpcf7-form input:-moz-placeholder {
    color: #7B7B7B;
}
.wpcf7-form input:-ms-input-placeholder {
    color: #7B7B7B;
}
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #7B7B7B;
}
.wpcf7-form textarea:-moz-placeholder {
    color: #7B7B7B;
}
.wpcf7-form textarea:-ms-input-placeholder {
    color: #7B7B7B;
}
input#s::-webkit-input-placeholder {
    color: #999999;
}
input#s:-moz-placeholder {
    color: #999999;
}
input#s:-ms-input-placeholder {
    color: #999999;
}
input#mc4wp_email::-webkit-input-placeholder {
    color: #979595;
}
input#mc4wp_email:-moz-placeholder {
    color: #979595;
}
input#mc4wp_email:-ms-input-placeholder {
    color: #979595;
}
#footer-middle {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
}
.vc_custom_1427889138703 {
    padding-bottom: 30px !important;
    background-image: url(http://springstage.com.au/dequitypartners/wp-content/uploads/2014/07/Home_19.jpg?id=868) !important;
}
@media (max-width: 1399px) {
    .NewsletterHeading p {
        font-size: 20px !important;
    }
    .sf-menu li.dropdown {
        background-position-x: 82%;
        background-position-y: 82%;
    }
}
@media (max-width: 979px) {
    .NewsletterHeading p {
        font-size: 18px !important;
    }
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    line-height: normal;
    font-weight: normal;
    padding: 4px 10px;
    margin: 0 !important;
}
.mc4wp-success {
    color: #ea7617 !important;
    background-color: transparent !important;
    border-color: none !important;
    /* float: left; */
    
    border: none !important;
    position: absolute !important;
    font-size: 11px !important;
    line-height: normal;
    bottom: -25px;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    position: absolute;
    bottom: -13px;
    line-height: normal;
    font-size: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .footerHeading {
        color: #fff !important;
        font-size: 26.5px !important;
    }
}
img.quote-img {
    float: left;
    position: relative;
    top: -39px;
    padding-bottom: 25px;
}
@media (max-width: 500px) {
    span.dots {
        font-size: 6px !important;
        position: relative;
        top: 0px;
        letter-spacing: 3px !important;
    }
    span.dots1 {
        font-size: 6px !important;
        position: relative;
        top: -12px;
        letter-spacing: 3px !important;
    }
}
@media (max-width: 479px) {
    img.quote-img {
        float: left;
        position: relative;
        top: -15px;
        padding-bottom: 25px;
        width: 46px;
    }
    /*    img.responsive-img {        width: 80%;    }*/
    
    div#mc4wp-form-1 form p input[type="submit"] {
        height: 45px;
        border-left: 1px solid #BBBFC0 !important;
    }
    div.wpcf7-mail-sent-ok {
        border: none !important;
        position: absolute;
        bottom: -25px;
    }
    .tp-caption.medium_light_white em {
        font-size: 17px !important;
        line-height: 27px !important;
    }
    .tp-caption.medium_light_white {
        padding: 20px 30px 20px !important;
    }
    .newsletter_container .mc4wp-form-basic input[type=email] {
        max-width: 100%!Important;
        margin: 10px 0;
    }
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        padding-bottom: 20px !important;
    }
}
.mc4wp-error {
    color: #b94a48;
    background-color: transparent !important;
    border-color: none !important;
    border: none !important;
    line-height: normal !important;
    font-size: 13px !important;
    width: 100%;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
    padding: 5px 0px !important;
}
i.ifc-phone1 {
    top: 0px !important;
}
span.quality > em {
    color: #ceef73!important;
}
span.quality,
span.quality > em {
    font-size: 72px !important;
}
span.quality {
    display: block;
    line-height: 27px !important;
}
.readmore > a {
    background: #fff;
    color: #660000;
    font-size: 16px!important;
    padding: 10px 24px;
    ;
    font-family: initial;
}
.readmore > a:hover {
    color: #ceef73;
    background: #660000;
    text-decoration: none;
}
p#our_investors,
p#inv_philosophy,
p#inv_portfolio {
    height: 0px;
    margin: 0px !important;
    line-height: 0px;
    padding: 0px;
}
.wholesaleinvestors .headline {
    margin-top: 2px;
    margin-bottom: 36px;
}
.wholesaleinvestors p {
    line-height: 30px;
    color: #2a2a2a;
}
.investment_philosphy .headline {
    margin: 32px 0px 50px;
}
.investment_philosphy p {
    padding: 0px 15px 10px 15px;
}
.investment_portfolio .headline-3 h1 {
    color: #ea7617;
    text-transform: uppercase;
    font-family: 'Conv_BebasNeue', Sans-Serif;
    font-size: 50px;
    text-align: center;
    margin: 0px;
    padding: 1px 0px 25px 0px;
}
.ewf-row.investment_portfolio {
    position: relative;
    top: -11px;
    padding-bottom: 11px;
}
.read_portfolio {
    display: none;
}
.ewf-full-width-section:last-child {
    margin: 0;
}
#content {
    padding-bottom: 0;
}
.ewf-row.portfolio_blog {
    background: #f5f5f5;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 28px;
}
.ewf-row.portfolio_blog h3 {
    text-transform: uppercase;
    font-family: 'Conv_BebasNeue', Sans-Serif;
    font-size: 30px;
    margin-bottom: 0px;
    padding: 14px 0px 11px 0px;
    color: #2a2a2a;
}
.ewf-row.portfolio_blog p {
    font-size: 16px;
    line-height: 22px;
    color: #2a2a2a;
    font-family: 'Conv_MyriadPro-LightSemiCn', Sans-Serif;
}
.ewf-row.portfolio_blog .portfolio-item {
    margin-bottom: 0px;
}
.mCustomScrollBox {
    max-width: 100% !important;
}
.page-id-901 .ewf-full-width-section {
    margin-bottom: 0px;
}
.blog-post-title h3 {
    font-size: 25px;
    color: #511314;
    line-height: normal;
    padding-top: 9px;
    display: block;
    
}
.blog-post-title h3 a {
    font-size: 25px;
    color: #660000;
    line-height: normal;
    padding-top: 9px;
    display: block;
}
/*.for-investor h1 {    text-shadow: rgb(123, 60, 8) 0px 1px 4px;    -o-text-shadow: rgb(123, 60, 8) 0px 1px 4px;    -moz-text-shadow: rgb(123, 60, 8) 0px 1px 4px;    -webkit-text-shadow: rgb(123, 60, 8) 0px 1px 4px;    -ms-text-shadow: rgb(123, 60, 8) 0px 1px 4px;}*/

div#text-2 .textwidget p {
    font-size: 15.5px;
    color: #5f5f5f;
}
div#ewf_widget_contact_info-2 {
    position: relative;
}
.ForInvestors a.btn.btn-custom {
    font-size: 16px;
    padding: 7px 21px;
    font-weight: 600;
}
.mc4wp-notice {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #b94a48 !important;
    float: left !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 479px) {
    span.slideheading {
        width: 300px;
    }
    div#mc4wp-form-1 form p:nth-child(1) {
        width: 100% !important;
    }
    div#mc4wp-form-1 form p:nth-child(2) {
        width: 100% !important;
        margin-top: 10px;
    }
    span.slideheading {
        display: block;
        font-size: 15px !important;
        line-height: 18px !important;
    }
}
.investment_portfolio .ewf-span7 {
    padding: 0px 5px;
}
.footer-contact input.wpcf7-form-control.wpcf7-submit {
    padding: 11px 20px;
    background: #511314;
    color: #fff;
    border: 1px solid;
}
.contact-us-form input.wpcf7-form-control.wpcf7-submit {
    background: #511314;
    color: #fff;
    border: 1px solid;
    padding: 10px 26px;
    display: inline-block;
}
.contact-us-form input.wpcf7-form-control.wpcf7-submit:focus {
    border: none;
    outline: none;
}
.contact-us-form input.wpcf7-form-control.wpcf7-submit:hover {
    color: #ceef73;
}
.footer-contact input::-webkit-input-placeholder {
    color: #d1d1d1;
}
.footer-contact input:-moz-placeholder {
    color: #d1d1d1;
}
.footer-contact input:-ms-input-placeholder {
    color: #d1d1d1;
}
.footer-contact textarea::-webkit-input-placeholder {
    color: #d1d1d1;
}
.footer-contact textarea:-moz-placeholder {
    color: #d1d1d1;
}
.footer-contact textarea:-ms-input-placeholder {
    color: #d1d1d1;
}
.footer-contact .wpcf7-form input[type="text"],
.footer-contact .wpcf7-form input[type="email"],
.footer-contact .wpcf7-form textarea {
    font-family: 'Conv_MyriadPro-Regular_1', Sans-Serif;
}
span.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
    float: left;
    position: absolute;
    bottom: -16px;
    border: none !important;
}
.ewf-row.map-area {
    padding: 0px;
}
.search-results .blog-post-thumb {
    margin-bottom: 10px;
}
.blog-post-title p {
    font-size: 14px;
}
.search-results .blog-post {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
div#wpcf7-f5-p78-o1 form p {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.search-no-results .ewf-span8 {
    width: 100% !important;
    min-height: 170px;
}
input#submit {
    background: #FA8446;
    border: none;
    color: #fff;
    padding: 10px 15px;
}
.page-id-1132 .ewf-full-width-section {
    margin-bottom: 0px;
}
.page-id-1128 .ewf-full-width-section {
    margin-bottom: 0px;
}
ul.contact-add {
    padding-bottom: 20px;
    width: 100%;
    float: left;
}
ul.contact-add li {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 12px;
    color: #312f32;
    font-size: 16px;
}
ul.contact-add li i {
    float: left;
    padding-right: 12px;
}
ul.contact-add li span.pad-left {
    float: left;
}
ul.contact-add li i.ifc-home {
    position: relative;
    top: 5px;
}
.gmnoprint img {
    max-width: none;
}
div#wpcf7-f873-o1 input::-webkit-input-placeholder {
    color: #7B7B7B;
}
div#wpcf7-f873-o1 input::-moz-placeholder {
    color: #cdcdcd;
}
div#wpcf7-f873-o1 input:-moz-placeholder {
    color: #cdcdcd;
}
div#wpcf7-f873-o1 input:-ms-input-placeholder {
    color: #7B7B7B;
}
div#wpcf7-f873-o1 textarea::-webkit-input-placeholder {
    color: #7B7B7B;
}
div#wpcf7-f873-o1 textarea::-moz-placeholder {
    color: #cdcdcd;
}
div#wpcf7-f873-o1 textarea:-moz-placeholder {
    color: #cdcdcd;
}
div#wpcf7-f873-o1 textarea:-ms-input-placeholder {
    color: #7B7B7B;
}
div#wpcf7-f873-o2 input::-webkit-input-placeholder {
    color: #7B7B7B;
}
div#wpcf7-f873-o2 input::-moz-placeholder {
    color: #cdcdcd;
}
div#wpcf7-f873-o2 input:-moz-placeholder {
    color: #cdcdcd;
}
div#wpcf7-f873-o2 input:-ms-input-placeholder {
    color: #7B7B7B;
}
div#wpcf7-f873-o2 textarea::-webkit-input-placeholder {
    color: #7B7B7B;
}
div#wpcf7-f873-o2 textarea::-moz-placeholder {
    color: #cdcdcd;
}
div#wpcf7-f873-o2 textarea:-moz-placeholder {
    color: #cdcdcd;
}
div#wpcf7-f873-o2 textarea:-ms-input-placeholder {
    color: #7B7B7B;
}
div#wpcf7-f1460-p78-o1 input {
    display: block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #bbbfc0;
    margin-bottom: 10px;
    background: #fff;
    color: #666;
    font: 13px 'Open Sans', Arial, sans-serif;
    /* -webkit-appearance: none; */
}
div#wpcf7-f1441-p78-o1 textarea {
    width: 100%;
}
form p {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}
/*div#wpcf7-f1459-o2 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {    left: inherit !important;}*/

#header .ewf-span8 {
    margin-left: 0;
    width: 67.7%;
}
.our-blog h2 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
    margin: 0;
}
.testimonials .testiButton.btn {
    margin-top: 34px;
}
.postTitle h4, .our-home h4{font-size:20px;}
.our-blog h4,
.vc_gitem-post-data-source-post_title {
    font-size: 16px;
    color: #292929;
    font-family: 'Conv_MyriadPro-Regular_1';
    line-height: 24px;
}
.our-blog h4:hover,
.vc_gitem-post-data-source-post_title:hover,
.our-home h4:hover {
    color: #511314;
}
.our-blog .postDate p {
    color: #511314;
    font-size: 13px;
}
.our-blog p,
.postExcerpt p,
.vc_gitem-post-data-source-post_excerpt p,
.our-home p, .blog-post .row-overlay .vc_col-sm-12 .ewf-wrapper p, 
.blog-post p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    color: #7e8287;
}
.blog-post-title p, .blog-post-title a{color: #292929;}

.our-blog .btn {
    border: inherit;
    font-size: 13px;
    padding: inherit;
    font-family: 'Conv_MyriadPro-Regular_1';
    margin: 0;
}
.our-blog .btn:hover {
    border: inherit;
    padding: inherit;
    background: none;
}
.our-blog .postButton {
    display: inline-block;
}
.our-blog .vc_btn3.vc_btn3-style-modern, .testimonials .vc_btn3.vc_btn3-style-modern{
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: initial;
}
/*.our-blog .vc_btn3.vc_btn3-size-md{padding: 0;}*/

.our-home .vc_gitem_row .vc_gitem-col {
    padding: 20px 0 0 0;
}
.gallery .vc_gitem-animated-block, .fixed .text-right .btn {
    border: solid 1px #660000;
}
.our-blog .vc_gitem_row .vc_gitem-col {
    padding: 15px 0 0 0;
}
.our-blog .vc_general.vc_btn3, .fixed .text-right .btn {
    color: #511314;
    /* border: none!important; */    
    padding: 8px 16px;
    border: solid 1px;
}
.testimonials .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: #fff;
    border: none;
    color: #660000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
}
.testimonials .bx-controls.bx-has-pager {
    display: none;
}
.testimonials .bx-viewport{height: 100%;}
.testimonials .testimonialButton{margin-bottom: 40px;}
.our-blog .vc_general.vc_btn3:hover, 
.our-blog .vc_general.vc_btn3:focus,
.our-blog .vc_general.vc_btn3:active,
.testimonials .vc_general.vc_btn3:hover, 
.testimonials .vc_general.vc_btn3:focus,
.testimonials .vc_general.vc_btn3:active,
.testimonials .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, 
.testimonials .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.testimonials .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active,
.category-blog #content .blog-post .fixed .text-right .btn:hover, 
.category-blog #content .blog-post .fixed .text-right .btn:focus,
.category-blog #content .blog-post .fixed .text-right .btn:active{
    color: #ceef73;
    background: #660000;
}
.category-blog #content .blog-post .fixed{margin-top: 30px;}
.newsletter_container .mc4wp-form-basic input[type=email] {
    max-width: 80%;
    float: left;
}
.page-id-1520 .who-dequity p {
    line-height: 24px;
    font-size: 14px;
}
.page-id-1520 .ttshowcase_rl_quote{
    border:1px solid #660000;
}
.page-id-1520 #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_sided .ttshowcase_rl_quote:after {
    border-color: transparent #660000 !important;
}
.testimonials .vc_custom_1478494723795 {
    margin-bottom: 0!important;
}
.ttshowcase_rl_title {
    font-weight: 500 !important;
}
.page-id-1520 #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_sided .ttshowcase_rl_quote{background: none!important;}
.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding: 10px 20px;
    font-family: inherit;
}

.newsletter_container .mc4wp-form-basic input,
.newsletter_container .mc4wp-form-basic p {
    margin-bottom: 0;
}
.newsletter_container .vc_column-inner {
    padding-right: 0;
}
.NewsletterHeading .vc_column-inner {
    padding-left: 0;
}
.newsletter_container .vc_column-inner,
.our-blog .vc_column-inner,
.ewf-full-width-section .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0!important;
}
.our-blog .vc_col-sm-4 {
    padding-right: 30px;
}
.our-blog .vc_col-sm-4:last-child {
    padding-right: 0px;
}
input[type="submit"] {
    background: #511314;
    color: #fff;
    border-color: #511314;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
#footer .wpcf7-form input[type="submit"]::hover,
#footer .wpcf7-form input[type="submit"]:focus {
    background: #ceef73!important;
}
input[type="submit"]:hover,
#footer .wpcf7-form input[type="submit"]:hover {
    color: #ceef73;
}
.floor-plan .vc_gitem-zone .vc-zone-link {
    border: solid 2px #323134;
}
.about-heading p,
.about-sec p {
    font-size: 18px;
}
#footer-bottom .textwidget a {
    color: #ceef73;
}
#footer-bottom .textwidget a:hover {
    color: #fff;
}
.single-our_homes #content .blog-post, .category-blog #content .blog-post,
.single-post #content .blog-post{
    margin-top: 40px;
}
.single-our_homes #content .ewf-span9, .category-blog #content .ewf-span9,
.single-post #content .ewf-span9{
    width: 100%;
}

.single-our_homes #content .ewf-span9 .alert.info, 
.category-blog #content .ewf-span9 .alert.info,
.single-post #content .ewf-span9 .alert.info{
    display: none;
}

.single-our_homes #content .ewf-span3, .category-blog #content .ewf-span3,
.single-post #content .ewf-span3{
    display: none;
}
.single-our_homes .ewf-span9 .ewf-row.row-overlay .vc_column_container>.vc_column-inner,
.category-blog .ewf-span9 .ewf-row.row-overlay .vc_column_container>.vc_column-inner,
.single-post .ewf-span9 .ewf-row.row-overlay .vc_column_container>.vc_column-inner{
    padding: 0;
}
.blog-post .blog-post-title p {
    margin: 10px 0;
}
.blog-post .row-overlay .vc_col-sm-12 .ewf-wrapper p {
    padding: 10px 0 10px 0px;
}