/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

@font-face {
  font-family: 'UnthriftFirPersonal';
  src: url('https://static.wfonts.com/data/2015/02/03/unthrift-second-personal/UnthriftFirPersonal.woff') format('woff'), url('https://static.wfonts.com/data/2015/02/03/unthrift-second-personal/UnthriftFirPersonal.ttf') format('ttf');
  font-display: swap;
}

.full-width .ubermenu-nav, .container, .row{max-width: 1400px; margin-left: auto !important; margin-right: auto !important;}
.row.row-collapse{max-width: 1400px; margin-left: auto !important; margin-right: auto !important;}
.row.row-small{max-width: 1400px; margin-left: auto !important; margin-right: auto !important;}
.row.row-large{max-width: 1400px; margin-left: auto !important; margin-right: auto !important;}
.nav-dropdown>li>a:hover {    color: #0088a5;}
img.mfp-img{max-height: 100vh;}
.single-post #content .row.row-large {max-width: 1280px;}
.single-post .page-title .page-title-inner {    max-width: 1280px;}
.has-transparent + #main > div > .page-title {
    padding-top: 150px !important;
    padding-bottom: 150px;
}
.alt-font {    white-space: nowrap;}
.page-title h1.entry-title {
    font-size: 1.8em;
    line-height: 1.4;
}
.h1, h1 {
    font-size: 3.5em;
    line-height: 1.6;
}
.h2, h2 {
    font-size: 2.2em;
    line-height: 1.4;
    font-weight: 600;
}
h2.uppercase {
    font-size: 2em;
    font-weight: 600;
}
.h3, h3 {
    font-size: 1.6em;
    line-height: 1.3;
}
.h4, h4 {
    font-size: 1.3em;
    line-height: 1.3;
}
.nav:not(.nav-sidebar)>li>a{
    padding: 5px 0 !important;
}
.header-inner{
    max-width: 1200px !important;
}
.nav-left {
    justify-content: center;
}
.mfp-bg.mfp-ready {
    opacity: .8;
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
.single-post .entry-content h2 {
    font-size: 25px;
}
.single-post .entry-content h3 {
    font-size: 22px;
}
.single-post .entry-content h4 {
    font-size: 19px;
}

.recent-blog-posts a {
    line-height: 1.3;
    font-size: 15px;
    color: #555;
}
.nomgbt h1 {
    margin-bottom: 0.2em;
}
span.post_comments {
    display: none;
}
.box-blog-post .blog-post-inner .is-divider {
    background-color: transparent;
    margin-top: 0px;
}
.page-title-inner .entry-divider.is-divider.small {
    display: none;
}
span.wpcf7-spinner {position: absolute;}

.button {white-space: nowrap;}
.page-title .page-title-bg .title-overlay.fill {    background-color: rgba(0,0,0,.5) !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.h1, h1 {
    font-size: 2.2em;
}
.h2, h2 {
    font-size: 1.6em;
}
h2.uppercase {
    font-size: 1.5em;
}
.h3, h3 {
    font-size: 1.4em;
}
.h4, h4 {
    font-size: 1.2em;
}

}

/* Hide Trustindex floating/footer badge/widget */
.ti-widget.ti-floating,
.ti-widget-floating,
#ti-floating-badge,
.ti-floating-flat,
.ti-footer-widget,
div[class*="ti-floating"],
div[id*="ti-floating"],
div[class*="ti-footer-widget"],
div[id*="ti-footer-widget"] {
    display: none !important;
}
