* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: inherit;
	text-decoration: inherit;
	outline: 0;
}

a img {
	border: 0;
}

.align {
	max-width: 890px;
	margin: 0 auto;
	padding: 0 20px;
}

.align.half-pad {
	padding: 0 10px;
}

.pull-up {
	margin-top: -20px;
}

.zsp {
	font-size: 0;
}

.column {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.w100 { width: 100%; }
.w75 { width: 75%; }
.w66 { width: 66.66%; }
.w50 { width: 50%; }
.w33 { width: 33.33%; }
.w25 { width: 25%; }





/* SITE */


body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: white;
	padding-top: 138px;
}

body, html {
	background-color: black;
}

a.jump-offset {
	position: relative;
	top: -150px;
}

h1, h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 900;
	color: white;
	text-align: center;
	position: relative;
	margin: 15px 0px;
}

h1 span,
h2 span {
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
	background-color: black;
	z-index: 2;
	position: relative;
}

h1:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%; left: 0;
	width: 100%;
	border-top: 1px solid white;
	z-index: 1;
}

h2 {
	text-align: left;
}

h2 span {
	padding-left: 0;
}

h2:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%; left: 0;
	width: 100%; height: 2px;
	margin-top: -1px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	z-index: 1;
}

.read-more {
	display: inline-block;
	padding: 7px 30px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid white;
	background-color: rgba(0,0,0,0.4);
	color: white;
	text-decoration: none !important;
}

.read-more:hover {
	border-color: black;
	background-color: white;
	color: black;
}


/* HEADER */

#header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 200;
}

#tag-bar {
	background: #dc2b2a;
	padding: 5px 0px;
}

#tag-bar .column {
	vertical-align: middle;
	padding: 0;
}

#tag-bar .menu {
	display: none;
}

#tag-bar .line {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
}

#tag-bar .social {
	text-align: right;
}

#tag-bar .social img {
	height: 25px;
	margin-left: 10px;
}

#tag-bar .search-struct, #tag-bar .search-struct form {
	display: inline-block;
	vertical-align: bottom;
}

#tag-bar .search-struct input {
	border: 0;
	border-bottom: 1px solid white;
	background: transparent;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-align: right;
	width: 1px;
	-webkit-transition: width 500ms, opacity 500ms;
	-moz-transition: width 500ms, opacity 500ms;
	-ms-transition: width 500ms, opacity 500ms;
	transition: width 500ms, opacity 500ms;
	opacity: 0;
}

#tag-bar .search-struct input:focus {
	outline: none;
}

#tag-bar .search-struct.active input {
	width: 150px;
	opacity: 1;
}

#tag-bar .search-struct img.go {
	display: none;
}

#tag-bar .search-struct.active img.go {
	display: inline;
}

#tag-bar .search-struct.active img.activate {
	display: none;
}

#stripes {
	background-image: url(/wp-content/themes/manup/resources/artwork/stripes.png);
	background-repeat: repeat;
	background-size: 6px 6px;
	height: 50px;
}

#stripes img {
	display: none;
}

#menu {
	background-color: #111111;
	border-top: 2px solid #929292;
	border-bottom: 2px solid #3c3c3c;
}

#menu ul.top {
	text-align: justify;
}

#menu ul.top:after {
	content: '';
	display: inline-block;
	width: 100%;
}

#menu ul.top > li {
	display: inline-block;
	vertical-align: middle;
}

#menu ul.top > li > a {
	display: block;
	padding: 15px 0px;
}

#menu li {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: white;
	position: relative;
}

#menu li.dot {
	color: #dc2b2a;
	/*padding: 15px 0px;*/
}

#menu li.dot a {
	cursor: default;
}

#menu ul.top > li ul {
	position: absolute;
	list-style: none;
	white-space: nowrap;
	width: 250px;
	border-top: 2px solid #3c3c3c;
	background-color: #111111;
	display: none;
	z-index: 100;
}

#menu ul.top > li > ul {
	top: 100%; left: -20px;
}

#menu ul.top > li > ul > li > ul {
	top: 0px; left: 100%;
	margin-top: -2px;
}

#menu ul.top li:hover > ul {
	display: block;
}

#menu ul.top > li li {
	border-bottom: 1px solid #1d1d1d;
	white-space: normal;
	text-align: left;
}

