/*!
Theme Name:   Traverse Diary
Theme URI:    https://mysterythemes.com/wp-themes/traverse-diary
Author:       Mystery Themes
Author URI:   https://mysterythemes.com
Description:  Traverse Diary is a Child Theme of WP Diary crafted for your blog, portfolio or news magazine. It has a unique, modern, light and clean design which will make your website look awesome. It is completely built on Customizer which allows you to customize most of the theme settings easily with live previews. This theme comes with 3 different archive layouts and other exciting features that allow you to customize the theme easily without coding knowledge. Get free support at https://mysterythemes.com/support/forum/themes/free-themes/ and check the demo at http://demo.mysterythemes.com/traverse-diary/
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Template:     wp-diary
Text Domain:  traverse-diary
Tags:         blog, portfolio, news, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, footer-widgets, post-formats, rtl-language-support, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

/*--------------------------------------------------------------
body Font CSS
--------------------------------------------------------------*/

h1,h3,
.site-title {
    font-family: 'Great Vibes', cursive;
}

.item-title a,
.entry-title a {
    font-family: Lora, Georgia, serif;
}


/********************************************************
Header Css
********************************************************/
.mt-sidebar-menu-toggle, .mt-menu-search {
    font-size: 19px;
}

.site-title {
    font-size: 60px;
}

.slide-title a {
    font-size: 44px;
}

#site-navigation ul li a:hover {
    background: #333;
}

#site-navigation ul li a:hover::after{
    background: #333;
}

/*--------------------------------------------------------------
Slider Section CSS
--------------------------------------------------------------*/
.slide-content-block {
    padding: 42px 30px;
}

/*--------------------------------------------------------------
Article Section CSS
--------------------------------------------------------------*/
#mt-masonry article {
    width: 48%;
    padding: 20px;
    border: 2px solid rgba(0,0,0,0.1);
    margin: 2%;
    margin-top: 0;
    margin-left: 0;
}
/*--------------------------------------------------------------
Featured Section CSS
--------------------------------------------------------------*/

.mt-featured-section-wrapper {
    padding-top: 50px;
}

.mt-featured-single-item {
    position: relative;
}

.mt-featured-single-item .item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.9);
    padding: 10px 25px;
    text-align: center;
}

.mt-featured-single-item .item-title a {
    color: #333;
    font-size: 18px;
    display: block;
    position: relative;
    z-index: 999;
}

.mt-featured-single-item .item-title a:hover{
    color: #ec9fa1;
}

.featured-section-style--two .mt-featured-single-item::after {
    position: absolute;
    content: "";
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.featured-section-style--two .mt-featured-single-item .item-title {
    z-index: 9999;
    bottom: 10px;
    top: auto;
    margin: 0;
    background: #ffffff;
    padding: 10px 30px;
}

.featured-section-style--two .mt-featured-single-item .item-title::after,
.featured-section-style--three .mt-featured-single-item .item-title::after{
    display: none;
}

.featured-section-style--two .mt-featured-single-item .item-title a {
    font-size: 14px;
}

.featured-section-style--three .mt-featured-single-item .item-title {
    margin: 0;
    top: auto;
    background: #fff;
    padding: 10px 40px;
    width: 72%;
}

.mt-featured-single-item .item-thumb {
    overflow: hidden;
}

.mt-featured-single-item .item-thumb img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mt-featured-single-item:hover .item-thumb img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mt-featured-section-wrapper.featured-section-style--three .mt-featured-single-item {
    margin-bottom: 50px;
}

.no-sidebar #mt-masonry article {
   width: 30.33%;
}