/*
Theme Name: Lebanon
Theme URI: http://www.macintypedesign.com.au
Description: This is a WordPress Theme designed and coded by Macintype Design exclusively for Project Lebanon -- WordPress v4.9.2
Author: Macintype Design
Author URI: http://www.macintypedesign.com.au
Version: 1
*/

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font:normal 18px 'Lato', sans-serif;
	line-height:1.6em;
	background:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#333;
  position:relative;
  height:auto;
  padding-top:100px;
}
p {
  margin-top:0;
  margin-bottom:2px;
}
a {
  color:#333;
}
h1, h2 {
  font-size:32px;
  font-weight:900;
  margin-top:0;
  text-transform:uppercase;
}
h4 {
  font-size:18px;
  margin-bottom:0;
}
ul.projects h3 {
  font-size:16px;
  line-height:1.6em;
  text-transform:uppercase;
  margin-top:1.6em;
  margin-bottom:2px;
}

a.button {
  display:inline-block;
  font-size:15px;
  letter-spacing:2px;
  height:45px;
  line-height:45px;
  color:#333;
  border:1px solid #333;
  min-width:240px;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
}
a:hover.button {
  color:#fff;
  background:#333;
}
a.thumb {
  display:block;
  width:300px;
  height:230px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.width {
  margin-left:auto;
  margin-right:auto;
  max-width:800px;
}
.clear {
  clear:both !important;
  float:none !important;
}

ul.social li {
  display:inline-block;
  margin-left:2px;
  margin-right:2px;
}
ul.social li a {
  display:inline-block;
  vertical-align:middle;
  width:20px;
  height:20px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
}
a.ico_facebook { background-image:url(images/ico_facebook.png); }
a.ico_twitter { background-image:url(images/ico_twitter.png); }
a.ico_linkedin { background-image:url(images/ico_linkedin.png); }
a.ico_instagram { background-image:url(images/ico_instagram.png); }

header {
  position:fixed;
  z-index:10;
  left:0px;
  top:0px;
  right:0px;
  height:64px;
  padding-top:36px;
  background:#fff;
}
header > a {
  display:inline-block;
  margin-left:140px;
}
header > div {
  position:absolute;
  right:0px;
  top:26px;
}
header nav {
  display:inline-block;
  font-size:12px;
  line-height:12px;
  text-transform:uppercase;
  margin-right:22px;
}
header nav ul {
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  z-index:10;
}
header nav ul li {
  display:inline-block;
  margin-top:0;
  margin-bottom:0;
  margin-left:12px;
  padding-left:14px;
  padding-top:0;
  padding-bottom:0;
  border-left:1px solid #333;
  position:relative;
  z-index:10;
}
header nav ul li:first-child {
  border-left:none;
}
header nav ul li a {
  color:#333;
  text-decoration:none;
  position:relative;
  z-index:10;
}
header nav ul li a:hover {
  text-decoration:underline;
}
header nav li.menu-item-has-children {
  position:relative;
}
header nav li ul {
  position:absolute;
  z-index:9;
  width:auto;
  left:0px;
  top:0px;
  padding-top:30px;
  width:220px;
  padding-right:20px;
  background:#fff;
  display:none;
}
header nav li.menu-item-has-children:hover ul {
  display:block;
}
header nav li ul li {
  padding-left:2px;
  margin-bottom:10px;
  border:none;
}

header form {
  display:none;
  position:absolute;
  right:425px;
  top:8px;
  z-index:20;
}
header form.active {
  display:block;
}
header form input {
  font:normal 12px 'Lato', sans-serif;
  line-height:22px;
  height:24px;
  border:1px solid #c4c4c4
  background:#fff;
  width:360px;
  padding-left:10px;
  padding-right:10px;
}

header ul.social {
  display:inline-block;
  list-style:none;
  margin-top:0;
  margin-bottom:0;
  margin-left:20px;
  margin-right:18px;
  padding:0;
}
header a.button {
  background:#333;
  color:#fff;
}
header a:hover.button {
  background:none;
  color:#333;
}
header a.search {
  color:#333;
  font-size:15px;
}
a#mobile_menu {
  display:none;
}

#hero {
  background:url(images/bg_hero.jpg) no-repeat center center;
  background-size:cover;
  text-align:center;
  height:350px;
  line-height:350px;
}
#hero > img {
  vertical-align:middle;
}

#hero_image {
  height:500px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.section_content {
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
.section_content .width {
  max-width:800px;
  padding-top:50px;
  padding-bottom:50px;
  text-align:center;
}
.section_content a.button {
  margin-top:35px;
}

.section_projects {
  background:#333;
}
.section_projects .width {
  max-width:1000px;
  text-align:center;
  padding-top:50px;
  padding-bottom:50px;
}
.section_projects h2 {
  color:#fff;
}
ul.projects {
  list-style:none;
  padding:0;
  margin-left:-50px;
  margin-right:0;
}
ul.projects li {
  display:block;
  float:left;
  width:300px;
  margin-left:50px;
  margin-top:20px;
  background:#fff;
  font-size:14px;
  line-height:1.6em;
}
ul.projects li > div {
  padding-left:30px;
  padding-right:30px;
  padding-bottom:30px;
}
ul.projects .excerpt {

}
ul.projects h3 {
  height:50px;
  overflow:hidden;
}
ul.projects a.button {
  margin-top:25px;
}

.section_parallax {
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
  background-attachment:fixed;
  height:325px;
}

#post_content {
  padding-top:45px;
  padding-bottom:45px;
}
#post_donate_link {
  margin-top:40px;
}

