/*
 Theme Name:     Divi Child Theme
 Theme URI:      
 Description:    Divi Child Theme
 Author:         Metro Marketing
 Author URI:     
 Template:       Divi
 Version:        1.0
*/
/*


*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body { background-color:#222 }
/* House dynamic page styling */

.owl-page:nth-of-type(1)::after {
    content: "Classic";
}
.owl-page:nth-of-type(2)::after {
    content: "Vogue";
}
.owl-page:nth-of-type(3)::after {
    content: "Urban";
}
div.owl-theme .owl-controls .owl-page > span {
    display:none;
}
.owl-item img {
    display: block;
}
.owl-item img {
    width: 100%;
}
div.owl-theme .owl-controls {
    margin-left: 10px;
    margin-top: -40px;
    position: relative;
    text-align: left;
    width: auto;
    z-index: 1;
}
.owl-pagination {
    background-color: #fff;
    display: inline-block;
}
.owl-theme .owl-controls .owl-page {
    padding: 2px 10px;
}
.owl-page.active {
    background-color: #333;
    color: #fff;
}
.house_plans .et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light, .house_land .et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light {
    margin-bottom: 3%;
    margin-right: 3%;
    width: 30% !important;
}
#product .et_pb_row {
    padding: 0;
}
#slider .et_pb_row {
    padding: 0;
}
#product .floor_plan .et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light {
    margin-right: 0;
    width: 100% !important;
}
#product h1 {
    background-color: #26BA9C;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
}
h1 .price {
    float: right;
    font-size: 80%;
}
.et_pb_post:hover .price {
    color: #fff;
}
.et_overlay::before {
    color: #00af99;
}
.detail {
    background-color: #333;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    text-align: center;
    width: 45px;
    font-size:12px;
    z-index: 1000;
    margin-right:4px;
}
.detail .glyph-icon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #333;
    padding: 10px 0;
}
.detail .glyph-icon::before {
    font-size: 25px;
}
.flaticon-dollar {
    font-size: 22px;
    line-height: 25px;
    height: 53px;
}
.archive .glyph-icon.flaticon-dollar {
    height: 30px;
    font-size: 18px;
    font-weight:300 !important;
}
.et_pb_tab .archive .glyph-icon.flaticon-dollar {
    height: 35px;
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 29px;
    position:relative;
}
.tooltip2[data-balloon] {
  overflow: visible;
  cursor: default;
}
[data-balloon] {
  position: relative;
  cursor: pointer; }
  [data-balloon]:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    font-family: sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-shadow: none !important;
    font-size: 12px !important;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    color: #333;
    content: attr(data-balloon);
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10; }
  [data-balloon]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(255, 255, 255, 1)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    content: '';
    position: absolute;
    z-index: 10; }
  [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto; }
  [data-balloon].font-awesome:after {
    font-family: FontAwesome; }
  [data-balloon][data-balloon-break]:after {
    white-space: pre; }
  [data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  [data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up-left"]:after {
    bottom: 100%;
    left: 0;
    margin-bottom: 11px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-left"]:before {
    bottom: 100%;
    left: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-right"]:after {
    bottom: 100%;
    right: 0;
    margin-bottom: 11px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-right"]:before {
    bottom: 100%;
    right: 5px;
    margin-bottom: 5px;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down']:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down-left']:after {
    left: 0;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 5px;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-right']:after {
    right: 0;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    right: 5px;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  [data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  [data-balloon][data-balloon-pos='left']:after {
    margin-right: 11px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    margin-right: 5px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:after {
    left: 100%;
    margin-left: 11px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-length='small']:after {
    white-space: normal;
    width: 80px; }
  [data-balloon][data-balloon-length='medium']:after {
    white-space: normal;
    width: 150px; }
  [data-balloon][data-balloon-length='large']:after {
    white-space: normal;
    width: 260px; }
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 380px; }
    @media screen and (max-width: 768px) {
      [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 90vw; } }
  [data-balloon][data-balloon-length='fit']:after {
    white-space: normal;
    width: 100%; }
.single-house_plans .tooltip2[data-balloon]:after,
.single-house_land .tooltip2[data-balloon]:after {
    background: rgba(17, 17, 17, 1);
    color: #fff;
}
.et_pb_tabs .et_pb_tab .archive p {
	line-height: unset !important;
}
.superscript {
    font-size: 70%;
    position: relative;
    top: -5px;
    line-height: 0;
}
.agent_details h2 {
    margin-bottom: 4px;
    padding: 10px 15px;
}
#agent > div > div > h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.agent_details h3 a{
	color: #31b99c !important;
}
.agent_detail .pe-icon {
    border-right: 1px solid #ccc;
    display: inline-block;
    font-size: 35px;
    height: 50px;
    margin-right: 10px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.agent_detail {
    border: 1px solid #ccc;
    margin-bottom: 4px;
}
.agent_details .agent_photo img {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 4px;
    width: 100%;
}
.type-house_land .et_pb_section {
    padding: 0;
}
.type-house_plans .et_pb_section {
    padding: 0;
}
.subscribe_checkbox {
    margin-top: -30px !important;
}
.product_gallery > .et_pb_module.et_pb_gallery.et_pb_gallery_0.et_pb_gallery_grid {
    margin-bottom: 30px;
}
.house_land .et_pb_gallery_image.landscape img, .house_plans .et_pb_gallery_image.landscape img {
    border: 1px solid #ccc;
    padding: 10px;
}
.click {
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    float: right;
    font-size: 75%;
    padding: 0 5px;
    text-transform: uppercase;
    border-bottom:none;
    border-color:#ccc;
}
.house_land #slider .et_pb_row::before{
    content: "";
    padding: 0 5px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 10;
    background-image: url('/wp-content/uploads/2017/06/FH-Watermark-60.png');
    width: 140px;
    height: 80px;
}

.house_plans #slider .et_pb_row::before{
    color: #fff;
    font-style: italic;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 10;
    content: "Artist Impression Only";
}
#product h4 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.owl-controls.clickable {
    height: 0;
    overflow: hidden;
}
.icon.steps {
    background-color: #26ba9c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 60px;
    margin-right: 10px;
    padding-top: 18px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

/* Footer Styling */

#footer-info::before {
    background-image: url("/wp-content/uploads/2016/11/fridayhomes_logo-w.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 80px;
    vertical-align: bottom;
    width: 200px;
}
#footer-info {
    margin-bottom: 30px;
}
#footer-widgets .footer-widget li::before {
    display: none;
}
.footer-widget .fwidget.et_pb_widget.widget_text {
    height: 170px;
    display: inline-block;
}
.footer-widget .textwidget {
    align-self: center;
}
.footer-widget:nth-of-type(3) > div .textwidget a, .footer-widget:nth-of-type(4) > div .textwidget a {
    background-color: #31b99c;
    color: #fff;
    display: block;
    font-weight: 500;
    padding-bottom: 7px;
    text-align: center;
}
.footer-widget:nth-of-type(3) > div .textwidget:hover a, .footer-widget:nth-of-type(4) > div:hover .textwidget a {
    background-color: #E0CC21;
}
.footer-widget:nth-of-type(3) > div .textwidget img, .footer-widget:nth-of-type(4) > div .textwidget img {
    width: 100%;
}
.footer-widget:nth-of-type(3) > div, .footer-widget:nth-of-type(4) > div {
    margin: 0 1% 5px !important;
    width: 48%;
}
.footer-widget .fwidget.et_pb_widget.widget_search {
    bottom: -110px;
    position: absolute;
    width: 100%;
}
.widget_search #s {
    border-radius: 0;
    width: 100%;
}
.footer-widget {
    position: relative;
}
#footer-widgets .footer-widget li a:hover {
    color: #e0cc21;
}
.widget_search input#searchsubmit {
    border: 1px solid #31b99c;
    color: #fff;
    background-color: #31b99c;
    border-radius: 0;
}
.widget_search input#searchsubmit:hover {
    border: 1px solid #E0CC21;
    background-color: #E0CC21;
}
.et-social-icons {
    margin-top: 50px;
}
.et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
    width: 175px;
}
.et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget#text-3 {
	width: 175px;
}
/* a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover {
    font-size: 13px;
} */
.et_pb_post_slider_0>.box-shadow-overlay, .et_pb_post_slider_0.et-box-shadow-no-overlay {
    box-shadow: none !important;
}
/* Home Styling */

