/*
 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
------------------------------------------------------- */

.conversion-content-five .accordion-item .accordion-header button:not(.collapsed),
.conversion-content-five .accordion .accordion-item .accordion-body,
.conversion-content-five .accordion .accordion-item .accordion-body a {
	color: rgb(0,34,68) !important;
}

.copyright .social-icons {
	justify-content: center;
	margin-bottom: 20px;
}

.copy-top {
	justify-content: center;
}

.copy-bottom {
	text-align: center;
}

.popover {
	margin-left: -15px !important;
}

.popover-btn {
	height: 61px;
	position: fixed;
	bottom: 20px;
	right: 20px;
  	width: 61px;
	z-index: 999999;
}

.popover-body {
	border-radius: 10px;
	overflow: hidden;
	padding: 0 15px;
}

.popover-arrow {
	margin-left: 15px;
}

@media (max-width: 991.98px){
	.section-hero .cover-image img {
		object-position: center center;
	}
	
	.section-3 .container-bottom {
		max-width: 546px;
	}
	
	.copyright .social-icons {
		max-width: 100%;
	}
}

@media (max-width: 576px){
	.section-5 .h5 span {
		display: block;
	}
}