/*
 Theme Name:   osb_gp
 Theme URI:    https://generatepress.com
 Description:  Custom GeneratePress child theme for oregonsolarbattery.com
 Author:       ASW
 Author URI:   https://astreetweb.com
 Template:     generatepress
 Version:      0.1
green: #0F5E15
link color green: color: #009d0c 
button hover: 583600
*/
/*Global*/
/*Green lines decoration
.site-header {background:url(/wp-content/images/bg_green.png) top left repeat-x!important;	 }
.generate-sections-container.home-1{
    background-repeat: repeat;
    background-size: auto auto;
}
.site-header {border-bottom:2px dotted #f00;}
*/
div.webdesign {margin: 1em auto; text-align:center;} 
.webdesign a {color:#999!important; font-size:.76em;}
h1.my-titles {font-size:1.6em;}
.my-center {text-align:center;}
.phone_lg a {font-size:1.6em; color:#F49002; font-weight:bold; font-family: Roboto, sans-serif;}
.page-id-22.one-container .site-content, .page-id-22.container.grid-container {padding-top:0!important;}

.main-title {font-style:italic;}

.default li, #right-sidebar .widget ul li{margin-bottom:.70em;}
.note {font-size:.9em; font-style:italic;}

h3.form-title {background-color:#0F5E15!important; color:#fff; text-align: center; padding:12px;}

.lgc-column.home-col-left {padding-right:60px;}

.button, ul.products li.product .button {border-radius:6px;}

.footer-widgets .widget_text, .footer-widgets  ul.menu  {font-size:15px; font-family: Roboto Condensed, sans-serif;}

.footer-widgets .footer-widget-1 {
    flex-basis: 46%;
}

.footer-widgets .footer-widget-2 {
    flex-basis: 27%;
}

.footer-widgets .footer-widget-3 {
    flex-basis: 27%;
}

/*make button in nav*/

@media (min-width:769px) {
    .main-navigation .main-nav ul li.nav-button a {
        background-color: #F49002;
        border: 0px solid #000000;
        color: #fff;
		border-radius:9px;
        line-height: 35px; /*this number will likely need to be adjusted*/
    }
}


