/*
Theme Name: RCF Properties
Theme URI: http://aios3-staging.agentimage.com/r/rcfproperties.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.1
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 {
	position:relative;
    display: inline-block;
    padding: 0 12px;
    border-left: 1px solid #6c7278;
    line-height: 1;
}

#sec-nav li {
	position:relative;
    display: inline-block;
    padding: 0 12px;
    line-height: 1;
}

#nav li a, #sec-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#nav li a:hover, #sec-nav li a:hover {
    color: #0f2a90;
}

    #nav #menu-item-33 a {
        padding-right: 0;
    }

  
#nav .sub-menu, #sec-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
    padding-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#nav .sub-menu a, #sec-nav .sub-menu a {
    background: #0f2a90;
    color: #FFFFFF;
    font-size: 12px;
    display: block;
    padding: 10px;
    text-align: center;
}
#nav .sub-menu a:hover, #sec-nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #0f2a90;
    color: #FFF;
    text-decoration: none;
}
#nav .sub-menu .sub-menu, #sec-nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}


#nav li:hover > .sub-menu, #sec-nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li, #sec-nav .sub-menu li {
    position: relative;
    width: 100%;
    margin-bottom: 1px;
}

.mobile-logo {
    display: none;
}

a:hover {
    text-decoration: none;
}


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

/* Global */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    outline: 0;
}

select::-ms-expand{
    display: none;
}


.header {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 1030;
    background: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0px 2px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 11px -3px rgba(0,0,0,0.75);
}

.header.fixed-header {
    position: fixed;
    background: #ffffff;
}

    .label-hide {
        display: none;
    }

    .top-header-wrapper {
        text-align: right;
        margin-top: 22px;
    }

    .header-contact {
        width: 84%;
    }

    .header-smi {
        width: 20%;
        float: right;
        margin-top: -25px;
    }

    .header-contact li {
        display: inline-block;
        padding: 0 12.5px;
        font-size: 15px;
        font-weight: 500;
        border-left: 1px solid #999b9e;
        line-height: .7;
    }

        .header-contact li > span {
            font-size: 18px;
            font-weight: 600;
            color: #0f2a90;
        }

        .header-contact li:nth-of-type(1),
        #nav li:nth-of-type(1) {
            border: none;
        }

            .header-contact .header-smi {
                display: inline-block;
            }

                .header-smi li {
                    margin-right: 2px;
                    padding: 0px;
                    text-align: center;
                    border-radius: 50%;
                    /*padding-top: 7px;*/
                    display: inline-block;
                }

                .header-smi li a{
                    color:#fff;
                    margin-right: 2px;
                    padding: 0px;
                    background-color: #0f2a90;
                    width: 26px;
                    height: 26px;
                    text-align: center;
                    border-radius: 50%;
                    padding-top: 6px;
                    display:block;
                }

                .header-smi li a:hover {
                    color: #fff;
                    background-color: #5cc4df;
                }


                .header-smi li span {
                    font-size: 13px;
                    color: #fff;
                }

        .navigation {
            text-align: right;
            margin: 12px -12px 0;
        }


body{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	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; */
}

/* CTA */
.cta-wrapper {
    font-family: 'Open Sans', sans-serif !important;
    text-align: center;
}

.cta {
    margin-bottom: 75px;
}


    .cta-list {
        width: 19.777%;
        padding: 0 15px;
        display: inline-block;
    }

        .cta-list:hover .cta-img .cta-overlay {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transition: all .5s;
        }

        .cta-list:hover .cta-hover-img {
            opacity: 1 ;
        }

        .cta-list:hover span {
            color: #0f2a90;
        }

        .cta-list span {
            display: block;
            margin-top: 20px;
            font-size: 16px;
        }

    .cta-list a {
        color: #fff;
    }

    .cta-wrapper a {
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        text-align: center;
    }

    .cta-img {
        position: relative;
        /*background: #000;*/
        width: 200px;
        height: 100%;
        min-height: 200px;
        border-radius: 50%;
        border: 2px solid #ccc;
        transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
    }

        .cta-img .cta-overlay {
            background-size: cover !important;
            background-position: center !important;
            position: absolute;
            border-radius: 50%;
            background: rgba(5, 161, 201, 0.69);
            width: 100%;
            height: 100%;
            z-index: 99;
            border: 1px solid #fff;
        }

        .cta-hover-img {
            opacity: 0;
            position: absolute;
            right: 0;
            left: 0;
            top: 25%;
        }

        .cta-img .cta-overlay span {
            z-index: 1;
        }

        .cta-img .cta-overlay::before {
          content: "";
          display: none;
          height: 100%;
          width: 100%;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(5, 161, 201, 0.69);
          z-index: -1;
        }

        .cta-list:hover .cta-img .cta-overlay:before,
        .cta-list:focus .cta-img .cta-overlay:before {
          display: block;
        }


