/*
Theme Name: Diego Nipitella
Theme URI: http://madsparrow.us/
Author: Mad Sparrow
Author URI: https://themeforest.net/user/madsparrow
Description: Siberia – brings your site to life with immersive featured images and subtle animations. With a focus on portfolio sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our theme works great in many languages, for any abilities, and on any device.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, page transition
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siberia
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: siberia
*/

/* Add your own modification from here
-------------------------------------------------------------- */

.ms-single-post--img {
  border-radius: 0px;
}

.navigation.post-navigation {
    width: 100%;
}

.navigation.post-navigation .nav-previous h2{
   text-align: center;
    margin: 0 auto; 
}
  
.nav-links .nav-next .ms-spn--i svg,
.nav-links .nav-previous .ms-spp--i svg {
    top: 55px;
}

.socicon-mail,
.socicon-whatsapp,
.socicon-facebook{
  color: #FFF;
}
.glider .glider-slide .related-box,
.glider .glider-slide img{
        display: block;
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
        opacity: 1;
        transition: 0.3s;
}
.glider .glider-slide .related-box .title-image{
    position: relative;
    bottom: 8em;
    text-align: center;
    opacity: 0;
    transition: all .4s cubic-bezier(.4,0,0,1);
}

.glider .glider-slide:hover img {
    opacity: 0.5;
}

.glider .glider-slide:hover .title-image{  
    opacity: 1; 
}

.glider-track {
  scrollbar-width: none;
}

@-moz-document url-prefix() {
  .glider-track {
    margin-bottom: 17px;
  }
  .glider-wrap {
    overflow: hidden;
  }
}

.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: 0.3s;
}

.swiper-slide img:hover {
    opacity: 0.5;
}

.swiper-slide .title-image{
    position: relative;
    bottom: 5em;
    text-align: center;
    opacity: 0;
   
    transition: all .4s cubic-bezier(.4,0,0,1);
}

.swiper-slide:hover .title-image{  
    opacity: 1; 
    transform: translateX(0rem) translateX(0);
    
}
.action-menu .text span:first-child {
  display: none !important;
}


.main-header .main-header__layout .main-header__nav-trigger span{ display: none; }

/*

.elementor-element-55931f1 .elementor-widget-container,
.elementor-element-5245ae4 .elementor-widget-container{
    display: table;
    margin: 0 auto;
}
.elementor-element-55931f1 .elementor-widget-container .menu,
.elementor-element-5245ae4 .elementor-widget-container .menu{
    min-width: 696px;
    list-style: none;
    padding-top: 20px;
    text-align: center;
}
.elementor-element-55931f1 .elementor-widget-container .menu li,
.elementor-element-5245ae4 .elementor-widget-container .menu li{
    display: inline;
    margin-right: var(--space-xs);
    padding: var(--space-xxxs) var(--space-xs);
}
.elementor-element-55931f1 .elementor-widget-container .menu li a:hover,
.elementor-element-5245ae4 .elementor-widget-container .menu li a:hover{
    color: #FFFFFF;
    
} */
.main-header .main-header__layout .main-header__logo {/*padding-top: 30px;*/}
@media (max-width:767px) {
    .elementor-widget-container .ms-s-w,
    .elementor-widget-container p{
        text-align: center !important;
    }
    .main-header .main-header__layout .main-header__logo {
        margin: 0 auto;
        /*padding-top: 50px;*/
    }
    .js .main-header__layout {
        height: 110px;
    }
    .js .main-header__nav--is-visible {
       margin-top: 50px;
    }
    
}

.menu-home li.menu-home-li{
	/*color: #e8eaed;*/
	
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-weight: 600;
	font-size: 21px;
	font-family: var(--font-heading);
}
.menu-home li.menu-home-li a{
color: #ff33cc !important;
}
.menu-home li.menu-home-li a:hover{
color: #e8eaed; !important;
}
@media (max-width:767px) {
	.menu-home li.menu-home-li{
		font-size: 18px;
		padding-right: 10px;
		
	}
}

@media (max-width:1023px) {
	#text-home h2{
		margin-top: 70px;
		font-size: 24px;
	
		
	}
}

@media screen and (max-width: 600px) {
	.nav-mobile .menu-home {
		display: flex;
		flex-direction: column;
		align-items: center;
        justify-content: center;
	}
	.menu-home li.menu-home-li a {
    
    font-size: 1.5em;
    
	}

}


