/*
Theme Name: Cord Club
Theme URI: https://wordpress.org/themes/cordclub22/
/*

/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
@font-face {
    font-family: 'PPEikoLightItalic';
    src: url('/wp-content/themes/cordclub22/fonts/PPEikoLightItalic.eot');
    src: url('/wp-content/themes/cordclub22/fonts/PPEikoLightItalic.eot') format('embedded-opentype'),
         url('/wp-content/themes/cordclub22/fonts/PPEikoLightItalic.woff2') format('woff2'),
         url('/wp-content/themes/cordclub22/fonts/PPEikoLightItalic.woff') format('woff'),
         url('/wp-content/themes/cordclub22/fonts/PPEikoLightItalic.ttf') format('truetype'),
         url('/wp-content/themes/cordclub22/fonts/PPEikoLightItalic.svg#PPEikoLightItalic') format('svg');
}

@font-face {
    font-family: 'CaustenLight';
    src: url('/wp-content/themes/cordclub22/fonts/CaustenLight.eot');
    src: url('/wp-content/themes/cordclub22/fonts/CaustenLight.eot') format('embedded-opentype'),
         url('/wp-content/themes/cordclub22/fonts/CaustenLight.woff2') format('woff2'),
         url('/wp-content/themes/cordclub22/fonts/CaustenLight.woff') format('woff'),
         url('/wp-content/themes/cordclub22/fonts/CaustenLight.ttf') format('truetype'),
         url('/wp-content/themes/cordclub22/fonts/CaustenLight.svg#CaustenLight') format('svg');
}

@font-face {
    font-family: 'CaustenExtraLight';
    src: url('/wp-content/themes/cordclub22/fonts/CaustenExtraLight.eot');
    src: url('/wp-content/themes/cordclub22/fonts/CaustenExtraLight.eot') format('embedded-opentype'),
         url('/wp-content/themes/cordclub22/fonts/CaustenExtraLight.woff2') format('woff2'),
         url('/wp-content/themes/cordclub22/fonts/CaustenExtraLight.woff') format('woff'),
         url('/wp-content/themes/cordclub22/fonts/CaustenExtraLight.ttf') format('truetype'),
         url('/wp-content/themes/cordclub22/fonts/CaustenExtraLight.svg#CaustenExtraLight') format('svg');
}



* {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	border: 0;
	font-family: 'Arsenal', serif;
    font-weight: 400;
	vertical-align: baseline;
	box-sizing: border-box;
}

#fancybox-title {
	display: none;
}

button,
input,
textarea {
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
}

/* The Driving Force */

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
    background-color: #010E26;
}

.truncate {
	height: 100%;
	overflow: hidden;
}

article {
	width: 100%;
	height: 100%;
}

header {
    position: absolute;
	display: flex;
    width: 90%;
    top: 0;
    left: 5%;
    margin: 40px auto 0 auto;
    z-index: 2000;
	align-items: center;
}

.logo {
	width: 20%;
}

.logo img {
	width: 70px;
	height: auto;
}

nav {
    width: 80%;
	text-align: right;
}

nav li {
	display: inline-block;
	padding: 0 0 0 25px;
}

nav li:first-child {
    padding: 0;
}

nav li a {
	display: inline-block;
	padding: 20px 0;
	font-size: 19px;
	color: #FFF;
	line-height: 22px;
	text-decoration: none;
}

#Dropdown {
	display: inline-block;
	padding: 20px 0;
	font-size: 19px;
	color: #FFF;
	line-height: 22px;
}

#Dropdown > ul {
	display: none;
	position: absolute;
	background-color: #010E26;
	border: 1px solid #999;
}

#Dropdown:hover > ul, #Dropdown:hover > ul li {
	display: block;
	text-align: left;
	padding: 0;
}

#Dropdown > ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 19px;
	color: #FFF;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
}

#Menu.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#Menu.open span:nth-child(2) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Menu {
	position: absolute;
	display: none;
    right: 0;
	top: 8px;
	width: 30px;
	height: 34px;
	text-align: center;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 2100;
}

#Menu span {
	position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    left: 0;
    padding: 0;
    opacity: 1;
    background: #FFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#Menu span:nth-child(1) { top: 12px; }
#Menu span:nth-child(2) { top: 20px; }

#Menu.open span {
    background: #FFF;
}

