/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*

    font face import expamle:

    @font-face {
    font-family: fa-solid-900;
    src: url('../font/fa-solid-900.eot');
    src: url('../font/fa-solid-900.eot?#iefix') format('embedded-opentype'),
         url('../font/fa-solid-900.woff2') format('woff2'),
         url('../font/fa-solid-900.woff') format('woff'),
         url('../font/fa-solid-900.ttf')  format('truetype'),
         url('../font/fa-solid-900.svg#svgFontName') format('svg');
} */

/*
    %%%%%%%%%%%%
    % BREAKPOINTS:
    %%%%%%%%%%%%%%%%%%%%%%%%

    650px
    1000px
    1200px
    1920px

*/


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

html, body, html * {
  font-family: 'Roboto', sans-serif;
}

body {
    width: 100%;
    max-width: 100%;
    background-color: white !important;
}
h1 {
    margin-top: 0 !important;
}
h2 {
    margin-top: 0 !important;
}
h4 {
    margin-top: 0 !important;
}
/* {
    font-size: 16px;
}
h1 {
    font-size: 70px;
    font-weight: 500;
}
h2 {
    font-size: 40px;
    font-weight: 400;
}
h3 {
    font-size: 30px;
    font-weight: 500;
}
h4 {
    font-size: 21px;
    font-weight: 600;
}
* {
    font-size: 16px;
}*/
h1 {
    font-size: 2.5em;
    font-weight: 500;
}
h2 {
    font-size: 1.7em;
    font-weight: 400;
}
h3 {
    font-size: 1.5em;
    font-weight: 500;
}
h4 {
    font-size: 1.3em;
    font-weight: 600;
}
/* set variable font sizes for large screens */

/*
INFO: Commented out to have a fixed width

@media only screen and (min-width: 1920px) {
    * {
        font-size: 1.1vw;
    }
    h1 {
        font-size: 3vw;
    }
    h2 {
        font-size: 2vw;
    }
    h3 {
        font-size: 1.5vw;
    }
    h4 {
        font-size: 1.2vw;
    }

} */


