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


/* 
-----------
BELOW 1240PX 
-----------
*/
@media screen and (max-width: 1239px) {

/* Header */

.header .switch {display: none;}

/* How it works */

.howitworks-partworks {
	height: auto;
	padding: 130px 0 120px 0;
	background-size: cover;
}
.howitworks-partworks .list {padding: 40px 0 0 0;}
.howitworks-partworks .fixed-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

}


/* 
-----------
BELOW 1000PX 
-----------
*/
@media screen and (max-width: 999px) {

.fixed-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

button.slick-prev {left: -10px;}
button.slick-next {right: -10px;}

.sticky-subscribe {display: block;}

/* Header */

.header-wrapper {background-position: -520px 0px;}
.header .subscribe {display: none;}
.header .logo {padding: 30px 0 0 15px;}

/* Footer */

.footer-wrapper {padding: 100px 0 80px 0;}
.footer .contact img {
    right: 20px;
    top: -110px;
}
.footer .left {
	width: 100%;
	text-align: center;
}
.footer .left .logos .hachette {
	float: none;
	margin: 0 auto;
	display: inline-block;
    padding: 0 20px 20px 0;
}
.footer .left .logos .gamesworkshop {float: none;}
.footer .right {
	width: 100%;
	text-align: center;
	padding: 40px 0 0 0;
}

.footer .left .switch {padding: 0 0 10px 0;}
.footer .left .switch .version-uk, 
.footer .left .switch .version-us {
	float: none;
	text-align: center;
}
.footer .left .switch .version-uk img, 
.footer .left .switch .version-us img {
	float: none;
	display: inline-block;
}
.footer .left .switch .version-uk p, 
.footer .left .switch .version-us p {
	float: none;
	display: inline-block;
	position: relative;
	top: -5px;
}

/* Home */

.home-hero .title img {
	top: -110px;
	left: 0;
}

.home-intro {
	height: auto;
	padding: 0 0 40px 0;
}
.home-intro .carousel .slick-list {overflow: visible;}

.home-issues {
	height: auto;
	padding: 80px 0 60px 0;
}
.home-issues h2 {font-size: 70px;}
.home-issues .covers .collection {
	width: 150%;
	left: -25%;
	position: relative;
}

.home-features .item .carousel {width: 430px;}
.home-features > .slick-list > .slick-track > .slick-slide {
	height: 800px;
	background-size: cover;
}
.home-features .item .carousel .slick-slide img {width: 440px;}
.home-features .item .copy {padding: 20px 0 0 40px;}
.home-features ul.slick-dots {top: 90px;}

.home-features > .slick-list > .slick-track > .slick-slide.item.collect {padding: 330px 0 0 0;}
.home-features .item.collect .hero {
	width: 65%;
	left: -5%;
}

.home-features .item.read .copy {padding: 20px 0 0 0;}
.home-features .item.read .hero {width: 60%;}

.home-features > .slick-list > .slick-track > .slick-slide.item.build {padding: 270px 0 0 0;}
.home-features .item.build .hero {
    width: 105%;
    top: 40px;
    left: -7.5%;
}

.home-features > .slick-list > .slick-track > .slick-slide.item.paint {
	padding: 270px 0 0 0;
	background-position: 65% 50%;
}
.home-features .item.paint .copy {padding: 0px;}
.home-features .item.paint .hero {
	width: 600px;
	left: -10%;
}

.home-features > .slick-list > .slick-track > .slick-slide.item.play {
	padding: 240px 0 0 0;
	background-position: 65% 50%;
}
.home-features .item.play .copy {
	float: right;
	padding: 20px 0 0 20px;
}

.home-subscribe {
	height: auto;
	padding: 100px 0 40px 0;
}
.home-subscribe h2 {font-size: 70px;}
.home-subscribe h3 {font-size: 32px;}
.home-subscribe .list .item .copy h3 {font-size: 22px;}
.home-subscribe .hurry {display: none;}

.home-hurry {display: block;}

.home-premium {
	height: auto;
    max-height: 840px;
    padding: 100px 0 60px 0;
}

.home-survey .copy {width: 360px;}
.home-survey .copy p {font-size: 21px;}
.home-survey .covers {width: 50%;}
.home-survey .covers img {
    max-width: 115%;
    float: right;
}

/* How it works */

.howitworks-hero {
    height: auto;
    padding: 300px 0 100px 0;
}
.howitworks-hero h1 {font-size: 80px;}

.howitworks-intro {
	height: auto;
	padding: 0 0 60px 0;
	background-position: top center;
}
.howitworks-intro .copy .title {font-size: 28px;}
.howitworks-intro .list {margin-top: 30px;}

.howitworks-partworks {padding: 100px 0;}
.howitworks-partworks .list {padding: 20px 0 0 0;}
.howitworks-partworks .list .item {width: 33.33%;}
.howitworks-partworks .list .item:nth-child(4) {
	clear: both;
	margin-left: 16.66%;
}

.howitworks-benefits .list .item {width: 100px;}

/* UK */

.UK-home-hero .fixed-width {
	width: 768px;
	max-width: 100%;
}
.UK-home-hero .title .hero {
	float: left;
	padding: 20px 0 0 0;
}
.UK-home-hero .title .issue1 {
	right: 0;
	top: 160px;
}
.UK-home-hero .title .roundel {
    top: 140px;
    left: 0px;
}
.UK-home-hero .title h3 {right: 0;}

.UK-home-banner h2 {font-size: 45px;}

}



/* 
-----------
BELOW 768PX 
-----------
*/
@media screen and (max-width: 767px) {

/* Header */

.header-wrapper {
	height: 110px;
    background-position: -350px 0px;
    background-size: 1330px auto;
}
.header .logo {
	width: 130px;
	padding: 25px 0 0 7.5px;
	position: relative;
	z-index: 1;
}
.header .menu {
    width: 80%;
    height: 100vh;
    padding: 40px 0 0 0;
    position: absolute;
    top: 46px;
    left: -80%;
    background-color: #1B1B1B;
    border-top: 1px solid #474F4D;
}
.header .menu.active {left: 0;}
.header .menu .item {
	width: 100%;
	border-bottom: 1px solid #474F4D;
}
.header .menu .item.hidden {display: inline-block;}
.header .menu .item a {
	padding: 15px 20px 10px 20px;
    line-height: 1;
}
.header .menu .item:nth-last-child(1) {display: inline-block;}

.header .toggle {display: inline-block;}
.header .toggle .fa-times,
.header .toggle.active .fa-bars {display: none;}
.header .toggle .fa-bars,
.header .toggle.active .fa-times {display: inline-block;}

/* Home */

.home-hero {
    height: auto;
    padding: 0 0 240px 0;
    background-size: cover;
    background-position: bottom center;
}
.home-hero .logo {padding: 120px 0 0 0;}
.home-hero .logo img {max-width: 60%;}
.home-hero .title h1 {font-size: 54px;}
.home-hero .title h2 {font-size: 24px;}
.home-hero .title h2 br {display: none;}

.home-intro {
    height: auto;
    padding: 0 0 40px 0;
    background-size: cover;
}
.home-intro .carousel .item {width: 600px;}
.home-intro .carousel .item h2 {font-size: 40px;}

.UK-home-hero {
    height: auto;
    padding: 120px 0 40px 0;
}
.UK-home-hero .title h1 {font-size: 54px;}
.UK-home-hero .title h2 {font-size: 24px;}
.UK-home-hero .title h2 br {display: none;}
.UK-home-hero .title h3 {
	position: relative;
	bottom: -20px;
}
.UK-home-hero .title .roundel {width: 120px;}
.UK-home-hero .title .issue1 {
	width: 300px;
	top: 140px;
}
.UK-home-banner h2 {font-size: 34px;}
.home-intro .fixed-width .subscribe-button {
	left: 0;
	right: 0;
}

.home-issues {padding: 60px 0;}
.home-issues h2 {font-size: 50px;}
.home-issues p br {display: none;}
.home-issues .list .item {
    width: 23.5%;
    margin: 0 2% 0 0;
}

.home-features .item .carousel {
	display: block;
    margin: 0 auto;
    float: none;
    clear: both;
    max-width: 85vw;
}
.home-features .item .carousel .slick-slide img {max-width: 85vw;}
.home-features .item .copy h3 {font-size: 42px;}
.home-features ul.slick-dots li {
    width: 80px;
    height: 100px;
}
.home-features > button.slick-prev {
	top: 135px;
	right: auto;
	left: 20px;
}
.home-features > button.slick-next {
	top: 135px;
	left: auto;
	right: 20px;
}

.home-features > .slick-list > .slick-track > .slick-slide.item.collect,
.home-features > .slick-list > .slick-track > .slick-slide.item.read,
.home-features > .slick-list > .slick-track > .slick-slide.item.build,
.home-features > .slick-list > .slick-track > .slick-slide.item.paint,
.home-features > .slick-list > .slick-track > .slick-slide.item.play {padding: 240px 0 0 0;}

.home-features .item.collect .copy {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}
.home-features .item.collect .hero {
	width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.home-features .item.read .copy {
	width: 100%;
	padding: 0 0 20px 0;
}
.home-features .item.read .hero {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.home-features .item.build .copy {
	width: 100%;
	padding: 0 0 20px 0;
}
.home-features .item.build .hero {
	position: relative;
    width: 100%;
    left: 0;
    top: 0;
}

.home-features .item.paint .copy {
	width: 48%;
	padding: 0 0 20px 0;
}
.home-features .item.paint .hero {left: -40%;}

.home-features .item.play .copy {
	width: 100%;
	padding: 0 0 20px 0;
}

.home-subscribe h2 {font-size: 50px;}
.home-subscribe h3 {font-size: 25px;}
.home-subscribe .list {
	width: 280px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    float: none;
	clear: both;
}
.home-subscribe .list .item {
	width: 280px;
	margin: 0 10px;
}

.home-premium .roundel {
	width: 100px;
	top: 58%;
}
.home-premium h2 {font-size: 64px;}
.home-premium h3 {font-size: 32px;}

.home-survey {
	height: auto;
    padding: 0 0 60px 0;
}
.home-survey .copy {width: 280px;}
.home-survey .copy h2 {font-size: 36px;}
.home-survey .copy p {font-size: 16px;}

.home-tvad {
	height: auto;
	padding: 40px 0;
}

/* How it works */

.howitworks-hero {
    height: auto;
    padding: 240px 0 80px 0;
}
.howitworks-hero h1 {font-size: 64px;}

.howitworks-intro .copy {
	width: 100%;
	text-align: center;
}
.howitworks-intro .covers {
    width: 100%;
    float: left;
    padding: 40px 0 0 0;
}
.howitworks-intro .list .item {padding: 0 5px;}
.howitworks-intro .list .item img {max-width: 80%;}
.howitworks-intro .list .item p {font-size: 14px;}

.howitworks-benefits {
	height: auto;
	padding: 40px 0 30px 0;
	background-size: cover;
}
.howitworks-benefits h2 {font-size: 60px;}
.howitworks-benefits .list .item {
	display: inline-block;
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.howitworks-benefits .list .item:nth-child(5) {clear: both;}

.howitworks-questions {
    height: auto;
    padding: 100px 0 60px 0;
}

/* FAQs */

.faqs-list-wrapper {padding: 140px 0 80px 0;}
.faqs-list h1 {font-size: 50px;}
.faqs-list p.intro br {display: none;}
.faqs-list .question h3 {margin: 0 0 10px 0;}
.faqs-list .outro p {font-size: 20px;}

/* Contact */

.contact-wrapper {padding: 140px 0 80px 0;}
.contact-wrapper h1 {font-size: 50px;}
.contact-leftcolumn {
	width: 100%;
	margin: 0 0 40px 0;
}
.contact-rightcolumn {width: 100%;}

/* Video */

.video-title-wrapper {padding: 140px 0 60px 0;}
.video-title h1 {font-size: 60px;}



}




/* 
-----------
BELOW 600PX 
-----------
*/
@media screen and (max-width: 599px) {

.subscribe-button {
	display: none;
	max-width: 120px;
}

button.slick-prev, 
button.slick-next {background-size: 80% auto;}

.sticky-subscribe {padding: 7.5px 20px 0 20px;}
.sticky-subscribe h2 {font-size: 28px;}

/* Footer */

.footer-wrapper {padding: 50px 0 60px 0;}
.footer .left .copy {font-size: 13px;}
.footer .contact img {
	top: -60px;
	left: 0;
	right: 0;
}

/* Home */

.home-hero .logo img {
	max-width: 100%;
    width: 260px;
}
.home-hero .title h1 {
	width: 200px;
    font-size: 40px;
    margin: 0 auto;
}
.home-hero .title h2 {
	font-size: 20px;
	margin: 10px 0 0 0;
}
.home-hero .title img {
	width: 90px;
	top: -15px;
}

.UK-home-hero {
	padding: 110px 0 100px 0;
	background-size: cover;
}
.UK-home-hero .title h1 {
    font-size: 40px;
    margin: 0 auto;
}
.UK-home-hero .title h2 {
	font-size: 20px;
	margin: 10px 0 0 0;
}
.UK-home-hero .title .hero {max-width: 100%;}
.UK-home-hero .title .issue1 {
	width: 280px;
	position: relative;
	top: 0;
	left: 0;
}
.UK-home-hero .title .roundel {
	left: auto;
    right: -30px;
    top: 200px;
}
.UK-home-hero .title h3 {text-align: center;}
.home-intro .fixed-width .subscribe-button {display: inline-block;}

.home-intro .carousel .item {
	width: 100vw;
	padding: 80px 0 0 0;
	overflow: hidden;
}
.home-intro .carousel .item h2 {
	font-size: 28px;
	padding: 0 20px;
	box-sizing: border-box;
}
.home-intro .carousel .item h2 br {display: none;}

.UK-home-banner h2 {font-size: 30px;}
.UK-home-banner .button a h3 {font-size: 20px;}

.home-issues {
	padding: 40px 0;
	position: relative;
}
.home-issues h2 {font-size: 40px;}
.home-issues p {font-size: 16px;}
.home-issues .list .item {
	width: 60vw;
	margin: 0 40px;
	overflow: hidden;
}
.home-issues .covers {position: static;}
.home-issues .covers .roundel {
    width: 100px;
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 1;
}

.home-features > button.slick-prev,
.home-features > button.slick-next {display: none !important;}
.home-features ul.slick-dots {top: 50px;}
.home-features ul.slick-dots li {
    width: 60px;
    height: 75px;
    margin: 0 auto;
}
.home-features .item .copy h3 {font-size: 34px;}
.home-features > .slick-list > .slick-track > .slick-slide.item.collect, 
.home-features > .slick-list > .slick-track > .slick-slide.item.read, 
.home-features > .slick-list > .slick-track > .slick-slide.item.build, 
.home-features > .slick-list > .slick-track > .slick-slide.item.paint, 
.home-features > .slick-list > .slick-track > .slick-slide.item.play {
	height: 700px;
	padding: 160px 0 0 0;
}
.home-features .item .copy img {margin: -20px 0 0 20px;}
.home-features .item .copy p {font-size: 15px;}

.home-features .item.collect .hero {
    width: 115%;
    left: -7.5%;
    right: -7.5%;
}

.home-features .item.build .hero {
    width: 150%;
    max-width: 650px;
    left: -20%;
}

.home-features > .slick-list > .slick-track > .slick-slide.item.paint {
	background-image: url(../im/home-features-paint-bg-mobile.jpg) !important;
	background-position: center;
}
.home-features .item.paint .hero {
	width: 410px;
    left: 0;
    right: 0;
}
.home-features .item.paint .copy {width: 100%;}

.home-features > .slick-list > .slick-track > .slick-slide.item.play {background-position: center;}

.home-subscribe {padding: 40px 0;}
.home-subscribe h2 {font-size: 40px;}

.home-hurry {padding: 20px 0;}
.home-hurry p {font-size: 14px;}
.home-hurry p.subtitle {font-size: 16px;}

.home-premium {padding: 40px 0;}
.home-premium h2 {font-size: 50px;}
.home-premium h3 {font-size: 26px;}
.home-premium p {
    font-size: 16px;
    clear: both;
    margin: 10px 0 20px 0;
}
.home-premium .list .item {
	width: 85vw;
	margin: 0 20px;
	border: 0px !important;
	border-bottom: 1px solid #FFFFFF !important;
}
.home-premium .roundel {
	position: relative;
	top: 0;
}

.home-survey {
	padding: 0 0 20px 0;
	background-position: top center;
}
.home-survey .copy {
	width: 100%;
	text-align: center;
	padding: 40px 0 0 0;
}
.home-survey .copy img {
	width: 180px;
	float: none;
}
.home-survey .covers {
	width: 100%;
	padding: 20px 0 0 0;
}

body.home .faqs-list-wrapper, 
body.page-template-template-howitworks .faqs-list-wrapper {padding: 40px 0;}
.faqs-list .faqs-list-intro h2 {
    font-size: 32px;
    text-align: center;
}
.faqs-list .outro {padding: 20px 0 0 0;}
.faqs-list .outro p {
	font-size: 16px;
	margin: 0 auto;
}

/* How it works */

.howitworks-hero {padding: 180px 0 40px 0;}
.howitworks-hero h1 {font-size: 40px;}

.howitworks-intro {padding: 0 0 40px 0;}
.howitworks-intro .copy {padding: 40px 0 0 0;}
.howitworks-intro .copy .title {font-size: 24px;}
.howitworks-intro .copy .body {font-size: 14px;}
.howitworks-intro .covers {padding: 20px 0 0 0;}
.howitworks-intro .list {margin: 20px 0 0 0;}
.howitworks-intro .list .item {
    width: 50%;
    margin: 0 0 20px 0;
}
.howitworks-intro .list .item img {
    max-width: none;
    width: 80px;
}
.howitworks-intro .list .item:nth-last-child(1) {
	width: 100%;
	margin: 0 auto;
}

.howitworks-partworks {padding: 40px 0;}
.howitworks-partworks h2 {font-size: 34px;}
.howitworks-partworks .list {
	width: 260px;
	margin: 0 auto;
	float: none;
}
.howitworks-partworks .list .item,
.howitworks-partworks .list .item:nth-child(4) {
    width: 260px;
    margin: 0 10px;
    clear: none;
}
.howitworks-partworks .list .item:hover {
    background-color: transparent;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.howitworks-benefits {
	height: auto;
	padding: 40px 0 20px 0;
}
.howitworks-benefits h2 {font-size: 40px;}
.howitworks-benefits .list {
	width: 280px;
	float: none;
	display: inline-block;
	margin: 0 auto;
	padding: 20px 0;
}
.howitworks-benefits .list .item,
.howitworks-benefits .list .item:nth-child(5) {
    width: 140px;
    margin: 0 auto;
    padding: 0 15px;
    clear: none;
    box-sizing: border-box;
}

.howitworks-questions {padding: 40px 0;}
.howitworks-questions h2 {font-size: 40px;}
.howitworks-questions p {font-size: 16px;}

/* FAQs */

.faqs-list-wrapper {padding: 120px 0 40px 0;}
.faqs-list h1 {font-size: 40px;}
.faqs-list p {margin: 0 0 20px 0;}
.faqs-list .intro {font-size: 16px;}
.faqs-list h2 {font-size: 22px;}
.faqs-list .question h3 {font-size: 16px;}
.faqs-list .answer h3 {font-size: 16px;}
.faqs-list ul {
	padding-left: 0px;
	margin: 5px 0;
}

/* Contact Us */

.contact-wrapper {padding: 120px 0 40px 0;}
.contact-wrapper h1 {
    font-size: 40px;
    margin: 0 0 10px 0;
}
.contact-wrapper h3 {font-size: 22px;}
.contact-wrapper p {font-size: 16px;}
.contact-wrapper h2 {
    font-size: 26px;
    margin: 0 0 10px 0;
}

/* Video */

.video-title-wrapper {padding: 110px 0 40px 0;}
.video-title h1 {font-size: 32px;}
.video-title p {font-size: 16px;}
.video-player-wrapper {padding: 20px 0;}
.video-player-wrapper h2 {font-size: 28px;}

}