/*
Theme Name: HLA Architects
Author: HLA Architects
Description: Wordpress responsive corporate theme.
Version: 1.0.1
 */
/*-------------------------------------------------------------------------*/
/*	1. Globally Applied Styles */
/*-------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:400,500");
@import url("https://fonts.googleapis.com/css?family=Anton");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400i");
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("css/fonts/fonts.css");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #36272E;
}

/*font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'PT Serif', serif;
font-family: 'Oswald', sans-serif;*/
/*	Resets	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, header, footer, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.wrapper {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/*-------------------------------------------------------------------------*/
/*	2.	Header Styles */
/*-------------------------------------------------------------------------*/
.header {
  position: absolute;
  z-index: 90;
  left: 0;
  width: 100%;
  padding: 10px 0;
}

.header__logo {
  float: left;
}

.header__nav {
  float: right;
  text-align: right;
  margin-top: 15px;
}
.header__nav ul {
  margin: 0;
  padding: 0;
}
.header__nav li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.header__nav li.current-menu-item:after {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: #36272e;
}
.header__nav a {
  font-size: 14px;
  line-height: 20px;
  color: #36272e;
  font-weight: 600;
  display: inline-block;
  padding: 8px 0px;
  text-shadow: 1px 1px 0px #eee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav a:hover, .header__nav a:focus {
  color: #ce004d;
  text-decoration: none;
}

.header .menu-icon {
  display: none;
}

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover, .tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: black;
  position: relative;
}

.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: black;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
          transform-origin: 2.85714px center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 10px;
}

.tcon-menu__lines::after {
  top: -10px;
}

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xbutterfly {
  width: auto;
}

.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
  width: 40px;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*-------------------------------------------------------------------------*/
/*	3.	Main Content Styles */
/*-------------------------------------------------------------------------*/
.main-slider {
  position: relative;
}
.main-slider:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 379px;
  height: 114px;
  background: url(img/slider-dec-left.png);
  background-size: contain;
}
.main-slider:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 379px;
  height: 114px;
  background: url(img/slider-dec-right.png);
  background-size: contain;
}
.main-slider .slide__content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.main-slider .slide__content .close-ico {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
  display: block;
}
.main-slider .inner {
  padding: 15px 40px 15px 15px;
  color: #FFF;
  width: 250px;
  position: relative;
  float: right;
  margin-right: 379px;
  z-index: 15;
  background-color: rgba(59, 42, 49, 0.65);
}
.main-slider .slide__title, .main-slider .slide__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.main-slider .slide__title b, .main-slider .slide__text b {
  font-weight: 700;
}
.main-slider .slide__title {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 5px;
}

.fullwidth-sect {
  padding: 75px 0;
  overflow: hidden;
}

