/*
Theme Name: richardgerber.com_new
Theme URI: http://richardgerber-newcom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.2
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li,
#nav2 li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu,
#nav2 .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
    min-width: 305px;
    margin: auto;
    padding-top: 13px;
}

#nav .sub-menu a,
#nav2 .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover,
#nav2 .sub-menu a:hover {
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu,
#nav2 .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu,
#nav2 li:hover > .sub-menu {
    /*display: block;*/
}
#nav .sub-menu li,
#nav2 .sub-menu li {
    position: relative;
    background: rgba(5,51,89,0.81);
    width: 100%;
    text-align: center;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}
    #nav .sub-menu li:hover,
    #nav2 .sub-menu li:hover {
        background: rgba(5,51,89,1);
    }


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 300;
	background: #FFF;
	color: #000000;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

#main-wrapper {
    overflow: hidden;
}
.amh-fixed-header-nav {
    z-index: 1030 !important;
}

/***HEADER***/
    .header {
        position: absolute;
        top: 0;
        z-index: 1030;
        width: 100%;
        margin: auto;
        padding: 37px 0;
        font-size: 0;
    }
        .header-logo-container {
            position: relative;
            text-align: left;
            display: inline-block;
            vertical-align: middle;
        }
            .header-logo-container a img,
            .header-logo-container a .logo-text {
                display: inline-block;
                vertical-align: middle;;
                position: relative;
                text-align: center;
            }
            .header-logo-container a .logo-text {
                margin-top: -16px;
                margin-left: 7px;
            }
                .header-logo-container a .logo-text span {
                    position: relative;
                    display: block;
                }
                    .header-logo-container a .logo-text span:first-child {
                        font-family: 'Playfair Display', serif;
                        font-weight: 700;
                        text-align: center;
                        text-transform: uppercase;
                        color: #ffffff;
                    }
                    .header-logo-container a .logo-text span:last-child {
                        text-transform: uppercase;
                        color: #ffffff;
                        margin-top: 5px;
                    }
        .header .navigation {
            margin-top: 35px;
            text-align: right;
        }

                .header .navigation #nav > li:first-child {
                    margin-left: 0;
                }
                .header .navigation #nav > li:last-child {
                    margin-right: 0;
                }
                .header .navigation #nav > li a {
                    text-transform: uppercase;
                    color: #ffffff;
                    position: relative;
                }
                    .header .navigation #nav > li > a:before {
                        content: '';
                        position: absolute;
                        bottom: -12px;
                        left: 0;
                        right: 0;
                        margin: auto;
                        width: 0%;
                        height: 3px;
                        background-color: #ffffff;
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                        .header .navigation #nav > li:hover > a:before {
                            width: 100%;
                        }

/***END OF HEADER***/

/***FIXED HEADER***/

.fixed-header {
    position: fixed;
    top: -300px;
    z-index: 1030;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    font-size: 0;
    background-color: #053359;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}
    .show-fh {
        top: 0;
    }
    .fh-logo-container {
            position: relative;
            text-align: left;
            display: inline-block;
            vertical-align: middle;
        }
            .fh-logo-container a img,
            .fh-logo-container a .logo-text {
                display: inline-block;
                vertical-align: middle;;
                position: relative;
                text-align: center;
            }
            .fh-logo-container a .logo-text {
                margin-left: 7px;
            }
                .fh-logo-container a .logo-text span {
                    position: relative;
                    display: block;
                }
                    .fh-logo-container a .logo-text span:first-child {
                        font-family: 'Playfair Display', serif;
                        font-weight: 700;
                        font-size: 35px;
                        text-align: center;
                        text-transform: uppercase;
                        color: #ffffff;
                    }
                    .fh-logo-container a .logo-text span:last-child {
                        font-size: 12px;
                        text-transform: uppercase;
                        color: #ffffff;
                        margin-top: 5px;
                    }
        .fixed-header .navigation {
            margin-top: 33px;
            text-align: right;
        }
                .fixed-header .navigation #nav2 > li:first-child {
                    margin-left: 0;
                }
                .fixed-header .navigation #nav2 > li:last-child {
                    margin-right: 0;
                }
                .fixed-header .navigation #nav2 > li a {
                    font-size: 15px;
                    text-transform: uppercase;
                    color: #ffffff;
                    position: relative;
                }
                    .fixed-header .navigation #nav2 > li > a:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        margin: auto;
                        width: 0%;
                        height: 3px;
                        background-color: #ffffff;
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                        .fixed-header .navigation #nav2 > li:hover > a:before {
                            width: 100%;
                        }

/***FIXED HEADER***/

/***UPPERFOLD***/

