/*
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
*/
.sponsors-section {
  margin-bottom: 4em;
  clear: both;
}

#sponsors .fusion-one-full .sponsors-section:last-child {
  margin-bottom: 4em !important;
}

.sponsors-section li {
  list-style: none outside none;
  float: left;
  width: 25%;
  position: relative;
}

.sponsors-section ul {
  padding: 0;
  margin: 0;
}

.sponsors-section:nth-child(even) {
}

.sponsors-section h2.custom-title {
  margin-bottom: 1em !important;
}

.sponsors-section .sponsor-image-container {
  position: relative;
  max-width: 75%;
  padding: 3em 0;
  margin: 0 auto 2em;
}
.myBox{
cursor: pointer;
}
.sponsors-section img {
  position: absolute;
  display: block;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  max-height: 100px;
}
	.hp-text{
	text-align: center ;
	}


.fusion-page-title-bar {
    height: 350px !important;
}
.donateBox {
    background: #f4f4ed;
    padding: 38px 47px;
    width: 380px;
    height: 330px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -370px;
	z-index: 999999;
}
.donateBox ul li a.paypalIcon {
    background: url(/wp-content/uploads/2018/03/paypalIcon.jpg) no-repeat 80px 20px scroll;
    padding-right: 88px;
    padding-left: 12px;
}

.donateBox ul li a {
    padding: 25px;
    display: inline-block;
    color: #292929;
    font-family: "Times New Roman", Times, serif;
}
a:active, a:focus {
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

.donateBox h1 {
    font-size: 1.563em !important;
    letter-spacing: -1px !important;
    margin-bottom: 2px !important;
}

.donateBox ul li:first-child {
    margin-left: 10px;
}

.donateBox ul li {
    float: left;
    border: 1px solid #cececb;
    background: #fafaf6;
    margin-left: 20px;
	list-style-type: none;
	cursor: pointer;
}

.donateBox input[type=text] {
    background: #FFF;
    border: 1px solid #cfcfcc;
    box-shadow: inset 0px 0px 8px 1px #e0e0e0;
    -moz-box-shadow: inset 0px 0px 8px 1px #e0e0e0;
    -webkit-box-shadow: inset 0px 0px 8px 1px #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 10px 12px 10px;
    margin-bottom: 20px;
    min-width: 250px;
    position: relative;
}




.blog-row{
	background: url("/wp-content/uploads/2018/04/grey-glag-bkg3.jpg") no-repeat top center ;
	height: auto;
	background-color: #cbcbcb;
}


.blog-container{
max-width: 1100px;
margin: auto;
padding: 40px 0;
overflow: auto;
}

.gallery-image-thumb{
height: 190px;
width: 100%;	
}

.blog-title{
font-size: 18px;
margin: 20px 0;	
}
.read-more-button{
margin-bottom: 25px;	
}
.post-date{
font-size: 13px;
margin-bottom: 10px;
color: black !important;	
}

.post-date a{
	color: black !important;}


.single-events_list .container{
	width: 100% !important;
}

.single-events_list #main{
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.newsletter-signup-form .gform_footer{
	display: none !important;
} 

.wfs-row div.fusion-builder-row{
	max-width: 1200px !important;
}
.page-id-5714 .norm_row{
	display: none !important;
}



.wfs-contact-wrap{
	max-width: 533px;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* 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/2023/12/lg-rps-sprite-sm-1.webp') bottom;
	text-indent: -99999px;
}

.rps-logo-link:hover {
	background-position: 0 0;
}

.m-copyright-row{
	display: none;
}
/* END Copyright section Styles */



.donate-btn i{
	font-size: 35px !important;
	margin-right: 10px !important;
}


.whitebtn{
	border: 0 !important;
	cursor: pointer;
	background-color: #ffffff;
	color: #6b6b6b;
	font-family: 'Amaranth', sans-serif;
    border-radius: 15px 0px !important;
	font-size: 18px;
	padding: 10px 20px;
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.35);
	right: -15px;
	top: 300px;
	z-index: 999999999;
}
.whitebtn a{
	color: #6b6b6b;
}
.whitebtn:hover a{
	color: #de2a2b;
}
.slidein {
    float:right;

    animation-duration: 3s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        margin-right: -30%;
    }
    to {
        margin-right: 0%;
    }
}

.stickyBtn {
    width: 300px !important;
    right: 0 !important;
    position: fixed;
    z-index: 9999999999999;
}


.page-id-5714 .whitebtn{
	display: none !important;
}
.footer-cta{
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
	display: none;
	padding-top: 20px;
}
/* 
#########################################################################################################################################

start responsive Media Queries 

#########################################################################################################################################
*/



@media (max-width: 1122px) 
{
	.footer-cta{
	display: block;
	}
	.stickyBtn{
	display: none;	
	}
	.footer-cta{
	display: block;
	width: 60%;	
	}
	
}




@media (max-width: 991px)
{
	.gallery-image-thumb{
	height: 390px;
	width: 100%;
	margin-top: 25px;	
	}	
}
@media (max-width: 800px)
{
	.hp-text{
	padding: 0 30px;
	text-align: left ;
	}
	.fusion-contact-info {
	padding: 1em 30px 20px 30px !important;
	}
	.fusion-columns .fusion-column:not(.fusion-column-last) {
	margin: 0 0 10px !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/2023/12/lg-rps-sprite-sm-1.webp') bottom;
	text-indent: -99999px;
	margin-left: 4px;
	}	
	
	.footer-cta{
	width: 75%;	
	}
}
@media (max-width: 450px)
{
.donateBox {
    background: #f4f4ed;
    padding: 10px 10px;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    top: 0px !important;
}
.donateBox ul li a.paypalIcon {
    background: url(/wp-content/uploads/2018/03/paypalIcon.jpg) no-repeat 80px 20px scroll;
    padding-right: 88px;
    padding-left: 12px;
}
.post-content h1 {
    font-size: 24px !important;
}
.donateBox ul li a {
    padding: 25px;
    display: inline-block;
    color: #292929;
    font-family: "Times New Roman", Times, serif;
}
a:active, a:focus {
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

.donateBox h1 {
    font-size: 1.563em !important;
    letter-spacing: -1px !important;
    margin-bottom: 2px !important;
}

.donateBox ul li:first-child {
    margin-left: -10px;
}

.donateBox ul li {
    float: none;
    border: 1px solid #cececb;
    background: #fafaf6;
    margin: auto;
	list-style-type: none;
	cursor: pointer;
}

.donateBox input[type=text] {
    background: #FFF;
    border: 1px solid #cfcfcc;
    box-shadow: inset 0px 0px 8px 1px #e0e0e0;
    -moz-box-shadow: inset 0px 0px 8px 1px #e0e0e0;
    -webkit-box-shadow: inset 0px 0px 8px 1px #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 10px 12px 10px;
    margin-bottom: 20px;
    min-width: 250px;
    position: relative;
}
.donateBox ul{
padding-left: 10px !important;	
}


}
@media (max-width: 382px)
{
	.bottom-contact-col{
	padding-left: 0 !important;
	padding-right: 0 !important;
	}
	
	.bottom-contact-col div{
	padding-left: 5% !important;
	padding-right: 5% !important;
	}
}



@media (max-width: 330px)
{
.post-content h1 {
    font-size: 20px !important;
}
}