/*
Theme Name: Palatio Child Theme
Theme URI: https://palatio.axiomthemes.com/
Description: Palatio is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.12.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: palatio
Template: palatio
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.hover-galleria .gallery-item .gallery-icon{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hover-galleria .gallery-item .gallery-icon:before{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    left: 0;
    top: -50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
}
.hover-galleria .gallery-item .gallery-icon:after{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
}

.hover-galleria .gallery-item .gallery-icon:hover::before {
    left: 0;
    top: 0;
}
.hover-galleria .gallery-item .gallery-icon:hover::after {
    left: 0;
    top: 50%;
}
.hover-galleria .gallery-item .gallery-icon:hover a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}
.hover-galleria .gallery-item .gallery-icon:hover a:after {
    content: '\e918';
    font-family: "fontello";
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
}

.portfolio_page_details_share{
    display: none;
}

.sc_icons_creative .sc_icons_item:hover .sc_icons_decoration_bg svg.decor-svg{
    fill: #36a5dd!important;
}

.sc_layouts_row_type_compact .sc_layouts_iconed_text:not(.sc_layouts_menu_mobile_button):not(.sc_layouts_menu_mobile_button_burger) .sc_layouts_iconed_text_link .sc_layouts_iconed_text_icon{
    background-color: #36a5dd!important;
}

.sc_layouts_row_type_compact .sc_layouts_item_details_line1, .sc_layouts_row_type_compact .sc_layouts_item_details_line2{
    font-size: 16px!important;
}

.sc_blogger_portestate .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_meta{
    display: none;
}

.sc_blogger .sc_blogger_item_title{
    margin-bottom:15px;
}

.sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_3 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bl .sc_blogger_item_title a{
    color:#1d386b!important;
}

.post_footer_single{
    display:none;
}

.sc_blogger .post_meta_categories{
    display: none;
}

.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
  background-color: #ffffff;
}

.sc_layouts_menu_nav > li li > a, .sc_layouts_menu_nav > li li.current-menu-item > a{
    color:#1d386b!important;
}

.sc_layouts_menu_nav > li li > a:hover{
    color:#1d386b!important;
}

.sc_layouts_row_fixed_on_pre:not(.sc_layouts_row_fixed_on){
    background-color: transparent!important;
}

.sc_layouts_row_fixed_on{
    background-color: #1D2c36;
}

.trx_addons_scroll_to_top{
    display:none!important;
}

@media screen and (max-width:1024px) {
    .post_header_wrap_style_style-3 .post_featured + .post_header_single{
        margin-top:-50px!important;
    }
}