/*
Theme Name: Bopgun
Theme URI: 
Author: bopgun
Author URI: http://www.bopgun.com
Description: 
Version: 1.0.0
Text Domain: 
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

textarea:focus, input:focus{outline: none;}
*:focus {outline: none;}

body {
	width: 100%;
	font-family: futura-pt-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	line-height: 1.1;
}
body.killscroll {overflow: hidden;}

h1,h2,h3,h4,h5,h6 {	
	font-weight: 700;
	font-family: futura-pt-condensed, sans-serif;
	margin: 0 0 20px 0;
}

h1 {font-size: 40px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 14px;}

.uppercut {font-family: uppercut-angle, sans-serif;}

.normal {font-weight: 400;}
.medium {font-weight: 500;}
.bold {font-weight: 700;}

.white {color: #FFFFFF;}

p {
	font-size: 22px;
	font-family: futura-pt-condensed, sans-serif;
	margin: 0 0 20px 0;
}

li {
	font-size: 22px;
	font-family: futura-pt-condensed, sans-serif;
}
ul,
ol {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
}
ul li {
	list-style: disc;
	margin: 0 0 10px 20px;
}
ol li {
	list-style: decimal;
	margin: 0 0 10px 20px;
}

b, strong {font-weight: 700;}
i {font-style: italic;}
a {
	text-decoration: none;
	color: inherit;
}

.wrapper {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

main {margin: 130px 0 0 0;}

.full-width {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.fixed-width {
	width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}

.wrapper-404 {
	text-align: center;
	padding: 100px 0;
	background-image: url(../im/generic-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 4px 34px -21px black inset;
	position: relative;
}
.wrapper-404 h1 {font-size: 50px;}

.button-link {
    display: inline-block;
    padding: 5px 40px;
    margin: 0 auto;
    border: 5px solid #FFFFFF;
	background-color: #3FA535 !important;
	text-decoration: none !important;
	border-radius: 25px;
	box-shadow: 2px 0px 11px -4px black inset;
	cursor: pointer;
}
.button-link h3 {margin: 0 auto;}



/* Header */

