/*

 Theme Name: responsive Child

 Theme URI:

 Description: responsive Child Theme

 Author: CE

 Author URI: http://www.yourdomain.com/

 Template: responsive

 Version: 1.0

 License: GNU General Public License v2 or later

 License URI: http://www.gnu.org/licenses/gpl-2.0.html

 Tags: Theme Name Child Theme

*/



/*

You can start adding your own styles here. Use !important to overwrite styles if needed. */

body{
	font-family: 'Gudea', 'Open sans', sans-serif;
}

#content-full {

    margin-top: 0px;

}



#wrapper {

    clear: both;

    position: relative;

    margin: 0px auto;

    padding: 0px 20px 20px;

    border: 1px solid #E5E5E5;

    border-radius: 4px;

    background-color: #FFF;
    margin-top: 20px;

}



.copyright {

    text-align: center;

}

#header > p{
	display: none;
}

.menu{
	background-color: transparent;
	background-image: none;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.menu a{
	text-shadow: none;
	background: none;
	font-weight: 400;
	text-transform: uppercase;
	color: #555;
	border-left: 0;
	font-size: 16px;
}

.menu .current_page_item a, 
.menu .current-menu-item a,
.menu a:hover,
.menu li:hover{
	background-color: transparent !important;
	color: #2783C6;
	background-image: none;
}

.menu li::after{
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: #2783C6;
	transition: width .5s ease, background-color .5s ease;
}

.menu li.current-menu-item::after,
.menu li:hover::after{
	width: 100%;
	background: #2783C6;
}

.home .post-entry p.strong{color: #8AC73E;}

h3{
	color: #8AC73E;
	font-weight: 300;
	text-transform: uppercase;
}


