/*
 Theme Name:   Ai3architects
 Theme URI:    
 Description:  A Superfly Child Theme Made With ❤ for Divi
 Author:       Admin
 Author URI:   
 Template:     Divi
 Version:      5.1.2
*/

/* ==========================================================================
   Ai3architects CSS - EDIT AT YOUR OWN RISK
   ========================================================================== */

/*PREVENT HORIZONTAL SCROLLING*/
#page-container {
  overflow-x: hidden;
}

/* ==========================================================================
   TAGS
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .et_pb_fullwidth_header_subhead {
  word-wrap: initial;
}
h3 {
  font-size: 20px;
}
h4 {
  color: #7f7f7f;
  font-size: 24px;
  margin-bottom: 20px;
}
h5 {
  font-size: 20px;
  margin-bottom: 30px;
}
h6 {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
blockquote {
  font-size: 26px;
  padding: 0;
  line-height: 1.4em;
  color: #CACACA;
  border: none;
}

.single-post .single-temp .et_pb_image_wrap {
    margin-top: 100px;
}
.single-post p.et_pb_title_meta_container {
    font-size: 16px!important
}


/* ==========================================================================
   UTILITIES
   ========================================================================== */
/* BUTTONS */
.smallButton {
  float: left;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
}

/* COUNTERS */
.et_pb_number_counter h3 {
  line-height: 1.5em;
}

/* COUNTDOWN TIMER */
.josefinCountdownTimer {
 padding: 4% 2%;
}
.josefinCountdownTimer .sep {
 display: none;
}
.josefinCountdownTimer .section.values {
 width: 20%;
 max-width: none;
}
@media screen and (max-width : 980px) {
 .josefinCountdownTimer .section.values {
 width: 24%;
 }
}
@media screen and (max-width : 980px) {
 .josefinCountdownTimer .section.values {
 width: 23%;
 }
}

/* TOGGLES */
h5.et_pb_toggle_title {
  margin-bottom: 0;
  line-height: 1.2em;
}
.et_pb_toggle_title:before {
  font-size: 32px;
}

/* FEATURES GRID */
.josefinBlurb {
  padding: 30px;
  min-height: 330px;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.josefinBlurb h4 {
  line-height: 1.3em;
}
.josefinBlurb:hover {
  box-shadow: 0 25px 50px rgba(0,0,0,.2);
  background-color: #fff;
  z-index: 9999;
}
@media screen and (max-width : 1245px) {
  .josefinBlurb {
    min-height: 360px;
  }
}
@media screen and (max-width : 1070px) {
  .josefinBlurb {
    min-height: 380px;
  }
}
@media screen and (max-width : 980px) {
  .josefinBlurb {
    padding: 30px 0;
    border: none !important;
    min-height: 0;
  }
  .josefinBlurb:hover {
    box-shadow: none;
  }
  #features .et_pb_column {
    margin-bottom: 0 !important;
  }
}

/*FEATURES GRID BLUE*/
.josefinBlurbBlue:hover {
  box-shadow: 0 25px 50px rgba(0,0,0,.2);
  border-color: #1472e1;
  background-color: #1472e1;
}
.et_pb_blurb.josefinBlurbBlue:hover .et_pb_blurb_container h4, .josefinBlurbBlue:hover .et_pb_blurb_container, .josefinBlurbBlue:hover .et_pb_blurb_container p, .josefinBlurbBlue:hover .et_pb_blurb_container a, .josefinBlurbBlue:hover .et-pb-icon {
  color: #fff !important;
}
.josefinBlurbBlue:hover .et_pb_blurb_container a {
  text-decoration: underline;
}

/* VERTICAL ALIGN */
.vertical-align { 
 display: flex; 
 flex-direction: column; 
 justify-content: center;
}

/* CTAS */
#ctas .josefinCTA:before {
  background-color: rgba(0, 0, 0, 0.2);
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#ctas .josefinCTA:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
#ctas .josefinCTA a {
  display: block;
  color: #fff;
  position: relative;
  padding-top: 125px;
  padding-bottom: 125px;
  z-index: 9999;
}
@media screen and (max-width : 980px) {
  #ctas .josefinCTA a {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width : 768px) {
  #ctas .et_pb_row {
    padding: 0;
  }
}

/* CTA SECTION */
.CTAsection h2.et_pb_module_header {
  font-weight: normal;
  margin-bottom: 20px;
}

/* BLURB LINKS */
.josefinBlurbLink {
  min-height: 400px;
  padding: 50px;
  overflow: hidden;
}
.josefinBlurbLink .et_pb_blurb_content {
  max-width: none;
}
.josefinBlurbLink .et_pb_module_header {
  position: relative;
  top: -50px;
  opacity: 0;
  transition: all 0.4s;
}
.josefinBlurbLink:hover .et_pb_module_header {
  top: 0;
  opacity: 1;
}
.josefinBlurbLink .et_pb_blurb_description {
  position: relative;
  left: -50px;
  opacity: 0;
  transition: all 0.4s;
}
.josefinBlurbLink:hover .et_pb_blurb_description {
  left: 0;
  opacity: 1;
  transition-delay: 0.2s;
}
.josefinBlurbLink:after {
  content: 'Learn More →';
  font-family: 'Josefin Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
  position: absolute;
  opacity: 0;
  bottom: 0;
  transition: all 0.4s;
}
.josefinBlurbLink:hover:after {
  opacity: 1;
  bottom: 45px;
  transition-delay: 0.4s;
}
.josefinBlurbLinkColumns {
  overflow: hidden;
}

@media screen and (max-width : 767px) {
  .josefinBlurbLink {
    min-height: 350px;
    padding: 35px;
  }
  .josefinBlurbLink .et_pb_module_header {
    top: -35px;
  }
  .josefinBlurbLink .et_pb_blurb_description {
    left: -35px;
  }
  .josefinBlurbLink:hover:after {
    bottom: 30px;
  }
	
	
}


/* REVIEWS */
#reviews h2 {
  font-weight: 700;
}
#reviews blockquote {
  color: #fff;
  font-size: 26px;
  line-height: 1.6em;
}
#reviews h5 {
  font-size: 16px;
  color: #c2c2c2;
}
#reviews .et_pb_slide_content img {
  border-radius: 999px;
  margin-top: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, .3);
}

