/*
Theme Name: FYBB
Theme URI: https://atmosphere.qodeinteractive.com
Description: FYBB - A child theme of Atmosphere Theme
Author: Studio 1981
Author URI: https://studio81.io
Version: 1.0.1
Text Domain: atmosphere
Template: atmosphere
*/

/***************************************************************************************
 * 
 * Fonts
 *
 ***************************************************************************************/
@font-face {
    font-family: "DIN-Light";
    src: url("/wp-content/themes/atmosphere/assets/fonts/cbf9b417fc15851ba870990e585e35a2.eot");
    src: url("/wp-content/themes/atmosphere/assets/fonts/cbf9b417fc15851ba870990e585e35a2.eot?#iefix")format("embedded-opentype"),
        url("/wp-content/themes/atmosphere/assets/fonts/cbf9b417fc15851ba870990e585e35a2.woff")format("woff"),
        url("/wp-content/themes/atmosphere/assets/fonts/cbf9b417fc15851ba870990e585e35a2.woff2")format("woff2"),
        url("/wp-content/themes/atmosphere/assets/fonts/cbf9b417fc15851ba870990e585e35a2.ttf")format("truetype"),
        url("/wp-content/themes/atmosphere/assets/fonts/cbf9b417fc15851ba870990e585e35a2.svg#DIN-Light")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN-Bold";
    src: url("/wp-content/themes/atmosphere/assets/fonts/92809f059c314f07125b787a57fd7d2d.eot");
    src: url("/wp-content/themes/atmosphere/assets/fonts/92809f059c314f07125b787a57fd7d2d.eot?#iefix")format("embedded-opentype"),
        url("/wp-content/themes/atmosphere/assets/fonts/92809f059c314f07125b787a57fd7d2d.woff")format("woff"),
        url("/wp-content/themes/atmosphere/assets/fonts/92809f059c314f07125b787a57fd7d2d.woff2")format("woff2"),
        url("/wp-content/themes/atmosphere/assets/fonts/92809f059c314f07125b787a57fd7d2d.ttf")format("truetype"),
        url("/wp-content/themes/atmosphere/assets/fonts/92809f059c314f07125b787a57fd7d2d.svg#DIN Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

/***************************************************************************************
 * 
 * General
 *
 ***************************************************************************************/
strong, a strong, strong a {
    font-family: "DIN-Bold", sans-serif;
    color: #C9D51B;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "DIN-Light", sans-serif;
    font-size: 21px;
    line-height: 1.2em;
    color: #000;
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 19px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "DIN-Bold", sans-serif;
    font-weight: 500;
    margin: 0;
    color: #000;
    line-height: 1.2em;
    letter-spacing: 0;
}

h1 {
    font-size: 38ox;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

p a {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }
}

/***************************************************************************************
 * 
 * General mobile 
 *
 ***************************************************************************************/
@media only screen and (max-width: 1024px) {
    .edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner, .edgtf-content .edgtf-content-inner > .edgtf-full-width > .edgtf-full-width-inner {
        padding-top: 0 !important;
    }
}

/***************************************************************************************
 * 
 * Language switch 
 *
 ***************************************************************************************/
ul.language-menu {
    list-style: none;
    display: inline-flex;
    flex-direction: row;
    margin: 0;
    line-height: 1em;
    font-size: 16px;
    letter-spacing: 0;
}

ul.language-menu > li {
    margin: 0 5px;
}

ul.language-menu > li.selected > a {
    color: #C9D51B;
    font-family: "DIN-Bold", sans-serif;
}

ul.language-menu > li:first-child {
    border-right: 1px solid #000;
    padding-right: 5px;
    margin-right: 0;
}

/***************************************************************************************
 * 
 * Hero 
 *
 ***************************************************************************************/
#hero-video {
    width: 100vw;
    height: 0;
    object-fit: cover;
}

/***************************************************************************************
 * 
 * Footer 
 *
 ***************************************************************************************/
.edgtf-footer-bottom-column-1 p {
    margin: 0 0 10px 0 !important;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
    color: #fff !important;
}

.edgtf-footer-bottom-column-1 p strong {
    color: #C9D51B !important;
}

.edgtf-footer-bottom-column-1 p a {
    color: #fff !important;
}

/*
@media only screen and (max-width: 1024px) {
    .edgtf-footer-bottom-column-1 p,
    .edgtf-footer-bottom-column-3 p {
        text-align: center;
    }
}
*/

/***************************************************************************************
 * 
 * Main menu 
 *
 ***************************************************************************************/
.edgtf-main-menu,
.edgtf-mobile-nav {
    font-family: "DIN-Bold", sans-serif;
}

.edgtf-main-menu > ul > li > a {
    color: #000000;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 0;
}

.edgtf-main-menu > ul > li > a > span.item_outer:after,
.edgtf-main-menu > ul > li > a:hover > span.item_outer:after,
.edgtf-main-menu > ul > li.edgtf-active-item > a > span.item_outer:after {
    /*
    height: 2px;
    background-color: #C9D51B;
    */
    height: 0;
    display: none;
}

.edgtf-mobile-nav {
    padding: 32px 0;
}

.edgtf-mobile-header .edgtf-mobile-nav ul li a {
    padding: 0;
    font-size: 30px !important;
    line-height: 42px !important;
    text-align: center;
}

/***************************************************************************************
 * 
 * Contact button
 *
 ***************************************************************************************/
.contact-btn {
    margin: 0 8px;
    border-radius: 4px;
    background-color: #C9D51B;
    color: #000;
    padding: 0 32px;
    line-height: 60px;
    font-size: 24px;
    font-family: "DIN-Bold", sans-serif;
    transition: all .3s;
    cursor: pointer;
    border: none;
}

.contact-btn:hover {
    background-color: #000;
    color: #fff;
}

/***************************************************************************************
 * 
 * Blog items 
 *
 ***************************************************************************************/
ul#blog-tag-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*width: 100%;*/
    padding: 0 64px;
    list-style: none;
}

ul#blog-tag-filter > li {
    margin: 8px;
    border-radius: 4px;
    background-color: #efefef;
    color: #000;
    padding: 0 32px;
    line-height: 40px;
    font-size: 16px;
    font-family: "DIN-Bold", sans-serif;
    transition: all .3s;
    cursor: pointer;
}

ul#blog-tag-filter > li.selected,
ul#blog-tag-filter > li:hover {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    ul#blog-tag-filter {
        flex-direction: column;
        align-items: stretch;
        justify-content: stretch;
        padding: 0 32px;
    }
	
	
	ul#blog-tag-filter > li {
		text-align: center;
	}
}

.edgtf-blog-holder article.hidden {
    display: none;
}

.edgtf-blog-holder article > .edgtf-post-content {
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .3);
}

.edgtf-blog-holder article > .edgtf-post-content strong {
    color: #000;
}

.edgtf-blog-holder.edgtf-blog-masonry article.edgtf-post-has-media .edgtf-post-heading {
    margin: 0;
}

.edgtf-blog-holder article .edgtf-blog-video-holder-inner {
    overflow: hidden;
}

.edgtf-blog-holder article .edgtf-post-link-holder,
.edgtf-blog-holder article .edgtf-post-text {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "DIN-Bold", sans-serif;
    background-color: rgb(201, 213, 27, 1.0);
    opacity: 0;
    transition: opacity .3s;
}
/* 201 213 27 */
.edgtf-blog-holder article .edgtf-post-link-holder.selected,
.edgtf-blog-holder article .edgtf-post-text.selected {
    opacity: 1;
}

.edgtf-blog-holder article .edgtf-post-link-holder-inner,
.edgtf-blog-holder article .edgtf-post-text-inner {
    opacity: 0;
    transition: all 150ms ease;
    cursor: default;
    text-align: left !important;
    padding: 32px;
}

