/*
 Theme Name:   DiviGrsoregon
 Description:  Divi Child Theme
 Author:       Booyah Creative
 Author URI:   http://www.booyahcreative.com
 Template:     Divi
 Version:      1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.et_pb_scroll_top.et-pb-icon {
	border-radius: 0 !important;
	background-color: #9fb15e !important;
	border: 1px solid #fff;
	border-right: none;
}

/* HEADER */
/********************************/
#top-menu li.current-menu-item > a, #top-menu li.current_page_item > a, #top-menu li.current-menu-ancestor > a {
	font-weight: bold;
}
#top-menu li li a {
    padding: 15px 20px !important;
    line-height: 120%;
	width: 100% !important;
}
#et-top-navigation .nav li ul {
	padding: 0;
	background-color: #fff !important;
}
#top-menu li li {
	width: 100%;
	padding: 0 !important;
}
#et-top-navigation .nav ul li a:hover {
	opacity: 1.0;
	background-color: #0e2b89;
	color: #fff !important;
}
#main-content input.gform_button {
	font-size: 17px;
	border-radius: 0px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: .3em 1em;
	border: 2px solid;
}

/* HOMEPAGE */
/*************************/
#grs-logotrain img {
	max-height: 90px;
	width: auto;
	padding: 15px;
}


/* FOOTER */
/**********************/


/* RESPONSIVE QUERIES */
/******************************/
@media only screen and ( min-width: 1405px ) {
}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( min-width: 1200px ) {
}
@media only screen and ( min-width: 1100px ) {
}
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
}
@media only screen and ( min-width: 981px ) and ( max-width: 1405px) {

}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
}
@media only screen and ( max-width: 980px ) {
	#logo {
		max-height: 90%;
	}
}
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
}
@media only screen and ( max-width: 767px ) {
}
@media only screen and ( max-width: 479px ) {
}