/* TESTIMONIALS */
.et_pb_testimonial_author {
  font-size: 18px;
}
.et_pb_testimonial_meta {
  font-size: 12px;
}
@media screen and (max-width : 768px) {
  .et_pb_column .et_pb_testimonial_portrait {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}

/* CONTACT FORM */
.et_pb_contact_main_title {
  font-weight: 900;
}
.et_pb_contact_captcha_question {
  font-size: 20px;
}
input.et_pb_contact_captcha {
  padding: 15px 15px 13px 15px !important;
}
.lightForm h1 {
  color: #fff;
}
.lightForm .et_pb_contact input, .lightForm .et_pb_contact textarea {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.lightForm .et_pb_contact input:focus, .lightForm .et_pb_contact textarea:focus {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  border-color: rgba(255, 255, 255, 1);
}
.lightForm .et_pb_contact_captcha_question {
  color: #fff;
}
.lightForm button[type="submit"].et_pb_button {
  color: #000;
  background-color: rgba(255, 255, 255, 1);
  border-color: #fff;
}
.lightForm button[type="submit"].et_pb_button:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff !important;
}
@media screen and (max-width : 550px) {
  .et_pb_contact .et_pb_button {
    position: relative;
    right: 15px;
    top: 10px;
  }
}

/* EMAIL OPTINS */
.josefinOptin .et_pb_newsletter_form input {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* TWO COLUMN SWITCH */
@media screen and (max-width : 980px) {
  .josefinTwoColumnSwitch .et_pb_row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* GREY OVERLAY */
.greyOverlay .et_parallax_bg:before, .greyOverlay:before {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 52, 56, 0.25);
}

/*DARK OVERLAY*/
.darkOverlay .et_parallax_bg:before, .darkOverlay:before {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.3);
}

/* MISCELLANEOUS */
#main-content .container:before {
  background-color: transparent;
}

/* TWITTER - ROTATING TWEETS PLUGIN */
.rtw_meta {
  font-style: italic;
}

/*WORTH THE READ */
#wtr-progress {
 z-index: 99999;
}



/* ==========================================================================
   HEADER
   ========================================================================== */

/* FIX FOR WORDPRESS PAGE THAT DOES NOT USE THE DIVI BUILDER */
#main-content .container {
  padding-top: 125px;
}

/* NO PADDING AT THE TOP OF THE PAGE */
body.fadeNoPadding.et_pb_pagebuilder_layout .et_pb_section_first, body.noPadding.et_pb_pagebuilder_layout .et_pb_section_first {
  padding-top: 0 !important;
}

/* ADD FADE TO TOP OF PAGE */
body.fadeNoPadding .et_pb_section_first:before, body.fadeWithPadding .et_pb_section_first:before, body.josefinPost .et_pb_section_first:before {
  background-image: url('/wp-content/uploads/2019/01/glow.png');
  background-repeat: no-repeat;
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 200px;
  opacity: 0.3;
}
body.fadeNoPadding .et_pb_section_first .et_pb_fullwidth_header .header-content, body.fadeNoPadding .et_pb_section_first .et_pb_row, body.fadeWithPadding .et_pb_section_first .et_pb_fullwidth_header .header-content, body.fadeWithPadding .et_pb_section_first .et_pb_row {
  z-index: 999;
}
body.josefinPost {
  margin-top: -75px;
}
body.josefinPost #comment-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #efefef;
}
body.josefinPost .postAuthorImage {
  border-radius: 100%;
  overflow: hidden;
}
.et_pb_fullwidth_header_subhead {
  font-weight: 700;
  letter-spacing: 7px;
  margin-bottom: 18px;
  margin-top: 10px;
}
#main-header, #et-top-navigation {
  font-weight: 600;
}
#top-menu li {
  padding-right: 36px;
}
body.et_pb_pagebuilder_layout #main-header {
  background-color: rgba(0, 0, 0, 0) !important;
}
#main-header, body.single-project.et_pb_pagebuilder_layout #main-header, body.single-post.et_pb_pagebuilder_layout #main-header {
  background-color: rgba(0, 0, 0, 1) !important;
}
#main-header.et-fixed-header, body.et_pb_pagebuilder_layout #main-header.et-fixed-header {
  background-color: rgba(0, 0, 0, .8) !important;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
  top: -2px;
}
#main-header .et_mobile_menu li ul, #main-header .et_mobile_menu li li {
	padding-left: 0;
}
.mobile_nav ul#mobile_menu li ul li a {
	font-size: 16px !important;
}
.nav li ul {
	padding: 10px 0;
}
#top-menu li li {
	padding: 0;
}
#top-menu li li a {
  line-height: 1.3em;
  width: 100%;
  padding: 12px 24px;
}
@media screen and (max-width : 980px) {
  #main-header .container {
    width: 94%;
  }
}



/* ==========================================================================
   HOME SPLIT HEADER
   ========================================================================== */
.sectionOverhang {
  overflow: visible !important;
}
.sectionOverhang .overhang {
  top: -85px;
  position: relative;
  z-index: 999;
  transition: all .3s ease-in-out;
}
.sectionOverhang .overhang:hover {
  box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.7);
}
.sectionOverhang .overhang .et_pb_column {
  margin-bottom: 0 !important;
}
@media screen and (max-width : 980px) {
  .sectionOverhang .overhang {
    top: -105px;
  }
}
@media screen and (max-width : 768px) {
  .sectionOverhang .overhang {
    top: 0px;
  }
}



/* ==========================================================================
   FULLHEIGHT SLIDER
   ========================================================================== */
.josefinSlider .josefinFullHeightSlider .et_pb_slide {
  height: 100vh;
}
@media screen and (max-width : 980px) {
  .josefinSlider .et_pb_slide_description .et_pb_slide_title {
    font-size: 46px;
    font-weight: bold !important;
  }
}
@media screen and (max-width : 767px) {
  .josefinSlider .et_pb_slide_description .et_pb_slide_title {
    font-size: 44px !important;
  }
  .josefinSlider .et_pb_slide_content {
    font-size: 18px !important;
  }
	.home .josefinSlider .et_pb_section_video .et_pb_slider_container_inner .et_pb_slide_image{
		display:block !important;
	}
}
@media screen and (max-width : 400px) {
  .josefinSlider .et_pb_slide_description .et_pb_slide_title {
    font-size: 36px !important;
  }
}



/* ==========================================================================
   2 COLUMN HALF SECTION - PIC & TEXT
   ========================================================================== */
.imageBackground .et_pb_promo_description {
  padding-bottom: 10px;
}
.rowPic .rowPicText {
  padding: 50px;
}
@media screen and (max-width : 990px) {
  .rowPic .rowPicImage, .et_pb_column.rowPicImage {
    height: 500px !important;
    display: block !important;
  }
  .rowPic .rowPicText {
    padding: 50px !important;
  }
  #video .rowPic .rowPicText:last-child {
    padding: 0 50px 50px !important;
  }
}
@media screen and (max-width : 320px) {
  .rowPic .rowPicImage, .et_pb_column.rowPicImage {
    height: 250px !important;
  }
  .rowPic .rowPicText {
    padding: 30px !important;
  }
  #video .rowPic .rowPicText:last-child {
    padding: 0 30px 30px !important;
  }
}



/* ==========================================================================
   IMAGE ZOOM FEATURE
   ========================================================================== */
.imageWrap {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.imageWrap img {
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.imageWrap img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}



/* ==========================================================================
   KEN BURNS - LINEAR
   ========================================================================== */
@media only screen and (min-width: 767px) {
	.josefinKenBurnsHeader .et_parallax_bg {
    animation: josefinKenburns 45s forwards;
	}
}
@media only screen and (min-width: 767px) {
  .josefinKenBurnsSection .et_parallax_bg {
    animation: josefinKenburns 45s infinite;
  }
}
@keyframes josefinKenburns {
	0% {
    opacity: 0;
    -ms-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
    -webkit-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
    transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
    animation-timing-function: linear;
	}
	1% {
    opacity: 1;
	}
	100% {
    -ms-transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px);
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px);
    transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px);
	}
}



