/*
Theme Name: Woodbridge Hall of Fame 
Theme URI: http://www.google.com/
Author: Our Theme
Author URI: http://google.com/
Description: Our Theme

*/
@import url(css/ie-only.css);
@import url(css/font-awesome.min.css);
/*----- Reset Css -----*/

body {
	font-family: 'Quattrocento', serif;
	font-size:18px;
	line-height:28px;
}

/*----- TOPBAR -----*/

.topbar{background:#243f76;}
.topbar a{ color:#fff; }

.phone-circle {
    width:26px;
    height:26px;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height:27px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    background:#68a355;
    float:left;
}
.topbar .social-icons li{ float:left; }
.topbar .social-icons li a{ width:26px;
    height:26px;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height:27px;
    color: #fff;
    font-size: 12px;
    display:block;
    margin-right: 10px;
    background:#68a355;
    }

.donate_button{    background: #6fae51;
    display: inline-block;
    padding: 6px 20px;
    text-transform: uppercase;
font-family: 'Montserrat', sans-serif;}
.topbar .call-us{ padding-top:8px;}
.topbar .social-icons{display:inline-block; margin-top:8px;}
.topbar .donate_button{ float:right; line-height:32px;}

/*----- SOCIAL -----*/
.social-icons{margin:0px; list-style-type:none;}
.social-icons li{ display:inline-block;}


/*----- HEADER START -----*/

.topbar-bg{background:#999;}

.mobile-logo {
	display: none;
	text-align: center;
}
.logo a {
	padding: 0px;
	display: inline-block;
}
.headerlogo {
	padding:10px 0px;

}

.menu-wrapper {
	width: 100%;
	background:#f1efe8;
}
.menu ul {
	margin:0px; padding:0px;
}
.menu ul li {
	display: inline-block;
	position:relative;
}
.menu ul li a {
	padding:15px;
	display:block;
	color:#2c2c2c;
	font-size:17px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	transition: color .4s;
}

.menu ul li a:hover{ background:#6fae51; color:#fff; }

.menu ul li ul.sub-menu{display:none;}

.menu ul li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index:999;
    background:#6fae51;
    text-align: left;
}
.main-header.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    animation: smoothScroll 1s forwards;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: all 0.5s;
}
.main-header.fixed .headerlogo{
	display:none;
	transition: all 0.5s;
} 


.menu ul li:hover .sub-menu li {
    padding:0px;
    white-space: nowrap;
    display:block;
    border-bottom: 1px solid #123c69;
}


.menu ul li:hover .sub-menu li a{    padding: 5px 8px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    font-weight: 400; }


.menu ul li:hover .sub-menu li a:hover{ background:#243f76; }
.menu li.current_page_item > a {
	color: #000;
 transition: color .4s;
}

.footer .menu li.current_page_item > a{ color:#fff; }


/* responsive menu */

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float:left;
	padding:0;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
 *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0.188em 0 0 0em;
	z-index: 9999;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
width: 30px;
height: 3px;
margin-bottom: 6px;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	padding:0px;
	position:absolute;
	width:100%;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	display:none;
}
.slicknav_menu .slicknav_icon-bar {
	background-color:#fff;
}
.slicknav_btn {
	margin:5px;
	text-decoration: none;
	position:relative;
	z-index:999;
	padding:2px 2px 0 2px;
	background:#243f76;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
	background:#6fae51;
	margin-top:32px;
	position:relative;
	z-index:999;
}
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin:0;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
	border-bottom:none;
	border-bottom:1px solid #87bd6d;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}
.slicknav_nav a {
	padding:5px 10px;
	margin:0;
	text-decoration: none;
	color: #fff;
	border-bottom:1px solid #87bd6d;
	text-transform:uppercase;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    color: #959595 !important;
    border: 1px solid #959595;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
	border-bottom:none;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding:7px 12px;
	height:44px;
}
.slicknav_menu {
	display:none;
}



/*responsive menu end*/

/*----- HEADER - END -----*/


/*----- SLIDER - START -----*/

.flexslider figure:after{position:absolute; top:0px; left:0px; width:100%; height:100%; content:""; background:rgba(37,37,37,.80);}
.flexslider figure .text-container{text-align:right;}
.flexslider figure .text-container h3{ font-size:80px; line-height:90px; text-transform:uppercase;}
.flexslider figure .text-container p{ margin-top:0px; font-size:28px; line-height:38px; text-transform:uppercase; padding:20px 0px;}
.flexslider figure .flex-caption{top:60%;}

.flexslider .slides figure:first-child {
    display: block;
    -webkit-backface-visibility: visible;
}

.flexslider .slides figure {
    display: none;
    -webkit-backface-visibility: hidden;
}

.btn-main{ background:#6fae51; color:#fff; text-transform:uppercase; padding:10px 20px; display:inline-block; font-family: 'Montserrat', sans-serif; transition: color .4s; position:relative; }

.btn-main:before{    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);}

.btn-main:hover:before{    opacity:9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);}

.btn-main:hover{ color:#fff; background:#243f76;}


/*----- SLIDER - END -----*/



/* Home Page Start*/

/*----- SECTION 1 -----*/

.bg-blue{ background:#243f76; }
#section1{ color:#fff; }
#section1 h2{ text-transform:uppercase; padding-bottom:28px; }

#section1 .btn-main{  border: 1px solid #6fae51;}
#section1 .about-content .btn-main{float: right;
    margin-top: 25px;
  }


.video-sec{
	position: absolute;
    top: -120px;
    z-index: 9;
	text-align: center;
}
.video-sec p{ float:left; padding-right:40px;}
.video-sec iframe{ border:2px solid #fff; margin-bottom:20px; }

/*----- SECTION 2 -----*/

#section2{ position:relative; background-size:cover !important;}
#section2:after{ content:""; position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(255, 255, 255, 0.95);}

#section2 .container{ position:relative; z-index:1; }

#section2 h4{    font-size: 27px;
    line-height: 38px;
    font-weight: 500;}

#section2 p{font-size: 22px;
    line-height: 32px;
    padding: 15px 25px;
}

#section2 .paypal-img{ text-align:right;}
#section2 .donate-btn-sec{    text-align: left;
    margin-top: 20px;
    margin-left: 20px;}


/*----- SECTION 3 -----*/
#section3 h3{color:#000; text-transform:uppercase; padding-bottom:40px;}
#section3 iframe{width:100%;}

#section3 h5{    font-size: 26px;
    padding-bottom: 25px;
    line-height: 36px;
color:#000000;}

#section3 h5 em{ color:#6fae51; }
#section3 .btn-main{ margin-top:25px;}

/*----- SECTION 4 -----*/
#section4{background: url('images/blue-bg.jpg') no-repeat; background-size:100%; color:#fff;
background-color:#0f4281;} 
#section4 h3{padding-bottom:40px;}

/*----- SECTION 5 -----*/
#section5{background:#eeeeee;}
#section5 h3{padding-bottom:40px;}

/*----- Home Page End -----*/



/*----- INNER PAGE START -----*/

.inner-title{ padding:90px 0px; position:relative;}
.inner-title h1{text-transform: uppercase;
    font-weight: 700;
    color: #fff; position:relative;
    font-size:48px;
    line-height:58px;
    padding-left:22px;}

.inner-title .container{ position:relative; z-index:1; }

.inner-title h1:before{content: '';
    width: 3px;
    line-height: 54px;
    bottom: 0;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    background-color:#6fae51;}

.inner-title:after{content:""; position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(00,00,00,.75);}

.post-page .post-page-head{padding-bottom:20px;}
.post-page .post-page-head a{display:block;}

.blog-page .post-page{margin-bottom:35px;}




/*sidebar*/

.sidebar {
	font-size: 14px;
}
.sidebar h4, .sidebar h3 {
	margin-bottom: 9px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e8e8e8;
}
.sidebar ol, .footer ol, .sidebar ul, .footer ul {
	list-style: none;
}


.sidebar ul li a:hover, .sidebar a.rsswidget:hover {
	color: #e14015;
}
.sidebar ul li a, .sidebar a.rsswidget {
	color: #222;
}



.sidebar .gform_wrapper .gform_body .gfield input[type="text"]{line-height: 40px;
    background: #fff;
    height: 42px;
    padding: 0 15px 0 15px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #eee;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
outline:none;}

.sidebar h3{ font-size: 20px;
    font-weight: 600;
position:relative;
padding-left:20px;}

.sidebar h3:before{     width: 3px;
    height: 44px;
    z-index: 3;
    background: #6fae51;
    position: absolute;
    left: 0;
    top: 0;
    content:"";}

.sidebar .gform_wrapper .gform_body .gfield{ margin-top:0px; padding-right:0px;}
.sidebar .gform_wrapper .gform_body .gfield textarea
{
	line-height: 40px;
    background: #fff;
    height:100px;
      padding: 0 15px 0 5px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #959595;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline:none;
}

.sidebar .gform_wrapper .gform_footer{padding:0px 0 0px; margin: 0px 0 0;}

.sidebar .gform_wrapper .gform_body .gfield .gfield_label{ position:absolute; height:1px; overflow:hidden;}
.sidebar .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]{margin-bottom:0px;}

.sidebar .gform_wrapper .gform_footer .gform_button{width: 90%;
    padding: 8px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background: #6fae51;
    font-weight: 700;
    font-size: 16px;
    margin: 0 5%;
outline:none;
cursor:pointer;}

.sidebar .gform_wrapper .gform_footer .gform_button:hover{ background:#243f76; }
.footer-copyright a:hover {
   text-decoration: underline;
   color:#fff;
} 



.sidebar .aside-main{ margin-bottom:45px; }

.sidebar .aside-main .donate-sec .donate_button{     color: #fff;
    width: 70%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    margin: 0 15%;
    margin-top: 10px;
    font-weight: 600;}

.sidebar .aside-main .donate-sec { text-align:center; }
.sidebar .aside-main .donate-sec .donate_button:hover{ background:#243f76; }
/*----- INNER PAGE END -----*/



/*----- FOOTER START -----*/

.contact-wrapper {
	padding-top: 52px;
	margin-bottom: 9px;
	line-height: 1.4;
}
footer {
	background:url('images/footer-bg.jpg') no-repeat;
	color: #eee;
	float: left;
	width:100%;
	padding-top:80px;
	position:relative;
	background-size:cover;	
}

footer:before{ background:rgba(00,54,99,.90); content:""; position:absolute; top:0px; left:0px; width:100%; height:100%;}


footer ul{ margin:0px; }

footer h3{ font-size:18px; color:#fff; text-transform:uppercase; margin-bottom:15px; }
footer ul li a{ font-size:16px; line-height:26px;}
footer ul li a:hover{ color:#fff; text-decoration:underline; }

.footer {
    padding:0 0 35px 0;
}
.footer-copyright-wrapper {
	font-size:14px;
	border-top: 1px solid #959595;
	position:relative;
}

.footer-copyright-wrapper .footer-copyright p{ padding:15px 0px; text-align:center; }

.footer .footer-first p{margin-top: 10px;
    font-size: 16px;}

.footer .footer-fourth{ font-size:16px; }

.foot-detail {
    display: block;
    margin-bottom: 15px;
    padding-left:32px;
}

.icon-detail {
    position: absolute;
    left:15px;
    color: #fff;
    font-size: 14px;
}

.foot-detail a:hover{ color:#fff; }

footer a {
	color: #fff;
	text-decoration: none;
}
.footer-menu ul li:after {
	content: "/";
}
.footer-menu-ul li a:hover {
	color: #222;
}

/*----- FOOTER END -----*/



 .space-100{ padding:100px 0px; }

 



section{float:left; width:100%;}


.bg-light{ background:#f9f9f9; }

/*Contact page*/
.contact-page .content-inner{ float:left; }
.contact-page .content-inner strong{display:block;}
.contact-page .content-inner a{ color:#666; }
.contact-page .boxes-icon{    float: left;
    margin-right: 15px;}

.thim-border-top{ border-top:1px solid #eee; padding:25px 0;}
.contact-page h3{    text-transform: uppercase;
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 2px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;}

.contact-page .boxes-icon i{color:#6fae51;}


.contact-page .contact-form .gform_body .gfield .gfield_label{ position:absolute; height:1px; overflow:hidden; }
.contact-page .contact-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]{ margin-bottom:0px; }
.contact-page .contact-form .gform_wrapper li#field_1_1{float:left; width:50%; clear:none;}
.contact-page .contact-form .gform_wrapper li#field_1_2{float:left; width:50%; clear:none;}

.contact-page .contact-form .gform_wrapper li.gfield input[type="text"], textarea{width: 100%;
    background: #fff;
    border: 1px solid #959595;
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    padding: 10px;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
outline:none;}

.contact-page .contact-form .gform_wrapper .gform_footer{ text-align:center; margin:0px; padding:0px; }
.contact-page .contact-form .gform_wrapper .gform_footer .gform_button{  
    padding: 8px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background: #6fae51;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    cursor: pointer;}

.contact-page .contact-form .gform_wrapper .gform_footer .gform_button:hover{background:#243f76;}

.contact-page .contact-form .gform_wrapper{ margin:0px; padding:0px;}

.p-contact-25{ padding:25px 0px; }
.maps{ width:100%; float:left; }
.maps iframe{width:100%; float:left;}


#section5 .wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active{background-color:#6fae51 !important;}
#section5 .wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active{background-color:#6fae51 !important;}
#section5 .wpls-logo-showcase button.slick-arrow{border-radius: 0% !important;}
/*.contact-page .content-inner address br:first-child{ display:none; }*/

.gform_wrapper div.validation_error{ display:none !important;}

.post-page .ngg-galleryoverview.default-view{text-align:left; margin:0px 0 20px 0;}

.sl-wrapper .sl-image .sl-caption{ display:none !important; }

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first
{
    padding-top:0px !important;
}
.contact-page .contact-form .gform_wrapper li.gfield_error#field_1_1
{
    width:47%;
    padding-right:16px !important;
}

.contact-page .contact-form .gform_wrapper.gform_validation_error
{margin-top:16px;}

/*responsive*/


@media only screen and (max-width:1199px)
{
.menu ul li a{font-size:14px; padding:12px;}
.video-sec iframe{ width:100%;}
.video-sec p{ padding-right:25px;}
h3{ font-size:30px; line-height:40px;}
#section3 h3{ padding-bottom:25px;}
#section4.pt-120.pb-120{ padding-bottom:80px; padding-top:80px; }

}

@media only screen and (max-width:991px)

{

.menu ul li a{ padding:10px 5px; font-size:12px;}
.flexslider figure .text-container h3{ font-size:52px; line-height:62px;}
.flexslider figure .text-container p{ padding:10px 0px; font-size:24px; line-height:34px;}
.flex-direction-nav a{ width:52px; height:52px; background-size:12px;}
.video-sec iframe{ height:230px; width:100%;}
.video-sec{ top:-100px;}
.video-sec p{ float:none; padding-right:0px;}
.pb-70{padding-bottom:60px;}
.pt-70{padding-top:60px;}
.pb-120{padding-bottom:80px;}
.pt-120{padding-top:80px;}
h3{ font-size:30px; line-height:40px; }
#section2 h4{ font-size:24px; line-height:34px;}
#section3 h3{ font-size:22px; line-height:32px; padding-bottom:25px;}
#section3 h5{ font-size:20px; line-height:30px; padding-bottom:10px; }
#section4{background-size:cover;}
 footer{background-size:cover;}

}


@media screen and (max-width:767px) {
 .menu-wrapper {display:none;}
 .js #menu {display:none;}
 .js .slicknav_menu {display:block;}
.headerlogo{display:none;}
.mobile-logo{display:block;}
.video-sec{ position:relative; top:0; text-align:center;}
 #section1 .about-content{ text-align:center; padding-top: 30px;}
 .flexslider figure .text-container h3{ font-size:48px; line-height:58px;}
 .flexslider figure .flex-caption{ top:50%;}
 .flex-direction-nav a{ width:42px; height:42px; background-size:10px;}
#section1 .about-content .btn-main{ float:none;}
.pb-70{padding-bottom:50px;}
.pt-70{padding-top:50px;}
.pb-120{padding-bottom:70px;}
.pt-120{padding-top:70px;}
#section2 p { font-size: 20px; line-height: 30px; padding: 10px 0;}
#section2 .paypal-img{ text-align:center; }
#section2 .donate-btn-sec{ margin-left:0px; text-align:center;}
#section3 h3{padding-bottom:15px; font-size:30px;}
h3{font-size:30px; line-height:40px;}
#section3 iframe{ margin-bottom:30px;}
footer h3{ padding-top:20px; padding-bottom:5px; margin-bottom: 0px;}
.topbar .text-right
{display:none;}
.topbar .call-us{padding-bottom:8px;}
}



@media only screen and (max-width:576px)

{ 
	
	.topbar{ text-align:center;}
	.topbar .phone-circle{ float:none;}
	.flex-direction-nav a{ width:42px; height:42px; background-size:10px;}
	.flexslider figure .text-container h3{ line-height:34px; font-size:24px;}
	.flexslider figure .text-container p{ font-size:16px; line-height:26px; padding:10px 0px; }
	.video-sec iframe{ height:300px; width:100%; margin-bottom:10px;}
	#section1 .about-content{ padding-top:0px; }
	#section1 h2{padding-bottom: 10px; margin-top: 20px; font-size:24px; line-height:34px;}
	#section2 h4{ font-size:18px; line-height:28px;}
	#section2 p{font-size: 18px; line-height: 28px; padding: 15px 0;}
	h3{font-size:28px; line-height:38px;}
	.pb-70{padding-bottom:40px;}
	.pt-70{padding-top:40px;}
	.pb-120{padding-bottom:50px;}
	.pt-120{padding-top:50px;}
	#section4 h3{ font-size:20px; line-height:30px;}
	
}
