
/*
Theme Name: Done and Done Productions Theme - Sydney
Theme URI: http://doneanddoneproductions.forge99.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.0
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. Custom CSS
 *
 *******************************************************/
 @font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/Avenir Next LT Pro Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    color: inherit;
}

.slick-track * {
    outline: none !important;
}

body{
    font-family: 'Avenir Next LT Pro';
}

/** Mainwrapper **/
#mainwrapper {}

/** Fixed Header **/
#fixed-header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, .35);
    -moz-box-shadow: 1px 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, .35);
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.6s ease;
}

#fixed-header.fixed-nav {
    transform: translateY(0);
    opacity: 1;
}

/** Fx Head **/
#fixed-header .fx-head {
    background: #000;
}

/** LOGO **/
#fixed-header .fx-head .fixed-header-logo {
    text-align: center;
}

#fixed-header .fx-head .fixed-header-logo a {
    color: #fff;
    text-decoration: none;
}

#fixed-header .fx-head .fixed-header-logo p.sitename {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Avenir Next LT Pro';
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 20px;
}

#fixed-header .fx-head .fixed-header-logo p.sitename strong {
    font-weight: 800;
    color: #ba114c;
}

#fixed-header .fx-head .fixed-header-logo span {
    font-family: 'Avenir Next LT Pro';
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 17px;
}

/** LOGO **/
/** Nav **/

#fixed-header .fx-head .fixed-header-nav > div > ul {
    font-size: 0;
    margin: 0 -8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    position: relative;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li > a {
    color: #FFF;
    font-family: 'Avenir Next LT Pro';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 29px 0;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li > a:after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ba114c;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li:hover > a:after {
    opacity: 1;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li ul.sub-menu {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    /*top: 47px;*/
    top: auto !important;
    min-width: 200px;
    width: 100%;
    z-index: 10;
    background: #01263e;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li ul.sub-menu > li {
    display: block;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li ul.sub-menu > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li ul.sub-menu > li > a:after {
    display: block;
    content: "";
    height: 3px;
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #ba114c;
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-left: -45px;
    opacity: 0;
}

#fixed-header .fx-head .fixed-header-nav > div > ul > li ul.sub-menu > li:hover > a:after {
    opacity: 1;
}

/** Nav **/
/** Fixed Info **/
#fixed-header .fx-head .fixed-header-info {}

#fixed-header .fx-head .fixed-header-info .contact-holder {
    font-size: 0;
    text-align: right;
    padding: 10px 0px;
}

#fixed-header .fx-head .fixed-header-info .contact-holder p {
    color: #fff;
    font-size: 14px;
    font-family: 'Avenir Next LT Pro';
    display: inline-block;
    vertical-align: top;
}

#fixed-header .fx-head .fixed-header-info .contact-holder span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

#fixed-header .fx-head .fixed-header-info .contact-holder a {
    color: #fff;
    font-size: 14px;
    font-family: 'Avenir Next LT Pro';
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    margin-left: 20px;
}

/** Fixed Info **/
/** Fx Head **/
#fixed-header .fixed-header-quick-search {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, .9);
    padding: 10px 0;
}

#fixed-header .fixed-header-quick-search form {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

#fixed-header .fixed-header-quick-search form .mega-form {
    border-bottom: 1px solid #acacac;
    height: 34px;
    position: relative;
    width: 73%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

#fixed-header .fixed-header-quick-search form .mega-form:after {
    font-family: 'agentimage' !important;
    display: block;
    content: "\b0039";
    font-size: 21px;
    position: absolute;
    color: #313133;
    left: 0;
    top: 0px;
}

#fixed-header .fixed-header-quick-search form .mega-form input {
    background: none;
    border: none;
    color: #313133;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro';
    font-size: 15px;
    font-style: italic;
    height: 34px;
    padding-left: 9%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#fixed-header .fixed-header-quick-search form .mega-form select {
    background: transparent;
    border: none;
    color: #313133;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Avenir Next LT Pro';
    width: 18%;
    display: inline-block;
    vertical-align: top;
    height: 34px;
    margin-left: 7%;
    text-transform: uppercase;
    outline: none;
}

