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

.home-section.section-7 .buttons {
	gap: 20px;
	max-width: 261px;
}

.home-section.section-7 .buttons br {
	display: none;
}

.home-section.section-5 .slick-slide.slick-active + .slick-slide::before {
	border-radius: 30px;
}

.ryno-mtt--layout-4, .ryno-mtt--layout-5 {
	padding-top: 0;
}

.page-template-page-ryno-meet-the-team {
	background: #FFC166;
}

.ryno-mtt--layout-4 .ryno-mtt__member-container, .ryno-mtt--layout-5 .ryno-mtt__member-container {
	border-color: #03C;
}

.ryno-mtt__category-title {
	text-align: center !important;
}

.ryno-mtt__category-members {
	justify-content: center !important;
}

.ryno-mtt__member-container {
	margin-inline: 0;
}

.footer .social-icons {
	flex-wrap: wrap;
  	max-width: 300px;
  	margin-inline: auto;
}

.cookie-link, .license {
	display: flex;
  	gap: 12px;
}

.license p {
	display: flex;
	gap: 12px;
}
	
.copyright .copy-top {
	flex-wrap: wrap;
}
	
.footer .social-icons {
	max-width: 190px;
}

.charge-map-alt img {
	width: 100%;
}

@media (min-width: 992px) {
 	.main-navigation > li:hover > ul {
	  	min-width: 135px;
	}
	
	.home-section.section-7 .coupon-item {
		width: 455px;
	}
	
	.copyright, .copyright p {
		font-size: 13px;
	}
	
	div.postscript-contact h2, div.postscript-contact .h2 {
		font-size: 53px;
	}
}

@media (max-width: 992px){
	.main-navigation > li.has-dropdown:hover:after {
		color: white;
	}
	.main-navigation > li.has-dropdown.active-child-menu::after {
		max-height: 57px;
	}
	
	.cookie-link, .license {
		justify-content: center;
		order: 3;
	}
	
	.cookie-link .divider, .license .divider {
		display: none;
	}
}

@media (min-width: 2060px){
	.page-template-page-conversion .conversion-content-two {
		padding-bottom: 25%;
	}
}

@media (max-width: 1200px) and (min-width: 992px){
	div.postscript-contact .accent-image {
		margin-left: -20%;
		width: 52%;
	}
}