/*
Theme Name: IDX Themes Modern
Template: idxthemes_framework
Theme URI: http://idxthemes.com
Description:  A beautiful and modern Real Estate Child Theme for the IDX Themes Framework designed for IDX Broker, Showcase IDX, or no IDX Provider at all!
Author: IDX Themes
Author URI: https://idxthemes.com
Version: 0.1.14


/****************************************************
* 1 - FRAMEWORK FONT IMPORTS
****************************************************/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

/****************************************************
*  - HEADER
****************************************************/
.pre-header {
    min-height: 35px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}

.header-icons>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-icons>ul>li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 36px;
    width: 34px;
    float: left;
}

.header-icons>ul>li:first-child {

}

.header-icons>ul>li>a {
    font-size: 20px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 8px;
}

.header-icons>ul>li>a>i {
    width: 100%;
}

.header-icons>ul>li>a>.fa {
    color: #C7C7D3;
}

.header-icons>ul>li>a:hover>.fa.fa-facebook {
    color: #45629D;
}

.header-icons>ul>li>a:hover>.fa.fa-twitter {
    color: #4099FF;
}

.header-icons>ul>li>a:hover>.fa.fa-youtube {
    color: #E52D27;
}

.header-icons>ul>li>a:hover>.fa.fa-pinterest {
    color: #C92228;
}

.header-icons>ul>li>a:hover>.fa.fa-google-plus {
    color: #DD4B39;
}

.header-icons>ul>li>a:hover>.fa.fa-instagram {
    color: #3f729b;
}

.header-icons>ul>li>a:hover>.fa.fa-yelp {
    color: #C41200;
}

.header-icons>ul>li>a:hover>.fa.fa-linkedin {
    color: #007BB6;
}

.header-icons>ul>li>a:hover>.fa.fa-snapchat {
    color: #fffc00;
}

.header-info>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-info>ul>li {
    display: inline-block;
    float: right;
    line-height: 38px;
    color: #4e4e4e;
    font-size: 14px;
}

.header-info>ul>li:first-child {
}

.header-info>ul>li>a {
    padding: 12px 12px 11px;
    color: #4e4e4e;
}

.header-info>ul>li>a:hover, .header-info>ul>li>a:focus {
    text-decoration: none;
    color: #23527c;
    background-color: #e7e7e7;
}

.logo {
    display: flex;
    align-items: center;
    height: 120px;
}

.text-logo {
    height: 120px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-logo h2{
    font-size: 32px;
    font-weight: 400
}

.text-logo h2 a{
    color: #3d3d3d;
    text-decoration: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #555555;
}

@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 1201px){

    .navbar-nav>li>a {
        text-transform: uppercase;
    }

    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

}

@media screen and (max-width: 992px){
    .logo {
        text-align: center;
        justify-content: center;
        max-height: 120px;
    }

    .logo img {

        margin-top: 10px;
    }

    .pre-header {
        text-align: center;
    }

    .header-info>ul>li,.header-info>ul>li:first-child, .header-icons>ul>li, .header-icons>ul>li:first-child {
        float: none;
        border: none;
    }

    .text-logo {
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 993px) and (min-width: 768px){
    .navbar-right {
        float: left !important;
    }

    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 993px) {
    .navbar {
        margin-top: 15px;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 36px;
    }

}


@media screen and (max-width: 767px){
    .navbar-default {
        background-color: #ffffff;
    }

    .header-icons>ul>li>a {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px){

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }


    .navbar-nav>li>a {
        line-height: 35px;
        border-bottom: 4px solid transparent;
        font-size: 16px;
        font-weight: bold;
    }


    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        transition: 0.4s ease;
        background-color: transparent;
        border-bottom-color: #00AEEF;
        color: #00AEEF;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        transition: 0.4s ease;
        border-bottom-color: #00AEEF;
        color: #00AEEF;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        background-color: transparent;
    }

}

@media screen and (max-width: 476px) {
    .header-icons>ul>li {
        width: 32px;
    }

    .header-icons>ul>li>a {
        font-size: 26px;
    }

    .header-info>ul>li {
        line-height: 28px;
        font-size: 18px;
    }

    .header-info>ul>li>a {
        padding: 9px 5px;
    }
}