#fixed-header .fixed-header-quick-search form input[type="submit"] {
    width: 21%;
    height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ba114c;
    border: none;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: 700;
    font-size: 18px;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-left: 3%;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#fixed-header .fixed-header-quick-search form input[type="submit"]:hover {
    background: #920536;
}

/** Fixed Header **/
/** Headerwrapper **/
#headerwrapper {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    z-index: 4;
}

#headerwrapper header {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

/** LOGO **/

#headerwrapper header .logo {
    text-align: center;
    /*padding-top: 23px;
    padding-bottom: 22px;*/
    position: static;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    /*height: 97px;*/
    padding: 20px 0;
}

#headerwrapper header .logo a {
    color: #fff;
    text-decoration: none;
}

#headerwrapper header .logo p.sitename {
    color: #fff;
    font-weight: 300;
    font-size: 57px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

#headerwrapper header .logo p.sitename strong {
    font-weight: 800;
    color: #ba114c;
}

#headerwrapper header .logo span {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    line-height: 25px;
}

/** LOGO **/
/** Navigation **/
#headerwrapper header nav {
    width: 100%;
    display: block;
    height: auto;
}

#headerwrapper header nav > div > ul {
    font-size: 0;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -9px;
    border-bottom: 1px solid #FFF;
}

#headerwrapper header nav > div > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 9px;
}

#headerwrapper header nav > div > ul > li > a {
    color: #FFF;
    font-family: 'Avenir Next LT Pro';
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 29px 0;
}

#headerwrapper header nav > div > ul > li:first-child > a {
    padding-left: 0;
}

#headerwrapper header nav > div > ul > li:last-child > a {
    padding-right: 0;
}

#headerwrapper header nav > div > ul > li > a:after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ba114c;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#headerwrapper header nav > div > ul > li:hover > a:after {
    opacity: 1;
}

#headerwrapper header nav li ul.sub-menu {
    position: absolute;
    left: 50%;
    /*top: 50px;*/
    top: auto !important;
    width: 100%;
    min-width: 200px;
    background: #01263e;
    margin-left: -100px;
    display: none;
}

#headerwrapper header nav li:hover ul.sub-menu {
    display: block;
}

#headerwrapper header nav ul.sub-menu > li {
    display: block;
}

#headerwrapper header nav ul.sub-menu > li > a {
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    position: relative;
}

#headerwrapper header nav ul.sub-menu > li > a:after {
    display: block;
    content: "";
    height: 3px;
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #ba114c;
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-left: -45px;
    opacity: 0;
}

#headerwrapper header nav ul.sub-menu > li:hover > a:after {
    opacity: 1;
}

#headerwrapper header nav li ul.sub-menu .sub-menu {
    left: 100%;
    margin-left: 0;
    top: 0;
}

/** Navigation **/
/** Headerwrapper **/
/** Hero **/
#hero {
    width: 100%;
    height: auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    /*padding-top: 40px;*/
}

#hero img {
    display: block;
    width: 100%;
    height: auto;
}

#hero .cycloneslider-slide:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

#hero .cycloneslider-volume.off {
    /*display: none;*/
}

/** Hero **/
/** Hero Info **/
#hero-info {
    width: 100%;
    height: auto;
    background: #013659;
    min-height: 69px;
}

/** quick search **/
#hero-info .quick-search {
    font-size: 0;
    padding: 17px 0;
}

#hero-info .quick-search form {
    display: block;
}

#hero-info .quick-search form .mega-form {
    border-bottom: 1px solid #acacac;
    height: 34px;
    position: relative;
    width: 73%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

#hero-info .quick-search form .mega-form:after {
    font-family: 'agentimage' !important;
    display: block;
    content: "\b0039";
    font-size: 24px;
    position: absolute;
    color: #fff;
    left: 0;
    top: -2px;
}

#hero-info .quick-search form .mega-form input {
    background: none;
    border: none;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro';
    font-size: 15px;
    font-style: italic;
    height: 34px;
    padding-left: 9%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#hero-info .quick-search form .mega-form select {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Avenir Next LT Pro';
    width: 18%;
    display: inline-block;
    vertical-align: top;
    height: 34px;
    margin-left: 7%;
    text-transform: uppercase;
    outline: none;
}

