/*

Theme Name: NATURE-WP-CHILD
Description: child theme of NATURE-WP
Author: Mark Lovett
Version: 0.0.1
Template: nature-wp

*/

@import url('../nature-wp/style.css');



#midsectionhr, .bdywrapper {
    background-color: #fff;
}

.blog_left_light, .blog_right_light, .message_center_right_light {
    width: 236px;
}
h6 {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #434244;
padding-bottom: 15px;
padding-top: 0px;
text-transform: none;
}

#message_center .message_center_full p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #f5f4f2;
line-height: 1.5em;
padding-top: 10px;
margin: 0 0 24px 0;
padding-bottom: 15px;
}

#main_section_home {
width: 100%;
/* background-image: url("img/dark_bground.jpg"); */
background-repeat: repeat;
margin-top: -48px;
background-color: #fff;
}

nav#topmenu {
float: left;
height: 40px;
margin-top: 5px;
position: relative;
width: 100%;
}

.home #main hr {
border: none;
clear: both;
padding-top: 0 !important; 
height: 0 !important; 
background-color: #F5F4F2;
}


.slider_wrapper {
width: 100%;
}

.post-left {
    width: 45%;
    float: left;
}

.post-right {
    width: 45%;
    float: right;
}

h1 a, h1 a:hover {
    font-size: 16px;
}

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next
{
    display: none !important;
}

@media only screen and (max-width: 480px) {
    
   .post-left {
    width: 100%;
    display: block;
    }

   .post-right {
    width: 100%;
    display: block;
    }
}

input[type=email], input[type=url] {
width: 220px;
}


div#footer_wrapper a img {
	display: none;
}


input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input, textarea {
-webkit-appearance: normal !important;
}

input.field-input {
margin-left: 10px;
}