/* Welcome */
.wc-img {
    padding: 20px 0;
}

.wc-img img {
    border-right: 1px solid #ccc;
    padding-right: 30px;
}

.wc-text {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .wc-text h1 {
        font-size: 26px;
        font-family: 'Open Sans', sans-serif !important;
        margin-bottom: 5px;
    }

        .wc-text p {
            font-size: 15px;
            font-weight: 300;
            line-height: 1.9;
            font-family: 'Open Sans', sans-serif !important;
        }

        .wc-contact {
            margin: 22px -12.5px 0;
        }

        .wc-contact li {
            display: inline-block;
            padding: 0 12.5px;
            font-size: 15px;
            font-weight: 500;
            border-right: 1px solid #ccc;
            line-height: .7;
        }

        .wc-contact li:nth-last-of-type(1) {
            border: none;
        }

            .wc-contact li > span {
                font-size: 18px;
                font-weight: 600;
                color: #0f2a90;
            }

/* Video */
.video {
    position: relative;
    margin-top: 45px;
    background: url(./images/video-placeholder.png);
    width: 100%;
    height: 505px;
    text-align: center;
}

    .video-holder {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
    }
    .video-holder img {
        margin-bottom: 25px;
    }

    .video-holder span {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 11px;
    }
/* Quicksearch */
.quicksearch {
    margin-top: 5px;
}

.qs-wrapper {
    font-size: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 45px;
    padding-bottom: 43px;
}

    .qs-wrapper h2 {
        margin-bottom: 11px;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .qs-field input,
    .qs-field select {
        width: 100%;
        height: 29px;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        border: 1px solid #000;
        padding: 0 12px;
    }

    .qs-field select{
        background: #fff url(images/select-arrow.png) no-repeat center right 7px;
    }

    .qs-searchbtn input{
        background: #05a1c9;
        color: #fff;
        border: #05a1c9;
        width: 100%;
        height: 29px;
        line-height: 29px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 13px;
    }

    .qs-searchbtn input:hover {
        background: #0f2a90;
        border: #0f2a90;
    }

    .qs-advsearchbtn a {
        display: block;
        text-align: center;
        color: #000;
        text-transform: uppercase;
        width: 100%;
        height: 29px;
        line-height: 29px;
        font-weight: 600;
        font-size: 13px;
    }

    .qs-advsearchbtn a:hover {
        color: #0f2a90;
    }

        .qs-advsearchbtn i {
            display: inline-block;
            margin-right: 13px;
        }

        .qs-field,
        .qs-btn{
            margin-bottom: 12px;
        }

    .qs-col {
        display: inline-block;
        vertical-align: top;
        width: 23.86%;
    }

    .qs-col.qs-col-1,
    .qs-col.qs-col-2  {
        margin-right: 0.96%;
    }

    .qs-col.qs-divider {
        width: 2.63%;
        position: relative;
    }

        .qs-col.qs-divider::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: 1px;
            height: 71px;
            background: rgba(0,0,0,0.08);
            top: 0;
        }



/* Footer */
footer {
    padding-top: 50px;
    padding-bottom: 55px;
}

.footer-contact-list {
    text-align: center;
}

    .footer-contact-list span {
        font-size: 20px;
        height: 27px;
        color: #0f2a90;
    }

    .footer-contact-list .ai-font-location-c {
        font-size: 30px;
    }

    .footer-contact-list p {
        font-family: 'Open Sans', sans-serif !important;
        margin-top: 20px;
        font-size: 15px;
    }


footer .menu-main-menu-container {
    border-top: 1px solid #ccc;
    margin-top: 50px;
}

    .bottom-footer {
        border-top: 1px solid #ccc;
        margin-top: 50px;
        padding-top: 30px;
    }

    .footernav {
        font-family: 'Open Sans', sans-serif;
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .footernav li {
            display: inline-block;
        }

        .footernav li a {
            padding-right: 10px;
            text-transform: uppercase;
            font-size: 12px;
            color: #000;
        }

        .footernav li a:hover {
            color: #0f2a90;
        }

    .copyright {
        font-family: 'Open Sans', sans-serif;
        color: #0f2a90;
    }

        .copyright a {
            color: #0f2a90;
        }

        .copyright a:hover {
            color: #000;
        }

            .copy-agent {
                font-weight: bold;
            }

    .footer-logos li {
        display: inline-block;
        padding-left: 7px;
    }

    .bottom-footer .col-md-7,
    .bottom-footer .col-md-5 {
        padding: 0;
    }

    .bottom-footer .col-md-5 {
        text-align: right;
    }

        

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 150px;}

/** 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 post/page main headings (h1) */
#content .entry-title { 

}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 

}

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

}

