/*   
Theme Name: SandWord Theme
Theme URI: http://sandboxstudio.net
Description: This is just a clean WordPress Theme template
Author: Sandbox Studio, Chicago
Version: 1
*/

/*Variables*/
/*float management*/
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

a {
  color:#ff6633;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0s ease-in-out; }
a:hover { color:#ff7142;}  

/*ul reset*/
ul {
  margin: 0;
  list-style-type: none; }
  
.bodyContent ul li {list-style: square;margin-bottom: 10px;margin-left:15px;padding-left:5px;}  

/*page styling*/
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #666666;
  font-family: "Quicksand", arial, sans-serif;
  font-weight: 300;}
  
  

h1, h2 {
  font-family: "Quicksand", arial, sans-serif; 
  font-weight: 400;
  line-height: 1em;}

h3 {
  font-family: "Quicksand", arial, sans-serif;
  font-weight: 500;
  line-height: 1em;
  margin-top:0; }
  
h4 {
	font-weight: 500;
}  

.zephyrbkgdImg {
  height: 100%;
  width: 100%;
  margin-left: 0;
  background: url('images/siteless_facade.jpg') no-repeat center fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: -1000; }
  
  
  
.homeEventTeaser {
	background: rgba(255,255,255, 0.85);
	padding:5px 15px 15px 15px;
	position:absolute;
	bottom:150px;
	right:50px;
}  

/*header*/
header {
  width: 100%;
  position: fixed;
  color:#f2eee6;
  top: 0;
  left: 0;
  background-color: rgba(255, 255 ,255 ,0.85);
  z-index: 20;
  font: 500 14px "Quicksand", arial, sans-serif; }
  header h1 {
    width: 145px;
    height: 58px;
    margin-top:30px; }
    
    header a:hover {
      text-decoration: none; }
/*
    header h1 span {
      display: none; }

*/

.headerBack {
  background-color: rgba(75, 71, 68, 0.85);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: 0; }

.headNav {
  position: relative;
  z-index: 20; }

.zephyrNav {
  margin-top: 30px;
  margin-left: 0 !important; }

nav {
  margin-top: 47px; }
  nav ul li {
    float: left;
    margin-right: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    /*&:first-child {margin-left: 25px;}*/ }
    nav ul li:last-child {
      margin-right: 0; }
    nav ul li a {
      text-decoration: none;
      text-transform: uppercase;
/*       color: white; */ }
      nav ul li a:hover {
        text-decoration: none;
        color: #fd7d52; }
nav ul li.current-page-ancestor a,
nav ul li.current-menu-item a {color:#f2eee6;}       
        

.socialBar {
  margin-top: 40px; 
  font-size: 1.7em;}
  .socialBar ul li {    
  	float: left;
    margin-right: 5px;}
    .socialBar ul li a {
      height: 27px;
      width: 27px;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
      -ms-transition: none; }

.zephyrTwitter {
  background-position: 0 0; }
  .zephyrTwitter:hover {
    background-position: 0 -27px; }

.zephyrFb {
  background-position: -31px 0; }
  .zephyrFb:hover {
    background-position: -31px -27px; }

.zephyrYouTube {
  background-position: -62px 0; }
  .zephyrYouTube:hover {
    background-position: -62px -27px; }
    
.zephyrInstagram {
	background-position: -92px 0;}  
.zephyrInstagram:hover {
    background-position: -92px -27px; }  

/*body content*/
.mainContainer {
  position: relative;
  top: 120px;
  padding-bottom: 100px; }

.mainContent {
  overflow: hidden; }

.bodyContent p{
  font: 300 14px/1.5em 'Quicksand', sans-serif;
  text-align: justify; }
  
aside {margin-top:3px;} 

body.archive .hentry {margin:30px 0;} 

div.widget_archive h2,
div.category-calendar .meta {display: none; visibility: none;}
body.page h3,
body.post-type-archive-project h3 {margin-top:30px;}
body.page-template-page-upcoming-events-php h3 {margin-top:0;}

.zephyrSide {
  margin-top: 20px;
  font: 16px bold 'Myriad Pro'; }
  .zephyrSide ul li {
    font: 500 14px 'Quicksand', sans-serif;
    border-bottom: 1px solid #ff6633;
    margin-bottom: 10px; }
    .zephyrSide ul li a {
      text-decoration: none;
       }
      .zephyrSide ul li a:hover {
        color:#ff4305; }
        
.zephyrSide ul li.current-menu-item {border-color:#666;}        
.zephyrSide ul li.current-menu-item a {color:#666;}       

.projectContainer {
  height: 200px;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px; }

.project {
  height: 100%;
  overflow: hidden;
  position: relative; }

.projectImg {
  max-height: 100%;
  overflow: hidden; }
  .projectImg img {
    position: absolute;
    top: -50%; }

.projectHover {
  height: 100%;
  width: 100%;
  display: none;
  overflow: hidden;
  /*opacity: 0.8;*/
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font:400 'Quicksand', arial, sans-serif;
  background-color: rgba(240, 81, 36, 0.9); }
 
 .projectHover a {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: white; 
  text-decoration: none;} 
  
  .projectHover h3 {padding: 0 10px;}
  .projectHover p {padding: 0 10px;}

.projectCopy {
  display: block; }
  
  
  
/* Education Styles   */

body.page-template-page-education-php {background-color: #fff1c1;}
body.page-template-page-education-php .footerBack,
body.page-template-page-education-php .headerBack {background-color:#FFE576;}
body.page-template-page-educationLanding-php .zephyrbkgdImg {z-index: -1000;}

body.page-template-page-educationLanding-php .zephyrSide ul li a {color:#fff;}
body.page-template-page-educationLanding-php .zephyrSide ul li a:hover {
        color: rgba(255, 67, 5, 0.8); }
  

/*footer content*/
footer {
  width: 100%;
  position: fixed;
  color:#f2eee6;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255 ,255 ,0.85);
  z-index: 20;
  font: 400 12px "Quicksand", arial, sans-serif; }
  footer ul li {
    float: left;
    margin-right: 5px; }
    footer ul li:last-child {
      margin-right: 0; }
  footer h4 {
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px; }

.zephyrHome {
  background-color: rgba(51, 51, 51, 0.15); }
   

.footerWhite {
  color: white; }
  .footerWhite a {
    text-decoration: none;
/*     color: white; */ }
    .footerWhite a:hover {
      color: #fd7d52; }

.footerAddy {
  margin-top: 10px;
  margin-bottom: 10px; }

.footerNumbers {
  margin-top: 20px;
  margin-bottom: 10px; }

.footerNav {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: white;
  z-index: 20; }
  .footerNav ul {
    margin-top: 2px; }
    .footerNav ul li {
      margin-right: 20px; }
      .footerNav ul li:last-child {
        margin-right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -ms-transition: all 0s ease-in-out; }
      .footerNav ul li a {
        text-decoration: none;
        text-transform: uppercase;
/*         color: white; */ }
        .footerNav ul li a:hover {
          color: #fd7d52; }

.footerBack {
  background-color: rgba(75, 71, 68, 0.85);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: 0; }

.footerBar {
  position: relative;
  z-index: 20px; }

footer .socialBar {
  margin-top: 20px;
  margin-bottom: 10px; }

/*media queries*/
@media (max-width: 1200px) {
  nav ul li {
    margin-right: 35px; } 
    .projectImg img {top: -30%;}
}

@media (max-width: 1199px) {
  /*.offset1 {
    margin-left: 0; }*/

  .headerLogo {
    margin-right: 80px; }

  .topNav {
    width: 334px; }

/*
  nav {
    margin: 20px auto; }
    nav ul li {
      margin-right: 45px; }
      nav ul li:first-child {
        margin-right: 71px; }
      nav ul li:last-child {
        margin-left: 8px; }
      nav ul li:nth-child(5) {
        margin-right: 21px; }
*/

  .sep {
    margin-right: 5px; }

  .projectContainer {
    height: 150px; } 
}

@media (max-width: 767px) {
  /*padding hack from bootstrap*/
  body {
    padding-left: 0;
    padding-right: 0; }

  .headerLogo {
    margin: 0 auto;
    width: 150px; }
  .topNav {
    width: inherit; }
  nav ul {
    text-align: center; }
    nav ul li {
      float: none;
      display: inline;
      margin-right: 40px; }
      nav ul li:first-child {
        margin-right: 40px; }
      nav ul li:nth-child(5) {
        margin-right: 15px; }

  .socialBar {
    margin-top: 20px;
    text-align: center; }
    .socialBar ul {
      width: 105px;
      margin: 0 auto 10px; }
      .socialBar ul li {
        float: none;
        display: inline; }

  .mainContainer {
    width: 95%;
    padding-bottom: 225px; }

  .zephyrSide {
    margin-top: 50px; }
    .zephyrSide ul {
      text-align: center; }

  .projectBlocks {
    margin-left: 0px; }

  .projectContainer {
    height: 400px; }

  .project img {
    top: -50%; }

  .footerAddy {
    text-align: center; }

  .footerNumbers ul {
    text-align: center; }
    .footerNumbers ul li {
      float: none;
      display: inline; }

  .footerNav ul {
    text-align: center; }
    .footerNav ul li {
      float: none;
      display: inline; } 
      
      
	.homeEventTeaser {

		position:relative;
		bottom: inherit;
		right:inherit;
		margin:20px;
		width:200px;
	}
	header {position:relative;}
      
}

@media (max-width: 689px) {
  nav ul li {
    margin-right: 30px; }
    nav ul li:first-child {
      margin-right: 30px; }

  .projectContainer {
    height: 150px; }

  .projectImg img {
    top: -50%; } 
    
    footer, header {position:relative;}
    .mainContainer {top:0;}
		.socialBar {text-align: center;}
}
@media (max-width: 621px) {
  nav ul li {
    margin-right: 10px; }
    nav ul li:first-child {
      margin-right: 10px; }
    nav ul li:nth-child(5) {
      margin-right: 10px; }

  .sep {
    margin-right: 0; }
     
}

@media (max-width: 495px) {
  nav ul li {
    display: inline-block;
    margin-right: 10px; }
    
   nav ul li:last-child {
    margin-left: 0;
} 
/*
    nav ul li:first-child {
      margin-right: 80px; }
    nav ul li:nth-child(3) {
      margin-right: 30px; }
    nav ul li:nth-child(4) {
      margin-right: 50px;
      margin-left: 7px; }
    nav ul li:nth-child(5) {
      margin-left: 0;
      margin-right: 28px; }
    nav ul li:last-child {
      margin-left: 36px;
      margin-right: 0; }
*/

  .sep {
    margin-right: 0;
    margin-left: 0; } 
    
    
}
