/*
Theme Name: Saltus Theme
Theme URI: http://saltusllc.com
Author: Saltus
Author URI: http://saltusllc.com
Description: Saltus llc
Version: 1.0

 */

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
  max-width: 100%;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
  height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
}

embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
  margin-bottom: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}

div.wp-caption .wp-caption-text {
  padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: "";
  display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

/* Genericons */

.bypostauthor>article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

/* Separators */

.site-content span+.entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span+.byline:before,
span+.comments-link:before,
span+.edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
  content: "\0020\007c\0020";
}

#wpadminbar {
  min-height: 32px;
}

#site-header {
  position: relative;
  z-index: 3;
}

.site-header {
  background-color: #000;
  max-width: 1260px;
  position: relative;
  width: 100%;
  z-index: 4;
}

.header-main {
  min-height: 48px;
  padding: 0 10px;
}

.site-title {
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  /* Nav-toggle width + search-toggle width - gutter = 86px */
  max-width: -webkit-calc(100% - 86px);
  max-width: calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hentry {
  margin: 0 auto 48px;
  max-width: 780px;
}

.post-thumbnail {
  background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}

a.post-thumbnail:hover {
  background-color: #999;
}

.full-width .post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.entry-meta {
  clear: both;
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

.entry-meta a {
  color: #767676;
}

.entry-meta a:hover {
  color: #41a62a;
}

.sticky .entry-date {
  display: none;
}

.cat-links {
  font-weight: 900;
  text-transform: uppercase;
}

.cat-links a {
  color: #2b2b2b;
}

.cat-links a:hover {
  color: #41a62a;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.site-content .entry-meta {
  background-color: #fff;
  margin-bottom: 8px;
}

.site-content footer.entry-meta {
  margin: 24px auto 0;
  padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
  background-color: #767676;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2727272727;
  margin: 2px 4px 2px 10px;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
  background-color: #41a62a;
  color: #fff;
}

.entry-meta .tag-links a:before {
  border-top: 10px solid transparent;
  border-right: 8px solid #767676;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
}

.entry-meta .tag-links a:hover:before {
  border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px;
}

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
  background-color: #fff;
  padding: 12px 10px 0;
}

.page .entry-content {
  padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
  margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
  text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
  text-decoration: none;
}

.entry-content table,
.comment-content table {
  font-size: 14px;
  line-height: 1.2857142857;
  margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
}

.entry-content td,
.comment-content td {
  padding: 8px;
}

.entry-content .edit-link {
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

.entry-content .edit-link a {
  color: #767676;
  text-decoration: none;
}

.entry-content .edit-link a:hover {
  color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
  margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.hentry .mejs-overlay-loading {
  background: transparent;
}

.hentry .mejs-overlay-button {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
  color: #000;
  height: 36px;
  margin-left: -24px;
  width: 48px;
}

.hentry .mejs-overlay-button:before {
  -webkit-font-smoothing: antialiased;
  content: '\f452';
  display: inline-block;
  font: normal 32px/1.125 Genericons;
  position: absolute;
  top: 1px;
  left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus {
  outline: none;
}

.hentry .mejs-controls .mejs-button button {
  -webkit-font-smoothing: antialiased;
  background: none;
  color: #fff;
  display: inline-block;
  font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before {
  content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before {
  content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before {
  content: '\f109';
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}

.hentry .mejs-volume-button.mejs-unmute button:before {
  content: '\f109';
  left: 0;
  position: absolute;
  top: 0;
}

.hentry .mejs-fullscreen-button button:before {
  content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: '\f406';
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
  background-color: #24890d;
  color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
  color: #41a62a;
}

.content-sidebar .wp-playlist-item .wp-playlist-caption {
  color: #000;
}

.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

nav .phone_link {
  color: #ffff00;
  font-weight: 300;
}

.nav-links {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  hyphens: auto;
  word-wrap: break-word;
}

.post-navigation,
.image-navigation {
  margin: 24px auto 48px;
  max-width: 474px;
  padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 0 12px;
  width: 100%;
}

.post-navigation .meta-nav {
  color: #767676;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 2;
  text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857142;
  text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
  color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
  border-top: 5px solid #000;
  margin: 48px 0;
}

.paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center;
}

.paging-navigation .page-numbers {
  border-top: 5px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-right: 1px;
  padding: 7px 16px;
  text-transform: uppercase;
}

.paging-navigation a {
  color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
  border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
  border-top: 5px solid #41a62a;
  color: #2b2b2b;
}

.attachment .content-sidebar,
.attachment .post-thumbnail {
  display: none;
}

.attachment .entry-content {
  padding-top: 0;
}

.attachment footer.entry-meta {
  text-transform: none;
}

.entry-attachment .attachment {
  margin-bottom: 24px;
}

.archive-header,
.page-header {
  margin: 24px auto;
  max-width: 474px;
}

.archive-title,
.page-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
}

.taxonomy-description,
.author-description {
  color: #767676;
  font-size: 14px;
  line-height: 1.2857142857;
  padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
  margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
  margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
  text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
  text-decoration: none;
}

.contributor {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 10px;
}

.contributor:first-of-type {
  padding-top: 24px;
}

.contributor-info {
  margin: 0 auto;
  max-width: 474px;
}

.contributor-avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  margin: 0 30px 20px 0;
  padding: 2px;
}

.contributor-name {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
}

.contributor-bio a {
  text-decoration: underline;
}

.contributor-bio a:hover {
  text-decoration: none;
}

.contributor-posts-link {
  display: inline-block;
  line-height: normal;
  padding: 10px 30px;
}

.contributor-posts-link:before {
  content: "\f443";
}

.error404 .page-content {
  padding-top: 0;
}

.error404 .page-content .search-form {
  margin-bottom: 24px;
}

.comments-area {
  margin: 48px auto;
  max-width: 474px;
  padding: 0 10px;
}

.comment-reply-title,
.comments-title {
  font: 900 16px/1.5 Lato, sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.comment-list {
  list-style: none;
  margin: 0 0 48px 0;
}

.comment-author {
  font-size: 14px;
  line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
}

.comment-list .reply {
  margin-top: 24px;
}

.comment-author .fn {
  font-weight: 900;
}

.comment-author a {
  color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
  color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px;
}

.comment-list>li:first-child>article,
.comment-list>.pingback:first-child,
.comment-list>.trackback:first-child {
  border-top: 0;
}

.comment-author {
  position: relative;
}

.comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
}

.bypostauthor>article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

.says {
  display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 30px;
}

.comment-edit-link {
  margin-left: 10px;
}

.comment-edit-link:before {
  content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 2px;
}

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px;
}

.comment-content li>ul,
.comment-content li>ol {
  margin-bottom: 0;
}

.comment-content> :last-child {
  margin-bottom: 0;
}

.comment-list .children {
  list-style: none;
  margin-left: 15px;
}

.comment-respond {
  margin-bottom: 24px;
  padding: 0;
}

.comment .comment-respond {
  margin-top: 24px;
}

.comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142;
}

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}

.comment-form label {
  display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}

.required {
  color: #c0392b;
}

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.comment-reply-title small a:hover {
  color: #41a62a;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
}

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous a {
  margin-right: 10px;
}

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}

