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

#rwl-review-carousel {
    font-size: 16px;
}

.wpcf7-list-item-label {
color: #000;
}

.header .btn-primary:hover {
	color: #FFF;
}

.header-hiring a {
	color: #FFF;
}
.header-hiring a:hover {
	color: rgb(243,109,33);
}

.section-3 .learn-more {
	position: relative;
}

.section-3 .learn-more:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.2526 6C14.6669 6 15.0026 5.66421 15.0026 5.25V0.75C15.0026 0.33579 14.6669 0 14.2526 0H9.74992C9.3357 0 8.99992 0.335782 8.99992 0.75C8.99992 1.16421 9.3357 1.5 9.74992 1.5H12.4421L5.98712 7.95495C5.69423 8.24783 5.69423 8.72273 5.98712 9.0156C6.28005 9.30855 6.75488 9.30855 7.04775 9.0156L13.5026 2.56078V5.25C13.5026 5.66421 13.8384 6 14.2526 6ZM2.25 2.25C1.00736 2.25 0 3.25736 0 4.5V12.75C0 13.9927 1.00736 15 2.25 15H10.5C11.7427 15 12.75 13.9927 12.75 12.75V8.25C12.75 7.83578 12.4142 7.5 12 7.5C11.5858 7.5 11.25 7.83578 11.25 8.25V12.75C11.25 13.1642 10.9142 13.5 10.5 13.5H2.25C1.83579 13.5 1.5 13.1642 1.5 12.75V4.5C1.5 4.08579 1.83579 3.75 2.25 3.75H6.75C7.16423 3.75 7.5 3.41421 7.5 3C7.5 2.58579 7.16423 2.25 6.75 2.25H2.25Z" fill="%23FAA052"/></svg>');
	display: inline-block;
	height: 15px;
	margin-left: -15px;
	opacity: 0;
	transition: 300ms all;
	width: 15px;
}

.section-3 .learn-more:hover {
	color: #FAA052;
}

.section-3 .learn-more:hover:after {
	margin-left: 5px;
	opacity: 1;
}

ul.toc {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: baseline;
}
ul.toc li {
	padding-left: 0 !important;
}
ul.toc li:before {
	display: none;
}

.main-contact-form .checkbox-wrapper .wpcf7-list-item,
.ryno-sidebar .checkbox-wrapper .wpcf7-list-item{
	margin-left: 0;
}

.main-contact-form .checkbox-wrapper .wpcf7-list-item-label,
.ryno-sidebar .checkbox-wrapper .wpcf7-list-item-label{
	font-size: 18px;
}
.main-contact-form .checkbox-wrapper a,
.ryno-sidebar .checkbox-wrapper a {
	display: inline-block;
	font-size: 18px;
	text-decoration: underline;
}

.main-contact-form .checkbox-wrapper a {
    margin-bottom: 15px;
}

.ryno-sidebar .checkbox-wrapper, 
.ryno-sidebar .checkbox-wrapper a {
	color: #FFF;
}

@media (min-width: 992px){

	.toc-heading {
		padding-top: 175px;
		margin-top: -175px;
	}
	
	.postscript-contact {
		position: relative;
	}
	.postscript-contact .divider-image {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
	.postscript-contact .container {
		position: relative;
		z-index: 1;
	}
}

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

.grecaptcha-badge {
     display: none;
}

.toys-modal {
	top: 5%;
}

.toys-modal .modal-content {
	background: none;
	border: 0;
}

.toys-modal .btn-close {
	position: absolute;
	right: 20px;
	top: 10px;
}