/*---------------------- Body --------------------------*/

.header-background-image {
  display: none;
}

#main p,
.accordion-content,
ul.tabs-content,
.toggle_container,
#sidebar .widget,
.meta-author,
.meta-category,
.tags {
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.9em;
}

#latest-quotes blockquote,
#single-project .client-details,
#single-project .project-checklist,
.meta-category a:visited:hover,
.meta-category a:hover {
  color: #333333;
  font-family: Nunito;
}

blockquote cite,
.plan-price,
.pricing-content ul li,
.dropcap,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
.tweet,
.pager a {
  font-family: Nunito;
}

.pagination .page-numbers {
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

#content p a:hover,
#meet-the-team .team-member p a:hover,
#comments .author a:hover,
#comments .author a.comment-reply-link:hover,
#comments .comment-edit-link:hover,
#sidebar .widget a:hover {
  color: #333333;
}

h1.post-title {
  font-size: 32px;
  line-height: 1.3em;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#single-project h1,
#single-project h2,
#single-project h3,
#single-project h4,
#single-project h5,
#single-project h6,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6,
.project-item .project-details h2,
#comments h4,
.comment .author,
#respond h3,
.project-item .overlay h2,
#services h2,
#meet-the-team h2,
h2.post-title a,
#content p.trigger a,
ul.tabs li a,
#latest-news article h2 a,
.must-log-in,
.logged-in-as {
  color: #333333;
  font-family: oswald;
  font-style: normal;
  font-weight: normal;
}

.alert-red, .alert-blue, .alert-green, .alert-brown, .alert-teal, .alert-tan,
.plan-title,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.button.white,
a.button.grey,
a.button.black,
a.button.red,
a.button.blue,
a.button.green,
a.button.brown,
a.button.teal,
a.button.tan,
a.launch-project-btn,
a.view-article-btn,
a.return-home-btn,
a.sign-up-btn,
#latest-quotes cite,
#filter li a {
  font-family: oswald;
  font-style: normal;
  font-weight: normal;
}

#header-global[role="banner"],
#contact-details p,
.time {
  font-family: oswald;
}

#header-navigation[role="navigation"] #navigation li a:hover,
#header-navigation[role="navigation"] li a:focus,
#header-navigation[role="navigation"] li.nav-item a:hover,
#header-navigation[role="navigation"] li.nav-item a:focus,
#header-navigation.is-sticky[role="navigation"] li.nav-item a:hover,
#filter li a:hover,
#filter li .current,
.project-image .overlay [class^="icon-"],
.twtr-hyperlink,
#latest-news article a,
#latest-news article h2 a:hover {
  color: #e47c14;
}

.expand,
.plan-price,
ul.tabs li a.active,
ul.tabs li a:hover,
.pagination .prev:hover,
.pagination .next:hover,
.project-nav li:hover,
.project-nav .back:hover,
.social-icons li a.twitter-link:hover,
.social-icons li a.facebook-link:hover,
.social-icons li a.dribbble-link:hover,
.social-icons li a.forrst-link:hover,
.social-icons li a.vimeo-link:hover,
.social-icons li a.youtube-link:hover,
.social-icons li a.flickr-link:hover,
.social-icons li a.linkedin-link:hover,
.social-icons li a.pinterest-link:hover,
.social-icons li a.googleplus-link:hover,
.social-icons li a.tumblr-link:hover,
.social-icons li a.soundcloud-link:hover,
.social-icons li a.lastfm-link:hover,
.social-icons.footer li a,
.pager a:hover,


blockquote {
  border-left: 3px solid #e47c14!important;
}

a.launch-project-btn,
a.view-article-btn,
a.return-home-btn,
a.sign-up-btn,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #e47c14;
}

#content p a,
.service p a,
.team-member p a,
#comments .author a,
#comments .author a.comment-reply-link,
#comments .comment-edit-link,
.tags a,
#sidebar .widget a,
.project-item .overlay h2 a:hover,
.overview a,
#comments a,
.meta-author a,
.meta-category a,
.post-title a:hover,
.pagination a:hover {
  color: #e47c14;
}

.pagination .current,
.active-header,
.inactive-header:hover,
p.trigger a:hover,p.trigger.active a:hover,
p.trigger.active a {
  color: #e47c14!important;
}

#footer-global[role="contentinfo"] a {
  color: #e47c14;
}

#services .service [class^="icon-"] {
  color: #e47c14;
}

#meet-the-team .social-icons-small a [class^="icon-"] {
  color: #e47c14;
}

/*---------------------- Custom CSS (Added from the Theme Options panel) --------------------------*/


/* Hide Most of header for article page */


/*header #header-navigation-sticky-wrapper,*/
header .container:last-child {
  display: none;
}

.logo-icons.container {
  display: none;
}


#header-global[role="banner"] {
  padding-bottom: 0;
}

 /*Article sizing*/

article img {
  /* max-height: 400px; */
}

.share-icons {
  display: inline-block;
}

.share-icons a {
  text-decoration: none;
  color: #333;
}

.share-icons a:hover {
  color: #E47C14;
}

article p {
  font-family: Georgia, serif;
}
