/*
Theme Name: Main Parent Theme
Version: 1.0
Author: ForceFive Media
Author URI: http://www.forcefive.ca
*/

@import "css/bootstrap.min.css";
@import "css/font-awesome.min.css";

/*------------- VARS ------------------*/


body, html { height: 100%; }

body { background: white; }

#wrapper {  background: white; background: fixed; background-size: cover; background-position: center center; padding: 0 0 70px 0; }
.home #wrapper { padding: 0; }

#hdr-spacer { height: 300px; }

#main { margin: 0 auto; background: black; background: rgba(255,255,255,0.9); padding: 40px; }

#content { padding: 30px 0px; }

.content { }

.test{ background: black; }

#page-left {  }
#page-right {  }
#page-full {  }

.valign-parent:before { display: inline-block; height: 100%; content: ""; vertical-align: middle; }
.valign-child { display: inline-block; }

.aligncenter { display:block; margin:0 auto }
.alignleft, .left { float:left } .alignright, .right { float:right }
.wp-caption { text-align:center; background:#f9f9f9; padding:10px; margin:10px }

.row:after, .cf:after { clear: both; content: ""; display: block; }

.row.white-bg { background: white; color: black; padding-bottom: 15px; padding-top: 15px;}
.row.white-bg h2, .row.white-bg h3 { color: black; }

.p5{padding:5px;}.p10{padding:10px;}.p15{padding:15px;}.p20{padding:20px;}.p25{padding:25px;}.p30{padding:30px;}.p35{padding:30px;}.p40{padding:30px;}
.pr5{padding-right:5px;}.pr10{padding-right:10px;}.pr15{padding-right:15px;}.pr15{padding-right:15px;}.pr20{padding-right:20px;}.pr25{padding-right:25px;}.pr30{padding-right:30px;}.pr35{padding-right:35px;}.pr40{padding-right:40px;}
.pl5{padding-left:5px;}.pl10{padding-left:10px;}.pl15{padding-left:15px;}.pl20{padding-left:20px;}.pl25{padding-left:25px;}.pl30{padding-left:30px;}.pl35{padding-left:35px;}.pl40{padding-left:40px;}

.img-fill { position: relative; overflow: hidden; display: block; }
.img-fill img { position: relative; width: 100%; height: auto; display: block; }

.img-fit img { position: relative; width: 100%; height: auto; display: block; }

/*------------- TYPE ------------------*/

body { font-family: sans-serif; font-size: 16px; color: #333; }

ul.main-nav-menu li a, .title,
h1, h2, h3, h4, th { font-family: 'Lato', sans-serif; font-weight: 400; text-transform: uppercase; color: black; }

h1 { font-size: 30px; }
h2 { font-size: 24px; margin: 0 0 10px 0;  }
h3 { font-size: 18px; margin: 0 0 10px 0; }
h4 { font-size: 14px; margin: 0 0 5px 0; }
th { font-size: 18px; }

a { color: #666; text-decoration: none; }
a:hover { color: black; text-decoration: none; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="tel"], textarea { background: #fff; border: 0 none; border: 1px solid #cccccc; padding: 7px; max-width: 100%; box-sizing: border-box; color: black; }
input[type="text"]:focus, textarea:focus { border: 0 none; border: 1px solid #cccccc; }

select { color: black; }

a.btn, input[type="submit"] { display: inline-block; background: #bc0e06; color: white; text-decoration: none; padding: 7px 15px; border: 0 none; }
a.btn:hover, input[type="submit"]:hover { background: white; color: black; }
a.btn.block { display: block; text-align: center; }

p { margin: 0 0 1.5em 0; line-height: 1.4; }

.content ul li { margin: 0 0 5px 0; line-height: 1.4; list-style-type: disc; }
.content ul, .content ol { padding: 0 0 0 30px; margin: 0 0 1.5em 0; }
.content ol li { margin: 0 0 5px 0; line-height: 1.4; list-style-type: decimal; }

img.alignleft { margin: 0 10px 3px 0; }
img.alignright { margin: 0 0 3px 10px; }
img.aligncenter { display: block; margin: 0 auto 3px auto; }

table { margin: 0 0 12px 0; }
thead {  }
th { padding: 5px; border: 1px solid white; }
td { padding: 5px; vertical-align: top; }

blockquote { padding: 10px; border: 2px solid #dedede; margin: 0 0 5px 0;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
blockquote em { font-size: 12px; color: gray; }

hr { border: 0 none; margin: 30px 0; border-bottom: 1px solid #ddd; clear: both; }

.wpcf7-list-item { display: block; }
div.wpcf7-response-output { border: 0 none !important; text-align: center !important; padding: 15px !important; }
div.wpcf7-mail-sent-ok { background: #a9e99f; color: #266f19 !important; }
div.wpcf7-validation-errors { background: #f3c970; color: #4c3808 !important; }
div.wpcf7-mail-sent-ng { background: #f24a4a; color: white !important; }


a.social { display: inline-block; width: 38px; height: 38px; line-height: 38px; margin: 0 5px 0 0; background-color: black; color: white; font-size: 20px; text-align: center;
-moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; }
a.social:hover { background-color: #fff; color: #bc0e06; }


/*------------- HEADER - TOP ------------------*/

header { position: fixed; width: 100%; z-index: 999; background: black; min-height: 150px;
background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.2));
background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.2));
background: -ms-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.2));
background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.2)); }

#header-top { padding: 10px 0; background: white; }
#header-top > div { position: relative; }

a#header-logo { display: block; position: absolute; left: 30px; top: 30px; z-index: 500; width: 250px;  }
a#header-logo img { width: 100%; height: auto; }

@media (max-width: 992px) {
	
	header {  } 
	
	a#header-logo { position: relative; left: auto; top: auto; text-align: center; padding: 15px 0 10px 0; width: auto; }
	a#header-logo img { width: 75%; max-width: 120px; height: auto; }
	
	#hdr-social { float: none; text-align: center; }
	
}

@media (max-width: 768px) {
	
	header { text-align: center; background: rgba(0,0,0,0.75); height: auto; min-height: 0; }
	
	a#header-logo { float: left; padding: 0; width: 80px; position: relative; }
	a#header-logo img { width: 100%; height: auto; }
	
	#hdr-spacer { height: 100px; }
	
}

/*------------- HEADER - NAV ------------------*/

#header-main { position: relative; padding-top: 30px; }

.main-nav-container, .member-nav-container { float: right; clear: both; position: relative; z-index: 500; max-width: calc(100% - 350px); }
.main-nav-container, .member-nav-container { padding-right: 20px; }
.main-nav-container ul, .member-nav-container ul { margin: 0; padding: 0; }
ul.main-nav-menu { margin: 0; padding: 0; }
ul.main-nav-menu > li { display: block; float: left; position: relative; }
ul.main-nav-menu > li > a { display: block; float: left; font-size: 14px; height: 50px; line-height: 50px; color: white; padding: 0 10px; text-transform: uppercase; }
ul.main-nav-menu > li:hover { background: black; }
ul.main-nav-menu > li:hover > a,
ul.main-nav-menu > li.current_page_item > a, ul.main-nav-menu > li.current_page_ancestor > a  { color: #bc0e06; }

ul.main-nav-menu > li > ul { left: 50%; display: none; position: absolute; width: 250px; top: 100%; background: black; z-index: 999999; transform: translate(-50%,0); }
ul.main-nav-menu > li#menu-item-235 > ul { left: 0; transform: translate(0,0); }
ul.main-nav-menu > li:hover > ul { display: block; }
ul.main-nav-menu > li > ul > li { display: block; position: relative; border-top: 1px solid rgba(255,255,255,0.2); }
ul.main-nav-menu li > ul > li > a { display: block; font-size: 12px; line-height: normal; padding: 10px 20px; color: white; }
ul.main-nav-menu li > ul > li a:hover { background: #333; color: white; }

ul.main-nav-menu > li.loginout a { font-weight: bold; }

#hdr-mobile-menu { display: none; }

.main-nav-container { z-index: 600; }

.member-nav-container { width: auto; top: 10px; height: 40px; }
.member-nav-container ul.main-nav-menu > li > a { height: 40px; line-height: 40px; }

@media (max-width: 1200px) {

	.main-nav-container, .member-nav-container {  }
	ul.main-nav-menu > li > a { display: inline-block; font-size: 12px; padding: 0 10px; }
	
}

@media (max-width: 992px) {
	
	#header-nav > div { height: auto; }
	
	.main-nav-container, .member-nav-container { position: relative; float: none; width: 100%; height: 50px; max-width: none; }
	.main-nav-container:before { content: none; }
	
	ul.main-nav-menu { text-align: center; }
	ul.main-nav-menu > li { display: inline-block; float: none; }
	ul.main-nav-menu > li > a { height: 50px; line-height: 50px; }

}

@media (max-width: 768px) {
	
	#header-main { padding: 10px; }
	
	#hdr-mobile-menu { display: block; text-align: center; background: #bc0e06; padding: 10px; color: white; position: absolute; top: 10px; right: 10px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
	#hdr-mobile-menu:hover { cursor: pointer; background: white; color: black; }
	
	.main-nav-container, .member-nav-container { display: none; width: 100%; background: white; position: relative; clear: both; height: auto; }
	.main-nav-container.active, .member-nav-container.active { display: block; }
	
	ul.main-nav-menu { text-align: left; }
	ul.main-nav-menu > li { float: none; width: auto; display: block; border-top: 1px solid #ddd; }
	ul.main-nav-menu > li > a { display: block; float: none; height: auto; line-height: normal; padding: 10px; font-size: 18px; color: black; }
	ul.main-nav-menu > li > ul { position: relative; left: auto; top: auto; width: auto; }
	ul.main-nav-menu > li > ul > li > a { display: block; height: auto; padding: 7px; }

}

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

#footer-wrap { padding: 40px 0; background: #bc0e06; }

footer { color: white; text-align: center; }

footer a { color: white; }
footer a:hover { color: #999; }
footer ul { margin: 0; padding: 0; }
footer p { margin: 0; }
footer h3 { color: white; }

footer .row > div { border-right: 1px solid rgba(255,255,255,0.3); padding: 0 30px; }
footer .row > div:last-child { border: 0 none; }

#footer-copy { padding: 20px; text-align: center; font-size: 14px; color: #666; }
#footer-copy a { color: #666; }

.menu-footer-nav-container { margin: 10px 0; }
ul#menu-footer-nav { }
ul#menu-footer-nav li { display: inline; }
ul#menu-footer-nav li:first-child { border: 0 none; }
ul#menu-footer-nav li a { margin: 0 15px 0 0; }
ul#menu-footer-nav li a:hover {  }


@media (max-width: 1200px) {
	
	
}

@media (max-width: 768px) {
	
	

}


/*------------- POSTS ------------------*/

.post { margin: 0 0 40px 0; }
.post h3 { margin: 0; }
.post-footer { font-size: 10px; margin: 10px 0 0 0; padding: 7px; background: black; clear: both; }
.pf-date { color: #666; }

.testi-box { padding: 0 0 0 50px; margin-bottom: 40px; position: relative; }
.testi-box:before { content: "\201D"; font-size: 100px; color: #ccc; position: absolute; left: 0px; top: -20px; }
.testi-box p { margin-bottom: 15px; }
.testi-box h3 { margin: 0; font-size: 16px; } 

ol.commentlist { padding: 0 !important; }
ol.commentlist li { list-style-type: none !important; padding: 5px; border: 1px solid #eee; margin: 0 0 5px 0; position: relative; }
.comment-meta { position: absolute; right: 10px; top: 30px; font-size: 11px;  }
.comment-author { background: #f6f6f6; padding: 5px; margin: 0 0 10px 0; font-size: 18px; color: gray; }

#respond { margin: 30px 0 0 0; }

a.share { display: inline-block; width: 20px; height: 20px; line-height: 20px; color: white; text-align: center; font-size: 12px; margin: 0 2px 0 0; }
a.share:before { margin: 0; padding: 0; }
a.share.fa-facebook { background-color: #3B5998; }
a.share.fa-twitter { background-color: #33CCFF; }
a.share.fa-google-plus { background-color: #C63D2D; }
a.share.fa-linkedin { background-color: #4875B4; }
a.share.fa-pinterest { background-color: #C92228; }

/*------------- SIDEBAR ------------------*/

ul.xoxo { padding: 0; margin: 0; }
ul.xoxo li { list-style-type: none; }
ul.xoxo > li { margin: 0 0 25px 0; }
ul.xoxo > li > h2 { margin: 0 0 10px 0; font-size: 20px; }
ul.xoxo > li > ul { padding: 0; }
ul.xoxo > li > ul > li {  }

ul#sub-pages {  }
ul#sub-pages li { margin: 0 0 2px 0; }
ul#sub-pages li a { display: block; padding: 7px 0; }
ul#sub-pages li.current_page_item a {  color: black; }
ul#sub-pages li a:hover { color: #333; }

/*------------- HOME ------------------*/

.layer { padding-top: 400px; background: fixed; background-size: cover !important; background-position: center center; }
.layer-content { padding: 50px 0; background: rgba(0,0,0,0.5); color: white; }
.layer-content .container {  } 
.layer-content h1, .layer-content h2 { color: white; }

#layer-top { background-image: url(images/layer1-bg.jpg); }
#layer-membership { background-image: url(images/refinery.jpg); }
#layer-newsevents { background: white; background: none; padding: 50px 0; }

#layer-ads { padding: 100px 0; background: black; }

#home-partners-wrap { position: relative; padding: 0 60px; }
#home-partners { text-align: center; }
.hp-slide { width: 100%; }
.hp-slide a { max-width: 80%; }
.hp-slide a img { width: auto; height: auto; max-width: 100%;  max-height: 120px; }
.partner-box { height: 120px; }

#partners-prev, #partners-next { position: absolute; display: block; top: 50%; margin-top: -25px; }
#partners-prev { left: 0px; }
#partners-next { right: 0px; }

.home-titlebtn { margin: 0; color: white; text-align: center; padding: 15px; background: #535454; position: relative; }
.home-titlebtn:hover { cursor: pointer; background: #999; }
.home-titlebtn.active { background: #bc0e06; }
.home-titlebtn span { display: none; width: 20px; position: absolute; top: 100%; left: 50%; margin-left: -10px; font-size: 0; }
.home-titlebtn.active span { display: block; }
.home-titlebtn.active span polygon { fill: #bc0e06; }

.home-infoslide { display: none; }
.home-infoslide.active { display: block; }

#home-news-wrap { position: relative; margin-top: 30px; }
#home-news-wrap h4 { margin-bottom: 0; font-size: 16px; }
#home-news-wrap p { font-size: 14px; }
#hp-nav { text-align: center; }
#hp-nav span { display: inline-block; width: 15px; height: 15px; margin-left: 4px; background: #bc0e06; text-indent: -9999px; }
#hp-nav span:hover, #hp-nav span.cycle-pager-active { background: white; }
a.hp-thumb { height: 150px; width: 100%; margin-bottom: 15px; }
a.hp-thumb img { width: 100%; height: auto; }

#home-events-wrap { margin-top: 30px; }
#home-events-wrap ul { padding: 0; margin: 0; }
#home-events-wrap ul li { list-style: none; display: block; padding: 15px; }
#home-events-wrap ul li:nth-child(even) { background: #f9f9f9; }
#home-events-wrap ul li h4 { margin: 0; font-size: 16px; }

.events-list { width: 100%; }
.events-list tbody tr { background: rgba(0,0,0,0.35); }
.events-list tbody tr:nth-child(even) { background: rgba(0,0,0,0.45); }
.events-list tbody tr td { vertical-align: middle; padding: 10px; }
.events-list tbody tr td h4 { margin: 0; }
.events-list tbody tr td.date { padding-left: 20px; font-weight: bold; }

#banners-wrap { position: relative; }
#banners { position: relative; z-index: 99; }
#banners a { display: block; }
#banners a img { width: 100%; height: auto; }

#banners-nav { position: absolute; right: 0px; bottom: 0px; z-index: 99999; }
#banners-next, #banners-prev { display: block; float: left; background: rgba(0,0,0,0.5); width: 60px; height: 60px; line-height: 60px; color: white; text-align: center; }
#banners-next { margin-left: 5px; }
#banners-next:hover, #banners-prev:hover { background: black; }

@media (max-width: 1200px) {
	
	
}

@media (max-width: 992px) {
	
	.layer-content .container { padding-left: 15px; }
	
}

@media (max-width: 768px) {
	
	#slider-wrap { height: 350px; }
	
	.slide-text {  }
	.slide-text-text { width: 75%; position: relative; left: auto; bottom: auto; margin: 0 auto; top: 30px; }
	
	.layer { padding-top: 100px; }
	
	.home-titlebtn { font-size: 14px; }
	
}

/*------------- PAGE ------------------*/

#page-banner { height: 250px; position: relative; overflow: hidden; }
#page-banner img { position: absolute; width: 100%; height: auto; }
#page-banner-title { height: 100%; position: relative; }
#page-banner-title h1 { color: white; position: absolute; left: 0px; bottom: 20px; padding: 20px; background: rgba(0,0,0,0.5); }

.team-row { margin-bottom: 30px; }
.team-row .img-fill { height: 150px; }

ul.team-contact-list { padding: 0; margin: 0 0 10px 0; }
ul.team-contact-list li { list-style-type: none; font-size: 14px; color: #999; }
ul.team-contact-list li:before { margin-right: 10px; }
ul.team-contact-list li a { text-transform: uppercase; color: #999; }

ul.faqs { padding: 0; }
ul.faqs li { list-style-type: none; }

.post.faq { } 
h3.question { margin-bottom: 10px; }
.answer { padding-left: 30px; }
.answer { text-indent: -30px;  }
span.faq-icon { display: inline-block; width: 30px; }
.answer span.faq-icon { text-indent: 0px; }

table.partners { width: 100%; text-align: center; }
table.partners td { vertical-align: middle; width: 33.33% !important; border: 1px solid #666; padding: 30px; background: rgba(0,0,0,0.5) }
table.partners td img { max-width: 160px; height: auto; }

.f5login-form { text-align: center; padding: 20px; background: black; }

.content-row { margin-bottom: 30px; }

.events-table th.event-time { width: 30%; }
.events-table tbody tr { background: black; }
.events-table tbody tr:nth-child(even) { background: #222; }
.events-table tbody td { vertical-align: middle; padding: 15px; }
.events-table thead { background: #333; text-align: left; }
.events-table th { border: 0 none; padding: 15px; }

.cat-filter { margin-bottom: 15px; }

ul.alpha-filter { padding: 0; }
ul.alpha-filter li { display: inline-block; list-style-type: none; margin-right: 5px; }
ul.alpha-filter li a { display: inline-block; background: #666; padding: 3px 7px 1px 7px; font-size: 12px; color: white; text-transform: uppercase; }
ul.alpha-filter li.current a { background: white; color: black; }

#member-table { width: 100%; font-size: 12px; }
#member-table thead tr { background: #ddd; }
#member-table th { border: 0 none; text-align: left; }
#member-table tr { background: white; }
#member-table tr:nth-child(even) { background: #f9f9f9; }
#member-table p { margin-bottom: 7px; }

#member_update {  }
#member_update ul.acf-radio-list, #member_update ul.acf-checkbox-list { column-count: 3; column-gap: 30px; }


@media (max-width: 1200px) {
	
	
}

@media (max-width: 768px) {

	#page-banner { height: 250px; }
	
	#member_update {
		
		ul.acf-checkbox-list { column-count: 2; column-gap: 15px; }
		
	}
	
}

/*------------- EVENTS ------------------*/

.em-events-search { margin: 0 0 20px 0; }
table.events-table { width: 100%; }

/*------------- GALLERY - REGULAR ------------------*/

.gallery {  }
.gallery:after { content: " "; display: block; width: 100%; height: 0px; clear: both; }
.gallery.gallery-columns-3 { }
.gallery .gallery-item { float: left; text-align: center; padding: 0 15px; margin: 0 0 20px 0; text-align: center; }
.gallery .gallery-item img { max-width: 100%; height: auto; }
.gallery.gallery-columns-2 .gallery-item { width: 50%; }
.gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) { clear: left; }
.gallery.gallery-columns-3 .gallery-item { width: 33.33333333%; }
.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) { clear: left; }
.gallery.gallery-columns-4 .gallery-item { width: 25%; }
.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) { clear: left; }
.gallery.gallery-columns-5 .gallery-item { width: 20%; }
.gallery.gallery-columns-5 .gallery-item:nth-child(5n+1) { clear: left; }
.gallery.gallery-columns-6 .gallery-item { width: 16.6666666%; }
.gallery.gallery-columns-6 .gallery-item:nth-child(6n+1) { clear: left; }
.gallery.gallery-columns-7 .gallery-item { width: 14.2857142%; }
.gallery.gallery-columns-7 .gallery-item:nth-child(7n+1) { clear: left; }
.gallery.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery.gallery-columns-8 .gallery-item:nth-child(8n+1) { clear: left; }


/*------------- GALLERY - FANCY ------------------*/

#gallery-wrap-wrap { position: relative; }
#gallery-wrap { height: 460px; overflow: hidden; margin-bottom: 20px; }
.gallery-slide { height: 460px; width: 100%; }
.gallery-slide img { position: relative; }

#gallery-next, #gallery-prev { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 30px; position: absolute; top: 200px; text-align: center; background: black; background: rgba(0,0,0,0.8); z-index: 99; color: white; }
#gallery-prev { left: 10px; }
#gallery-next { right: 10px;  }
#gallery-next:hover, #gallery-prev:hover { cursor: pointer; background-color: #ff9b2f; }

a.gallery-thumb { margin: 10px; position: relative; display: block; float: left; }

.ginput_product_price { color: #69c9ff !important; }
.ginput_total { color: #86eb9a !important; font-size: 1.5em !important; }

/*------------- WOOCOMMERCE ------------------*/

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: auto; float: none; }

table.shop_table {  }
table.shop_table td { border: 1px solid #666; }

.woocommerce-tabs { display: none; }


/*----------------------------- BREAKPOINTS ------------------------------------------*/


@media (max-width: 768px) { /*-- SMALL --*/
	
	
}

@media (min-width: 992px) { /*-- MEDIUM --*/

	
}

@media (min-width: 1200px) { /*-- LARGE  --*/
	

}

