/*

License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: shuffle
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* When header is sticky, hide normal logo and show dark logo */
.header-appear{
    height: 85px !important;
}
.edgtf-sticky-holder .edgtf-normal-logo,
.edgtf-sticky-holder .edgtf-light-logo {
    /*display: invisiable !important;
    visibility:hidden !important;*/
    opacity: 0 !important;
}

.header-appear .edgtf-dark-logo {
    display: inline-block !important;
    opacity: 1 !important;
}

.edgtf-sticky-holder a img {
    display: block !important;
}

.edgtf-sticky-holder .edgtf-logo-wrapper{
    padding: 15px;

}

.edgtf-boxed-icons .edgtf-boxed-icon-holder{
    width:16% !important;
}

.wpb_text_column .wpb_wrapper h3 > span{
    color: #fff !important;
    font-size: 32px !important;
    
}

.edgtf-elements-holder-item-content .wpcf7{
    margin-top:60px !important;
}

.edgtf-albums-list-holder .edgtf-album-title{
	color: #fff !important;
}

.edgtf-album-text-holder .edgtf-album-title1{
	color: #fff !important;
}

.edgtf-albums-list-holder .edgtf-album-title a{
	position: static !important;
}

.edgtf-main-menu ul li a{
  font-size: 18px !important;
}

@font-face {
  font-family: 'MyCustomFont';
  /*src: url('assets/fonts/dgtl-stencil.BlzdgA-y.woff2') format('woff2');*/
  src: url('assets/fonts/Gotu-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body, p, li, a, span {
  font-family: 'MyCustomFont', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'MyCustomFont', sans-serif !important;
}