/*
Theme Name:     PetsWorld Child
Theme URI: 		http://wedesignthemes.com/themes/petsworld/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the PetsWorld theme powered by DesignThemes
Template:       petsworld
Version:        1.0
*/
@import url("../petsworld/style.css");

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .split-header .main-header-wrapper:after {
		display: none !important;
        /* background-image: url(images/menu_strip@2x.png); */
        /* background-size: 1920px 43px; */
    }
}
.split-header .main-header-wrapper:after {
    content: "";
			display: none !important;

    /* background-image: url(images/menu_strip.png); */
    background-repeat: no-repeat;
    width: 100%;
    height: 43px;
    position: absolute;
    bottom: -30px;
    left: 0;
    background-size: cover;
    z-index: 0;
}