/*
Theme Name: Sensible
Theme URI: http://www.lemonadestand.org
Description: A mobile responsive and HTML5 starter theme built around the Genesis and Foundation 5 Frameworks.
Author: Lemonade Stand
Author URI: http://www.lemonadestand.org

Version: 1.0.0
Tags: Lemonade Stand
Template: genesis
Template Version: 2.0.2

License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/***********************************************
Place your CSS overrides into this style-sheet
***********************************************

*/
/*********************** adjust all of the following ***********************************/
@import url('https://fonts.googleapis.com/css?family=Handlee');


body {
    background-color: #1e171e;
    /* background-color: #131114; */
    background-image: url("https://sensible.com.au/wp-content/themes/Sensible/images/hero-bg-gradient.jpg");
    background-repeat: repeat-x;
    background-position: bottom left;
}


.site-header .widget-area {
    margin-left: auto;
}

.content {
    padding: 3rem 2rem;
}

/*******background images - add all images needed as backgrounds here******/
.glass-meeting-bg{
    background: url('https://sensible.com.au/wp-content/uploads/IT-Service-Banner.jpg') 50% 50% / cover;
}

.notes-bg{
    background: url('https://sensible.com.au/wp-content/uploads/meeting-glass.jpg') 50% 50% / cover;
}

