html, body, *, input, textarea {
  -webkit-font-smoothing: antialiased;
}

html {
  position: relative;
  min-height: 100%;
}

html, body {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 43px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 19px;
    line-height: 37px;
  }
}

h2 {
  font-size: 38px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

h3 {
  font-size: 34px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4 {
  font-size: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

h5 {
  font-size: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 27px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  h6 {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  h6 {
    font-size: 15px;
    line-height: 22px;
  }
}

p, ul, ol, address, pre {
  font-size: 18px;
  line-height: 27px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  p, ul, ol, address, pre {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  p, ul, ol, address, pre {
    font-size: 13px;
    line-height: 22px;
  }
}

blockquote {
  margin: 20px 0 20px 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
}
blockquote:last-child {
  margin-right: 0;
}
blockquote p {
  font-size: 18px;
  line-height: 27px;
  color: #999999;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  blockquote p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  blockquote p {
    font-size: 13px;
    line-height: 22px;
  }
}
blockquote cite {
  color: #999999;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  font-style: none !important;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  blockquote cite {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  blockquote cite {
    font-size: 12px;
    line-height: 16px;
  }
}

a {
  color: #000;
}

pre {
  word-wrap: break-word;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1170px) {
  .container {
    width: 1140px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  .container {
    width: 962px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 738px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: auto;
    padding: 0px 15px;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.device-only {
  display: none;
}
@media screen and (max-width: 991px) {
  .device-only {
    display: block;
  }
}

.pos-rel {
  position: relative;
}

.fixHeight {
  height: 681px;
  display: table;
}
@media screen and (max-width: 767px) {
  .fixHeight {
    display: block;
    height: auto;
  }
}

body {
  background-color: #fbfbfb;
}

a.mobile-nav-toggle {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  a.mobile-nav-toggle {
    display: inline-block;
    visibility: visible;
    height: 23px;
    width: 33px;
    position: absolute;
    top: 20px;
    right: 0px;
  }
  a.mobile-nav-toggle span {
    display: block;
    background: #000;
    height: 4px;
    width: 33px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  a.mobile-nav-toggle {
    display: inline-block;
    visibility: visible;
    height: 23px;
    width: 33px;
    position: absolute;
    top: 14px;
    right: 15px !important;
  }
  a.mobile-nav-toggle span {
    display: block;
    background: #000;
    height: 4px;
    width: 33px;
    margin-bottom: 5px;
  }
}

header[role=main] {
  padding-top: 30px;
  padding-bottom: 63px;
}
header[role=main] div.container {
  position: relative;
}
@media screen and (min-width: 1170px) {
  header[role=main] div.container {
    width: 100%;
    max-width: 1400px;
    padding: 0px 35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  header[role=main] div.container {
    width: 962px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header[role=main] div.container {
    width: 738px;
  }
}
@media screen and (max-width: 767px) {
  header[role=main] div.container {
    width: auto;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 991px) {
  header[role=main] {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
header[role=main] div.left {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
header[role=main] div.left:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  header[role=main] div.left img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  header[role=main] div.left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  header[role=main] div.left:last-child {
    margin-right: 0;
  }
}
header[role=main] div.right {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
header[role=main] div.right:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  header[role=main] div.right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  header[role=main] div.right:last-child {
    margin-right: 0;
  }
}
header[role=main] div.right div.right-top, header[role=main] div.right div.right-bottom {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 100%;
  text-align: right;
}
header[role=main] div.right div.right-top:last-child, header[role=main] div.right div.right-bottom:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  header[role=main] div.right div.right-top, header[role=main] div.right div.right-bottom {
    text-align: left;
  }
}
header[role=main] div.right div.right-top p, header[role=main] div.right div.right-top a {
  font-size: 15px;
  color: #999999;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  header[role=main] div.right div.right-top p, header[role=main] div.right div.right-top a {
    font-size: 13px;
  }
}
header[role=main] div.right div.right-top p {
  display: inline-block;
  vertical-align: top;
}
header[role=main] div.right div.right-top p a {
  margin-left: 22px;
  text-decoration: none;
}
header[role=main] div.right div.right-top p a:hover {
  text-decoration: underline;
}
header[role=main] div.right div.right-top ul.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}
header[role=main] div.right div.right-top ul.social li {
  display: inline-block;
  margin-left: 8px;
}
header[role=main] div.right div.right-top ul.social li a img {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  header[role=main] div.right div.right-top {
    display: none;
  }
}
header[role=main] a.logo {
  display: inline-block;
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  header[role=main] a.logo img {
    width: 227px;
  }
}
@media screen and (max-width: 767px) {
  header[role=main] a.logo {
    margin-left: 5px;
  }
}

nav[role=main] {
  margin-top: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  nav[role=main] {
    margin-top: 7px;
  }
}
@media screen and (max-width: 991px) {
  nav[role=main] {
    background: #000;
    padding: 20px 0;
    display: none;
  }
}
nav[role=main] div.mobile-nav-social {
  color: #FFF;
  text-align: center;
}
nav[role=main] div.mobile-nav-social p {
  font-size: 14px;
}
nav[role=main] div.mobile-nav-social p a {
  padding-top: 5px;
  display: inline-block;
}
nav[role=main] div.mobile-nav-social a {
  color: #FFF;
  text-decoration: none;
}
nav[role=main] div.mobile-nav-social ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav[role=main] div.mobile-nav-social ul li {
  display: inline-block;
  margin: 0 8px;
}
nav[role=main] div.mobile-nav-social ul li a {
  color: #FFF;
}
nav[role=main] div.mobile-nav-social ul li img {
  height: 30px;
}
nav[role=main] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow: visible;
}
nav[role=main] ul li {
  display: inline-block;
  padding: 0 13px;
}
nav[role=main] ul li:last-child {
  padding: 0 0 0 13px;
}
nav[role=main] ul li.current_page_item a, nav[role=main] ul li.current_page_parent a {
  border-bottom: 2px solid #cc092f;
}
@media screen and (max-width: 991px) {
  nav[role=main] ul li {
    display: block;
    padding: 5px 0;
    text-align: center;
  }
  nav[role=main] ul li:last-child {
    padding: 5px 0;
  }
}
nav[role=main] ul li a {
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  color: #000;
}
nav[role=main] ul li a:hover {
  border-bottom: 2px solid #cc092f;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  nav[role=main] ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  nav[role=main] ul li a {
    color: #FFF;
    display: block;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  nav[role=main] ul li a {
    font-size: 16px;
  }
}

footer {
  padding: 30px 0;
  font-size: 13px;
}
footer div.container {
  position: relative;
}
@media screen and (min-width: 1170px) {
  footer div.container {
    width: 100%;
    max-width: 1400px;
    padding: 0px 35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  footer div.container {
    width: 962px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer div.container {
    width: 738px;
  }
}
@media screen and (max-width: 767px) {
  footer div.container {
    width: auto;
    padding: 0px 15px;
  }
}
footer p {
  font-size: 13px;
}
footer div.left {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
footer div.left:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  footer div.left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  footer div.left:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  footer div.left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    text-align: center;
  }
  footer div.left:last-child {
    margin-right: 0;
  }
}
footer div.right {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  text-align: right;
}
footer div.right:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  footer div.right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  footer div.right:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  footer div.right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    text-align: center;
  }
  footer div.right:last-child {
    margin-right: 0;
  }
}
footer div.right a {
  margin-left: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer div.right a {
    margin: 0 0 10px 0;
    display: block;
  }
}
footer div.right a:hover {
  text-decoration: underline;
}

aside[role=sidebar] figure, aside[role=sidebar] blockquote {
  margin: 0 0 40px 0;
  padding: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  display: block;
  margin: 5px 0 20px 0;
}
.alignnone img {
  margin: 0 auto;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px 0 20px 0;
}
.aligncenter img, div.aligncenter img {
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #ddd;
  border: solid 1px #ccc;
  color: #000;
  width: auto !important;
  padding: 5px;
  text-align: center;
}
.wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 10px 0 7px 0;
  padding: 0;
  color: #000;
}

.post-pagination {
  margin-bottom: 30px;
}
.post-pagination a {
  margin: 0 15px;
  text-decoration: none;
  font-size: 20px;
}
.post-pagination a.next-link {
  background: url("/wp-content/themes/cid/static/img/arrow-right-small.png");
  background-position: center right;
  background-repeat: no-repeat;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-right: 35px;
}
.post-pagination a.prev-link {
  background: url("/wp-content/themes/cid/static/img/arrow-left-small.png");
  background-position: center left;
  background-repeat: no-repeat;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 35px;
}

section.list-posts article[role=post] {
  margin-bottom: 65px;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
}
section.list-posts article[role=post]:last-child {
  margin-right: 0;
}
section.list-posts article[role=post] header h2 {
  margin-bottom: 0;
  margin-top: 0;
}
section.list-posts article[role=post] header h2 a {
  text-decoration: none;
}
section.list-posts article[role=post] header h2 a:hover {
  text-decoration: underline;
}
section.list-posts article[role=post] header p.date {
  margin-top: 8px;
  margin-bottom: 35px;
  font-size: 24px;
  color: gray;
}

article.page {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
  text-align: center;
}
article.page:last-child {
  margin-right: 0;
}
article h2:first-child {
  margin-top: 0;
}
article header.hasDate h1 {
  margin-bottom: 0;
}
article header.hasDate p.date {
  color: #969696;
  font-size: 15px;
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
}

section.featured-img {
  padding-bottom: 25px;
}

article.single {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
  text-align: center;
}
article.single:last-child {
  margin-right: 0;
}
article.single header {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  article.single header {
    padding-bottom: 17px;
  }
}
article.single header h1, article.single header h2 {
  margin: 0;
}
article.single header p.date {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  article.single header p.date {
    font-size: 18px;
  }
}

div.prev-next-links {
  display: none;
}
@media screen and (min-width: 1170px) {
  div.prev-next-links {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  div.prev-next-links {
    display: block;
  }
}
div.prev-next-links div.prev-post-wrap {
  position: absolute;
  top: 180px;
  left: -120px;
  width: auto;
  height: 117px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  div.prev-next-links div.prev-post-wrap {
    left: -20px;
    top: 117px;
  }
}
div.prev-next-links div.prev-post-wrap div.prev-post-arrow {
  float: left;
  display: inline-block;
}
div.prev-next-links div.prev-post-wrap div.prev-post-arrow a {
  background: url("/wp-content/themes/cid/static/img/arrow-left.png") no-repeat;
  background-color: #fbfbfb;
  width: 75px;
  height: 117px;
  font-size: 0;
  display: block;
}
div.prev-next-links div.prev-post-wrap div.prev-post-title {
  float: left;
  background-color: #fbfbfb;
  display: inline-block;
  width: auto;
  height: 117px;
  padding-top: 45px;
  padding-right: 15px;
}
div.prev-next-links div.prev-post-wrap div.prev-post-title a {
  text-decoration: none;
}
div.prev-next-links div.next-post-wrap {
  position: absolute;
  top: 180px;
  right: -120px;
  width: auto;
  height: 117px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  div.prev-next-links div.next-post-wrap {
    right: -20px;
    top: 117px;
  }
}
div.prev-next-links div.next-post-wrap div.next-post-arrow {
  float: left;
  display: inline-block;
}
div.prev-next-links div.next-post-wrap div.next-post-arrow a {
  background: url("/wp-content/themes/cid/static/img/arrow-right.png") no-repeat;
  background-color: #fbfbfb;
  width: 75px;
  height: 117px;
  font-size: 0;
  display: block;
}
div.prev-next-links div.next-post-wrap div.next-post-title {
  float: left;
  background: #fbfbfb;
  display: inline-block;
  width: auto;
  height: 117px;
  padding-top: 45px;
  padding-left: 15px;
}
div.prev-next-links div.next-post-wrap div.next-post-title a {
  text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1169px) {
  section.home-slider {
    width: 85%;
    margin: auto;
  }
}
section.home-slider .owl-controls {
  display: none;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}
section.home-slider .owl-controls div.owl-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  section.home-slider .owl-controls {
    display: none !important;
  }
}
section.home-slider .owl-controls div.owl-buttons {
  width: 100%;
  position: relative;
}
section.home-slider .owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/cid/static/img/arrow-left.png");
  display: block;
  height: 117px;
  width: 75px;
  z-index: 999;
  font-size: 0;
  transition: 0.2s;
  margin-left: -100px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  section.home-slider .owl-controls div.owl-buttons div.owl-prev {
    left: 20px;
    margin-left: -114px;
    margin-top: -20px;
  }
}
section.home-slider .owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/wp-content/themes/cid/static/img/arrow-right.png");
  display: block;
  height: 117px;
  width: 75px;
  z-index: 999;
  font-size: 0;
  transition: 0.2s;
  margin-right: -100px;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  section.home-slider .owl-controls div.owl-buttons div.owl-next {
    right: 20px;
    margin-right: -114px;
    margin-top: -20px;
  }
}

section.homepage-content article {
  padding: 0 50px;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-left: 0%;
}
section.homepage-content article:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  section.homepage-content article h1 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  section.clients ul.blocks {
    display: none;
  }
}
section.clients ul.blocks li div.projectBox {
  height: 195px;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  section.clients ul.blocks li div.projectBox {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.clients ul.blocks li div.projectBox {
    padding-top: 0px;
    height: 155px;
  }
}
section.clients ul.blocks li div.projectBox:hover div.projectTitle {
  display: block;
}
section.clients ul.blocks li div.projectBox div.projectTitle {
  display: none;
  background: #000;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.clients ul.blocks li div.projectBox div.projectTitle p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
}
section.clients img.mobile-logos {
  display: none;
}
@media screen and (max-width: 767px) {
  section.clients img.mobile-logos {
    display: block;
  }
}

ul.blocks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.blocks li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  border: 1px solid #000;
  margin-bottom: 30px;
  transition: 0.2s;
}
ul.blocks li:last-child {
  margin-right: 0;
}
ul.blocks li:nth-child(4n) {
  margin-right: 0;
}
ul.blocks li:nth-child(4n+1) {
  clear: left;
}
ul.blocks li a {
  background-size: cover;
  display: block;
  height: 195px;
  width: 100%;
  min-width: 100%;
  text-decoration: none;
  transition: 0.2s;
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  ul.blocks li a {
    height: 155px;
  }
}
ul.blocks li a div.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.blocks li a.portfolio-img {
  position: relative;
}
ul.blocks li a.portfolio-img:hover div.title {
  top: 100%;
}
ul.blocks li a div.title {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  zoom: 1;
}
ul.blocks li a span.client {
  text-transform: none;
  display: block;
  font-size: 16px;
}
ul.blocks li a:hover {
  background: #000;
  color: #FFF;
}
ul.blocks li img {
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  ul.blocks li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  ul.blocks li:last-child {
    margin-right: 0;
  }
  ul.blocks li:nth-child(4n) {
    margin-right: 0;
  }
  ul.blocks li:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  ul.blocks li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 10px;
  }
  ul.blocks li:last-child {
    margin-right: 0;
  }
  ul.blocks li:nth-child(1n) {
    margin-right: 0;
  }
  ul.blocks li:nth-child(1n+1) {
    clear: left;
  }
}

section.services .margin-top {
  margin-top: 226px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.services .margin-top {
    margin-top: 187px;
  }
}
@media screen and (max-width: 767px) {
  section.services .margin-top {
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1169px) {
  section.services-slideshow {
    width: 85%;
    margin: auto;
  }
}
section.services-slideshow div.owl-buttons {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1169px) {
  section[role=single-services] {
    padding: 0 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section[role=single-services] {
    padding: 0 35px;
  }
}
section[role=single-services] article {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
section[role=single-services] article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  section[role=single-services] article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  section[role=single-services] article:last-child {
    margin-right: 0;
  }
}
section[role=single-services] article header h1 {
  margin-top: 0;
}
section[role=single-services] aside {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
section[role=single-services] aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  section[role=single-services] aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  section[role=single-services] aside:last-child {
    margin-right: 0;
  }
}
section[role=single-services] aside figure {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section[role=single-services] aside figure {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  section[role=single-services] aside figure {
    margin: 0 0 15px 0;
  }
}
section[role=single-services] aside figure img {
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1169px) {
  section.portfolio-slideshow {
    width: 85%;
    margin: auto;
  }
}
section.portfolio-slideshow div.owl-controls {
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
}
section.portfolio-slideshow div.owl-controls div.owl-pagination {
  display: none;
}
section.portfolio-slideshow div.owl-controls div.owl-buttons div.owl-prev, section.portfolio-slideshow div.owl-controls div.owl-buttons div.owl-next {
  display: inline-block;
  height: 117px;
  width: 75px;
  background: red;
  border-radius: 0;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: 0.2s;
  font-size: 0;
}
section.portfolio-slideshow div.owl-controls div.owl-buttons div.owl-prev {
  background: url("/wp-content/themes/cid/static/img/arrow-left.png");
  top: 0;
  left: -120px;
  position: absolute;
}
section.portfolio-slideshow div.owl-controls div.owl-buttons div.owl-next {
  background: url("/wp-content/themes/cid/static/img/arrow-right.png");
  top: 0;
  right: -120px;
  position: absolute;
}

div#contactmap {
  background: #ccc;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 491px;
}
@media screen and (max-width: 767px) {
  div#contactmap {
    height: 291px;
  }
}

/*# sourceMappingURL=styles.min.css.map */