/* ==========================================================================
   PIVOTAL SECTION BACKGROUND IMAGE GROW & SHRINK ON HOVER
   ========================================================================== */
.josefinPivotal:before {
 content:"";
 display: block;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background-position: center !important;
 background-size: cover !important;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 -ms-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
.josefinPivotalShift:before {
 content:"";
 display: block;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background-position: bottom left !important;
 -webkit-transition: all 2.5s ease;
 -moz-transition: all 2.5s ease;
 -o-transition: all 2.5s ease;
 -ms-transition: all 2.5s ease;
 transition: all 2.5s ease;
}
@media only screen and (min-width: 767px) {
 .josefinPivotal, .josefinPivotalShift {
   overflow: hidden;
 }
 .josefinPivotal:hover:before {
     transform: scale(1.1);
 }
 .josefinPivotalShift:hover:before {
     background-position: top right !important;
 }
}



/* ==========================================================================
   OVERLAPPING TEXT & IMAGE SECTION
   ========================================================================== */
/* IMAGE LEFT & TEXT RIGHT */
.josefinOverlap .josefinOverlapImageLeft {
  box-shadow: 0 0 50px rgba(0,0,0,.3);
  position: relative;
  z-index: 998;
  margin-left: 75px;
}
.josefinOverlap .josefinOverlapTextRight {
  box-shadow: 0 0 50px rgba(0,0,0,.2);
  position: relative;
  z-index: 999;
  margin-left: -125px;
  margin-top: 75px;
}
@media screen and (max-width : 1140px) {
  .josefinOverlap .josefinOverlapImageLeft {
    margin-left: 50px;
  }
  .josefinOverlap .josefinOverlapTextRight {
    margin-left: -75px;
    margin-top: 50px;
  }
}
@media screen and (max-width : 980px) {
  .josefinOverlap .josefinOverlapImageLeft {
    margin-left: 13%;
  }
  .josefinOverlap .josefinOverlapTextRight {
    margin-left: -13%;
    margin-top: -90px;
  }
}
@media screen and (max-width : 768px) {
  .josefinOverlap .josefinOverlapImageLeft {
    margin-left: 10%;
  }
  .josefinOverlap .josefinOverlapTextRight {
    margin-left: -10%;
  }
}
@media screen and (max-width : 600px) {
  .josefinOverlap .josefinOverlapImageLeft {
    margin-left: 0;
  }
  .josefinOverlap .josefinOverlapTextRight {
    margin-left: 0;
    margin-top: -30px;
  }
}

/* TEXT LEFT & IMAGE RIGHT */
.josefinOverlap .josefinOverlapImageRight {
  box-shadow: 0 0 50px rgba(0,0,0,.3);
  position: relative;
  z-index: 998;
  margin-left: -125px;
}
.josefinOverlap .josefinOverlapTextLeft {
  box-shadow: 0 0 50px rgba(0,0,0,.2);
  position: relative;
  z-index: 999;
  margin-left: 75px;
  margin-top: 75px;
}
@media screen and (max-width : 1140px) {
  .josefinOverlap .josefinOverlapImageRight {
    margin-left: -75px;
  }
  .josefinOverlap .josefinOverlapTextLeft {
    margin-left: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width : 980px) {
  .josefinOverlap .josefinOverlapImageRight {
    margin-left: -13%;
    margin-top: -90px;
  }
  .josefinOverlap .josefinOverlapTextLeft {
    margin-left: 13%;
    margin-top: 0;
  }
}
@media screen and (max-width : 768px) {
  .josefinOverlap .josefinOverlapImageRight {
    margin-left: -10%;
  }
  .josefinOverlap .josefinOverlapTextLeft {
    margin-left: 10%;
  }
}
@media screen and (max-width : 600px) {
  .josefinOverlap .josefinOverlapImageRight {
    margin-left: 0;
    margin-top: -30px;
  }
  .josefinOverlap .josefinOverlapTextLeft {
    margin-left: 0;
  }
}



/* ==========================================================================
   BLOG
   ========================================================================== */
#blogPage .et_pb_post {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #efefef;
}
#blogPage a.more-link {
  width: 240px;
}
body.single-post.et_pb_pagebuilder_layout {
  padding-top: 74px;
}
body.single-post.noPadding .et_pb_section.et_pb_section_first {
  padding-top: 0 !important;
}
form#commentform .form-submit {
  float: left;
}
h1#comments {
  font-size: 30px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
li.comment article {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.comment_postinfo .comment_date, .comment_postinfo .comment-edit-link {
  font-size: 12px;
  font-style: italic;
}
.comment_area span.reply-container a.comment-reply-link {
  font-size: 12px;
  letter-spacing: 2px !important;
  padding: 8px 8px 6px 10px !important;
  line-height: 12px !important;
  top: 0 !important;
}
@media screen and (max-width : 768px) {
  #blogPage .et_pb_post {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
  }
}
@media screen and (max-width : 767px) {
	.comment_area span.reply-container {
    float: left;
  }
  .comment_area span.reply-container a.comment-reply-link {
    font-size: 10px;
    padding: 6px 6px 3px 8px !important;
    line-height: 10px !important;
    margin-top: 15px;
  }
}
@media screen and (max-width : 479px) {
	.comment_avatar img {
    max-width: 40px;
    margin-top: -15px;
  }
}



/* ==========================================================================
   PROJECTS
   ========================================================================== */
body.single-project.et_pb_pagebuilder_layout {
  padding-top: 74px;
}
body.single-project.fadeWithPadding {
  padding-top: 0;
}
body.single-project.fadeWithPadding #main-header {
  background-color: rgba(0, 0, 0, 0) !important;
}
body.single-project.fadeWithPadding #main-header.et-fixed-header {
  background-color: rgba(0, 0, 0, .8) !important;
}
.et_pb_portfolio_0 .et_pb_portfolio_item .post-meta, .et_pb_portfolio_0 .et_pb_portfolio_item .post-meta a {
  margin-top: -5px;
}
@media screen and (max-width : 768px) {
  body.single-project.fadeWithPadding #main-header {
    background-color: rgba(0, 0, 0, 1) !important;
  }
	body.et_pb_pagebuilder_layout article.project {
    padding-top: 50px;
  }
  .et_pb_portfolio_0 .et_pb_portfolio_item .post-meta, .et_pb_portfolio_0 .et_pb_portfolio_item .post-meta a {
    margin-top: -15px;
  }
}



/* ==========================================================================
   ARCHIVES - SEARCH - 404
   ========================================================================== */
/* FIX FOR DIVI BUILDER PAGE THAT DOES NOT STARTOUT WITH THE FULLWIDTH HEADER */
body.search #main-header, body.archive #main-header, body.category #main-header {
  background-color: rgba(0, 0, 0, 1) !important;
}
body.search.et_pb_pagebuilder_layout, body.archive.et_pb_pagebuilder_layout, body.category.et_pb_pagebuilder_layout {
  padding-top: 74px;
}



