/*
Theme Name: OQwebdesign v2
Theme URI: http://www.oqwebdesign.com/
Description: This Wordpress theme is HTML5 ready and cross browsers capability (IE9+, Chrome, Firefox, Safari).  It also "Retina" ready to support for  iPhone, iPod Touch, iPad, and MacBook Pro with retina display.
Version: 4.6.0
Author: Oscar Quezada
Author URI: http://www.oqwebdesign.com/
Tags: Basic Theme for ???????
*/

/****************************************************
*    CSS RESET                                      *
****************************************************/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, main, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='button'], input[type='reset'], input[type='password'], input[type='submit'], input[type='search'], input[type='date'], input[type='datetime'], input[type='time'], input[type='url'], button, select, textarea {
    -webkit-appearance: none;
    box-shadow: none !important;
}
:-webkit-autofill {
    color: #fff !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
}
.clear {
    clear: both;
}
.clearfix:before, .clearfix:after, .pagewrap:after, .pagewrap:before {
    content: '\0020';
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after, .pagewrap:after {
    clear: both;
}
.clearfix, .pagewrap {
    zoom: 1;
}

/****************************************************
*    HTML5                                          *
****************************************************/
* {
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-y: scroll;
}
body {
    font: normal normal normal 14px/21px 'Montserrat', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #333333;
}
a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: #F00;
}
a:active {
    color: blue;
}
a[src$='.pdf'] {
}
a[href^='mailto:'] {
}
sup {
    font-size: 0.5em;
}
b, strong {
    font-weight: bold;
}
td, th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
}
hr {
    border: 0;
    height: 1px;
    width: 100%;
    margin: 40px 0;
    background-color: #999;
}
i, em {
    font-style: italic;
}

/****************************************************
*    HEADER AREA                                    *
****************************************************/
header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(196, 194, 202, 0.23);
    left: 0;
    padding: 31px 0 32px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
header .pagewrap {
    position: relative;
}

/****************************************************
*    NAVIAGATION AREA                               *
****************************************************/
nav#main-nav {
    position: absolute;
    right: 0;
    top: 15px;
}
#navigation ul, #navigation li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
#navigation ul li {
    float: left;
    position: relative;
}
#navigation ul li a {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: block;
    margin: 0 0 0 15px;
    font-size: 16px;
    white-space: nowrap;
    color: #434a54;
}
#navigation ul li:first-child a {
    margin: 0;
}
#navigation ul li a:hover {
    color: #aab2bd;
}
#navigation ul > li.current_page_item a {
    color: #967adc;
}

/**  SUB MENU  *************************************/
#navigation ul ul, #navigation ul ul {
    position: absolute;
    top: -99999px;
    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;
}
#navigation ul ul {
    left: 0;
    z-index: 497;
    padding: 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.no-rgba #navigation ul ul {
    box-shadow: #111 0 3px 4px;
}
#navigation ul ul a {
    width: 120px;
    padding: 5px 12px;
}
#navigation ul.dropdown-menu li.current-menu-item  a {
    border-bottom: #F00 solid 0px;
}
#navigation ul ul ul {
    left: 100%;
    border-radius: 6px;
}
#navigation ul li:hover>ul {
    opacity: 1;
    position: absolute;
    top: 99%;
    left: 0;
}
#navigation ul ul li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    z-index: 497;
}
#navigation ul ul, #navigation ul ul li:hover > ul {
    background-color: #F3F3F3;
}
nav#nav-mobile {
    display: none;
}

