/*****
Theme Name: WoP Website
Theme URI: http://worldofpadman.net/
Description: This is a child theme for MH Joystick WordPress theme for World of Padman website.
Author: Kai-Li
Author URI: http://worldofpadman.net/
Template: mh_joystick
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/


/***** Structure *****/
body { color: #fff; background-color: #7781CE; background-image: url("../wopsite/images/wop_background.png"); background-repeat: repeat; background-attachment: fixed;}
body.custom-background { -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; background-size: auto; }
.mh-wrapper { background: #190066; }

@media only screen and (max-width: 900px) { .mh-wrapper { background-image: none; } }

/***** Typography *****/
a { text-decoration: none; color: #f59912; }

/***** Header *****/
.mh-header { background: #190066; background-image: url("../wopsite/images/wop_headerbackgroundxmas.png"); background-position: right bottom; background-repeat: no-repeat; }
/* .main-nav { background: #444; background-image: url("../wopsite/images/wop_headerbackgroundgun.png"); background-position: right top; background-repeat: no-repeat; } */
@media only screen and (max-width: 900px) { .mh-header { background-image: none; } }

/***** Footer *****/
.mh-footer { background: #190066; }
.mh-footer { background-image: url("../wopsite/images/wop_padmanposing.png"); background-position: right bottom; background-repeat: no-repeat; }
@media only screen and (max-width: 1500px) { .mh-footer { background-image: none; } }

/***** Sidebars/Widgets *****/
.widget-title { font-size: 16px; font-size: 1rem; font-weight: 700; padding: 10px 20px; text-transform: uppercase; overflow: hidden; }
.widget-title, .widget-title a, .widget-title a:hover { color: #fff; }
.home-main-widget .widget-title { background: #6965A0; }
.home-main-widget .widget-title, .home-main-widget .widget-title a, .home-main-widget .widget-title a:hover { color: #fff; }
.sb-widget, .footer-widget { margin-bottom: 25px; border: 1px solid #6965A0; overflow: hidden; }
.home-main-widget { margin-bottom: 25px; border: 1px solid #6965A0; overflow: hidden; }

/***** Pagination *****/
.pagination { background: #6965A0; }
.pagination .page-numbers, .pagination .pagelink { color: #fff; border: 3px solid #fff; }

/***** Social Navigation *****/
.social-nav li a[href*="facebook"] .fa-mh-social:before { content: '\f09a'; }
.social-nav li a[href*="github"] .fa-mh-social:before { content: '\f09b'; }
.social-nav li a[href*="indiedb"] .fa-mh-social:before { content: '\f11b'; }
.social-nav li a[href*="instagram"] .fa-mh-social:before { content: '\f16d'; }
.social-nav li a[href*="moddb"] .fa-mh-social:before { content: '\f0ad'; }
.social-nav li a[href*="mod.io"] .fa-mh-social:before { content: '\f013'; }
.social-nav li a[href*="pinterest"] .fa-mh-social:before { content: '\f231'; }
.social-nav li a[href*="reddit"] .fa-mh-social:before { content: '\f281'; }
.social-nav li a[href*="steam"] .fa-mh-social:before { content: '\f1b6'; }
.social-nav li a[href*="twitter"] .fa-mh-social:before { content: '\f099'; }
.social-nav li a[href*="wikipedia"] .fa-mh-social:before { content: '\f266'; }
.social-nav li a[href*="youtube"] .fa-mh-social:before { content: '\f16a'; }

/***** MH Widgets *****/
.custom-posts-thumb { background: #444; }
.cp-grid-thumb { background: #444; }
.cp-thumb { background: #444; }

/***** Posts/Pages *****/
.entry-sub-title { color: #fff; }
pre, code {
	margin-bottom: 25px;
	background: #444;
	border: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

/***** WC Shortcodes *****/
.wc-shortcodes-post-box { background: #190066; }
.wc-shortcodes-post-border { 
	background: #190066;
	background-color: #190066;
	border: 1px solid #6965A0;	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}