@media screen and (max-width: 370px) {
    .header-icons>ul>li {
        width: 28px;
    }

    .header-icons>ul>li>a {
        font-size: 22px;
    }
}

/****************************************************
* 3 - GLOBAL THEME STYLES
****************************************************/

body {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.page {
    background-color: #f9f9f9;
}

.footer {
    padding: 15px;
    border-top: 1px solid #cccccc;
}

.footer-address {
    font-size: 18px;
}

.footer-contact-group a {
    color: #222222;
}

.footer-menu {

}

.footer-menu ul li {
    list-style: none;
}

@media screen and (max-width: 767px) {
    .footer-group {
        margin-bottom: 20px;
    }
}



/*********************************************
* 4 HOME BANNER
*********************************************/

.hero {
    position: relative;
    min-height: 500px;
    padding: 100px 0 30px;
    background: url('images/default-hero-banner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
}

.hero h1 {
    font-size: 4.4em;
    color: #fff;
}

.hero h2 {
    font-size: 2.0em;
    color: #fff;
}

.homepage-search-widget {
    background-color: #00AEEF;;
    padding: 20px;
    display: none;
}

.homepage-search-widget h3 {
    font-size: 1.4em;
    color: #ffffff;
    font-weight: bold;
}

#bannerImages {
    display: none;
}

#bannerImages li {
    list-style: none;
}

video.bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.homepage-search-widget p {
    color: #fff;
}

#idxthemes-primary-search form {
    padding-top: 15px;
}

.homepage-action-items-menu {
    position: relative;
    width: 100%;
    margin-top: 60px;
}

.homepage-action-items-menu ul {
    margin: 0;
    padding: 0;
}

.homepage-action-items-menu ul li {
    margin: 0 15px 15px;
    padding: 0;
    display: inline-block;
    list-style: none;
    border-radius: 5px;
    font-weight: bold;
    line-height: 54px;
    vertical-align: middle;
    background-color: #f5f5f5;
}

.homepage-action-items-menu ul li:hover {
    background-color: #ffffff;
}

.homepage-action-items-menu ul li.blue {
    background-color: #0088c0;
}

.homepage-action-items-menu ul li.blue a {
    color: #fff;
}

.homepage-action-items-menu ul li.blue:hover {
    background-color: #0071a8;
}

.homepage-action-items-menu ul li.red {
    background-color: #d9534f;
}

.homepage-action-items-menu ul li.red a {
    color: #fff;
}

.homepage-action-items-menu ul li.red:hover {
    background-color: #b94845;
}

.homepage-action-items-menu ul li.green {
    background-color: #5DAE76;
}

.homepage-action-items-menu ul li.green a {
    color: #fff;
}

.homepage-action-items-menu ul li.green:hover {
    background-color: #4b9563;
}

.homepage-action-items-menu ul li.orange {
    background-color: #d8863e;
}

.homepage-action-items-menu ul li.orange a {
    color: #fff;
}

.homepage-action-items-menu ul li.orange:hover {
    background-color: #c67a38;
}

.homepage-action-items-menu ul li.black {
    background-color: #000;
}

.homepage-action-items-menu ul li.black a {
    color: #fff;
}

.homepage-action-items-menu ul li.black:hover {
    background-color: #121212;
}

.homepage-action-items-menu ul li a {
    font-size: 20px;
    padding: 18px 30px;
    color: #3d3d3d;
}

.homepage-action-items-menu ul li a:hover, .homepage-action-items-menu ul li a:active {
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .hero h1 {
        font-size: 3.0em;
        color: #fff;
    }

    .hero h2 {
        font-size: 2.0em;
        color: #fff;
    }
}

@media screen and (max-width: 480px) {
    .hero h1 {
        font-size: 2.4em;
        color: #fff;
    }

    .hero h2 {
        font-size: 1.6em;
        color: #fff;
    }
}

/*********************************************
* IDX Broker Corrections
*********************************************/