.home .et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light {
    clear: none;
}
.home .et_pb_gallery .next {
    position: absolute;
    right: -50px;
    top: 145px;
}
.home .et_pb_gallery .prev {
    position: absolute;
    left: -50px;
    top: 145px;
}
.home .et_pb_gallery .prev a{ font-size:0 !important; }
.home .et_pb_gallery .prev a::after {
    content: "D";
    font-family: "ETmodules";
    font-size: 40px;
}
.home .et_pb_gallery .next a{ font-size:0 !important; }
.home .et_pb_gallery .next a::after {
    content: "E";
    font-family: "ETmodules";
    font-size: 40px;
}
.loop--members::after {
    clear: both;
    content: "";
    display: block;
}
.member:nth-of-type(1) {
    display: block;
}
.member {
    display: none;
}

.member .image_wrapper img{
    width: 100%;
}
@media(min-width: 768px){

}
.member h4 {
    border-bottom: 1px solid #ccc;
    color: #666;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
}
.member h4 span {
    color: #999;
    display: inline-block;
    font-size: 75%;
    font-style: italic;
    margin-left: 10px;
}
.home .et_pb_text h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 15px;
}
.member .prev, .member .next {
    font-family: "ETmodules";
    font-size: 40px;
    left: -35px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.member .prev:hover, .member .next:hover {
	color:#E0CC21;
}
.member .next {
    left: auto;
    right: -35px;
}

/* Google Map Styles */

.acf-map {
	width: 100%;
	height: 200px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* Search Widget Home */
.widgettitle {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    text-transform: uppercase;
}

div.et_pb_text form.custom_search {
    border: 1px solid #ccc;
    padding: 30px 15px 15px;
}
.searchform-label {
    font-family: inherit;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 0;
    width: 50%;
}
.searchform-input-wrapper {
    width: 50%;
}

select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f8f8f8;
    color:#333;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
div .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: top;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.searchform-input-wrapper {position:relative}
.searchform-input-wrapper:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#33;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:4px; top:5px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.searchform-input-wrapper::before {
    background: #f8f8f8;
    content: "";
    display: block;
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 4px;
    width: 25px;
}
input[type="submit"] {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
}

/* home stylings */

.halfwidth {
    float: left;
    padding-right: 15px;
    width: 50%;
}
.halfwidth:last-of-type {
    padding-right: 0;
}

#main-content .container::before {
    display: none;
}
.subdivisions .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.subdivisions .et_pb_blurb_container{
    text-align: center;
    color: #dedede;
}
.subdivisions .et_pb_blurb_container > h4 {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

/*--- feature box ---*/


#locations .et_pb_blurb {
    background-color: #333;
    display: inline-block;
    float: none;
    margin: 5px;
    vertical-align: top;
    width: 220px;
    min-height:133px;
}
.subdivisions .et_pb_main_blurb_image {
    height: 130px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.subdivisions p {
    text-align: center;
    background-color: #444;
}
.subdivisions.hp .et_pb_main_blurb_image{
    height: 125px;
}
.subdivisions .et_pb_blurb_container {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.subdivisions .et_pb_main_blurb_image a::before {
    background-color: #E4CE2E;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 35px;
    left: 0px;
    line-height: 0em;
    position: absolute;
    top: 15px;
    padding: 17px 0px;
    width: 100%;
    z-index: 10;
    transform: rotate(-45deg);
    left: -80px;
}
.subdivisions .released .et_pb_main_blurb_image a::before {
    content: "RELEASED";
}
.subdivisions .nov18 .et_pb_main_blurb_image a::before {
    content: "RELEASE NOV 18";
    top: 25px;
    left: -65px;
    padding: 20px 50px;
}
.subdivisions .sold .et_pb_main_blurb_image a:before {
    background-color: red;
    line-height: 0em;
    content: "SOLD";
}
.subdivisions .new .et_pb_main_blurb_image a:before {
    background-color: #26ba9c;
    content: "NEW";
}
.subdivisions .selling .et_pb_main_blurb_image a:before {
    background-color: #E4CE2E;
    content: "SELLING FAST";
    font-size: 80%;
}
.subdivisions .stage3 .et_pb_main_blurb_image a::before {
    background-color: #ECA327;
    content: "STAGE 3 RELEASED SOON";
    font-size: 86%;
    line-height: 100%;
    height: 54px;
    padding: 17px 60px;
    left: -75px;
    top: 7px;
}
.page-id-1363 .et_pb_tabs_controls li a {
    padding: 5px 5px 3px;
}
.et_pb_blurb_content:hover h4 {
    background-color: #E4CE2E;
}
.new .et_pb_blurb_content:hover h4 {
    background-color: #26ba9c;
}
.almost .et_pb_blurb_content:hover h4 {
    background-color: red;
}
.coming .et_pb_blurb_content:hover h4 {
    background-color: #E0CC21;
}
.sold .et_pb_blurb_content:hover h4 {
    background-color: red;
}
.holiday .et_pb_blurb_content:hover h4 {
    background-color: #E4CE2E;
}


.subdivisions .et_pb_blurb_container > h4::before,
.subdivisions .et_pb_blurb_container > h4::after {
    background-color: #fff;
    bottom: 2px;
    content: "";
    display: block;
    height: 30px;
    left: -30px;
    position: absolute;
    transform: rotate(45deg);
    width: 30px;
}
.subdivisions .et_pb_blurb_container > h4::after {
    right: -30px;
    left: auto;
}
.subdivisions {
    text-align: center;
}
.subdivisions .et-waypoint.et_pb_animation_top.et-animated {
    display: block;
}
#locations .et-waypoint.et_pb_animation_top.et-animated {
    min-height: 130px;
}
.et_pb_blurb_content:hover h4 {
    background-color: #e0cc21;
}

#main-header, #main-header .nav li ul, .et-search-form {
    background-image: url(/wp-content/uploads/2016/10/bg-angle-gl.png);
    background-size: cover;
    background-position: center;
}
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
	top: 72px !important; 
}
.home div.et_pb_section_1:hover {
    background-image: url("/wp-content/uploads/2016/10/bg_angle-m.png");
}
#logo {
    margin-top: -30px;
    max-height: 75% !important;
}
#main-header {
    z-index: 100000;
}
#main-header.et-fixed-header {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
}
#top-menu li {
    padding-right: 10px;
}
.tel {
    font-size: 20px;
    margin-left: 15px;
}
.archive.info_wrapper > br {
    display: none;
}