#hero-info .quick-search form input[type="submit"] {
    width: 21%;
    height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ba114c;
    border: none;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: 700;
    font-size: 18px;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-left: 3%;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#hero-info .quick-search form input[type="submit"]:hover {
    background: #920536;
}

/** quick search **/
/** Contact Info **/
#hero-info .contact-info {
    padding-right: 0;
}

#hero-info .contact-info .contact-holder {
    background: #022034;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    padding: 26px 7%;
}

#hero-info .contact-info p {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}

#hero-info .contact-info a {
    color: #fff;
    text-decoration: none;
}

#hero-info .contact-info span {
    /*display: inline-block;*/
    vertical-align: middle;
    font-size: 13px;
    padding: 0 10px;
}

/** Contact Info **/
/** Hero Info **/
/** CTA **/
#cta-wrap {
    width: 100%;
    height: auto;
    padding-top: 55px;
    padding-bottom: 59px;
    background: #000;
}

#cta-wrap .cta-list {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    width: 65.2%;
    background: #01395e;
    margin-top: 11px;
    overflow: hidden;
}

#cta-wrap .cta-list.cta-small {
    width: 34%;
}

#cta-wrap .cta-list.cta-margin {
    margin-right: .8%
}

#cta-wrap .cta-list canvas {
    display: block;
    width: 100%;
    height: 295px !important;
    background-size: cover;
    background-position: center center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#cta-wrap .cta-list.cta-lg canvas {
    height: 469px !important;
}

#cta-wrap .cta-list:hover canvas {
    opacity: 0.4;
}

#cta-wrap .cta-list.cta-logo:hover canvas {
    opacity: 1;
}

#cta-wrap .cta-list .cta-content {
    position: absolute;
    left: -1px;
    top: 0;
    width: 101%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: transparent url('images/theme/cta-overlay-a.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding: 0 0 30px 35px;
    font-family: 'Avenir Next LT Pro';
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

/*#cta-wrap .cta-list .cta-content.padding-remove-bottom {
    padding-bottom: 0;
}
*/
#cta-wrap .cta-list .cta-content img {
    display: block;
    max-width: 100%;
}

#cta-wrap .cta-list .cta-content:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

#cta-wrap .cta-list .cta-content i {
    display: inline-block;
    vertical-align: middle;
    font-size: 67px;
    color: #0095b6;
}

#cta-wrap .cta-list .cta-content span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Avenir Next LT Pro';
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    letter-spacing: -0.025em;
    width: 100%;
    padding: 4% 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}

/** CTA **/
/** Featured Area **/
#featured-area {
    width: 100%;
    height: auto;
    margin-top: 11px;
}

/** Featured Communities **/
.featured-communities {
    float: left;
    width: 63.10%;
    height: auto;
    position: relative;
    background: #01395e;
}

.featured-communities canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

}

.featured-communities:hover canvas {
    opacity: 0.4;
}

.featured-communities .community-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.featured-communities .community-content h2 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Avenir Next LT Pro';
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    letter-spacing: -0.025em;
    width: 100%;
    padding: 4% 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}

/** Featured Communities **/
/** Featured Property **/
.featured-property {
    float: left;
    width: 35.7%;
    height: auto;
    position: relative;
    margin-left: 1.2%;
    background: #01395e;
}

.featured-property canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.featured-property:hover canvas {
    opacity: 0.4
}

.featured-property .property-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.featured-property .property-content h2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Avenir Next LT Pro';
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    letter-spacing: -0.025em;
    width: 100%;
    padding: 4% 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}

.featured-property .property-content .prop-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4% 30px;
}

.featured-property .property-content .prop-content h3 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
    color: #fff;
}

.featured-property .property-content .prop-content p {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
    font-size: 20px;
}

/** Featured Property **/
/** Featured Area **/
/** HP Content **/
#hp-content {
    width: 100%;
    height: auto;
    /* padding-top: 86px; */
    padding: 86px 0;
    background: #000;
}

/** Welcome Area **/
#hp-content .welcome-area {}

#hp-content .welcome-area h1 {
    font-family: 'Avenir Next LT Pro';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    font-size: 30px;
    color: #FFF;
    padding-top: 7px;
    padding-bottom: 15px;
}

