@charset 'utf-8';
/*
  Theme Name: OliveOilChild
  Theme URI: http://oliveoil.ancorathemes.com/
  Description: OliveOil - Multipurpose and Multiskin Responsive Wordpress theme
  Author: Ancorathemes
  Author URI: http://ancorathemes.com/
  Template: oliveoil
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  oliveoil
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
body:not(.top_panel_fixed) .logo {
    background: rgb(219, 180, 14);
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    text-align: center;
    width: 104px;
}
.top_panel_wrap .logo img{
	width: 100% !important;
}
.purity-slides .slick-slide img {
    display: block;
    height: 525px;
    object-fit: fill;
    width: 100%;
}
.purity-slides .cq-coverslider.tinyshadow .cq-coverslider-area {
    box-shadow: none;
}