/*
Theme Name: Outdoor Child
Theme URI: https://demowp.cththemes.net/outdoorv2/
Author: Cththemes
Author URI: http://themeforest.net/user/cththemes/
Description: Outdoor – Creative Responsive Photography / Portfolio Wordpress Theme is perfect if you like a clean and modern design. This theme is ideal for designers, photographers, and those who need an easy, attractive and effective way to share their work with clients.
Version: 3.4
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Template: outdoor
Text Domain: outdoor-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url("../outdoor/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: 'SFUFuturaBook';
  src: url("fonts/SFUFuturaBook.ttf");
}
@font-face {
  font-family: 'SFUFuturaBold';
  src: url("fonts/SFUFuturaBold.ttf");
}

.service-box h4, .inline-facts h6, .testi-item h3, .testi-item a, .grid-item h3, .fixed-info-container h3, .fixed-info-container h4, .fw-info-container h3, .fw-info-container h4, .content-nav li a span, .project-box h3, .widget-posts-date, .sinnle-post h2, .blog-title li, .blog-text h3, .comment-form-holder h3, .comments-holder h3, .project-details h3, .preview-title h4, .vertical-slider .slide-title h3{
	font-family: 'SFUFuturaBold'!important;
}

body, .comments-holder h3 span{
	font-family: 'SFUFuturaBook'
}

.footer-social ul{
    width: fit-content;
    margin: auto;
}

.polylang_langswitcher-container{
    position: relative;
    float: right;
    top: 10px;
    cursor: pointer;
}

.polylang_langswitcher{
    position: absolute;
    list-style: none;
    bottom: 0;
    transform: translateY(100%);
    padding-left: 0;
    background-color: white;
    width: fit-content;
    box-shadow: 0px 0px 10px 0px #00000021;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    pointer-events: none;
}

.lang-item{
    line-height: 1.5;
}

.lang-item a, .polylang_langswitcher-container > p{
    float: left;
    padding: 10px 22px;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    top: 0;
    position: relative;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-align: left;
    display: flex;
    white-space: nowrap;
    width: 100%;
    justify-content: center;
}

.polylang_langswitcher li:hover a{
    background-color: #292929;
    color: white;
}

.sub-menu{
    box-shadow: 0px 0px 10px 0px #00000021;
}

.polylang_langswitcher-container:hover .polylang_langswitcher{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}