#content .entry p {
    font-size: 15px;
}


.sidebar .qs-wrapper {
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

.sidebar .qs-col {
    width: 100% !important;
    margin-right: 0;
}

    .qs-half .qs-field {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .qs-half .qs-field:nth-child(odd){
        padding-right: 2px;
    }

    .qs-half .qs-field:nth-child(even){
        padding-left: 2px;
        float: right;

    }

    .sidebar .qs-field, .qs-btn {
        margin-bottom: 3px;
    }

    .sidebar .cta-list {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .sidebar .cta-img {
        width: 100% !important;
        /* border-radius: 0; */
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		border-radius: 9em;
		max-width: 200px;
		margin: 0pc auto;
    }

    .sidebar .cta-list:hover .cta-img .cta-overlay {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transition: all .5s;
        }

        .sidebar .cta-list:hover .cta-hover-img {
            opacity: 1 ;
        }

        .sidebar .cta-list:hover span {
            color: #0f2a90;
        }


.hp-quick-search .bootstrap-select.btn-group {
        border: 1px solid #000;  
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
        height: 27px;

}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000;
    font-size: 13px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.video-box {
    width: 49.7%;
    height: 300px;
    display: inline-block;
    position: relative;
}

.video-box .vid-thumb {
    width: 100%;
}

.video-box .button {
	position: absolute;
	top: 50%;
	margin-top: -71px;
	max-width: 75px;
	left: 50%;
	margin-left: -37.5px;
}

ul.header-contact li .asis-mailto-obfuscated-email,
.wc-contact .asis-mailto-obfuscated-email {
    color: #0f2a90;
}

ul.header-contact li .asis-mailto-obfuscated-email:hover, 
.wc-contact .asis-mailto-obfuscated-email:hover {
    color: #000;
}

.footer-contact-list .asis-mailto-obfuscated-email {
    color: #000;
}

.footer-contact-list .asis-mailto-obfuscated-email:hover {
    color: #0f2a90;
}

.ai-contact-wrap span.context-email a:hover {
    color: #0f2a90;
}

.logo {
    margin-top: 5px;
}

ul.nav.nav-tabs {
    margin: 0 !important;
}
ul.chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}

#areaPickerCustomListToggle,
#areaPickerClearAll,
#areaPickerExpandAllCloseButton {
    width: 60px;
}


.aiosp-container {
    position: fixed !important;
}

#main-wrapper > footer > div > div:nth-child(2) > div > div.col-md-5 > ul > li:nth-child(1) {
    padding-left: 0;
}

.error404 #sidebar {
    margin-top: 150px;
}

.header-smi > li:last-child {
    margin-right: 0 !important;
}

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

nav.navigation.sec-nav {
        margin-top: 6px;
}

#sec-nav > li {
    display: inline-block;
        border-left: 1px solid #0f2a90;
    padding: 0 8px;
    line-height: 1;
}

#sec-nav > li:first-child {
    display: none;
}

#sec-nav > li:nth-child(2) {
    border-left: none;
}

#sec-nav > li a {
    text-transform: uppercase;
    color: #0f2a90;
    text-decoration: none;
        font-size: 14px;
    font-weight: 500;
}

a.request-for-proposal {
    position: absolute;
    text-transform: capitalize;
    background: #0f2a90;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    display: block;
    width: 100%;
    max-width: 132px;
    font-size: 10px;
    letter-spacing: 0px;
    top: 66px;
    left: 189px;
}


.single-aios_agent .agent-holder .attachment-agent-image{
    padding-right: 20px;
}

.single-aios_agent .agent-holder .agent-contacts{
    float: none;
    padding-left: 0;
    width: 100%;
}