/*
Theme Name:   GeneratePressChildTheme
Description:  Write here a brief description about your child-theme
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     generatepress
Version:      2.4.2
Text Domain:  GeneratePressChildTheme
*/

/* Write here your own personal stylesheet */

.main-navigation ul{
background-color:white;
	
}
.main-navigation .main-nav ul li a{color:#003d36 !important;}
.main-navigation a {
    font-weight: 550;
    font-family: 'Viaoda Libre' !important;
   
    font-size: 25px;
}
.main-navigation .main-nav ul li a:hover {color:white !important;}


@media only screen and (min-width: 980px)
	{.site-header .header-image {
   
   
	 padding-left :145px;
	
		}}

.footer-widgets {
    color: #ffffff;
    background-color: #3d0a2f;
}
.nf-form-fields-required {display : none;}
.ninja-forms-req-symbol{display:none;}
.nf-form-content input[type=button]{background-color:#006e62 !important;
border-radius:15px;padding:0px 20px 0px 20px;float:right !important;}
.copyright-bar{display:none;}
.site-info{background-color: #3d0a2f;}
input[type="search"]{background-color: #3d0a2f;border:none;}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {color:white !important;}
 ul{list-style-type:none !important;}
#menu-menucat li a {float:left;padding:18px;}