/*****
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; background-image: url("../wopsite/images/wop_padmanposing.png"); background-position: right bottom; background-repeat: no-repeat;}

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

/***** Header *****/
.mh-header { background: #190066; background-image: url("../wopsite/images/wop_headerbackground.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; }
.slicknav_menu  { background-image: url("../wopsite/images/wop_headerbackgroundgun.png"); background-position: right top; background-repeat: no-repeat; }

/***** Footer *****/
.mh-footer { background: #190066; }

/***** 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*="indiedb.com"] .fa-mh-social:before { content: '\f11b'; }
.social-nav li a[href*="moddb.com"] .fa-mh-social:before { content: '\f0ad'; }
.social-nav li a[href*="desura.com"] .fa-mh-social:before { content: '\f219'; }
.social-nav li a[href*="last.fm"] .fa-mh-social:before { content: '\f202'; }

/***** 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;
}
.wc-shortcodes-entry-thumbnail img {
	padding: 25px
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
} 
.wc-shortcodes-social-icons li i.fa-youtube-play { background-color: #c74a00; }
.wc-shortcodes-social-icons li i.fa-wrench { background-color: #cc0000; }
.wc-shortcodes-social-icons li i.fa-gamepad { background-color: #77c628; }
.wc-shortcodes-social-icons li i.fa-steam { background-color: #1b2838; }
.wc-shortcodes-social-icons li i.fa-lastfm { background-color: #000000; }