/*
Theme Name:   Wolfe Child
Theme URI: http://wolfe.themestudio.net/
Author: Themestudio Team.
Author URI: http://themestudio.net/
Template:    wolfe
Description: Everybody has their own stories need to be told, Josephine was built to support them.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: wolfe
*/
@import url("../wolfe/style.css");

/******************************************************************/
/*============ DO NOT CUSTOMIZE CSS HERE =========================*/
/******************************************************************/


/* Tyler logo fix */

.site-logo img {
max-width:180px !important;
width:180px;
}


/*Tyler lightbox */
.ty-overlay {
position:fixed;
width:100%;
background-color:rgba(0,0,0,0.6);
top:0;
left:0;
display:none;
z-index:999999;
min-height:100%;
}
.ty-overlay-content {
width:100%;
max-width:1200px;
margin:10vh auto;
}
.ty-overlay-content img {
width:100%;
}

#ty-close-overlay {
text-align:right;
color:#fff;
cursor:pointer;
}

.lightbox {
display:none;
}


/* Tyler sticky header logo hidden */

.w-sticky .site-title img {
    display: none;
}

/* Davide last fix */

.text-left .ts-head-short-description {
    text-align: justify !important;
}

.wolfe-heading-content-single .wolfe-heading {
    font-size: 40px !important;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
display:none;
}