/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.zoom-container {
	position: relative;
	width: 100%;
	height: 198px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f0f0f0;
}

.bottom-div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.bottom-div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.top-div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #0071BB 80%);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 5px;
	box-sizing: border-box;
	z-index: 2;
	pointer-events: none;
}

   .top-div p {
	color: white;
	margin: 0 !important;
	font-weight: 500;
	font-size: 22px !important;
	pointer-events: all;
    }

.zoom-container:hover .bottom-div img {
	transform: scale(1.1);
}


.custom-paragraph p{
	margin-top: 0 !important;
	margin-bottom: 0!important;
}


/* Gravity forms */

.gfield_label{
	font-size: 20px !important;
}
.gform_button.button{
	background-color: #002137 !important;
	min-width: 200px !important;
}
.gform_button.button:hover{
	background-color: #0071BB !important;
	
}


.gform-theme--foundation .gfield textarea.large {
    min-block-size: 13rem !important;
}

/* End Gravity forms */



.photo-col{
	min-height: 386px;
	font-weight: 500;
}


/* Copyright section Styles */
.copyright-row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
	height: 20px;
}
.copy-right-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 13px;
	line-height: 15px;
	color: white;
}
.copy-right-rps-logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 10px;
	align-items: center;
}

.rps-logo-link {
	display: block;
	width: 111px;
	height: 20px;
	background: url('/wp-content/uploads/2025/01/lg-rps-sprite-sm.webp') bottom;
	text-indent: -99999px;
}

.rps-logo-link:hover {
	background-position: 0 0;
}

.m-copyright-row{
	display: none;
}

.fusion-body .fusion-title .title-sep.sep-single {
    border-bottom-width: 3px !important; margin-left: 10px !important;
}
.fusion-blog-shortcode .fusion-read-more {
    position: relative;
    margin-right: 10px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}

/* END Copyright section Styles */



.single-navigation {
    margin-top: 30px;
}



/* 
#########################################################################################################################################

start responsive Media Queries 

#########################################################################################################################################
*/

@media (max-width: 1024px)
{
	.hp-hero-text .fusion-column-wrapper {
	max-width: 640px;
	border-radius: 0 0 12px 12px !important;
	margin-left: auto !important;
	margin-right: auto !important; 	
	}
	
	.hp-hero-img .fusion-column-wrapper {
	max-width: 640px;
	border-radius: 12px 12px 0 0 !important;
	margin-left: auto !important;
	margin-right: auto !important; 
	}
	
	.areas-we-serve-wrap, .industries-two-col-wrap{
	max-width: 640px;
	margin-left: auto !important;
	margin-right: auto !important; 	
	}
	
	.six-forty-wrap{
	max-width: 640px;
	margin-left: auto !important;
	margin-right: auto !important; 	
	}
	
	
}
@media (max-width: 814px)
{
/* Copyright section Styles */
	.m-copyright-row{
	display: block;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	}
	.copyright-row{
	display:none;
	}
	.rps-logo-link{
	margin-left: auto !important;
	margin-right: auto !important;
	}
/* END Copyright section Styles */
}

@media (max-width: 800px)
{
	.hp-top-row{
	background: url('/wp-content/uploads/2024/11/hero-bkg-img-800.webp') center top no-repeat !important;
	}
	
	.six-forty-wrap{
	max-width: 640px;
	margin-left: auto !important;
	margin-right: auto !important; 	
	}	
	
}
@media (max-width: 640px)
{
	.m-copyright-row{
	display: block;
	margin: auto;
	width: 184px;
	}
	.copyright-row{
	display: none;
	}	
	.m-copyright-row{
	display: block;
	margin: auto;
	max-width: 346px;
	width: 100%;
	text-align: center;
	}	
	.copy-right-text{
	display: inline-block;
	align-items: center;
	line-height: 14px;
	text-align: center;

	}

	.rps-logo-link {
	display: inline-block;
	width: 111px;
	height: 20px;
	background: url('/wp-content/uploads/2025/01/lg-rps-sprite-sm.webp') bottom;
	text-indent: -99999px;
	margin-left: 4px;
	}	
	
	.footer-content-wrap{
	max-width: 276px;
	margin-left: auto !important;
	margin-right: auto !important; 	
	}
	
	
	.photo-col{
	min-height: 250px;
	}

}

@media (max-width: 414px)
{
   .top-div p {
	font-size: 18px !important;
    }
}
@media (max-width: 330px)
{
   .top-div p {
	font-size: 17px !important;
    }
}