.upperfold-sec {
    font-size: 0;
    position: relative;
}
    .upperfold-sec h2 {
        display: none;
    }

    /*SLIDESHOW*/

    .slideshow {
        position: relative;
    }
        .slideshow:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(rgba(0,0,0,0.75)0%, rgba(0,0,0,0)40%);
            z-index: 2;
        }


    /*END OF SLIDESHOW*/


    /*AGENT INFO*/

        .upperfold-wrap {
            width: 100%;
            height: 100%;
            position: relative;
        }
            .agent-container {
                padding: 0;
                position: absolute;
                right: 0;
                left: 0;
                bottom: 0;
                z-index: 2;
            }
                .agent {
                    width: 345px;
                    float: right;
                }
                    .agent .agent-photo {
                        text-align: center;
                        position: relative;
                        z-index: 2;
                    }
                        .agent .agent-photo img {
                            width: 100%;
                            max-width: 262px;
                            margin: auto;
                        }
                    .agent .agent-details-container {
                        background: #ffffff;
                        border-top: 4px solid #053359;
                        margin-top: -60px;
                        padding: 0px 18px 10px;
                        position: relative;
                        z-index: 1;
                    }
                        .agent .agent-details-container .agent-info {
                            text-align: center;
                            padding-bottom: 22px;
                            padding-top: 77px;
                            position: relative;
                            overflow: hidden;
                        }
                            .agent .agent-details-container .agent-info:before {
                                content: '';
                                position: absolute;
                                top: -100px;
                                left: 0;
                                right: 0;
                                margin: auto;
                                height: 100px;
                                width: 160px;
                                background: rgba(0,0,0,0.95);
                                border-radius: 20%;
                                box-shadow: -1px 0px 35px 50px rgba(0,0,0,0.95);
                            }
                            .agent .agent-details-container .agent-info .agent-name {
                                font-size: 24px;
                                font-weight: 500;
                                color: #000000;
                                text-transform: uppercase;
                            }
                            .agent .agent-details-container .agent-info .agent-contact-info {
                                margin-top: 8px;
                            }
                                .agent .agent-details-container .agent-info .agent-contact-info span {
                                    font-size: 17px;
                                    font-weight: 500;
                                    color: #053359;
                                    display: block;
                                }
                                    .agent .agent-details-container .agent-info .agent-contact-info span:last-child {
                                        font-weight: 400;
                                        margin-top: 3px;
                                    }
                                    .agent .agent-details-container .agent-info .agent-contact-info span a,
                                    .agent .agent-details-container .agent-info .agent-contact-info span em {
                                        display: inline-block;
                                        vertical-align: middle;
                                        transition: 0.35s ease-in-out;
                                        -webkit-transition: 0.35s ease-in-out;
                                        -moz-transition: 0.35s ease-in-out;
                                        -o-transition: 0.35s ease-in-out;
                                    }
                                        .agent .agent-details-container .agent-info .agent-contact-info span:hover a,
                                        .agent .agent-details-container .agent-info .agent-contact-info span:hover em {
                                            color: #070e15;
                                        }
                                    .agent .agent-details-container .agent-info .agent-contact-info span i {
                                        font-size: 10px;
                                        color: #053359;
                                        display: inline-block;
                                        vertical-align: middle;
                                        margin-right: 7px;
                                        font-weight: 700;
                                    }
                            .agent .agent-details-container .agent-info .agent-smi {
                                margin-top: 20px;
                            }
                                .agent .agent-details-container .agent-info .agent-smi a {
                                    display: inline-block;
                                    vertical-align: middle;
                                    margin: 0 13px;
                                }
                                    .agent .agent-details-container .agent-info .agent-smi a:hover span {
                                        color: #070e15;
                                    }
                                    .agent .agent-details-container .agent-info .agent-smi a span {
                                        font-size: 17px;
                                        color: #06335a;
                                        transition: 0.35s ease-in-out;
                                        -webkit-transition: 0.35s ease-in-out;
                                        -moz-transition: 0.35s ease-in-out;
                                        -o-transition: 0.35s ease-in-out;
                                    }
    /*END OF AGENT INFO*/

    /*CONTACT FORM - UPPERFOLD*/

    .agent .agent-git {
        position: relative;
        width: 100%;
        padding-top: 15px;
    }
        .agent .agent-git:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #c7c7c7;
        }
         .agent .agent-git form {
            margin-top: 12px;
         }
        .agent .agent-git > span {
            font-size: 20px;
            font-weight: 700;
            color: #636363;
            text-transform: uppercase;
            text-align: center;
            display: block;
        }
        .agent .agent-git > form {
            margin-top: 12px;
        }
            .agent .agent-git .wpcf7-form-control-wrap {
                display: block;
            }
            .agent-git-input-field {
                position: relative;
                width: 100%;
                margin-top: 1px;
                display: block;
            }
                .agent-git-input-field.submit {
                    position: absolute;
                    right: 8px;
                    bottom: 6px;
                    width: 17px;
                    height: 17px;
                    background: transparent;
                    transition: 0.35s ease-in-out;
                    -webkit-transition: 0.35s ease-in-out;
                    -moz-transition: 0.35s ease-in-out;
                    -o-transition: 0.35s ease-in-out;
                }
                    .agent-git-input-field.submit:hover {
                        opacity: 0.7;
                    }
                    .agent-git-input-field.submit input {
                        font-size: 0;
                        width: 100%;
                        height: 100%;
                        background: transparent;
                        border: 0;
                        outline: 0;
                    }
                    .agent-git-input-field.submit span[class*="ai-font-"] {
                        font-size: 15px;
                        color: #06335a;
                        position: absolute;
                        top: 0;
                        right: 0;
                        pointer-events: none;
                    }
                .agent-git-input-field input[type="text"],
                .agent-git-input-field input[type="email"],
                .agent-git-input-field textarea {
                    font-size: 11px;
                    text-transform: uppercase;
                    text-align: left;
                    height: 32px;
                    width: 100%;
                    border: 1px solid #dadada;
                    background: #ffffff;
                    color: #8a8a8a;
                    padding: 0 10px;
                    outline: 0;
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -o-appearance: none;
                }
                .agent-git-input-field textarea {
                    resize: none;
                    padding-top: 10px;
                }
                .agent .agent-git div.wpcf7-response-output {
                    font-size: 11px;
                    text-align: center;
                    position: absolute;
                    margin-top: 10px;
                    width: 100%;
                    margin-left: 0;
                    margin-right: 0;
                }
                .agent .agent-git div.wpcf7 .ajax-loader {
                    position: absolute;
                    right: 20px;
                }
                .agent .agent-git span.wpcf7-not-valid-tip {
                    font-size: 11px;
                }
                .agent .agent-git .wpcf7-form-control-wrap {
                    display: block;
                }

    /*END OF CONTACT FORM - UPPERFOLD*/