#top-menu li a::after {
    color: #fff;
    content: "|";
    font-weight: 300;
    margin-left: 10px;
}
#top-menu li:last-of-type a::after {
    display:none;
}
#top-menu .sub-menu {
    background: #26ba9c none repeat scroll 0 0 !important;
    margin-left: -20px;
    padding: 10px 0;
    width: auto;
}
#top-menu li .sub-menu a::after {
    display: none;
}
#top-menu li li {
    margin: 0;
    padding: 0;
}
#top-menu li li a {
    font-size: 90%;
    height: auto;
    line-height: 150%;
    padding: 5px 20px;
    text-transform: capitalize;
    width: 200px;
}
.footer-widget .sub-menu {
    display: none;
}

.sbi_lightboxOverlay {
    z-index: 100001;
}
.sbi_lightbox {
    z-index: 100002;
}

/* Friday Five */

.et_pb_slider .et_pb_slide {
    box-shadow: none;
}
.et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description {
    float: right !important;
    width: 47.25% !important;
    margin-top:0 !important;
}
.et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description {
	float: left !important;
}
.et_pb_slide_description {
    padding: 0!important;
}
.et_pb_slide {
    padding: 0;
}
.et_pb_module.et_pb_slider.et_pb_post_slider.et_pb_slider_fullwidth_off.et_pb_slider_no_pagination.et_pb_post_slider_image_right.et_pb_post_slider_0.et_pb_bg_layout_light {
    overflow: visible;
}
.et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev,
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
    left: -45px;
}
.et_pb_slider:hover .et-pb-arrow-next, .et_mobile_device .et-pb-arrow-next,
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
    opacity: 1;
    right: -40px;
}
.et_pb_slide_content {
    color: #666;
    font-weight: 300;
}
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
	text-align: left;
}
h2.et_pb_slide_title {
    font-weight: 300 !important;
}
.et_pb_slide .attachment-post-thumbnail.size-post-thumbnail.wp-post-image.active {
    width: auto;
}