.keyboard-bg{
    background: url(https://sensible.com.au/wp-content/uploads/site-computer-service.jpg) 50% 50% / cover;
}

.open-office-bg{
    background: url(https://sensible.com.au/wp-content/uploads/company-computers.jpg) 50% 50% / cover;
}

.meeting-bg{
    background: url(https://sensible.com.au/wp-content/uploads/meeting.jpg) 50% 50% / cover;
}

.meeting-2-bg{
    background: url(https://sensible.com.au/wp-content/uploads/meeting-2.jpg) 50% 50% / cover;
}

.screen-point-bg {
    background: url(https://sensible.com.au/wp-content/uploads/call-center.jpg) 50% 70% / cover;
}

/***** colors - change all colors here *****/

/*text colors*/
.primary, a.primary:link, a.primary:visited, a{
    color: #ff6633;
}

a.primary:hover, a:hover{
    color: #da5022;
}

.secondary{
    color: #f2f2f2;
}

.tertiary{
    color: #262626;
}

/*background colors*/
.primary-bg, .button.primary-bg:link, .button.primary-bg:visited{
    background-color: #ff6633;
}

.button.primary-bg:hover{
    background-color: #da5022;
}

.secondary-bg{
    background-color: #f2f2f2;
}

.tertiary-bg{
    background-color: #262626;
}

/*form button color*/
input[value="Submit"]
{
    background-color: #ff6633 !important;
    width: 100% !important;
    border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    -mox-border-radius: .6em;
}

input[value="Submit"]:hover
{
    background-color: #da5022 !important;
}

.gform_wrapper .gfield_required{
    /*required asterisk color*/
    color: #ff6633 !important;
}

/*menu colors*/
.site-header .widget-area .widget_nav_menu .menu-item a:link, .site-header .widget-area .widget_nav_menu .menu-item a:visited
{
    /*menu links color and size (probably good as is unless not removing bumper)*/
    color: white;
    text-transform: uppercase;
}

/*----------------------------use on lighter background-----------------------*/
.home .site-header .widget-area .widget_nav_menu .menu-item a:link, .home .site-header .widget-area .widget_nav_menu .menu-item a:visited{
    color: #0a0a0a;
}

.home .site-header.myfixed .widget-area .widget_nav_menu .menu-item a:link, .home .site-header.myfixed .widget-area .widget_nav_menu .menu-item a:visited{
    color: white;
}

.site-header .widget-area .widget_nav_menu .menu-item a:hover
{
    background-color: transparent;
    /*menu links hover color*/
    color: #ff6633;
}

.site-header .widget-area .widget_nav_menu nav > ul > li:last-child a:link, .site-header .widget-area .widget_nav_menu li:last-child a:visited
{
    /*free consultation button - change first two colors below*/
    background-color: transparent;
    border: solid 3px #ff6633;
    color: white;
    padding: 0.6em .7em;
    margin: 1.05em;
    margin-right: 0;
    border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    -mox-border-radius: .6em;
}

.site-header .widget-area .widget_nav_menu .sub-menu a{
    color: #ff6633 !important;
}

.site-header .widget-area .widget_nav_menu .sub-menu a:hover{
    color: #ff6633b5 !important;
    background-color: #f2f2f2;
}

.button.frame.dark{
    background-color: transparent;
    border: solid 3px #ff6633 !important;
    color: #262626 !important;
    padding: 0.6em .7em !important;
    border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    -mox-border-radius: .6em;
    font-size: 1em;
}

.button.frame.blue{
    background-color: #0380d4 !important;
    border: solid 3px #0380d4 !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 0.6em .7em !important;
    border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    -mox-border-radius: .6em;
    font-size: 1em;
}

.button.frame.dark:hover{
    background-color: rgba(245, 130, 32, 0.3) !important;
}

.site-header .widget-area .widget_nav_menu li:last-child a:hover
{
    background-color: transparent;
    /*free consultation button hover - use same color used above*/
    color: #ff6633;
}

/*featured posts link colors*/
#Featured_Posts .entry-title a
{
    /*change color to primary color*/
    color: #ff6633;
}

#Featured_Posts .entry-title a:hover
{
    /*change color to primary hover color*/
    color: #ff6633;
    text-decoration: none;
}

.footer-widgets
{
    /*change to primary color*/
    background-color: #f2f2f2;
    color: #262626;
}

.footer-widgets img{
    max-width: 200px !important;
}

address{
    font-style: normal;
    margin-bottom: 1em;
}

.site-footer
{
    /*change to primary hover color*/
    background-color: #262626;
    color: white;
}

/*bullet colors*/
ul.arrow-bullets li:before{
    color: #ff6633;
}

/*sidebar menu colors*/
.sidebar .menu a:before{
    content:'\f0da';
    font-family: 'FontAwesome';
    /*bullet color*/
    color: #ff6633;
    padding-right: .5em;
}

.sidebar .menu a:link, .sidebar .menu a:visited{
    /*link color*/
    color: #262626;
    transition: .2s ease;
}

.sidebar .menu a:hover{
    /* hover color*/
    color: #5a5a5a;
    padding-left: .3em;
}

.sidebar .widget-title{
    font-weight: 600;
    text-transform: uppercase;
    /*menu bar title*/
    color: #262626;
}

/*delete if you don't want hamburger menu white*/
.site-header .mobile-menu .menu-icon{
    color: white;
}

/*color for all blog post headers*/
.single-post .site-header{
    background-color: #262626;
}

/***** logo - add logo link / height *****/

/*put in link/height/width of logo*/
.title-area{
    background: url(https://sensible.com.au/wp-content/themes/Sensible/images/logo-white.svg) 50% 50% / cover;
    max-width: 170px;
    height: 51px;
}

/*----------------------------use for lighter background-----------------------*/

.home .title-area{
    background: url(https://sensible.com.au/wp-content/themes/Sensible/images/logo.svg) 50% 50% / cover;
    max-width: 170px;
    height: 47px;
}

.home #mysticky-nav .myfixed .title-area{
    background: url(https://sensible.com.au/wp-content/themes/Sensible/images/logo-white.svg) 50% 50% / cover;
}

/*reset size for medium screens*/
@media only screen and (max-width: 1220px)
{
    .title-area
    {
        max-width: 170px;
        height: 51px;
    }
}

/*reset size for small screens*/
@media only screen and (max-width: 767px)
{
    .title-area
    {
        max-width: 150px;
        height: 45px;
    }
}

/*mysticky menu styles*/
#mysticky-nav .myfixed{
    background-color: #262626 !important;
}

#mysticky-nav .myfixed .before-header{
    display: none;
}

#mysticky-nav .myfixed .title-area
{
    max-width: 150px;
    height: 45px;
}

#mysticky-nav .myfixed .widget-area{
    margin-top: .4em;
}
/************************ optional adjustments (look for comments to see what to adjust) ****************************/

.home .hero-message{
    padding-top: 150px;
    padding-bottom: 100px;

}

.overlay, .overlay *{
    position: relative;
}

.overlay:before{
    content: '';
    /*change general overlay opacity or color here*/
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.light-overlay:before{
    background-color: rgba(255, 255, 255, .85);
}

.phone-bg.overlay:before{
    background-color: rgba(0, 0, 0, .7) !important;
}

.partners ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



.partners ul li{
    list-style-type: none;
    /*change max-width of logos to fit more or less in a row*/
    max-width: 120px;
    margin-left: 1em;
    margin-right: 1em;
}

@media only screen and (max-width: 1250px){
    .partners ul li{
        max-width: 140px;

    }
}

@media only screen and (max-width: 390px){
    .partners ul li{
        max-width: 100px;
    }
}

/*use custom-header-overlay class on pages you want darker overlay on the custom header*/
.custom-header-wrap:before{
    /*choose how dark opacity is*/
    opacity: .4;
}

/*sensible specific things */
.home .hero{
    background-color: #fff;
    position: relative;
}

.home .hero:before{
    content:'';
    background: url(https://sensible.com.au/wp-content/themes/Sensible/images/texture.jpg) 50% 50% / cover;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .2
}

.large-icon{
    font-size: 3em;
}

.icon-section ul{
    padding-top: 2.5em;
}
.icon-section.section {
    background-attachment: fixed;
}






/************************ general styles - shouldn't need changed *******************/


.hero-message h1{
    line-height: 1.2em;
    margin-bottom: .5em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2.75rem
}

h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: -0.033em;
}

h1{
    font-size: 2.3em;
}

.home h2{
    font-size: 2em;
}

h2{
    font-size: 1.7em;
}

h3{
    font-size: 1.3em;
}

.title{
    font-weight: 900;
    font-style: italic;
}

.invisible-text{
    font-weight: 900;

    opacity: .3;
}

.help-links p{
    margin-bottom: 0;
}
.help-links ul {
    margin-left: 1.75em;
}
.help-links ul li{
    list-style-type: none;
}

.help-links ul li a, .help-links ul li a i {
    color: #ff6633 !important;
}

.help-links ul li a:hover{
    opacity: .5;
}
.help-links ul li a i.fa {
    margin-left: -1.25em;
    position: relative;
    left: -5px;
}

.hero .row{
    position: relative;
}

.home .hero{
    padding-bottom: 0;
}

.quote-img{
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
}

.quote-img img{
    float: right;
    margin-bottom: 0;
}

.inline-quote{
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Handlee', cursive;
    max-width: 425px;
    font-size: 1.3em;
    margin-bottom: 2.5em;
    background-color: rgba(255,255,255, 0.7) ;
    padding: 1em 1.3em;
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inline-quote .inline-quote-author{
    font-style: normal;
    font-size: .8em;
    text-transform: none;
    color: black;
}

@media only screen and (max-width: 450px){
    .hero-message h1{
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 600px){
    .hero-message h1{
        font-size: 3em;
    }
}

.hero-message li{
    display: inline-block;
    margin-top: 1em;
}

.no-bumper .bumper, .blog .bumper{
    height: 0 !important;
}

.no-bumper .site-header{
    background-color: transparent;
}

a:link, .button:link{
    transition: .2s ease-in;
}

.site-title a{
    font-size: 0 !important;
}

.white{
    color: white;
}

.white-bg{
    background-color: white;
}

/*home page video code*/


.home .hero.section .vid-container, .landing .hero.section .vid-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home .hero.section .vid-container video{
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100% !important;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    z-index: -100;
}

.before-header
{
    background-color: #f2f2f2;
}

.before-header ul {
    float: right;
}

.before-header ul li{
    display: inline-block;
    margin-left: 1.5em;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
}

.before-header ul a{
    color: #262626;
}

.before-header ul a:hover{
    color: #ff6633;
}

.before-header P{
    font-size: 1em;
}

.site-header
{
    background-color: transparent;
}

.button{
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.6em 1em !important;
    border-radius: 0.6em !important;
    -webkit-border-radius: 0.6em !important;
    -mox-border-radius: .6em !important;;
    font-size: 1em !important;
}

/*landing page video code*/
.landing .hero{
    position: relative;
    overflow: hidden;
    /*Change the video height here*/
    height: 90vh;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing .hero:before{
    content: '';
    /*change video overlay opacity or color here*/
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing .hero.section .vid-container video{
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100% !important;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    z-index: -100;
}

.landing .before-header ul a {
    color: white;
}

.landing .hero-message h1 {
    line-height: 1.2em;
    margin-bottom: .5em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2.75rem;
    color: white;
}

.landing .before-header {
    background-color: transparent;
}

/*screen sizes*/
.half-screen
{
    min-height: 50vh;
}

.one-fourth-screen
{
    min-height: 25vh;
}

.one-third-screen
{
    min-height: 250px;
    height: 33vh;
}

.two-thirds-screen
{
    min-height: 67vh;
}

.three-fourths-screen
{
    min-height: 75vh;
}

.flex-center
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.large-text
{
    font-size: 6em;
    margin-bottom: 0;
    display: block;
}

/*featured posts*/
#Featured_Posts .upw-posts article
{
    width: 31%;
    border-bottom: none;
}

@media only screen and (max-width: 640px){
    #Featured_Posts .upw-posts article
    {
        width: 100%;
        border-bottom: none;
    }
    #Featured_Posts .upw-posts article img
    {
        width: 100%;
    }
}

#Featured_Posts .upw-posts
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Featured_Posts .entry-title
{
    font-size: 1.2em;
    text-transform: capitalize;
}

.no-margins{
    margin: 0 !important;
}

/*50-50 blocks*/
.img-block{
    min-height: 400px;
}

.text-block{
    padding: 2em;
}

.case-studies{
    padding: 0;
    margin: 0;
}

.genesis-nav-menu li a:hover, .genesis-nav-menu .current-menu-item > a
{
    background-color: transparent;
}

/*grid*/

.text-block{
    color: white;
    padding: 2em;
}

.grid{
    margin: 0;
    padding: 0;
}

@supports (display: grid){
    @media only screen and (min-width: 850px){
        .grid-container{
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto;
        }

        .left.grid-container{
            grid-template-areas:
                    "img-block text-container"
        }
        .right.grid-container{
            grid-template-areas:
                    "text-container img-block"
        }

        .img-block{
            grid-area: img-block;
        }

        .text-block {
            grid-area: text-container;
        }
    }

    @media only screen and (min-width: 1200px){
        /*three-fourths-grid*/

        .grid-three-fourths .grid-container.left{
            grid-template-columns: 1.5fr 1fr;
        }

        .grid-three-fourths .grid-container.right{
            grid-template-columns: 1fr 1.5fr;
        }

        .text-block{
            padding: 3em;
            min-height: 600px;
        }
    }
}

@media only screen and (min-width: 700px){
    .text-block .container{
        padding: 100px 0px;
        max-width: 70%;
        margin: auto;
    }
}

@media only screen and (max-width: 1024px){
    .text-block .container{
        padding: 50px 0px;
    }
}

/*footer*/

.footer-widgets LI A, footer-widgets a, .footer-widgets A{
    color: #262626;
    transition: .2s ease-in-out;
}

.footer-widgets LI A:hover, footer-widgets a:hover, .footer-widgets A:hover{
    opacity: .5;
}
.site-footer a
{
    color: white;
    transition: .2s ease-in-out;
}

.site-footer a:hover
{
    opacity: .5;
}

address p
{
    margin: 0 !important;
    font-style: normal;
}

.footer-widgets .widget-title
{
    color: #262626;
    font-size: 1.5em;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widgets .simple-social-icons LI A, .footer-widgets .simple-social-icons LI A:hover{
    color: #262626 !important;
}

#featured-post-2 article
{
    padding: 0;
    margin: 0;
}

#featured-post-2 article .entry-title
{
    text-transform: capitalize;
}

#featured-post-2 .entry-header
{
    margin: 0.5em;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.simple-social-icons li a
{
    font-size: 1.3em !important;
}

/*custom header wrap*/
.custom-header-wrap {
    background: url("https://sensible.com.au/wp-content/themes/Sensible/images/spotlight-bg.jpg") no-repeat center center;
    background-size: cover;
    background-position: top center;
}

.custom-header-wrap .wrap{
    margin-top: 4em;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.custom-header-wrap *{
    color: white;
}

.custom-header-wrap{
    background-position: 70% 50% !important;
}

/*list bubbles*/
ul.problem-bubbles li
{
    list-style-type: none !important;
    margin: 1em 0em !important;
}

ul.problem-bubbles li .text
{
    padding: 1.02em 0em;
    font-size: 1.1em;
}

.problem-bubbles i
{
    font-size: 1.7em;
    margin-right: .5em;
}

.problem-bubbles .flex-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.2em;
}

.problem-bubbles p{
    margin-bottom: 0;
}

.circle-background
{
    height: 2.3em;
    width: 2.3em;
    border-radius: 100%;
    line-height: 2.3em !important;
    text-align: center;
}

.quote-section{
    padding-top: 5em;
    padding-bottom: 5em;
}



blockquote {
    max-width: 640px;
    width: 100%;
    margin-bottom: 36px;
    margin-left: 0px;
    border-left-color: rgba(255, 102, 51,.1);
}
blockquote .quote {
    font-size: 20px;
    margin-bottom: 24px;
}
blockquote .author {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.quote{
    font-size: 2em;
    max-width: 900px;
    font-style: italic;
}

.quote:before{
    content: url('https://sensible.com.au/wp-content/uploads/quote.png');
    opacity: .5;
}

.small-quote{
    font-size: 1.5em;
    max-width: 900px;
}

.small-quote:before{
    content: url('https://sensible.com.au/wp-content/uploads/quote.png');
}

.quote-author .name{
    font-weight: 700;
    font-size: 1.3em;
}

.quote-author .position{
    font-size: .9em;
}

.solved-quotes .quote{
    font-size: 1.7em;
}

.extra-padding{
    padding-top: 4em;
    padding-bottom: 4em;
}

.assessment a
{
    font-size: 1.5em;
}

@media only screen and (min-width: 700px){
    ul.grid-boxes li{
        max-width: 50%;
    }
}

@supports(display:grid){

    ul.grid-boxes li{
        max-width: 100%;
    }

    .grid-boxes{
        display: grid;
        grid-template-rows: auto;
        grid-gap: 15px;
    }
    @media only screen and (min-width: 600px){
        .grid-boxes{
            grid-template-columns: 1fr 1fr;
        }
    }

    @media only screen and (min-width: 1100px){
        .grid-boxes{
            grid-template-columns: 1fr 1fr 1fr 1fr;

        }
    }
}


ul.grid-boxes li{
    list-style-type: none;
    margin: auto;
    height: 100%;

}

ul.grid-boxes li > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: auto;
    align-content: space-between;
    background-color: #eee;
    position: relative;
    padding-bottom: 2em;
    transition: .2s ease-in-out;
    color: #777;
}

ul.grid-boxes li > a:hover {
    background-color: #eee;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.grid-boxes .text-content, .grid-boxes .bottom-button{
    padding-left: 1em;
    padding-right: 1em;
}

.grid-boxes .text-content{
    font-size: .9em;
}


.grid-boxes .bottom-button{
    position: absolute;
    display:  block;
    bottom: 0;
}

/*free assessment*/
.shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.free-consultation {
    max-width: 800px;
    margin: auto;
}

.free-consultation h3{
    margin-bottom: 0;
}

@min-width screen only and (max-width: 1024px){
    .service-blocks{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: nowrap;
    }
}
.service-block .button{
    min-width: 100% !important;
    padding: .7em !important;
    background-color: transparent !important;
    border-radius: .1em !important;
    border: 3px solid transparent;
}

.service-block .button p{
    font-weight: bold;
}

.service-block .large-icon{
    margin-top: 1.25rem;
}

.service-block .button.primary-bg{
    background-color: #ff6633 !important;
}

.service-block .button.primary-bg:hover{
    color: #ff6633 !important;
    background-color: transparent !important;
    border: 3px solid #ff6633;
}

/*service pages*/

.service-page h2{
    font-size: 1.7em;
    font-weight: 100;
}

ul.arrow-bullets{
    margin-left: 1em !important;
}

ul.arrow-bullets li{
    list-style-type: none;
    margin-left: 1.2em;
}

ul.arrow-bullets li:before{
    content: '\f138';
    font-family: 'FontAwesome';
    margin-right: .5em;
    margin-left: -1.5em;
}

/*sidebar*/
.sidebar .menu > li:not(:last-of-type){
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sidebar .menu li{
    padding: .5em;
}

.sidebar-content .sidebar{
    border: none;
}

.sidebar .widget-wrap{
    padding-top: 2.5em;
}

/*header area*/

.site-header .widget-area > .widget{
    display: block !important;
    clear: both;
}

.before-header{
    padding-top: .3em;
    padding-bottom: .3em;
}

/*blog links*/
.blog .entry-title{
    text-transform: capitalize;
    font-weight: 100;
}

/*case studies*/
.case-study-section i{
    font-size: 4rem;
}

.case-study-section .row{
    max-width: 800px;
}

.landing-page-hero{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.landing-page-hero .row{
    height: 100vh;
    min-height: 550px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.paralax{
    background-attachment: fixed;
}

.reveal-modal{
    max-width: 800px;
}

/*slider*/

.slide-container {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.slide-text-wrap {
    height: auto;
    min-height: 400px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.slide-text {
    margin: auto;
    width: 80%;
    text-align: center;
}
.slide-text .title {
    margin-bottom: 18px;
}

.slide-text p.desc {
    font-size: 1.2em;
    line-height: 1.333;
    margin-bottom: 36px;
}

.slide-icons {
    bottom: 2em;
}

.slide-container .slide-left, .home .slide-container .slide-right {
    font-size: 2em;
    color: #ff6633;
    cursor: pointer;
}
.slide-container .slide-left {
    margin-left: 36px;
}
.slide-container .slide-right {
    margin-right: 36px;
}
.slide-container * {
    color: #black;
}


.search-btn{
    font-size: 1.5em !important;
    padding: .5em 2em !important;
}

.slide-container{
    position: relative;
}

.slide-icons{
    position: absolute;
    left: 50%;
    bottom: 1em;
    width: 100%;
    transform: translate(-50%,0%);
    text-align: center;
}

.open-circle:before{
    content: '\f111';
    font-size: .5em;
    font-family: "FontAwesome";
    transition: .2s ease-in-out;
    opacity: .3;
    padding: .2em;
}

.close-circle:before, .open-circle:hover:before{
    content: '\f111';
    font-family: "FontAwesome";
    transition: .2s ease-in-out;
    opacity: 1;
}

.slide-left{
    position: absolute;
    float: left !important;
    font-size: 5em;
    top:50%;
    transform:translate(-0%,-50%);
    -ms-transform:translate(-50%,-50%);
    margin-left: 1em;
    opacity: .3;
    transition: .2s ease-in-out;
}

.slide-right{
    position: absolute;
    right: 0%;
    font-size: 5em;
    top:50%;
    transform:translate(-0%,-50%);
    -ms-transform:translate(-50%,-50%);
    margin-right: 1em;
    opacity: .3;
    transition: .2s ease-in-out;
}

@media only screen and (max-width: 1400px){
    .slide-right{
        margin-right: .1em;
    }

    .slide-left{
        margin-left: .1em;
    }
}

@media only screen and (max-width: 1200px){
    .slide-left, .slide-right{
        display: none;
    }
}


.slide-left:hover, .slide-right:hover{
    opacity: 1;
}

.slide-text{
    position: relative;
    animation: slide .5s;
}

@keyframes slide{
    0%{
        right: -100px;
        opacity: 0;
    }
    100%{
        right: 0px;
        opacity: 1;
    }
}

@supports (display: grid){
    @media only screen and (min-width: 40.063em){
        .vertical-center .row{
            display: grid;
            grid-template-columns: .9fr 1fr;
            grid-template-rows: auto;
            grid-gap: 3em;
        }

        .vertical-center .row:before, .vertical-center .row:after{
            display: none;
        }
        .vertical-center .row .col-1, .vertical-center .row .col-2{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
        }
    }

    .col-1, .col-2{
        width: 100%;
    }
}

@media only screen and (min-width: 40.063em){
    .medium-padding{
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .large-padding{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}


.cta h2{
    font-size: 3em;
}

.bottom-margin{
    margin-bottom: 1em !important;
}

.uk-accordion-title {
    color: #262626;
    font-size: 1em;
    text-transform: none;
    line-height: 1.6;
    background-color: #f2f2f2;
    padding-left: 1em;
}

.uk-accordion-title:after{
    color: #ff6633;
}

.subtitle{
    font-size: 1.5em;
}

.call-out{
    padding: 2em;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.call-out i{
    font-size: 4em;
}

#menu-full-services-menu .current-menu-item UL.sub-menu, #menu-full-services-menu .current-menu-ancestor UL.sub-menu{
    display: block !important;
    font-size: .9em;
}

#menu-full-services-menu .current-menu-item > A{
    color: #ff6633;
}

.medium-text{
    font-size: 2.5em;
    line-height: 1;
}

.text-call-out{
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.text-call-out .row{
    padding: 2em;
    border: #ff6633 1px solid;
}

.text-call-out .main-text{
    font-size: 2.2em;
}

.narrow{
    max-width: 800px;
    margin: auto;
}



/*------------------------------------------------------------------------------------------
Media Queries
----------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 480px)
{
    BODY
    {
        margin: 0px;
    }
}
@media only screen and (min-width: 640px)
{
    .footer-widgets .row > div
    {
        min-height: 425px;
    }

}
@media only screen and (max-width: 768px)
{
    BODY
    {
        margin: 0px;
    }
}
@media only screen and (max-width: 960px)
{
    BODY
    {
        margin: 0px;
    }
}
@media only screen and (max-width: 1023px)
{
    BODY
    {
        margin: 0px;
    }
}
@media only screen and (max-width: 1220px)
{
    BODY
    {
        margin: 0px;
    }
}
@media only screen and (max-width: 1360px)
{
    BODY
    {
        margin: 0px;
    }
}
/*small displays*/
@media only screen
{
    BODY
    {
        margin: 0px;
    }

}
/*medium displays*/
@media only screen and (max-width: 64.063em) and (min-width: 500px){
    .leadership ul li img{
        float: left;
        margin: 0 1.3em 1.3em 0;
    }

    .large-padding{
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .medium-padding{
        padding-top: 90px;
        padding-bottom: 90px;
    }


}

@media only screen and (min-width: 40.063em)
{
    BODY
    {
        margin: 0px;
    }

}
/*large displays*/
@media only screen and (min-width: 64.063em)
{
    BODY
    {
        margin: 0px;
    }

    .footer-widgets .row > div:not(:last-child)
    {
        box-sizing: border-box;
        border-right: 1px rgba(255, 255, 255, 0.15) solid;
    }

    .footer-widgets .row > div
    {
        padding-left: 2%;
    }

    .landing-page-hero .panel{
        display: block !important;
    }
}
/*xlarge displays*/
@media only screen and (min-width: 90.063em)
{
    BODY
    {
        margin: 0px;
    }
}

.different-colors .primary{
    color: #F1942F;
}

.different-colors .primary-bg{
    background-color: #F1942F !important;
}

.blue-bg{
    background-color: #57AFB1 !important;
}

.tabs-content{
    margin-bottom: 0;
}

.tabs dd.active a, .tabs .tab-title.active a, .tabs dd > a, .tabs .tab-title > a{
    background-color: transparent;
    color: white;
    font-size: .9em;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

ul.tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.tabs li{
    margin-left: 1em;
}

@media only screen and (max-width: 768px){
    ul.tabs li{
        width: 100%;
    }
}

.cloud-nav{
    padding-top: 1rem;
    box-shadow: inset 0 4px 6px 0 rgba(0, 0, 0, 0.2), inset 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cloud-nav img{
    margin-bottom: 1rem;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover{
    background-color: transparent;

}

.tabs .tab-title.active a{
    opacity: .7;
}

.different-colors h1, .different-colors h2, .different-colors h3{
    text-transform: none;
    color: #4e5958;
}

.different-colors .color-bg *{
    color: white;
}