#hp-content .welcome-area h1 span {
    font-family: 'Avenir Next LT Pro';
    display: block;
    font-size: 35px;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 2px;
}

#hp-content .welcome-area p {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: justify;
    margin-top: 25px;
}

#hp-content .welcome-area p:nth-of-type(1) {
    margin-top: 0;
}

#hp-content .welcome-area a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 176px;
    height: 38px;
    font-family: 'Avenir Next LT Pro';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    padding: 0 5px;
    letter-spacing: 0.5px;
    background: #FFF;
    margin-top: 31px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#hp-content .welcome-area a:hover {
    background: #ba114c;
    color: #fff;
}

/** Welcome Area **/
/** Welcome Area **/
#hp-content .contact-area {
    position: relative;
}

#hp-content .contact-area .contact-info-wrap {
    position: relative;
    width: 100%;
    height: auto;
}

#hp-content .contact-area img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 5px rgba(7, 7, 7, .25);
    -moz-box-shadow: 0 2px 5px rgba(7, 7, 7, .25);
    box-shadow: 0 2px 5px rgba(7, 7, 7, .25);
}

#hp-content .contact-area .contact-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(139, 14, 58, .8);
}

#hp-content .contact-area .contact-info h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#hp-content .contact-area .contact-info h2 strong {
    font-weight: 700;
}

#hp-content .contact-area .contact-info p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    color: #fff;
}

#hp-content .contact-area .contact-info p a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

#hp-content .contact-area .contact-info p span {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

#hp-content .contact-area .contact-info .smi {
    text-align: center;
    padding: 12px 0;
}

#hp-content .contact-area .contact-info .smi a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

/** Welcome Area **/
/** HP Content **/
/** Area Expertise **/
#area-of-expertise {
    width: 100%;
    height: auto;
    background: #e1e1e1;
    margin-top: 64px;
    padding: 51px 0;
}

#area-of-expertise h2 {
    font-family: 'Avenir Next LT Pro';
    font-size: 58px;
    font-weight: bold;
    color: #01395e;
    text-align: center;
    padding-bottom: 18px;
}

#area-of-expertise ul {
    text-align: center;
    font-size: 0;
}

#area-of-expertise ul li {
    display: inline-block;
    vertical-align: top;
    margin: 11px 7px 0;
}

#area-of-expertise ul li a {
    font-size: 18px;
    color: #01395e;
    background: #e1e1e1;
    border: solid 2px #01395e;
    font-family: 'Avenir Next LT Pro';
    text-decoration: none;
    padding: 8px 0;
    min-width: 164px;
    max-width: 164px;
    display: block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#area-of-expertise ul li:hover a {
    color: #fff;
    background: #01395e;
}

#area-of-expertise a.find-my-home {
    display: block;
    background: #8b0e3a;
    width: 100%;
    max-width: 232px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    padding: 11px 0;
    margin-top: 27px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

}

#area-of-expertise a.find-my-home:hover {
    background: #690a2b;
}

/** Area Expertise **/
/** Sub Footer **/
#hp-sub-footer {
    width: 100%;
    height: auto;
    padding: 90px 0 60px;
    display: none;
}

/** Latest Post **/
#hp-sub-footer .latest-post {
    width: 100%;
    height: auto;
    border: solid 1px #d4d4d4;
    padding: 0 36px;
}

#hp-sub-footer .latest-post h2 {
    font-size: 30px;
    font-weight: bold;
    color: #01395e;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 39px;
    margin-bottom: 17px;
    font-family: 'Avenir Next LT Pro';

}

#hp-sub-footer .latest-post h4 {
    font-size: 17px;
    font-family: 'Avenir Next LT Pro';
    color: #313131;
    text-transform: uppercase;
    padding: 21px 0;
}

#hp-sub-footer .latest-post p {
    font-family: 'Avenir Next LT Pro';
    font-size: 15px;
    color: #636363;
    line-height: 20px;
    padding-bottom: 35px;
}

#hp-sub-footer .latest-post a {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    text-transform: uppercase;
    color: #8b0e3a;
    margin-bottom: 40px;
    display: inline-block;
    text-decoration: none;
}