#menu ul.top > li li > a {
	display: block;
	padding: 10px 20px;
	color: #818181;
	font-size: 16px;
}

#menu ul.top > li li:last-of-type {
	border: 0;
}

#menu li a:hover {
	color: #dc2b2a !important;
}

#menu .home-item {
	width: 120px;
	z-index: 100;
	position: relative;
	font-size: 0;
}

#menu .home-item a {
	width: 120px;
	height: 120px;
	background-image: url('/wp-content/themes/manup/resources/artwork/manup.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -55px; left: 0;
}

/*
#menu .logo img {
	width: 100%;
	position: absolute;
	top: -50px;
}*/

#menu .help-a-mate-item {
	border-radius: 5px;
	background-color: #ddbd3e;
	color: #333333;
}

#menu .help-a-mate-item a {
	padding: 5px 10px !important;
}

#mobile-menu {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: 100vh;
	background-color: #dc2b2a;
	padding: 70px 0px 0px 0px;
	z-index: 300;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

#mobile-menu .close {
	width: 24px;
	position: absolute;
	top: 20px; left: 20px;
}

#mobile-menu li {
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	margin-top: -1px;
}

#mobile-menu .help {
	background-color: white;
	border-radius: 5px;
	color: #dc2b2a;
	display: inline-block;
	padding: 5px 15px;
}

#mobile-menu .social {
	border: 0;
	padding-top: 20px;
}

#mobile-menu .social img {
	height: 30px;
	margin-right: 20px;
}

#mobile-menu .help-a-mate-item {
	background: white;
	color: #dc2b2a;
}

#mobile-menu .search-struct {
	position: absolute;
	top: 20px; right: 20px;
}

#mobile-menu .search-struct .search-button {
	width: 30px;
}

#mobile-menu .search-struct form {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -10px;
	left: -10px;
}

#mobile-menu .search-struct input {
	border: 0;
	border-bottom: 1px solid white;
	background: transparent;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-align: right;
	width: 1px;
	-webkit-transition: width 500ms, opacity 500ms;
	-moz-transition: width 500ms, opacity 500ms;
	-ms-transition: width 500ms, opacity 500ms;
	transition: width 500ms, opacity 500ms;
	opacity: 0;
}

#mobile-menu .search-struct input:focus {
	outline: none;
}

#mobile-menu .search-struct.active input {
	width: 150px;
	opacity: 1;
}

#mobile-menu .search-struct img.go {
	display: none;
}

#mobile-menu .search-struct.active img.go {
	display: inline;
}

#mobile-menu .search-struct.active img.activate {
	display: none;
}


#home-mob-trailer {
	display: none;
}

#home-gus-blog {
	display: none;
}

#home .campaign-ad {
	margin-top: 20px;
	display: none;
}

#content {
	padding: 20px 0px 80px 0px;
}

/*.fancybox-overlay {
	z-index: 200000 !important;
}*/

.fancybox-title.fancybox-title-inside-wrap {
	text-align: center;
}

.image-sharer {
	display: block;
	margin: 10px auto 0px auto;
}

.image-sharer a {
	margin: 0px 4px;
}


/* SLIDESHOW */

.slideshow {
	max-height: 480px;
	min-height: 320px;
	position: relative;
}

.slideshow:after {
	content: '';
	display: block;
	padding-top: 30%;
}

.slideshow .arrow img {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	width: 36px;
	z-index: 100;
}

.slideshow .arrow.right {
	text-align: right;
	padding-right: 56px;
}

