/*
Theme Name: Morrison Custom Homes
Theme URI: http://morrisoncustomhomescom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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, #fh-nav{
    font-size: 0;
}

#nav li, #fh-nav li  {
	position:relative;
}
  
#nav .sub-menu, #fh-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: block;
    padding: 0;
    position: absolute;
 	width:100%;
    min-width: 189px;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
#nav .sub-menu a, #fh-nav .sub-menu a {
    color: #333333;
    display: block;
    padding: 10px;
    font-size: 12px;
    color: #333333;
    background-color: rgba(255, 255, 255, .95);
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#nav .sub-menu a:hover, #fh-nav .sub-menu a:hover {
    background: #141348;
    color: #fff;
    text-decoration: none;
}

#nav .sub-menu .sub-menu, #fh-nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}

#nav li:hover > .sub-menu, #fh-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

#nav .sub-menu > li, #fh-nav .sub-menu > li {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 1px;
}


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

/* Global */

body{
	font-family: 'Roboto', 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; */
}

a:hover,
a:focus,
a:active{
    text-decoration: none;
    outline: none;
}

/* fixed header  */
.fixed-header{
    background-color: #141348;
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.fixed-header.scrolled{
    top: 0;
}

    .fixed-header .f-h-logo img{
        width: 100%;
        max-width: 68px;
    }

    .fixed-header .f-h-navigation{
        text-align: right;
        margin-top: 18px;
    }

        .fixed-header .f-h-navigation ul > li{
            display: inline-block;
            border-left: 1px solid rgba(255, 255, 255, .5)
        }

        .fixed-header .f-h-navigation ul > li:first-child{
            border-left: none;
        }

            .fixed-header .f-h-navigation ul > li:last-child a{
                padding-right: 0
            }

        .fixed-header .f-h-navigation ul > li > a{
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            display: block;
            padding: 6px 19px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .fixed-header .f-h-navigation ul > li:hover a{
            color: #4a4949;
        }

        .fixed-header .f-h-navigation #fh-nav .sub-menu{
            padding-top: 31px;
        }
/* end fixed header */


/* main header */
.main-header{
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 23px;
}

        .main-header ul#nav {
            border-top: 1px solid #bbbbbb;
/*            max-width: 531px;*/
            display: inline-block;
        }

    .main-header .header-logo{

    }

        .main-header .header-logo img{
            width: 100%;
            max-width: 288px;
        }

    .main-header .header-contact-info{
        text-align: right;
        font-size: 0;
        padding-top: 5px;
    }

        .main-header .header-contact-info .h-info-item{
            display: inline-block;
            vertical-align: middle;
            position: relative;
        }

        .main-header .header-contact-info .h-info-item::before{
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 3px;
            height: 15px;
            width: 1px;
            background-color:#bfbfbf;
        }

        .main-header .header-contact-info .h-info-item:first-child::before{
            content: none;
        }

        .main-header .header-contact-info .h-info-item:last-child::before{
            content: none;
        }

            .main-header .header-contact-info .h-info-item span{
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
            }

            .main-header .header-contact-info .h-info-item .h-i-icon{
                color: #141348;
            }



            .main-header .header-contact-info .h-info-item .h-i-icon.fax-icon{
                background-image: url(./images/header-fax-icon.png);
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
                height: 16px;
                width: 16px;

            }

            .main-header .header-contact-info .h-info-item .h-i-text{
                color: #231f20;
                font-weight: 300;
                font-size: 15px;
            }

            .main-header .header-contact-info .h-info-item.h-info-mail span{
                font-size: 11px;
            }

            .main-header .header-contact-info .h-info-item.h-info-phone{
                font-size: 13px;
                padding-left: 15px;
                padding-right: 0;
            }

            .main-header .header-contact-info .h-info-item.h-info-mail{
                padding-right: 13px;
            }

            .main-header .header-contact-info .h-info-item.h-info-mail .h-i-icon,
            .main-header .header-contact-info .h-info-item.h-info-social{
                -webkit-transition: opacity .3s ease-in-out;
                -moz-transition: opacity .3s ease-in-out;
                -ms-transition: opacity .3s ease-in-out;
                transition: opacity .3s ease-in-out;
            }

            .main-header .header-contact-info .h-info-item.h-info-mail .h-i-icon:hover,
            .main-header .header-contact-info .h-info-item.h-info-social:hover{
                opacity: .5;
            }

            .main-header .header-contact-info .h-info-item.h-info-fax{
                padding-left: 14px;
                padding-right: 8px;
            }

            .main-header .header-contact-info .h-info-item.h-info-social{
                height: 26px;
                width: 26px;
                border-radius: 50%;
                border: 1px solid #141348;
                background-color: #141348;
                text-align: center;
                margin-left: 9px;
                display: none;
            }

            .main-header .header-contact-info .h-info-item.h-info-social::before{
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }

            .main-header .header-contact-info .h-info-item.h-info-social span{
                font-size: 17px;
                display: inline-block;
                vertical-align: middle;
                color: #fff;
                font-weight: 300;
                position: relative;
                top: 4.1px;
                left: 2.9px;
            }

    .main-header .header-navigation{
        text-align: right;
        position: relative;
        margin-top: 27px;
    }

    /* .main-header .header-navigation::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        max-width: 374px;
        height: 1px;
        background-color: #bbbbbb;
    } */

        .main-header .header-navigation #nav > li{
            margin: 0px 10px;
        }

        .msedge-true .main-header .header-navigation #nav > li{
            margin: 0px 8px;
        }

        .main-header .header-navigation #nav > li:hover > .sub-menu{
            opacity: 1;
            visibility: visible;
        }

        .main-header .header-navigation #nav > li:first-child{
            margin-left: 0;
        }

        .main-header .header-navigation #nav > li:last-child{
            margin-right: 0;
        }

            .main-header .header-navigation #nav > li:last-child a{
                padding-right: 0;
            }

            .main-header .header-navigation #nav > li > a{
                font-size: 13px;
                font-weight: bold;
                color: #333333;
                text-transform: uppercase;
                letter-spacing: .1px;
                display: block;
                padding: 0 8px;
                padding-top: 21px;
                padding-bottom: 19px;
                position: relative;
                transition: color .3s ease-in-out;
                -webkit-transition: color .3s ease-in-out;
                -moz-transition: color .3s ease-in-out;
                -ms-transition: color .3s ease-in-out;
            }

            .main-header .header-navigation #nav > li > a:hover::before{
                width: 100%;
            }

            .main-header .header-navigation #nav > li > a:hover{
                color: #141348;
            }

            .main-header .header-navigation #nav > li > a::before{
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                display: block;
                height: 2px;
                width: 0;
                background-color: #141348;
                transition: width .3s ease-in-out;
                -webkit-transition: width .3s ease-in-out;
                -moz-transition: width .3s ease-in-out;
                -ms-transition: width .3s ease-in-out;
            }

    .main-header .header-navigation ul li{
        display: inline-block;
    }