/* ==========================================================================
   SIDEBAR
   ========================================================================== */
#sidebar .et_pb_widget {
  margin-top: 45px;
}
#sidebar .widgettitle {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
#sidebar .et_pb_widget a:hover {
  color: #000;
}
@media screen and (max-width : 768px) {
  #sidebar {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
  }
}
body.error404 #main-footer #footer .et_pb_row_4col .et_pb_column_1_4 {
	float: left;
	width: 20.875%;
	margin-right: 5.5%;
}
@media screen and (max-width : 980px) {
	body.error404 #main-footer #footer .et_pb_row_4col .et_pb_column_1_4 {
		width: 44% !important;
		margin-right: 5.5%;
	}
}
@media screen and (max-width : 550px) {
	body.error404 #main-footer #footer .et_pb_row_4col .et_pb_column_1_4 {
		width: 100% !important;
		margin: 0 0 30px 0;
	}
}



/* ==========================================================================
   EMAIL LIST
   ========================================================================== */
#emailList h4 {
  color: #969696;
  font-size: 14px;
  letter-spacing: 3px;
  padding-bottom: 0;
}
#emailList .et_pb_promo_description {
  padding-bottom: 0;
}



/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer .et_pb_widget_area_left {
  padding-right: 0;
  border: none;
}
#footer .et_pb_widget {
  margin-bottom: 0;
}

/* SOCIAL MEDIA */
#footer .et_pb_social_media_follow li:first-child {
  margin-left: -10px;
}
#footer .et_pb_social_media_follow li a.icon::before {
  color: #191d1f !important;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
#footer .et_pb_social_media_follow li a.icon {
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#footer .et_pb_social_media_follow li a.icon:hover {
  opacity: .5;
}
#footer .et_pb_social_media_follow li a.icon.rounded_rectangle {
  background-color: #f9f9f9 !important;
}

/* INSTAGRAM PLUGIN */
#footer ul.instagram-pics li {
  margin-bottom: 0;
  display: inline;
}
#footer ul.instagram-pics li img {
  max-width: 48%;
  height: auto;
  margin-right: 2px;
  margin-bottom: -6px;
}
#footer ul.instagram-pics li img:hover {
  opacity: .7;
}
@media screen and (max-width : 768px) {
  #footer.et_pb_section .et_pb_column .et_pb_module {
      margin-bottom: 0px;
  }
  #bottomFooter .et_pb_row {
      padding: 10px 0;
  }
}



/* ==========================================================================
   SUBFOOTER / COPYRIGHT
   ========================================================================== */
#copyright, #footer-info, #footer-info a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600 !important;
  line-height: 1.5em;
  letter-spacing: 3px;
  font-style: normal !important;
}
#footer-info {
	float: none;
	text-align: center;
}
#pbe-footer-wa-wrap {
	z-index: 1;
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width: 1130px) {
  #top-menu li {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1030px) {
  #top-menu li {
    font-size: 13px;
  }
}

@media screen and (max-width: 980px) {
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 18px;
  }
  .et_pb_button {
    letter-spacing: 5px !important;
  }
  #main-header .et_mobile_menu {
    background-color: rgba(0, 0, 0, .9) !important;
  }
  body.home .et_pb_column_1, body.home .et_pb_column_3 {
    padding: 30px;
  }
	body.home .et_pb_column.mobile_custom_padding,
	body.home .et_pb_column.mobile_custom_padding {
		padding: 0;
	}
  .stats .statsRow .et_pb_column {
    width: 47% !important;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  #reviews h2 {
    font-size: 150%!important;
  }
  #reviews blockquote {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
  }
  #footer .et_pb_column_1_4 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width : 768px) {
	.et_pb_row {
    width: 100%;
    padding: 0 50px;
  }
  .rowPic {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 14px;
  }
  blockquote {
    font-size: 24px;
  }
  .et_pb_button {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .smallButton {
    float: none;
    font-size: 17px !important;
    margin-bottom: 10px !important;
    text-align: center;
  }
  .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 16% 5%;
  }
  #reviews blockquote {
    font-size: 16px;
  }
  #reviews h5 {
    font-size: 10px;
  }
  #emailList h4 {
    color: #969696;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.3em;
  }
  .stats .statsRow .et_pb_column {
    width: 100% !important;
  }
  #footer h5 {
    margin-bottom: 10px;
  }
  #footer .et_pb_column_1_4 {
    padding-bottom: 30px !important;
  }
  #footer .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n) {
    margin-bottom: 25px !important;
  }
  .et_pb_pagebuilder_layout.single-post #page-container .et_pb_with_background .et_pb_row {
    width: 100%;
  }
}
@media screen and (max-width : 325px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    font-size: 36px !important;
  }
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header p {
    font-size: 14px !important;
    line-height: 1.5em !important;
  }
  span.scroll-down.et-pb-icon {
    bottom: 10px !important;
  }
  #reviews h2 {
    font-size: 14px !important;
  }
  .et_pb_toggle h5 {
    font-size: 14px !important;
  }
  button[type="submit"].et_pb_button {
    margin-top: 15px !important;
  }
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    font-size: 18px !important;
    word-break: inherit;
  }
  body.home .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    font-size: 30px !important;
  }
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h4 {
    font-size: 14px !important;
  }
  h5 {
    font-size: 12px !important;
  }
  h6 {
    font-size: 10px !important;
  }
  .et_pb_toggle h5 {
    font-size: 12px !important;
  }
  .et_pb_fullwidth_header_1.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
    font-size: 14px !important;
  }
  #blogPage a.more-link {
    width: 100%;
  }
}

/* ==========================================================================
   MOBILE MENU
   ========================================================================== */
@media screen and (max-width: 980px) {
  .et_header_style_centered #main-header .mobile_nav {
    background-color: transparent;
  }
  .mobile_nav.closed .select_page {
    display: none;
  }
  .et-fixed-header#main-header {
    background-color: transparent !important;
  }
}
.et_mobile_menu {
  border-top: none;
  background-color: rgba(10, 10, 10, 0.9) !important;
  padding: 25% 0;
}
.et_mobile_menu li a {
  text-align: center;
  font-size: 1.55em;
  border: 0;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.mobile_nav ul#mobile_menu .current_page_item > a {
  color: #fff;
}
.mobile_nav ul#mobile_menu li ul li a {
  font-size: 1.05em !important;
  margin: auto;
  padding-top: 0.2em;
}
.et_mobile_menu li a:hover {
  color: #999;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

/* NESTING MOBILE MENU */
#main-header .et_mobile_menu .menu-item-has-children> a {
    background-color: transparent;
    position: relative;
}
#main-header .et_mobile_menu .menu-item-has-children> a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
}
#main-header .et_mobile_menu .menu-item-has-children> a:after {
    font-size: 16px;
    content: '\4c';
    top: 10px;
}
#main-header .et_mobile_menu .menu-item-has-children.visible> a:after {
    content: '\4d';
}
#main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible> ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}



/* ==========================================================================
   DOWN ARROW ANIMATION
   ========================================================================== */
.et_pb_fullwidth_header_scroll {
  opacity: .6;
}
span.scroll-down.et-pb-icon {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}



