/* Enter Your Custom CSS Here */
.bold {
    font-weight: bold;
}

.light {
    font-family: "Times", Georgia, Times New Roman, serif !important;
}

/* nav styling */
@media only screen and (min-width:980px) and (max-width: 1260px)  {
  .menu-item-type-post_type {
      margin-top: -50px;
  }
  
  .menu-item-has-children {
    margin-top: -22px;
  }
  
  #navbar, #navbar-bg {
    height: 130px;
  }
}

@media only screen and (min-width:1260px) and (max-width: 1600px)  {
  .menu-item-type-post_type {
      margin-top: -25px;
  }
  
  .menu-item-has-children {
    margin-top: -15px;
  }
  
    #navbar, #navbar-bg {
    height: 130px;
  }
}

@media only screen and (min-width:1600px)  {
  .menu-item-type-post_type {
      margin-top: 25px;
  }
}

.menu-style-nobutton ul li a, nav.standard ul li a {
    line-height: 17px !important;
  	text-transform: uppercase !important;
}

nav.standard ul .menu-item-language a {
	line-height: 17px !important;
}
  
nav.standard ul li a:hover {
  	text-decoration: none !important;
	border-bottom: 1px solid #000000 !important;
}
  
#fullscreen-menu .menu-inner nav ul li a:hover, .follow-links ul li a svg, nav.standard ul li a:hove {
  	text-decoration: none !important;
	border-bottom: 1px solid #000000 !important;
}

nav.standard ul li.current-menu-item a, nav.standard ul li.current_page_item a, nav.standard ul li.current-menu-item a:hover, nav.standard ul li.current_page_item a:hover, .is-work nav.standard ul li.portfolio-grid a {
    text-decoration: none !important;
    border-bottom: 1px solid #000000 !important;
}

/* end nav styling */


.share-box { 
  	display: none;
}

.footer {
    padding-top: 50px;
}

.wysiwyg-ce.offset2.span8 {
    margin-top: -80px;
}

/* make CTA pop */
.view-project a {
	border-radius: 0;
  	background-color: rgba(255, 255, 255, 0.75);
  	color: black;
  	border-color: black;
}