/***** Control Omnibar Widget CSS *********/
.showcase-ready .IDX-msInput.IDX-msButtonInput, .home-map-search .IDX-msInput.IDX-msButtonInput {
    border-radius: 0;
}

.homepage-search-widget input[type=text].idx-omnibar-input {
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    font-size: 18px;
}

.homepage-search-widget label.screen-reader-text {
    display: none;
}

.homepage-search-widget .idx-omnibar-form.idx-omnibar-extra-form {
    margin-top: -20px;
}

.homepage-search-widget .idx-omnibar-original-form>div.awesomplete {
    margin-right: 0;
    width: 73% !important;
    float:left;
}

.homepage-search-widget .idx-omnibar-original-form button {
    width: 27% !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.homepage-search-widget .idx-omnibar-original-form button {
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
}

.homepage-search-widget .idx-omnibar-extra-form input {
    border-radius: 0;
}

.homepage-search-widget .idx-omnibar-extra-form label {
    color: #ffffff;
}

.idx-omnibar-form {
    padding: 0 !important;
}

.idx-omnibar-extra input {
    height: 40px;
}

.idx-omnibar-extra-form input[type=text].idx-omnibar-input{
    height: 40px !important;
    margin-bottom: 10px;
}

.idx-omnibar-extra label {
    margin: 0 !important;
}

.idx-omnibar-form>div {
}

.idx-omnibar-form button {
}

.homepage-search-widget .idx-omnibar-extra-form h3 {
    margin-bottom: -5px;
}

.homepage-search-widget .idx-omnibar-extra-form .awesomplete {
    width: 32% !important;
    float: left;
    margin-right: 2%;
    margin-top: 25px;
}

.idx-omnibar-extra-form .awesomplete input, .idx-omnibar-extra.idx-omnibar-price-container, .idx-omnibar-form.idx-omnibar-extra-form>div:nth-of-type(1) {
    height: auto;
}

.idx-omnibar-extra.idx-omnibar-price-container, .idx-omnibar-extra.idx-omnibar-bed-container, .idx-omnibar-extra.idx-omnibar-bath-container {
    width: 15% !important;
    float: left !important;
}

.idx-omnibar-price-container, .idx-omnibar-bath-container {
    margin-right: 2%;
}

.homepage-search-widget .idx-omnibar-bed-container {
    margin-right: 2%;
}

.idx-omnibar-form.idx-omnibar-extra-form button {
    margin-top: 24px !important;
    height: 42px !important;
    width: 15% !important;
}

.idx-omnibar-original-form>div.awesomplete {
    width: 68% !important;
    margin-right: 2%;
}

.idx-omnibar-original-form button {
    width: 30% !important;
}

#sidebar-search .idx-omnibar-extra.idx-omnibar-price-container, .widget .idx-omnibar-extra.idx-omnibar-price-container, #sidebar-search .idx-omnibar-extra.idx-omnibar-bath-container, .widget .idx-omnibar-extra.idx-omnibar-bath-container  {
    width: 48% !important;
    float: left !important;
}

#sidebar-search .idx-omnibar-extra.idx-omnibar-bed-container, .widget .idx-omnibar-extra.idx-omnibar-bed-container {
    width: 50% !important;
}

#sidebar-search .idx-omnibar-form.idx-omnibar-extra-form button, .widget .idx-omnibar-form.idx-omnibar-extra-form button  {
    margin-top: 24px !important;
    width: 50% !important;
}

#sidebar-search .idx-omnibar-original-form button, .widget .idx-omnibar-original-form button  {
    width: 100% !important;
    margin-top: 10px;
}

#sidebar-search .idx-omnibar-original-form>div.awesomplete, .widget .idx-omnibar-original-form>div.awesomplete {
    width: 100% !important;
    margin-right: 0;
}

#sidebar-search .idx-omnibar-original-form.idx-omnibar-mini .idx-omnibar-input, .widget .idx-omnibar-original-form.idx-omnibar-mini .idx-omnibar-input {
    height: 40px;
}

