/*
 Theme Name:     Motobreaks
 Theme URI:      http://inkhive.com/product/sixteen
 Description:    Sixteen Child Theme. Use this child theme to safely make modifications to the existing theme. Using a child theme ensures that you do not lose the modifications with theme updates.
 Author:         James Corkhill
 Template:       sixteen
 Version:        1.0
*/

@import url("../sixteen/style.css");

/* = To add any Custom CSS to Overide existing properties, use the custom css option in Sixteen Settings > Layout > Custom CSS. Or use the "Edit CSS" option provided by Jetpack if you have it enabled.

You can add new styles here for elements that have been created by you. 
-------------------------------------------------------------- */
body{

}

#logo{
	height:170px;
}

#nav-wrapper{
	margin-top:50px;
}

.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
	color:#FBF4F5;
}

form[name="buscarReserva"]
{
	margin-bottom:10px;
}
.widget_facebook_likebox iframe {background-color:transparent !important;}

.widget.tribe-events-list-widget ol{
	margin-left:0px;
	
}
.wp-caption.alignnone{
    border:none;
    margin:0px;
    width:auto;
    text-align:center;
    display: inline-block;
}

.wp-caption.alignnone .wp-caption-text{
    margin:0px;
    margin-left:-3px;
    width:100%;
    font-size: 0.8em;
    font-weight:bold
}

.gallery-table tr td{
    background-color: transparent !important;
}