/* Archive Page */

.archive.image_wrapper {
    width: 41%;
	display: inline-block;
	margin-bottom: -15px;
	overflow:hidden;
}
.archive.image_wrapper a img {
    max-width: none;
	max-height: 100%;
	top: 0 !important;
	min-height: 100%;
	width: auto;
}
.archive.info_wrapper {
    display: inline-block;
    width: 58%;
    vertical-align: top;
    padding-left:10px;
    padding-right: 10px;
}
.et_pb_tab .archive.image_wrapper, .archive.image_wrapper, .archive.image_wrapper a {
    max-height: 250px;
}
.archive.info_wrapper .btn {
    border-radius: 0 2px 0 0;
    bottom: 0;
    font-size: 0;
    height: 100%;
    left: 0;
    padding: 5px 15px;
    position: absolute;
    width: 100%;
    z-index: 15;
}
.archive .glyph-icon::before {
    font-size: 18px;
}
.archive .detail .glyph-icon {
	padding:0;
}
.archive .entry-title {
    padding: 10px 0;
}
.archive .et_pb_post {
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    position:relative;
    min-height:180px;
}
.archive .et_pb_post:nth-of-type(2n+1) {
    background-color: #f4f4f4;
}
.archive.image_wrapper > a {
    display: block;
    font-size: 0;
    height: 100%;
    position: relative;
    z-index: 10;
}
.archive.image_wrapper.Showhome > a::before,
.archive.image_wrapper.Sold > a::before,
.archive.image_wrapper.Sale > a::before,
.archive.image_wrapper.Under > a::before,
.Showhome .owl-wrapper-outer::before,
.Sold .owl-wrapper-outer::before,
.Under .owl-wrapper-outer::before,
.Sale .owl-wrapper-outer::before {
    background-color: red;
    color: #fff;
    content: "SOLD";
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    left: -70px;
    padding: 12px;
    position: absolute;
    text-align: center;
    top: 5px;
    transform: rotate(-45deg);
    width: 200px;
    z-index: 10;
}
.archive.image_wrapper.Sale > a::before, 
.Sale .owl-wrapper-outer::before {
    background-color: #26ba9c;
    content: "FOR SALE";
    font-size: 13px;
}
.archive.image_wrapper.Under > a::before, 
.Under .owl-wrapper-outer::before {
    background-color: #E0CC21;
    content: "Under Construction";
    font-size: 13px;
    left: -40px;
    line-height: 100%;
    width: 140px;
}
.archive.image_wrapper.Offer > a::before, 
.Offer .owl-wrapper-outer::before {
    background-color: #E0CC21;
    content: "Under Offer";
    font-size: 13px;
    left: -40px;
    line-height: 100%;
    width: 140px;
    padding-top:21px;
}

