/*
* Theme Name:  Sinatra Child
* Text Domain: sinatra-child
* Version:     1.2.1
* Template:    sinatra
* Theme URI:   https://sinatrawp.com/
* Author: 		Sinatra Team
* Author URI:  https://gekik.co/
* Description: Sinatra WordPress Child theme.
* Tags:        two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce

* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Gtranslate */
a.glink {
	padding: 0 4px;
	position: relative;
	z-index: 1;
}
/**** Header ****/
.sinatra-nav .sub-menu {
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* Mobile Menu */
.si-hamburger{    
	color: inherit !important;
	background-color: inherit !important;
}
.hamburger-box {
	width: 25px;
	height: 23px;
}

.mfp-gallery .mfp-image-holder .mfp-close, .mfp-gallery .mfp-iframe-holder .mfp-close{
	width: 35px;
	height: 35px;
    font-size: 25px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    right: -13px;
    line-height: 35px;
    top: 23px;
    background: #252525;
}

/* Responsive */
@media screen and (min-width:481px){
	.mobile-only{
		display:none !important;
	}
}
@media screen and (max-width:480px){
	.m-btn{
		padding: 5px 12px;
		min-height: 24px;
	}
	.si-logo-container .si-container{
		padding: 0 10px;
	}
}