/*Add your own editor styles here*/
.resources-library .main-resources .box .content .bk-thumbnail{
    width: 100%!important;
}

.owl-carousel-weather iframe.wpf-iframe {
    height: 185px!important;
}

.oneitem{
    display: flex;
    align-items: center;
    height: 50px;
}

.oneitem p{
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    padding: 0 25px;
}

.teamtailor-jobs__job-title{
    font-family: Gotham-Book, Arial, sans-serif;
    font-size: 18px;
    color: #282828;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    background: linear-gradient(to right, #0a568c, #0a568c 50%, #282828 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;
}

.teamtailor-jobs__job-title:hover {
    background-position: 0 100%;
    transform: translate(4px, 0);
    transition: all 250ms ease-in-out;
}


.embed-video{
	position: relative; 
	padding-bottom: 56.25%; 
	margin-bottom: 30px;
}

.embed-video iframe{
	border:none;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

@media only screen and (max-width: 400px){
    .owl-carousel-weather .owl-dots{
        display: none!important;
    }
    .owl-carousel.owl-carousel-weather .owl-controls {
        display: block;
    }
    .home .footer {
        margin-top: -20px;
    }
    .blog #content .nav {
        margin-bottom: 50px; 
    }
    .blog .nav li {
        margin: 0 0 10px;
    }
    .blog #content .filtr-item{
        min-width: 100%;
    }
    .resources-library .main-resources .box{
        padding: 0 10px;
        margin-bottom: 45px!important;
    }
    .resources-library .main-resources .box .content .bk-thumbnail{
        height: 150px!important;
    }
    .resources-library .main-resources .box .content .sn-caption {
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    article .entry-meta{
        flex-direction: column;
    }
    #right-sidebar {
        padding-left: 15px!important;
    }
    .page-template-spaces .bycategory .box {
        padding: 0!important;
    }
    .blog-news .single-news {
        width: 100%!important;
    }
}


/*section.help-links .hl-logo {
    width: 125px;
    height: 125px;
    margin: 10px 15px 30px;
}*/

section.help-links .hl-logo {
    width: 142px;
    height: 142px;
    margin: 10px 15px 30px;
}

#back-header i.ri-twitter-fill:before {
    color: transparent!important;
}

#back-header .back-toolbar-area .toolbar-sl-share ul li a .ri-twitter-fill:before{
    background: url(/wp-content/uploads/2023/08/twitter-x-newlogo-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}