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

.main-navigation > li.has-dropdown::after {
	background-color: transparent !important;
	border-bottom: transparent !important;
}

.section-hero .maintext {
	max-width: 660px;
}

.section-2, .section-3 {
	overflow: hidden;
}

.page-template-page-conversion .conversion-content-three.content-area a:not(.btn, .secondary-link):hover {
	color: #000;
}

.page-template-page-conversion .conversion-content-two p, .page-template-page-conversion .conversion-content-four p {
  margin-bottom: 25px;
}

.page-template-page-conversion .conversion-header .conversion-coupon .charge-coupon-button {
	padding: 11px 20px;
}

.testimonial-item-inner {
	height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.divider-image.bottom-divider {
	margin-top: -1px;
}

.ryno-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
}

@media (max-width: 991.98px) {
  .section-2 .img-col img { 
	  width: 576px;
	  max-width: 120%;
	  margin-left: -10%;
	}
}

@media (max-width: 575.98px) {
  .section-3 .slick-list {
    margin-left: 30px;
  }
	
	.section-3 .testimonial-item {
		margin-right: 28px;
	}
}