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

.page-template-page-conversion .conversion-header .conversion-coupon .charge-coupon-button {
	border-radius: 8px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	padding: 13px 17px;
	text-transform: uppercase;
}

.postscript-contact {
	position: relative;
	z-index: 2;
}

.footer .footer-review {
	margin-top: 0;
}

.footer-social {
	align-items: center;
	display: flex;
}

.footer-social .facebook a {
	align-items: center;
	background: #FFF;
	border-radius: 100px;
	box-shadow: -1px 2px 7.6px 0 rgba(0, 0, 0, 0.40);
	color: #33449e;
	display: flex;
	font-size: 24px;
	height: 48px;
	justify-content: center;
	margin-top: -5px;
	margin-right: 20px;
	transition: 300ms all;
	width: 48px;
}

.footer-social .facebook a:hover {
	transform: scale(1.25);
}

.footer .footer-review a:hover .icon-google {
	height: 63px;
	transform: scale(1.3);
	width: 63px;
}

.footer .footer-review a .review-right {
	transition: 300ms all;
}

.footer .footer-review a:hover .review-right {
	margin-left: -10px;
}

.careers .gform_button {
	max-width: 261px;
}

@media (min-width: 992px){
	.section-5 .slider-controls {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.section-hero .cover-image img {
		object-position: bottom center;
	}
}

@media only screen and (max-width: 767px) {
  	.page-template-page-conversion .conversion-content-two {
	  	padding-top: 50px;
	}
}

@media (max-width: 575.98px) {
	.section-1 .section-2-top-inner ul li:nth-child(1){
		order: 1;
	}
	.section-1 .section-2-top-inner ul li:nth-child(2){
		order: 3;
	}
	.section-1 .section-2-top-inner ul li:nth-child(3){
		order: 2;
	}
	.section-1 .section-2-top-inner ul li:nth-child(4){
		order: 4;
	}
	.section-6 ul li:nth-child(1) {
		order: 1;
	}
	.section-6 ul li:nth-child(2) {
		order: 3;
	}
	.section-6 ul li:nth-child(3) {
		order: 2;
	}
	.section-6 ul li:nth-child(4) {
		order: 4;
	}
}