/*
Theme Name:  Neve
Template: 	 neve
Theme URI:	 https://wordpress.org/themes/neve/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: nevechild
*/

/*FONTS*/
h1 span.h1-pt1{font-size:34px; font-weight:400;text-transform:none;}
h1 span.h1-pt2{font-size:90px; font-weight:400;text-transform:none;}
h2 span.green-orero{color:#1d8382;}
/*HEADER*/
header.header{z-index: 999;}
#mysticky-nav.wrapfixed .myfixed, #mysticky-nav.wrapfixed .myfixed .header--row-inner{height:50px;}
#mysticky-nav.wrapfixed .myfixed .site-logo img{transform:scale(0.8);}
#mysticky-nav.down.wrapfixed div.header-top, #mysticky-nav.wrapfixed.up div.header-top{display: none;}
/*FOOTER*/
footer#site-footer #cb-row--footer-bottom .hfg-slot.left .builder-item:last-child{display:none;opacity:0;overflow:hidden;}
footer .widget {
    margin-bottom: 20px;
}
footer#site-footer .footer-main {
    padding: 40px 20px;
}
footer h4{margin-bottom: 0px;}
#nav_menu-3 ul li{font-weight:500; text-transform: uppercase;}
#nav_menu-3 ul li a:before{content:"> ";}
#nav_menu-3 ul li a:hover{color:#f69b3c;}
/*RESPONSIVE*/
/**mobile**/
@media (max-width: 767px){
	h1 span.h1-pt2 {
		font-size: 71px;}
	#mysticky-nav {
    background: #ffffffb8;
	}
}