/* end main header */

/* slideshow */
.hp-ss{
    position: relative;
    width: 100%;
    padding-top: 81px;
}

    .hp-ss .ss-cta{
        position: absolute;
        left: 0;
        bottom: -87px;
        width: 100%;
        z-index: 100;
    }

        .hp-ss .ss-cta .ss-cta-content{
            background-color: #141348;
            width: 100%;
            display: block;
            margin: 0 auto;
            max-width: 200px;
            max-width: 649px;
            padding-bottom: 29px;
            padding-top: 36px;
        }

        .hp-ss .ss-cta .ss-cta-text{
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            text-align: center;
            margin-bottom: 21px;
        }

        .hp-ss .ss-cta-btn{
            text-align: center;
        }

            .hp-ss .ss-cta-btn a{
                display: inline-block;
                background-color: #fff;
                width: 246px;
                height: 62px;
                box-shadow: 0 4px 10px rgba(0,0,0, .50);
                -webkit-transition: background-color .3s ease-in-out;
                -moz-transition: background-color .3s ease-in-out;
                -ms-transition: background-color .3s ease-in-out;
                transition: background-color .3s ease-in-out;
            }

            .hp-ss .ss-cta-btn a.cta-video-mobile{
                display: none;
            }

            .hp-ss .ss-cta-btn a:hover{
                background-color: #4a4949;
            }

            .hp-ss .ss-cta-btn a::before{
                content: '';
                display: block;
                width: 0;
                height: 100%;
                display: inline-block;
                vertical-align: middle;
            }

                .hp-ss .ss-cta-btn a span{
                    display: inline-block;
                    vertical-align: middle;
                }

                .hp-ss .ss-cta-btn a .ss-cta-btn-text{
                    text-transform: uppercase;
                    color: #141348;
                    letter-spacing: 6.5px;
                    font-weight: bold;
                }

                .hp-ss .ss-cta-btn a .ss-cta-btn-icon{
                    height: 18px;
                    width: 18px;
                    border-radius: 50%;
                    border: 1px solid #141348;
                    text-align: center;
                }

                .hp-ss .ss-cta-btn a .ss-cta-btn-icon::before{
                    content: '';
                    display: block;
                    width: 0;
                    height: 100%;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .hp-ss .ss-cta-btn a .ss-cta-btn-icon i{
                        display: inline-block;
                        vertical-align: middle;
                        color: #141348;
                        font-size: 8px;
                    }

                    .cycloneslider-template-standard{
                        margin-bottom: 0 !important;
                    }
/* end slideshow */

/* hp cta */
.hp-cta{
    position: relative;
}

    .hp-cta .cta-top{
        position: relative;
        background: url(./images/cta-bg-img.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 139px;
    }

    .hp-cta .cta-top .cta-t-item.fir{
        padding-left: 4.6%;
    }

    .hp-cta .cta-top .cta-t-item.sec{
        padding-left: 11%;
    }

    .hp-cta .cta-top-wrap{
        padding-top: 147px;
    }

    .hp-cta .cta-top .cta-t-item-wrap{
        position: relative;
        max-width: 492px;
    }

    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-text{
        background-color: #141348;
        border:1px solid #141348;
    }

    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-text h3,
    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-text h3 span
    {
        color: #fff;
    }

    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-text-con{
        left: -9px;
    }

    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-img-con canvas{
        opacity: 0;
    }

    .hp-cta .cta-top .cta-t-item-wrap:hover .logo-overlay{
        opacity: 1;
    } 

    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-text{
        z-index: 1;
    }

    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-img-wrap{
        z-index: 2;
    }

    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-img .cta-t-img-con{
        background-color: #fff;
    }

    .hp-cta .cta-top .cta-t-item-wrap:hover .cta-t-logo-overlay{
        opacity: 1;
    }

    .hp-cta .cta-top .cta-t-text-con{
        position: relative;
        left: 0;
        -webkit-transition: left .5s ease-in-out;
        -moz-transition: left .5s ease-in-out;
        -ms-transition: left .5s ease-in-out;
        transition: left .5s ease-in-out;
    }

    .cta-t-text-con{
        -webkit-transition: left .5s ease-in-out;
        -moz-transition: left .5s ease-in-out;
        -ms-transition: left .5s ease-in-out;
        transition: left .5s ease-in-out;  
    }

    .hp-cta .cta-top .col-md-6:last-child .cta-t-text h3 span{
        padding-left: 10px;
    }

    .hp-cta .cta-top .cta-t-text{
        position: relative;
        display: block;
        min-height: 354px;
        border:2px solid rgba(255, 255, 255, .50);
        padding-top: 18px;
        padding-left: 36px;
        z-index: 2;
        transition: all .3s ease-in-out;
    }

    .hp-cta .cta-top .cta-t-text h3{
        font-family: 'Cormorant', serif;
        font-size: 30px;
        font-weight: 700;
        color: #141348;
        display: block;
        letter-spacing: 1px;
        line-height: 24px;
        -webkit-transition: color .3s ease-in-out;
        -moz-transition: color .3s ease-in-out;
        -ms-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

        .hp-cta .cta-top .cta-t-text h3 span{
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            color: #333333;
            font-weight: 300;
            text-transform: uppercase;
            display: block;
            letter-spacing: 3.5px;
            -webkit-transition: color .3s ease-in-out;
            -moz-transition: color .3s ease-in-out;
            -ms-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
        }

        .hp-cta .cta-top .cta-t-img-wrap{
            position: absolute;
            top: 71px;
            left: -25px;
            z-index: 1;
        }

            .hp-cta .cta-top .cta-t-img{
                position: relative;
                text-align: center;
            }

            .hp-cta .cta-top .cta-t-img::before{
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }

                .hp-cta .cta-top .cta-t-img .cta-t-img-con{
                    position: relative;
                    -webkit-transition: background-color .3s ease-in-out;
                    -moz-transition: background-color .3s ease-in-out;
                    -ms-transition: background-color .3s ease-in-out;
                    transition: background-color .3s ease-in-out;
                }

                .hp-cta .cta-top .cta-t-img .cta-t-img-con::after{
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    background-image:url(./images/cta-grad-overlay.png);
                    z-index: 3;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    opacity: .50;
                }

                    .hp-cta .cta-top .cta-t-img .cta-t-img-con canvas{
                        display: block;
                        height: 100%;
                        width: 100%;
                        background-size: cover;
                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -ms-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out;
                    }

                    .hp-cta .cta-top .cta-t-img .cta-t-logo-overlay{
                        position: absolute;
                        display: inline-block;
                        /* top: calc(50% - 97.5px);
                        left: calc(50% - 76px); */
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        z-index: 5;
                        opacity: 0;
                        -webkit-transition: opacity .3s ease-in-out;
                        -moz-transition: opacity .3s ease-in-out;
                        -ms-transition: opacity .3s ease-in-out;
                        transition: opacity .3s ease-in-out;
                    }

                    .hp-cta .cta-top .cta-t-img .cta-t-logo-overlay img{
                        width: 100%;
                        max-width: 198px;
                    }

                    .hp-cta .cta-top .cta-t-img .cta-t-logo-overlay .read-more-link {
                        bottom: -25px;
                        position: relative;
                    }

                    .hp-cta .cta-top .cta-t-img .cta-t-logo-overlay .read-more-link span {
                        font-size: 16px;
                        color: #141348;
                        text-transform: uppercase;
                        font-family: 'Roboto', sans-serif;
                    }

    .hp-cta .cta-bottom {
        padding-top: 85px;
    }   

    .hp-cta .cta-bottom-title{
        font-weight: 300;
        font-size: 15px;
        text-transform: uppercase;
        color: #333333;
        text-align: center;
        margin-bottom: 33px;
    }

        .hp-cta .cta-bottom-title h2{
            letter-spacing: 4px;
        }

    .hp-cta .cta-bottom-title span{
        display: block;
        font-family: 'Cormorant', serif;
        font-weight: 700;
        font-size: 45px;
        color: #141348;
        position: relative;
     
        line-height: 40px;
        padding-bottom: 35px;
        letter-spacing: 1px;
    }

    .hp-cta .cta-bottom-title span::after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 1px;
        background-color: #141348;
        width: 83px;
    }

    .hp-cta .cta-bottom .cta-b-item-wrap{
        position: relative;
        overflow: hidden;
        -webkit-transition: opacity .3 ease-in-out;
        -moz-transition: opacity .3 ease-in-out;
        -ms-transition: opacity .3 ease-in-out;
        transition: opacity .3 ease-in-out;
    }

    .hp-cta .cta-bottom .cta-b-img{
        position: relative;
    }

        .hp-cta .cta-bottom .cta-b-img::before{ 
            content: '';
            display: block;
            position: absolute;
            z-index: 3;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+19,0.66+97,0.75+100 */
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 19%, rgba(0,0,0,0.66) 97%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.66) 97%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.66) 97%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
        }  

        .hp-cta .cta-bottom canvas{
            display: block;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            -webkit-transition: filter .3s ease-in-out;
            -moz-transition: filter .3s ease-in-out;
            -ms-transition: filter .3s ease-in-out;
            transition: filter .3s ease-in-out;
        }

        .hp-cta .cta-bottom .cta-b-text-wrap{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 0 25px;
            z-index: 5;
        }

        .hp-cta .cta-bottom .cta-b-item:hover .cta-b-text-overlay{
            top:0;
        }

        .hp-cta .cta-bottom .cta-b-item:hover .cta-b-text p::before{
            opacity: 0;
        }

        .hp-cta .cta-bottom .cta-b-item:hover canvas{
            -webkit-filter: blur(4px);
            -moz-filter: blur(4px);
            -ms-filter: blur(4px);
            filter: blur(4px);
        }

        .hp-cta .cta-bottom .cta-b-item:hover .cta-b-text-con{
            opacity: 0;
        }

            .hp-cta .cta-bottom .cta-b-text-con{
                position: relative;
                width: 100%;
                height: 100%;
                -webkit-transition: opacity .3s ease-in-out;
                -moz-transition: opacity .3s ease-in-out;
                -ms-transition: opacity .3s ease-in-out;
                transition: opacity .3s ease-in-out;
            }

                .hp-cta .cta-bottom .cta-b-text-con .cta-b-text{
                    position: absolute;
                    bottom: 0;  
                    left: 0;
                    width: 100%;
                }

                    .hp-cta .cta-bottom .cta-b-text-con .cta-b-text p {
                        font-size: 22px;
                        color: #fff;
                        font-weight: 500;
                        text-transform: uppercase;
                        text-align: right; 
                        position: relative;
                        letter-spacing: 5.5px;
                        padding-top: 19px;
                        padding-bottom: 16px;
                    }

                    .hp-cta .cta-bottom .cta-b-text-con .cta-b-text p::before{
                        content: '';
                        display: block;
                        position: absolute;
                        top: 0;
                        right: 0;
                        left: 0;
                        margin: 0 auto;
                        width: 98%;
                        height: 2px;
                        -webkit-transition: opacity .3s ease-in-out;
                        -moz-transition: opacity .3s ease-in-out;
                        -ms-transition: opacity .3s ease-in-out;
                        transition: opacity .3s ease-in-out;
                        background-color: rgba(255, 255, 255, .30);
                    }

                    .hp-cta .cta-bottom .cta-b-text-overlay{
                        position: absolute;
                        top: 100%;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 7;
                        background-color: rgba(20, 19, 72, .85);
                        padding: 0 30px;
                        transition: all .3s ease-in-out;
                    }

                        .hp-cta .cta-bottom .cta-b-text-overlay h3{
                            font-size: 22px;
                            color: #fff;
                            text-transform: uppercase;
                            font-weight: 500;
                            position: relative;
                            text-align: left;
                            line-height: 28px;
                            padding-top:41px;
                            padding-bottom: 20px;
                            padding-left: 12px;
                            letter-spacing: 5.4px;
                        }

                        .hp-cta .cta-bottom .cta-b-text-overlay h3::after{
                            content: '';
                            display: block;
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            left: 0;
                            margin: 0 auto;
                            width: 100%;
                            height: 2px;
                            background-color: rgba(255, 255, 255, .30);
                        }

                        .hp-cta .cta-bottom .cta-b-text-overlay p{
                            font-size: 15px;
                            color: #bebebe;
                            font-weight: 300;
                            padding-left: 11px;
                            padding-right: 14px;
                            margin-top: 17px;
                            margin-bottom: 21px;
                        }

                        .hp-cta .cta-bottom .cta-b-text-overlay span{
                            font-weight: 700;
                            font-size: 13px;
                            color: #fff;
                            padding-left: 12px;
                            -webkit-transition: color .3s ease-in-out;
                            -moz-transition: color .3s ease-in-out;
                            -ms-transition: color .3s ease-in-out;
                            transition: color .3s ease-in-out;
                            float: right;
                                position: absolute;
    right: 0;
    bottom: 22px;
}
                        

                        .hp-cta .cta-bottom .cta-b-text-overlay span:hover{
                            color:#737373;
                        }

.hp-cta .cta-bottom .cta-b-text-overlay .cta-b-text-overlay-wrap{
    
    display: block;
    height: 100%;
    width: 100%;
    position: relative;


}


/* end hp cta */


/* hp testimonials */
.hp-testi{
    position: relative;
    margin-top: 108px;
    background-color: #e0e0e0;
    padding-top: 65px;
    padding-bottom: 78px;
}

    .hp-testi .testi-title{
        margin-bottom: 29px;
    }

        .hp-testi .testi-title h2{
            font-family: 'Cormorant', serif;
            text-align: center;
            font-size: 45px;
            font-weight: 700;
            color: #141348;
            text-transform: uppercase;
            position: relative;
            letter-spacing: .9px;
            padding-bottom: 21px;
        }

        .hp-testi .testi-title h2::after{
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            height: 1px;
            background-color: #141348;
            width: 83px;
        }

        .hp-testi .testi-item .testi-item-text{
            text-align: center;
        }

            .hp-testi .testi-item .testi-item-text p{
                font-size: 25px;
                font-weight: 300;
                color: #333333;
                line-height:40px;
            }

    .hp-testi .testi-item .testi-item-name{
        text-align: center;
        margin-top: 38px;
    }

        .hp-testi .testi-item .testi-item-name span{
            font-size: 30px;
            color: #141348;
            font-weight: 300;
            position: relative;
            display: inline-block;
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -ms-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .hp-testi .testi-item .testi-item-name span:hover{
            opacity: .5;
        }

        .hp-testi .testi-item .testi-item-name span::before{
            content: '';
            display: block;
            position: absolute;
            left: -26px;
            top: calc(50% - 1px);
            width: 8px;
            height: 1.3px;
            background-color: #141348;            
        }

        .hp-testi .testi-item .testi-item-name span::after{
            content: '';
            display: block;
            position: absolute;
            right: -26px;
            top: calc(50% - 1px);
            width: 8px;
            height: 1.3px;
            background-color: #141348;
        }
/* end hp testimonials */

/* footer */
.footer{
    position: relative;
}

    .footer .ftr-contact-form{
        font-size: 0;
    }

    .footer .ftr-contact-form::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }

    .footer .ftr-contact-form .ftr-contact-form-wrap,
    .footer .ftr-contact-form .ftr-img{
        display: inline-block;
        vertical-align: top;
    }

    .footer .ftr-contact-form .ftr-contact-form-wrap{
        width: 44%;
    }

    .footer .ftr-contact-form .ftr-img{
        width: 56%;
        padding-left: 58px;
        padding-top: 53px;
    }

    .footer .ftr-img-content {
        display: inline-block;
        border: 20px solid #fff;
        box-shadow: 1px 1px 25px rgba(0,0,0,.60);
        transform: rotate(-2deg);
    }

        .footer .ftr-img-content img{
            width: 100%;
            max-width: 603px;
        }

    .footer .ftr-cf-title{
        text-align: center;
        margin-top: 72px;
    }

    .footer .ftr-cf-title h2{
        font-size: 15px;
        color: #141348;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

        .footer .ftr-cf-title h2 span{
            font-family: 'Cormorant', serif;
            display: block;
            font-size: 45px;
            font-weight: 700;
            letter-spacing:1px;
            line-height: 48px;
        }

        .footer .ftr-cf-form-text{
            text-align: center;
            margin-top: 50px;
            margin-bottom: 40px;
        }

        .footer .ftr-cf-form-text p{
            font-size: 18px;
            color: #333333;
            text-transform: uppercase;
            letter-spacing: 4.5px;
        }

        .footer .ftr-cf-con{
            padding-left: 158px;
        }
        
        .footer .ftr-cf-form label{
            display: none;
        }

        .footer .ftr-cf-form .cf-field{
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 30px;

        }

        .footer .ftr-cf-form .cf-field.s{
            width: 47.61%;
        }

        .footer .ftr-cf-form .cf-field.l{
            width: 100%;
        }

        .footer .ftr-cf-form .cf-field.f-l{
            float: left;
        }

        .footer .ftr-cf-form .cf-field.f-r{
            float: right;
        }

        .footer .ftr-cf-form .cf-field input,
        .footer .ftr-cf-form .cf-field textarea{
            border:none;
            outline: none;
            background: none;
            font-size: 13px;
            width: 100%;
            font-weight: 300;
            color: #333333;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(51, 51, 51, .30);
            padding-left: 4px;
             padding-right: 4px;
        }

        .footer .ftr-cf-form .cf-text-area{
            position: relative;
        }

        .footer .ftr-cf-form .cf-field textarea{
            height: 65px;
            resize: none;
        }

        .footer .ftr-cf-form .cf-field .cf-sub-btn{
            width: 32px;
            height: 35px;
            display: inline-block;
            position: absolute;
            bottom: 16px;
            right: 16px;
        }

        .footer .ftr-cf-form .cf-field .cf-sub-btn input{
            color: transparent;
            height: 100%;
            width: 100%;
            background-image: url(./images/ftr-submit-icon.png);
            background-size: contain;
            border: none;
            background-repeat: no-repeat;
            transition: opacity .3s ease-in-out;
        }

        .footer .ftr-cf-form .cf-field .cf-sub-btn input:hover{
            opacity: .5;
        }

        .ftr-cf-form .wpcf7-form-control-wrap {
            display: block;
        }

        .footer .use-floating-validation-tip span.wpcf7-not-valid-tip{
            font-size: 14px;
            top: -17%;
        }

        .footer div.wpcf7-response-output{
            font-size: 14px;
            text-align: center;
            margin: 0;
        }
    
    .footer .footer-bottom {
        padding-top: 163px;
    }
    
    .footer .footer-bottom .ftr-c-info .ftr-logo a{
        display: block;
        margin: 0 auto;
        max-width: 172px;
    }

        .footer .footer-bottom .ftr-c-info .ftr-logo a img{
            width: 100%;
        }

        .footer .footer-bottom .ftr-c-info .ftr-c-info-wrap{
            text-align: center;
            margin-top: 32px;
        }

        .footer .footer-bottom .ftr-c-info .ftr-c-info-items{
            display: inline-block;
            margin: 0 28px;
        }

        .footer .footer-bottom .ftr-c-info-items.ftr-instagram {
            display: none !important;
        }

        .footer .footer-bottom .ftr-c-info .ftr-fax-icon{
            display: inline-block;
            width: 15px;
            height: 17px;
            background-image:url(./images/header-fax-icon.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            margin-right: 7px;
            margin-top: -3px;
        }

        .footer .footer-bottom .ftr-c-info .ftr-instagram a{
            height: 24px;
            width: 24px;
            border-radius: 50%;
            display: inline-block;
            border: 1px solid #141348;
            background-color: #141348;
            text-align: center;
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -ms-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
            display: none;
        }

        .footer .footer-bottom .ftr-c-info .ftr-instagram a:hover{
            opacity: .5;
        }

        .footer .footer-bottom .ftr-c-info .ftr-instagram a::before{
            content: '';
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle;
        }

        .footer .footer-bottom .ftr-c-info .ftr-instagram a i{
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            font-size: 16px;
            margin-right: 0;
        }

        .footer .footer-bottom .ftr-c-info .ftr-phone i{
            color: #141348;
            font-size: 15px;
        }

        .footer .footer-bottom .ftr-c-info .ftr-loc i{
            color: #141348;
            font-size: 23px;
        }

        .footer .footer-bottom .ftr-c-info .ftr-c-info-items::before{
           content: '';
           display: inline-block;
           vertical-align: middle;
           width: 0;
           height: 100%; 
        }

            .footer .footer-bottom .ftr-c-info .ftr-c-info-items span{
                font-size: 15px; 
                color: #040404;
                font-weight: 300;
                display: inline-block;
                vertical-align: middle;
            }

            .footer .footer-bottom .ftr-c-info .ftr-c-info-items i {
                display: inline-block;
                vertical-align: middle; 
                margin-right: 3px;
            }
    
    .footer .ftr-nav{
        border-top: 1px solid rgba(20, 19, 72, .20);
        margin-top: 35px;
        padding-top: 32px;
    }
            
    .footer .ftr-nav .footernav{
        text-align: center;
    }

    .footer .ftr-nav .footernav li{
        display: inline-block;
        vertical-align: middle;
        margin: 0 22px;
    }

        .footer .ftr-nav .footernav li a{
            font-size: 15px;
            font-weight: 700;
            color: #333333;
            text-transform: uppercase;
            -webkit-transition: color .3s ease-in-out;
            -moz-transition: color .3s ease-in-out;
            -ms-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
        }

        .footer .ftr-nav .footernav li a:hover{
            color: #141348;
        }
    
    .footer .ftr-copy-right{
        text-align: center;
        margin-top: 5px;
        padding-bottom: 43px;
    }

    .footer .ftr-copy-right p{
        font-size: 13px;
        font-weight: 300;
        color: #231f20;
        margin-top: 5px;
    }

    .footer .ftr-copy-right p a{
        font-weight: bold;
        color: #231f20;
        -webkit-transition: color .3s ease-in-out;
        -moz-transition: color .3s ease-in-out;
        -ms-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

    .footer .ftr-copy-right p a:hover{
        color: #a0afff;
    }

    .footer .ftr-copy-right p .sitemap{
        font-weight: 300;
    }

/* end footer */
 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* 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 post/page main headings (h1) */
#content .entry-title { 
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 45px;
    color: #141348;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

}

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

}

#content h2, aside h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    letter-spacing: 5.4px;
}