#sidebar-search .idx-omnibar-original-form.idx-omnibar-mini .awesomplete ul, .widget .idx-omnibar-original-form.idx-omnibar-mini .awesomplete ul {
    margin-top: 0;
    padding-top: 10px;
}

/*****Control Map Widget Functionality *********/

.showcase-ready .IDX-mapWidgetWrap {
    margin-top: 15px;
}

.home-map-search .IDX-mapControlContainer {
    position: relative !important;
    height: 500px !important;
}

.showcase-ready .IDX-mapHeader-Element, .home-map-search .IDX-mapHeader-Element {
    font-family: 'Roboto', sans-serif !important;
}

.showcase-ready .IDX-mapHeader, .home-map-search .IDX-mapHeader {
    height: 0 !important;
}

.showcase-ready .IDX-mapTab, .home-map-search .IDX-mapTab  {
    position: relative;
    top: 25px;
    right: 15px;
    z-index: 3;
    border-radius: 4px !important;
    padding: 7px 15px !important;
    font-size: 16px !important;
}

.showcase-ready .IDX-mapCount, .home-map-search .IDX-mapCount {
    position: relative;
    top: 25px;
    right: 15px;
    float: right !important;
    font-size: 16px !important;
    padding: 8px 15px;
    border-radius: 4px;
    display: block !important;
    z-index: 3;
}

.showcase-ready .IDX-msInput.IDX-msButtonInput, .home-map-search .IDX-msInput.IDX-msButtonInput {
    border-radius: 5px;
    border: 1px solid #337ab7;
    background-color: #337ab7;
    padding: 6px 15px;
    font-size: 16px !important;
    color: #ffffff;
}

.btn-default, .IDX-mapCount {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}

#IDX-mapHeader-Search {
    margin-top: 0 !important;
}

.IDX-wrapper-standard .IDX-MLSCourtesy {
    float: none !important;
    margin-bottom: 12px;
}

#IDX-detailsMainInfo .IDX-panel-heading {
    border-color: #cccccc;
}

#IDX-detailsMainInfo {
    border-color: #cccccc;
}

/*****Control Page/Post Showcase Widget Functionality *********/

.IDX-showcaseTable {
    width: 100% !important;
}

.IDX-showcaseCell {
    margin-bottom: 25px !important;
}

.IDX-showcaseContainer {
    position: relative;
    font-size: 16px;
    background-color: #f7f7f7;
}

.IDX-showcaseContainer .IDX-showcasePrice {
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 5px 25px 5px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.IDX-showcaseContainer .IDX-showcaseAddress{
    text-align: left !important;
    padding-left: 25px;
    position:relative;
    margin-top: 4px;
    font-size: 15px;
    font-weight: bold;
}

.IDX-showcaseContainer .IDX-showcaseAddress:before {
    content: "\f018";
    position: absolute;
    font: normal normal normal 17px/1 FontAwesome;
    left: 2px;
    top: 2px;
}

.IDX-showcaseContainer .IDX-showcaseCityStateZip{
    text-align: left !important;
    padding-left: 25px;
    position:relative;
    font-size: 15px;
    font-weight: bold;
}

.IDX-showcaseContainer .IDX-showcaseCityStateZip:before {
    content: "\f0ac";
    position: absolute;
    font: normal normal normal 17px/1 FontAwesome;
    left: 2px;
    top: 2px;
}

.IDX-showcasePrice {
    font-size: 18px;
    color: #ffffff;
    background: #00AEEF;
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
}

.IDX-showcaseAddress, .IDX-showcaseCityStateZip {
    font-size: 14px;
}

.IDX-showcaseState {
    display: none;
}

#IDX-detailsMainInfo .IDX-panel-heading {
    border-color: #cccccc;
}

@media (max-width: 1200px) {
    .showcase-ready .IDX-showcaseCell {
        font-size: 15px;
    }
}


@media (max-width: 992px) {
    .IDX-showcaseCell {
        width: 50% !important;
    }

}