/** Latest Post **/
/** Testimonials **/
#hp-sub-footer {}

#hp-sub-footer .testimonials {
    width: 100%;
    height: auto;
    border: solid 1px #d4d4d4;
    padding: 0 31px 0;
}

#hp-sub-footer .testimonials h2 {
    font-size: 30px;
    font-weight: bold;
    color: #010000;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 39px;
    margin-bottom: 17px;
    font-family: 'Avenir Next LT Pro';
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
}

#hp-sub-footer .testimonials .testimonial-slide {
    padding-top: 19px
}

#hp-sub-footer .testimonials p {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5625;
    color: #636363;
    margin-bottom: 20px
}

#hp-sub-footer .testimonials h2 .testimonial-button {}

#hp-sub-footer .testimonials .testi-author {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #b9b9b9;
    text-transform: uppercase;
    text-align: right;
    margin: 6px 0 45px;
}

#hp-sub-footer .testimonials .testi-author a {
    color: inherit;
    text-decoration: none;
}

/*.slick-arrow {
    display: none !important;
}
*/
#hp-sub-footer .testimonials h2 .testimonial-button i {
    font-size: 27px;
    color: #d3d3d3;
    cursor: pointer;
}

span.testimonial-button i {
    margin-left: 10px;
}

/*#hp-sub-footer .testimonials .slick-arrow{
			    font-family: 'agentimage' !important;
	           	top: -48%;
		        font-size: 0;
		        position: absolute;
		        z-index: 6;
		        background: none;
		        border: none;
			}
				#hp-sub-footer .testimonials .slick-arrow:after{
					display: block;
				}
					#hp-sub-footer .testimonials .slick-arrow.slick-prev{
					    right: 33px;
					}
						#hp-sub-footer .testimonials .slick-arrow.slick-prev:after{
							content: "\b0001";
							font-size: 27px;

						}
					#hp-sub-footer .testimonials .slick-arrow.slick-next{
						right: 0;
					}
						#hp-sub-footer .testimonials .slick-arrow.slick-next:after{
						    content: "\b0002";
							font-size: 27px;
							right: 0;
						}*/

/** Testimonials **/
/** Sub Footer **/
/** Footerwrapper **/
#footerwrapper {
    width: 100%;
    height: auto;
    padding: 36px 0 25px;
    background: #FFF;
}

#footerwrapper .footer-branding {}

#footerwrapper .footer-branding p.sitename {
    font-size: 57px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Lato', sans-serif;

}

#footerwrapper .footer-branding p.sitename a {
    color: inherit;
    text-decoration: none;
}

#footerwrapper .footer-branding p.sitename strong {
    font-weight: 700;
    color: #ba114c;
}

#footerwrapper .footer-branding span.subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Avenir Next LT Pro';
    letter-spacing: 0.24em;
}

#footerwrapper .smi {
    width: 100%;
    height: auto;
    margin-top: 31px;
}

#footerwrapper .smi a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 21px;
    margin-right: 25px;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#footerwrapper .smi a:hover {
    color: #ba114c;
}

.footer-form {
    position: relative;
    color: #fff;
}

.footer-form h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Avenir Next LT Pro';
}

.footer-form .ff-row {
    position: relative;
    margin-bottom: 10px;
}

.footer-form .ff-row:after {
    clear: both;
    content: '';
    display: block;
}

.footer-form .ff-col {
    width: 48.88%;
    float: left;
    position: relative;
}

.footer-form .ff-col + .ff-col {
    width: 48.88%;
    margin-left: 2.24%;
}

.footer-form input[type=text],
.footer-form input[type=email],
.footer-form textarea {
    width: 100%;
    background: transparent;
    outline: none;
    border-radius: 0;
    border: 1px solid #fff;
    height: 40px;
    padding: 7px 10px;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.footer-form textarea {
    resize: none;
    line-height: 24px;
}

.ff-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 23px;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
    height: 39px;
    color: #fff;
    width: 51px;
}

.ff-submit img.ajax-loader {
    position: absolute;
    left: -19px;
}

.footer-form input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0;
    background: transparent;

    cursor: pointer;
    outline: none;
    border: none;
}

.footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 15px;
}

.footer-form div.wpcf7-response-output {
    margin: 10px auto;
    color: #fff;
}



#footerwrapper .footer-rights {
    border-top: 1px solid #000000;
    width: 100%;
    height: auto;
    margin-top: 37px;
}

#footerwrapper .footer-rights .footer-links {
    padding-top: 36px;
}

#footerwrapper .footer-rights .footer-links ul {
    font-size: 0;
}

#footerwrapper .footer-rights .footer-links ul li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #000;
    padding: 0 12px;
}

#footerwrapper .footer-rights .footer-links ul li:first-child {
    padding-left: 0;
    border-left: none;
}

#footerwrapper .footer-rights .footer-links ul li a {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    font-family: 'Avenir Next LT Pro';
    text-decoration: none;
    text-transform: uppercase;
}

#footerwrapper .footer-rights .footer-links ul li a:hover {
    color: #ba114c;
}

#footerwrapper .footer-rights .footer-links p {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    font-family: 'Avenir Next LT Pro';
    line-height: 26px;
}

#footerwrapper .footer-rights .footer-links p a {
    text-decoration: none;
    color: inherit;
}

#footerwrapper .footer-rights .footer-links p a:hover {
    color: #ba114c;
}

#footerwrapper .footer-rights .footer-logos {
    font-size: 0;
    padding-top: 40px;
}

#footerwrapper .footer-rights .footer-logos span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 30px;
    margin: 0 6px;
}

#footerwrapper .footer-rights .footer-logos img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
    width: 65px;
}

.footer-logo .col-md-6 {
    text-align: center;
}

#footerwrapper .footer-branding {}

#footerwrapper .footer-rights .footer-logos span.ai-font-agentimage-logo {
    font-size: 19px;
}

/** Footerwrapper **/
/** Mainwrapper **/

/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
ul.list li .prop-det .view-details {
    background: #ba114c;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

ul.list li .prop-det .view-details:hover {
    background: #920536;
    text-decoration: none;
}

/* Adjust minimum height of page area */
#content p {
    font-family: 'Avenir Next LT Pro';
    font-size: 15px;
    color: #636363;
    letter-spacing: 0;
}

#content-sidebar,
#content-full {
    min-height: 500px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 69.08%;
    ;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 25.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
}

.page-banner {
    width: 100%;
    height: auto;
}

.page-banner canvas {
    display: block;
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Style post/page main headings (h1) */
#content .entry-title {
    font-size: 35px;
    line-height: 36px;
    text-transform: capitalize;
    color: #010101;
    font-family: 'Avenir Next LT Pro';
    font-weight: 400;
    margin: 1.5em 0 .67em;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-size: 35px;
    line-height: 36px;
    text-transform: capitalize;
    color: #010101;
    font-family: 'Avenir Next LT Pro';
    font-weight: 400;
    margin: 1.5em 0 .67em;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 19px;
    text-transform: capitalize;
    color: #01395e;
    font-style: normal;
    font-family: 'Avenir Next LT Pro';
    margin: 0;
    line-height: 23px;
    margin-bottom: 13px;
    font-weight: 400;
}

#content .archive-more {
    color: #ba114c;
}

.sidebar-contact-info {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 23px;
}

.sidebar-contact-info img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 5px rgba(7, 7, 7, .25);
    -moz-box-shadow: 0 2px 5px rgba(7, 7, 7, .25);
    box-shadow: 0 2px 5px rgba(7, 7, 7, .25);
}

.sidebar-contact-info .contact-info {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ba114c;
}

.sidebar-contact-info .contact-info h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.sidebar-contact-info .contact-info h2 strong {
    font-weight: 700;
}

.sidebar-contact-info .contact-info p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.sidebar-contact-info .contact-info p a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.sidebar-contact-info .contact-info p span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;

}

.sidebar-contact-info .contact-info .smi {
    text-align: center;
    padding: 12px 0;
}

.sidebar-contact-info .contact-info .smi a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

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


.wpcr3_admin_response {
    display: none;
}

.aidefcf-title {
    font-family: 'Avenir Next LT Pro';
    color: #313131;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.wpcf7-form {
    font-family: 'Roboto', sans-serif !important;
    color: #313131;
}