.edgtf-blog-holder article .edgtf-post-link-holder-inner {
    padding: 0 32px;
}

.edgtf-blog-holder article .edgtf-post-link-holder-inner h4 {
    font-family: "DIN-Light", sans-serif;
    font-size: 21px;
}

.edgtf-blog-holder article .edgtf-post-link-holder-inner,
.edgtf-blog-holder article .edgtf-post-link-holder-inner h4,
.edgtf-blog-holder article .edgtf-post-link-holder-inner h4 a {
    width: 100%;
    height: 100%;
}

.edgtf-blog-holder article .edgtf-post-link-holder-inner h4 a {
    display: flex;
    align-items: center;
}

.edgtf-blog-holder article .edgtf-post-link-holder-inner h4 a:hover {
    color: #000;
}

.edgtf-blog-holder article .edgtf-post-link-holder.selected .edgtf-post-link-holder-inner,
.edgtf-blog-holder article .edgtf-post-text.selected .edgtf-post-text-inner {
    opacity: 1.0;
    margin-top: 0;
    transition: all 150ms ease;
}

.edgtf-blog-holder article .edgtf-post-content-holder, 
.edgtf-blog-holder article .edgtf-post-excerpt-holder {
    margin: 0;
    font-family: "DIN-Light", sans-serif;
    color: #000;
    line-height: 1.2em;
}

.edgtf-blog-holder article.format-quote .edgtf-post-text .edgtf-post-text-inner,
.edgtf-blog-holder article.format-quote .edgtf-post-text.selected .edgtf-post-text-inner {
    opacity: 1;
    margin: 0;
    transition: none;
}

.edgtf-blog-holder article.format-quote .edgtf-post-text,
.edgtf-blog-holder article.format-quote .edgtf-post-text.selected {
    position: relative;
    transition: none;
    background-color: rgb(201, 213, 27, 1.0);
    opacity: 1;
}

.edgtf-blog-holder article.format-quote .edgtf-post-text-inner {
    padding: 0;
}

.edgtf-blog-holder article.format-quote .edgtf-post-quote-wrapper {
    background: none;
    text-align: left;
    padding: 64px 32px;
}

.edgtf-blog-holder article.format-quote .edgtf-post-excerpt-holder {
    margin: 0;
}

.edgtf-blog-holder article p a {
    color: #000;
}

.edgtf-blog-holder article p a:hover {
    color: #000;
}


.edgtf-blog-holder article .edgtf-post-content-holder a , 
.edgtf-blog-holder article .edgtf-post-excerpt-holder a {
    color: #000 !important;
    text-decoration: underline;
}

.edgtf-blog-holder article .edgtf-post-content-holder a:hover , 
.edgtf-blog-holder article .edgtf-post-excerpt-holder a:hover {
    color: #000 !important;
    text-decoration: underline;
}

/***************************************************************************************
 * 
 * Team
 *
 ***************************************************************************************/

.edgtf-team-holder {
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .3);
}

.edgtf-team-holder .edgtf-team-social-wrapper {
    background-color: rgb(201, 213, 27, 1.0);
}

.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-social-inner {
    vertical-align: middle;
    padding: 0 32px;
}

.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-social-holder {
    margin-top: 16px;
}

.edgtf-team-holder .edgtf-team-social-holder .edgtf-team-icon {
    font-size: 24px;
}

.edgtf-team-holder .edgtf-team-social-holder .edgtf-team-icon a:hover {
    color: #000;
}

.edgtf-team-holder .edgtf-team-image img {
    filter: grayscale(100%);
}

.team-row {
    padding: 16px 0;
}

@media only screen and (max-width: 1024px) {
    .team-row {
        padding: 0;
    }

    .team-row .edgtf-team-holder {
        margin: 16px 0;
    }
}

/***************************************************************************************
 * 
 * Slider dots
 *
 ***************************************************************************************/
edgtf-owl-slider .owl-dots .owl-dot span {
    border-radius: 50% !important;
}
