/*Base
------*/

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Reset Custom
------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    direction: ltr;
    color: #778088;
    font-size: 14px;
    /*font-family: 'Roboto Slab', 'Montserrat', 'Open Sans', sans-serif !important;*/
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
}

body {
    overflow: auto;
}

html>body.overflow-hidden {
    overflow: hidden;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
li strong {
    margin-bottom: 0 !important;
}
::selection {
    background: #1d302e; /* WebKit/Blink Browsers */
    color: #ffffff;
}
::-moz-selection {
    background: #1d302e; /* Gecko Browsers */
    color: #ffffff;
}

/* End Reset Custom
-----------*/


/*Typography
------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #434b52;
    -webkit-font-smoothing: antialiased;
}
h1,
h2 {

    font-weight: 700;
    text-transform: uppercase;
    font-family: Open Sans;
    font-size: 32px !important;
    line-height: 40px !important;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
}

p {
    margin-bottom: 24px;
}

span {

}

strong {

}
.bold {
    font-weight: bold;
}

a,
i {
    color: #434b52;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

a:hover {
    text-decoration: none;
    color: #443b97 !important;
}
a:focus {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
/*Font sizes*/
.normalize {
    letter-spacing: normal;
}
.gigantic {
    font-size: 90px;
}
.massive {
    font-size: 70px;
}
.huge {
    font-size: 50px;
}
.big {
    font-size: 30px;
}

/*End Typography
------*/


/* Clears
-------*/
.clear5,
.clear15,
.clear10,
.clear20,
.clear30,
.clear40,
.clear50,
.clear60,
.clear70,
.clear80,
.clear90,
.clear100 {
    clear: both;
    display: block;
    width: 0;
}

.clear5  { height: 5px }
.clear10 { height: 10px }
.clear15 { height: 15px }
.clear20 { height: 20px }
.clear30 { height: 30px }
.clear40 { height: 40px }
.clear50 { height: 50px }
.clear60 { height: 60px }
.clear70 { height: 70px }
.clear80 { height: 80px }
.clear90 { height: 90px }
.clear100 { height: 100px }


.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-float {float: none !important;}
.no-border{border: none !important;}
.no-position {position: inherit !important;}

/* End clears
------------*/

/* Start Actions
------------*/

.fade {
    height: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transition: all 300ms linear;

}
.out {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}


.transition-all {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.img-cover {
    -web-kit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* End Actions
------------*/

/* Forms
------------*/

.lee-btn {
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #4a90e2;
    color: #4a90e2 !important;
    border-color: #4a90e2 !important;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 300;
    padding: 12px 20px !important;
    resize: none;
    height: 42px;
    width: 165px;
}
.lee-btn:hover {
    color: #ffffff !important;
}

.lee-article .lee-btn {
    border: #ffffff !important;
    color: #7f7f7f !important;
    font-size: 13px;
    font-weight: 100;
}

input,
input.form-control,
textarea.form-control {
    border-radius: 0;
    border: 1px solid rgba(119, 128, 136, 0.3);     /* earlier   1px solid #e8e8e8; */
    box-shadow: none;
    resize: vertical;
    height: 103px;
}
textarea.form-control {
    padding-top: 10px;
    /* border-bottom: none;
     border-right: none;
     border-left: none; */
}
input,
input.form-control {
    height: 42px;           /* earlier 50px */
    border-radius: 5px;
}
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(232, 232, 232, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(232, 232, 232, 0.6);
    outline: 0 none;
}

.reversed textarea.form-control,
.reversed input[type="text"],
.reversed input[type="password"],
.reversed input[type="datetime"],
.reversed input[type="datetime-local"],
.reversed input[type="date"],
.reversed input[type="month"],
.reversed input[type="time"],
.reversed input[type="week"],
.reversed input[type="number"],
.reversed input[type="email"],
.reversed input[type="url"],
.reversed input[type="search"],
.reversed input[type="tel"],
.reversed input[type="color"] {
    font-size: 15px;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #868686;
}

.reversed textarea.form-control:hover,
.reversed textarea.form-control:focus,
.reversed input[type="text"]:hover,
.reversed input[type="text"]:focus,
.reversed input[type="password"]:hover,
.reversed input[type="password"]:focus,
.reversed input[type="datetime"]:hover,
.reversed input[type="datetime"]:focus,
.reversed input[type="datetime-local"]:hover,
.reversed input[type="datetime-local"]:focus,
.reversed input[type="date"]:hover,
.reversed input[type="date"]:focus,
.reversed input[type="month"]:hover,
.reversed input[type="month"]:focus,
.reversed input[type="time"]:hover,
.reversed input[type="time"]:focus,
.reversed input[type="week"]:hover,
.reversed input[type="week"]:focus,
.reversed input[type="number"]:hover,
.reversed input[type="number"]:focus,
.reversed input[type="email"]:hover,
.reversed input[type="email"]:focus,
.reversed input[type="url"]:hover,
.reversed input[type="url"]:focus,
.reversed input[type="search"]:hover,
.reversed input[type="search"]:focus,
.reversed input[type="tel"]:hover,
.reversed input[type="tel"]:focus,
.reversed input[type="color"]:hover,
.reversed input[type="color"]:focus {
    background-color: rgba(255,255,255,0.2);
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

.reversed input::-webkit-input-placeholder,
.reversed [placeholder]::-webkit-input-placeholder,
.reversed *[placeholder]::-webkit-input-placeholder {
    color: #e8e8e8 !important;
}
.reversed h1,
.reversed h2,
.reversed h3,
.reversed h4,
.reversed h5,
.reversed h6,
.reversed p,
.reversed span,
.reversed i {
    color: #ffffff;
}
.lee-inp {
    border-radius: 5px;
    height: 45px;
    padding-left: 15px;
    line-height: normal;
}


/* End Forms
------------*/


/* End Base
-----------*/


/* --------------------------------

Header and Nav

-------------------------------- */
.lee-header {
    position: fixed;
    z-index: 3;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.98);
    border-bottom: 1px solid #e8e8e8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    transition: top 0.2s;

}
.lee-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
.lee-header::before {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile';
}
@media only screen and (min-width: 1024px) {
    .lee-header {
        height: 60px;
    }
    .lee-header.nav-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .lee-header::before {
        content: 'desktop';
    }
}

.lee-logo {
    display: inline-block;
    height: 100%;
    margin-left: 15px;
    /* remove jump on iOS devices - when we fire the navigation */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lee-logo img {
    display: block;
    max-width: 100%;
    margin-top: 26px;   /* earlier 14px;*/
}
@media only screen and (min-width: 1024px) {
    .lee-logo {
        position: absolute;
        z-index: 2;
        margin-left: 2%;
        margin-top: -1%;
    }
    .lee-logo img {

    }
}

.lee-nav-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    /* hide text */
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}
.lee-nav-trigger span {
    /* hamburger icon created in CSS */
    position: absolute;
    height: 2.5px;
    width: 23px;
    top: 50%;
    margin-top: 1px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: background-color 0.3s 0.3s;
    -moz-transition: background-color 0.3s 0.3s;
    transition: background-color 0.3s 0.3s;
    background-color: #707E8C;
}
.lee-nav-trigger span::before, .lee-nav-trigger span::after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #707E8C;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   -webkit-transition: -webkit-transform 0.7s 0.7s;
    -moz-transition: -moz-transform 0.7s 0.7s;
    transition: transform 0.7s 0.7s;
}
.lee-nav-trigger span::before {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.lee-nav-trigger span::after {
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
}
.nav-is-visible .lee-nav-trigger span {
    background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .lee-nav-trigger span::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.nav-is-visible .lee-nav-trigger span::after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
@media only screen and (min-width: 1024px) {
    .lee-nav-trigger {
        display: none;
    }
}

.lee-main-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 260px;
    height: 100vh;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    background: #1e262c;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
}
.lee-main-nav a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding: .9em 2em .9em 1em;
    border-bottom: 1px solid #33414a;
    color: #434b52;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.lee-main-nav a:hover {
    color: #443b97 !important;         /* earlier #4a90e2; */
}
.lee-main-nav {

}
.lee-main-nav li ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}
.lee-main-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}
.lee-main-nav.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.lee-main-nav.moves-out > li > ul {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.lee-main-nav .lee-subnav-trigger, .lee-main-nav .go-back a {
    position: relative;
    z-index: 999;
}
.lee-main-nav .lee-subnav-trigger::before, .lee-main-nav .lee-subnav-trigger::after, .lee-main-nav .go-back a::before, .lee-main-nav .go-back a::after {
    /* arrow icon in CSS */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #485c68;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lee-main-nav .lee-subnav-trigger::before, .lee-main-nav .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lee-main-nav .lee-subnav-trigger::after, .lee-main-nav .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lee-main-nav .lee-subnav-trigger::before, .lee-main-nav .lee-subnav-trigger::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}
.lee-main-nav .go-back a {
    padding-left: 3em;
}
.lee-main-nav .go-back a::before, .lee-main-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}
.lee-main-nav.moves-out .lee-subnav-trigger {
    background-color: #4a90e2;
    color: #ffffff;
}
.lee-main-nav.moves-out .lee-subnav-trigger:before,
.lee-main-nav.moves-out .lee-subnav-trigger:after {
    background-color: #ffffff;
}
.lee-main-nav .placeholder {
    /* never visible or clickable- it is used to take up the same space as the .lee-subnav-trigger */
    display: none;
}
header.lee-header #main-menu-nav ul.lee-main-nav .lee-subnav-trigger:hover {
    opacity: 0.5;
}
header.lee-header #main-menu-nav ul.lee-main-nav .lee-subnav-trigger:hover,
header.lee-header #main-menu-nav ul.lee-main-nav.moves-out .lee-subnav-trigger,
header.lee-header #main-menu-nav .sidebar-toggle-open,
header.lee-header #main-menu-nav .sidebar-toggle:hover,
header.lee-header #main-menu-nav .sidebar-toggle-open:hover,
header.lee-header #main-menu-nav .back-to-top:hover {
    background: none !important;
}
.sidebar-toggle-wrap {
    display: none !important;

}
.sidebar-toggle {
    position: relative;
    border: 1px solid #4a90e2 !important;
    border-radius: 100%;
    padding: 11px;
    z-index: 999999999;
}
.sidebar-toggle i {
    color: #4a90e2;
}
.sidebar-toggle:hover {
    background-color: #4a90e2;
}
.sidebar-toggle:hover i {
    color: #ffffff;
}
.sidebar-toggle.sidebar-toggle-open {
    background-color: #4a90e2;
}
.sidebar-toggle.sidebar-toggle-open i {
    color: #ffffff;
}

