/*
 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 a {
	margin-top: -5px;
}

.top-bar .text-end a:hover {
	text-decoration: underline;
}

h2.accordion-header {
	margin: 0;
}

.ryno-mtt--layout-3 .ryno-mtt__member-container {
	border-left-color: rgb(167,208,255);
}

.page-template-page-conversion .conversion-page-reviews {
	padding-bottom: 12%;
}

.angi svg {
	height: 30px;
}

.angi svg path {
	fill: #012854 !important;
}

.angi a:hover svg path {
	fill: #FFF !important;
}

@media screen and (min-width: 992px){
	.front-section.section-3 .text-col > *,
	.front-section.section-5 .text-col > * {
		margin-left: 15px;
	}
	.front-section.section-7 .buttons {
		display: flex;
		gap: 30px;
	    justify-content: center;
	}
	
	.home .header-wrapper.sticky-active-extra {
		position: sticky;
	}
	
	.home .header-wrapper.sticky-active-extra .header {
		background: #FFF;
		box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.25);
	}
	
	.home .header-wrapper.sticky-active-extra .main-navigation > li > a {
	    color: var(--nav-link);
	}
	
	.home .header-wrapper.sticky-active-extra .header-two__center img {
  		margin-top: 10px;
  		margin-bottom: 10px;
	}
	
	.front-section.section-hero.sticky-active-extra {
		padding-top: 92px;
	}
}

@media screen and (max-width: 992px){
	.front-section.section-7 .buttons {
		max-width: 300px;
  		margin-inline: auto;
	}
}