/*
 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 .text-end p {
	font-weight: 700;
}

.home .front-section.section-7 .callout-feature-img {
	border-radius: 10px 10px 0 0;
}

h2.accordion-header {
	margin: 0;
}

.page-template-page-conversion .conversion-content-three a.btn:hover {
	text-decoration: none;
}

.page-template-page-conversion .conversion-content-two {
	margin-top: -2px;
  	position: relative;
  	z-index: 1;
}

.page-template-default .content-wrapper {
  margin-top: 0;
}

.content-area blockquote p {
	color: var(--blockquote-text-color) !important;
}

.page-template-page-conversion .content-area .accordion-body {
  color: var(--conversion-contents-default-color) !important;
}

.blog-pagination .nav-links .page-numbers {
  border: 1px solid #dee2e6;
}

.blog-pagination .nav-links .page-numbers:hover {
	background-color: transparent;
}

.blog-pagination .page-numbers.current {
	font-weight: bold;
}

.section-4 .slick-dots {
	flex-wrap: wrap;
    gap: 20px 0;
}

@media (min-width: 992px){
	.home .front-section.section-hero .cover-image::before {
		z-index: 1;
	}
	.home .front-section.section-hero .cover-image::after {
		background: linear-gradient(90deg,rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	
	.home .front-section.section-hero p {
		max-width: 464px;
	}
	
	.section-7 .container-callouts {
		padding-top: 100px;
	}
}

@media (max-width: 991.98px){
	.home .front-section.section-1 .text-col {
		padding-top: 23px;
	}
	.home .front-section.section-1 .cover-image img {
		object-fit: fill;
	}
	.footer .box-2 {
		margin-block: 20px;
	}
	
	.main-navigation > li.has-dropdown.active-child-menu::after {
		max-height: 55px;
	}
	.main-navigation > li.has-dropdown:hover::after {
		color: #FFF;
	}
}

@media (max-width: 575.98px){
	.home .front-section.section-logos {
		padding-bottom: 0;
	}
	.home .front-section.section-2 .cover-image img {
		object-fit: fill;
	}
	 .home .front-section.section-2 {
	    padding-top: 60px;
		 padding-bottom: 48px;
	}
	.home .front-section.section-7 {
		padding-bottom: 15px;
	}
	.home .front-section.section-7 .callout-item {
		width: 296px;
	}
	
	.home .front-section.section-cta .cta-box-wrapper {
		margin-top: -135px;
	}
}

@media (min-width: 992px) {
	.page-header {
		padding: 90px 0 60px 0;
	}
  	.page-template-page-conversion .conversion-header {
    	padding: 90px 0 40px;
  	}
}