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


.mfn-main-slider h1 strong{
	color: #d4349c;
	font-size: 144px;
}
.mfn-main-slider .tp-caption.mfnrs_app2_large_light{
    animation-name: glow;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-direction: reverse;
}
@keyframes glow {
    to {
        text-shadow: 3px 3px 3px #FFE74A;
    }
}

#mis-publicaciones a{
	color: #fff;
}
#roberto-salcedo h2{
	line-height: 50px;
	font-size: 25px;
}
#anael p{
	color: #fff;
	font-size: 22px;
    line-height: 30px;
}
#anael{
	padding-bottom: 0px!important;
}
#contacto{
	padding-top: 60px!important;
}
#contacto label{
	color: #fff;
} 
#contacto .wpcf7-form .wpcf7-submit{
	border-color: #fff!important;
	color: #fff!important;
	text-transform: uppercase;
	font-size: 22px;
}
#contacto .wpcf7-form .wpcf7-submit:hover{
	background-color: #fff!important;
	color: #d4349c!important;
}
#contacto .get_in_touch ul li .icon{
	color: #fff;
}
#contacto .get_in_touch ul li:after{
	display: none!important;
}

#Subheader .title{
	color: #d4349c!important;
	text-transform: uppercase;
	font-family: 'Raleway'!important;
}
.single-product .accordion{
	display: none;
}
#cookie-notice .button.wp-default{
	margin-bottom: -5px;
}
@media (max-width: 700px){
	.dcwss.dc-wall .stream li{
		position: relative!important;
		width: 100%!important;
		display:block!important;
		top:0!important;
		left:0!important;
	}

}