.slideshow .bounds {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.slideshow .slick {
	width: 100%; height: 100%;
}

.slideshow .slick-track,
.slideshow .slick-list {
	height: 100%;
}

.slideshow .frame {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	max-width: 100vw;
	width: 850px;
	height: 100%;
	margin: 0 10px;
	outline: none;
}

.slideshow .slick-dots {
	text-align: center;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 101;
}

.slideshow .slick-dots li {
	display: inline-block;
	vertical-align: top;
	background-color: #262626;
	width: 10px; height: 10px;
	margin: 5px;
	cursor: pointer;
}

.slideshow .slick-dots li.slick-active {
	background-color: #cdcdcd;
}

.slideshow .slick-dots button {
	display: none;
}

.slideshow .frame .text {
	position: absolute;
	top: 50%; right: 0;
	padding: 20px 50px 20px 20px;
	max-width: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideshow .frame .text .title {
	color: white;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	display: inline;
	background: rgba(0,0,0,0.6);
	box-shadow: 10px 0 0 rgba(0,0,0,0.6), -10px 0 0 rgba(0,0,0,0.6);
	box-decoration-break: clone;
	line-height: 1.25;
}

.slideshow .frame .text .title.mobile {
	display: none;
}

.slideshow .frame .text .read-more {
	margin-top: 20px;
	margin-left: -10px;
}



/* EPISODES */

.episodes .column {
	text-align: center;
}

.episodes .column img {
	width: 100%;
}

/* .episodes h1 {
	margin-bottom: 0;
} */

.episodes h3 {
	color: red;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding: 10px 0px 10px 0px;
	display: inline-block;
	vertical-align: top;
}

.episodes p {
	color: white;
	font-size: 16px;
	margin: 10px 0px;
	line-height: 1.5;
	font-weight: bold;
}




/* VIDEO */

.video {
	position: relative;
}

.video.bordered {
	border: 14px solid white;
}

.video:after {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.video .bounds {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.video iframe {
	width: 100%; height: 100%;
}

.mason-border {
	padding: 7px;
	background-color: white;
	/*opacity: 0;*/
}

.mason-grid .cell {
	border: 7px solid white;
	background-color: #262626;
	position: relative;
	width: 33.33%;
}

.mason-grid .cell.video-button:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/themes/manup/resources/artwork/play.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px; right: 20px;
}

.column.w66 .mason-grid .cell {
	width: 50%;
}

.mason-grid .cell img {
	width: 100%;
}

.mason-grid .cell h3,
.mason-grid .cell h4 {
	color: white;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	display: inline;
	background: rgba(0,0,0,0.6);
	box-shadow: 10px 0 0 rgba(0,0,0,0.6), -10px 0 0 rgba(0,0,0,0.6);
	box-decoration-break: clone;
	line-height: 1.25;
}

.mason-grid .cell h4 {
	font-size: 16px;
}

.mason-grid .cell .rab-hover {
	position: absolute;
	bottom: 10px;
	left: 20px;
	display: none;
	max-width: 80%;
}

.mason-grid .cell:hover .rab-hover {
	display: block;
}

.mason-grid .cell .title {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding-left: 10px;
	margin-top: 20px;
}

.mason-grid .cell .title-wrap {
	height: 0;
}

.mason-grid .cell p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.mason-grid .cell .text {
	padding: 20px 15px 30px 20px;
	position: relative;
	z-index: 2;
}




/* SIDEBAR */

.sidebar {
	padding-top: 20px;
}

.sidebar .cell {
	background-color: white;
	padding: 5px 20px 10px 20px;
	margin: 20px 0px;
}

.sidebar .cell h3 {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: black;
	margin: 10px 0px;
}

.sidebar .cell p {
	font-size: 15px;
	color: #8e8e8c;
	line-height: 1.5;
	margin: 10px 0px;
}

.sidebar .cell input.text {
	padding: 10px 5px;
	background: #eaeaea;
	font: normal 12px 'Lato';
	border: 0;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.sidebar .cell input.submit {
	padding: 10px;
	background: #dc2b2a;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: white;
	border: 0;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
}

.sidebar .cell img {
	width: 100%;
}

.sidebar .cell .title {
	margin-bottom: 10px;
	padding-left: 5px;
}

.sidebar .cell h4 {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: white;
	display: inline;
	background: rgba(0,0,0,0.6);
	box-shadow: 5px 0 0 rgba(0,0,0,0.6), -5px 0 0 rgba(0,0,0,0.6);
	box-decoration-break: clone;
	line-height: 1.6;
	padding: 2px 0px;
}

.sidebar .twitter {
	margin: 0px -10px;
}




/* BOX */

.text-box {
	padding: 0px 7px;
	background-color: white;
	margin-bottom: 10px;
	overflow: hidden;
}

.text-box h3 {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: black;
	margin: 14px 7px;
}

.text-box h3 + p {
	margin-top: -10px;
}

.text-box p {
	font-size: 15px;
	color: black;
	margin: 14px 7px;
	line-height: 1.5;
}

.text-box ul {
	padding-left: 20px;
	margin: 14px 7px;
}

.text-box li {
	font-size: 15px;
	color: black;
	line-height: 1.5;
	margin: 10px 0px;
}

.text-box p a {
	text-decoration: underline;
}

.text-box.wrap-images img,
.text-box.wrap-images .video {
	width: 33.33% !important;
	height: auto !important;
	float: left;
	margin: 15px 15px 15px 7px;
}

.text-box.centre-images img,
.text-box.centre-images .video {
	width: 50% !important;
	height: auto !important;
	margin: 15px auto;
	display: block;
}

.text-box img.page-counter {
	width: 1px !important;
	height: 1px !important;
}

.text-box .column {
	padding: 0px 7px;
}

.text-box .column img {
	width: 100% !important;
	height: auto !important;
}

/* GET HELP */

#get-help {
	padding-bottom: 60px;
}

#get-help .column {
	padding: 20px;
	vertical-align: middle;
}

#get-help .row {
	border-bottom: 1px solid black;
}

#get-help .row:last-of-type {
	border-bottom: 0;
}