header.title h2, header.title h1, .banner-subpage .title h2, .banner-subpage .title h1 {
  text-align: center;
  padding-bottom: 30px;
  background: url(img/title-line.svg) center bottom no-repeat;
  background-size: 230px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 300;
}
header.title h2 b, header.title h1 b, .banner-subpage .title h2 b, .banner-subpage .title h1 b {
  font-weight: 700;
}
header.title p, .banner-subpage .title p {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

.banner-subpage .title h1 {
  padding-bottom: 25px;
}

.dark header.title h2 {
  background: url(img/title-line2.svg) center bottom no-repeat;
  background-size: 230px;
  color: #FFF;
}
.dark header.title p {
  color: #FFF;
}

.icon-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.icon-article {
  width: 33%;
  padding: 25px 40px;
}
.icon-article h3.title {
  text-align: center;
  line-height: 37px;
  font-size: 20px;
  color: #36272e;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.icon-article h3.title img {
  display: inline-block;
  margin-right: 5px;
}
.icon-article .text, .icon-article .text p {
  font-size: 13px;
  line-height: 21px;
  color: #062033;
}
.icon-article .read-more {
  font-family: 'FrutigerRoman';
  font-size: 14px;
  color: #36272e;
  display: inline-block;
  margin-top: 5px;
}

.project-sect {
  background: url(img/bg1.jpg) center no-repeat;
  background-size: cover;
  color: #FFF;
}

.projects-list {
  margin: 100px 0;
}
.projects-list .project {
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projects-list .project:hover .project__overlay {
  opacity: 1;
}
.projects-list .project:hover .project__overlay .icon {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.projects-list .project:hover .project__overlay h4 {
  opacity: 1;
}
.projects-list .project:hover .project__overlay .meta {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.projects-list .project__overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(54, 39, 46, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects-list .inner {
  vertical-align: middle;
  display: table-cell;
  padding: 30px;
  text-align: center;
  color: #FFF;
}
.projects-list .inner a {
  color: #FFF;
  text-decoration: none !important;
}
.projects-list .inner .icon {
  opacity: 0;
  display: block;
  margin: 0 auto 18px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
.projects-list .inner h4 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}
.projects-list .inner .meta {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

.news-list {
  margin: 0 -15px;
  padding: 50px 0;
}

.news-post {
  width: 270px;
  margin: 0 15px;
}

.news-post__thumb {
  background-size: cover;
  background-size: contain;
}
.news-post__thumb a {
  display: block;
  height: 100%;
}

.news-post__content {
  padding: 10px;
  background-color: #37282d;
  color: #FFF;
}
.news-post__content:after {
  content: "";
  display: block;
  clear: both;
}
.news-post__content h3 {
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  font-weight: bold;
}
.news-post__content h3 a {
  color: #FFF;
}
.news-post__content .exceprt {
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
}
.news-post__content .read-more {
  float: right;
  color: #FFF;
}

.widget--contact {
  padding: 90px 0;
  background: url(img/bg1.jpg) center no-repeat;
  background-size: cover;
  color: #FFF;
}
.widget--contact .row-fluid {
  margin: 50px 0 0 0;
}
.widget--contact .row-fluid:after {
  content: "";
  display: block;
  clear: both;
}
.widget--contact .title {
  margin-bottom: 50px;
}
.widget--contact .contact__form {
  width: 690px;
  float: left;
}
.widget--contact .contact__info {
  width: 200px;
  float: left;
  margin: 0 40px;
  font-size: 13px;
  line-height: 24px;
}
.widget--contact .contact__social {
  width: 200px;
  float: right;
}
.widget--contact .contact__social p {
  margin-bottom: 12px;
}
.widget--contact .contact__social p a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 26px;
  color: #C3BFC1;
}
.widget--contact .contact__social p a:hover {
  color: #FFF;
}
.widget--contact h3 {
  font-size: 24px;
  line-height: 25px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 25px;
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form textarea {
  font-size: 13px;
  color: #FFF;
  outline: none;
  height: 50px;
  border: none;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #625559;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="tel"]:focus, .form textarea:focus {
  border-color: #FFF;
}
.form textarea {
  padding: 15px 0;
  resize: none;
}
.form input[type="submit"] {
  font-size: 16px;
  display: inline-block;
  border: none;
  background-color: transparent;
  outline: none;
}
.form .submit i {
  font-size: 20px;
  color: #FFF;
  margin-right: 10px;
}
.form .col1 {
  width: 48.5%;
  float: left;
  margin-bottom: 20px;
}
.form .col2 {
  width: 48.5%;
  float: right;
  margin-bottom: 20px;
}
.form p {
  margin-bottom: 20px;
}

.sent .form p.submit, .sent .form p.submit i {
  color: #0cb90c;
}

.banner-subpage {
  padding: 140px 0 0 0;
}

.subpage h2 {
  font-size: 20px;
  line-height: 25px;
  color: #36272e;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 18px;
}
.subpage p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 21px;
  color: #062033;
}

.testimonials-sect {
  padding: 90px 0;
  background: url(img/bg1.jpg) center no-repeat;
  background-size: cover;
  color: #FFF;
}
.testimonials-sect .testimonials {
  margin-top: 50px;
}

.testimonial-post {
  outline: none;
  text-align: center;
}
.testimonial-post .text {
  font-size: 13px;
  line-height: 21px;
  color: #FFF;
  margin-bottom: 20px;
}
.testimonial-post .text p {
  color: #FFF;
  margin-bottom: 12px;
}
.testimonial-post .text p:last-child {
  margin-bottom: 0;
}
.testimonial-post .author, .testimonial-post .position {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.download-sect {
  padding: 50px 0;
}

.downloads-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.downloads-list__el {
  width: 200px;
}
.downloads-list__el .image {
  margin-bottom: 10px;
}
.downloads-list__el .image img {
  display: block;
  margin: 0 auto;
}
.downloads-list__el .title {
  font-size: 13px;
  color: #37282d;
  font-weight: 500;
  position: relative;
  padding-right: 25px;
}
.downloads-list__el .title img {
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
}
.downloads-list__el .title a {
  color: #37282d;
}

.posts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.posts-grid .post-single {
  margin: 15px;
  width: 270px;
  position: relative;
}

.post-single:after {
  content: "";
  display: block;
  clear: both;
}

.post-single__thumb, .news-post__thumb {
  height: 230px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.post-single__thumb .share, .news-post__thumb .share {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 10px;
}
.post-single__thumb .share a, .news-post__thumb .share a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  margin-left: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-single__thumb .share a:hover, .news-post__thumb .share a:hover {
  color: #ce004d;
  background-color: rgba(0, 0, 0, 0.8);
}
.post-single__thumb .overlay, .news-post__thumb .overlay {
  opacity: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-single__thumb .overlay span, .news-post__thumb .overlay span {
  width: 65px;
  height: 65px;
  line-height: 62px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #1D1E1F;
  text-align: center;
  font-size: 30px;
}
.post-single__thumb:hover .overlay, .news-post__thumb:hover .overlay {
  opacity: 1;
}

.news-post__thumb {
  height: 270px;
}

.post-single__contect {
  background-color: #FFF;
  padding: 10px 10px 5px 10px;
  border: 1px solid #F8F8F8;
  border-top: none;
}
.post-single__contect:after {
  content: "";
  display: block;
  clear: both;
}
.post-single__contect h2.title {
  font-family: 'Anton', sans-serif;
  color: #37282d;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.post-single__contect h2.title a {
  color: #37282d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-single__contect h2.title a:hover {
  color: #ce004d;
  text-decoration: none;
}
.post-single__contect .date {
  font-size: 13px;
  margin-bottom: 5px;
}
.post-single__contect .excerpt {
  font-size: 13px;
  line-height: 16px;
  color: #515151;
}
.post-single__contect .read-more {
  color: #37282d;
  float: right;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-single__contect .read-more:hover {
  color: #ce004d;
}

.posts-page .fullwidth-sect {
  padding-top: 20px;
}

.categories-list {
  text-align: center;
  margin-bottom: 20px;
}
.categories-list li {
  display: inline-block;
  font-size: 16px;
  color: #3b2a31;
  margin: 0 12px;
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories-list li.active, .categories-list li:hover {
  color: #ce004d;
}

.posts-grid-wrap {
  position: relative;
  min-height: 400px;
}

.loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url("img/loader.gif") 50% 50% no-repeat;
  z-index: 2;
}

.no-results {
  width: 100%;
  margin: 20px 0;
}

.post-page .post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-page .sidebar {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-page .single-post {
  margin: 0 60px;
}
.post-page .share {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
}
.post-page .share a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  background-color: #38292D;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-page .share a:hover, .post-page .share a:focus {
  color: #ce004d;
  background-color: #000;
}
.post-page .share .close-ico {
  cursor: pointer;
  display: block;
  text-align: center;
  margin-top: 100px;
}

.single-post__thumb {
  margin-bottom: 20px;
}

.single-post__meta p {
  margin-bottom: 10px;
  font-size: 14px;
}

#sidebar {
  border-bottom: 1px solid #000;
}

.sidebar .widget-sidebar {
  padding: 20px 0;
  border-top: 1px solid #000;
  text-align: right;
  margin-bottom: 20px;
}
.sidebar h3 {
  font-size: 18px;
  line-height: 20px;
  color: #342931;
  margin-bottom: 15px;
  font-weight: bold;
}
.sidebar ul li {
  font-size: 13px;
  margin-bottom: 2px;
  list-style: none;
}
.sidebar ul li a {
  color: #342931;
}
.sidebar ul li a:hover {
  color: #ce004d;
}
.sidebar .tagcloud a {
  display: block;
  color: #342931;
  font-size: 13px;
}
.sidebar .tagcloud a:hover {
  color: #ce004d;
}

.project-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-single h4 {
  font-size: 13px;
  font-weight: bold;
  color: #342931;
  margin-bottom: 15px;
}

.about-project {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.project-details {
  margin-left: 30px;
}
.project-details .gallery {
  margin-bottom: 30px;
}
.project-details .gallery .s-image img {
  display: block;
}
.project-details .description {
  font-size: 12px;
  line-height: 20px;
  color: #515151;
}

.project-review {
  padding: 10px 0;
  text-align: right;
  border-top: 1px solid #000;
}
.project-review blockquote {
  font-family: 'PT Serif', serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}
.project-review p.authors {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}

.about-text {
  padding: 35px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: right;
}
.about-text p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-member {
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-member.active {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.team-member.active .team-member__full-info {
  display: block;
}

.team-member__full-info {
  margin-left: 30px;
  display: none;
  padding: 15px;
  border: 1px solid #F8F8F8;
  position: relative;
  padding-right: 80px;
}
.team-member__full-info:after {
  content: "";
  display: block;
  clear: both;
}

.team-member__description {
  font-size: 14px;
  line-height: 24px;
  color: #062033;
  font-weight: 500;
  margin-top: 17px;
}

.team-member__social {
  width: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 75px;
}
.team-member__social a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  background-color: #38292D;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-member__social a:hover, .team-member__social a:focus {
  color: #ce004d;
  background-color: #000;
}

.team-member__close {
  position: absolute;
  right: 17px;
  bottom: 15px;
  cursor: pointer;
}

.team-member__short-info {
  width: 208px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.team-member__short-info:after {
  content: "";
  display: block;
  clear: both;
}

.team-member__thumb {
  cursor: pointer;
  overflow: hidden;
}
.team-member__thumb img {
  display: block;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}
.team-member__thumb:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.team-member__details {
  background-color: #FFF;
  padding: 12px 12px 8px 12px;
  border: 1px solid #F8F8F8;
  border-top: none;
}
.team-member__details:after {
  content: "";
  display: block;
  clear: both;
}

.team-member__name {
  font-family: 'Anton', sans-serif;
  color: #37282d;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}

.team-member__position {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-family: 'Oswald', sans-serif;
}

.team-member__excerpt {
  margin-top: 17px;
  font-size: 12px;
  line-height: 16px;
  color: #515151;
}

.team-member__details .read-more {
  color: #37282d;
  float: right;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-member__details .read-more:hover {
  color: #ce004d;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 3;
  height: 100%;
  background: #F3C6BB;
}

.wpcf7-not-valid {
  border-color: #F93808 !important;
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors {
  border: 1px solid #f7e700;
  color: #000;
  line-height: 18px;
  font-size: 14px;
  margin: 20px 0 10px 0;
  padding: 10px;
  clear: both;
  text-align: center;
  font-weight: 500;
}

.widget-subscribe .wpcf7-form.sent input[type="email"] {
  border-color: green;
}

#error404 {
  text-align: center;
  padding: 10% 0;
}

#error404 .title-link {
  font-size: 16px;
}

#error404 h1 {
  font-size: 150px;
  line-height: 160px;
  color: #99A7AF;
  margin: 30px 0 10px 0;
}

#error404 h3 {
  color: #CD1109;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

#error404 p {
  margin: 0;
}

.white-space {
  height: 35px;
}

/*-------------------------------------------------------------------------*/
/*	4.	Footer Styles */
/*-------------------------------------------------------------------------*/
.footer__widgets {
  background-color: #342931;
  padding: 75px 0;
  color: #FFF;
}

.widget-footer > h4 {
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  border-bottom: 1px solid #5D545A;
  margin-bottom: 10px;
}
.widget-footer p {
  font-size: 13px;
  line-height: 24px;
}

.widget-about img {
  padding-bottom: 17px;
}
.widget-about .textwidget {
  border-top: 1px solid #5D545A;
  padding-top: 10px;
}

.widget-sitemap ul {
  margin: 0;
  padding: 0;
}
.widget-sitemap li {
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 2px;
}
.widget-sitemap a {
  font-size: 13px;
  line-height: 24px;
  color: #FFF;
}
.widget-sitemap a:hover {
  text-decoration: underline;
}

.widget-search input[type="text"], .widget-search input[type="email"], .widget-subscribe input[type="text"], .widget-subscribe input[type="email"] {
  height: 46px;
  border: 2px solid #FFF;
  border-radius: 2px;
  background-color: transparent;
  padding: 0 40px 0 10px;
  font-size: 16px;
  width: 100%;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widget-search .searchform {
  position: relative;
  margin-bottom: 10px;
}
.widget-search .screen-reader-text {
  display: none;
}
.widget-search input[type="submit"] {
  background-color: transparent;
  background-image: url(img/search-ico.png);
  height: 46px;
  width: 46px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  text-indent: -9999px;
}

.widget-subscribe input[type="submit"] {
  background-color: transparent;
  background-image: url(img/subscribe-ico.png);
  height: 44px;
  width: 46px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  text-indent: -9999px;
}
.widget-subscribe .wpcf7-form {
  position: relative;
  margin-bottom: 10px;
}
.widget-subscribe .ajax-loader {
  position: absolute;
  top: 14px;
  right: -20px;
}

/*-------------------------------------------------------------------------*/
/*	5.	Responsive */
/*-------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .main-slider:before, .main-slider:after {
    display: none;
  }

  .main-slider .inner {
    margin-right: 50px;
  }

  .news-list {
    padding: 50px 0 0 0;
  }

  .projects-list {
    margin: 50px 0 0px 0;
  }

  .widget--contact {
    padding: 70px 0;
  }

  .widget--contact .contact__form {
    width: 600px;
  }

  .widget--contact .contact__info {
    width: 170px;
    margin: 0 40px;
  }

  .widget--contact .contact__social {
    width: 120px;
  }

  .team-list {
    margin: 0 -10px;
  }

  .team-member {
    padding: 10px;
  }

  .team-member__full-info {
    margin-left: 20px;
  }

  .post-page .single-post {
    margin: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .posts-grid .post-single {
    margin: 5px;
    width: 235px;
  }

  .posts-grid {
    margin: 0 -5px;
  }
}
@media (max-width: 991px) {
  .icon-article {
    width: 33%;
    padding: 20px;
  }

  .news-list {
    margin: 0 -10px;
  }

  .news-post {
    margin: 0 10px;
  }

  .wpgmp_map {
    height: 400px !important;
  }

  .widget-footer > h4 {
    padding: 20px 0;
  }

  .widget-about img {
    padding-bottom: 10px;
    width: 113px;
  }

  .widget-subscribe, .widget-search {
    margin-top: 30px;
  }

  .widget--contact h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .icon-article h3.title {
    font-size: 18px;
  }

  .projects-list .project {
    height: 320px;
  }

  .news-post__thumb {
    height: 230px;
  }

  .team-member__description {
    font-size: 13px;
    line-height: 21px;
    margin-top: 15px;
  }

  .post-page .sidebar {
    width: 150px;
  }

  .post-page .share {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .header__nav {
    display: block !important;
  }

  .wow {
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget--contact .contact__info {
    margin: 0 30px;
  }

  .widget--contact .contact__form {
    width: 400px;
  }

  .posts-grid .post-single {
    margin: 5px;
    width: 243px;
  }

  .posts-grid {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .header {
    position: relative;
    padding: 10px 15px;
  }

  .header .menu-icon {
    display: block;
    position: absolute;
    z-index: 20;
    right: 15px;
    top: 8px;
  }

  .header__logo {
    width: 100px;
  }

  .header__nav {
    display: none;
    float: none;
    text-align: center;
    margin-top: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .header__nav li {
    display: block;
    margin: 5px 0;
  }

  .header__nav a {
    font-size: 17px;
    line-height: 20px;
    margin: 6px 0;
    padding: 0;
    color: #fff;
    text-shadow: none;
  }

  .header__nav li.current-menu-item:after {
    display: none;
  }

  .header__nav li.current-menu-item a {
    color: #ce004d;
    text-decoration: none;
  }

  .main-slider .inner {
    margin-right: 0;
    width: 100%;
  }

  .fullwidth-sect {
    padding: 50px 15px;
  }

  .icon-article {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  .widget--contact {
    padding: 50px 15px;
  }

  .widget--contact .title {
    margin-bottom: 35px;
  }

  .widget--contact .row-fluid {
    margin: 35px 0 0 0;
  }

  .widget--contact .contact__info {
    width: 46%;
    margin: 30px 0 0 0;
  }
  .widget--contact .contact__info br {
    display: none;
  }

  .widget--contact .contact__social {
    width: 46%;
    margin: 30px 0 0 0;
  }

  .widget--contact .contact__social p {
    margin: 0 10px 0 0;
    display: inline-block;
  }

  .wpgmp_map {
    height: 350px !important;
  }

  .footer__widgets {
    padding: 50px 15px;
  }

  .widget--contact .contact__form {
    width: 100%;
  }

  .banner-subpage {
    padding: 70px 0 0 0;
  }

  .header {
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
  }

  .posts-grid .post-single {
    margin: 0;
    border: 5px solid #FFF;
    width: 50%;
  }

  .posts-grid {
    margin: 0 -5px;
  }

  .categories-list li {
    font-size: 15px;
    margin: 5px 10px;
  }

  .team-member {
    padding: 5px;
  }

  .team-list {
    margin: 0 -5px;
  }

  .post-page .sidebar {
    display: none;
  }

  .post-page .single-post {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .projects-list .project {
    height: 260px;
  }

  .news-post__content .exceprt {
    font-size: 12px;
    line-height: 16px;
  }

  .news-post {
    margin: 0 5px;
  }

  .news-list {
    margin: 0 -5px;
  }

  .widget-footer p {
    font-size: 12px;
    line-height: 20px;
  }

  .widget-subscribe, .widget-search {
    margin-top: 30px;
  }

  .team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .team-member__full-info {
    margin-left: 0;
    margin-top: 10px;
  }

  .team-list {
    margin: 0 auto;
    max-width: 400px;
  }

  .team-member {
    width: 100%;
    margin: 10px 0;
  }

  .team-member__short-info {
    width: 100%;
  }

  .team-member__thumb img {
    width: 100%;
  }

  .team-member__thumb:hover img {
    -webkit-transform: none;
    transform: none;
  }

  .project-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-project {
    width: 100%;
    margin-bottom: 30px;
  }

  .project-details {
    margin-left: 0;
  }

  .project-review {
    text-align: center;
  }

  .project-review blockquote {
    margin-bottom: 20px;
  }

  .project-review p.authors {
    margin-bottom: 0px;
  }

  .about-text {
    padding: 20px 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .widget-sitemap {
    margin-top: 30px;
  }

  .footer__widgets .col-xs-6 {
    width: 100%;
  }

  .fullwidth-sect {
    padding: 35px 15px;
  }

  .main-slider .slick-prev, .main-slider .slick-next {
    display: none !important;
  }

  header.title h2, header.title h1, .banner-subpage .title h2, .banner-subpage .title h1 {
    padding-bottom: 25px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  header.title p, .banner-subpage .title p {
    font-size: 14px;
  }

  .projects-list {
    margin: 30px 0 0px 0;
  }

  .widget-footer > h4 {
    padding: 0 0 15px 0px;
    margin-bottom: 15px;
  }

  .main-slider .inner {
    padding: 10px;
  }

  .main-slider .slide__title, .main-slider .slide__text {
    font-size: 14px;
    line-height: 18px;
  }

  .main-slider .slide__content .close-ico {
    right: 5px;
    top: 5px;
  }

  .banner-subpage {
    padding: 60px 0 0 0;
  }

  .posts-grid .post-single {
    width: 100%;
  }

  .post-single__thumb, .news-post__thumb {
    height: 270px;
  }

  .team-member__full-info {
    padding-right: 45px;
  }

  .team-member__social {
    width: 40px;
    right: 0;
    top: 10px;
  }

  .team-member__social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .team-member__description {
    font-size: 12px;
    line-height: 20px;
  }

  .post-page .post-wrap {
    position: relative;
  }

  .post-page .share {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 3;
  }

  .post-page .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */