/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	width: 75%;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	background-color: #ffffff;
	text-align: center;
}

.close {
	background: #e63535;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close {
	opacity: 1;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

#torro-form-3851 .torro-toggle {
	display: inline;
	padding-left: 5%;
}

#torro-form-3852 .torro-toggle {
	display: inline;
	padding-left: 5%;
}

#torro-form-3851 textarea#torro-element-6 {
	margin-left: 42%;
	height: 90px;
}

#torro-form-3852 textarea#torro-element-9 {
	margin-left: 42%;
	height: 90px;
}

#texto_footer_derecha {
	text-align: right;
	padding-left: 35%;
}

@media only screen and (min-width:900px) and (max-width:1200px) {
	#texto_footer_derecha {
		padding-left: 20% !important;
	}
}

@media only screen and (min-width:767px) and (max-width:900px) {
	#texto_footer_derecha {
		padding-left: 1% !important;
	}
}

@media only screen and (max-width:767px) {
	#texto_footer_derecha {
		padding-left: 1% !important;
		text-align: center !important;
	}
	footer#Footer div.copyright {
		display: block !important;
	}
}

a.botonnegro {
	padding: 1% 2%;
	background-color: black;
	color: white;
}

#Top_bar .menu>li>a span:not(.description) {
	padding: 0 9px !important;
}

#bbpress-forums li.bbp-header {
	background: black;
	padding: 15px;
}

#bbpress-forums li.bbp-header ul li {
	color: white;
}

#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a, #Subheader ul.breadcrumbs li span {
	color: black !important;
	font-size: 15px;
	font-weight: normal;
	opacity: 1;
}

a.forumInstruction {
	font-size: 12px;
	margin-left: 20px;
	background: lightgray;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid;
}