/*
PUT YOUR CUSTOM CSS IN DIVI THEME OPTIONS AREA
DO NOT EDIT THIS CSS FILE - UPDATING THE THEME WILL UPDATE THIS CSS FILE

EDITED ON FEBRUARY 19 2019 BY JOHN WOOTEN
*/

/* Start Projects Listing */
.projects-section .work-filter-section {
    background-color: rgba(236,236,236,0.72)!important;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 26%);
}
.projects-section .work-filter-section .filter-btn {
    max-width: 100%;
    width: 85%;
    margin: 0 auto 44px;
    padding: 15px 0;
}
.projects-section .work-filter-section .filter-tax {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
}
.projects-section .work-filter-section select.filters-list {
    color: #999;
    background: #fff;
    padding: 16px 30px 16px 16px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    position: relative;
    margin: 0;
    font-size: 16px;
}
.projects-section .work-filter-section .filter-tax .filter-col {
    position: relative;
}
.projects-section .work-filter-section .filter-tax .filter-col:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #666;
    margin-top: 3px;
    pointer-events: none;
    z-index: 999999;
}
.projects-section .work-filter-section select.filters-list:focus{
    color: #3e3e3e;
}
.projects-section .grid-main-wrapper{
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
}
.projects-section .grid-main-wrapper .grid-sizer,
.projects-section .grid-main-wrapper .project_list_block .grid-item {
    width: 33.3%;
    float: left;
}
.projects-section .twoColumnGrid .grid-main-wrapper .grid-sizer,
.projects-section .twoColumnGrid .grid-main-wrapper .project_list_block .grid-item {
    width: 50%;
	float: left;
}
.projects-section .grid-main-wrapper .grid-layout.grid {
    margin-left: -25px;
    margin-right: -25px
}
.projects-section .grid-main-wrapper .project_list_block .grid-item {
    padding:25px;
}
.projects-section .grid-main-wrapper .project_list_block a {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.projects-section .grid-main-wrapper .project_list_block a img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    float: left;
}
.projects-section .grid-main-wrapper .project_list_block a h3 {
    color: #696969;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0px 0px;
    padding: 0;
    font-weight: 500;
	float: left;
	width: 100%;
}
.projects-section .grid-main-wrapper .project_list_block a h3 strong{
	display:block;
}
.projects-section .grid-main-wrapper .project_list_block a .project-img-box {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
}
.projects-section .grid-main-wrapper .project_list_block a .project-img-box:before {
	opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.33);
    z-index: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.projects-section .grid-main-wrapper .project_list_block a .project-img-box:after {
	opacity: 0;
    color: #ffffff!important;
    font-weight: 400!important;
    content: "\4c";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 32px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.projects-section .grid-main-wrapper .project_list_block a:hover .project-img-box:before,
.projects-section .grid-main-wrapper .project_list_block a:hover .project-img-box:after {
    opacity: 1;
}
.filter-loader img {
    width: 180px;
}
.area-section {
    padding-top: 145px;
    padding-bottom: 75px;
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
}
.area-section .area-container {
    display: grid;
    grid-template-columns: 1fr 2.1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
}
.area-section .area-title h3 {
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    color: #44AAFF!important;
    letter-spacing: 4px;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
	word-break:break-word;
}
.area-section .area-content {
    padding-right: 8%;
}
.area-section .area-content p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6em;
	margin: 0;
    padding: 0;
}
.area-section .area-content p a {
    letter-spacing: 2px;
    background-color: #44AAFF;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.7em!important;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
    padding: 10px 25px 10px 30px!important;
    margin-top: 20px;
	position: relative;
}
.area-section .area-content p a:before {
	content: '\34';
    color: #FFFFFF;
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: -1.3em;
    right: auto;
    display: inline-block;
    font-family: ETmodules!important;
    font-weight: 400!important;
}
.area-section .area-content p a:hover{
	color: #00183F;
}
/* End Projects Listing */
/* Start Projects Single */
.page-banner-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    background-position: center;
	position: relative;
}
.page-banner-img:before,
.banner-video:before{
    content: '';
    background-color: rgba(35,35,35,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.page-banner-img:after,
.banner-video:after{
    content: '';
    position: absolute;
    background: url(https://ai3architects.wpengine.com/wp-content/uploads/2022/11/Ai3_Architects_Logo_WhiteTransparent.png) no-repeat top left;
    max-width: 180px;
    width: 180px;
    min-width: 180px;
    top: 100px;
    z-index: 9;
    height: 114px;
    background-size: contain;
    left: 6%;
}
.banner-video {
    position: relative;
    padding-bottom: 80vh;
    overflow: hidden;
}
.banner-video video {
    position: absolute;
    left: 0;
    top: 0;
    max-width: unset;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.project-wrap-inner {
    padding-top: 80px;
    padding-bottom: 70px;
}
.project-container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.project-content-section {
    display: grid;
    grid-template-columns: 60% auto;
    grid-template-rows: 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 0px;
}
.project-content-section .project-title{
	font-weight: 700;
	font-size: 32px;
	color: #00183F!important;
	line-height: 1.1em;
	padding-bottom: 15px;
	margin: 0;
}
.project-content-section .project-location{
	text-transform: uppercase;
	font-size: 20px;
	color: #44AAFF!important;
	letter-spacing: 2px;
	line-height: 1.1em;
	margin: 0;
	display:block;
	margin-bottom:30px;
}
.project-content-section .project-content p{
    color: #696969;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5em;
    word-wrap: break-word;
    padding-bottom: 1em;
}
.project-content-section .project-meta {
    color: #696969;
    font-size: 18px;
    line-height: 1.6em;
    padding-top: 10px;
    margin-bottom: 0px;
    border-top: 1px solid #ECECEC;
}
.project-content-section .project-meta span {
    display: inline-block;
}
.project-content-section .project-meta span:last-child{
	margin:0px;
}
.project-content-section .project-meta span:last-child:after{
	display:none;
}
.project-content-section .project-meta span:after {
    content: '/';
    margin: 0 10px 0 15px;
    display: inline-block;
}
.project-content-section .col-2 .project-testimonial-section .testimonial-content p {
	padding-top: 20px;
    border-top: 1px solid #ECECEC;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6em;
    color: #066DC8;
    word-wrap: break-word;
	padding-right: 25px;
	margin-bottom:25px;
}
.testimonial-meta {
    font-size: 16px;
    line-height: 1.4em;
}
.testimonial-meta span {
    display: block;
}
.testimonial-meta span em{
    font-style: italic;
}
.project-slider-section {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
	padding-bottom: 140px;
}
/* .project-slider-section .slick-slide {
	height: 760px;
	min-height: 760px;
} */
.project-slider-section .slick-slide:before {
    display: block;
    padding-top: calc(9 / 16 * 100%);
    content: "";
}
.project-slider-section .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
button.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 0;
    color: #fff;
    margin-top: -24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    border: none;
    outline: none;
    padding: 0;
	cursor: pointer;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    background: #44AAFF;
}
button.slick-next.slick-arrow{
	right:-22px;
}
button.slick-prev.slick-arrow{
	left:-22px;
}
button.slick-next.slick-arrow:before {
    content: '5';
    font-size: 48px;
}
button.slick-prev.slick-arrow:before {
    content: '4';
    font-size: 48px;
}
.project-slider-section .slider:hover button.slick-arrow{
	opacity:1;
}
.project-slider-section .slider:hover button.slick-next.slick-arrow{
	right:22px;
}
.project-slider-section .slider:hover button.slick-prev.slick-arrow{
	left:22px;
}
ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.slick-dots li button {
    display: inline-block;
    background-color: hsla(0,0%,100%,.5);
    text-indent: -9999px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    padding: 0;
    opacity: .5;
    border: none;
    outline: none;
	cursor: pointer;
}
ul.slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
.navigation-section{
	padding:0px 0px 100px 0px;	
}
.navigation-section .navigation-wrapper {
    background-color: rgba(236,236,236,0.72)!important;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 26%);
    padding: 15px 0;
	margin-bottom: 45px;
}	
.navigation-section .project-container {
    width: 85%;
    max-width: 85%;
}
.navigation-section .navigation-wrapper .space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	color:#696969;
}
.navigation-section .navigation-wrapper .space-between a{
	color:#696969;
	transition: color 300ms ease 0ms;
}
.navigation-section .navigation-wrapper .space-between a:hover{
    color: #44aaff;
}
.navigation-section .related-projects .related-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
}
.navigation-section .related-projects .related-items a .project-img-box {
    position: relative;
    width: 100%;
	margin-bottom: 25px;
}
.navigation-section .related-projects .related-items a .project-img-box img {
    display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
}
.navigation-section .related-projects .related-items a .project-img-box:before {
	opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.33);
    z-index: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.navigation-section .related-projects .related-items a .project-img-box:after {
	opacity: 0;
    color: #ffffff!important;
    font-weight: 400!important;
    content: "\4c";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 32px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.navigation-section .related-projects .related-items a:hover .project-img-box:before,
.navigation-section .related-projects .related-items a:hover .project-img-box:after {
    opacity: 1;
}
.navigation-section .related-projects .related-items a h3 {
    font-size: 16px;
    padding: 0;
    word-wrap: break-word;
    line-height: 1.8em;
	color: #696969;
}
.no-result-found span,
span.related-no-result {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 50px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.project-meta-details ul {
    margin: 0 0 15px 0;
    padding: 0;
}
.project-meta-details ul li {
    list-style: none;
    border-top: 1px solid #ECECEC;
    padding-top: 10px;
    padding-bottom: 15px;
}
.project-meta-details ul li span.meta-lbl {
    display: block;
    font-size: 14px;
    color: #44AAFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 10px;
}
.project-meta-details ul li span.meta-data {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6em;
    display: block;
}
.project-meta-details ul li p{
    color: #696969;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
    word-wrap: break-word;
	margin:0px;
	padding:0px;
}
ul.stat-single p {
    color: #696969;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
    word-wrap: break-word;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0;
}
ul.stat-single span.meta-data {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6em;
    display: block;
}
/* End Projects Single */
/* Start Team Section */
.team-grid .et_pb_column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 42px;
    grid-row-gap: 30px;
}
.team-grid .et_pb_column .et_pb_team_member {
    margin: 0px !important;
    display: block;
}
.team-grid .et_pb_column .et_pb_team_member .et_pb_team_member_image {
    margin: 0px 0px 12px 0px;
}
/* End Team Section */

header .et_builder_inner_content{
	z-index:999;
}
body.logged-in.admin-bar .et_pb_icon_0_tb_header {
    top: 12px !important;
}
#mega-menu-icon span.et_pb_icon_wrap {
    cursor: pointer;
}
#mega-menu-section{
	display:none;	
}
.custom-search.et_pb_search input.et_pb_s,
.custom-search.et_pb_search input.et_pb_s:hover {
    border: 1px solid #e1e1e1 !important;
    height: 40px !important;
    min-height: 40px !important;
}

