/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*Global---------------------------------------------------*/

body{
font-family: 'Raleway', sans-serif;
	font-weight:100;
}

/*Header---------------------------------------------------*/

.site-title{
font-family:'Raleway', sans-serif;;
font-weight:100;
}

#masthead{
padding-top:0;
padding-bottom:0;
}

/*Nav------------------------------------------------------*/

.main-navigation{
font-family:'Raleway', sans-serif;
	font-weight:100;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a{
font-weight:400;
background-color:#ededed;
}
.main-navigation .menu-item-has-children > a{
background-color:#fff;
}

/*Slider---------------------------------------------------*/

.soliloquy-pager{
display:none;
}

/*Page-----------------------------------------------------*/
.entry-title{
    text-align: center;
    font-weight: inherit;
    margin-top: 40px;
}
.site-main{
margin-bottom:0;
}
#post-2 .entry-title{
display:none;
}
.entry-content{
margin-left:0 !important;
margin-right:0 !important;
}
.entry-content a{
box-shadow:0 0 0 0;
}

/*Lightbox-------------------------------------------------*/

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover{
background-color:transparent;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay{
background:rgba(0,0,0,0.9);
}

/*Footer---------------------------------------------------*/

.site-info p{
text-align:center;
margin:0 auto;
}