.yoast-breadcrumbs {
    font-family: 'Avenir Next LT Pro';
}

.testimonial-button {
    vertical-align: middle;
}

#featured-area .featured-communities .community-content span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Avenir Next LT Pro';
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    letter-spacing: -0.025em;
    width: 100%;
    padding: 4% 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}

#featured-area .featured-property .property-content span {
    display: block;
    bottom: 0;
    left: 0;
    font-family: 'Avenir Next LT Pro';
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    letter-spacing: -0.025em;
    width: 100%;
    padding: 4% 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}

/* circle slider buttons */

.cycloneslider-template-responsive-img .cycloneslider-pager {
    bottom: 25px !important;
}

#clients {
    background: #2c2c2c;
    /*margin-top: 59px;*/
    padding: 50px 0 98px;
    position: relative;
}

#clients .clients-title {
    font-family: 'Avenir Next LT Pro';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #FFF;
}

#clients .logo-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 55px -15px 0;
    flex-flow: row wrap;
}

#clients .logo-slider span {
    padding: 0 15px;
}

#clients .logo-slider span {
    display: block;
    text-decoration: none;
}

#clients .logo-slider span img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    filter: brightness(0) invert(1);
}

#clients .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#clients .slick-track {
    height: auto;
}

#hero .cycloneslider-template-sydney-img .cycloneslider-caption {
    background: transparent !important;
    opacity: 1 !important;
    bottom: 63px;
}

#hero .cycloneslider-template-sydney-img .cycloneslider-caption > div {
    display: block !important;
    padding: 0 30px !important;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

#hero .cycloneslider-template-sydney-img .cycloneslider-caption-title {
    font-family: 'Avenir Next LT Pro';
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

#hero .cycloneslider-template-sydney-img .cycloneslider-caption-description {
    font-family: 'Avenir Next LT Pro';
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-top: 35px !important;
}

.ip-container .cycloneslider-template-sydney-img .cycloneslider-caption {
    display: none !important;
}

#content .entry,
#content .entry p {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

#footerwrapper .footer-branding img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    filter: brightness(1) invert(1);
}

.cycloneslider-template-sydney-img {
    min-height: 300px;
}

#hero .cycloneslider-template-sydney-img .cycloneslider-slide img {
    object-fit: cover;
    background-position: center center;
}

.hills-gallery {
    position: relative;
    margin-top: 19px;
}

.hills-gallery-item {
    display: block;
    margin: 0 auto;
    width: 360px;
    max-width: 100%;
    position: relative;
}

.hills-gallery-title {
    font-family: 'Avenir Next LT Pro';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #010101;
}

.hills-gallery-title.w-margin {
    margin: 64px 0 11px;
}

.hills-gallery-img {
    position: relative;
    margin-top: 30px;
	max-height: 190px;
	overflow: hidden;
}

.hills-gallery-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* max-height: 190px; */
}

.hills-gallery-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: transparent url('images/theme/cta-overlay-a.png') no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    padding: 0 30px 20px 30px;
    font-family: 'Avenir Next LT Pro';
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.hills-gallery-icon img {
    display: block;
    max-width: 100%;
}

#inner-page-wrapper {
    margin-bottom: 116px;
}

.amh-header-buttons.amh-1a .amh-header-right-btn .amh-email,
.ai-menu {
    color: inherit !important;
}

.amh-header-buttons .amh-navigation-trigger,
.amh-header-buttons .amh-center,
.amh-header-buttons .amh-header-right-btn {
    color: #ba114c;
}


/*Programming Page */

.programming-gallery {
    position: relative;
    margin-top: 19px;
}

.programming-gallery-item {
    display: block;
    margin: 0 auto;
    width: 360px;
    max-width: 100%;
    position: relative;
}

.programming-gallery-title {
    font-family: 'Avenir Next LT Pro';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #010101;
}

.programming-gallery-title.w-margin {
    margin: 64px 0 11px;
}

.programming-gallery-img {
    position: relative;
    margin-top: 30px;
}

.programming-gallery-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(images/theme/cta-overlay-a.png) no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}

