body {
	background: #FFF !important;
}
.post-type-post .firstcharacter, .post-type-post .post-body a, .post-type-post h3, .post-type-post h5 ol, .post-type-post p, .post-type-post ul, .longform .firstcharacter, .post-type-post .post-body a, .post-type-post h3, .post-type-post h5 ol, .post-type-post p, .post-type-post ul {
    font-family: Lora,serif;
}
section.about-box {
    color: #555;
    text-align: center;
    padding: 1em;
    width: 100%;
    background-color: #ddd;
    margin-bottom: .5em;
}
section.about-box p {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
}
.search-wrap {
    padding: 10px 0px 10px 1% !important;
}
.search-wrap, .search-wrap input {
    font-family: 'Roboto Condensed',sans-serif;
    color: #222;
}
.search-wrap label {
    width: 5%;
}
.search-wrap input[type="text"] {
    width: 90%;
}
.search-wrap input[type="submit"] {
    width: 5%;
}

/* Embed video responsive */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.parent-menu {
	display: inline-block;
	position: relative;
}
.parent-menu .drop-div {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 1px;
    min-width: 190px;
}
.parent-menu:hover .drop-div {
    display: block;
}
.drop-div > .nav-drop {
    list-style: none;
    padding: 5px 17px;
    margin: 0;
    background: #3d3c3d;
}
.drop-div > .nav-drop li a {
    color: #fff;
    text-decoration: none;
    border: 0;
    line-height: 1.8;
    font-size: 16px;
}
.drop-div > .nav-drop li a:hover {
    color: #66D645;
}
.nav-main .nav-buttons .parent-menu .nav-button {
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
}
.pullquotebg p {
    margin-bottom: 0;
    font-size: 25px !important;
    line-height: 42px !important;
}
@media (min-width: 1460px){
  .nav-main .nav-buttons .parent-menu .nav-button {
      padding: 10px 15px;
  }
}
@media (min-width: 1365px){
  .nav-main .nav-buttons .parent-menu .nav-button {
      padding: 10px 9px;
  }
}
@media (min-width: 850px){
  .nav-main .nav-buttons .parent-menu .nav-button {
      padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
	.post-body img.size-large {
	    max-width: 50%;
	}
  .gt-single-column-section {
      max-width: 800px !important;
  }
  .nav-main .nav-buttons .parent-menu .nav-button {
      display: inline-block;
      min-width: 102px;
      margin-top: 17px;
      margin-right: 5px;
      padding: 10px 9px;
      border: 1px solid #000;
      background-color: #3D3C3D;
  }
  p.pullquote {
      font-size: 50px !important;
      line-height: 65px !important;
  }
  .pullquotebg .author {
      font-size: 40px !important;
  }
}

@media screen and (max-width: 767px) {
	article.post-type-post .post-title-container {
		position: inherit;
	}
	article.post-type-post .post-title-container .post-title, article.post-type-post .post-title-container .post-type {
	    /*color: #222;*/
	    background-color: transparent;
	}
	article.post-type-post .post-title-container .post-title {
		line-height: 1.3;
	}
	.featured-image-container {
	    margin: 0 auto;
	    padding: 14px;
	    background-color: #231F20;
	}
	.fancy-project-page .subtitle {
		padding: 0 !important;
		line-height: 1.3 !important;
		margin-top: -20px !important;
	}
	.post-header .featured-image-container img {
	    margin: 0;
	    padding: 0;
	    width: 100%;
	    margin-bottom: 3px;
	}
	.featured-image-container .post-title-container h6, .featured-image-container .post-title-container h1 {
	    background: none;
	    padding: 0;
	    font-size: 15px;
	    line-height: 26px;
	}
	.featured-image-container .post-title-container h1 {
	    font-size: 22px;
	    line-height: 32px;
	}
	.featured-image-container .post-title-container {
	    width: 100%;
	    position: static;
	    margin: 0;
	}
	.search-wrap input[type="submit"] {
	    width: 65px;
	    margin-top: 4px;
	}
	.search-wrap input[type="text"] {
	    width: 97%;
	}
  .parent-menu {
      display: block;
  }
  .parent-menu .drop-div {
      display: block;
      position: static;
      text-align: center;
  }
}