#content p{
    font-size: 17px;
    color: #4e4e4e;
    font-weight: 300;
}

.ai-contact-wrap input.wpcf7-submit, 
.ai-default-cf7wrap input.wpcf7-submit, 
.error-forms input.wpcf7-submit{
    background-color: #141348 !important;
}
.ai-contact-wrap input.wpcf7-submit:hover, 
.ai-default-cf7wrap input.wpcf7-submit:hover, 
.error-forms input.wpcf7-submit:hover{
    background-color: #5e5d98 !important;
}


.amh-header-buttons{
    background: #141348 !important;
    color: #fff !important;
}

.amh-header-buttons.amh-1a .amh-center .amh-phone-text{
    color: #fff !important;
}

.amh-navigation .amh-menu li:hover > a, 
.amh-navigation .amh-menu li.open > a{
    background: #15152b !important;
    color: #fff !important;
}

.ip-banner{
    height: 280px;
    background-image: url(./images/ip-banner.jpg);
    /* margin-top: 139px; */
    background-size: cover;
    background-position: center;
}


.popup-gallery a {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 4px 4px 14px 4px;
}

.popup-gallery {
    text-align: center;
}


span.gallery-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: 'Cormorant', serif;
}




.imgframe img {
    width: 100%;
}

.imgframe {
    border: 20px solid #fff;
    box-shadow: 1px 1px 25px rgba(0,0,0,.60);
    transform: rotate(-2deg);
}


