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

.wpcf7 p {
    margin: 0 !important;
}

.top-bar a {
	color: #FFF;
}

div.footer .social-icons {
	gap: 8px;
	flex-wrap: wrap;
}

.contact-sidebar--phone a {
	color: #FFF;
}
.contact-sidebar--phone a:hover {
	color: rgb(241,79,36);
}

.panel h2 {
	color: #FFF;
}

.section-2 {
	overflow: hidden;
}

.page-template-page-conversion .postscript-divider {
	display: none !important;
}

.review-logos .review-logos__image:first-child {
	width: 100%;
}
.review-logos .review-logos__image:first-child img {
	width: 360px;
}

@media (min-width: 992px) {
  .page-template-page-conversion .conversion-content-two__sticky-image {
	  top: 250px;
	}
}

.responsive-video--shorts iframe {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 320px;
    aspect-ratio: 9 / 16;
}