/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 14.2

All css files are placed in /css/ folder
*/

.input[type="submit"]:hover {
	background: pink;
}
.entry-title{
font-size:25px;
line-height:25px;
font-family:'Raleway';
font-color: "black" !important;
letter-spacing:0px !important;
}

.entry-title h2{
letter-spacing:0px !important;
color: "black" !important;
}

.entry-title a{
font-color: "black" !important;
}

p{
	 font-weight: normal;
}

h2{
letter-spacing:0px !important;
}

h3{
letter-spacing:0px !important;
}

h4{
letter-spacing:0px !important;
}
input .wpcf7-form-control .wpcf7-submit{
width:500px;
}

.widget{
padding-bottom:0px !important;
margin-bottom: 0px !important;
}

#Intro .intro-title{
color:#4B6A7C !important;
}

a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"]{
background-color: #b27c5f;
}

.wpcf7-mail-sent-ok{
background: #b27c5f !important;
}
.date #text{
visibility: hidden !important;
}

/*Mobile*/
@media (min-width: 480px) {
	.m1 h2{
		padding: 0px !important;
	}
}