header {
	height: 130px;
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(../im/pattern-stripes.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #283583;
	z-index: 999;
}

header .logo {
	width: 200px;
	float: left;
	padding: 5px 15px 0 0;
	position: relative;
    z-index: 1;
}
header .logo img {
	width: 100%;
	max-width: 200px;
	float: left;
}

header .menu {
	-moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
header .menu .item {
	width: 105px;
	height: 90px;
	float: left;
	border-left: 1px solid #7981B2;
	text-align: center;
	box-sizing: border-box;
	-moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
header .menu .item:nth-child(2).active,
header .menu .item:nth-child(2):hover {background-color: #3FA535;}
header .menu .item:nth-child(3).active,
header .menu .item:nth-child(3):hover {background-color: #FFCC00;}
header .menu .item:nth-child(4).active,
header .menu .item:nth-child(4):hover {background-color: #A71979;}
header .menu .item:nth-child(5).active,
header .menu .item:nth-child(5):hover {background-color: #009FE3;}
header .menu .item:nth-child(6).active,
header .menu .item:nth-child(6):hover {background-color: #F39200;}
header .menu .item:nth-child(7):hover {background-color: #FF0000;}

header .menu .item:nth-last-child(1) {border-right: 1px solid #7981B2;}
header .menu .item a {
	display: block;
	width: 100%;
	height: 100%;
}
header .menu .item:nth-last-child(1) a {display: inline;}
header .menu .item img {
	width: 30px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

header .toggle {
	display: none;
	width: 40px;
	height: 40px;
	float: right;
	position: relative;
	margin: 25px 0 0 20px;
}
header .toggle img {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
header .toggle .open,
header.active .toggle .close {opacity: 1;}
header.active .toggle .open,
header .toggle .close {opacity: 0;}

.search-bar {
	width: 170px;
	float: right;
	margin: 25px 0 0 0;
	position: relative;
}
.search-bar form input[type=text] {
	width: 100%;
	height: 40px;
	float: left;
    padding: 10px 40px 10px 10px;
    border: 0px;
    border-radius: 0;
    font-size: 15px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    box-sizing: border-box;
}
.search-bar form input[type=submit] {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 0px;
	border-radius: 0;
    color: #000000;
    text-indent: -999px;
	background-image: url(../im/icon-search.png);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.search-bar ::placeholder {
	color: #FFFFFF;
	opacity: 1;
}
.search-bar :-ms-input-placeholder {color: #FFFFFF;}
.search-bar ::-ms-input-placeholder {color: #FFFFFF;}

/* /Header */



/* Footer */

footer {
	padding: 80px 0 40px 0;
	background-image: url(../im/pattern-stripes.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #283583;
	position: relative;
}

footer .controller {
	width: 75px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}

footer .story-house-egmont {
	width: 135px;
	float: left;
	margin: 20px 0 0 0;
}
footer .story-house-egmont img {
	width: 100%;
	max-width: 135px;
}

footer .menu {
	width: 600px;
	margin: 0 auto;
}
footer .menu .column {
	width: 30%;
	float: left;
	padding: 20px 0 0 0;
}
footer .menu .column:nth-child(2) {margin: 0 5%;}
footer .menu .column .item h5 {margin: 0 0 10px 0;}
footer .menu .column .item img {
	width: 30px;
	height: auto;
	margin: 0 auto;
}

footer .toxic {
	width: 200px;
	float: right;
}
footer .toxic img {
	width: 100%;
	max-width: 200px;
}

.footer-bopgun {
	BACKGROUND-COLOR: #3FA534;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.footer-bopgun p, 
.footer-bopgun p a {
	color: #FFFFFF;
	font-size: 20px;
	margin: 0 auto;
}

/* /Footer */



/* Advertisements */

.banner-ads .fixed-width {position: relative;}
.banner-ads .fixed-width .left {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: -170px;
	z-index: 1;
}
.banner-ads .fixed-width .right {
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: -170px;
	z-index: 1;
}

.full-ad img {
	width: 100%;
	height: auto;
	float: left;
}
.full-ad img.mobile {display: none;}

.fixed-ad img {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
}
.fixed-ad img.mobile {display: none;}

/* /Advertisements */



/* Home */

.home-hero {
	text-align: center;
	background-image: url(../im/home-hero-bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.home-hero .carousel .item {margin: 0 10px;}
.home-hero .carousel .item img {
	max-width: 100vw;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.home-hero .carousel .item img.mobile {display: none;}
.home-hero .carousel ul.slick-dots {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.home-hero .carousel ul.slick-dots li {    
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    z-index: 2;
}
.home-hero .carousel ul.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
    background: transparent;
    border: 1px solid #FFFFFF;
    color: transparent;
    border-radius: 100%;
}
.home-hero .carousel ul.slick-dots li.slick-active button {
    background: #FFFFFF;
    color: #FFFFFF;
}
.home-hero .title h1 {
	font-size: 34px;
	margin: 30px 0 40px 0;
}

.home-highlights {
	height: 580px;
	background-image: url(../im/home-highlights-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
body.page-template-template-category .home-highlights {
	height: auto;
	padding: 0 0 40px 0;
	background-image: url(../im/category-highlights-bg.jpg);
}
.home-highlights .title {padding: 90px 0 0 0;}
.home-highlights .list .item {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}
.home-highlights .list .item h3 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 auto;
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
}
.home-highlights .list .item img.poster {
	display: block;
	width: 100%;
	max-width: 248px;
	height: auto;
	margin: 0 auto;
}
.home-highlights .list .item img.label {
    width: 95%;
    max-width: 205px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 4%;
    z-index: 1;
}
.home-highlights .list .item:nth-child(2) img.label,
.home-highlights .list .item:nth-child(4) img.label {left: 2%;}
.home-highlights .list .item img.issue {
	width: 60%;
	max-width: 145px;
	height: auto;
	margin: 0 auto;
	position: absolute;
    top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: rotate(5deg) translateY(-50%);
    -moz-transform: rotate(5deg) translateY(-50%);
    -o-transform: rotate(5deg) translateY(-50%);
    -ms-transform: rotate(5deg) translateY(-50%);
    transform: rotate(5deg) translateY(-50%);
}

.home-highlights .list .item .frame {
	width: 80%;
	border: 5px solid #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
    top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: rotate(-2deg) translateY(-50%);
    -moz-transform: rotate(-2deg) translateY(-50%);
    -o-transform: rotate(-2deg) translateY(-50%);
    -ms-transform: rotate(-2deg) translateY(-50%);
    transform: rotate(-2deg) translateY(-50%);
}
.home-highlights .list .item:nth-child(3) .frame {
	-webkit-transform: rotate(3deg) translateY(-50%);
    -moz-transform: rotate(3deg) translateY(-50%);
    -o-transform: rotate(3deg) translateY(-50%);
    -ms-transform: rotate(3deg) translateY(-50%);
    transform: rotate(3deg) translateY(-50%);
}
.home-highlights .list .item .frame img {
	max-width: 100%;
	height: auto;
	float: left;
}

.home-quote {
	height: 260px;
	text-align: center;
	background-image: url(../im/home-quote-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.home-quote .frame {
	height: 150px;
	margin: 40px 0 0 0;
	padding: 40px 180px 0 180px;
	background-image: url(../im/home-quote-frame.png);
	background-position: center;
	background-repeat: no-repeat;
}

.home-latest {
	padding: 70px 0 20px 0;
	background-position: top center;
	background-repeat: no-repeat;
}
.home-latest.type-competitons {
	background-image: url(../im/home-competitons-bg.png);
	background-color: #F3C200;
}
.home-latest.type-games {
	background-image: url(../im/home-games-bg.jpg);
	background-color: #95156D;
}
.home-latest.type-quizzes {
	background-image: url(../im/home-quizzes-bg.png);
	background-color: #338FCC;
}

.home-latest .title h2 {float: left;}
.home-latest .title img {
	width: 30px;
	height: auto;
	float: left;
	margin: 0 0 0 5px;
}
.home-latest .alm-load-more-btn.done {display: none;}

/* /Home */


/* Posts */

.master-posts .alm-btn-wrap {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0 auto;
}
.master-posts .alm-btn-wrap button,
.master-posts .alm-btn-wrap button.alm-load-more-btn.done {
    padding: 5px 40px;
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	border: 5px solid #FFFFFF;
	background-color: #3FA535 !important;
	box-shadow: 2px 0px 11px -4px black inset !important;
	border-radius: 25px;
	font-family: futura-pt-condensed, sans-serif;
}
.master-posts .alm-btn-wrap button:hover {background-color: #283583;}
.master-posts .alm-btn-wrap button.alm-load-more-btn:before {
	background-image: none !important;
	background-color: transparent !important;
}

.master-posts .item {
	width: 18.6%;
	float: left;
	margin: 0 1.75% 40px 0;
}
.master-posts .item:nth-child(5n+5) {margin: 0 0 40px 0;}
.master-posts .item .tile .image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #283583;
	position: relative;
	overflow: hidden;
}
.master-posts .item .tile .image img {
	width: 100%;
	height: auto;
	float: left;
}
.master-posts .item .tile .title {
	height: 60px;
	border: 10px solid #000000;
	background-color: #000000;
	border-radius: 10px;
	margin-top: -7.5px;
	position: relative;
	overflow: hidden;
}
.master-posts .item .tile .title h5 {
	margin: 0 auto;
	text-transform: uppercase;
}
.master-posts .item .date {padding: 10px 0 0 0;}
.master-posts .item .date h5 {margin: 0 auto;}

.master-posts output {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
}

/* /Posts */



/* About */

.about-hero {
	height: auto;
	padding: 50px 0 0 0;	    
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 34px -21px black inset;
	position: relative;
}
.about-hero .covers {
	padding: 0 0 20px 0;
	text-align: center;
}
.about-hero .covers img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;	
}
.about-hero .title {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 20px 0 80px 0;
	font-size: 30px;
}

.about-intro {
	padding: 0 0 30px 0;
	background-image: url(../im/about-intro-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.about-intro .left h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 60px;
	margin: 0 0 10px 0;
}
.about-intro .left {
	width: 40%;
	max-width: 500px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 120px;
	float: left;
}
.about-intro .right {
	width: 55%;
    float: right;
    margin-top: 45px;
}
.about-intro .right img {
	width: auto;
	max-width: 100%;
	height: auto;
	float: right;
}

.about-inside {
	padding: 50px 0;
	background-image: url(../im/generic-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 4px 34px -21px black inset;
}
.about-inside .spreads {padding: 0 0 60px 0;}
.about-inside .spreads .fixed-width {position: relative;}
.about-inside .spreads .inner {
	width: 2400px;
	position: relative;
	left: -580px;
}
.about-inside .spreads .inner .spread {
	width: 460px;
	height: auto;
	float: left;
	margin: 0 10px;
	box-shadow: 0 0 10px #575757;
}
.about-inside .spreads .inner .spread:nth-child(2n+1) {margin-top: 50px;}
.about-inside .banner {
	height: 70px;
	background-image: url(../im/banner-orange.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.about-inside .look-inside {padding: 50px 0;}
.about-inside .look-inside .carousel img {
	width: 800px;
	height: auto;
	padding: 0px;
	margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}
.about-inside .look-inside .carousel button.slick-prev {
    left: 0px;
    background-image: url(../im/icon-prev.png);
	transform: scaleX(-1);
}
.about-inside .look-inside .carousel button.slick-next {
    right: 0px;
    background-image: url(../im/icon-next.png);
}
.about-inside .look-inside .carousel button.slick-next, 
.about-inside .look-inside .carousel button.slick-prev {
	width: 30px;
	height: 50px;    
    border: 0px;
    padding: 0px;
    text-indent: 9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% auto;
}
.about-inside .quote .frame {
	height: 150px;
	padding: 40px 180px 0 180px;
	text-align: center;
	background-image: url(../im/home-quote-frame.png);
	background-position: center;
	background-repeat: no-repeat;
}

/* /About */



/* Latest issue */

.latest-issue-hero {
	padding: 80px 0 60px 0;
	background-image: url(../im/latest-issue-hero-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.latest-issue-hero .cover {
	width: 50%;
	float: left;
	text-align: center;
}
.latest-issue-hero .cover img {
	max-width: 420px;
	margin: 0 auto;
}
.latest-issue-hero .copy {
	width: 50%;
	float: left;
	padding: 0 100px 0 0;
	box-sizing: border-box;
}
.latest-issue-hero .copy h1 {text-transform: uppercase;}

.latest-issue-recent {
	padding: 100px 0 40px 0;
	text-align: center;
	background-image: url(../im/latest-issue-recent-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #B3C909;
}
.latest-issue-recent .title {text-align: left;}
.latest-issue-recent .list .item {
	width: 23.5%;
	float: left;
	margin: 0 2% 30px 0;
}
.latest-issue-recent .list .item:nth-child(4n+4) {margin: 0 0 30px 0;}
.latest-issue-recent .list .item .image {
	padding: 40px 0;
	background-color: #FFFFFF;
	position: relative;
}
.latest-issue-recent .list .item .image img {
	display: inline-block;
	width: auto;
	height: 300px;
}
.latest-issue-recent .list .item .image .tag {
	padding: 5px 10px 5px 10px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #3FA535;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 5px 5px 5px rgb(0,0,0,.25);
}
.latest-issue-recent .list .item .image .tag p {
	margin: 0 auto;
	text-transform: uppercase;
}
.latest-issue-recent .list .item .copy {text-align: left;}
.latest-issue-recent .list .item .copy h2 {margin: 20px 0 10px 0;}
.latest-issue-recent .list .item .copy p {margin: 0 0 10px 0;}
.latest-issue-recent .button-link {padding: 5px 80px;}

/* /Latest issue */



/* Single */

.single-post {
	padding: 40px 0;
	background-image: url(../im/generic-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.single-post .inner {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.single-post .featured img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
}

.single-post .title {padding: 30px 0 10px 0;}

.single-post .closing-date {margin: 20px 0 0 0;}

.single-post iframe {
	max-width: 100%;
	float: left;
}

.single-post a {text-decoration: underline;}





/* /Single */



/* Category */

.category-hero {
	padding: 50px 0;
	text-align: center;
	background-image: url(../im/category-hero-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.category-hero h1 {font-size: 50px;}
.category-hero .search-bar {
	width: 300px;
	float: none;
	display: inline-block;
}
.category-hero .search-bar .term h2 {margin: 20px 0 0 0;}

.category-posts {padding: 50px 0 20px 0;}
.category-posts .latest {padding: 0 0 40px 0;}
.category-posts .latest .image {
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.category-posts .latest .image img {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 10px;
}
.category-posts .latest .copy {
	width: 49%;
	float: left;
	padding: 20px 0 0 0;
	border-top: 1px solid #707070;
}
.category-posts .latest .copy .button-link {margin-top: 20px;}






/* /Category */


































