.morrisondetails h2 {
    font-size: 40px !important;
    margin: 0px !important;
}

.morrisondetails p {
    font-size: 22px !important;
}



.morrisondetails_tbl {
    margin-top: 44px;
}


.row.morrisonprn {
    margin-bottom: 76px;
}




/** Custom Layout **/
.cm-lyt-imgframe img {
    width: 100%;
}

.cm-lyt-imgframe {
    border: 20px solid #fff;
    box-shadow: 1px 1px 25px rgba(0,0,0,.60);
    transform: rotate(-2deg);
}

.cm-lyt-imgframe iframe{
    width: 100%;
}


.cm-lyt-details h2 {
    font-size: 40px !important;
    margin: 0px !important;
}

.cm-lyt-details p {
    font-size: 22px !important;
}

.cm-lytdetails_tbl {
    margin-top: 44px;
}


.page-id-210 .ftr-contact-form {
display:none;
}










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

.page-id-206 #content h2 {
    text-transform: lowercase;
    font-weight: normal;
    font-size: 44px !important;
}

    .page-id-206 #content h2 span {
        color: #0070C0;
        font-family: 'Cormorant', serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 70px !important;
    }

.contact-fl {
    width: 40%;
    float: left;
}

.contact-fr {
    width: 58%;
    float: right;
}



