/*
Theme Name: Total MGR, a Total child theme
Theme URI: http://totalwptheme.com
Description: Total WordPress theme child theme based on the Neat Skin.
Author: Purple Pixels
Author URI: http://www.purple-pixels.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet is loaded from functions.php not using @import */

/* front page */

/* removing the "All" option on the filter by in the tabs */
ul.vcex-filter-links.center li:first-of-type {
    display: none;
}
.mgr-guide-text {
    float: left;
    margin-right: -20%;
}
/*.mgr-review-platform,
.mgr-score {
    position: absolute;
    z-index: 10;
    text-align: center;
}*/
.vcex-post-type-entry-details {
    background-color: #fff;
    border-top: 1px solid #fff !important;
}
.mgr-fp-wrap {
    background-color: #fff;
    border-color: #eee #eee;
    border-style: solid;
    border-width: 1px 1px 0;
}
.mgr-review-platform a {
    padding: 5px 0 5px;
    font-family: "Raleway";
    font-weight: 700;
    height: 25px;
    display: block;
    text-align: left;
    line-height: 1; 
}
.mgr-review-platform a:hover {
    color: #555;
    text-decoration: none;
}
.mgr-review-platform a::before {
    content: "Reviewed on:";
    color: #aaa;
    display: block;
    font-size: 10px;
    font-weight: 100;  
    float: left;
    padding-right: 30px;
    height: 25px;
    margin-top: -1px;
    padding: 2px 30px 0 5px;   
}
.mgr-review-platform {
    
}
.mgr-score {
    float: left;
    clear: left;
    text-align: center;
}
.mgr-score a {
    background-color: rgba(53,192,141,.95);
    color: #fff;
    display: block;
    font-family: "Raleway";
    font-weight: 600;
    line-height: 1;
    padding: 22px 6px 0;
    width: 70px;
    height: 70px;    
    border-radius: 100% 100% 0 100%;
    -webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.10);
       -moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.10);
            box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.10);
}
.mgr-review-platform a,
.mgr-score a {       
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; 
}

.mgr-score a:hover {transform: scale(1.1);}

/* scores */
.mgr-scores-must-play a,
.scores-must-play .mgr-score a {background-color: rgba(223,30,11,0.95);}
.mgr-scores-worth-playing a,
.scores-worth-playing .mgr-score a {background-color: rgba(255,128,0,.95);}
.mgr-scores-hot-or-not a,
.scores-hot-or-not .mgr-score a {background-color: /*rgba(0,168,184,.95)*/rgba(0,146,157,.95);}
.mgr-scores-dont-bother a,
.scores-dont-bother .mgr-score a {background-color: rgba(105,96,135,.95);}

/* platform graphics */
.mgr-review-platform a::before {
    background-repeat: no-repeat;
    background-position: 95% -1px;
}
.review-platform-ps4 .mgr-review-platform a::before,
.platform-extras.p-e-ps4 {
    background-image: url(images/ps4-small.png);
}
.review-platform-xbox-one .mgr-review-platform a::before,
.platform-extras.p-e-xbox-one {
    background-image: url(images/xbox-one-small.png);
}
.review-platform-xbox-360 .mgr-review-platform a::before,
.platform-extras.p-e-xbox-360 {
    background-image: url(images/xbox-360-small.png);
}
.review-platform-pc .mgr-review-platform a::before,
.platform-extras.p-e-pc {
    background-image: url(images/pc-small.png);
}
.review-platform-android .mgr-review-platform a::before,
.platform-extras.p-e-android {
    background-image: url(images/android-small.png);
}
/* front page widget areas */
.mgr-fp-widget-area { 
    display: table; 
    position: relative; 
}
.mgr-fp-widget-area .sidebar-box {
    float: left;
    width: 45%;
}
.mgr-fp-widget-area .sidebar-box.widget_twitter_timeline.clr { 
    float: right; 
}
.wpb_row .mgr-fp-widget-area .widget-title,
.wpb_row .mgr-fp-widget-area2 .widget-title {
    color: #fff;
}
.mgr-fp-widget-area .mgr-legend-text {         
    color: #fafafa;
    margin-bottom: 40px;
    padding-bottom: 60px;
}
.mgr-legend-text h3 { 
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.mgr-fp-widget-area .mgr-legend-text h3 { color: #fff; }
.mgr-legend {
    width: 150px;
    float: left;
    margin: 0 20px 20px 0;
}
.mgr-legend span{
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "Raleway";
    font-weight: 600;
    line-height: 1;
    padding: 22px 6px 0;
    text-align: center;    
    height: 70px;    
    width: 70px;
    -webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.10);
       -moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.10);
            box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.10);
}
.mgr-legend .must-play {background-color: rgba(223,30,11,0.95); border-radius: 100% 100% 0 100%;}
.mgr-legend .worth-playing {background-color: rgba(255,128,0,.95); border-radius: 100% 100% 100% 0;}
.mgr-legend .hot-or-not {background-color: rgba(0,146,157,.95); border-radius: 0 100% 100% 100%;}
.mgr-legend .dont-bother {background-color: rgba(105,96,135,.95); border-radius: 100% 0 100% 100%;}