@media (max-width: 767px) {
    .IDX-showcaseCell {
        width: 50% !important;
    }

    .showcase-ready .IDX-MapSearch-Form, .home-map-search .IDX-MapSearch-Form {
        text-align: left !important;
    }

    .showcase-ready .IDX-msInput, .home-map-search .IDX-msInput {
        width:100% !important;
    }

    .showcase-ready .IDX-inputGroup, .home-map-search .IDX-inputGroup {
        margin-bottom: 10px !important;
    }

    .showcase-ready .IDX-inputGroup label, .home-map-search .IDX-inputGroup label {
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    .IDX-showcaseCell {
        width: 100% !important;
    }

    .idx-omnibar-extra.idx-omnibar-price-container, .idx-omnibar-extra.idx-omnibar-bed-container, .idx-omnibar-extra.idx-omnibar-bath-container {
        width: 100% !important;
    }

    .homepage-search-widget .idx-omnibar-extra-form button  {
        width: 100% !important;
    }

    .homepage-search-widget .awesomplete {
        width: 100% !important;
        margin-right: 0;
        margin-top: 10px;
    }

}

@media screen and (min-width: 768px){

    .IDX-resultsAddress a, .IDX-resultsAddress a:hover  {
        font-size: 24px;
    }

    .showcase-ready .IDX-mapTab, .home-map-search .IDX-mapTab  {
        display: none !important;
    }

    .showcase-ready .IDX-criteriaWindow.IDX-mapControlWindow, .home-map-search .IDX-criteriaWindow.IDX-mapControlWindow {
        display: inline !important;
        background-color: #ffffff !important;
        position: absolute;
        bottom: 0;
        height: 90px;
        z-index: 999;
    }

    .showcase-ready .IDX-MapSearch-Form, .home-map-search .IDX-MapSearch-Form {
        width: 100% !important;
        max-width: 900px !important;
        background-color: #ffffff !important;
        background-color: rgba(255,255,255,1.0) !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        height: 90px;
    }

    .showcase-ready .IDX-MapSearch-Form:after, .home-map-search .IDX-MapSearch-Form:after {
        clear: both !important;
    }

    .showcase-ready .IDX-inputGroup, .home-map-search .IDX-inputGroup {
        width: 20% !important;
        float: left !important;
        text-align: left;
        padding-right: 10px;
        margin-bottom: 5px !important;
    }

    .showcase-ready .IDX-inputGroup label, .home-map-search .IDX-inputGroup label {
        font-size: 14px !important;
    }

    .showcase-ready .IDX-inputGroup:last-of-type, .home-map-search .IDX-inputGroup:last-of-type {
        padding-right: 0 !important;
    }

    .showcase-ready .IDX-msInput, .home-map-search .IDX-msInput {
        max-width: 100% !important;
        width: 100% !important;
    }

    .showcase-ready .IDX-closeControlWindow, .home-map-search .IDX-closeControlWindow {
        display: none !important;
    }

    .showcase-ready .mq-logo-control img, .home-map-search .mq-logo-control img {
        display: none !important;
    }

    .showcase-ready .IDX-msInput.IDX-msButtonInput, .home-map-search .IDX-msInput.IDX-msButtonInput {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {

}


/**************************************
* SHOWCASE IDX CORRECTIONS
**************************************/

.homepage-search-widget .mydx2-widget.widget-930 {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.9);
}

.homepage-search-widget #mydx-container .search-controls__bed-label,
.homepage-search-widget .mydx2-widget .search-controls__bed-label,
.homepage-search-widget .mydx2-widget.widget-930 .omnibox,
.homepage-search-widget #mydx-container .search-controls__bed-label,
.homepage-search-widget #mydx-container .search-controls__bath-label,
.homepage-search-widget .mydx2-widget .search-controls__bed-label,
.homepage-search-widget .mydx2-widget .search-controls__bath-label{
    background-color: rgba(255, 255, 255, 0.9);
}

.sidebar .mydx2-widget {
    max-width: 100%;
    padding: 0;
}

.sidebar .contact__form {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.sidebar .contact__title {
    display: none;
}

.sidebar .mydx2-widget .contact__submit {
    margin: 10px 0;
}

.sidebar .contact__input {
    min-height: 40px;
}

@media (min-width: 768px) {
    .homepage-search-widget #mydx-container .search-controls__slider-label,
    .homepage-search-widget .mydx2-widget .search-controls__slider-label {
        margin-top: 10px;
    }

    .homepage-search-widget .mydx2-widget.widget-930 .omnibox{
        width: 49%;
        margin-right: 1%;
        float: left;
    }

    .homepage-search-widget .mydx2-widget.widget-930 .omni-input .omnibox {
        width: 99%;
        margin-right: 115px;
        float: none;
    }

    .homepage-search-widget .mydx2-widget.widget-930 .search-controls__input.middle {
        width: 49%;
        margin-top: 0;
        margin-left: 1%;
        height: 50px;
        float: left;
    }

    .homepage-search-widget #mydx-container .select2-container .select2-choice, .homepage-search-widget .mydx2-widget .select2-container .select2-choice {
        height: 50px;
        padding-top: 8px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
    .homepage-search-widget {
        padding-left: 0;
        padding-right: 0;
    }

    .homepage-search-widget #mydx-container .dropSelect-container,
    .homepage-search-widget #mydx-container .dropSelect, .mydx2-widget .dropSelect-container,
    .homepage-search-widget .mydx2-widget .dropSelect {
        display: block;
    }
}

/**************************************
* SHOWCASE IDX CORRECTIONS
**************************************/

.sidebar .sidx-container .sidx-modal .sidx-modal-chrome {
    width: 100% !important;
    max-width: 500px;
    padding: 10px !important;
}

/**************************************
* WIDGETS
**************************************/

.widget {
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

/**************************************
* POSTS
**************************************/

.hp-archive {

}

.hp-article {
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    -moz-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    -ms-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    -o-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    height: 333px;
    max-width: 500px;
    margin: 10px auto 20px;
}

.hp-article:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}

.hp-article-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hp-article-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    z-index: 2;
}

.hp-article-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    background: rgba(0,0,0, 0.78);
    z-index: 3;
}

.hp-cat, .ai-cat {
    z-index: 4;
    display: block;
}

.ai-cat h3{
    font-size: 22px;
}

.hp-cat a, .ai-cat a {
    text-decoration: none;
}

.hp-article-info h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.hp-article-info h3 a{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

.hp-article-info h4 {
    font-size: 20px;
    margin-bottom: 2px;
}

.post-archive-item {
    background-color: #fff;
    padding: 15px;
}

.ai-title {
    margin-bottom: 5px;
    padding-top: 0;
    line-height: 30px;
}

.ai-title a{
    font-size: 30px;
    color: #2b2b2b;
}

.ai-title a:hover {
    color: #2b2b2b;

}

.ai-date-author-group {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.category-banner {
    padding: 25px 0;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.52);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,.52);
}

.category-banner h1 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) {
    .hp-article {
        height: 400px;
        max-width: 580px;
    }
}