/***END OF UPPERFOLD***/

/***FEATURED PROPERTIES***/

.fp-sec {
    position: relative;
    font-size: 0;
    padding-top: 80px;
    padding-bottom: 180px;
}
    .fp-sec h2 {
        font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
        display: block;
        color: #666666;
        letter-spacing: 0.2em;
        text-align: center;
        margin-top: 32px;
        position: relative;
    }
        .fp-sec h2 span {
            font-family: 'Playfair Display', serif;
            font-size: 38px;
            text-transform: uppercase;
            color: #06335a;
            display: block;
            margin-top: 5px;
            letter-spacing: 0;
        }
        .fp-sec h2:before {
            content: '';
            position: absolute;
            bottom: -38px;
            left: 0;
            right: 0;
            margin: auto;
            background: #d4d4d4;
            height: 2px;
            width: 40px;
        }
        .fp-sec h2.mobile-fp-title {
            display: none;
        }

        .fp-info-slide {
            position: relative;
            margin-top: 78px;
        }
            .fp-address {
                font-family: 'Muli', sans-serif;
                font-size: 18px;
                letter-spacing: -0.025em;
                color: #666666;
                text-transform: uppercase;
                text-align: center;
                display: block;
            }
            .fp-price {
                font-weight: 700;
                font-size: 32px;
                color: #06335a;
                text-align: center;
                display: block;
                margin-top: 30px;
            }
    .fp-btn-container {
        display: inline-block;
        vertical-align: middle;
        margin-top: 55px;
        position: relative;
    }
    .fp-slideshow-btn {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
        .fp-slideshow-btn a {
            height: 58px;
            width: 300px;
            line-height: 58px;
            border: 1px solid #053359;
            color: #053359;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            display: inline-block;
            transition: 0.35s ease-in-out;
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
        }
            .fp-slideshow-btn a:hover {
                background: #053359;
                color: #ffffff;
            }
    .fp-slideshow-arrow {
        margin-left: 21px;
        display: inline-block;
        vertical-align: middle;
    }
        .fp-slideshow-arrow .arrow-prev,
        .fp-slideshow-arrow .arrow-next {
            height: 58px;
            width: 53px;
            display: inline-block;
            vertical-align: middle;
            background-color: #053359;
            text-align: center;
            cursor: pointer;
            transition: 0.35s ease-in-out;
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
        }
            .fp-slideshow-arrow .arrow-prev:hover,
            .fp-slideshow-arrow .arrow-next:hover {
                background-color: #021422;
            }
        .fp-slideshow-arrow .arrow-next {
            margin-left: 3px;
        }
            .fp-slideshow-arrow .arrow-prev span,
            .fp-slideshow-arrow .arrow-next span {
                line-height: 58px;
                font-size: 35px;
                color: #ffffff;
            }
        .fp-image-list a:hover .fp-image-item > div:after{
            width: 100%;
            height: 100%;
        }
        .fp-image-list a:hover .fp-image-item > div span {
            opacity: 1;
        }
            .fp-image-item {
                position: relative;
            }
                .fp-image-item > div {
                    position: absolute;
                    top:0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    vertical-align: middle;
                    display: inline-block;
                    text-align: center;
                    z-index: 1;
                }
                    .fp-image-item > div:before {
                        content: '';
                        display: inline-block;
                        vertical-align: middle;
                        width: 0;
                        height: 100%;
                    }
                    .fp-image-item > div:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                        background: rgba(5,51,89,0.8);
                        width: 0%;
                        height: 0%;
                        z-index: -1;
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                    .fp-image-item > div span {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 20px;
                        font-weight: 300;
                        letter-spacing: 0.2em;
                        color: #ffffff;
                        text-transform: uppercase;
                        opacity: 0;
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                .fp-image-item canvas {
                    top: 0;
                    left: 0;
                    width: 100%;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center center;
                }


/***END OF FEATURED PROPERTIES***/

/***WELCOME SECTION***/

.welcome-sec {
    position: relative;
    font-size: 0;
    background: #053359;
}
    .welcome-sec:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-image: url(images/welcome-bg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.06;
    }
    .welcome-sec h1 {
        font-family: 'Playfair Display', serif;
        font-size: 55px;
        letter-spacing: -0.025em;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        position: relative;
        margin-left: -12px;
    }
        .welcome-sec h1:before {
            content: '';
            position: absolute;
            bottom: -38px;
            left: 12px;
            margin: auto;
            background: #d4d4d4;
            height: 2px;
            width: 40px;
        }

    .welcome-text-col {
        z-index: 2;
        padding-top: 100px;
    }
        .welcome-text-col p {
            font-size: 16px;
            font-weight: 300;
            color: #ffffff;
            line-height: 1.9;
            margin-top: 85px;
        }
        .welcome-rm-btn {
            width: 190px;
            height: 55px;
            display: block;
            border: 1px solid #ffffff;
            color: #ffffff;
            line-height: 55px;
            text-transform: uppercase;
            text-align: center;
            font-size: 14px;
            letter-spacing: 0.2em;
            margin-top: 50px;
            transition: 0.35s ease-in-out;
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
        }
            .welcome-rm-btn:hover {
                color: #053359;
                background: #ffffff;
            }

    .welcome-photo-col {
        text-align: center;
        z-index: 2;
    }
    .welcome-photo-col .agent-photo-wrap {
    margin-top: -80px;
    position: relative;
}
            .welcome-photo-col > .agent-photo-wrap:before {
                content: '';
                position: absolute;
                height: 81%;
                width: 90%;
                left: 0;
                /*right: 0;*/
                margin: auto;
                bottom: 0;
                background: rgba(0,0,0,0.4);
                border-radius: 50%;
                box-shadow: 0px 0 40px 35px rgba(0,0,0,0.4);
            }
            .welcome-photo-col .agent-photo-wrap canvas {
                width: 100%;
    max-width: 431px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                position: relative;
            }

/***END OF WELCOME SECTION***/

/***FEATURED COMMUNITIES***/

.fc-sec {
    position: relative;
    font-size: 0;
    padding-top: 85px;
    padding-bottom: 90px;
    background: #ffffff;
    z-index: 2;
}
    .fc-sec:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-image: url(images/fc-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: .15;
        filter: grayscale(1);
    }
    .fc-sec:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    }
    .fc-sec h2 {
        font-size: 20px;
        letter-spacing: 0.2em;
        color: #053359;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
        display: block;
        position: relative;
    }
        .fc-sec h2 span {
            font-family: 'Playfair Display', serif;
            font-size: 38px;
            display: block;
            margin-top: 5px;
            letter-spacing: 0;
        }
        .fc-sec h2:before {
            content: '';
            position: absolute;
            bottom: -40px;
            left: 0;
            right: 0;
            margin: auto;
            width: 40px;
            height: 2px;
            background: #053359;
        }
        .fc-container {
            margin-top: 85px;
            z-index: 1;
        }
        .fc-wrap {
            position: relative;
            display: block;
            margin: auto;
        }
            .fc-wrap a {
                width: calc(50% - 4px);
                display: inline-block;
                margin: 2px;
            }
            .fc-wrap a:first-child .fc-item {
                margin-left: 0;
            }
            .fc-wrap a:last-child .fc-item {
                margin-right: 0;
            }
            .fc-wrap a:hover .fc-item > div span {
                opacity: 0;
            }
            .fc-wrap a:hover .fc-item > div:last-child:after {
                height: 100%;
                width: 100%;
            }
            .fc-wrap a:hover .fc-item > div:last-child span {
                opacity: 1;
            }
            .fc-item {
                display: inline-block;
                position: relative;
                width: 100%;
            }
                .fc-item > div {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    z-index: 1;
                }
                    .fc-item > div:before {
                        content: '';
                        display: inline-block;
                        vertical-align: middle;
                        width: 0;
                        height: 100%;
                    }
                    .fc-item > div span {
                        display: inline-block;
                        vertical-align: middle;
                        font-weight: 500;
                        font-size: 30px;
                        color: #ffffff;
                        text-transform: uppercase;
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                    .fc-item > div:last-child:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        width: 0%;
                        height: 0%;
                        margin: auto;
                        background-color: rgba(5,51,89,0.8);
                        z-index: -1;
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                    .fc-item > div:last-child span {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 20px;
                        letter-spacing: 0.2em;
                        font-weight: 300;
                        color: #ffffff;
                        text-transform: uppercase;
                        opacity: 0;
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                    .fc-item canvas {
                        width: 100%;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center center;
                        filter: grayscale(0.3);
                    }

/***END OF FEATURED COMMUNITIES***/

/***BLOG SECTION***/

.blog-sec {
    position: relative;
    font-size: 0;
    padding-top: 63px;
    padding-bottom: 40px;
}
    .blog-sec h2 {
        font-size: 38px;
        font-family: 'Playfair Display', serif;
        display: block;
        color: #06335a;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }
        .blog-sec h2:before {
            content: '';
            position: absolute;
            width: 40px;
            height: 2px;
            background: #a6a6a6;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -38px;
        }
    .blog-container {
        margin-top: 80px;
    }
        .blog-photo {
            width: 100%;
            overflow: hidden;
        }
            .blog-photo:hover canvas {
                transform: scale(1.2);
            }
            .blog-photo canvas {
                width: 100%;
                max-width: 370px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                transition: 0.35s ease-in-out;
                -webkit-transition: 0.35s ease-in-out;
                -moz-transition: 0.35s ease-in-out;
                -o-transition: 0.35s ease-in-out;
            }
        .blog-info {
            position: relative;
        }
            .blog-title {
                font-size: 21px;
                font-weight: 500;
                color: #464646;
                text-transform: uppercase;
                display: block;
                padding-right: 115px;
                margin-top: 40px;
                line-height: 1.35;
                transition: 0.35s ease-in-out;
                -webkit-transition: 0.35s ease-in-out;
                -moz-transition: 0.35s ease-in-out;
                -o-transition: 0.35s ease-in-out;
            }
                .blog-title:hover {
                    color: #06335a;
                }
            .blog-info p {
                font-size: 16px;
                font-weight: 300;
                color: #5f5f5f;
                margin-top: 30px;
                line-height: 1.4;
            }
            .blog-rm {
                font-family: 'Work Sans', sans-serif;
                font-weight: 600;
                color: #06335a;
                text-transform: uppercase;
                font-size: 12px;
                display: inline-block;
                margin-top: 30px;
                transition: 0.35s ease-in-out;
                -webkit-transition: 0.35s ease-in-out;
                -moz-transition: 0.35s ease-in-out;
                -o-transition: 0.35s ease-in-out;
            }
                .blog-rm:hover {
                    color: #464646;
                }

/***END OF BLOG SECTION***/

/***CALL TO ACTION SECTION***/

.cta-sec {
    position: relative;
    font-size: 0;
    padding-top: 35px;
    padding-bottom: 30px;
}
    .cta-sec h2 {
        display: none;
    }
    .cta-container {
        padding: 0 30px;
    }
    .cta-col:hover .cta-item:before {
         background: rgba(5,51,89,0.8);
    }
        .cta-col .cta-item {
            position: relative;
            text-align: center;
        }
            .cta-col .cta-item:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.41);
                transition: 0.35s ease-in-out;
                -webkit-transition: 0.35s ease-in-out;
                -moz-transition: 0.35s ease-in-out;
                -o-transition: 0.35s ease-in-out;
            }
            .cta-col .cta-item canvas{
                width: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
            }
            .cta-col .cta-item > div {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
                .cta-col .cta-item > div:before {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }
                .cta-col .cta-item > div .cta-title {
                    display: inline-block;
                    vertical-align: middle;
                }
                    .cta-col .cta-item > div .cta-title span {
                        display: inline-block;
                        vertical-align: middle;
                    }
                        .cta-col .cta-item > div .cta-title span:first-child {
                            font-size: 20px;
                            color: #ffffff;
                            text-transform: uppercase;
                        }
                        .cta-col .cta-item > div .cta-title span:last-child {
                            display: block;
                            font-family: 'Playfair Display', serif;
                            font-size: 30px;
                            text-transform: uppercase;
                            color: #ffffff
                        }

/***END OF CALL TO ACTION SECTION***/

/***GET IN TOUCH***/

.git-sec {
    position: relative;
    font-size: 0;
    background: rgba(0,51,98,1);
    padding-top: 95px;
    padding-bottom: 105px;
}
    .git-sec:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/cf-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.14;
        filter: grayscale(1);
    }
    .git-sec h2 {
        font-size: 38px;
        font-family: 'Playfair Display', serif;
        text-transform: uppercase;
        display: block;
        text-align: center;
        color: #ffffff;
        position: relative;
    }
        .git-sec h2:before {
            content: '';
            position: absolute;
            width: 40px;
            height: 2px;
            background: #ffffff;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -38px;
        }

    .git-sec form {
        width: 100%;
        position: relative;
        vertical-align: middle;
        margin-top: 90px;
    }
        .git-sec .git-cf-field {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin: 0 4.29px;
        }
        .name-Microsoft_Edge .git-sec .git-cf-field {
            margin: 0 4px;
        }
            .git-sec .git-input-grp > .git-cf-field:first-child {
                margin-left: 0;
            }
            .git-sec .git-input-grp > .git-cf-field:last-child {
                margin-right: 0;
            }
            .git-sec .git-cf-field.small {
                width: 25.4%;
            }
            .git-sec .git-cf-field.large {
                width: 47.3%;
            }
            .git-sec .git-cf-field.submit {
                position: absolute;
                top: 18px;
                right: 15px;
                width: 23px;
                height: 23px;
            }
                .git-sec .git-cf-field.submit input {
                    font-size: 0;
                    width: 100%;
                    height: 100%;
                    background: transparent;
                    outline: 0;
                    border: 0;
                    position: absolute;
                }
                    .git-sec .git-cf-field.submit:hover span {
                        color: #0b4c84;
                    }
                .git-sec .git-cf-field.submit span {
                    font-size: 20px;
                    color: #ffffff;
                    position: absolute;
                    top: 0;
                    pointer-events: none;
                    transition: 0.35s ease-in-out;
                    -webkit-transition: 0.35s ease-in-out;
                    -moz-transition: 0.35s ease-in-out;
                    -o-transition: 0.35s ease-in-out;
                }
            .git-sec .git-cf-field input[type="text"],
            .git-sec .git-cf-field input[type="email"],
            .git-sec .git-cf-field textarea {
                outline: 0;
                height: 56px;
                width: 100%;
                color: #9cb0c2;
                font-size: 13px;
                text-transform: uppercase;
                padding-left: 15px;
                border: 1px solid #ffffff;
                background: transparent;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
            }
            .git-sec .git-cf-field textarea {
                resize: none;
                padding-top: 20px;
                padding-right: 40px;
            }
            .git-sec div.wpcf7 .ajax-loader {
                position: absolute !important;
                right: 30px;
                top: 4px !important;
            }
            .git-sec div.wpcf7-response-output {
                font-size: 13px;
                text-align: center;
                color: #ffffff;
                width: 100%;
                margin: 30px 0 0;
                position: absolute;
            }
            .git-sec span.wpcf7-not-valid-tip {
                font-size: 13px;
            }
            .git-sec .wpcf7-form-control-wrap {
                display: block;
            }

/***END OF GET IN TOUCH***/

/***QUICK SEARCH SECTION***/

.qs-sec {
    position: relative;
    font-size: 0;
    padding: 50px 0;
    z-index: 1;
}
    .qs-sec h2 {
        display: none;
    }
    .qs-container {
        vertical-align: middle;
    }
        .qs-title {
            display: inline-block;
            vertical-align: middle;
            font-size: 22px;
            letter-spacing: 0.05em;
            font-family: 'Playfair Display', serif;
            text-transform: uppercase;
            color: #06335a;
            text-align: left;
        }
        .qs-sec form {
            width: 77.2%;
            position: relative;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
        }
        .qs-sec .qs-input-field {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 !important;
            margin-left: 2px !important;
        }
            .qs-sec .qs-input-field:first-child {
                margin-left: 0;
            }
            .qs-sec .qs-input-field:last-child {
                margin-left: 4px;
                margin-right: 0;
            }
            .qs-sec .qs-input-field.large {
                width: 22.7%;
            }
            .qs-sec .qs-input-field.small {
                width: 10.45%;
            }
            .qs-sec .qs-input-field.submit {
                width: 10.45%;
            }
                .qs-sec .qs-input-field.submit input {
                    font-size: 11px;
                    outline: 0;
                    height: 36px;
                    width: 100%;
                    color: #ffffff;
                    background: #06335a;
                    text-align: center;
                    border: 1px solid #06335a;
                    font-weight: 500;
                    letter-spacing: 0.05em;
                    text-transform: uppercase;
                    transition: 0.35s ease-in-out;
                    -webkit-transition: 0.35s ease-in-out;
                    -moz-transition: 0.35s ease-in-out;
                    -o-transition: 0.35s ease-in-out;
                }
                    .qs-sec .qs-input-field.submit input:hover {
                        background: #ffffff;
                        color: #06335a;
                    }
            .qs-sec .qs-input-field input[type="text"],
            .qs-sec .qs-input-field select {
                height: 36px;
                width: 100%;
                padding-left: 13px;
                color: #06335a;
                background: #ffffff;
                font-size: 11px;
                font-weight: 500;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                border: 1px solid #06335a;
                outline: 0;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
            }
            .qs-sec .arrow {
                font-size: 6px;
                color: #000;
                position: absolute;
                top: 42%;
                right: 10px;
                z-index: 1;
            }
            .qs-sec .adv-search {
                display: inline-block;
                vertical-align: middle;
                color: #06335a;
                font-size: 11px;
                font-weight: 500;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                margin-left: 7px;
                margin-top: 2px;
                transition: 0.35s ease-in-out;
                -webkit-transition: 0.35s ease-in-out;
                -moz-transition: 0.35s ease-in-out;
                -o-transition: 0.35s ease-in-out;
            }
                .qs-sec .adv-search:hover {
                    color: #070e15;
                }
                .qs-container .bootstrap-select.btn-group .dropdown-menu.inner {
                    max-height: 200px !important;
                }
                .qs-container .dropdown-menu {
                    top: 35px;
                    bottom: auto;
                }

/***END OF QUICK SEARCH SECTION***/

/***FOOTER***/

.footer {
    text-align: center;
    font-size: 0;
    background: #053359;
    padding: 70px 0 75px;
}
    .footer-logo {
        display: block;
    }
        .footer-logo span {
            display: block;
        }
            .footer-logo span:first-child {
                font-family: 'Playfair Display', serif;
                font-size: 48px;
                font-weight: 700;
                text-transform: uppercase;
                color: #aeaeae;
            }
            .footer-logo span:last-child {
                font-weight: 500;
                font-size: 16px;
                color: #aeaeae;
                text-transform: uppercase;
                margin-top: 5px;
            }

    .footer-contact-info {
        margin-top: 35px;
    }
        .footer-contact {

        }
            .footer-contact span {
                font-family: 'Muli', sans-serif;
                font-size: 17px;
                font-weight: 300;
                color: #ffffff;
                display: inline-block;
                vertical-align: middle;
                margin: 0 17.5px;
            }
                .footer-contact span a {
                    transition: 0.35s ease-in-out;
                    -webkit-transition: 0.35s ease-in-out;
                    -moz-transition: 0.35s ease-in-out;
                    -o-transition: 0.35s ease-in-out;
                }
                .footer-contact span:hover a {
                    color: #3a678e;
                }
                .footer-contact span i {
                    font-size: 10px;
                    color: #ffffff;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }
        .footer-smi {
            position: relative;
            margin-top: 32px;
        }
            .footer-smi a {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #ffffff;
                border: 1px solid #ffffff;
                vertical-align: middle;
                outline: 0;
                margin: 0 4px;
                display: inline-block;
                position: relative;
                transition: 0.35s ease-in-out;
                -webkit-transition: 0.35s ease-in-out;
                -moz-transition: 0.35s ease-in-out;
                -o-transition: 0.35s ease-in-out;
            }
                .footer-smi a:hover {
                    background: #06335a;
                }
                    .footer-smi a:hover span {
                        color: #ffffff;
                    }
                .footer-smi a span {
                    line-height: 39px;
                    font-size: 22px;
                    color: #06335a;
                    transition: 0.35s ease-in-out;
                    -webkit-transition: 0.35s ease-in-out;
                    -moz-transition: 0.35s ease-in-out;
                    -o-transition: 0.35s ease-in-out;
                }
    .footernav {
        margin-top: 55px;
    }
        .footernav li {
            display: inline-block;
            margin:  0 14px;
        }
            .footernav li a:hover {
                color: #3a678e;
            }
            .footernav li a {
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 0.02em;
                color: #ffffff;
                text-transform: uppercase;
                transition: 0.35s ease-in-out;
                -webkit-transition: 0.35s ease-in-out;
                -moz-transition: 0.35s ease-in-out;
                -o-transition: 0.35s ease-in-out;
            }
    .copyright {
        font-size: 13px;
        color: #ffffff;
        font-weight: 300;
        margin-top: 15px;
    }
        .copyright a {
            transition: 0.35s ease-in-out;
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
        }
            .copyright a:hover {
                color: #3a678e;
            }
            .copyright a[href*="https://www.agentimage.com"] {
                font-weight: 300 !important;
            }
    .footer-realtors {
        display: inline-block;
        vertical-align: middle;
        margin-top: 20px;
    }
        .footer-realtors span {
            font-size: 22px;
            color: #ffffff;
            display: inline-block;
            vertical-align: middle;
            margin: 0 3px;
        }

/***END OF FOOTER***/

/***SIDEBAR***/

.sidebar {
    font-size: 0;
    margin-top: 25px !important;
}
    .sidebar .agent-details-container {
        background: #ffffff;
        border-top: 4px solid #053359;
        padding: 10px 0;
        position: relative;
        z-index: 1;
    }
        .sidebar .agent-details-container .agent-info {
            text-align: center;
            padding-bottom: 22px;
            padding-top: 0px;
            position: relative;
            overflow: hidden;
        }
            .sidebar .agent-details-container .agent-info .agent-name {
                font-size: 24px;
                font-weight: 500;
                color: #000000;
                text-transform: uppercase;
            }
            .sidebar .agent-details-container .agent-info .agent-contact-info {
                margin-top: 8px;
            }
                .sidebar .agent-details-container .agent-info .agent-contact-info span {
                    font-size: 17px;
                    font-weight: 500;
                    color: #053359;
                    display: block;
                }
                    .sidebar .agent-details-container .agent-info .agent-contact-info span:last-child {
                        font-weight: 400;
                        margin-top: 3px;
                    }
                    .sidebar .agent-details-container .agent-info .agent-contact-info span a,
                    .sidebar .agent-details-container .agent-info .agent-contact-info span em {
                        display: inline-block;
                        vertical-align: middle;
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                        .sidebar .agent-details-container .agent-info .agent-contact-info span:hover a,
                        .sidebar .agent-details-container .agent-info .agent-contact-info span:hover em {
                            color: #070e15;
                        }
                    .sidebar .agent-details-container .agent-info .agent-contact-info span i {
                        font-size: 10px;
                        color: #053359;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 7px;
                    }
            .sidebar .agent-details-container .agent-info .agent-smi {
                margin-top: 20px;
            }
                .sidebar .agent-details-container .agent-info .agent-smi a {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 13px;
                }
                    .sidebar .agent-details-container .agent-info .agent-smi a:hover span {
                        color: #070e15;
                    }
                        .sidebar .agent-details-container .agent-info .agent-smi a span {
                            font-size: 17px;
                            color: #06335a;
                            transition: 0.35s ease-in-out;
                            -webkit-transition: 0.35s ease-in-out;
                            -moz-transition: 0.35s ease-in-out;
                            -o-transition: 0.35s ease-in-out;
                        }
            .sidebar .agent-git div.wpcf7-response-output {
                font-size: 11px;
                text-align: center;
                position: absolute;
            }
            .sidebar .agent-git span.wpcf7-not-valid-tip {
                font-size: 10px;
            }
            .sidebar .agent-git div.wpcf7 .ajax-loader {
                position: absolute;
                right: 20px;
            }
            .sidebar .agent-git .wpcf7-form-control-wrap {
                display: block;
            }

    .sidebar .agent-git {
        position: relative;
        width: 100%;
        padding-top: 15px;
    }
        .sidebar .agent-git:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #c7c7c7;
        }
         .sidebar .agent-git form {
            margin-top: 12px;
         }
        .sidebar .agent-git > span {
            font-size: 20px;
            font-weight: 700;
            color: #636363;
            text-transform: uppercase;
            text-align: center;
            display: block;
        }
        .sidebar .agent-git > form {
            margin-top: 12px;
        }
            .agent-git-input-field {
                position: relative;
                width: 100%;
                margin-top: 1px;
                display: block;
            }
                .agent-git-input-field.submit {
                    position: absolute;
                    right: 8px;
                    bottom: 6px;
                    width: 17px;
                    height: 17px;
                    background: transparent;
                    transition: 0.35s ease-in-out;
                    -webkit-transition: 0.35s ease-in-out;
                    -moz-transition: 0.35s ease-in-out;
                    -o-transition: 0.35s ease-in-out;
                }
                    .agent-git-input-field.submit:hover {
                        opacity: 0.7;
                    }
                    .agent-git-input-field.submit input {
                        font-size: 0;
                        width: 100%;
                        height: 100%;
                        background: transparent;
                        border: 0;
                        outline: 0;
                    }
                    .agent-git-input-field.submit span[class*="ai-font-"] {
                        font-size: 15px;
                        color: #06335a;
                        position: absolute;
                        top: 0;
                        pointer-events: none;
                    }
                .agent-git-input-field input[type="text"],
                .agent-git-input-field input[type="email"],
                .agent-git-input-field textarea {
                    font-size: 11px;
                    text-transform: uppercase;
                    text-align: left;
                    height: 32px;
                    width: 100%;
                    border: 1px solid #dadada;
                    background: #ffffff;
                    color: #8a8a8a;
                    padding: 0 10px;
                    outline: 0;
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -o-appearance: none;
                }
                .agent-git-input-field textarea {
                    resize: none;
                    padding-top: 10px;
                }
                .sidebar .agent-git div.wpcf7-response-output {
                    font-size: 11px;
                    text-align: center;
                    position: absolute;
                }
                .sidebar .agent-git span.wpcf7-not-valid-tip {
                    font-size: 10px;
                }

/***END OF SIDEBAR***/

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
 #inner-page-wrapper {
    z-index: 2;
 }
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background: #f9f7f7;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
        font-size: 38px;
        font-family: 'Playfair Display', serif;
        display: block;
        color: #06335a;
        text-align: left;
        text-transform: uppercase;
        position: relative;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

 .hp-quick-search .bootstrap-select.btn-group {
        /*select width, display and position are set here and set to !important
        no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/

      width:100%;
    }

    .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
        /*form appearance should be set here
        no height attribute. set the height by setting the padding*/
        height: 36px;
        padding-left: 5px;
        color: #06335a;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        border: 1px solid #06335a;
        outline: 0;
        appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
    }

    .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
       font-size: 11px!important;
       font-weight: 500;
}

.qs-sec #cityzip{overflow:hidden; height: 36px; width: 100%;}

/*IHF*/

#ihf-main-container ul {
    padding-left: 0;
    margin-left: 0;
}
#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

/*CHARITY DONATIONS*/
.page-id-206 a {
    word-break: break-all;
}

/*NEW CONTACT FORMS*/
.page-id-496 div.wpcf7,
.page-id-494 div.wpcf7,
.page-id-53 div.wpcf7 {
    max-width: 355px;
}
.page-id-496 div.wpcf7-response-output,
.page-id-494 div.wpcf7-response-output,
.page-id-53 div.wpcf7-response-output {
    text-align: center;
    margin: 0;
}

.page-id-496 .ai-default-cf7wrap textarea {
    margin-bottom: 0px;
}
.page-id-496 .wpcf7-form-control-wrap.pre-date-time > input {
    margin-top: 0;
}

.aidefcf-wrapper.new-cf .wpcf7-form-control.wpcf7-radio span,
.new-cf-checkbox span {
    font-size: 15px;
    font-weight: 400;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
