/* -----------------------------------------
   Edits
----------------------------------------- */
/*.page h1 {
padding-top: 50px;
}
*/

/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider {
  margin-bottom: 0;
}
#home-slider .slick-slide {
  height: 500px;
  /*define the height of slide*/
}
#home-slider .row {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
}
#home-slider .row .columns {
  position: static;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 40em;
  background: rgba(0, 0, 0, 0.6);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 40px;
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: ;
}
#home-slider .slider-caption a.link {
  color: #5b0c66;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ffffff;
  padding: 10px;
  font-weight: ;
  border: 1px solid transparent;
}
#home-slider .slider-caption a.link:hover {
  background-color: #5b0c66;
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  #home-slider .slider-caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: #000;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #home-slider .slider-caption p {
    font-size: 12px;
    text-shadow: none;
    font-weight: 600;
  }
  #home-slider .slick-prev, #home-slider .slick-next {
    display: none !important;
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption.alignnone {
  margin: 0 1em 1em 0;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

body {
  -webkit-font-smoothing: antialiased;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #838383;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #838383;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #838383;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #838383;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  /* STYLES GO THERE */
}

textarea[rows] {
  /*Styles for TextArea*/
}

/* Responsive video container (YouTube, Vimeo) */
embed, iframe, object {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Align Middle */
.align-middle, .side-img:before {
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {
  outline: none;
}

p:empty {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
h1 {
  /*basic heading styles*/
}

h2 {
  font-size: 35px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

h3 {
  /*basic heading styles*/
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

p {
  /*basic paragraph styles*/
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
}

.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

#home-slider .slick-slide, .internal-slider .work-img-cont {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*-------------------------------
        Paginator
-------------------------------*/
ul.pagination li a {
  padding: 0 7px;
  border-radius: 0;
}

.pagination.current {
  color: #fff;
  background: #2795b6;
  padding: 1px 7px 2px 7px;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}
.header .tel {
  color: #898989;
  display: inline-block;
  background-color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  font-weight: ;
  padding: ;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.row {
  max-width: 1040px;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}

.acf-map, .acf-map-single {
  width: 100%;
  height: 340px;
  border: #ccc solid 1px;
}

.acf-map-single {
  height: 230px;
}

.grey-section {
  background-color: #ededed;
  padding-top: 50px;
  padding-bottom: 30px;
}
.grey-section p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.grey-section img {
  margin-bottom: 10px;
}
.grey-section h4 {
  color: #333;
}

.white-section {
  padding: 50px 0;
}

a.link {
  color: #5b0c66;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ffffff;
  padding: 7px 7px;
  border: 1px solid #5b0c66;
  font-weight: 300;
}
a.link:hover {
  background-color: #5b0c66;
  color: #ffffff;
}

.bgimg {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
.bgimg .quote {
  position: relative;
  padding: 30px 30px 0 50px;
}
.bgimg .quote:before {
  content: '';
  background: url(../images/qr.png) no-repeat;
  width: 30px;
  height: 25px;
  position: absolute;
  z-index: 1;
  left: 0;
}
.bgimg .quote:after {
  content: '';
  background: url(../images/ql.png) no-repeat;
  right: 0;
  width: 30px;
  height: 25px;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.bgimg .autor {
  text-align: right;
}

.white-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.83);
}

/*---------------------------------------
	Single-works.php
---------------------------------------*/
a[href$=".pdf"] {
  color: #ea4c3a;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}
a[href$=".pdf"]:before {
  content: '';
  width: 29px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/pdf_icon.png);
}

.page_title {
  font-size: 35px;
  color: #7d3787;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.side-img {
  position: relative;
  display: block;
}
.side-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.side-img:before {
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(../images/glass.png);
  z-index: 2;
  opacity: 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.side-img:hover:after, .side-img:hover:before {
  opacity: 1;
}

.internal-slider .work-img-cont {
  height: 360px;
}
.internal-slider .slick-dots {
  margin: 0;
  bottom: 20px;
}
.internal-slider .slick-dots li button {
  margin: 0;
}
.internal-slider .slick-dots li button:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid white;
  background-color: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
}
.internal-slider .slick-dots li.slick-active button:before {
  background-color: #fff;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_label {
  display: none;
}

.gform_footer {
  text-align: right;
  /*alining of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

button, .button, input[type='submit'] {
  background-color: #5b0c66;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus {
  background-color: #0a010b;
}

.gform_wrapper {
  background-color: #dcdadd;
  margin: 0 !important;
  padding: 20px 25px 25px;
}
.gform_wrapper textarea {
  margin: 0 !important;
  height: 90px !important;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 !important;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
  margin: 2px 0 !important;
}

.gform_wrapper .top_label .gfield_label {
  display: none !important;
}

.gform_footer.top_label {
  margin-top: 5px !important;
  margin-left: 1px !important;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  text-align: left;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer .gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase !important;
  font-weight: 700;
}
.gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .button {
  padding: 7px 20px !important;
  margin: 0;
  border: 1px solid #5b0c66;
}
.gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer .button:hover {
  background-color: #fff;
  color: #5b0c66;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #3a3a3a;
  color: #eaeaea;
  padding: 50px 0 0;
}
.footer.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer p {
  margin: 0;
  font-size: 15px;
}
.footer a {
  color: #ffffff;
  font-size: 15px;
  display: block;
  padding-bottom: 10px;
}
.footer .copyright {
  background-color: #5b0c66;
  margin-top: 50px;
  padding: 12px 0;
}
.footer p.copy {
  display: inline-block;
  padding-right: 10px;
}
.footer .bot-footer a {
  display: inline-block;
  padding: 0;
  font-size: 15px;
}

/* ------------------------------------
    Contact Styles
------------------------------------- */
.contact {
  padding: 50px 0;
}
.contact .licence {
  padding-top: 10px;
}
.contact .licence p {
  font-size: 14px;
  margin-bottom: 5px !important;
}
.contact h4 {
  padding-bottom: 30px;
}
.contact a, .contact span {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.contact .cont-email {
  padding-left: 20px;
}
.contact .address-section {
  padding-top: 25px;
}
.contact .address-section p {
  margin: 0;
}
.contact .address-section .additional-img {
  width: 100%;
}

/* ------------------------------------
    About Styles
------------------------------------- */
.about {
  padding: 50px 0;
}
.about h4 {
  padding-bottom: 20px;
}
.about .member {
  padding-top: 40px;
}
.about .member .info-memb h5 {
  font-weight: 500;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  margin: 0;
}
.about .member .info-memb p {
  margin: 0;
}
.about .member .info-memb h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding-top: 5px;
}
.about .member .info-memb h6 a {
  color: #333333;
}
.about .member .info-memb a {
color: #333333;
font-size: 14px;
}
.about .member .info-memb .cont-memb {
  padding-top: 20px;
}

.team {
  padding-top: 30px;
}

.biography {
  background-color: #eaeaea;
  padding: 20px 40px 5px 30px;
}
.biography p {
  font-size: 14px;
}

/* ------------------------------------
    Other page Styles
------------------------------------- */
.other {
  padding-top: 50px;
}
.other .full-w:nth-child(2n) {
  background-color: #eaeaea;
}
.other p {
  font-size: 16px;
}
.other .banner img {
  width: 100%;
}
.other .banner h4 {
  padding-bottom: 20px;
}
.other .banner p {


  font-size: 16px;
}
.other .full-w {
  padding: 50px 0;
}
.other .full-w h1, .other .full-w h2, .other .full-w h3, .other .full-w h4, .other .full-w h5, .other .full-w h6 {
  color: inherit;
}
.other .full-w img {
  width: 100%;
}
.other .slick-slide img {
  width: 100%;
}

/* ------------------------------------
    Taxonomy Work State
------------------------------------- */
.work-prev img {
  width: 100%;
}

.work-title a {
  font-size: 19px;
  font-weight: 700;
  color: inherit;
}

.current-dev {
  padding: 50px 0;
}
.current-dev h4 {
  padding-bottom: 20px;
}
.current-dev .developments {
  margin-bottom: 70px;
}
.current-dev .developments h5 {
  padding-top: 20px;
}
.current-dev [class*="column"] + [class*="column"]:last-child {
  float: left;
}