/******************************************
* 6 - COMMUNITY STYLES
******************************************/

#home-communities {
    padding-bottom: 10px;
}

#home-communities h2 {
    font-size: 44px;
}

.home-communities {

}

.community-box {
    cursor: pointer;
    height: 300px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    margin: 10px auto 30px;
}

.community-box .image-overlay {
    position: absolute;
    background: rgba(0,0,0, 0.55);
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.community-box .image-overlay h3 {
    color: #fff;
    max-width: 70%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    transition-delay: 0.1s;
}

.community-box img {
    width: 100%;
    height: 100%;
}

.community-box .community-overbox {
    background: rgba(0,0,0, 0.7);
    position: absolute;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.community-box .community-overbox-inner {
    padding: 30px 20px;
    border: 1px solid #fff;
    height: 100%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.community-box:hover .community-overbox { opacity: 1.0; }

.community-box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.community-box .title {
    font-size: 1.8em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    line-height: 1.0em;
}

.community-box:hover .title,
.community-box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.community-box:hover .image-overlay h3,
.community-box:focus .image-overlay h3 {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}

.community-box .tagline {
    font-size: 1.1em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.community-box:hover .tagline,
.community-box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.community-title {
    height: 300px;
    background: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.community-title .image-overlay {
    position: relative;
    background: rgba(0,0,0, 0.55);
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community-title h1.entry-title {
    font-size: 54px;
    font-weight: 400;
    color: #fff;
}

.community-quick-nav {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.community-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

ul.community-nav li {
    display: inline-flex;
    list-style: none;
    font-size: 20px;
}

ul.community-nav li a {
    padding: 15px 20px;
}

ul.community-nav li a:hover {
    text-decoration: none;
    background-color: #ccc;
}

.community-schools h2 {
    display: none;
}

.school-section {
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    #communityGallery .owl-carousel .owl-item img {
        max-height: 450px;
        width: auto !important;
    }
}

/**************************************
* TEAM MEMBERS
**************************************/

.hp-team-archive {

}

.hp-team {
    background-color: #f7f7f7;
    height: 370px;
    width: 300px;
    margin: 10px auto 30px;
    padding: 15px 20px;
    position: relative;
}

.archive__team .hp-team {
    background-color: #fff;
}

.hp-team-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 6px solid #f2f2f2;
    overflow: hidden;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
}

.hp-team-name {
    height: 60px;
}

.hp-team-name h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.single-team-image {
    float: left;
    margin: 0 25px 15px 0;
    max-width: 250px;
}

h1.team-member-heading {
    margin-bottom: 5px;
    font-weight: bold;
}

h4.team-member-title {
    font-weight: bold;
}

.team-member-contact-group .team-member-phone, .team-member-contact-group .team-member-email {
    font-size: 20px;
}

.team-member-email i, .team-member-phone i {
    float: left;
    margin-top: 5px;
    margin-right: 4px;
}

.team-member-email span, .team-member-phone span {
    width: 90px;
    float: left;
}

/******************************************
* 8 - TESTIMONIALS
******************************************/

.home-testimonials {

}

.home-testimonials p {
    font-size: 20px;
}

.testimonial-citation {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}


.testimonial-archive {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-fill: balance;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
    column-fill: balance;
}

.testimonial-archive-block {
    display: inline-block;
    background: #f5f5f5;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 1px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F5f5f5);
    opacity: 1;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.testimonial-archive-thumb {
    width: 230px;
    height: 230px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 4px solid #cccccc;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.testimonial-archive-headline {
    font-size: 24px;
    position: relative;
}

.testimonial-single-headline-wrap {
    float: left;
}

.testimonial-archive-quote-left {
    position: absolute;
    left: -2px;
    top: -3px;
}

.testimonial-archive-quote-right {
    position: absolute;
    right: -2px;
    bottom: -3px;
}

.testimonial-archive-quote-left i, .testimonial-archive-quote-right i {
    color: rgba(120, 120, 120, 0.4)
}

.testimonial-archive-headline h2 {
    font-size: 22px;
    font-style: italic;
    padding: 5px 25px;
    text-align: justify;
}

.testimonial-archive-citation {
    margin-top: 10px;
    font-style: italic;
    font-weight: bold;
    font-size: 19px;
}

.testimonial-thumb {
    float: left;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
    width: 250px;
    height: 250px;
    margin: 15px 25px 15px 0;
    border-radius: 50%;
    border: 4px solid #cccccc;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}


@media (max-width: 767px) {
    .testimonial-archive {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .testimonial-archive {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .testimonial-archive {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}


@media (min-width: 1600px) {
    .testimonial-archive {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

/******************************************
* Owl Carousel
******************************************/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #c5c5c5;
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c5c5c5; }




/**************************************
* HELPERS
**************************************/

.section-title {
    text-align: center;
}

.title-divider {
    border-bottom: 2px solid #5f5f5f;
    height: 2px;
    margin: 20px auto 30px auto;
    max-width: 150px;
}

.col-50 {
    width: 50%;
    float: left;
}

.secondary-bg {
    background-color: #5bc0de;
    color: #ffffff;
}

.dwidx-button {
    padding: 8px 15px;
}

.dwidx-button:hover {
    text-decoration: none;
    color: #ffffff;
}
