/*
 Theme Name:   Wanderlust Child
 Theme URI:    
 Description:  Wanderlust Child Theme
 Author:       James Alborough
 Author URI:   http://bearstar.net
 Template:     wanderlust
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  wanderlust-child
*/


.site-title {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    width:100%;
    
}

h1.site-title {
clear:none !important;
}

.entry-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}

.page .entry-title {
    background: #1BBC9B none repeat scroll 0 0;
    padding: 10px;
    }
    
.page .entry-title span {
    background: #1bbc9b none repeat scroll 0 0;
    padding: 0;
}

.custom-logo-link {
	float:left;
	width:25%;
	margin-right:30px;
	}
	
.main-navigation {
    float: right;
    margin-bottom: 20px;
    margin-top: 0;
}

.full-width-page {
    margin-bottom: 0;
}

.site-content, .post-details, .page-details {
    margin-top: 0;
}

.entry-content img {
	margin:0 10px;
}

.button {
	width:200px;
	background:teal;
	padding:10px 20px;
	border-radius:5px;
	margin:0 auto;
	color:#fff;
	font-weight:bold;
}

.gallery-item {
	margin:1px;
	max-width: 31.33% !important;
}

td {
	padding:5px;
}
tr:nth-child(odd) {
	background:#eee;
}



@media only screen and (max-width:645px){
	.custom-logo-link {
	float:none;
	width:100%;
	}
}