/* body.menu-open #mega-menu-icon .et-pb-icon::before {
	content: "\4d";
	font-family: etmodules;
color: #008bdb;
font-size: 1.5em;
padding-left: 1px;
} */
/* #mega-menu-close-icon {
	opacity: 0;
	z-index: -1;
}
#mega-menu-close-icon,
body.menu-open #mega-menu-icon{
	display: none;
}
body.menu-open #mega-menu-close-icon {
	display: block
} */


#mega-menu-icon .et-pb-icon {
	position: relative;
/* 	opacity: 0; */
	font-family: aria !important;
	color: transparent !important;
}

#mega-menu-icon .et-pb-icon::after,
#mega-menu-icon .et-pb-icon::before{
	font-family: etmodules;
	color: #B3B5B7;
	font-size: 36px;
	position: absolute;
	top: 0;
	right: 0;
}
#mega-menu-icon .et-pb-icon::before{
	content: "\61";
}
#mega-menu-icon .et-pb-icon::after{
	content: "\4d";	
	display: none;
}

body.menu-open #mega-menu-icon .et-pb-icon::before{
	display: none;
}
body.menu-open #mega-menu-icon .et-pb-icon::after{
	display: block;
}
#mobile-menu-accordion .et_pb_toggle_content hr {
	color: transparent;
	border-bottom: 1px solid #b3b5b7;
	display: block;
	margin-bottom: 20px;
}


/* - Project Slider Thumbnail CSS */
.slider-section2 {
	overflow: hidden;
}
.projects-section .grid-main-wrapper .project_list_block .project-img-box .count1 .flickity-page-dots,
.projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-button{
	display: none !important;
}

.projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-page-dots {
	display: flex;
	justify-content: center;
	padding: 0;
	margin-top: 0;
}
.projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-page-dots li {
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #222;
	border-radius: 100%;
	margin: 15px 6px 0;
	opacity: 0.5;
	position: relative;
	z-index: 999;
	cursor: pointer;
}
.projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-page-dots li.is-selected{
	opacity: 1;
}


.projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-viewport .projectSlider-item,
.projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-viewport video{
	padding: 0;
	height: 300px;
	width:100%;
}
.projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-slider img {
	opacity: 1;
}