.programming-gallery-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.programming-gallery-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 257px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 30px 20px 30px;
   /* font-family: 'Avenir Next LT Pro';*/
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    content: '';
}

.programming-gallery-icon img {
    display: block;
    max-width: 100%;
}

.ai-contact-wrap span.context-logo img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 30px 0 0;
}

.ai-contact-wrap span.context-address em {
    color: #5b5b5b;
    min-width: 25px;
    font-size: 20px;
}

.ai-contact-wrap span.context-address {
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
}

/** IP Programming Pages */
.ip-shows-page-logo {
    margin: 30px 0;
}

.ip-shows-page-logo.filter-black {
    filter: grayscale(1) invert(1);
}

#content .post-358 .entry-title,
#content .post-400 .entry-title,
#content .post-427 .entry-title,
#content .post-46 .entry-title,
#content .post-141 .entry-title {
    display: none;
}


.client-controls {
    position: relative;
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
}


#clients .ts-next{
            position: absolute;
            right: -20px;
            height: 100%;
            font-size: 56px;
            cursor: pointer;
            color: #FFF;
            -moz-transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;

        }
            #clients .ts-next:hover{
                color: #FFF;
            }
            #clients .ts-next:after{
                content: "";
                height: 100%;
                width: 0;
                display: inline-block;
                vertical-align: middle;
            }
            #clients .ts-next span{
                display: inline-block;
                vertical-align: middle;
            }
        #clients .ts-prev{
            position: absolute;
            left: -20px;
            height: 100%;
            font-size: 56px;
            cursor: pointer;
            color: #FFF;
            -moz-transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;

        }
            #clients .ts-prev:hover{
                color: #FFF;
            }
            #clients .ts-prev:after{
                content: "";
                height: 100%;
                width: 0;
                display: inline-block;
                vertical-align: middle;
            }
            #clients .ts-prev span{
                display: inline-block;
                vertical-align: middle;
            }


            .prog-itunes-wrap a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 200px;
                height: 45px;
                margin: 0 auto;
                border: 1px solid #000;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-size: 16px;
                font-weight: 600;
                -webkit-transition:  0.4s all ease-in-out;
                transition:  0.4s all ease-in-out;
            }

            .prog-itunes-wrap a:hover {
                background: #000;
                color: #fff;
                border: 1px solid #000;
            }

.netflix-wrap {
    text-align: center;
}
    #content .netflix-wrap h2 {
        font-weight: 400;
        letter-spacing: .02em;
    }

.programming-gallery .col-md-4 {
	display: inline-block;
	float: none;
	width: 33%;
	vertical-align: top;
}

.cta-list.cta-full {
    width: 100% !important;
}

#cta-wrap .cta-list.cta-full canvas {
    background-position: top !important;
    height: auto !important;
}

.header-nav {
    background: #000;
}

#headerwrapper header .logo video {
    max-width: 100%;
    height: auto;
}

#hero .cycloneslider-template-video .cycloneslider-volume{
    top: unset;
    bottom: 50px;
}





#cta-wrap .cta-list.cta-small.xs a canvas {
    height: 142px !important;
    z-index: 1;
    position: relative;
}

#cta-wrap .cta-list.cta-small.xs a:nth-child(2) {
    margin-top: 11px;
    display: block;
}

#cta-wrap .cta-list.cta-small.xs {
    background: none;
}

#cta-wrap .cta-list.cta-small.xs a {
    background: #01395e;
    position: relative;
}

#cta-wrap .cta-list.cta-small.xs a .cta-content {
    padding-left: 19px;
    padding-bottom: 9px;
    z-index: 3;
}

#cta-wrap .cta-list.cta-small.xs a:hover  canvas {
    opacity: 0.4;
}

#cta-wrap .cta-list.cta-small.xs:hover canvas {
    opacity: 1;
}


#cta-wrap .cta-list.cta-small.xs a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #01395e;
}


.clients-heading-text {
    display: block;
    clear: both;
    padding: 45px 0 0;
    text-align: center;
}

.clients-heading-text span {
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.clients-heading-text img {
    max-width: 100%;
    filter: invert(1);
}


.ssn{

    font-size: 24px;
    color: #b4b4b4;
    text-align: center;
    margin-bottom: 30px;
}
