/*
Theme Name: Great Salami
Author: Anonymous
Description: Custom Wordpress template
Version: 0.0.1
Tags: bootstrap
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

body {
	background: url(images/background.jpg) center top no-repeat #22B1E9;
	background-size: 100% auto;
	font-family: "report",sans-serif;
}
.wrapper {
	max-width: 1210px;
	margin: 0 auto;
}
.be-early {
	background: #e39d2d;
	color: #FFF;
	text-align: center;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 10px #000;
	line-height: 60px;
	font-weight: bolder;
	font-size: 1.6vw;
	border: 2px solid #c02e39;
}
.be-early a {
	color: #FFF;
	font-weight: bold;
}
.socials-container {
	background: #d3d7da;
	color: #FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 10px #000;
	line-height: 60px;
	font-weight: bolder;
	font-size: 24px;
	border: 2px solid #c02e39;
}
.header-socials {
	padding-left: 10px;
	float: left;
}
.header-socials a {
	height: 35px;
	width: 35px;
	background: #e39d2d;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #FFF;
	font-size: 16px;
}
.search-container {
	float: right;
	position: relative;
	padding-right: 12px;
	max-width: 230px;
}
.search-icon {
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 2;
	color: #e39d2d;
}
.search-container input[type="text"] {
	height: 38px;
	line-height: 38px;
	padding-left: 40px;
	color: #e39d2d;
	font-weight: bolder;
	border: 2px solid #c02e39;
	border-radius: 10px;
	width: 100%;
}
.header-logo {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 15px;
}
.header-logo img {
	max-width: 100%;
	height: auto;
}
.be-early-text {
	color: #00519c;
	font-size: 1.3vw;
	text-align: center;
	font-weight: bolder;
	padding-top: 35px;
}
.social-text {
	color: #c11a29;
	font-size: 1.3vw;
	text-align: center;
	font-weight: bolder;
	padding-top: 35px;	
}
nav {
	background: #FFF;
	border-top:  2px solid #c02e39;
	border-bottom:  2px solid #c02e39;
}
.menu {

}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	list-style: none;
	position: relative;
	float: left;
}
.menu ul li:hover, .menu ul li.current-menu-item:hover {
	background: url(images/drop-hover.png) no-repeat center 3px;
}
.menu ul li a {
	color: #c11a29;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 74px;
	font-size: 28px;
	text-decoration:  none;
}
.home-thumbnail {
	text-align: center;
}
.home-thumbnail img {
	max-width: 100%;
	height: auto;
}
.menu ul ul {
	position: absolute;
	left: 0;
	top: 74px;
	width: 320px;
	background: url(images/drop-bg.png);
	border: 2px solid #c02e39;
	border-radius: 5px;
	display: none;
	z-index: 9999;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul ul li {
	float: none;
}
.menu ul ul li:hover {
	background-image: none;
	background-color: #C51F2D;
}
.menu ul ul li a {
	line-height: 32px;
	color: #FFF;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	text-decoration:  none;
}
.contact-container {
	padding-top: 65px;
	padding-bottom: 25px;
	max-width: 660px;
	margin: 0 auto;
}
.contact-inner {
	background: #d7f0fb;
	border: 2px solid #c02e39;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	font-weight: bolder;
	font-size:18px;
	position: relative;
}
.pig-holder {
	position: absolute;
	right: -80px;
	top: -30px;
}
.contact-inner p {
	margin-top: 5px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
.contact-inner p.lead {
	font-weight: bold;
	color: #c1182f;
	font-size: 32px;
}
.contact-inner p.sub-lead {
	font-weight: bold;
	color: #c1182f;
	font-size: 28px;	
}
.contact-inner a {
	color: #000;
}
.video-container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.home-video {
    margin: 0 auto;
    padding: 0px;
    width: 90%;
	height:572px;
    box-shadow: 1px 1px 8px 2px #424242;
    border: 1px solid #000;
    
}
.home-video img {
	max-width: 100%;
	height: auto;
}
.home-video iframe {
	max-width: 100%;
	
}
.video-centre {
	margin: 0 auto;
	width: 45%;
	box-shadow: 3px 3px 8px #424242;
	border: thin groove #000;
}
.home-content-container {

}
.supporters-bg {
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.supporters-bg a {
	padding-left: 20px;
	padding-right: 20px;
}
.supporters-title {
	padding-top: 50px;
}
.footer-logo {
	padding-top: 100px;
}
.footer-search-container {
	position: relative;
	padding-right: 12px;
	max-width: 230px;
	font-size: 24px;
	margin: 20px auto;
}
.footer-search-container input[type="text"] {
	height: 38px;
	line-height: 38px;
	padding-left: 40px;
	color: #e39d2d;
	font-weight: bolder;
	border: 2px solid #c02e39;
	border-radius: 10px;
	width: 100%;	
}
.footer-socials {
	text-align: center;
}
.footer-socials a {
	height: 35px;
	width: 35px;
	background: #c2202b;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #FFF;
	font-size: 16px;
}
.fb-container {
	padding-top: 50px;
	max-width: 500px;
	margin: 0 auto;
}
.footer {
	padding-bottom: 50px;
}
.copyright-text {
	text-align: center;
	padding-top: 40px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.copyright-text a {
	color: #FFF;
	text-decoration: none;
}
.copyright-text a:hover {
	color: #c11a29;
}
.content-format {

}
.content-format ul {

}
.content-format ol {

}
.content-format ol li {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.content-format ul li {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6 {
	color: #075472;
	font-weight: bold;
}
.content-format h1 {
	font-size: 45px;
	color: #bf1e2e;
}
.content-format h2 {
	font-size: 32px;
	
}
.content-format h3 {
	font-size: 28px;
	font-weight: bold;
}
.content-format h4 {
	font-size: 24px;
}
.content-format h5 {
	font-size: 22px;
}
.content-format h6 {
	font-size:20px;
}
.content-format p {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.content-format a, .content-format p a {
	text-decoration: none;
	color: #FFF;
}
h3.home-title {
	text-align: center;
	color: #FFF;
	font-size: 36px;
	text-shadow: 0 0 10px #000;
}
h3.supporters-title {
	text-align: center;
	color: #FFF;
	font-size: 36px;
	text-shadow: 0 0 10px #000;
}
div.caption {
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFF;
}
a.thumb {
	text-align: center;
	display: block;
}
a.thumb img {
	max-width: 100%;
	height: auto;
	border: 5px solid #FFF;
	box-shadow: 0 0 30px #000;
	border-radius: 10px;
}
.custom-gallery {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-format input[type='text'].form-control, .content-format input[type='email'].form-control, .content-format textarea.form-control {
	border: 2px solid #c51f2d;
	font-weight: bold;
	color: #000;
}
.content-format .btn.btn-default {
	border: 2px solid #c51f2d;
	font-weight: bold;
	color: #FFF;
	background: #c51f2d;
}
.content-format .btn.btn-default:hover {
	color: #000;
	background: #FFF;
}
@media screen and (max-width: 1350px) {
	.be-early {
		font-size: 1.9vw;
	}
	.be-early-text {
		font-size:1.7vw;
	}
	.social-text {
		font-size:1.7vw;
	}	
}
@media screen and (max-width: 1185px) {
	.menu ul li a {
		font-size: 26px;
	}
}
@media screen and (max-width: 1130px) {
	.menu ul li a {
		font-size: 24px;
	}
}
@media screen and (max-width: 1070px) {
	.menu ul li a {
		font-size: 22px;
	}
	.search-container {
		max-width: 200px;
	}
}
@media screen and (max-width: 1010px) {
	.menu ul li a {
		font-size: 20px;
	}
}
@media screen and (max-width: 970px) {
	.search-container {
		max-width: 150px;
	}
}
@media screen and (max-width: 950px) {
	.menu ul li a {
		font-size: 18px;
	}
}
@media screen and (max-width: 880px) {
	.menu ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 834px) {
	.search-container {
		max-width: 120px;
	}
}
@media screen and (max-width: 820px) {
	.menu ul li a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.pig-holder {
		display: none;
	}
}
@media screen and (max-width: 768px) {
.home-video {

	height:100%;

    
}
	.be-early {
		font-size: 26px;
	}
	.be-early-text {
		padding-top: 10px;
		font-size: 24px;
	}
	.social-text {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 24px;
		line-height: 24px;
	}
	.search-container {
		max-width: 70%;
	}
	.mobile-nav {
		background: url(images/mobile-menu.png) no-repeat center top #c51f2d;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
		margin-left: -15px;
		margin-right: -15px;
	}
	.menu {
		display: none;
	}
	.menu ul li {
		float: none;
	}
	.menu ul li:hover {
		background-image: none;
	}
	.menu ul li a {
		line-height: 32px;
		font-size: 22px;
	}
	.menu ul ul {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
	}
	.supporters-title {
		padding-top: 0;
	}
	.footer-logo {
		padding-top: 10px;
	}
	.fb-container {
		padding-top: 10px;
	}
	.header-logo {
		padding-top: 0;
		padding-bottom: 10px;
	}
	.contact-container {
		padding-top: 10px;
	}
	.video-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.home-video iframe {
		height: auto;
	}
}
@media screen and (max-width: 390px) {
	.be-early-text {
		font-size: 19px;
	}
	.back-to-top {
		right: 45% !important;
	}
}
@media screen and (max-width: 350px) {
	.be-early {
		font-size: 24px;
	}
	.header-socials {
		float: none;
		width: auto;
		padding-left: 0;
		text-align: center;
	}
	.search-container {
	    max-width: inherit;
	    margin-left: 10px;
	}
}