.area-title .title-section{font-weight: 700;text-transform: uppercase;font-size: 32px;color: #44AAFF!important;letter-spacing: 4px;line-height: 1.1em;text-align:right;word-break: break-word;}
.area-title .subtitle-section{font-weight: 700;text-transform: uppercase;font-size: 32px;color: #44AAFF!important;letter-spacing: 4px;line-height: 1.1em;text-align:right;}


/* - Career Form Page */
.career_halfwidth_row {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}
.career-form-popup div#mfcf7_zl_multifilecontainer,
.career-form-popup p{
	padding: 0;
	margin: 0;
}
.career-form-popup .wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: block;
}
.career_fullwidth{
	width: 100%;
	display: block;
	margin-top: 30px;
}
.career-form-popup .wpcf7-textarea,
.career-form-popup .wpcf7-text {
	background-color: rgba(236,236,236,0.63);
	color: #999;
	font-size: 14px;
	padding: 15px;
	border: none;
	width: 100%;
}
.career_fullwidth.career_captchwrapper {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.career-form-popup .wpcf7-quiz-label {
	font-size: 20px;
	color: #D9BA1D !important;	
	padding: 15px;
}
.career-form-popup .wpcf7-quiz {
	background-color: rgba(236,236,236,0.63);
	color: #999;
	font-size: 14px;
	border: none;
	padding: 15px;
	width: 50px;
}
.career_fullwidth.career_fileupload {
	background-color: rgba(236,236,236,0.63);
	color: #999;
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	width: 100%;
}
.career-form-popup .career_captchwrapper .wpcf7-form-control-wrap {
	max-width: 150px;
	float: left;
	position: static;
	width: auto;
}
.career-form-popup .wpcf7-quiz-label {
	font-size: 20px;
	color: #D9BA1D !important;
	padding: 15px;
	padding-right: 0;
}
.career_fullwidth.career_captchwrapper .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	text-align: right;
	right: 0;
}
.career-form-popup .wpcf7-submit {
	background-color: #44AAFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 10px 15px;
	line-height: 1.7em !important;
	cursor: pointer;
	color: #fff;
	border: none;
	margin-left: 18px;
}
.career-form-section .wpcf7 form .wpcf7-response-output{
	margin: 40px 0 0;
	padding: 5px 10px;
}
.career-form-popup .wpcf7-spinner {
	display: none;
}

/* .career-form-popup .wpcf7-form-control.wpcf7-multilinefile.wpcf7-validates-as-required {
	display: block;
	opacity: 0;
	position: absolute;
	top: -10px;
	z-index: 9;
} */

.career-form-popup .wpcf7-form-control-wrap .button.button-primary.qbutton {
	margin-top: -20px;
	display: block;
}
/* .career-form-popup .career_fileupload label .wpcf7-form-control-wrap {
    background: #f5f5f5;
    padding: 15px;
}
.career_fullwidth.career_fileupload{
	padding: 0;
	margin: 0;
} */
.career-form-popup .wpcf7-form-control-wrap.fileupload {
	display: inline-block;
	width: auto;
	margin-left: 10px;
}

.et_pb_column.et_pb_column_empty{
	min-height: auto !important;
}
.project-content .video-youtube-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.project-content .video-youtube-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header .et_pb_social_media_follow li.et-social-instagram, header .et_pb_social_media_follow li.et-social-twitter {
    width: 40px !important;
}
.single-temp .et_pb_title_featured_container .et_pb_image_wrap img {
    width: auto;
}
.et-social-twitter .icon::before {
    background: url(https://ai3architects.com/wp-content/uploads/2023/07/x-twitter-icon.svg) no-repeat center center;
    background-size: 20px;
    content: '' !important;
}
.josefinSlider .et_pb_slide_0 iframe {
    width: 460px;
    height: 175px;
}

/* Insight */
.customInsights.projects-section .grid-main-wrapper {
    width: 90%;
}
.customInsights.projects-section .grid-main-wrapper .grid-layout.grid {
    margin-left: -45px;
    margin-right: -45px;
	min-height: 300px;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item {
    padding: 0px 45px;
	padding-bottom: 30px;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item .project-img-box {
    margin-bottom: 30px;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item .project-img-box .list-featured-img {
    display: block;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item a h3{
    margin: 0px 0px 30px 0px;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    color: #44AAFF;
    line-height: 1.2em;
	transition:all 0.3s ease;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item a:hover h3{
	color: #696969;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .insight-list-content p {
    font-size: 13px;
    color: #696969 !important;
    line-height: 1.5em;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .insight-list-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item .learnMore{
	margin-top:10px;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item .learnMore a {
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
	line-height:1;
	font-size:13px;
	color: #44AAFF;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item .learnMore a:hover{
	color: #696969;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item:after {
    content: '';
    display: table;
    clear: both;
}
.customInsights.projects-section .grid-main-wrapper .project_list_block a {
    border-bottom: 1px solid #ECECEC;
}
/* ## Responsive */
@media (max-width: 980px){
	.projects-section .work-filter-section .filter-btn{
		padding: 15px 50px;
		width: 100%;
	}
	.projects-section .work-filter-section .filter-tax{
		grid-column-gap: 30px;
	}
	.projects-section .work-filter-section select.filters-list{
		padding:12px 25px 12px 12px;
		font-size: 14px;
	}
	.projects-section .grid-main-wrapper {
		width: 100%;
		padding: 0 50px;
	}
	.projects-section .grid-main-wrapper .grid-sizer, .projects-section .grid-main-wrapper .project_list_block .grid-item {
		width: 50%;
	}
	.projects-section .grid-main-wrapper .grid-layout.grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	.projects-section .grid-main-wrapper .project_list_block .grid-item{
		padding: 15px;
	}
	.area-section .area-container{
		grid-column-gap: 0px;
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}
	.area-section .area-title h3{
		text-align:left;
	}
	.area-section {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 100px 50px 50px;
	}
	.area-section .area-content {
		padding-right: 0;
	}
	.project-container{
		width: 100%;
		padding: 0 35px;
	}
	.project-content-section{
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.project-content-section .col-2 {
		margin-top: 50px;
	}
	.project-content-section .col-2 .project-testimonial-section .testimonial-content p{
		padding-right: 0;
	}
	.project-wrap-inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.project-slider-section{
    	width: 100%;
    	max-width: 100%;
		padding: 0 20px 80px;
	}
	.navigation-section .project-container{
		width: 100%;
    	max-width: 100%;
		padding: 0 50px;
	}
	.navigation-section .related-projects .related-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.team-grid .et_pb_column {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#mobile-menu-accordion .et_pb_toggle.et_pb_accordion_item{
		padding: 15px 0;
		background-color: transparent;
		margin-bottom: 0;
		border-bottom: 1px solid #b3b5b7;
	}
	#mobile-menu-accordion .et_pb_toggle.et_pb_accordion_item:last-of-type {
		border-bottom: 0;
	}
	#mobile-menu-accordion .et_pb_toggle.et_pb_accordion_item .et_pb_toggle_title {
		padding-right: 0;
	}
	#mobile-menu-accordion .et_pb_toggle.et_pb_accordion_item .et_pb_toggle_title:before{
		right: 0 !important;
	}
	#mobile-menu-accordion .et_pb_toggle.et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:after {
		content: '\33';
		font-family: 'ETModules';
		color: #ccc;
		font-size: 32px;
		right: 0;
		position: absolute;
		transform: rotate(180deg);
		top: 0;
	}
	
	#mega-menu-section{
		right: 0;
		left: 0;
		transform: none;
	}
	
	#mobile-menu-accordion .et_pb_toggle .et_pb_social_media_follow a {
		background-color: #B3B5B7 !important;
	}
	#mobile-menu-accordion .et_pb_toggle .et_pb_social_media_follow {
		margin-top: 15px;
	}	
	
	div#custom-header {
		border: none !important;
	}
	#header-layout-two{
		border-bottom: 1px solid #ECECEC;
	}
	
	#mobile-menu{
		padding: 0 !important;
	}	
	
	#header-layout-two .et_pb_menu .et_mobile_nav_menu {
		display:none;
	}
	header .et-social-twitter .icon::before {
		background: url(https://ai3architects.com/wp-content/uploads/2023/07/x-twitter-white-icon.svg) no-repeat center center;
		background-size: 18px;
		content: '' !important;
	}
	.customInsights.projects-section .grid-main-wrapper{
		padding: 0!important;
	}
	.customInsights.projects-section .grid-main-wrapper .grid-layout.grid {
		margin-left: 0;
		margin-right: 0;
	}
	.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item {
		width: 100%;
		padding: 0;
		margin-bottom: 45px;
	}
/* 	.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item:last-child{
		margin-bottom: 0px;
	} */
}