#Menu.open span:nth-child(1) {
    background-color: #000;
	top: 16px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#Menu.open span:nth-child(2) {
    background-color: #000;
	top: 16px; 
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Home .la_hero {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(/wp-content/uploads/2025/06/wflccbg_landing.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow-x: hidden;
	z-index: 0;
}

#Home .hero {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(/wp-content/uploads/2023/09/ccblue2.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow-x: hidden;
	z-index: 0;
}

#Home .sc_hero {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(/wp-content/uploads/2025/06/bg_ccs.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow-x: hidden;
	z-index: 0;
}

.padt {
	padding-top: 20px;
}

.imgsize {
	display: block;
	width: 70%;
	height: auto;
}

.heroimg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.sc_heroimg {
    position: relative;
    display: block;
	text-align: center;
	margin: 0 auto;
    width: 80%;
    height: auto;
}

.tagline {
	position: absolute;
    display: block;
    width: 80%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sc_tagline {
	position: absolute;
    display: block;
    width: 80%;
    height: auto;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.la_tagline {
	position: absolute;
    display: block;
    width: 80%;
    height: auto;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.la_tagline h1 {
	font-family: 'CaustenExtraLight', sans-serif;
	font-size: 80px;
	line-height: 75px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.la_tagline ul {
	position: relative;
	text-align: center;
	padding-top: 75px;
	list-style-type: none;
}

.la_tagline li {
	position: relative;
	display: inline-block;
	width: auto;
}

.la_tagline li:hover {
	opacity: 0.8;
}

.la_tagline li:first-child {
	padding-right: 20px;
}

.la_tagline li img {
	width: auto;
	height: 90px;
}

.la_tagline li a {
	display: block;
	box-sizing: border-box;
	padding: 15px 20px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}

.la_landinglogo {
	position: absolute;
    display: block;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.la_landinglogo img {
	position: relative;
	width: 250px;
	height: auto;
	display: block;
}

.tagline div, .sc_tagline div {
	position: relative;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}

.btn {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D9364B;
	border-radius: 100px;
	margin: 0 7px;
	font-size: 16px;
	line-height: 22px;
	padding: 15px 20px;
	text-decoration: none;
}

.sc_btn {
	font-family: "CaustenLight", sans-serif;
	background-color: #E24138;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 1px;
}

.btnsm {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D9364B;
	border-radius: 100px;
	margin: 0 7px;
	font-size: 13px;
	padding: 10px 15px;
	text-decoration: none;
}

.logolg {
	display: block;
	margin: 0 auto;
	padding: 0 0 5px 0;
	border: 0;
	width: 280px;
	height: auto;
}

a {
	font-family: 'Arsenal', serif;
	font-size: 17px;
	line-height: 27px;
	color: #E40039;
	font-weight: normal;
}

.sc_tagline a {
	font-family: "CaustenLight", sans-serif;
}


.arrow {
	position: absolute;
	width: 25px;
	height: auto;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}

section {
	position: relative;
}

section.ptop {
    padding-top: 70px;
}

h2 {
	font-family: 'Arsenal', serif;
	font-size: 50px;
	line-height: 50px;
	color: #FFF;
	padding-bottom: 20px;
	font-weight: normal;
}

.sc_h2 {
	font-family: "CaustenExtraLight", sans-serif;
	letter-spacing: 2px;
}

.sc_h2 span {
	font-family: "CaustenExtraLight", sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #E24138;
	padding-bottom: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	font-family: 'Arsenal', serif;
	font-size: 26px;
	line-height: 26px;
	color: #FFF;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: normal;
}

h4 {
	font-family: 'Arsenal', serif;
	font-size: 26px;
	line-height: 26px;
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 20px;
	font-weight: normal;
}

p.is {
	font-family: 'Arsenal', serif;
	font-size: 17px;
	line-height: 27px;
	color: #FFF;
	padding-bottom: 12px;
	font-weight: normal;
}

p.is strong {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

p.sm {
	font-family: 'Arsenal', serif;
	font-size: 14px;
	line-height: 23px;
	color: #FFF;
	padding-bottom: 12px;
	font-weight: normal;
}

p.sm strong {
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
}

.wrap {
	width: 90%;
	padding: 120px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

.wrapthin {
	width: 75%;
	padding: 120px 0 0 0;
	margin: 0 auto;
	text-align: left;
}

.pbottom {
	padding-bottom: 120px;
}

.twocol {
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        color: #FFF;
        text-align: left;
    }
    
    .twocol > div {
        width: 50%;
    }
    
    .twocol > div:first-child {
        padding-right: 30px;
    }
    
    .twocol > div:last-child {
        padding-left: 30px;
    }
    
    .twocol img {
        width: 100%;
        height: auto;
    }

.gallery {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

.gal {
	position: relative;
	width: 20%;
	height: auto;
	box-sizing: border-box;
	padding: 0 1% 2% 1%;
}

.gal img, .gal2 img, .gal3 img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #122650;
}

.gal2 img, .gal3 img {
	border: none;
}

.gal2 {
	position: relative;
	width: 50%;
	height: auto;
	text-align: left;
	box-sizing: border-box;
	padding: 0 2% 2% 2%;
}

.gal3 {
	position: relative;
	width: 33.333%;
	height: auto;
	text-align: left;
	box-sizing: border-box;
	padding: 0 2% 2% 2%;
}
	
.sc_gal img, .sc_gal2 img, .sc_gal3 img {
	border: 1px solid #E24138;
	border-radius: 5px;
}

.sc_footer {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: url(/wp-content/uploads/2025/06/bg_ccsfooter.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow-x: hidden;
	z-index: 0;
	border-top: 1px solid #E24138;
}

#PR {
	position: relative;
	background-color: #FFFFFF;
}

#Wrapper2 {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
    background-color: #FFFFFF;
}

#PR .anim {
    padding-top: 50px;
    opacity: 0;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

#PR .anim.active {
    padding-top: 0;
    opacity: 1;
}

#PR .aw_photo .active img {
    animation: pic 1.5s;
    animation-fill-mode: forwards;
}

#PR .aw_photo .active .overlay {
    animation: overlay 1.5s;
}

#PR .img-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#PR .img-container img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(1.3);
}
 
#PR .img-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E72048;
    transform: scaleX(0);
    transform-origin: 0% 50%;
}

@keyframes pic {
  0% { opacity: 0; }
  50% { opacity: 0; }
  51% { opacity: 1; }
  100% { opacity: 1;transform: translateX(-50%) scale(1); }
}
 
@keyframes overlay {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 50%;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  51% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}

.hero2 {
    position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow-x: hidden;
	z-index: 0;
}

.tagline2 {
    position: absolute;
    width: 60%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tagline2 img {
    width: 100%;
    height: auto;
}

#Celeb {
    position: absolute;
    width: 120px;
    height: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

#WFLLogo {
    position: absolute;
    width: 190px;
    height: auto;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

#PR p.pris {
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
	box-sizing: border-box;
    text-align: left;
    padding-bottom: 11px;
    text-align: justify;
}

#PR p.pris:last-child {
    padding-bottom: 0;
}