.widget {
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.2857142857;
  margin-bottom: 48px;
  width: 100%;
  word-wrap: break-word;
}

.widget a {
  color: #fff;
}

.widget a:hover {
  color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  margin: 24px 0 12px;
}

.widget h1 {
  font-size: 22px;
  line-height: 1.0909090909;
}

.widget h2 {
  font-size: 20px;
  line-height: 1.2;
}

.widget h3 {
  font-size: 18px;
  line-height: 1.3333333333;
}

.widget h4 {
  font-size: 16px;
  line-height: 1.5;
}

.widget h5 {
  font-size: 14px;
  line-height: 1.7142857142;
}

.widget h6 {
  font-size: 12px;
  line-height: 2;
}

.widget address {
  margin-bottom: 18px;
}

.widget abbr[title] {
  border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
  color: #000;
}

.widget pre,
.widget fieldset {
  border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
  font-size: 12px;
  line-height: 1.5;
}

.widget blockquote {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.widget blockquote cite {
  color: #fff;
  font-size: 14px;
  line-height: 1.2857142857;
}

.widget dl,
.widget dd {
  margin-bottom: 18px;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}

.widget li>ol,
.widget li>ul {
  margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
  border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
  margin-bottom: 18px;
}

.widget del {
  color: rgba(255, 255, 255, 0.4);
}

.widget hr {
  background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
  margin-bottom: 18px;
}

.widget-area .widget input,
.widget-area .widget textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  padding: 1px 2px 2px 4px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
  background-color: #24890d;
  border: 0;
  font-size: 12px;
  padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
  background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
  background-color: #55d737;
}

.widget .wp-caption {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}

.widget .widget-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857142;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

.widget-title,
.widget-title a {
  color: #fff;
}

.widget-title a:hover {
  color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
  line-height: 2;
  margin: 0;
}

.widget_calendar caption {
  color: #fff;
  font-weight: 700;
  line-height: 1.7142857142;
  margin-bottom: 18px;
  text-align: left;
  text-transform: uppercase;
}

.widget_calendar thead th {
  background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
}

.widget_calendar tbody a {
  background-color: #24890d;
  color: #fff;
  display: block;
}

.widget_calendar tbody a:hover {
  background-color: #41a62a;
}

.widget_calendar tbody a:hover {
  color: #fff;
}

.widget_calendar #prev {
  padding-left: 5px;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera>ol>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 18px;
  padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
  margin: 0;
  max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
  font-size: 12px;
  line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
  display: inline;
  font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
  margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
  color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
  color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
  margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
  list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
  list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li>ul,
.widget_twentyfourteen_ephemera .entry-content li>ol {
  margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
  padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
  font-weight: 700;
  text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
  display: block;
}

/* RSS Widget */

.rsswidget img {
  margin-top: -4px;
}

.rssSummary {
  margin: 9px 0;
}

.rss-date {
  display: block;
}

.widget_rss li {
  margin-bottom: 18px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

/* Text Widget */

.widget_text>div> :last-child {
  margin-bottom: 0;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*   SITE STYLES  */

@font-face {
  font-family: 'AmpleSoft';
  src: url('webfonts/font.eot');
  src: url('webfonts/font.eot?#iefix') format('embedded-opentype'), url('webfonts/font.woff') format('woff'), url('webfonts/font.ttf') format('truetype');
}

html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #282425;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-family: 'AmpleSoft';
}

a,
a:visited,
a:active {
  color: #282425;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.light {
  color: #fff;
}

a:hover,
a.active {
  text-decoration: none;
  color: #ffea2e !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.active {
  background-color: #000;
}

header h1 {
  float: left;
  padding-top: 17px;
  margin: 0;
}

header nav {
  float: right;
}

header nav a {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #888;
  padding: 25px 13px 12px;
}

header nav a.login {
  font-weight: 800;
  color: #000;
  background-color: #fee034;
  border-radius: 4px;
  padding: 10px;
}

header nav a:hover,
header nav a.active {
  border-bottom: 1px solid #ffea2e;
}

header nav a.login:hover {
  color: #ece287 !important;
  background-color: #000;
  border-bottom: #000;
}

section.home-info {
  height: 100%;
  background-image: url(img/bg-home.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.home-info:before {
  display: block;
  content: "";
  height: 35%;
}

section.home-info h2 {
  font-size: 62px;
  color: #f9e926;
  text-align: right;
  line-height: 0.9em;
  position: relative;
  border-right: 1px solid #fff;
  padding-right: 30px;
}

section.home-info p {
  font-size: 28px;
  padding-left: 30px;
  padding-right: 100px;
  color: #fff;
  padding-top: 36px;
  line-height: 1.5em;
}

section.what {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #e3e3e3;
}

section.what .col-sm-5 {
  text-align: center;
}

section.what .col-no-left-padding {
  padding-left: 0;
}

section.what h3 {
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 0;
  font-weight: 400;
}

section.what p {
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 15px;
}

.btn-section-wrapper {
  margin-top: 30px;
}

.btn {
  background: #ffea2e;
  padding: 5px 15px;
}

.btn:hover {
  background: transparent;
}

section.technology {
  padding-top: 75px;
  padding-bottom: 90px;
  text-align: left;
  background-image: url(img/bg-home-technology.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.technology h4 {
  color: #ebdc25;
  text-transform: uppercase;
  margin: 0 0 35px;
  text-align: center;
  font-size: 36px;
}

section.technology p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
}

section.technology .logos {
  padding-top: 40px;
  padding-bottom: 20px;
}

section.technology .equipment {
  display: block;
  width: 300px;
  margin: 0 auto;
}

section.technology .equipment img {
  width: 100%;
}

section.services {
  padding-top: 30px;
  padding-bottom: 85px;
  border-bottom: 1px solid #e3e3e3;
}

section.services .title {
  height: 260px;
}

#projects.services .title {
  height: auto;
}

#projects.services .title p:last-child {
  margin-bottom: 40px;
}

section.services .title h3 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 37px;
  padding-bottom: 17px;
  text-align: center;
}

section.services .title p {
  line-height: 1.5em;
  padding-right: 15px;
  font-size: 18px;
  text-align: center;
}

section.services .service {
  height: 275px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

section.services .service span {
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
  -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;
}

section.services .service.active span,
section.services .service:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}

section.services .service em {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(img/services-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -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;
}

section.services .service.active em,
section.services .service:hover em {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

section.services .service img {
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 42px 0 0;
  top: 35px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 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;
}

section.services .service.active img,
section.services .service:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 0px;
}

section.services .service h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 26px;
  position: relative;
  margin: 0;
  z-index: 9;
  top: 35px;
  -webkit-transition: all 0.3s ease-in-out 0.05s;
  -moz-transition: all 0.3s ease-in-out 0.05s;
  -o-transition: all 0.3s ease-in-out 0.05s;
  transition: all 0.3s ease-in-out 0.05s;
}

section.services .service.active h4,
section.services .service:hover h4 {
  color: #f9e926;
  top: 0px;
}

section.services .service p {
  position: relative;
  z-index: 9;
  color: #fff;
  padding: 22px 20px;
  line-height: 1.5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  top: 35px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

section.services .service.active p,
section.services .service:hover p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 0px;
}

section.services .service p a {
  color: #fff !important;
}

section.services .title.servicesDescription {
  height: auto;
  clear: both;
  background-color: #f3f3f3;
}

section.services .title .inlineService {
  max-width: 800px;
  padding: 0 30px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
}

section.services .title .inlineService.visible {
  padding: 30px 30px;
  max-height: 999px;
}

section.services .title .inlineService h3 {
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  padding-bottom: 15px;
  font-weight: 600;
  margin: 0;
}

section.services .title .inlineService p {
  font-size: 15px;
  line-height: 1.5em;
  padding-bottom: 20px;
  text-align: justify;
}

section.services.projects .service span {
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -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;
}

section.services.projects .service:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

section.services.projects .title .inlineService p {
  text-align: left;
}

section.clients,
section.technical {
  background-color: #241f20;
  text-align: center;
  padding-bottom: 70px;
}

section.clients h3,
section.technical h3 {
  color: #f9e926;
  font-size: 36px;
  padding-top: 65px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

section.clients .quote,
section.technical .quote {
  position: relative;
  background-color: #FFF;
  border-radius: 2px;
  padding: 43px 70px;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
  margin-top: 30px;
}

section.technical h3 {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

section.clients .quote small,
section.technical .quote small {
  font-family: Arial;
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  left: 30px;
  top: 25px;
}

section.clients .quote small:last-child,
section.technical .quote small:last-child {
  bottom: 0px;
  right: 30px;
  left: auto;
  top: auto;
}

section.clients .quote em,
section.technical .quote em {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-top-color: #fff;
  height: 0;
  width: 0;
}

section.clients .profiles,
section.technical .profiles {
  padding-top: 50px;
  padding-bottom: 20px;
}

.technical-policy-p a {
  color: #ffea2e;
  word-break: break-word;
}

section.clients .client {
  display: inline-block;
  width: 210px;
  margin: 0 5px 30px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

section.clients .client:hover,
section.clients .client.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

section.clients .client .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 145px;
}

section.clients .client h4 {
  margin: 0;
  padding: 12px 0 3px;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

section.clients .client h5 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

section.clients h5,
section.technical h5 {
  font-size: 26px;
  color: #f9e926;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 15px;
}

section.clients p,
section.technical p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
}

section.contact h3 {
  color: white;
  margin-top: 0px;
  text-align: left;
  margin-left: 25px;
}

section.contact {
  position: relative;
  z-index: 99;
  height: 700px;
  background: url(img/bg-home-contact-new.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.contact .contact-form {
  margin-right: 20px;
}

section.contact .contact-form .col-sm-4 {
  background: #000;
  margin-top: 83px;
  padding: 15px;
}

section.contact .contact-form .col-sm-4 form {
  display: block;
}

section.contact .contact-form label,
section.contact .contact-form input,
section.contact .contact-form textarea {
  display: block;
  width: 100%;
  padding: 3px;
}

section.contact .contact-form label {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
}

section.contact .contact-form input,
section.contact .contact-form textarea {
  border: none;
  font-size: 17px;
  border-radius: 4px;
  margin-bottom: 6px;
}

section.contact .contact-form textarea {
  height: 40px;
}

section.contact .contact-form input[type="submit"] {
  margin-top: 25px;
}

section.contact .contact-form .col-right img {
  display: none;
}

.wpcf7-response-output {
  color: #fff;
}

section.contact .contact-form .col-left {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

section.contact .contact-form .col-left h4 {
  color: #fff;
  text-align: left;
  margin: 10px 0 0 25px;
}

footer {
  background-color: #000000;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
}

footer img {
  display: inline-block;
  padding: 30px 0;
}

footer .info {
  border-top: 1px solid #ffea2e;
  padding-top: 25px;
}

footer h5 {
  float: left;
  margin: 0;
  color: #fefefe;
  letter-spacing: 1px;
}

footer p {
  float: right;
  margin: 0;
  color: #fefefe;
}

footer p a {
  display: inline-block;
  padding: 0 10px;
  color: #999 !important;
}

footer p a:first-child {
  margin-left: 15px;
}

footer p a:hover {
  color: #fff !important;
}

.admin-bar header {
  top: 30px;
}

section.home-info.project {
  background: none;
  background-color: #111;
  height: auto;
}

section.home-info.project .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

section.home-info.project .container:before {
  display: block;
  content: "";
  height: 32%;
}

section.home-info.project h2 {
  text-align: center;
  border-right: none;
}

.project .left-side img {
  width: 180px;
  height: auto;
}

.project .back {
  padding-top: 30px;
  text-align: center;
}

.project .back a {
  color: #fff;
  background-color: #444;
}

.project .metaslider {
  position: relative;
}
.single-blog-header-image img {
  max-width: 100%;
}
.project .metaslider:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.metaslider .flexslider .flex-direction-nav li a.flex-next {
  right: 0;
}
.metaslider .flexslider li img {
  height: 826px;
  object-fit: cover;
  width: 100% !important;
}
.flex-control-paging li a.flex-active{
  background: rgb(255 255 255 / 90%) !important;
}
.flex-control-paging li a{
  background: rgb(255 255 255 / 50%) !important; 
}

.metaslider .slides img {
  width: auto !important;
  display: block;
  height: 700px;
  margin: 0 auto;
}

@media(max-width: 1200px) {
  header nav a {
    padding: 25px 4px 12px;
  }
  .metaslider .flexslider li img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  header {
    overflow: hidden;
  }
  header h1 {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  section.home-info h2 {
    font-size: 30px;
    line-height: 1.3em;
    text-align: center;
    padding-right: 15px;
    border-right: none;
  }
  section.home-info p {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    padding-top: 0;
  }
  section.what {
    padding-top: 0;
  }
  section.what img {
    width: 160px;
  }
  section.what h3 {
    margin-top: 30px;
    font-size: 26px;
    text-align: center;
  }
  section.what p {
    margin-left: 15px;
    font-size: 14px;
    line-height: 1.6em;
  }
  section.services .title h3 {
    font-size: 26px;
  }
  section.services .title p {
    font-size: 14px;
    padding-right: 0;
  }
  section.services .service {
    height: 200px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.services .service.inactive {
    height: 0;
    overflow: hidden;
  }
  section.services .service img {
    width: 22px;
  }
  section.services .title {
    height: auto;
  }
  section.technology h4 {
    font-size: 26px;
  }
  section.technology p {
    font-size: 14px;
  }
  section.technology .equipment {
    text-align: center;
    margin-top: 20px;
  }
  section.technology .equipment img {
    width: 180px !important;
  }
  section.clients h3 {
    font-size: 26px;
  }
  section.clients h5 {
    font-size: 18px;
  }
  section.clients p {
    font-size: 14px;
  }
  section.contact .contact-form {
    margin-left: 0;
    margin-right: 0;
  }
  section.contact .contact-form .col-left {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 30px;
  }
  section.contact .contact-form .col-left h4 {
    font-size: 15px;
  }
  section.contact {
    height: auto;
    padding-bottom: 30px;
  }
  footer h5 {
    float: none;
  }
  footer p {
    margin-top: 10px;
    float: none;
  }
  .metaslider .flexslider li img {
    height: auto;
  }
}

/* Blog Archive
--------------------------- */

.blog-archive .page-header {
  margin-top: 30px;
  position: static;
}

.blog-archive .page-header .page-title {
  font-size: 48px;
}

/* Blog Specific Styles
------------------------------ */

body.blog {
  padding-top: 80px;
}

body.blog>header {
  background-color: #000;
}

body.blog article header {
  position: static;
  height: auto;
}

.single-blog .single-blog-header-image {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}