/****************************************************
*    HOME PAGE                                      *
****************************************************/
#banner {
    padding: 115px 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(images/bkg-banner.jpg);
}
#banner .pagewrap {
    position: relative;
    height: 500px;
}
#banner .sologon-wrap {
    margin: 0;
    text-align: center;
    max-width: 650px;
    width: 100%;
    display: inline-block;
    padding: 25px 35px;
    position: absolute;
    background-color: rgba(150, 122, 220, 0.80);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#service-wrap h2 {
    text-align: center;
}
#banner .sologon-wrap h3 {
    font-size: 48px;
    color: white;
    margin: 0 !important;
    font-weight: bold;
    font-family: 'Varela Round';
}
.page-template-page-homepage-php main {
    padding: 0 !important;
}
#what-you-get {
    background: #f4f4f4;
    color: #848e97;
}
.visual-list .img-holder {
    float: left;
    margin: 7px 45px 0 0;
    text-align: center;
    width: 90px;
}
.visual-list li {
    padding: 0 0 29px;
}

/*****************************************************
*    SIDE SLIDER AREA                                *
*****************************************************/
.cbp-so-scroller {
    margin-top: 50px;
    overflow: hidden;
}
.cbp-so-section {
    margin-bottom: 15em;
    position: relative;
}

/* Clear floats of children */
.cbp-so-section:before, .cbp-so-section:after {
    content: " ";
    display: table;
}
.cbp-so-section:after {
    clear: both;
}

/* Sides */
.cbp-so-side {
    float: left;
    margin: 0;
    overflow: hidden;
    min-height: 12em;
}

/* Clear floats of children */
.cbp-so-side:before, .cbp-so-side:after {
    content: " ";
    display: table;
}
.cbp-so-side:after {
    clear: both;
}
.cbp-so-side-right {
    text-align: left;
}
.cbp-so-side-left {
    text-align: right;
}
.cbp-so-side-right img {
    float: left;
}
.cbp-so-side-left img {
    float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {

    /*opacity: 0;*/
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}
.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}

/* Animated state */

/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left, .cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
*/

/* Example media queries */
@media screen and (max-width:761px) {
    .cbp-so-side img {
        max-width: 120%;
    }
}
@media screen and (max-width:667px) {
    .cbp-so-side {
        float: none;
        width: 100%;
    }
    .cbp-so-side img {
        max-width: 100%;
    }
}

/*****************************************************
*    CONTENT AREA                                    *
*****************************************************/
.pagewrap {
    max-width: 1140px;
    margin: 0 auto;
    width: 95%;
}
main, footer, #service-wrap, #what-you-get {
    clear: both;
    padding: 77px 0 47px;
}
main {
    padding: 135px 0 0;
}
main img, main embed, main object, main video {
    max-width: 100%;
    height: auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main img.alignleft, main img.alignright, figure.wp-caption.alignleft, figure.wp-caption.alignright {
    padding: 5px;
}
main img.alignleft, figure.wp-caption.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}
main img.alignright, figure.wp-caption.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 2px;
}
main img.non {
    padding: 5px;
}
main img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section ul li {
    list-style-type: disc;
    margin: 0 0 0 15px;
}
figure.wp-caption {
    display: inline-block;
    max-width: 100%;
}
figure.wp-caption figcaption {
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
}
.one-fourth, .one-third, .two-thirds, .one-half {
    float: left;
}
.one-fourth:nth-child(1), .one-third:nth-child(1), .two-thirds:nth-child(1), .one-half:nth-child(1) {
    margin: 0;
}
.one-third {
    width: 32%;
    margin: 0 0 0 2%;
}
.two-thirds {
    width: 65.5%;
    margin: 0 0 0 2%;
}
.one-fourth {
    width: 23.5%;
    margin: 0 0 0 2%;
}
.three-fourth {
    width: 74.5%;
}
.one-half {
    width: 48%;
    margin: 0 0 0 2%;
}
.col-md-5 {
    width: 41.6667%;
}
.col-md-7 {
    width: 58.3333%;
}
.col-md-5, .col-md-7 {
    float: left;
}

/****************************************************
*    PAGINATION                                     *
****************************************************/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}
.pagination a:hover {
    color: #fff;
    background: #3279BB;
}
.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #3279BB;
    color: #fff;
}