@media (max-width: 768px){
	#header-layout-two .et_pb_row {
		padding: 0 !important;
	}
}


@media (max-width: 767px){
	
	
	.projects-section .work-filter-section .filter-tax{
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 15px;
	}
	.projects-section .grid-main-wrapper .grid-sizer,
	.projects-section .grid-main-wrapper .project_list_block .grid-item,
	.projects-section .twoColumnGrid .grid-main-wrapper .grid-sizer,
	.projects-section .twoColumnGrid .grid-main-wrapper .project_list_block .grid-item {
		width: 100%;
	}
	.area-section .area-content {
		padding-right: 0;
	}
	.area-section .area-content p{
		font-size:18px;
	}
	.area-section .area-title h3{
		text-align:left;
		font-size: 28px;
	}
	.area-section .area-content p a{
		font-size: 14px;
	}
	.page-banner-img:after,
	.banner-video:after{
		display:none;
	}
	.project-wrap-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.project-content-section .project-title{
		font-size:24px;
	}
	.project-content-section .project-location {
    	font-size: 18px;
	}
	.project-content-section .project-content p{
		font-size: 16px;
	}
	.project-slider-section{
		padding:0 20px 50px;
	}
	.navigation-section .navigation-wrapper .space-between{
		flex-wrap:wrap;
		justify-content: flex-start;
		flex-direction: column-reverse;
	}
	.navigation-section .navigation-wrapper .space-between a {
		margin-bottom: 10px;
	}
	.navigation-section .related-projects .related-items {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 30px;
	}
	.navigation-section .related-projects .related-items a .project-img-box{
		margin-bottom: 15px;
	}
	.navigation-section {
		padding: 0px 0px 80px 0px;
	}
	button.slick-next.slick-arrow:before,
	button.slick-prev.slick-arrow:before{
		font-size: 32px;
	}
	
	#mobile-menu {
		width: 100% !important;
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	
	.career_halfwidth_row{
		grid-template-columns: repeat(1,1fr);
	}
	.career-form-section .wpcf7-not-valid-tip,
	.career-form-section .wpcf7 form .wpcf7-response-output{
		font-size: 13px;
		line-height: 20px;
	}
	
	.projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-viewport .projectSlider-item, .projects-section .grid-main-wrapper .project_list_block .project-img-box .slider-section2 .flickity-viewport video{
		height: 39vw;
	}
	
	.rowPic .rowPicImage, .et_pb_column.rowPicImage.customPicImage{
		height: auto !important;
	}
	.area-title .title-section,
	.area-title .subtitle-section{
		text-align: left;
	}
	
	.area-section{
		display: none;
	}
	body.page-id-3975 .area-section{
		display: block !important;
	}
	.projects-section .work-filter-section{
		padding-top: 62px;
	}
	
	body.single-project .slider-section {
		margin-top: 57px;
	}
	
	#logo-mobile-project{
		display: none;
	}
	body.single-project #logo-mobile-project {
		position: absolute;
		left: 0;
		top: 14px;
		display: block;
	}
	
	body.single-project #mega-menu-section .et_pb_image_1_tb_header img {
		opacity: 0;
	}
	
	body.single-project #mega-menu-section {
		top: 57px;
	}
	body.single-project #mega-menu-section > .et_pb_with_border {
		display: none;
	}
	
	body.single-project .whitebar-header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 99;
		background-color: #fff;
		display: block;		
		min-height: 57px;
		border-bottom: 1px solid #ECECEC;
	}
	
	#client-list-table table tr td {
		padding: 5px  15px;
		font-size: 14px;
	}	
	#client-list-table table tr,
	#client-list-table tr td:last-child,
	#client-list-table tr td:first-child{
		height: auto !important;
	}	
	#client-list-table table tr{
		display: flex;		
		justify-content: flex-end;
	}
	#client-list-table tr td:first-child {
		width: 45% !important;	
		padding-right: 10px;
	}
	#client-list-table tr td:last-child {
		width: 55% !important;	
		padding-right: 10px;
		padding-left: 5px;
	}
	
	body.single-project .slider-section .flickity-viewport,
	body.single-project .slider-section .flickity-viewport .projectSlider-item,
	body.single-project .slider-section {
		height: 55vw !important;
		padding: 0 7px;
	}
	
	body.single-project .slider-section .flickity-prev-next-button.next {
		right: 0;
	}
	body.single-project .slider-section .flickity-prev-next-button.previous {
		left: 0;
	}
	
	.rowPic .rowPicText,
	.projects-section .work-filter-section .filter-btn,
	.projects-section .grid-main-wrapper{
		padding-left:35px !important;
		padding-right: 35px !important;
	}
	
	body.page-id-3122 #credits .rowPic .rowPicText{
		padding-left:0 !important;
		padding-right: 0 !important;
	}
	
}

@media (max-width: 575px){
	.team-grid .et_pb_column {
		grid-template-columns: 1fr;
	}
	body.single.single-post .single-temp .et_pb_title_featured_container {
    	margin-bottom: 20px!important;
	}
	.single-post .single-temp .et_pb_image_wrap {
    	margin-top: 50px;
	}
	.single-post h1 {
    	font-size: 20px !important;
  	}
	.single-post a.et_pb_button.et_pb_button_0_tb_body.et_hover_enabled.et_pb_bg_layout_dark {
		width: 80%;
		margin: 0 auto;
	}
	.josefinSlider .et_pb_slide_0 iframe {
    	width: 250px;
    	height: 100px;
	}
	.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item a h3{
		font-size:18px;
		margin: 0px 0px 20px 0px;
	}
	.customInsights.projects-section .grid-main-wrapper .project_list_block .grid-item{
		margin-bottom: 30px;
	}
}
.view-all-buttons a.et_pb_button {
	border-width: 0px !important;
	border-color: RGBA(255, 255, 255, 0);
	letter-spacing: 2px;
	background-color: #44AAFF;
	padding-top: 7px !important;
	padding-right: 12px !important;
	padding-bottom: 5px !important;
	padding-left: 12px !important;
	font-size: 16px;
	border-radius: 0px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin: 10px;
	letter-spacing: 3px !important;
	width: auto !important;
}

.view-all-buttons a.et_pb_button:hover {
	color: #00183F!important;
	padding-top: 7px !important;
	padding-right: 12px !important;
	padding-bottom: 5px !important;
	padding-left: 12px !important;
	background-color: #44AAFF !important;
}