/* OUR RECENT WORK TEMPLATE STYLES */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.page-template-template-recent-work-php #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#orw-wrap{
    position: relative;
}

#orw-wrap .orw-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
}

#orw-wrap .item-link canvas{
    background-size: cover !important;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}


#orw-wrap .item-inner{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    overflow: hidden;
}

#orw-wrap .item-hover{
    opacity: 0;
    transition: .4s cubic-bezier(0,0,.2,1);
}

#orw-wrap .item-link:focus .orw.item-hover, 
#orw-wrap .item-link:hover .orw.item-hover {
    opacity: 1;
}

.orw.item-hover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.86);
    text-align: center;
}

#orw-wrap .item-link:focus .text-fallback, 
#orw-wrap .item-link:hover .text-fallback{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .6s cubic-bezier(0,0,.2,1);
}

.orw.item-hover .text-fallback{
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: .2s cubic-bezier(0,0,.2,1);
    width: 100%;
    /* max-width: 225px; */
    height: auto;
}

.orw.item-hover .text-fallback{
    display: inline-block;
    font-size: 49.55px;
    font-weight: 700;
    font-family: 'Cormorant',sans-serif;
    text-transform: uppercase;
    letter-spacing: -.02em;
    color: #000033;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
}

#orw-wrap .item-link:focus .orw.item-header, 
#orw-wrap .item-link:hover .orw.item-header {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}


.orw.item-header{
    transition: .4s cubic-bezier(0,0,.2,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.orw.item-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    width: 295px;
    min-height: 50px;
    margin-top: 22px;
}

#orw-wrap .item-info{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}



#orw-wrap .item-title{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: -.02em;
    font-family: 'Cormorant',sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #000033;
    margin: 0 !important;
    line-height: 1;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}

div.wpcf7-response-output {
    text-align: center;
}

.page-id-23 .entry img {
    width: 100%;
    max-width: 100%;
}

.cm-lyt-details p {
    text-align: center;
}
.prop-title {
    font-weight: bold !important;
}
.prop-price {

    text-align: center;
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 500;
    display: block;
}

.cm-lyt .cm-lyt-details {
    margin-top: 20px;
}

.cm-lyt canvas {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    display: block;
}

.cm-lyt .prop-title {
    display: block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.cm-lyt .prop-price {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: block;
    background: #141348;
    padding: 2px 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #141348;
    text-transform: uppercase;
    min-height: 29px;
}

.cm-lyt .img-wrapper {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

/* listing page */
.photo-list {
    background-size: contain!important;
}