#get-help .row .column:first-of-type {
	text-align: center;
}

#get-help .mensline {
	width: 130px;
}

#get-help .reachout {
	width: 140px;
}




#contact-form {
	width: 50%;
	margin: 0 auto;
}

#contact-form input,
#contact-form textarea {
	border: 0;
	background-color: #e9e9e9;
	padding: 10px;
	font-family: 'Lato';
	font-size: 14px;
	width: 100%;
}

#contact-form input[type='submit'] {
	cursor: pointer;
}

.wpcf7-validation-errors,
.wpcf7-response-output {
	border: 0 !important;
	font-size: 12px;
	color: black;
	padding: 0 !important;
}


#home .episodes-mobile {
	display: none;
}

#home .the-facts-mobile {
	display: none;
}

#home .tv-blog-mobile {
	display: none;
}


#home .article-block-a a[href='/blokelore/real-aussie-blokes/'] { display: none; }


/* FOOTER */

#partners {
	background-color: #131313;
	text-align: center;
}

#partners .logos {
	padding: 40px 60px;
}

#partners .logos .column {
	vertical-align: middle;
}

#partners .logos .abc {
	width: 130px;
}

#partners .logos .mov {
	width: 80px;
}

#partners .logos .uom {
	width: 100px;
}

#partners .logos .hfilms {
	width: 130px;
}

#partners p {
	font-size: 14px;
	color: #c4c4c4;
	padding: 40px 80px;
	border-top: 1px solid #6d6d6e;
}

#partners p a {
	text-decoration: underline;
}

#footer {
	background: #dc2b2a;
	padding: 15px 0px;
	text-align: center;
}

#footer li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 20px;
	border-right: 1px solid white;
}

#footer li:last-of-type {
	border-right: 0;
}

#footer .copyright {
	font-size: 12px;
	padding-top: 10px;
}







/* MISC */

#gus-wrap {
	float: left !important;
	width: 100px !important;
	margin: 15px 15px 15px 7px !important;
}

hr {
	border: 0;
	border-bottom: 1px solid black;
}