@media only screen and (min-width: 1024px) {
    .lee-main-nav {
        position: static;
        visibility: visible;
        width: 100%;
        height: 60px;
        line-height: 60px;
        /* padding left = logo size + logo left position*/
        padding: 0 2% 0 calc(14.4% + 124px);
        background: transparent;
        text-align: left;
    }
    .lee-main-nav li {
        display: inline-block;
        height: 100%;
    /*    padding: 0 .4em;
        margin-left: 2%; */
    }
    ul.lee-main-nav li.back-to-top-wrap {
        display: none;
    }
    /* .lee-main-nav li.active {
        border-bottom: 1px solid #1d302e;
    } */
    .lee-main-nav li.active a {
        color: #434b52;      /*earlier     #1d302e !important; */
        font-weight: 600;
        opacity: 1;
    }
    .special-order-li {
        float: right;
        margin-top: -1.4%;
    }
    .lee-main-nav.moves-out .special-order-li a.lee-subnav-trigger {
        -webkit-opacity: 1 !important;
        opacity: 1 !important;
    }
    .nav-search {
        position: relative;
    }
    .nav-search i.fa-search {
        position: absolute;
        color: #ababab;
        top: 11px;
        left: 15px;
    }
    .lee-search-inp {
        border-radius: 30px;
        height: 37px;
        margin-top: 28px;
        padding-left: 35px;
        font-family: Open Sans;
        padding-right: 21px;
        line-height: 17px;
        display: block;
        width: 248px;
        resize: none;
    }
    .lee-search-submit {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 37px;
        line-height: 35px;
        padding: 0 15px;
        -webkit-border-top-right-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-bottomright: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        background-color: #ffffff;
        color: #4a90e2;
        border: 1px solid #e8e8e8;
        -webkit-transition: border 0.3s;
        -moz-transition: border 0.3s;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    /* .lee-search-inp:focus {
        padding: 0 50px;
    } */
    .lee-search-submit-trigger {
        visibility: visible;
        opacity: 1;
    }
    .lee-main-nav li a {
        display: inline-block;
        padding: .8em;
        margin-top: -11%;
        line-height: 21px;
        font-size: 13px;
        font-family: Open Sans;
        font-weight: 500;
        opacity: 0.7;
        padding: 32px;
        border-bottom: none;
        /* Prevent .lee-subnav-trigger flicker is Safari */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .lee-main-nav li a:not(.lee-subnav-trigger):hover {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: .6;
    }
    .lee-main-nav .go-back {
        display: none;
    }
    .lee-main-nav .lee-subnav-trigger {
        z-index: 1;
        color: #4a90e2;
        border: 1px solid rgba(3, 150, 136, 1);
        border-radius: 5em;
        -webkit-transition: border 0.3s;
        -moz-transition: border 0.3s;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .lee-main-nav .lee-subnav-trigger:hover {
        background-color: rgba(3, 150, 136, 1);
        color: #ffffff;
    }
    .lee-main-nav .lee-subnav-trigger::before,
    .lee-main-nav .lee-subnav-trigger::after {
        top: 17px;
        right: 17px;
        background-color: #4a90e2;
        /* change transform-origin to rotate the arrow */
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: -webkit-transform 0.3s, width 0.3s, right 0.3s;
        -moz-transition: -moz-transform 0.3s, width 0.3s, right 0.3s;
        transition: transform 0.3s, width 0.3s, right 0.3s;
    }
    .lee-main-nav .lee-subnav-trigger:hover::before,
    .lee-main-nav .lee-subnav-trigger:hover::after {
        background-color: #ffffff;
    }
    .lee-main-nav .lee-subnav-trigger::before {
        right: 23px;
    }
    .lee-main-nav .lee-subnav-trigger, .lee-main-nav .placeholder {
        padding-right: 3em;
        padding-left: 1.5em;
    }
    .lee-main-nav li ul {
        height: 80px;
        background-color: #fafafa;
        border-bottom: 1px solid #e8e8e8;
        /* padding left = logo size + logo left position*/
        padding: 0 5% 0 calc(14.4% + 124px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: -webkit-transform 0.3s 0.2s;
        -moz-transition: -moz-transform 0.3s 0.2s;
        transition: transform 0.3s 0.2s;
    }
    .lee-main-nav li ul li {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: -webkit-transform 0.3s 0s, opacity 0.3s 0s;
        -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s 0s;
        transition: transform 0.3s 0s, opacity 0.3s 0s;
    }
    .lee-main-nav .placeholder {
        /* never visible or clickable- it is used to take up the same space as the .lee-subnav-trigger */
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-event: none;
    }
    .lee-main-nav.moves-out > li > a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .lee-main-nav.moves-out > li > ul {
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .lee-main-nav.moves-out > li ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.3s 0.2s, opacity 0.3s 0.2s;
        -moz-transition: -moz-transform 0.3s 0.2s, opacity 0.3s 0.2s;
        transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    }
    .lee-main-nav.moves-out .lee-subnav-trigger::before, .lee-main-nav.moves-out .lee-subnav-trigger::after {
        width: 14px;
        right: 17px;
    }
    .lee-main-nav.moves-out .lee-subnav-trigger::before {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .lee-main-nav.moves-out .lee-subnav-trigger::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

}

/*Lee Sub Nav*/

li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible !important;
    display: block !important;
    opacity: 0.98;
    top: 203% !important;
}
ul.sub-menu {
    /*background-color: #ffffff !important;*/
    visibility: hidden !important;
    display: block !important;
    opacity: 0;
    position: absolute !important;
    top: 180% !important;
    left: 0 !important;
    padding-top: 45px !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}
ul.sub-menu li {
    opacity: 1 !important;
    display: inline-block !important;
    height: 100% !important;
    float: left;
}
ul.sub-menu li.active {
    border-bottom: 0;
}
ul.sub-menu li a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.lee-main-content::before {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile';
}
@media only screen and (min-width: 1024px) {
    .lee-main-content::before {
        content: 'desktop';
    }
}

.lee-main-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.lee-wrapper {
    display: block;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px;
    transition: all 200ms ease-in-out;
}
.lee-main-content.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
@media only screen and (min-width: 1024px) {
    .lee-main-content {
        margin-top: 60px;
    }
    .lee-main-content.nav-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.no-js .lee-nav-trigger, .no-js .lee-subnav-trigger {
    display: none;
}

.no-js header {
    position: relative;
    height: auto;
}

.no-js .lee-logo img {
    margin-bottom: 14px;
}

.no-js .lee-main-nav {
    position: static;
    width: 100%;
    height: auto;
    visibility: visible;
    overflow: visible;
}
.no-js .lee-main-nav li {
    display: inline-block;
}
.no-js .lee-main-nav li:last-child {
    display: block;
}
.no-js .lee-main-nav .go-back {
    display: none;
}
.no-js .lee-main-nav li ul {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
    .no-js .lee-main-nav {
        height: 80px;
    }
    .no-js .lee-main-nav li ul {
        position: absolute;
        top: 80px;
    }
    .no-js .lee-main-nav li ul li {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .no-js .lee-main-nav li ul li:last-child {
        display: none;
    }
}

.no-js .lee-main-content {
    padding-top: 0;
}
@media only screen and (min-width: 1024px) {
    .no-js .lee-main-content {
        margin-top: 80px;
    }
}

/*Admin bar is active*/
body.admin-bar header.lee-header {
    top: 32px;
}
/* --------------------------------

Main content

-------------------------------- */

.lee-main-content {
}
main.lee-content {
    float: left;
    width: 73%;
}
.lee-no-coa {
    margin-top: 60px;
}
.lee-container {
    margin-right: 5%;
}
.lee-section {
    width: 100%;
    /*min-height: 317px;*/
    padding: 3% 0;
}
.lee-hero-section {
    margin-bottom: 100px;
}
.section-bg,
.widget-bg {
    background-repeat: no-repeat;
    background-size: cover;

}

/*Heighlight Separator*/
.full-width {
    margin-bottom: 10px;
}
/*.archive .full-width,
.category .full-width {
    margin-bottom: 100px;
}*/
.inside-full-width {
    position: absolute;
    left: 0;
    width: 100%;
}
.section-separator {
    padding: 3% 0 3% 1.4%;
}
.section-separator h1 {
    text-transform: none;
    font-size: 30px;
    font-weight: 400;
    /*line-height: 1.3;*/
    letter-spacing: -0.02em;
    font-style: normal;
    width: 50%;
    display: block;
}
.section-separator p {
    margin: 12px 0 20px 0;
    font-size: 18px;
    color: #05f2f5;
    letter-spacing: -0.02em;
    font-weight: 300;
    font-style: italic;
}
.section-separator .btn {
    background-color: #4a90e2;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
.lee-about-sub {
    margin-bottom: 50px;
    margin-top: 40px;
}
.home .lee-about-sub {
    margin-top: -30px;
}
.archive .lee-about-sub,
.category .lee-about-sub,
.page .lee-about-sub,
.search .lee-about-sub{
    margin-top: -10px;
}
/*Article*/
.lee-article {
    margin-bottom: 52px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}
.lee-article-last,
.lee-article:last-of-type{
    padding-bottom: 0;
    border-bottom: 0;
}

/*Article Title*/
.lee-article h2 {
    text-transform: none;
    line-height: 1.3;
}

/*Article Featured Image*/
.lee-article figure {
    margin: 20px 0;
}
.lee-article figcaption {
    color: #a7a7a7;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
    width: 100%;
}

/*Article Video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 20px;
    height: 0;
    overflow: hidden;
}
.video-container.no-controls {
    padding-top: 0;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Article Paragraph*/
.lee-article p {
    font-size: 17px !important;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #434b52;
    margin-top: -5px;
}

.lee-article .row {
    margin-top: -25px;
}

/*Meta*/
.lee-meta {
    margin: 9px 0 32px 0;  /* earlier    margin: 15px 0 40px 0;*/
}
.lee-meta li {
    float: left;
    font-style: italic;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
}
.lee-meta li span {
    padding-right: 3px;
}
.lee-meta li a {
    color: #555757;
    padding-bottom: 2px;
    padding-left: 3px;
}
.lee-meta li a:hover {
    color: #443b97 !important;
    border-color: #443b97 !imporant;
}

/*Article Share*/
.article-share {
    position: relative;
    visibility: hidden;
    opacity: 0;
    right: -10px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.lee-article:hover .article-share {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.share-on-xs .article-share{
    visibility: visible;
    opacity: 1;
    right: 0;
    margin-top: 20px;
}
.share-on-xs .article-share li {
    margin-bottom: 5px;
}
.lee-article .article-share {
    float: right;
}
.article-share li {
    float: left;
    margin-right: 5px;
}
.article-share li:last-child {
    margin-right: 0;
}
.article-share li a {
    display: block;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.article-share li a i {
    color: #e8e8e8;
}

.article-share-it li a:hover,
.article-share li a:hover,
.meta-bar .meta-share ul li a:hover{
    border-color:#4a90e2 ;
}
.article-share-it li a:hover i,
.article-share li a:hover i,
.meta-bar .meta-share ul li a:hover i{
    color:#4a90e2 ;
}

/*List Loop*/

.lee-article-list-loop {
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.lee-article-list-loop-latest {
    margin-bottom: 10px;
}
.lee-article-list-loop img {
    width: 100%;
    margin-left: -20px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.lee-article-list-loop h2 {
    font-size: 22px;
    line-height: 1.6;
}
.lee-article-list-loop ul.lee-meta {
    margin: 10px 0 20px 0;
}
.lee-article-list-loop p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
}

.gallery-wrapper {
    text-align: center;
    margin: 50px auto;
}
.lee-image-gallery-link {
    margin-bottom: 4px;
    display: inline-block;
}

/*Masonry Loop*/
.lee-grid-item {
    width: 48%;
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.lee-grid-item:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.1);
}
.lee-grid-item-container {
    border: 1px solid #E8E8E8;
    padding: 20px;
    margin-top: -1px;
}

.lee-grid-item-container h2 {
    font-size: 25px;
    line-height: 1.3;
    text-transform: none;
}
.lee-grid-item-container ul.lee-meta {
    margin: 0;
}
.lee-grid-item-container p {
    margin-bottom: 0;
}
.lee-grid-item-container .masonary-coa {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0;
}
.lee-grid-item-container .masonary-coa:hover {
    border-color: #4a90e2;
}

/*Category head*/
.lee-category-head {
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    /*padding: 3% 0;*/
}
.lee-category-search-result {
    min-height: 210px;
    padding: 4.5% 0 0 30px;
}
.lee-category-head span {
    font-size: 28px;
    color: #323232;
}
.lee-category-head h1 {
    font-weight: 900;
    //padding-bottom: 15px;
    width: 100%;
    color: rgb(29,48,46);
    /*text-shadow: 2px 8px 0px rgba(0, 0, 0, 0.1);*/
}
.lee-category-head .search-results-word {
    display: inline;
    background-color: #323232;
    color: #ffffff;
    padding: 2px 20px;
    border-radius: 30px;
}
.lee-category-head p {
    margin-top: 15px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
    display: inline-block;
    width: 87%;
}


.lee-share-facebook:hover {
    border-color:#4a90e2 !important;  /*earlier #3b5998*/
}
.lee-share-facebook:hover i {
    color:#4a90e2 !important;  		/*earlier #3b5998*/
}

.lee-share-twitter:hover {
    border-color:#4a90e2 !important; 	/*earlier #00aced */
}
.lee-share-twitter:hover i {
    color:#4a90e2 !important;		/*earlier #00aced !important; */
}

.lee-share-google:hover {
    border-color:#4a90e2 !important; 	/* earlier #dd4b39 !important; */
}
.lee-share-google:hover i {
    color:#4a90e2 !important;		/* earlier #dd4b39 !important; */
}

.lee-share-linkedin:hover {
    border-color:#4a90e2 !important;	/*earlier #007bb6 !important; */
}
.lee-share-linkedin:hover i {
    color:#4a90e2 !important;			/* earlier #007bb6 !important; */
}

.lee-share-pinterest:hover {
    border-color:#4a90e2 !important;	/*earlier #cb2027 !important; */
}
.lee-share-pinterest:hover i {
    color:#4a90e2 !important;			/* earlier #cb2027 !important; */
}
.author-heading-holder {

}
.author-heading-holder .author-page-details {
    margin-left: -25px;
}

.author-heading-holder h1 span {
    //font-size: 80px;
}
/*Not found case*/
.no-results,
.not-found {
    padding-bottom: 100px;
}
.no-results p,
.not-found p {
    padding-top: 10px;
    margin-bottom: 40px;
}
.no-results label,
.not-found label {
    width: 100%;
}
.no-results label span,
.not-found label span {
    display: none;
}
.no-results .search-field,
.not-found .search-field {
    border-radius: 30px;
    width: 100%;
    padding-left: 43px;
    line-height: 17px;
    display: block;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.no-results .search-submit,
.not-found .search-submit {
    padding: 12px 50px;
    background-color: #ffffff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;

    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    outline: none;
}
.no-results .search-submit:hover,
.not-found .search-submit:hover {
    color: #ffffff !important;
}
/*Pagination*/
.lee-pagination {
    /*border-top: 1px solid #E8E8E8;*/
    display: table;
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
    overflow: hidden;
}
.lee-pagination ul {
    position: relative;
    /*float: left;*/
    display: block;
    left: 50%;
}
.lee-pagination ul li {
    /*margin-right: 5px;*/
    position: relative;
    float: left;
    display: block;
    right: 50%;
    padding: 10px;
}
.lee-pagination ul li:last-child {
    margin-right: 0;
}
.lee-pagination ul li a {
    display: block;
    width: 40px;
    height: 40px;
    color: #000 !important;
    padding: 10px !important;
    border-radius: 50%;
    text-align: center;
    font-family: Open Sans;
    border-color: rgba(119, 128, 136, 0.5) !important;
}
.lee-pagination ul li a:hover {
    color: #443b97 !important;
    background: transparent !important;
    border-color: #443b97 !important;
}
.lee-pagination ul li.active a {
    background-color: #ffffff !important;
    border-color: #443b97 !important;
    color: #443b97 !important;
    
}
.lee-pagination ul li.active:hover a {
    color: #443b97 !important;
}
.lee-pagination ul li a i {
    color: #000 !important;
    opacity: 0.5;
}
.lee-pagination ul li a i:hover {
    color: #443b97 !important;
    opacity: 1;
}
.lee-pagination ul li a:hover i {
    color: #443b97 !important;
    opacity: 1;
}

/* .fa:hover {
    color: #fff !important;
} */
a:hover .fa{
    color: #fff !important;
}

/*Sticky post*/
.sticky {
    position: relative;
}
.sticky .sticky-plaster {
    position: absolute;
    top: 0%;
    left: -7%;
    display: block;
    width: 160px;
    height: 65px;
    background-color: #FFFFFF;
    opacity: 0.6;
    -webkit-transform: rotateZ(130deg);
    -moz-transform: rotateZ(130deg);
    -o-transform: rotateZ(130deg);
    -ms-transform: rotateZ(130deg);
    transform: rotateZ(130deg);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 2px 1px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 2px 1px rgba(50, 50, 50, 0.1);
}
/*Protected post*/
.post-password-required {
    border: 1px solid #e8e8e8;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 80px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.1);
}
.post-password-required p {
    text-align: center;
}
.post-password-required form {

}
.post-password-required form input[type="password"] {
    border-radius: 30px;
    padding: 0 30px;
}
.post-password-required form input[type="submit"] {
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #4a90e2;
    color: #4a90e2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0 35px;
    resize: none;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.post-password-required form input[type="submit"]:hover {
    background-color: #4a90e2;
    color: #ffffff;
}

/*Gallery post*/
/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

/*WordPress Default classes*/
.wp-caption {}
.wp-caption-text {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}


/* --------------------------------

Sidebar Content

-------------------------------- */
aside.lee-sidebar {
    width: 25%;
    position: absolute !important;
    right: 0;
    height: 100%;
    background-color: #fafafa;
    border-left: 1px solid #e8e8e8;
    overflow-y: auto !important;
    -webkit-overflow-y: auto !important;
    -moz-overflow-y: auto !important;
    -o-overflow-y: auto !important;
    -ms-overflow-y: auto !important;
}

/*Widget General*/
.widget {
    padding: 65px 0px 0px 40px;              /* earlier 45px*/  /* 65px 45px 0px 46px*/
    /*border-bottom: 1px solid #e8e8e8;*/
}
aside.lee-sidebar section.widget:last-child {
    border-bottom: none;
}
.widget_mailmunch_widget {
    margin-top: -15px;
    padding-right: 0px;
}
#custom_html_html {
    margin-top: -5px;
}
#mailmunch-optin-form {
    margin-top: -5px;
}
.text {
    font-size: 14px !important;
    line-height: 26px;
    margin-top: -10px;
    color: #778088;
}
.widget-header,
.general-header {
    height: 18px;
    margin-bottom: 25px;
    width: auto;
}
.widget-header h3,
.general-header h3,
.general-header h2 {
    font-size: 13px;
    font-weight: 500;
    font-family: Open Sans;
    line-height: 11px;
    opacity: 0.5;
    width: 100%;
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(189, 185, 185, 0.62);
}
.widget-header h3:after,
.general-header h3:after {
    content: "";
    /*border-bottom: 1px solid #1d302e;*/
    display: block;
}
.widget-body,
.general-body {

}
.widget img,
.widget select {
    width: 100%;
}
.widget label {
    margin-bottom: 5px;
}
/*Tags Widget*/
.widget-tags ul li {
    float: left;
    margin: 0 8px 8px 0;
}
.widget-tags ul li a {
    display: block;
    padding: 2px 10px;
    color: #737373;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    text-align: center;
}
.widget-tags ul li a:hover {
    border-color: #4a90e2;
}

.widget_tag_cloud {
    clear: both;
    display: inline-block;
}
.widget_tag_cloud a {
    float: left;
    margin: 0 8px 8px 0;
    display: block;
    padding: 2px 10px;
    color: #737373;
    font-size: 15px !important;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    text-align: center;
}

.widget_tag_cloud a:hover {
    border-color: #4a90e2;
    color: #ffffff !important;
}

/*Heighlight Widget*/
.widget-heighlight {
    position: relative;
    margin-top: -1px;
}
.widget-bg {
    min-height: 300px;
}
.widget-heighlight .widget-body {
    position: absolute;
    bottom: 13%;
}
.widget-heighlight .widget-body a {
    background-color: #1cdbe7;
    border-color: #1cdbe7;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
.widget-heighlight .widget-body h3 {
    width: 80%;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}

/* MailMunch Widget */
.mailmunch-wordpress-widget p {
     padding-right: 25px;
    line-height: 18px;
    font-family: Open Sans;
    color: #778088;
    font-size: 12px;
}

/*Top stories Widget*/
.widget-top-stories-unit {
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.widget_lee-top-stories ul li:last-child div.widget-top-stories-unit,
.widget_recent_comments ul li:last-child div.widget-top-stories-unit,
.widget_recent_entries ul li:last-child div.widget-top-stories-unit {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget-top-stories-data {
    width: 80%;
}
.widget-top-stories-data h4 {
    font-size: 15px;
}
.widget-top-stories-data span.meta {
    font-size: 14px;
    padding-top: 6px;
    display: inline-block;
}
.widget-top-stories-data span.meta,
.widget-top-stories-data span.meta a {
    color: #979797;
}
.widget-top-stories-data span.meta a:hover {
    color: #4a90e2;
}
.widget-top-stories-num {
    display: table;
    min-height: 60px;
}
.widget-top-stories-num strong.huge {
    display: table-cell;
    vertical-align: middle;
    color: #e8e8e8;
}

.widget-top-stories-see-all-btn {
    width: 100%;
    margin-top: 40px;
}

/*Share Widget*/
.widget-share .widget-body {
    display: table;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.widget-share ul {
    position: relative;
    float: left;
    display: block;
    left: 50%;
}
.widget-share ul li {
    margin-right: 5px;
    position: relative;
    float: left;
    display: block;
    right: 50%;
}
.widget-share ul li a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 12px 10px 10px 10px;
    text-align: center;
    background-color: #1d302e;
    color: #ffffff;
}
.widget-share ul li a i,
.widget-share ul li a:hover i {
    color: #ffffff;
}
.widget-share ul li a.lee-share-facebook {
    background-color: #3b5998;
}
.widget-share ul li a.lee-share-twitter {
    background-color: #00aced;
}
.widget-share ul li a.lee-share-google {
    background-color: #dd4b39;
}
.widget-share ul li a.lee-share-linkedin {
    background-color: #007bb6;
}
.widget-share ul li a:hover {
    background-color: #4a90e2 !important;
}

/*Categories Widget*/
.widget_categories ul {

}
.widget_categories ul li {

}
.widget_categories ul li a {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    display: inline-block;
}
.widget_categories ul li ul {

}
.widget_categories ul li ul li {

}
.widget_categories ul li ul li a {
    font-size: 15px;
    font-weight: normal;
}

/*Content Widget*/
.content-widget .widget-body,
.general-block .general-body {
    margin-top: 35px;
}
.author-details {
    margin-left: -55px;
    font-family: Open Sans;
}
.author-details h4 {
    font-size: 16px;
    font-weight: 600;
}
.author-details p {
    margin: 5px 0;
}
ul.author-social-networks li {
    float: left;
    margin-right: 8px;
}
ul.author-social-networks li:last-child {
    margin-right: 0;
}
ul.author-social-networks li a i {
    color: #bfb9a8;
}
ul.author-social-networks li a:hover i {
    color: #4a90e2;
}

/*About me Widget*/
.widget_lee-about-me .author-details {
    margin-left: auto;
}

/*Calender Widget*/
#wp-calendar {
    width:100%;
    font-size:12px;
    font-weight:300;
    border-collapse:separate;
    border-spacing:8px;
    margin-left:-2px;
}
#wp-calendar
caption {
    display:none;
}
#wp-calendar tbody
td {
    margin-bottom:10px;
    text-align:center;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    border:1px solid #e8e8e8;
    padding:6px;
}

#wp-calendar tbody td:hover {
    border-color:#e8e8e8;
}
#wp-calendar tbody
td.pad {
    border:0;
}
#wp-calendar tbody
td#today {
    color:#4a90e2;
    border-color:#4a90e2;
}
#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
    color:#777;
    font-size:12px;
    font-weight:400;
    position:relative;
    text-transform:uppercase;
    bottom:-9px;
    margin-bottom:1px;
}
#wp-calendar tfoot
td#prev {
    text-align:left;
}
#wp-calendar tfoot
td#next {
    text-align:right;
}
#wp-calendar thead
th {
    font-size:13px;
    font-weight:400;
    color:#777;
    text-align:center;
    padding-bottom:10px;
}
#wp-calendar tbody td
a,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
    color:#4a90e2;
}

/*RSS Widget*/
.widget_rss ul li {
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.widget_rss ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget_rss ul li a {
    display: block;
    font-weight: bold;
}
.widget_rss ul li .rss-date {
    font-size: 13px;
    font-weight: normal;
    color: #777;
    font-style: italic;
}
.widget_rss ul li .rssSummary {
    margin-top: 10px;
}

/*Search Widget*/
.widget_search .lee-search-inp {
    width: 100%;
}

/*Contact section*/
.lee-contact-wrapper {
    margin: 45px 0;
}
.lee-contact-form {
    margin: 20px 0 80px 0;
}
.lee-contact-form textarea.form-control {
    padding: 12px !important;
}
.captcha-question {
    padding: 0 30px;
}
.captcha-question .input-group-addon {
    padding: 0 20px;
}
.captcha-question .input-group-addon:first-child {
    border: 1px solid #E8E8E8;
    background-color: #fafafa;
}
.captcha-answer {
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-left: 0 !important;
}
.form-errors,
.form-success {
    padding: 40px;
    position: relative;
}
.form-errors i,
.form-success i {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 150px;
    color: #a94442;
}
.form-success i {
    top: 17px;
    right: 17px;
    font-size: 80px;
    color: #3c763d;
}
.form-errors strong,
.form-errors ul {
    padding: 0 !important;
}
.form-errors strong {
    padding-bottom: 20px !important;
}
.form-errors ul {
    padding-left: 20px !important;
}


/*Lee Map*/
.lee-map {
    border-top: 1px solid #E8E8E8;
}

/*Subscribe Form*/
.subscribe-form-btn {
    padding: 12px 50px;
}

/*Hero Section Unit*/
.lee-hero-section-text {
    background-color: #fafafa;
    /*border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;*/
    padding: 10px 0 0 0;
    display: table;
    width: 100%;
    position: relative;
}

.lee-hero-section-text .text {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
}

/*Footer*/
.lee-footer {

}
.footer-section {
    padding: 25px 0 27px;
    margin-top: -50px;
}
.footer-nav {

}
.footer-nav ul {
    line-height: 3;
}
.footer-nav ul li {
    float: left;
    margin-right: 20px;
}
.footer-nav ul li:last-child {
    margin-right: 0;
}
.footer-nav ul li a {
    text-transform: uppercase;
}
.footer-end {
    background-color: #2e3b46;
}
.footer-end .copy-rights-text {
    margin-top: 6px;
}
.footer-end span {
    color: #fafafa;
    font-family: Open Sans;
}
.footer-end p {
    color: #777777;
    margin-bottom: 0;
    margin-top: 20px;
}

/*SocialFans Speacialty*/
.sf-dark-color i {color: #ffffff;}

/* --------------------------------

Single

-------------------------------- */

.featured-img {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.featured-img-bg  {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.featured-img-full,
.featured-img-half {
    background-color: #1d302e;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-img-fixed {
    background-attachment: fixed;
}
.featured-img .container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.featured-img-insider {
    padding:  0 20%;
    position: relative;
    z-index: 1;
}
.featured-img-insider h1,
.featured-img-only-data h1 {
    font-size: 32px	!important;/*earlier 80*/
    line-height: 40px;
    font-family: Open Sans;
    font-weight: 900;
    text-transform: none;
    /*text-shadow: 2px 8px 0px rgba(0, 0, 0, 0.4);*/
}
.featured-img-insider p,
.featured-img-only-data p {
    font-size: 12px;
    line-height: 16px;
    font-family: Merriweather;
    font-weight: 500;
    font-style: italic;
    color: #778088;    /*earlier #e8e8e8*/
    margin-top: 10px;
    /*padding-top: 30px;*/
}
.featured-img-insider a {
    color:  #443b97 !important; /* #ffffff */
}
.featured-img-insider a:hover,
.featured-img-only-data a:hover {
    padding-bottom: 5px;
}
.featured-img-only {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #1d302e;
    margin-top: 39px;
    /* min-height: 500px; */
}

.featured-img-only-data {
    margin-top: 60px;
}
.featured-img-only-data h1 {
    color: rgb(29,48,46);
    padding: 0 15%;
    text-align: left;
    /*text-shadow: 2px 8px 0px rgba(0, 0, 0, 0.1);*/
}
.featured-img-only-data p {
    color:  #778088; 	/*#777777 */
    text-align: left;
    padding: 0 15%;
}
.featured-img-only-data a {
    color:  #443b97 !important; 	/*#4a90e2 */
}
.featured-img-only-data a:hover {
    border-color: #443b97;
}
.lee-next-page {
    padding: 60px 0;
    text-align: center;
}

/*404*/
.not-found-header {
    display: table;
    width: 100%;
    background-color: #323232;
    color: #ffffff;
}
.not-found-txt {
    display: table-cell;
    vertical-align: middle;
}
.not-found-txt strong {
    font-size: 250px;
    line-height: 1;
    text-shadow: 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.not-found-msg {
    margin-top: 140px;
    margin-bottom: 100px;
}


.lee-post-wrapper {
    padding-top: 100px;
}
.lee-post-wrapper.featured-img-only-post {
    padding-top: 0px;
}
.page .lee-post-wrapper.featured-img-only-post {
    padding-top: 30px;
}
.lee-wrapper .featured-img-full ~ .lee-post-wrapper.featured-img-only-post {
    padding-top: 30px;
}
.page .lee-wrapper .featured-img-full ~ .lee-post-wrapper.featured-img-only-post {
    padding-top: 60px;
}
.lee-post {
    font-size: 17px;  	/*earlier 1.3em; */
    font-weight: normal;
    line-height: 1.8;
    color: #434b52;		/*not present earlier*/
    margin-top: 52px;
    margin-bottom: 10px;
}
.page .lee-post {margin-top: 0}
.lee-post p,
.lee-post div,
.lee-post span,
.lee-post h1,
.lee-post h2,
.lee-post h3,
.lee-post h4,
.lee-post h5,
.lee-post h6,
.lee-post ul,
.lee-post ol,
.lee-post dl,
.lee-post address,
.lee-post pre,
.lee-post table {
    padding:  0 15%;
    margin-bottom: 30px;
    display: block;
}
.lee-post a {
    color: #4a90e2;
}
.lee-post table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.lee-post table>tbody>tr>td,
.lee-post table>tbody>tr>th,
.lee-post table>tfoot>tr>td,
.lee-post table>tfoot>tr>th,
.lee-post table>thead>tr>td,
.lee-post table>thead>tr>th {
    padding: 20px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.lee-post em {
    font-style: italic;
}
.lee-post figure {
    margin-bottom: 30px;
}
.lee-post ul {
    list-style: circle;
    padding-left: 17%;
}
.lee-post ol {
    list-style: inside;
    padding-left: 17%;
}
.lee-post strong,
.lee-post span {
    /*padding-bottom: 30px;*/
    padding-left: 0;
}
.lee-post p span.bold {
    padding-bottom: 0;
    margin-bottom: 0;
}
.lee-post h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    text-transform: none;
}
.lee-post h1,
.lee-post h2,
.lee-post h3,
.lee-post h4,
.lee-post h5,
.lee-post h6 {
    margin-bottom: 10px;
    /*font-weight: 600 !important; */
    margin-top: 30px;
    line-height: 28px;
    font-size: 24px !important;
}
.dropcap {
    float: left;
    font-size: 112px;
    line-height: 90px;
    font-weight: 400;
    color: #1d302e;
    margin-top: 5px;
    padding: 0 17px 0 0 !important;
}
.lee-post figure.aligncenter {
    margin: 50px 0;
}
.lee-post p img.aligncenter {
    margin-right: inherit;		/*earlier -23%; */
    margin-left: inherit;		/*earlier -23%; */
}
.lee-post p img.alignleft {
    margin-left: inherit; 		/* earlier -23% */
}
.lee-post p img.alignright {
    margin-right: inherit;		/* earlier -23% */
}
.lee-post figure figcaption {
    padding: 0 10%;
    font-size: 12px;
    font-style: italic;
    color: #a7a7a7;
    text-align: center;
    width: 100%
}
.lee-post img {
    display: block;
    max-width: 100%;
    height: auto;	/*300px; */	/* earlier auto*/
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
}
.lee-post .video-container {
    margin: 50px 0;
}
.lee-post-separator, hr {
    margin: 60px 0;
}
.lee-post hr {
    margin: 80px 0;
}
.alignright {
    float: right;
    text-align: right;
    margin: .4em 0 1em 1.7em;
}
.alignleft {
    float: left;
    text-align: left;
    margin: .4em 2em 1em 0;
}
.aligncenter {
    text-align: center;
    margin: 0 auto;
}
blockquote {
    position: relative;
    margin: 50px 0;
    font-weight: bold;
    font-style: italic;
    color: #777;
    display: block;
    padding: 40px 120px;
    text-align: center;
    line-height: 1.6em;
    font-size: 1.4em;
    border-left: none;
    border-right: none;
    z-index: 3;
}
blockquote:before {
    content: "\201C";
    position: absolute;
    left: 18%;
    bottom: -30px;
    font-size: 370px;
    color: #f4f4f4;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: initial;
    z-index: -1;
}
blockquote:after {
    content: "\201D";
    position: absolute;
    right: 18%;
    top: 150px;
    font-size: 370px;
    color: #f4f4f4;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: initial;
    z-index: -1;
}
.lee-post .inside-full-width img {
    width: 100%;
}
.after-article {
    margin-bottom: 80px;
}
.article-tags ul li {
    float: left;
    margin: 0 8px 8px 0;
}
.article-tags ul li a {
    display: block;
    padding: 5px 15px;
    color: #969696;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    text-align: center;
}
.article-tags ul li a:hover {
    background: #E8E8E8;
    color: #4a90e2 !important;		/*earlier #1d302e; */
}
.article-share-it ul li {
    float: left;
    margin: 0 20px 5px 0;
}
.article-share-it ul li a {
    display: block;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.article-tags ul li:last-child,
.article-share-it  ul li:last-child {
    margin-right: 0;
}
.response-and-comments-wrap .tab-content {
    margin-top: 40px;
}
#response-and-comments.nav-tabs {
    border-color: #E8E8E8;
}
#response-and-comments.nav-tabs li a {
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
    width: auto;
    color: #777777;
    display: inline-block;
}
#response-and-comments.nav-tabs > li > a:hover,
#response-and-comments.nav-tabs > li > a:hover,
#response-and-comments.nav-tabs > li > a:focus {
    color: #4a90e2 !important;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom-color: transparent;
}
#response-and-comments.nav-tabs li.active a {
    border: none;
    border-bottom: 1px solid #1d302e;
    color: #1d302e;
}
.response-and-comments-wrap button {
    border-color: #E8E8E8;
    background-color: #fafafa;
    width: 100%;
    color: #777;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.response-and-comments-wrap button:hover {
    background-color: #E8E8E8;
    color: #4a90e2 !important;		/*earlier #1d302e; */
}
.format-chat p {
    padding: 20px;
}
.format-chat p:nth-of-type(odd) {
    background-color: #fafafa;
}
.format-chat p:nth-of-type(even) {
    background-color: #f7f7f7;
}

/* Start comments */
.comments-title {

}
.commentlist {

}
.commentlist li {

}
.commentlist li:last-child {

}
.comment-block {
    position: relative;
    margin: 35px 0;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    padding-bottom: 40px;
}
.comment-children {

}
.comment-avatar {
    float: left;
    margin-right: 15px;
}
.author-comment {
    padding-top: 9px;
}
.author-comment h4 {
    padding-bottom: 5px;
}
.comment-meta {

}
.comment-content {
    margin-top: 16px;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    padding-bottom: 25px;
}
.edit-post {

}
.edit-post a {
    position: absolute;
    top: 0;
    right: 0;
    color: #c66161;
}
.reply {

}
.comment-block:hover .reply a {
    background: #e8e8e8;
}
.reply a {
    width: 40%;
    border: 1px solid #e8e8e8;
    padding: 8px 28px;
    border-radius: 2px;
}
.comment-block:hover .reply a:hover {
    text-decoration: none;
    background: #dddddd;
    border: 1px solid #c3c3c3;
}
.logged-in-as,
.comment-notes {
    padding-top: 25px;
}
.children {
    padding-left: 30px;

}
.children .comment-block {

}
.comment-navigation {
    margin-bottom: 35px;
}
.lee-post-next-prev {
    margin-top: -30px;
    margin-bottom: 30px;
}
.lee-post-next-prev a {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.lee-post-prev,
.lee-post-next {
    position: relative;
    width: 70%;
}
.lee-post-prev i,
.lee-post-next i {
    position: absolute;
    width: 30px;
    height: 50px;
    display: block;
    top: 42%;
}
.lee-post-prev i {
    background: url("../images/svgs/previous.svg") no-repeat top left;
    left: -15%;
}
.lee-post-next i {
    background: url("../images/svgs/next.svg") no-repeat top left;
    right: -15%;
}
.lee-post-next {
    float: right;
    text-align: right;
}

/* .related-posts {
    margin-bottom: 30px;
} */
.related-posts p {
    margin-top: 5px;
    font-family: Merriweather;
    font-size: 15px;
    line-height: 1.8;
}
.related-posts h3{
    font-family: Open Sans;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
}
.related-posts a:hover{
    color: #443b97!important;
}
.related-posts h3 a:hover {
    color: #443b97 !important;
}
.related-posts img {
    width: 214.8px;
    height: 173.9px;
}

.load-more-btn {
    margin-top: 40px;
    width: 100%;
}

/*Instagram*/
.instagram--section {
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
.insta-follow {
    position: absolute;
    top: 38%;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.insta-follow h4 {
    color: #ffffff;
    margin-bottom: 2%;
}
.insta-follow a {
    background-color: #4a90e2;
    color: #ffffff !important;
    font-weight: 800;
    padding: 1.3rem 4.5rem;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
#instagram {
    position: relative;
}
.instagram-list {
    position: relative;
}
.instagram-list li {
    float: left;
    width: 16.666%;
}
.instagram-list li a {

}
.instagram-list li a img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: background 900ms ease-in-out;
}
.insta-overlay:hover,
.insta-follow:hover~.insta-overlay {
    background: rgba(0,0,0,0.6);
}
.meta-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.98);
    border-top: 1px solid #E8E8E8;
    z-index: 999;
}
.meta-button,
.meta-bar-content {
    display: block;
    text-transform: uppercase;
    padding: 18px 15px;
}
.meta-button {
    font-size: 13px;
    font-weight: 400;
}
.meta-button:hover {
    background: #4a90e2;
    color: #ffffff !important;
}
.meta-prev {
    border-right: 1px solid #E8E8E8;
}
.meta-next {
    border-left: 1px solid #E8E8E8;
}
.meta-bar .lee-meta {
    margin: 0;
}
.meta-bar .meta-share {
    margin-top: -7px;
}
.meta-bar .meta-share ul li {
    float: left;
    margin-right: 5px;
}
.meta-bar .meta-share ul li:last-child {
    margin-right: 0;
}
.meta-bar .meta-share ul li a {
    display: block;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}

/*Sidebar clone*/
.sidebar-clone {
    position: fixed;
    right: 0;
    top: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    max-width: 25%;
    background-color: #fafafa;
    border-left: 1px solid #E8E8E8;
    box-sizing: border-box;
    padding: 60px 0;
    margin-right: -25%;
    z-index: 10;
    transition: margin 200ms ease-in-out;
}
.sidebar-clone.sidebar-open {
    margin-right: 0;
}
.overlay-content {
    visibility: hidden;
    position: absolute;
    z-index: 9;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 200ms ease-in-out;
}
.overlay-content-active {
    visibility: visible;
    opacity: 1;
    cursor: pointer;

}
.blure {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}
.no-scroll {
    overflow: hidden !important;
}


/* --------------------------------

Extras

-------------------------------- */

/*Loading*/
.animsition-loading {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    /*background: url('../images/logo-loading.png') center center no-repeat;*/

    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animsition-loading:after {
    position: fixed;
    top: 50%;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #aaa;
    text-align: center;
    content: "";
}
@-webkit-keyframes loading-infinite-animation {
    50%   { opacity: 0.5; }
    100% { opacity: 1; }
}
@-moz-keyframes loading-infinite-animation {
    50%   { opacity: 0.5; }
    100% { opacity: 1; }
}
@-o-keyframes loading-infinite-animation {
    50%   { opacity: 0.5; }
    100% { opacity: 1; }
}
@keyframes loading-infinite-animation {
    50%   { opacity: 0.5; }
    100% { opacity: 1; }
    50%   { margin-top: 1%; }
    100% { margin-top: 0; }
}
.animsition-loading {
    -webkit-animation: loading-infinite-animation 0.7s infinite; /* Safari 4+ */
    -moz-animation:    loading-infinite-animation 0.7s infinite; /* Fx 5+ */
    -o-animation:      loading-infinite-animation 0.7s infinite; /* Opera 12+ */
    animation:         loading-infinite-animation 0.7s infinite; /* IE 10+, Fx 29+ */
}



/*Back to top*/
.back-to-top-wrap {
    display: none;
}
.back-to-top {
    border: 1px solid #4a90e2 !important;
    border-radius: 100%;
    position: relative;
    z-index: 999999999;
}
.back-to-top:hover {
    background-color: #4a90e2;
}
.back-to-top i {
    color: #4a90e2;
}
.back-to-top:hover i {
    color: #ffffff;
}

.leave-comment-hidden{
    display: none;
}
.leave-comment-display{
    display: block;
}
#leave-comment-button{
    font-family: Open Sans;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #434b52;
    text-transform: uppercase;
}

/* icons for mobile */

.header-icon{
    background: url('../images/header-logo.png?v=2') no-repeat left top;
    background-size: 91px 116px;
    display: none;
}

#header-icons li:last-of-type{
    padding-left: 30px;
}

.apple-logo{
    background-position: -2px -35px !important;
    width: 21px;
    height: 26px;
}

.android-logo{
    background-position: -33px -37px !important;
    width: 23px;
    height: 22px;
    margin-top: 2px;
}
@media only screen and (max-width: 991px) {
    .lee-logo img {
        display: block;
        max-width: 100%;
        margin-top: 25px;
    }
    .sidebar-toggle-respo {
        display: block;
        position: absolute;
        border: none !important;
        color: inherit !important;
        padding: 15px !important;
        right: 35px;
        top: 8px;
        height: 100%;
        overflow: hidden;
        white-space: nowrap;
        color: transparent;
        margin-right: 10px;
    }
    .header-icon{
        display: block;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.1)     ,
only screen and (   min--moz-device-pixel-ratio: 1.1)     ,
only screen and (    -ms-min-device-pixel-ratio: 1.1)     ,
only screen and (     -o-min-device-pixel-ratio: 2/1.9)   ,
only screen and (        min-device-pixel-ratio: 1.1)     ,
only screen and (                min-resolution: 101dpi)  ,
only screen and (                min-resolution: 1.1dppx) {

    .header-icon{
        background: url('../images/header-logo@2x.png?v=2') no-repeat scroll transparent;
        background-size: 91px 116px;
    }
}





/* --------------------------------

Responsive media queries

-------------------------------- */

/* Most devices commons ----------- */
@media  (min-width : 320px) and (max-width: 1023px) {
    /* Styles */
    #wpadminbar {position: fixed}
    .lee-header {
        height: 72px;
    }
    /*.sidebar-toggle-respo {
        margin-right: 25px;
        display: block;
        position: absolute;
        border: none !important;
        color: inherit !important;
        padding: 15px !important;
        right: 35px;
        top: 7px;
        height: 100%;
        width: 50px;
        overflow: hidden;
        white-space: nowrap;
        color: transparent;
    } */
    .sidebar-toggle {
        //display: none;
    }
    .sidebar-toggle-respo i {
        font-size: 1.3em;
        color: #1d302e !important;
    }
    .sidebar-toggle-respo.sidebar-toggle-open,
    .sidebar-toggle:hover{
        background: none !important;
    }
    .sidebar-clone.sidebar-open {
        max-width: 100%;
    }
    li.menu-item-has-children:hover ul.sub-menu {display: block !important;}
    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: 100% !important;
        padding: 0 !important;
    }
    ul.sub-menu li {
        float: none;
        width: 100%;
        display: block;
    }
    .nav-search-wrap {
        padding: 0 20px;
        margin-top: 20px;
        position: absolute;
        bottom: 3%;
    }
    .nav-search-wrap .lee-inp {
        width: 100%;
        margin-bottom: 12px;
    }
    .nav-search-wrap button.lee-search-submit {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        background-color: #4a90e2;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        border: none;
    }
    .lee-container {
        margin-right: 0;
        margin-left: 0;
    }
    .section-separator h1 {
        width: 100%;
    }
    .section-separator {
       // padding-top: 15% !important;
       // padding-bottom: 15%;
    }
    .lee-article h2 {
        margin-bottom: 25px;
    }
    .lee-meta li {
        margin-right: 11px;
        margin-bottom: 11px;
    }
    .lee-article .btn {
        width: 100%;
    }
    .lee-article .article-share {
        margin-top: 40px;
        //margin-left: 10%;
        visibility: visible;
        opacity: 1;
        float: none;
    }
    .subscribe-widget {
        margin-top: 60px;
    }
    .lee-main-content {
        margin-top: 72px;
    }
    .featured-img-insider {
        padding: 0 1%;
    }
    blockquote {
        padding: 40px 25px;
    }

    /* .featured-img-only {
         width: 100% !important;
         height: 100% !important;
     }*/
    .lee-post p,
    .lee-post strong,
    .lee-post span,
    .lee-post h2,
    .lee-post h4,
    .lee-post h5,
    .lee-post h6,
    .lee-post ul,
    .lee-post ol,
    .lee-post ul {
        padding: 0;
        font-size: 15px;
        line-height: 1.8;
    }
    .lee-post h3 {
        font-size: 20px !important;
    }
    .lee-post ul {
        padding-left: 17%;
    }
    .alignright,
    .alignleft {
        float: none;
        text-align: center;
        margin: .4em 0;
    }
    .author-details {
        margin-left: 0;
        margin-top: 30px;
    }
    .lee-post img,
    .lee-post figure {
        width: 100% !important;
        height: 100% !important;
    }
    input, input.form-control {
        margin-bottom: 25px;
    }
    textarea.form-control {
        height: auto;
        margin-top: -10px;
        border-radius: 5px !important;
    }
    .lee-post-next-prev {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    /*.related-posts {
        margin-bottom: 80px;
        padding-bottom: 50px;
        border-bottom: 1px solid #E8E8E8;
    }*/
    div.related-posts:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /* .related-posts h3 {
         padding-top: 25px;
     }*/
    .related-posts img {
        max-width: 100%;
    }

    /*.lee-hero-section h3{
        padding-top: 10px;
        margin: auto;
        width: 90%;
        height: 300px;

    }
     .lee-hero-section p{
        padding-top: 10px;
        margin: auto;
        width: 90%;
        height: 300px;

    }*/
    .related-posts p,
    .related-posts strong,
    .related-posts span,
    .related-posts h2,
    .related-posts h3,
    .related-posts h4,
    .related-posts h5,
    .related-posts h6,
    .related-posts ul,
    .related-posts ol,
    .related-posts ul {
        padding: 0;
        position: relative;
        width: 60%;
    }
    .related-posts h3{
        font-size: 24px;
        line-height: 28px;
    }
    .related-posts p {
        font-size: 15px !important;
        line-height: 28px;
    }
    
    
    .author-page-details{
        margin-left: 0px !important;
    }

    .related-posts h3{
        margin-top: 8px;
    }
    .insta-follow {
        top: 15%
    }
    .gigantic {
        font-size: 50px;
    }
    .instagram-list li {
        width: 25%;
    }
    .insta-follow h4 {
        margin-bottom: 7%;
    }
    .footer-nav ul li {
        float: none;
        margin-right: 0;
    }
    .footer-nav ul li a {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
        border: 1px solid;
        padding: 5px 10px;
        text-align: center;
    }
    .respo-no-pull {
        float: none !important;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .sidebar-clone-home {
        margin-top: 72px;
        padding-top: 0;
    }
    .lee-post-prev, .lee-post-next {
        width: 80%;
    }
    .lee-post-prev {
        margin-left: 13%;
    }
    .lee-post-next {
        margin-top: 30px;
        margin-right: 13%;
    }
    .lee-article-list-loop h2 {
        margin-top: 30px;
    }
    .lee-grid-item {
        width: 100%;
    }
    .not-found-header {
        min-height: 300px;
    }
    .not-found-txt strong {
        font-size: 120px;
    }
    .lee-category-head {
      //  padding-top: 10%;
    }
    .lee-category-head p {
        width: 100%;
    }
    .article-tags {
        margin-top: 20px;
    }


}

@media only screen and (max-width: 991px) {
    main.lee-content{
        width: 100%;
    }
}

@media  (min-width : 320px) and (max-width: 500px){
    .related-posts p,
    .related-posts strong,
    .related-posts span,
    .related-posts h2,
    .related-posts h3,
    .related-posts h4,
    .related-posts h5,
    .related-posts h6,
    .related-posts ul,
    .related-posts ol,
    .related-posts ul {
        padding: 0;
        position: relative;
        width: 100%;
    }
}

@media  (min-width : 320px) and (max-width : 320px) {
    .related-posts p,
    .related-posts strong,
    .related-posts span,
    .related-posts h2,
    .related-posts h3,
    .related-posts h4,
    .related-posts h5,
    .related-posts h6,
    .related-posts ul,
    .related-posts ol,
    .related-posts ul {
        padding: 0;
        position: relative;
        width: 90%%;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    body.single {overflow-x: hidden}
    .featured-img-insider h1, .featured-img-only-data h1 {font-size: 24px !important; line-height: 1.6 !important; text-align: left !important; padding: 0;}
    .lee-post h2, .lee-post h3 { font-size: 20px !important; padding: 0;}
    .lee-article  h2 {font-size: 24px !important; line-height: 1.6 !important; margin-bottom: 15px;}
    .lee-article p {font-size: 16px !important; line-height: 1.6;}
    .featured-img-only-data p {padding: 0;}
    .lee-no-coa {margin-top: 20px;}
    .container .col-md-12 {padding: 0;}
    .row .col-md-12 {padding-left: 15px; padding-right: 15px;}
    .related-posts .row .col-md-12{padding-left: 0;}
    main.lee-content {padding: 0;}
    .lee-hero-section .container { padding-left: 0;}
    .related-posts .row {margin-left: 0;}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    .lee-content .full-width ~ .lee-container {
        margin-top: -75px;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    .lee-content .full-width ~ .lee-container {
        //margin-top: 140px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) and (max-width: 1824px) {
    /* Styles */
    main.lee-content {
        width: 73%;
    }
    aside.lee-sidebar {
        width: 30%;
    }

    .lee-main-nav,
    .lee-main-nav li ul {
        padding: 0 2% 0 calc(6.1% + 30px);
    }
}
/* Desktops and laptops at min of 1024 and max of 1500 ----------- */
@media only screen  and (min-width : 1024px) and (max-width: 1500px) {
    /* Styles */
    .lee-category-head p {
        padding-right: 15%;
    }
    .sidebar-clone {
        max-width: 35%;
        margin-right: -35%;
    }
    .insta-follow {top: 32%;}
    .lee-category-search-result { padding-top: 6%; }
    //.lee-category-head h1 {padding-bottom: 20px;}
    .lee-category-head p {margin-top: 10px}
    .archive .full-width, .category .full-width {
        margin-bottom: 37px;
    }
}

/* ipad potrait and iphone landscape */
@media only screen and (max-width: 768px) {
    .featured-img-only-data {
        margin-top: 20px;
    }
    .featured-img-only-data h1, .featured-img-only-data p {
        padding: 0;
    }
    .after-article {
        padding: 0px;
    }
    .archive .full-width, .category .full-width {
        margin-bottom: 67px;
    }
    .lee-post-wrapper .lee-hero-section .container {
        width: auto;
    }
    .related-posts p,
    .related-posts strong,
    .related-posts span,
    .related-posts h2,
    .related-posts h3,
    .related-posts h4,
    .related-posts h5,
    .related-posts h6,
    .related-posts ul,
    .related-posts ol,
    .related-posts ul {
        padding: 0;
        position: relative;
        width: 90%%;
    }
}
/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    /* Styles */
    .lee-main-nav,
    .lee-main-nav li ul {
        padding: 0 2% 0 calc(14.4% + 124px);
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}