@charset 'utf-8';
/*
 Theme Name:   Grecko Child
 Theme URI:    http://grecko.themerex.net/
 Description:  Grecko - Multipurpose and Multiskin Responsive Wordpress theme
 Author:       ThemeREX
 Author URI:   http://themerex.net
 Template:     grecko
 Version:      3.9
 Tags:         light, inheritable theme-options
 Text Domain:  themerex
*/


@import url("../grecko/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
.topWrap .usermenu_area {
    min-height: 35px;
}
.replicated-header {
    float: right;
    font-size: 15px;
    line-height: 1.5em;
}
.replicated-header .header-rep-img {
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    height: 50px;
}
.replicated-header .rep-info {
    position: relative;
    overflow: hidden;
    padding: 5px;
    text-align: right;
}
.replicated-header .shop-with {
    display: block;
    font-weight: bold;
}
.replicated-header .rep-connect-name {
    display: block;
    color: #39312d;
}

@media screen and (max-width: 799px) {
    .replicated-header {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .replicated-header .header-rep-img {
        float: none;
        margin-right: 5px;
        height: 45px;
    }
    .replicated-header .rep-info {
        display: inline-block;
        margin-top: 5px;
        text-align: left;
        vertical-align: top;
    }
    .topWrap .logo.logo_left {
        float: none;
        text-align: center;
    }
}

@media (max-width: 479px) {
    .main_content .main {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
}

.main_content .topWrap .usermenu_area ul.usermenu_list > li > a > span {
    display: block;
    font-weight: 400;
    color: #ffffff;
}

.main_content .topWrap .usermenu_area ul.usermenu_list > li:not(.usermenu_cart):not(.usermenu_language):not(.usermenu_controlPanel):not(.usermenu_sound):not(.usermenu_login) ul {
    left: auto;
    right: 0;
}
.main_content .topWrap .usermenu_area ul.usermenu_list > li:not(.usermenu_cart):not(.usermenu_language):not(.usermenu_controlPanel):not(.usermenu_sound):not(.usermenu_login) ul:before {
    left: auto;
    right: 15px;
}