.archive.image_wrapper.Showhome > a::before, 
.Showhome .owl-wrapper-outer::before {
    background-color: #26BA9C;
    content: "Show Home";
    font-size: 15px;
    left: -51px;
    top: 8px;
    line-height: 102%;
    padding-top: 19px;
    width: 168px;
  font-size: 13px;
}
/*
.et_pb_post.Modern::before, .et_pb_post.Architectural::before, .et_pb_post.Traditional::before {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    content: "M";
    height: 30px;
    left: 10px;
    padding: 1px 9px;
    position: absolute;
    top: 10px;
    width: 30px;
    z-index: 100;
    text-align:center;
}
.et_pb_post.Architectural::before {
    content: "A";
}
.et_pb_post.Traditional::before {
    content: "T";
}
*/
.archive .tag {
    background-color: #fff;
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    bottom: 0;
    color: #333;
    font-size: 10px;
    padding: 0 10px;
    position: absolute;
    right: 0;
}
.search .archive #sidebar {
    float: none !important;
    width: auto !important;
}
a.btn.contact {
    background-color: #26ba9c;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}
a.btn.contact:hover {
    background-color: #222;
}
.archive .et_pb_section {
    padding: 0;
}
.entry-title > a {
    font-weight: 700;
}
img.broke {
    display: none;
}
.info_wrapper .excerpt {
    display: block;
    font-size: 100%;
    margin-top: 5px;
}
.et_pb_section.et_pb_section_3.et_section_regular {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
}

/* Archive Header Styling */

.post_type.house_plans .featured_image img, .post_type.house_land .featured_image img {
    display: block;
    width:100%;
}
.post_type.house_plans h1, .post_type.house_land h1, .single-friday h1 {
    color: #fff;
    padding: 10px 0;
}
.archive_content {
    padding: 0;
}
#title-area, .single-friday h1, .type-jobs h1.entry-title  {
    background-color: #26ba9c;
}
.single-friday h1, .type-jobs h1.entry-title {
	width:100%;
	padding: 10px 15px;
}
.type-jobs h1.entry-title  {
	color:#fff;
}
.type-jobs .post-meta {
    display: none;
}
.single-friday .et_pb_section {
    padding: 0;
}
.single-friday .et_post_meta_wrapper img {
    display: block;
    width: 100%;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    position: fixed;
}
.single.et_pb_pagebuilder_layout.et_full_width_page .single-friday .et_post_meta_wrapper {
    padding-top: 0;
    max-width: unset;
    width: 100%;
    height: 500px;
}
#main-footer {
    position: relative;
}
.single-friday div#left-area {
    padding-bottom: 0;
}
.single .single-friday .et_pb_post {
    margin-bottom: 0;
    padding-bottom: 0;
}
.et_pb_pagebuilder_layout .single-friday .entry-content, .et_pb_pagebuilder_layout .single-friday .et_pb_post .entry-content {
    z-index: 100;
    position: relative;
}
#title-area .et_pb_row {
    padding: 0;
}
.search .et_pb_section {
    padding: 0;
}

/* About Us */

#about_members .member::after {
    clear: both;
    content: "";
    display: block;
}
#about_members .member {   
    clear: both;
    display: block;
    margin-bottom: 15px;
}


@media(min-width: 768px){
    #about_members .member .member-inner{
        display: flex;
    }    
}

#about_members .member .member-inner .content{
    padding: 15px 20px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}

#about_members .member .member-inner .content .phone{
    text-align: left;
}

#about_members .member:nth-child(2n+1)  .member-inner .content{
    background-color: #fff;
}
#about_members .member p span, #about_members .member a span {
    display: inline-block;
    font-size: 24px;
    margin: 5px 10px 10px 0;
    vertical-align: middle;
}




#about_members .member .member-inner .first-row .first-row-right a, #about_members .member .member-inner .third-row a{
    border: 1px solid #26ba9c;
    border-radius: 2px;
    color: #26ba9c !important;
    padding: 5px 13px;
}


#about_members .member .member-inner .first-row .first-row-right a{
    display: none;
}
#about_members .member .member-inner .third-row a{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#about_members .member .member-inner .first-row .first-row-left{
    text-align: left;
}

@media(min-width: 768px){
    #about_members .member .member-inner .first-row{
        display: flex;
        justify-content: space-between;
    }

    #about_members .member .member-inner .first-row .first-row-right a{
        display: inline;
    }

    #about_members .member .member-inner .third-row a{
        display: none;
    }
}

