/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/

.rtl.page-template-default.page-id-14258 .portfolio_grid div:nth-child(4)
{
  left:auto !important;
}

@media screen and (max-width: 600px) {
.rtl.home .flickity-slider .carousel-cell 
{
width:100vw;
}

.pix-main-slider
{
width:100vw;
right: -14px;
}
}


.rtl.single-post .entry-content > section, .rtl.single-post .entry-content > section .vc_row {
    position: relative;
    left: auto !important;
    box-sizing: border-box;
    width: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.rtl.page-template-default.page-id-14258 .portfolio_grid .grid-item {
    display: inline-block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    opacity:0;
     animation: 3s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}