/*
 * Theme Name: LibLag2019
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
html {
  height: 100%;
  box-sizing: border-box;
}


@font-face {
    font-family: Frutiger;
    src: url('../fonts/Frutiger.ttf');
	font-weight: normal;
}

*,
*:before,
*:after {
  box-sizing: inherit;
} 

body {
    color: #000;
    font-family: Frutiger;
       position: relative;
      margin: 0;
 
  min-height: 100%;
}



@font-face {
    font-family: Frutiger;
    src: url('../fonts/Frutiger_bold.ttf');
	font-weight: bold;
}

@font-face {
    font-family: Bebas;
   	src: url('../fonts/BebasNeue-Regular.ttf')
}

@font-face {
    font-family: Pacifico;
    src: url(../fonts/Pacifico.ttf);
}
.site-content {
    position: relative;
    clear:both;
}

.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
    max-width: 1200px;
    min-height: 850px;
}

    .mobileMsg {
        display: none;
        color: #fff;
    }

@media (min-width: 1400px) {
    .content-area {
        margin: 0 auto;
        float: none;
    }

}

#secondary {
    background: #d12229;
      position: absolute;
    right: 0;
   top:0;
       height:100%;
   
}
.site-main {
	margin: 30px 0 0;
    width: 75%;
    float: left;
    padding: 0 15px 350px 35px;
}
.site-content .widget-area {
	float: right;
	width: 22%;
    margin-left: 15px;

}
.site-footer {
	clear: both;
	width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
}

h1 {
    color: #d12229;
}

h2 {
    color: #004989;
}

h3{
    background: #d12229;
    color: #fff;
    padding: 8px;
    margin-left: -8px;
}

h4 {
    color: #004989;
}

h5 {
    text-transform: uppercase;
    color: #005aa7;
}

h6 {
    background: #004989;
    color: #fff;
    padding: 10px;
    margin-left: -10px;
}


.more-link {
    display: block;
    width: 100%;
    text-align: right;
}

/*Universal properties */


#pageHead {
    background: #000;
    width: 100%;
    height: 275px;
    padding: 0;
    position: relative;
    margin-top: 20px;
    float: left;
    overflow: hidden;
    
}
#headBG {
       background: url(../images/bluepatternheader.jpg) #000 no-repeat;
    background-size: 100% 100%;
        width: 100%;
    height: 100%; 
    position: absolute;
    z-index: 0;
}

#pageHead h1 {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    font-size: 10.75vw;
    top: 95px;
    color: #fff;
    line-height: 10vw;
    font-family: Pacifico;
}

.site-main p {
    font-size: 14px;
    line-height: 16px;
}

.site-main a {
    color: #0094cd;
    text-decoration: underline;
}

.site-main .nav-next a, .site-main .nav-previous a {
    color: #fff;
    background: #004989;
    text-decoration: none;
   font-family: Bebas, sans-serif;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 5px;
}

.site-main .nav-next a:hover, .site-main .nav-previous a:hover  {
    background: #0094cd;
    color: #000;
}


.entry-title a {
    text-decoration: none;
    color: #d12229;
}

.entry-title a:hover {
    color: #0094cd;
}

.entry-meta {
    margin-top: -15px;    
    border-bottom: 1px solid #ccc;
}

.entry-meta a {
    color: #000082;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.entry-content {
    margin-top: 10px;
}


table {
    width: 100%;
    color: #005aa7;
}



table tr:nth-child(odd) {
    background: rgba(255,198,11,.25)
}

table td {
    border-bottom: 1px solid #0094cd;
    padding: 5px;
}
table th{
    background: #d12229;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    font-size: 18px;
}

#pavRental .pavilion:nth-child(even) {
    background: rgba(0, 148, 206, .5);
}

#pavRental .pavilion:nth-child(odd) {
    background: rgba(255, 198, 11, .5);
}

.pavilion {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.pavilion h5 {
    background: #d12229; 
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    margin: 0;
}

.pavImg {
    float: left; 
    width: 40%;
}

.pavDescrip {
    width: 60%;
    float: left; 
}

.pavDescrip ul {
    list-style: none;
    margin: 0 10px 0 15px;
    padding: 0;
}

.pavDescrip li {
    padding-bottom: 5px;
}

   .pavDescrip ul li::before {
        content: "\2719  ";
		color: #d12229;
		font-size: 16px;
	
    }


.site-main .moreInfoBtn a{
	background: #0094cd; 
	color: #fff;
	padding: 8px; 
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration:none;
	font-weight: bold;
	display: block;
	width: 50%;
	min-width: 275px;
}
.moreInfoBtn {
	margin:12px 0;
	display: block;
}

.site-main .moreInfoBtn a:hover {
	background: #ffc50a;
	color: #004989;
}


.registerNow a {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #005aa7;
	color: #fff;
	text-transform: uppercase;
	font-family: Bebas, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.registerNow a:hover {
	background: #0094cd;
	color: #ffc50a;
}


.entry-footer {
    margin-top: 0;
    background: #004989;
    margin-bottom: 15px;
}
.entry-footer a {
    color: #fff;
}


#main .downloadBtn a {
    color: #ffc50a;
    text-decoration: none;
    padding: 10px 30px;  
    background: #d12229;
    font-family: Bebas, sans-serif;  
    border-radius: 10px;
    font-size: 20px;
    width: 320px; 
    display: block;
    text-align: center;
}

#main .downloadBtn a:hover {
    background: #005aa7;
    color: #fff;
}