#PR h1 {
    font-family: 'PPEikoLightItalic', serif;
    font-size: 60px;
    line-height: 70px;
    color: #E72048;
    text-align: center;
}

#PR h4 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 20px;
	font-family: "Plus Jakarta Sans", sans-serif;
    padding-bottom: 8px;
    font-weight: 500;
	padding-top: 0;
    color: #E72048;
    text-align: center;
}

#PR h3 {
    font-family: 'PPEikoLightItalic', serif;
    font-size: 40px;
    line-height: 50px;
	padding-top: 0;
    padding-bottom: 20px;
    color: #000000;
    text-align: center;
}

#PR .bttn {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    color: #FFF;
    font-weight: 500;
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    line-height: 22px;
	letter-spacing: 2px;
    font-style: normal;
    background-color: #E72048;
    text-transform: uppercase;
    text-decoration: none;
    margin: 15px auto 0 auto;
    text-align: center;
}

#PR .bttn2 {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    color: #E72048;
    font-weight: 500;
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    line-height: 22px;
	letter-spacing: 2px;
    font-style: normal;
    background-color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    margin: 15px auto 0 auto;
    text-align: center;
}

#PR section {
	position: relative;
	background-color: #FFFFFF;
}

#PR .divider {
    position: relative;
    width: 100%;
    height: 200px;
    background: #FFFFFF repeat-x center bottom;
    background-size: 3812px 500px;
}


#PR .wrap2 {
    position: relative;
	width: 90%;
	padding: 120px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#PR .slim {
    position: relative;
    width: 50%;
	padding: 120px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#PR .padbottom {
	padding-bottom: 120px;
}

#PR .padtop {
    padding-top: 70px;
}

#PR #Welcome, #PR footer {
    background: #000E26 repeat-x center bottom;
    background-size: 3812px 500px;
}