/*****************************************************
*    BLOG AREA                                       *
*****************************************************/
#content .entry-title {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0px;
}
.entry-meta {
    color: #888888;
    font-size: 12px;
}
.entry-meta a, .entry-utility a {
    color: #888888;
}
.entry-utility {
    clear: both;
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}
.post {
    padding: 0px 0px 20px 0px;
}
#nav-above, #nav-below {
    display: block;
    margin: 5px 0px 5px 0px;
    clear: both;
    height: 15px;
}
#nav-above a, #nav-below a {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-decoration: none;
    color: #F90;
}
#nav-below {
    margin-top: 10px;
}
#nav-below .nav-previous, #nav-above .nav-previous {
    float: left;
    display: block;
}
#nav-below .nav-next, #nav-above .nav-next {
    float: right;
    display: block;
}

/*****************************************************
*    FOOTER                                          *
*****************************************************/
footer {
    clear: both;
}

/*****************************************************
*    CONTACT FORM & & ERROR MESSAGES                 *
*****************************************************/
span.wpcf7-not-valid-tip, .alert-danger {
    background-color: #fadfdf !important;
    border-color: #f1b7c1 !important;
    color: #bd2323 !important
}
.wpcf7-validation-errors {
    background-color: #fff579 !important;
    border: 1px solid #f7e700 !important;
    color: #333 !important
}
div.wpcf7-mail-sent-ok {
    background-color: #80e76d !important;
    border: 1px solid #398f14 !important;
    color: #398f14 !important
}
div.wpcf7-mail-sent-ok, div.wpcf7-response-output, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip, .alert-dismissable {
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0 20px !important;
    padding: 8px !important;
    max-width: 460px
}
.wpcf7-captcha-captcha {
    display: inline-block;
    margin: 3px 0 9px;
}
input[type=button], input[type=reset], input[type=submit], button {
    display: inline-block;
    width: auto;
    height: auto
    padding:8px 16px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #fc3;
    border: 1px solid #fc3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    transition: background-color .3s ease-in-out, border .3s ease-in-out
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover {
    background-color: #e7af07;
    border: 1px solid #e7af07
}
input[type="text"], input[type="email"], input[type="tel"], input[type=password], input[type="search"], input[type="date"], input[type="datetime"], input[type="time"], input[type="url"], select, textarea {
    display: inline-block;
    max-width: 460px;
    width: 100%;
    padding: 8px;
    margin-bottom: 9px;
    background-color: #fff;
    font-size: 18px;
    line-height: 18px;
    color: #32312f;
    border: 1px solid #32312f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    font-family: Helvetica, Arial, sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type=password]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    border: 1px solid #25c0d7;
    outline: 0
}
.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    border: 0;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.close:hover, .close:focus {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
#submit {
    display: block;
    width: 150px;
}
#submit img {
    float: right;
}

/*****************************************************
*    FONTS                                           *
*****************************************************/
h1 {
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
}
h2 {
    font-size: 36px;
    margin: 0 0 28px 0;
    font-style: normal;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
    color: #635c73;
}

/*****************************************************
*    FULL SCREENS                                    *
*****************************************************/
#cd-lateral-nav, .mobile-menu {
    display: none;
}
@media screen and (min-width:666px) {
    html {
        height: 100%;
    }
    body, .cd-main-content {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }
    .sticky-wrap {
        flex: 1;
    }
    body, .cd-main-content {
        /* This is opetion */
        /* https://css-tricks.com/couple-takes-sticky-footer/ */
        height: 100%;
    }
}

/*****************************************************
*    MOBILE AND TABLE SCREENS                        *
*****************************************************/
@media screen and (max-width:761px) {
    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }
}

