/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.top-bar {
	background: #64e01b;
	padding: 5px 0 0 0;
	margin-bottom: -13px;
	position: relative;
	z-index: 99;
}

.top-bar a {
	color: rgb(41,0,182);
	font-weight: 800;
}

.top-bar a:hover {
	opacity: .8;
}

.home-section-three a:hover {
	color: rgb(100,224,27);
	text-decoration: underline !important;
}

@media screen and (max-width: 991px) {
	.top-bar {
		background: rgb(41,0,182);
		margin-bottom: 0;
		padding: 5px 0;
	}
	.top-bar a {
		color: #64e01b;
	}
}