.sponsors_carousel {
  margin-bottom:50px;
}
.sponsors_carousel h3 {
  font-size:20px;
  letter-spacing:-1px;
  text-align:center;
  text-transform:uppercase;
  margin-top:30px;
}
.sponsors_carousel ul {
  list-style:none;
  margin:0;
  padding:0;
}
.sponsors_carousel ul li {
  display:inline-block;
  margin:0;
  padding:0;
  height:110px;
  line-height:110px;
  text-align:center;
}
.sponsors_carousel ul li img {
  vertical-align:middle;
  max-width:135px;
}

#gallery {
  min-height:500px;
  position:relative;
}
#gallery div {
  min-height:500px;
}
#gallery ul {
  list-style:none;
  padding:0;
  margin:0;
  min-height:500px;
}
#gallery ul.flex-direction-nav, #gallery ul.flex-direction-nav li {
  min-height:auto;
  height:auto;
}
#gallery ul.flex-direction-nav a {
  border:1px solid #fff;
  border-radius:50%;
  font-weight:normal;
  line-height:42px;
}
#gallery ul.flex-direction-nav a:before {
  color:#fff;
  font-size:26px;
}
#gallery ul.flex-direction-nav .flex-prev {
  left:50px;
  opacity:1;
  text-align:center;
}
#gallery ul.flex-direction-nav .flex-next {
  right:50px;
  opacity:1;
  text-align:center;
}
#gallery li {
  display:block;
  height:500px;
  padding:0;
  margin:0;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;    
}
#gallery .thumbs {
  margin-top:50px;
  min-height:150px;
  position:relative;
}
#gallery .thumbs div {
  min-height:150px;
}
#gallery .thumbs ul {
  min-height:auto;
}
#gallery .thumbs li {
  height:150px;
}
#gallery > img, #gallery > .slider > img {
  position:fixed;
  left:50%;
  top:280px;
  transform:translateX(-50%);
  z-index:1;
}
.gallery_pager a {
  display:block;
  position:absolute;
  bottom:54px;
  font-size:32px;
  color:#fff;
  opacity:0.6;
}
.gallery_pager a:hover {
  opacity:1;
}
.gallery_pager a:first-child {
  left:40px;
}
.gallery_pager a:last-child {
  right:40px;
}

#sponsors {
  text-align:center;
  padding-top:50px;
}
#sponsors.width {
  max-width:1000px;
}

#sponsors_grid {
  margin-bottom:60px;
}
#sponsors_grid ul {
  list-style:none;
  margin-left:0;
  margin-top:30px;
  padding:0;
}
#sponsors_grid li {
  display:block;
  float:left;
  width:198px;
  height:198px;
  line-height:198px;
  border-right:1px solid #333;
  border-bottom:1px solid #333;
  border:1px solid #333;
  margin-left:0;
  margin-right:-1px;
  margin-bottom:-1px;
  padding:0;
}
#sponsors_grid li img {
  vertical-align:middle;
  max-width:75%;
}

#sponsor_logo {
  height:350px;
  background-color:#f2f2f2;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:60% auto;
  margin-bottom:50px;
}
body.single-sponsors #post_content a.button {
  margin-top:30px;
}

.search-results h1 {
  margin-top:40px;
  margin-bottom:40px;
}
ul#search_results {
  list-style:none;
  padding:0;
  margin-top:0;
  margin-bottom:60px;
}
ul#search_results li {
  padding:0;
  margin-left:0;
  margin-bottom:30px;
}
ul#search_results a.button {
  margin-top:10px;
}

body .nf-form-content {
  margin-top:30px;
  padding:0px;
}
body .nf-field-container {
  margin-bottom:8px;
}
body .textbox-container .textbox-wrap input, body .email-container .email-wrap input,
body .listselect-container .listselect-wrap .nf-field-element div, body .textarea-container .textarea-wrap textarea {
  font:normal 12px 'Lato', sans-serif;
  background:#fff;
  border:1px solid #c4c4c4;
}
body .textbox-container .textbox-wrap input, body .email-container .email-wrap input {
  line-height:48px;
  height:50px;
}
body .listselect-container .listselect-wrap select {
  font:normal 12px 'Lato', sans-serif;
}
body .submit-container .submit-wrap input {
  background:#333;
  border:1px solid #333; 
  color:#fff;
  font-weight:bold;
  padding:0px;
  text-transform:uppercase;
  min-width:238px;
}

#post_footer {
  background:#333;
  color:#fff;
  padding-top:45px;
  padding-bottom:40px;
}
#post_footer a.button {
  margin-top:30px;
  border:1px solid #fff;
  color:#fff;
  min-width:340px;
}

footer {
  background:url(images/bg_footer.jpg) no-repeat center center;
  background-size:cover;
  padding-top:60px;
  height:163px;
}
footer img {
  display:inline-block;
  margin-left:140px;
}
footer div {
  display:inline-block;
  margin-left:50px;
  max-width:683px;
}