#PR footer {
	position: relative;
}

#PR #Welcome p {
    color: #FFFFFF;
}

#PR #Welcome h1 {
    padding-bottom: 25px;
}

#PR #Welcome h4 {
    text-align: left;
	letter-spacing: 2;
    font-weight: 500;
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
}

#PR .award {
    position: relative;
    width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#PR .aw_photo {
    position: relative;
    width: 100%;
    margin: 70px 0 50px 0;
}

#PR .aw_photo img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#PR .gallery {
    position: relative;
    width: 100%;
    display: flex;
    padding-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#PR .gallery div {
    position: relative;
    border: 1px solid #EEE;
    width: 23%;
    height: auto;
    margin: 0 1% 2% 1%;
}

#PR a.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

#PR .gallery div img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
}

#PR footer img {
    width: 250px;
    height: auto;
}

#Share {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 100px 0;
}

#Share img {
	display: inline-block;
    width: 60%;
    height: auto;
	text-align: center;
}

@media (max-width: 1070px) {

.wrap {
	width: 90%;
	padding: 100px 0 0 0;
}
	
.wrapthin {
	width: 85%;
	padding: 100px 0 0 0;
}
    
    .pbottom {
        padding-bottom: 100px;
    }
	.inner {
		width: 100%;
	}
	
	.logolg {
	    width: 280px;
	}
    
}

@media (max-width: 1080px) {
    
    #PR h1 {
        font-size: 50px;
        line-height: 60px;
    }

    #PR h3 {
        font-size: 36px;
        line-height: 46px;
    }
    
    #PR .wrap2 {
	   padding: 100px 0 0 0;
    }

    #PR .slim {
        width: 60%;
        padding: 80px 0 0 0;
    }

    .tagline2 {
        width: 70%;
    }
	
	.la_tagline h1 {
		font-size: 60px;
		line-height: 55px;
	}

    #PR .padbottom {
	   padding-bottom: 100px;
    }   

    #PR .padtop {
        padding-top: 50px;
    }
    
    #PR .aw_photo {
        margin: 50px 0 30px 0;
    }

    #PR .gallery div {
        width: 31.3333%;
    }
	
	#Celeb {
    	width: 90px;
    	bottom: 30px;
	}
	
	#WFLLogo {
    	width: 150px;
	}

}

@media (max-width: 1000px) {
	#Menu {
    display: block;
}
    
nav {
display: none;
position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        z-index: 100;
    }
    
    nav > ul {
        position: absolute;
        left: 50%;
        width: 90%;
        top: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
	
	nav > ul > li, nav > ul > li:first-child {
		display: block;
		padding: 10px 0;
	}
	
	nav > ul > li a {
		font-size: 35px;
		line-height: 32px;
        font-weight: 400;
		padding: 10px 0;
        text-transform: none;
        border: 0;
        color: #000;
	}
	
	#Dropdown {
		display: block;
		padding: 10px 0;
		font-size: 35px;
		line-height: 32px;
        font-weight: 400;
		padding: 10px 0;
        text-transform: none;
        border: 0;
        color: #000;
	}
	
	#Dropdown > ul {
		display: block;
		position: relative;
		background-color: transparent;
		border: 0;
	}
	
	#Dropdown:hover > ul {
		display: block;
		position: relative;
		text-align: center;
	}
	
	#Dropdown > ul li, #Dropdown:hover > ul li {
		display: block;
		position: relative;
		text-align: center;
		padding: 0;
	}
	
	#Dropdown > ul li:first-child, #Dropdown:hover > ul li:first-child {
		padding-top: 10px;
	}
	
	#Dropdown > ul li a {
		display: block;
		padding: 10px 0;
		font-size: 20px;
		color: #000;
		line-height: 26px;
		text-align: center;
		text-decoration: none;
	}
	
	.la_tagline ul {
		padding-top: 50px;
	}

.la_tagline li:first-child {
	padding-right: 10px;
}

.la_tagline li img {
	height: 75px;
	width: auto;
}
}