@media screen and (max-width: 1024px) {
	.sidebar .twitter-wrap {
		display: none;
	}
	
	#footer {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 760px) {
	body {
		padding-top: 50px;
	}
	
	a.jump-offset {
		top: -150px;
	}
	
	#tag-bar {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	#stripes {
		text-align: center;
		padding: 5px 0px;
		height: 50px;
	}
	
	#stripes .logo {
		display: inline;
		width: 75px;
	}
	
	#stripes .menu {
		display: block;
		position: absolute;
		top: 50%; left: 20px;
		margin-top: -6px;
		width: 24px;
	}
	
	.slideshow .arrow.left {
		padding: 0 !important;
	}
	
	.slideshow .arrow.right {
		padding-right: 17px;
	}
	
	.slideshow .arrow img {
		width: 16px;
	}
	
	.slideshow .frame .text .title {
		font-size: 18px;
	}
	
	.episodes .column {
		width: 100%;
	}
	
	.content-w-sidebar .column {
		width: 100%;
	}
	
	.text-box .column {
		width: 50%;
	}
	
	#partners .logos {
		padding: 40px 0px;
		text-align: center;
	}
	
	#partners .column {
		width: 50%;
		padding-bottom: 40px;
	}
	
	#partners p {
		padding: 40px 10px;
	}
	
	.get-help .column {
		width: 50%;
	}
	
	.mason-grid .cell {
		width: 50% !important;
	}
	
	.at-icon-wrapper {
		padding: 0 !important;
	}
	
	.at-share-dock.atss {
		box-shadow: none !important;
		opacity: 0.9;
	}
	
	/*.at-share-dock.atss {
		margin: 0 auto !important;
		box-shadow: none !important;
		text-align: center;
		font-size: 0;
	}
	
	.at-share-btn {
		width: 40px !important;
		float: none !important;
		display: inline-block !important;
	}*/
	
	#home .campaign-ad {
		display: block;
	}	

	#home .trailer-spot {
		margin-top: 20px;	
	}

	#home .campaign-ad h1,
	#home .trailer-spot h1 {
		display: block;
		margin: 0;
		background: white;
	}

	#home .campaign-ad h1 span,
        #home .trailer-spot h1 span {
                background: transparent;
		color: black;
		padding-bottom: 0;
        }
}

@media screen and (max-width: 480px) {
	
	
	h1, h2 {
		font-size: 18px;
		margin: 5px 0px;
	}
	
	h1 span,
	h2 span {
		padding: 10px;
	}

	#home-mob-trailer {
		display: block;
	}
	
	#home-gus-blog {
		display: block;
	}
	
	#home-desktop-trailer {
		display: none;
	}
	
	.text-box .column {
		width: 100%;
	}
	
	.text-box.wrap-images img,
	.text-box.wrap-images .video {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		margin: 7px auto !important;
	}
	
	.text-box.centre-images img,
	.text-box.centre-images .video {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		margin: 7px auto !important;
	}
	
	#gus-wrap {
		float: left !important;
		width: 100px !important;
		margin: 0px 10px 10px 0px !important;
	}

	.mason-grid .cell {
		width: 100% !important;
	}

	#footer li {
		display: block;
		border: 0;
		margin: 10px 0px;
	}
	
	#get-help .row .column:first-of-type {
		text-align: left;
	}
	
	#get-help img {
		width: 200px !important;
	}
	
	#get-help .mensline {
		width: 130px !important;
	}
	
	#get-help .reachout {
		width: 140px !important;
	}
	
	.slideshow {
		margin-bottom: 20px;
	}
	
	.slideshow .frame .text {
		max-width: 100%;
		width: 100%;
		left: 0;
		text-align: center;
		padding: 0;
		top: auto;
		bottom: 50px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.slideshow .frame .text .title.desktop {
		display: none;
	}
	
	.slideshow .frame .text .title.mobile {
		display: inline;
	}
	
	.slideshow .frame .text .title {
		font-size: 16px;
	}
	
	.slideshow .frame .text .read-more {
		padding: 7px 20px;
		font-size: 11px;
		margin: 10px 0 0 0;
	}
	
	#contact-form {
		width: 100%;
		margin: 0 auto;
	}
	
	#home h1,
	#home h2 {
		display: none;
	}
	
	#home .text-box {
		margin-bottom: 0;
	}
	
	#home .video {
		border: 15px solid white;
		margin-bottom: 10px;
	}
	
	#home .episodes {
		display: none;
	}
	
	#home .episodes-mobile {
		display: block;
	}
	
	#home .sidebar {
		display: none;
	}
	
	#home .the-facts-mobile {
		display: block;
		margin-top: 10px;
	}
	
	#home .tv-blog-mobile {
		display: block;
		margin-top: 10px;
	}
	
	#home .article-block-a a[href='/blokelore/real-aussie-blokes/'] { display: inline; }
}

#manup-print-logo {
	display: none;
}

@media print {
	body {
		padding-top: 0;
	}
	
	#header {
		display: none;
	}
	
	#footer {
		display: none;
	}
	
	#partners {
		display: none;
	}
	
	#manup-print-logo {
		display: block;
		margin: 0 auto;
		width: 120px;
	}
}
