/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Next Door Multimedia
Template: Avada
*/

@import url("../Avada/style.css");


div#main.clearfix {
	padding-top: 0px;
}

div.counter-box-container {
	border: 0 !important;
}

.pluginLikeboxStream ._5v3q, .timeline {
background: rgba(255, 255, 255, 0.75) !important;
}

div.likeBoxStream + div, .timeline {
background: rgba(255, 255, 255, 0.75) !important;
}


iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
	max-height: 565px !important;
	background-color: rgba(255, 255, 255, 0) !important;
}

/**** DONATE ****/

.donate {
	display: block !important;
	margin: 0 auto !important;
}

/*** EVENTS *****/

.event-list-block {
	display: inline-block;
	width: 97%;
	margin-right:2%;
	padding: 20px;
	min-height: 215px;
	font-size: 24px;
	line-height: 36px;
	vertical-align: top;
	color: #ffffff;
	background-color: #171717;
	margin-bottom: 20px;
	margin-top: 30px;
}

@media screen and (min-width: 640px) and (max-width: 898px) {

.event-list-block {
	display: inline-block;
	width: 47%;
	margin-right:2%;
	padding: 20px;
	min-height: 215px;
	font-size: 24px;
	line-height: 36px;
	vertical-align: top;
	color: #ffffff;
	background-color: #171717;
	margin-bottom: 20px;
	margin-top: 30px;

}
}

@media screen and (min-width: 899px) {

.event-list-block {	
	display: inline-block;
	width: 31%;
	margin-right:2%;
	padding: 20px;
	min-height: 215px;
	font-size: 24px;
	line-height: 36px;
	vertical-align: top;
	color: #ffffff;
	background-color: #171717;
	margin-bottom: 20px;
	margin-top: 30px;
}
}

.event-list-block a {
	font-size: 30px;
color: #d82927;
font-weight: 600;
text-transform: uppercase;
}

.event-list-block a:hover {
	color: #747474;
}
.event-list-block li:nth-child(3n+3) {
	padding-right: 0;
}


.past-events .event-list-block {
	background-color: #979797;
}

.past-events .event-list-block a:hover{
	color: #515151;
}

/** Single Event Page **/

div.left-column {
	float: left !important;
	width: 50% !important;
}

div.right-column {
	float: left !important;
	width: 43% !important;
	margin-left: 75px;
}

#stop-event h2 {
	margin-bottom: 10px !important;
}


/** SIDEBAR **/
div#eme_list-2.widget.widget_eme_list  {
	margin-top: 50px !important;
}

.sidebar .widget h3 {
	font-size: 27px !important;
}

ul.event-sidebar-block {
	margin-bottom: 10px !important;
	padding: 10px !important;
	background-color: #171717 !important;
	color: #ffffff !important;
}

ul.event-sidebar-block a {
	color: #d82927 !important;
	font-weight: 400;
}

ul.event-sidebar-block a:hover {
	color: #747474 !important;
}
/*
.event-sidebar-block li {
	margin-bottom: 30px;
}

.event-sidebar-block li li {
	margin: 0;
}*/

/*** CONTACT ****/

/*.contact-text-div {
	width: 40%;
	margin-right: 9%;
	float: left;

}

.contact-form-div {
	width: 50% !important;
	float: left;
	margin-top: 40px;
}
*/

span.wpcf7-list-item {
	margin-right: 2.5em;
}
input.wpcf7-form-control.wpcf7-submit {
	width: 100px;
	height: 50px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #d74e33;
}

ul.ctct-lists.ctct-checkboxes {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

ul.ctct-lists.ctct-checkboxes li {
	display: inline;
	margin-right: 20px;
}
.row_up_event .avada-row a{
	display: inline-block;
    margin: 0 40px;
    border: 1px solid #c62c2c;
}
.row_up_event .avada-row {
    text-align: center;
}
@media screen and (max-width:708px){
	.row_up_event .avada-row a {
		margin: 20px 20px 0 20px;
	}
	.row_up_event .avada-row a:nth-child(1) {
		margin-top: 0px;
	}
}
@media screen and (max-width:360px){
	.row_up_event .avada-row a {
		margin: 20px 0px 0 0;
	}
	.row_up_event .avada-row a:nth-child(1) {
		margin-top: 0px;
	}
}