@media (max-width: 768px) {
	
	

.sc_tagline {
    width: 90%;
}
	
	.sc_heroimg {
		width: 100%;
	}
	
.logolg {
	width: 220px;
	height: auto;
}
	
	.la_tagline {
    	width: 90%;
	}
	
	.la_tagline h1 {
		font-size: 45px;
		line-height: 44px;
	}
	
	.la_landinglogo img {
	width: 200px;
}
	
	.la_tagline .br {
		display: none;
	}
	
	.la_tagline ul {
		padding-top: 30px;
	}
	
	.la_tagline li:first-child {
	padding-right: 10px;
}

.la_tagline li img {
	height: 50px;
	width: auto;
}
	
	
.gallery .gal, .gallery .gal3 {
	width: 50%;
}
	
	.gallery .gal2 {
	width: 100%;
		padding: 0 0 3% 0;
}
	
.btn {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D9364B;
	border-radius: 100px;
	margin: 0 7px;
	font-size: 14px;
	padding: 10px 13px;
	text-decoration: none;
}
	
	.sc_btn {
	font-family: "CaustenLight", sans-serif;
	background-color: #E24138;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 1px;
	}
	
	.btnsm {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D9364B;
	border-radius: 10px;
	margin: 0 7px;
	font-size: 12px;
	padding: 9px 13px;
	text-decoration: none;
}
    
.bton {
	font-size: 12px;
}

p.is {
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 8px;
}
	
	p.sm {
	font-size: 12px;
	line-height: 21px;
	padding-bottom: 12px;
}

p.sm strong {
	font-size: 12px;
	line-height: 21px;
}

.wrap, .wrapthin {
	width: 90%;
	padding: 80px 0 0 0;
}
	
	.imgsize {
	width: 100%;
}
    
     
    .pbottom {
        padding-bottom: 80px;
    }   


    
    section.ptop { 
        padding-top: 50px;
    }

    h2 {
	font-family: 'Arsenal', serif;
	font-size: 40px;
	line-height: 40px;
	color: #FFF;
	padding-bottom: 15px;
	font-weight: normal;
	}
	
	.sc_h2 {
		font-family: 'CaustenLight', sans-serif;
	}
	
	.sc_h2 {
	font-family: "CaustenExtraLight", sans-serif;
	letter-spacing: 2px;
}

.sc_h2 span {
	font-family: "CaustenExtraLight", sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #E24138;
	padding-bottom: 15px;
	font-weight: normal;
	letter-spacing: 2px;
}
	
		h3 {
	font-family: 'Arsenal', serif;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: normal;
}
	
		h4 {
	font-family: 'Arsenal', serif;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 15px;
	font-weight: normal;
}
    
    .twocol {
        display: block;
    }
    
    .twocol > div, .twocol > div:first-child, .twocol > div:last-child {
        width: 100%;
        padding: 0;
    }
    
    .twocol > div:first-child {
        padding-bottom: 30px;
    }

p.is {
	font-family: 'Arsenal', serif;
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	padding-bottom: 12px;
	font-weight: normal;
}

p.is strong {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}
	
	#PR p.pris {
        font-size: 12px;
        line-height: 20px;
    }
    
    #PR h1 {
        font-size: 40px;
        line-height: 47px;
    }

    #PR h4 {
        font-size: 11px;
    }

    #PR h3 {
        font-size: 28px;
        line-height: 38px;
    }

    #PR .bttn, #PR .bttn2 {
        font-size: 12px;
        padding: 8px 20px;
		margin: 2px auto 0 auto;
    }
    
    #PR .wrap2 {
	   padding: 80px 0 0 0;
    }
	
	#Share {
		padding: 80px 0;
	}

    #PR .slim {
        width: 90%;
        padding: 80px 0 0 0;
    }

    .tagline2, #Share img {
        width: 80%;
    }

    #PR .padbottom {
	   padding-bottom: 80px;
    }   

    #PR .padtop {
        padding-top: 40px;
    }
    
    #PR .aw_photo {
        margin: 40px 0 30px 0;
    }

    #PR .gallery {
        padding-top: 40px;
    }

    #PR .gallery div {
        width: 48%;
    }
    
    #PR footer img {
        width: 200px;
    }
    
    #PR .divider {
        height: 150px;
    }
	
	#Celeb {
    	width: 65px;
    	bottom: 20px;
	}
	
	#WFLLogo {
		width: 120px;
    	top: 20px;
	}

}

@media (min-width: 1300px) {
.wrap {
	width: 1200px;
}
	
	.wrapthin {
		width: 970px;
}
    #PR .wrap2 {
	   width: 1165px;
    }

    #PR .slim {
	   width: 670px;
    }
    
}

@media (max-width: 550px) {

    .tagline2, #Share img {
        width: 90%;
    }
	
	.la_tagline h1 {
		font-size: 36px;
		line-height: 33px;
	}

}