#about_members .email {
    
    display: block;
}

@media(min-width: 768px){
    #about_members .email {
        display: inline;
        margin-left: 20px;
    }
}
#about .et_pb_slide {
    display: inline-block;
    float: none;
    margin: 0 2%;
    min-width: 165px;
    vertical-align: top;
    width: 15%;
}
#about .et_pb_slides {
    text-align: center;
}
#about .et_pb_slide_description .et_pb_slide_title {
    font-size: 20px;
    margin-top: 15px;
}
#about .et_pb_slide_content {
    font-size: 12px;
    line-height: 150%;
}


/* Pinterest */

#pinterest-pinboard-container .pinboard img {
    height: auto;
    max-width: none;
    width: 150%;
}
.pinboard .row > a {
    display: inline-block;
    height: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 150px;
}
.pin_link {
    clear: both;
    width: 100%;
}
#pinterest-pinboard-container .row {
    height: auto;
    text-align: center;
}

/* Maori Subtitles */
.maori {
    display: block;
    font-size: 75%;
    font-style: italic;
    margin-top: 5px;
    opacity: 0.5;
    position: absolute;
    text-align: left;
    text-transform: lowercase;
    width: 100%;
    white-space: pre;
}
.menu a .maori {
    margin-top: -10px;
}
h1 .maori {
    font-size: 50%;
    margin: 0;
    padding: 0;
    position: relative;
}
#et-secondary-nav .maori {
    margin-top: 0;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    margin-top: -7px;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-bottom: 7px;
    padding-top: 25px;
}

/* Careers */