#sticky {
    margin-top: 50px;
}

.widget-title {
    font-size: 25px;
    color: #fff;

}

.sideList h4, .sideList #hours h2 {
    margin-left: -15px;
    padding: 10px 0;
}


#sticky div:nth-child(1) >h4 {
        background: #ffc50a;
}

#sticky div:nth-child(1) h4 > a { 
color: #005aa7;}

#sticky div:nth-child(2) >h4, .sideList #hours h2  {
    background: #005aa7;
}

#sticky div:nth-child(3) >h4  {
    background: #0094cd;
}

#sticky .widget-title, .sideList #hours h2 {
    padding-left: 20px;
}

#sticky .widget-title a {
    text-decoration: none;
}


#sticky a {
    color: #fff;
    display: block;
    width: 100%;
}

#sticky a:hover {
    text-decoration: none;
    color: #0094cd;
}

#sticky .sideList .eventsList {
    list-style: none;
    margin-left: -10px;
		line-height: 16px;
	width: 98%;

}

#sticky .sideList .eventsList li {
		margin-bottom: 10px;
}

#sticky .sideList .eventsList li a{
    display: inline;
    font-weight: bold;
    color: #fff;	
}

#sticky .sideList .eventsList li a .eDate {
	font-weight: normal;
	font-size: 13px;
}


#sticky .sideList .eventsList li a:hover {color: #ffc50a;}

#sticky .sideList .eventsList li #dateLine {
    padding: 0 5px;
} 

#hours .textwidget{
    width: 85%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    font-family: Bebas, sans-serif;
    color: #d12229;
    margin: -8px auto 0;
   text-align: center;
    padding-top: 5px;
}

#hours h6 {
    background: transparent;
    color: #d12229;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

#hours table {
	background: #fff;
	color: #D12228;
}

#hours table tr{
		background: #fff;
}

#footer {
    background: #00adef; 
    padding-top: 20px;
    float: left;
    width: 100%;
    margin-top: 30px;
    position: absolute;
    bottom: 0;

        
}
#brecLogo {
    float: left; 
   width: 125px;
    margin: 10px ;
}
    
.address {
    float: right;
    font-family: Bebas, cursive;
    color: #fff;
    line-height: 22px;
    font-size: 20px;
    padding: 20px;

}

#social {
    float: right;
    width: 350px;
    text-align: center;
    padding: 20px;
    font-size: 14px;
   
}







#social a  {
    color: #fff;
}


#social a .fa-stack-1x {
    color: #004989;
}

#social a:hover {
    color: #ffc50a;
}

#social a:hover > .fa-stack-1x {
    color: #fff;
}
/********** Tablet-ish ************/
@media (max-width: 815px){

    #pageHead {
        height: 200px;
    }
    #pageHead h1 {
        top: 70px;
        padding: 0 5px;
    }
    
    
footer {

    width: 100%;
    margin-top: 30px;
    text-align: center;
}
#brecLogo {
    float: none; 
   width: 125px;
    margin: 10px auto; 
}
    
.address {
    float: none;
    font-size: 20px;
    padding: 0;

}

#social {
    float: none;
    width: 100%;
    padding: 10px;
}
    
   .site-main {
    width: 100%;
    float: left;
    padding: 0 35px 20px;
}
.site-content .widget-area {
	float: none;
	width: 100%;
}
     


    
    .site-content .widget-area {
        padding-bottom: 50px;
    }
    
    
        #secondary {
        position:relative;
        float: left;
        width: 100%;
    }

#sticky {
    margin-top: 20px;
}


.sideList h4, .sideList #hours h2{
    margin-left: 0;
  text-align: center;
}
    
.site-content .widget-area {
        margin-left: 0;
    }

    .site-footer {
        position:relative;
    }

#sticky .widget-title, .sideList #hours h2 {
    padding-left: 0;
}

    .sideList {
        width: 85%;
        margin: 20px auto 0;
    }
    .content-area {
        min-height: auto;
    }
  
}




/********** Mobile ************/
@media (max-width: 576px){

    #pageHead {
    height: 225px;
}
#headBG {
    background-size: cover;
}

#pageHead h1 {
    top: 25px;
    color: #fff; overflow: hidden;
    padding: 0 10px;
    font-size: 16vw;
    line-height: 18vw;
}
 
    #main .downloadBtn a {
        width: 225px;
    }


    .pavImg {
        width: 100%;
        float: none;   
    }
    
    .pavDescrip {
        float: none; 
        width: 100%;
    }


.pavDescrip li {
    padding-bottom: 0;
}
	
	  .mobileMsg {
            display: block;
                 background: #d12229; 
            padding: 10px;
            text-align: center;
            font-size: 14px;
        }

    
}

@media (max-width: 375px) {
    #pageHead h1 {
       
        font-size: 18vw;
        line-height: 70px;
        vertical-align: middle;
    }
    
}


@media (min-width: 1400px) {
    #pageHead h1 {
        font-size: 9em;
        line-height: 1em;
        top: 40px;
    }
}