/*****************************************************
*    MOBILE SCREENS ONLY                             *
*****************************************************/
@media screen and (max-width:667px) {
    body {
        word-wrap: break-word;
    }
    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }
    aside, article {
        float: none;
        width: 100%;
    }
    .cd-main-content {
        min-height: 100%;
        position: relative;
        background-color: #fff;
        z-index: 2; /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
    .cd-main-content.lateral-menu-is-open {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
}
@media screen and (max-width:480px) {
}

/*****************************************************
*    NAVIGATION AREA  FOR  MOBILE SCREENS ONLYS      *
*****************************************************/
@media screen and (max-width:667px) {
    .cd-main-content {
        padding-top: 50px;
    }
    #main-nav {
        display: none;
    }
    #cd-lateral-nav {
        display: block;
    }
    header {
        padding: 0 0 30px;
    }
    header h1 a {
        margin: 0 auto;
    }
    .mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background: #fff;
        z-index: 3;     /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
    .mobile-menu.lateral-menu-is-open {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    #cd-top-nav {
        position: absolute;
        top: 0;
        right: 120px;
        height: 100%;
        display: none;
    }
    #cd-top-nav ul {
        height: 100%;
        padding-top: 18px;
    }
    #cd-top-nav li {
        display: inline-block;
        margin-right: 1em;
    }
    #cd-top-nav a {
        display: inline-block;
        padding: .5em;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 600;
    }
    #cd-top-nav a.current {
        background-color: #242e30;
    }
    .no-touch #cd-top-nav a:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    #cd-menu-trigger {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 110px;
        padding-left: 1.25em;
    }
    #cd-menu-trigger .cd-menu-text {
        height: 100%;
        text-transform: uppercase;
        color: #000000;
        font-weight: 600;
    }
    #cd-menu-trigger .cd-menu-icon {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 18px;
        height: 2px;
        background-color: #000; /* these are the upper and lower lines in the menu menu */
    }
    #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: inherit;
        left: 0;
    }
    #cd-menu-trigger .cd-menu-icon::before {
        bottom: 5px;
    }
    #cd-menu-trigger .cd-menu-icon::after {
        top: 5px;
    }
    #cd-menu-trigger.is-clicked .cd-menu-icon {
        background-color: rgba(255, 255, 255, 0);
    }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
        background-color: #000;
    }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cd-menu-trigger.is-clicked .cd-menu-icon::after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 53px;
    }
    #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    #cd-lateral-nav {
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        visibility: hidden;     /* the secondary navigation is covered by the main element */
        z-index: 1;
        width: 260px;
        background-color: #1d1d1d;
        overflow-y: auto;       /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
        -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
        transition: transform .4s 0s, visibility 0s .4s;        /* this creates the subtle slide in animation of the navigation */
        -webkit-transform: translateX(80px);
        -moz-transform: translateX(80px);
        transform: translateX(80px);
    }
    #cd-lateral-nav .cd-navigation {
        margin: 10px 0 16px;
    }
    #cd-lateral-nav .sub-menu {
        padding: 0 10px 20px 15px;
        display: none;
    }
    #cd-lateral-nav a {
        display: block;
        line-height: 2em;
        padding: 0 16px 0 32px;
        color: #aab5b7;
    }
    #cd-lateral-nav ul#top-menu > li > a {
        text-transform: uppercase;
        font-weight: 600;
    }
    #cd-lateral-nav li.current-menu-item a {
        background-color: #32312f;
        color: #FFF;
    }
    .no-touch #cd-lateral-nav a:hover {
        color: #FFF;
    }
    #cd-lateral-nav .cd-navigation {
        margin: 20px 0;
    }
    #cd-lateral-nav.lateral-menu-is-open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
        transition: transform .4s 0s, visibility 0s 0s;
        -webkit-overflow-scrolling: touch;
    }

    /* style menu items which have a submenu  */
    #cd-lateral-nav .menu-item-has-children > a {
        position: relative;
    }
    #cd-lateral-nav .menu-item-has-children > a::after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1em;
        background: url("images/cd-arrow.svg") no-repeat center center;
        background-size: 8px 11px;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    #cd-lateral-nav .menu-item-has-children > a.submenu-open::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
}