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

/**
*	The following styles are used in the demos with slideshow controls, 
*	such as play/pause and prev/next buttons.
*/



.listing-block {
    width: 20%; 
    box-shadow: 5px 5px 5px #999; 
    height: auto; 
    background-color: #f8f8f8; 
    border: 1px solid #ccc; 
    padding: 20px; 
    text-align: center; 
    float: left; 
    margin-right: 10px; 
    margin-left: 10px; 
    margin-bottom: 16px;
    
}

.listing-block-a {
    width: 30%; 
    box-shadow: 5px 5px 5px #999; 
    height: 160px; 
    background-color: #f8f8f8; 
    border: 1px solid #ccc; 
    padding: 20px; 
    text-align: left; 
    float: left; 
    margin-right: 10px; 
    margin-left: 10px; 
    margin-bottom: 16px;
    
}
.rs-slideshow {
    border: 1px solid #333;
    height: 333px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
 
.rs-slideshow .slide-container {
    background-color: #444;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 
/*    Hide the slide data container    */
.rs-slideshow .slides {
    display: none;
}

.slide-container .slide-caption {
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: 6px 12px;
    position: absolute;
    text-align: center;
    right: 0;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.rs-controls {
	clear: both;
	margin: 0px;
	width: 300px;
	float: left;
	border: 0px solid #f00;
}
.rs-play-pause, .rs-prev {
	float: left;
	margin-right: 5px;
}

.rs-next {
	float: left;
	margin-left: 5px;
}

.rs-controls ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.rs-index-list li {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
.rs-controls a {
	background-color: #efefef;
	border: 1px solid #ccc;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
	color: #444;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	margin: none;
	text-decoration: none;
}
.rs-controls a:hover {
	background-color: #ddd;
	color: #444;
}
.rs-controls .rs-active {
	background-color: #444;
	border: 1px solid #444;
	color: #eee;
}
.hide {
	display:none;
}

#registration-output {
	display:none;
}
.messaging {
	display:none;
}
.working-div{	
	color:red;
	font-size:12px;
}
.errormsg {
	background-color: #900;	
	color: #fff;
	padding: 10px;
	-moz-border-radius: 5px;
border-radius: 5px;
margin-top: 20px;
}
.successmsg {
	background-color: green;	
	color: #fff;
	padding: 10px;
	-moz-border-radius: 5px;
border-radius: 5px;
margin-top: 20px;
}


.registerblock {
	background-color: #f8f8f8;
	border: 1px solid #efefef; 
	padding: 20px; 
	float: left; 
	border-radius: 5px; 
	margin-bottom: 10px;
}


.errormsg p {
    margin-top: 0px;
    margin-bottom: 5px;
}