/*
 Theme Name:     Laurel Child Theme
 Theme URI:      http://mgwebwpthemes.com/
 Description:    Laurel Child Theme
 Author:         MGWeb Wordpress Themes
 Author URI:     http://mgwebwpthemes.com/
 Template:       laurel
 Version:        1.0.0
 Tags:           Light, Dark
*/
 
@import url("../laurel/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.widget-area {
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	margin-top: 40px;
}
.widget-area a {
	color: #515151;
}
.logo {
	padding: 0;
	float: none;
	margin: 10px auto 0;
	display: block;
}

.main-navigation ul {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.main-navigation ul.sf-menu li {
	float: none;
	display: inline-block;
}

.main-navigation ul.sf-menu li a:hover, .main-navigation ul.sf-menu li.current-menu-item a {
	color: #f84949;
}

.header4.site-header {
	box-shadow: none;
}

.post-box {
	text-align: center;
}
.post-box .title-box {
	position: relative;
	bottom: 0;
	bottom: auto;
	bottom: initial;
	left: auto;
	right: auto;
	padding: 12px 0;

	text-transform: uppercase;

	max-width: 280px;
	margin: 0 auto;
}
.post-box .title-box strong {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ie-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.post-box a:hover {
	text-decoration: none;
}
.post-box .title-box span {
	font-size: 26px;
}

h2, h3 {
	text-transform: uppercase;
}
.home-box {
	border-left: 1px solid #000;
}
.home-box .alignright, .home-box .alignleft {
	margin-left: 0;
	margin-right: 0;
}


footer .footer-widgets {
	padding-top: 40px;
}
.footer-section {
	padding-bottom: 40px;
}
footer .widget {
	margin-bottom: 0;
}
ul.footermenu {
	float: right;
}
body ul.footermenu li a {
	border-left: none;
	padding: 0 10px;
}
table tr:hover {
	background-color: #999;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"] {
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #999;
	font-family: "Raleway", sans-serif;
	padding: 1px;
	line-height: 19px;
	width: 100%;
}

select {
	display: block;
	width: 100%;
	max-width: 100%;
	font-family: "Raleway", sans-serif;
}

.wpcf7-form input[type="submit"] {
	color: #000;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	font-family: "Raleway", sans-serif;
}

.blog-image {
	float: left;
	padding-right: 15px;
	margin-bottom: 8px;
}
div.wpcf7-response-output {
	clear: both;
}

header .widget p {
	margin-bottom: 0;
}


@media screen and (max-width: 1199px) {
	.post-box .title-box span {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.post-box .title-box span {
		font-size: 16px;
	}
	.home-box {
		border-left: none;
	}
	.blog-image {
		float: none;
		padding: 0;
		margin: 0 auto 10px;
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.slider-wrapper {
		display: none;
	}
	.footer-widgets .alignright, .footer-widgets .alignleft {
		margin: 0 auto;
		float: none;
		display: block;
	}
	.widget-area, footer .footer-widgets {
		text-align: center;
	}
	ul.footermenu {
		float: none;
		text-align: center;
	}
	body.home h2 {
		font-size: 20px;
	}
}
@media screen and (max-width: 480px) {
	.table {
		font-size: 12px;
	}
	.table h5 { font-size: 15px; }
	.table strong {
		font-weight: normal;
	}
}