.careers .icon {
	font-size: 64px;
    background-color: #26ba9c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 80px;
    padding: 7px;
    text-align: right;
    width: 80px;
}
.job > div {
    display: inline-block;
    margin-left: 10px;
    max-width: 600px;
    vertical-align: top;
}
.careers .btn {
    background-color: #26ba9c;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
}
.job {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.gform_wrapper .ginput_complex .ginput_left input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]), .gform_wrapper .ginput_complex .ginput_right input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]), .gform_wrapper .ginput_complex select,
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium, .gform_wrapper textarea {
    background-color: #f4f4f4;
    border-color: transparent;
    color: #333;
}
.gform_button.button {
    border-radius: 2px;
    padding: 5px 20px;
}
.gform_button.button:hover {
    background-color: #26ba9c;
    border-color: #26ba9c;
    color: #fff;
    cursor:pointer;
}
body #page-container a.et_pb_button {
    background-color: transparent !important;
    border: 1px solid #26ba9c;
    border-radius: 2px;
    color: #26ba9c !important;
    font-size: 16px;
    letter-spacing: 0;
}
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 135px !important;
}
#contact .agent_photo, #contact .agents h2, #contact .agents h3 {
    display: none;
}
body #page-container a.et_pb_button::after {
    font-size: 27px;
    opacity: 0;
}
body #page-container a.et_pb_button:hover::after {
    opacity: 1;
}
.pw-shortcode > span > [class*="_bd"] {
    height: 600px !important;
}
.pw-shortcode > span {
    box-shadow: none;
}
.pw-shortcode [class*="_img"] {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.btn.place {
    left: 0;
    position: fixed;
    top: 50%;
    z-index: 100;
}
.btn.back {
    background-color: #26ba9c;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    padding: 5px 20px;
    margin-bottom: 10px;
    max-width: 190px;
}
.btn.place.next {
    left: auto;
    right: 0;
}
.btn.place.next .back{
    border-radius: 3px 0 0 3px;
    padding:0;
}
.btn.place.prev .back{
    padding:0;
}
.btn.place.prev .back a, .btn.place.next .back a {
    display: block;
    padding: 5px 20px;
}
.btn.place.prev a.back{
    padding: 5px 20px;
}
.btn.next a, .btn.prev a  {
    color:#fff;
}
.et_pb_tabs_controls li a, .et_pb_tabs_controls li a.et_pb_tab_active {
    padding: 5px 10px 3px;
}
.et_pb_tabs_controls li a {
    font-size: 80%;
}
h4.entry-title {
    font-size: 15px;
}
header {
    margin-top: -2px;
}
#et-main-area {
    margin-top: -2px;
}
.tabs-wrapper img {
    max-height: 200px;
    max-width: 200px;
}
.tabs-images img {
    margin: 5px 5px 0;
}
.tabs-wrapper {
    border: 1px solid #f4f4f4;
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 220px;
    margin-bottom:5px;
}
.tabs-wrapper > h3 {
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.tabs-images .et_pb_all_tabs {
    text-align: center;
}
div#et-top-navigation {
    background: url('/wp-content/uploads/2016/bg-angle-gl-sml.png') 100px no-repeat;
}
#et-info, #et-secondary-menu > ul > li a {
    padding-bottom: 1.5em;
}
.single-friday .category-news .et_post_meta_wrapper img {
    position: relative;
    transform: initial;
    top: initial;
}
.menu-item.menu-item-type-post_type.menu-item-object-page {
    position: relative;
}
.category-news .entry-content {
    padding-bottom: 100px;
}
/* Media Querries */
 @media screen and (min-width: 1980px) {

}
 @media screen and (max-width: 1280px) {
div #top-menu li a, div .et-fixed-header #top-menu li a {
    font-size: 13px;
}
}
 @media screen and (max-width: 1180px) {
a.tel {
    display: none;
}
}
 @media screen and (min-width: 981px) {
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
		padding-bottom: 20px;
	}
}

 @media screen and (max-width: 980px) {
div.footer-widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important;
        margin-bottom: 0px;
}
.et_secondary_nav_only_menu #top-header {
    display: block !important;
    top: 75px;
    padding-top: 10px;
    border-top: 1px solid #666;
}
.archive.image_wrapper a img {
    max-width: none;
    max-height: none;
    top: 0 !important;
    width: 100%;
}
a.tel {
    display: inline-block;
}
#et-secondary-nav, #et-secondary-menu {
    display: block !important;
}
#et-secondary-nav li {
    margin-right: 0;
}
#et-secondary-menu > ul > li a {
    font-size: 10px;
    margin-right: 5px;
}
div#et-top-navigation {
    background: none;
}
	.et_pb_tab .archive.image_wrapper img {
		height: auto !important;
	}
 	header#main-header {
		background: #222;
	}
	#logo {
		margin-top: 0;
		max-height: 70%;
	}
	.et_pb_section {
    padding: 0;
    }
    .home .et_pb_row.et_pb_row_0, .home .et_pb_row.et_pb_row_1 {
    padding: 0;
	}
	.home .et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular {
    background-image: none;
	}
	.home .et_pb_row_1 .et_pb_column {
    width: auto !important;
    margin-bottom:0;
	}
	.subdivisions .et_pb_blurb.et_pb_module.et_pb_bg_layout_light {
    background-color: #333;
	}
	#locations {
    text-align: center;
	}
	#locations .et_pb_blurb {
    min-width: 200px;
    float: none;
    margin: 5px;
    display:inline-block;
	}
	.home .et_pb_row_1 .et_pb_column.et_pb_column_2 {
    float: right;
	}
	.archive.info_wrapper {width:100%;}
	.sidebar {
		display: none;
	}
	.archive.image_wrapper {
    width: 100%;
	}
	.archive.image_wrapper img {
    width: 100%;
	}
	.home #et-main-area {margin-top:0;}
	.archive.info_wrapper .btn {
    position: relative;
    display: block;
    margin-left: -10px;
	}
	.btn.place.prev a.back, .btn.place.prev .back a, .btn.place.next .back a {
    display: block;
    padding: 5px;
    font-size: 0;
	}
	.btn.place.prev .back a:after, .btn.place.next .back a:after {
    font-size: 12px;
    content: "<";
    font-weight: bold;
    padding: 5px;
	}
	.btn.place.next .back a:after {
    content: ">";
	}
	.btn.place.prev a.back { display:none; }
	h1 {
    font-size: 18px;
	}
	.home .et_pb_section_1 {
    display: none;
	}
	.et-social-icons, #footer-info {
    display: inline-block;
	}
	#footer-bottom .container.clearfix {
		text-align: center;
	}
		#footer-info::before {
		display: block;
		margin: 0 auto 15px;
	}
	.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description, .et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
		width: 100% !important;
		opacity: 1 !important;
		display: block !important;
	}
	ul.et-social-icons {
    margin-top: 0;
	}
	#footer-info a {
		font-size: 13px;
		display: block;
		margin: 0;
		line-height: 0;
	}
	div#footer-info {
		font-size: 0;
	}
 }
