/*
Theme Name:     look child
Description:    Make your modifications to Look in this child theme.
Template:      	look
Theme URI: 		http://demo.themeruby.com/look
Author: 		Theme-Ruby
Version:        1.01
Author URI: 	https://themeforest.net/user/Theme-Ruby
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        license purchased
License URI:    http://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */
.archive.author .ruby-page-wrap.ruby-section {
    margin-top: 0;
}

.archive.author .ruby-content-wrap {
    overflow: unset;
}

.archive.author .single-author-wrap.custom-author-wrap {
    position: relative;
    border-color: #DD2D2D;
    padding-bottom: 35px;
    margin-top: -20px;
}
.content__monkeyRewards img {
    display: none;
}
.modalContent {
    background-color: #fff;
}

.archive.author .custom-author-wrap .rb-author-title {
    margin-bottom: 35px;
    display: block;
    position: relative;
    background: #242424;
    background-size: cover;
}

.archive.author .custom-author-wrap h2.cs-author-name {
    margin: 0 !important;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.archive.author .custom-author-wrap .author-title h3 {
    font-size: 28px;
    font-weight: bold;
}

.archive.author .custom-author-wrap span.cs-author-title {
    font-size: 18px;
    padding: 5px 10px;
    display: block;
    color: #fff;
}

.archive.author .single-author-wrap.custom-author-wrap .author-thumb-wrap {
    display: block;
    margin: auto;
    width: 330px;
}

.archive.author .single-author-wrap.custom-author-wrap .author-thumb-wrap img {
    width: 180px;
}

.archive.author .custom-author-wrap .author-content-wrap .author-title span {
    font-size: 18px;
    padding-top: 5px;
    display: block;
    margin-left: 0;
    color: #333;
}

.archive.author .custom-author-wrap .author-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.archive.author .custom-author-wrap .author-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #DD2D2D;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.archive.author .cs-author-info li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 4px;
}

@media only screen and (min-width: 992px) {

    .banner-custom-wrap.clearfix {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: stretch;
        padding-right: 20px;
        padding-left: 20px;
        max-width: 1170px;
        margin: 10px auto;
    }

    .banner-custom-wrap.clearfix > * {
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        min-width: 0;
    }

    .banner-custom-wrap .header-logo-wrap {
        margin: 0;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .banner-custom-wrap .header-social-wrap {
        flex: 0 0 18%;
        max-width: 18%;
        position: unset;
        justify-content: end;
        align-items: center;
    }

    .banner-custom-wrap #rb-banner-s-form {
        flex: 0 0 64%;
        max-width: 64%;
        padding: 0 40px;
        align-items: center;
    }

    .banner-custom-wrap #rb-banner-s-form ul.w-hot-search {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        flex: 1;
        flex-flow: row wrap;
        margin-top: -12px;
    }

    .banner-custom-wrap #rb-banner-s-form .banner-search-form-inner {
        width: 100%;
    }

    .banner-custom-wrap #rb-banner-s-form .ruby-search input[type="text"] {
        border-radius: 5px;
    }

    #rb-banner-s-form .ruby-search .ruby-search-submit i {
        opacity: 1;
    }

    .banner-custom-wrap #rb-banner-s-form .ruby-search .ruby-search-submit {
        background: #188fff;
        color: #fff;
        padding: 0 36px;
        width: auto;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        opacity: 1;
        line-height: 44px;
        height: 44px;
    }

    .banner-custom-wrap #rb-banner-s-form .ruby-search .ruby-search-submit:hover,
    .banner-custom-wrap #rb-banner-s-form .ruby-search .ruby-search-submit:focus {
        background: #DD2D2D;
    }

    .banner-custom-wrap #rb-banner-s-form .ruby-search input[type="text"] {
        border: 2px solid #f0f0f0;
        border-right: none;
    }

    .banner-custom-wrap ul.w-hot-search li {
        font-size: 12px;
    }

    .banner-custom-wrap ul.w-hot-search li:before {
        width: 0;
        height: 6px;
        margin-right: 7px;
        margin-left: 7px;
        content: '';
        letter-spacing: 0;
        opacity: .1;
        border-left: 2px solid;
    }

    .banner-custom-wrap ul.w-hot-search li:nth-child(2) {
        margin-left: 7px;
    }

    .banner-custom-wrap ul.w-hot-search li:first-child:before,
    .banner-custom-wrap ul.w-hot-search li:nth-child(2):before {
        display: none;
    }

    .banner-custom-wrap ul.w-hot-search li:not(:first-child) a {
        color: #188fff;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .banner-custom-wrap ul.w-hot-search li:not(:first-child) a:hover,
    .banner-custom-wrap ul.w-hot-search li:not(:first-child) a:focus {
        color: #DD2D2D;
    }

    .banner-custom-wrap #rb-banner-s-form .ruby-search input[type="text"]:focus {
        outline: 0;
        border-color: rgba(82, 168, 236, .8);
        box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
    }

    .banner-custom-wrap span.list-name {
        font-weight: 700;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 992px) {
    .banner-custom-wrap #rb-banner-s-form ul.w-hot-search {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .archive.author .custom-author-wrap .author-content-wrap {
        margin-left: 280px;
    }

    .archive.author .single-author-wrap.custom-author-wrap .author-thumb-wrap {
        width: 280px;
    }

    .archive.author .single-author-wrap.custom-author-wrap .author-thumb-wrap img {
        width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .archive.author .custom-author-wrap .author-content-wrap {
        margin-left: 0;
    }

    .archive.author .custom-author-wrap .author-title {
        margin-top: 20px;
    }
    .archive.author .custom-author-wrap .author-title:after {
        left: 50%;
        margin-left: -25px;
    }
}