/*
 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
------------------------------------------------------- */
.section-hero .cover-image img {
	object-position: bottom center;
}

.page-template-page-conversion .accordion .accordion-item .accordion-body a {
	color: #FFF !important;
}

.page-template-page-conversion .accordion .accordion-item .accordion-body a:hover {
	color: #FBCE35 !important;
}

.section-5 .logo-1 {
	max-width: 196px;
}
.section-5 .logo-2 {
	max-width: 108px;
}
.section-5 .logo-2a {
	max-width: 170px;
}
.section-5 .logo-3 {
	max-width: 78px;
}
.section-5 .logo-4 {
	max-width: 142px;
}
.section-5 .logo-5 {
	max-width: 102px;
}

.footer .social-icons {
	flex-wrap: wrap;
  	max-width: 250px;
}

.footer .phone a {
	font-size: 22px;
}

@media (max-width: 991.98px){
	.main-navigation > li.has-dropdown::after {
		max-height: 56px;
	}
	
	.section-1 .cta-wrapper::before {
		display: none;
	}
	
	.section-1 .cta-5 .cta-wrapper img {
		margin-top: 5px;
	}
	
	.section-1 .cta-5 .cta-wrapper p {
		max-width: 80px;
	}
	
	.section-2 .banner-wrapper {
		overflow: hidden;
	}
	
	.footer .social-icons {
		margin-inline: auto;
	}
}