@media screen and (max-width: 480px) {
	.maori {
		position: relative;
	}
	.et_secondary_nav_only_menu #top-header {
    top: 110px;
    }
	.et_pb_column {
    margin-bottom: 0;
    text-align: center;
	}
	.house_land .et_pb_section:nth-of-type(1) .et_pb_row,
	.house_land .et_pb_section:nth-of-type(2) .et_pb_row,
	.house_plans .et_pb_section:nth-of-type(1) .et_pb_row,
	.house_plans .et_pb_section:nth-of-type(2) .et_pb_row {
    margin: 0;
    width: 100%;
	}
	.house_land .et_pb_section:nth-of-type(2) .et_pb_column.et_pb_column_2_3,
	.house_plans .et_pb_section:nth-of-type(2) .et_pb_column.et_pb_column_2_3 {
    padding: 20px;
	}
	.detail {
    background-color: #333;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    text-align: center;
    width: 80px;
    font-size: 16px;
    margin-right: 3px;
	}
	 .et_pb_module {
		width: 100%;
	}
	.et_menu_container {
    height: 110px;
	}
	.et_header_style_left .logo_container {
    height: 70%;
	}
	a.tel {
		display: block;
		margin-left: 0;
		width: 100%;
	}
	.home .et_pb_section_2, .home .et_pb_section_1 {
    display: none;
	}
	.subdivisions .et_pb_main_blurb_image {  display:none; }
	#locations .et_pb_blurb { min-height:0; }
	.et_pb_column.et_pb_column_1_2.et_pb_column_7 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column.et_pb_column_1_2.et_pb_column_7 .et_pb_slide_with_image .et_pb_slide_image {
    float: none !important;
    width: 100% !important;
    text-align: center;
	}
	form.custom_search.widget.custom_search_custom_fields__search {
		margin-bottom: 20px;
	}
	div#et_top_search {
    display: none;
	}

}
.archive .et_pb_post:hover {
    background-color: #333;
}
.archive .et_pb_post:hover .detail {
background-color: #26BA9C;
font-weight: 500;
}
.archive .et_pb_post:hover .detail .glyph-icon {
	border-color:#fff;
}
.archive .et_pb_post:hover h4.entry-title {
    color: #fff;
}


/*--- TESTIMONIAL SLIDER ---*/
.et_pb_testimonial_slider{
 overflow: visible !important;
}

.et_pb_testimonial_slider .et-pb-controllers{
  bottom:-30px !important;
}


.ts_testimonial_widget .widgettitle{
background-color:transparent !important;
border-radius:0px !important;
text-align:left;
font-weight:lighter !important;
color:#222 !important;
padding:10px 0px !important;
}


.ts_testimonial_widget .owl-controls{}
.ts_testimonial_widget .owl-controls .owl-pagination{ display:none; }
.ts_testimonial_widget .owl-controls .owl-buttons{ position:relative; }
.ts_testimonial_widget .owl-controls.clickable{ 
  overflow:visible; 
  margin-top:20px !important;
} 
.archive.info_wrapper > p {
    display: none;
}
.hidden {
	display:none !important;
}
#custom_html-2 {
    width: 225px;
}
body .eapps-widget.eapps-facebook-feed-popup {
    z-index: 999999;
}
/*--- feature boxes ---*/
.feature-boxes .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container > p{
    border-top: 1px dotted #666;
    color: #fff;
    font-size: 80%;
    margin-top: -2px;
    text-align: center;
}

/*--- about page ---*/
@media (max-width: 767px){
  #about .et_pb_slide{
    margin-bottom: 20px;
    width: 100% !important;
  }
  #about .et_pb_slide_image{
    display: block !important;
  }
  #about .et_pb_slide_image img{
    width: auto !important;
  }
}


/*----- AGENT REPEATERS -----*/
.agent_details{
    margin-bottom: 30px;
}
.agent_details .agent_detail{
    text-align: left;
}
.agent_details .agent_photo{
    margin-bottom: 18px;
}
.agent_details .agent_photo img{
    display: none;

}
.agent_details .agent_photo img:first-child{
    display: block;
}
.agent_details h2{
    font-size:16px;
    padding: 0px 15px 2px 15px;
    margin-bottom: 0;
    text-align: left;
}
.agent_details h3{
    font-size:13px;
    padding: 2px 15px 1px 15px;
    min-height: 13px;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 3px;
}

.agent_detail.phone{
    margin-top: 22px;
}

.agents{
    margin-top: 30px;
}
body #top-menu a, body #et-secondary-menu > ul > li a, .nav a, .menu a, h1 { opacity:0; transition:all 0.2s; }
body .searchform-label {
    font-size: 0.7em;
}
@media(min-width:500px) and (max-width: 768px){
    .agents{
        display: flex;
        flex-wrap: wrap;            
    }
    .agent_details{
        width: 45%;
        margin: 0 5% 5% 0;
        position: relative;
        padding-bottom: 120px;
    }
    .agent_details:nth-child(2n){
        margin-right: 0;
    }
    .agent_details .agent_detail{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .agent_details .agent_detail.phone{
        bottom:60px;
    }
    
    
}
@media(min-width:768px){
    .agents{
        display: flex;
        flex-wrap: wrap;
    }
    .agent_details{
        width: 31.7616%;
        margin-right: 2.35765%;
    }
    .agent_details:nth-child(3n){
        margin-right: 0;
    }
    .agent_photo{
        max-height: 225px;
        overflow: hidden;
        min-height: 225px;
    }
    
}

/*----- CONTACT PAGE -----*/
@media (min-width: 981px){
	.contact-page .et_pb_column_2_3{
    	width: 62.666%;
	}
	.contact-page .et_pb_column{
	    margin-right: 6%;
	}
}