/* all the links */
body a { text-decoration: none; cursor: pointer; }
body a:link, body a:link i, .country-dropdown-menu a.active-lang { color: #4EA7E8; }
body a:visited, body a:visited i { color: #4EA7E8 }
body a:hover, body a:hover i { color:#F06823; }
body a:active, body a:active i { color: #F06823; }
body a:focus, body a:focus i { color: #F06823; }


html,body {
    margin: 0;
    padding: 0;
}

.ua-ie .footerbar img,
.ua-ie .logo img {
    max-width: none;
    width: 100%;
}

/* focus/insighgts type of title */
h4.title-line {
    overflow: hidden;
    text-align: right;
    text-transform: uppercase;
}
h4.title-line:before,
h4.title-line:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
h4.title-line:before {
    right: 0.5em;
    margin-left: -50%;
}
h4.title-line:after {
    display:none;
}

.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}





/* standard grid layout row/col */
main {
    position: relative;
    min-height: 20px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
}

* {
    box-sizing: border-box;
}
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
.row {
    width:100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.3em;
}
[class*="col-"] {
    float: left;
    padding: 2px;
    /* border: 1px solid red; */
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.odd {
    background-color: #fafafa;
}

.hidden {
    display: none;
}

.show {
    display: inline;
}

.noscroll {
    margin: 0;
    position: fixed;
    height: 100%;
    overflow: hidden;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}

.more-info a.button-read {
    display:inline-block;
    font-weight: 300;
    padding: 0.6em 2.4em;
    border-radius: 4px;
    text-decoration: none;
    color:#FFFFFF;
    background-color: #009DE1;
    text-align: center;
    position: relative;
}

a.button-read:hover {
    background-color: #F06823;
    color: #FFFFFF !important;
}

/* fusion builder overrides
.fusion-builder-row.fusion-row {
    max-width: 100% !important;
}*/
.title-sep-container { /* lines after h1 */
    display:none;
}
/* fusion builder content inside articles on home page */
/* fusion builder overrides
.fusion-builder-row.fusion-row {
    max-width: none !important;
}*/

.hero-placeholder {
    width: 100%;
    height: 18em;
}

@media only screen and (min-width: 650px) {
    .hero-placeholder {
        height: 10em;
    }
}




/* Breadcrumbs */
#breadcrumbs {
    margin: 0 0 1.5em;
}



/* cards for category, search, author */
.sl-results {
    display: flex;
    flex-flow: row wrap;
}
.sl-card {
    flex: 1 0 80%;

    margin: 1em;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.sl-card-content {
    margin: 1em;
    min-height: 210px;
    position: relative;
    color: black;
    padding-bottom: 1.5em;
}
.sl-card-content:hover {
    color: black;
}
.sl-card-content h4 {
    line-height: 1.1em;
    margin: 0;
    color: black;
}
.sl-card-excerpt {
    padding: 0;
    margin: 0.3em 0;
    line-height: 1.3em;
    color: #707070;
}
.sl-card-content-date {
    margin: 0.5em 0;
    font-size: 0.7em;
    font-weight: bold;
    color: black;
}
.sl-card-content-categories {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}
.sl-card-content-categories a,
.sl-card-content-categories a:visited {
    color: #009DE1;
}
.sl-card-content-categories a:hover {
    color: #F06823;
}

@media only screen and (min-width: 650px) {
    .sl-card-content {
        min-height: 150px;
    }
}

@media only screen and (min-width: 1000px) {
    .sl-card {
        flex: 0 0 45%;
    }
    .sl-card-content {
        margin: 0.75em;
        min-height: 160px;
    }
}

@media only screen and (min-width: 1200px) {
    .sl-card-content {
        min-height: 135px;
    }
}



/* related posts on single */
.sl-related-posts-row {
    margin:0 !important;
    padding:0 !important;
}
@media only screen and (min-width: 1000px) {
    .sl-related-posts {
        padding: 1em 0 0 2em;
    }
}
.sl-related-posts ul {
    list-style: none;
    padding: 0;
}
.sl-related-posts ul li {
    padding-bottom: 0.8em;
}
.sl-related-posts p {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
body .sl-related-posts h3 {
    font-weight: 500;
}

.cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}

.cssmenu ul,
.cssmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cssmenu ul {
    position: relative;
    z-index: 597;
}

.cssmenu ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

.cssmenu ul li.hover,
.cssmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

.cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

.cssmenu ul ul li {
    float: none;
}

.cssmenu ul ul ul {
    top: 0;
    left: 190px;
    width: 190px;
}

.cssmenu ul li:hover>ul {
    visibility: visible;
}

.cssmenu ul ul {
    bottom: 0;
    left: 0;
}

.cssmenu ul ul {
    margin-top: 0;
}

.cssmenu ul ul li {
    font-weight: normal;
}

.cssmenu a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}

.cssmenu>ul {
    *display: inline-block;
}

.cssmenu:after,
.cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}

.cssmenu ul ul {
    text-transform: none;
    min-width: 190px;
    margin-left: -0.25em;
    margin-top: 1px;
}

.cssmenu ul ul a {
    background: #fff;
    color: #000;
    border-top: 0 none;
    line-height: 150%;
    padding: 1em;
    font-size: 0.8em;
    text-transform: initial;
}

.cssmenu ul ul li a {
    color: #000;
}

.navbar-white .cssmenu ul ul li a {
    color: #fff;
}

.navbar-white .cssmenu ul ul a {
    background: #000;
    color: #fff;
}

.navbar ul ul ul {
    border-top: 0 none;
}

.cssmenu ul ul li {
    position: relative;
    padding: 0;
}

.cssmenu ul ul li:hover>a {
    background: #009de1;
    color: #ffffff;
}

.cssmenu ul ul li:last-child:hover>a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.cssmenu ul ul li.has-sub>a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

.cssmenu ul li.last ul {
    left: auto;
    right: 0;
}

.cssmenu ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

.cssmenu .fa-chevron-down {
    padding-left: 5px;
    color: #000;
}