/*
Theme Name: GamesZone Child
Theme URI: http://themefuse.com/demo/wordpress/gameszone/
Description: Child theme for the GamesZone theme. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Tags:translation-ready
Author URI: http://themefuse.com
Template: gameszone-parent
*/

@import url("../gameszone-parent/style.css");

.home .postlist-cols-4 .post .inner a.post-thumbnail { max-height: 175px; overflow: hidden }
.sidebar .widget_popular_posts_bars { border-bottom: 1px solid #e2e2e2; padding: 10px 40px 40px }
.sidebar .box ul.popular_posts_bars .popular_posts_bars_li { padding: 15px !important; width: 100% !important }
.sidebar .pro_ad_adzone { border-bottom: 1px solid #e2e2e2; padding: 30px }
.sidebar .pro_ad_adzone .pro_ad_system_ad_container { background: #fff !important; height: auto !important; width: auto !important }

.postfooter-widget { background: #6c3; margin: 15px -40px 40px; min-height: 200px; padding: 40px; position: relative }
.postfooter-widget img { position: absolute; top: -25px; left: 40px }
.postfooter-widget h2 { color: #fff !important; margin-bottom: 10px; margin-top: 0; padding-left: 167px }
.postfooter-widget .widget_ns_mailchimp { padding-left: 167px }
.postfooter-widget .widget_ns_mailchimp form label { display: none !important }
.postfooter-widget .widget_ns_mailchimp form input[type=text] { 
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: #999;
    direction: ltr;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    height: 37px;
    margin: 0 0 5px;
    max-width: initial;
    padding: 8px;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    vertical-align: middle;
    width: 60%; 
}
.postfooter-widget .widget_ns_mailchimp form input[type=text].focus { color: #333 }
.postfooter-widget .widget_ns_mailchimp form input.button { 
	background: none repeat scroll 0 0 #3d3f4b !important;
    border-color: -moz-use-text-color !important;
    border-radius: 3px;
    border-style: none !important;
    border-width: medium !important;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    direction: ltr;
    display: inline-block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 37px;
    line-height: normal;
    margin: 0 0 5px;
    outline: 0 none;
    overflow: hidden;
    padding: 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: background-color 300ms ease-out 0s;
    vertical-align: middle;
    width: auto;
}
.postfooter-widget .widget_ns_mailchimp p { color: #f7fff3 }
.postfooter-widget .widget_ns_mailchimp form p { background: #fff; color: #333; font-weight: 800; margin-bottom: 16px; padding: 7px 10px; }
.postfooter-widget .widget_ns_mailchimp form .error { background: #fff; color: #c00; font-weight: 800; margin-bottom: 16px; padding: 7px 10px; }