.wpb_row .mgr-fp-widget-area .widget-title {
    font-weight: 300;
    font-size: 180%;
    margin-bottom: 40px;
}
a.mgr-aff {
    display: block;
    padding: 0 5px;
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}
a.mgr-aff img {
    vertical-align: middle;
}
a.mgr-gog {
    border: 30px solid #e1e1e1;
    padding: 0;
}
a.mgr-cdkeys {
    background-color: #303030;
}
.wpex-recent-posts-thumb-grid.wpex-row { 
    list-style: none; 
}

.vcex-post-type-entry-media img {
    max-height: 320px;
    max-width: 320px;
}

/* facebook feed overrides */
#cff div.cff-item {
    border: 1px solid rgba(255,255,255,0.09);
    min-height: 270px;
    margin-bottom: 25px;
    width: 32% !important;
    float: left !important;
    clear: none;
    margin-right: 2%;
    padding: 20px;
}
#cff .cff-item:first-child {
    padding-top: 20px !important;
}
#cff .cff-item:nth-child(3n+0) {
    margin-right: 0;
}
.cff-likebox.cff-top,
.cff-likebox.cff-bottom {
    text-align: center;
}
.cff-likebox.cff-top {
    margin-bottom: 40px;
}
.cff-likebox.cff-bottom {
    margin-top: 40px;
}
.cff-likebox .fb_iframe_widget {
    width: 30% !important;
}
.cff-link-caption {
    color: #bbb;
}

/* single review pages */
/* platform graphics */
.platform-extras {
    background-position: 2px 50%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 25px;
}
/* scores */
.mgr-score.mgr-score-single {
    position: absolute;
    top: 80px;
    right: 0;
}
/* overall */
.mgr-review-container.clr-margin {
    margin-bottom: 60px;
    padding: 10px 70px 10px 10px;
    border: 1px solid #eee;
}
.mgr-single-review-top.clr-margin p {
    font-style: italic;
    font-size: 1.5rem;
}
.mgr-review-container #post-media { 
    float: left; 
    margin-bottom: 10px; 
    max-height: 75px; 
    max-width: 75px; 
}
#watch-genre {
    margin: 40px 0 0;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
#review-likes {
    border-top: 1px solid #eee;
}
#review-dislikes {
    margin-bottom: 40px;
}
.w-head { 
    font-family: Raleway; 
    font-size: 1.225em; 
    font-weight: 100; 
}
/* single image lightbox styles */
.ilightbox-overlay.dark { background-color: #2B2B2B; }

/* sidebars */
.mgr-legend-text.mgr-sidebar {
    clear: both;
}
/* Visual Composer preset overrides */
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active, 
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover,
.vc_btn3.vc_btn3-color-peacoc, 
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
    background-color: #0c97a1;
}
.vc_btn3.vc_btn3-color-peacoc:focus,
.vc_btn3.vc_btn3-color-peacoc:hover,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover {
    background-color: #0b838c;
}


/* media queries */

@media screen and (max-width: 960px) {
    .mgr-score { top: 145px; }
}
@media screen and (max-width: 767px) {
    .header-one #site-logo a img {
        max-width: 80%;
    }
    .container, .vc_row-fluid.container {
        padding-top: 10px;
    }
    #group4 {
        display: none;
    }
    .mgr-fp-widget-area .sidebar-box {
        float: none;
        width: 100%;
    }
    .mgr-fp-widget-area .mgr-legend-text { 
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    iframe#twitter-widget-0 {
        width: 100% !important;
    }
    #cff div.cff-item {
        width: 100% !important;
        margin-right: 0;
    }
}