/*
Theme Name: Architectural Arts
Theme URI: 
Author: Architectural Arts
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: architectural arts, millwork, design, manufacturing, installation, des moines, iowa
Text Domain: architecturalarts

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* ---------- Overall Specifications ---------- */

/*
Theme Name: Architectural Arts
Theme URI: 
Author: Architectural Arts
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: architectural arts, millwork, design, manufacturing, installation, des moines, iowa
Text Domain: architecturalarts

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ---------- Overall Specifications ---------- */

* {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-size: 0.9em;
  word-wrap: break-word;
  font-family: 'Nunito', Arial;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  background-color: #ffffff;
  color: #303030;
}

.extendfull,
.extendright {
  padding-right: 2000px;
  margin-right: -2000px;
}

a:link,
a:visited {
  text-decoration: none;
  color: #9eb100;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #9eb100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  color: #000;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}

#site_wrapper {
/*   margin: 0 auto;
  max-width: 1260px; */
  overflow: hidden;
}

/**** Header Styles ****/

#header_wrapper {
  box-shadow: 0px 0px 3px 0px #2b2a2a;
  position: fixed;
  height: 78px;
  width: 100%;
  z-index: 11;
}

.mobile_menu,
#hamburger {
  display: none;
}

#logo {
  float: left;
  height: 78px;
  width: 77px;
}

#blackBG {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #272727;
  padding: 0px 5px;
  height: 66%;
}

#header_col2 a {
  display: block;
}

#header_col2 #title {
  display: block;
  max-width: 350px;
}

#header_col3 #menu {
  color: #ffffff;
  font-size: 100%;
  text-transform: uppercase;
}

#header_col.links {
  padding: 0;
}

#header_col3 #menu ul li {
  display: inline;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 10px;
  margin: 0 3px;
}

#header_col3 #menu ul li:hover,
#header_col3 #menu ul li.active {
  border-bottom: 2px solid #587992;
}

#header_col3 #menu ul li.active a {
  color: #ffffff;
}

#header_col3 #menu ul li a {
  color: #ffffff;
}

#header_col3 #menu ul li a:hover {
  text-decoration: none;
}

#sub-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #587992;
  padding: 0px 15px 0px 10px;
  height: 34%;
}

#sub-menu #skills_text,
#sub-menu #utility_nav {
  color: #fff;
  font-size: 87.5%;
}

#sub-menu #social_nav {
  
}

#sub-menu #utility_nav a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

/**** End Header Styles ****/

/**** SLIDER STYELS ****/

#slider {
  margin-top: 78px; /* height of the header */
  height: 415px;
  max-height: 1024px;
}

#slider_plugin {
  position: relative;
}

.sliderView > .slider-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.slider-img-caption {
   position: absolute;
   bottom: 15px;
   right: 15px;
   background-color: #ffffff;
   border-radius: 2px;
   font-weight: bold;
   padding: 15px;
   max-width: 300px;
   word-break: break-word;
}

#sliderCat .active {
    font-weight:700;
    font-size:28px;
    color:#9eb100;
}

#sliderCat .option {
    padding:5px;
    cursor:pointer;
}

/**** END SLIDER STYELS ****/


#map-canvas {
  width: 580px;
  height: 275px;
  padding-bottom: 15px;
}

.feature-grid {
  display: flex;
  justify-content: space-between;
  height: 800px;
  margin-bottom: 100px;
}
  
.feature-grid-left,
.feature-grid-right {
  width: calc(50% - 3.5px);
  overflow: hidden;
}

.feature-grid-left > .feature-item-parent {
  height: calc(57% - 7px);
}

.feature-grid-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-col-1,
.feature-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: calc(50% - 3.5px);
}

.feature-item-split {
  display: flex;
  justify-content: space-between;
  height: 43%;
  margin-top: 7px;
}

.feature-item-split > .feature-item-parent {
  width: calc(50% - 3.5px);
}

.feature-item-img {
  background-position: center center;
  background-size: cover;
  cursor:pointer; 
}

.feature-col-1 .feature-item-parent.tall {
  width: 100%;
  height: calc(60% - 3.5px);
}

.feature-col-2 .feature-item-parent.tall {
  width: 100%;
  height: calc(65% - 3.5px);
}

.feature-col-1 .feature-item-parent.short {
  width: 100%;
  height: calc(40% - 3.5px);
}

.feature-col-2 .feature-item-parent.short {
  width: 100%;
  height: calc(35% - 3.5px);
}

.feature-item-parent:hover > .feature-item-img {
/*   transform: scale(1.1); */
  transition: all 0.5s ease-in-out;
}

.feature-item > .feature-item-parent {
  height: 50%;
}

.feature-item-parent > .feature-item-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}

.feature-item-img {
  position: relative;
} 

.feature-item-img > .feature-item-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  flex-direction: column;
  color: #fff;
  font-size: 125%;
  height: 50px;
  text-align: center;
}

.feature-item-img::before {
  display: none;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52,73,94,0.65);
  color: #fff;
}

.feature-item-img:hover::before {
  display: block;
}

.feature-item-img:hover > .feature-item-info {
  display: flex;
}

.feature_title {
  color: #587992;
  display: flex;
  justify-content: space-between;
  font-size: 1.55em;
  text-transform: capitalize;
  margin-top: 40px;
}

.feature_title_services {
    color: #587992;
    display: flex;
    justify-content: space-between;
    font-size: 1.55em;
    text-transform: capitalize;
    margin-top: 80px;
  }

.feature_title.gallery {
  margin-top: 0;
}

.feature_title > a.read_more {
  font-size: 0.8rem;
  color: #75777b;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.feature_title > a.read_more .arrow-large {
  color: #587992;
  font-size: 1.65rem;
  font-weight: 200;
  margin-left: 7px;
}

.feature_title > a.read_more:hover,
.feature_title > a.read_more .arrow-large:hover {
  text-decoration: none;
}


.feature_item_title2 {
  font-size: 100%;
  color: #444444;
  display: inline;
  margin-left: 20px;
  position: relative;
  top: -5px;
}

.view-seo-text {
  font-size: 87%;
  padding: 15px 0px 15px 15px;
  width: 60%;
  float: left;
}

.content .view-about-block-right a {
  color: #9eb100;
  text-decoration: none;
}

.content .leadershipBio a {
  color: #9eb100;
  text-decoration: none;
  display:grid;
}

.leadershipBio {
    display:grid;
  }

/* ----------------- Content ------------------ */

#content_wrapper {
  background-color: #ffffff;
}

#col1, #col2 {
  margin: 39px 0 78px;
/*   padding: 0 20px; */
}

#content_wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.inner-content {
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1300px;
  padding-top: 55px;
}

/** Projects Slider **/

.flexslider {
  border: none;
  box-shadow: none;
  margin: 78px 0 0 0;
}

.flexslider .flex-viewport {
  height: 415px;
}

.flexslider .flex-viewport .slides {
  height: 415px;
}

.flexslider .flex-viewport .slides .sliderView .slider-img {
  height: 415px;
  background-position: center center;
}

.flexslider .slides img {
  height: 415px;
}

.flex-control-thumbs {
  display: flex;
  overflow: scroll;
  margin: 0;
  float: none;
}

.flex-control-thumbs li {
  float: none;
}

.flex-control-thumbs img {
  height: 50px;
  width: auto;
}

#project_title {
  display: none;
  color: #303030;
  font-size: 3em;
  font-weight: bold;
  padding: 5px 10px 45px 5px;
  position: absolute;
/*   bottom: 60px; */
  background: #fff;
  width: 100%;
}

#featureHeader {
  font-size: 1.5em;
  color: #333;
  padding: 25px 15px 0;
}

#sliderOpts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sliderOpts .thumbnail {
  position: relative;
  margin: 15px 0;
  cursor: pointer;
  height: 226px;
  width: 100%;
}

#sliderOpts .thumbnail img {
  width: 100%;
  height: 100%;
}

#sliderCat.mobile {
    display:none;
  }

.thumbOverlay {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  background-color: #303030;
  color: #ffffff;
  opacity: 0.8;
  font-size: 85%;
  padding: 5px;
}

#loading {
  opacity: 0.8;
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

#loading img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flex-pauseplay a {
  display: none;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  content: '';
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  color: transparent;
}

/** End Projects Slider **/

.about-block {
  margin-bottom: 50px;
  line-height: 1.75;
  width: 85%;
}

.about-block h2 {
  color: #587992;
  font-size: 1.65em;
  font-weight: bold;
  margin-top: -25px;
  text-transform: capitalize;
}

.contact-btn {
  display: none;
  background-color: #fff;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 15px;
  margin: 25px auto 0;
  width: 140px;
  border: none;
  font-weight: bold;
  transition: scale .25s ease-in;
}

.contact-btn:hover {
  transform: scale(1.05);
  transition: scale .25s ease-in;
}

.contact-btn > a {
  color: #587992;
}

div.header h2 {
/*   border-bottom: 2px solid #587992; */
}

div h2 {
  text-transform: uppercase;
/*   font-size: 130%; */
  color: #000000;
}

h2.alternate {
  text-transform: uppercase;
  font-size: 180%;
  color: #587992;
}

#block-views-services-block,
#block-views-dealerships-block {
  padding: 15px;
}

.content h3 {
  color: #587992;
}

#col1 {
  display: inline-block;
  float: left;
  width: 65%;
}

#col1 .map-count {
  width: 100%;
}

#col2 {
  float: right;
  width: calc(35% - 20px);
}

#col2 .map-locations img {
  max-width: 95%;
}

.footerLogo {
  float: center;
  margin: 55px 10px 0px 0px;
}

.content a {
  color: #587992;
  text-decoration: none;
}

.leader {
  display: block;
  padding-top:25px;
}

.leaderName {
  font-size: 16px;
  width: 100%;
}

.leadershipPic {
  display: block;
  float: left;
  margin-right: 10px;
}

#persons {
  width: 75%;
  float: left;
}

.flex-prev {
  background-image: url("images/prevArrow.png");
}

.flex-next {
  background-image: url("images/nextArrow.png");
}

.flex-pause {
  background-image: url("images/Pause-icon.png");
}

.flex-play {
  background-image: url("images/Play-icon.png");
}

/** FOOTER STYLES **/

#footer {
  position: relative;
  width: 100%;
  margin: 0px auto;
  color: #fff;
  background-color: #333;
}

#footer .inner-content {
  display: flex;
  justify-content: space-between;
}

#footer a {
  text-align: center;
  padding: 10px;
  color: #8c8b8b;
  color: #fff;
  text-decoration: none;
}

#footer .f-col {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
}

#footer .f-col .logo {
  height: 75px;
  margin: 0 10px;
}

#footer #info {
  background-color: #272727;
  padding: 20px 0;
  text-align: center;
  margin-top: 50px;
}

#footer h4 {
  font-weight: bold;
}

#map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map > h4 {
  width: 100%;
}

#map .map-frame {
  display: inline-block;
  box-shadow: 0px 0px 3px 2px #2b2a2a;
  min-width: 320px;
  max-width: 500px;
  height: 250px;
  border: none;
}

#map .address-wrapper {
  display: inline-block;
  width: 320px;
  text-align: center;
  margin: 20px 0;
}

#map .address-wrapper hr {
  width: 100%;
  margin: 12px 0;
}

#map .address-wrapper h4 {
  margin: 0;
  margin-bottom: 8px;
}

.giving-back h4 {
  text-align: center;
}
/** POSSIBLE OLD STYLES BELOW  **/

.dealer {
  padding-top: 35px;
}

.dealer_logo {
  float: left;
  vertical-align: middle;
  padding:0px 15px 50px 0px;
}

.dealer_title {
    vertical-align: middle;
    font-weight:bold;
    font-size:16px;
}

.dealer_desc {

}

#staff-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.staff-profile {
  width: 32%;
  max-width: 73px;
  height: 100px;
  margin: 2.5px;
}

.staff-profile img {
  height: 100%;
  width: 100%;
}

.hidden {
  display: none;
}

.tooltip {
  height: auto;
/*   width: 450px; */
  float: left;
}

.tooltip img {
  float: left;
  margin: 0px 10px 40px 0px;
}

.toolDesc {
  display: inline;
  vertical-align: top;
}

.map-link,
.geo {
  display: none;
}

.tooltip .title {
  font-size: 150%;
  margin-bottom: 5px;
}

.tooltip .role {
  font-size: 130%;
  margin-bottom: 5px;
}

.tooltip .body {
  font-size: 110%;
  margin-top: 10px;
}

.tooltip .email {
  font-size: 110%;
  margin-top: 10px;
}

.tooltip .phone {
  font-size: 110%;
  margin-top: 10px;
}

/* Jobs */

.search_jobs {
  background-color: #587992;
}

#search_keywords,
#search_location,
#search_submit {
  font-size: 16px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
}

.search_submit {
  width: 20%;
  float: right;
}

table.job-manager-jobs {
  width: 100%;
}

.job-type {
  display: none;
}

.slides li:after {
  display: table;
  content: '';
  clear: both;
}

/** NEW MEDIA QUERIES **/

@media screen and (min-width: 1260px) {
  #col1, #col2 {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  #header_wrapper {
    height: 115px;
  }
  
  #logo {
    height: 115px;
    width: 114px;
  }
  
  .about-block {
    font-size: 1rem;
    width: 100%;
  }
  
  .about-block h2 {
    text-align: center;
  }
  
  .flexslider {
    margin: 115px 0 0 0;
  }
  
  .feature_title {
    font-size: 1.6em;
  }
  
  #footer {
    justify-content: space-between;
  }
  
  #footer #map {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 25px
  }
  
  #footer #map .address-wrapper {
    text-align: left !important;
    width: 35% !important;
    margin-left: 20px;
  }
  
   #footer #map .address-wrapper hr {
    width: 100% !important;
  }
  
  #sliderOpts .thumbnail {
    width: calc((100% / 3) - 7.5px);
  }
}

@media screen and (min-width: 768px) {
  .flexslider .flex-viewport,
  .flexslider .flex-viewport .slides,
  .flexslider .flex-viewport .slides .sliderView .slider-img,
  .flexslider .slides img {
    height: calc(100vh - 78px);
    max-height: 768px;
  }
  
  #slider {
     height: calc(100vh - 138px);
     max-height: 768px;
  }
}

@media screen and (orientation: landscape) {
  .flexslider .flex-viewport,
  .flexslider .flex-viewport .slides,
  .flexslider .flex-viewport .slides .sliderView .slider-img,
  .flexslider .slides img {
    height: calc(100vh - 78px);
    max-height: 768px;
  }
  
  #slider {
    height: calc(100vh - 78px);
    max-height: 100%;
  }
  
  #footer #map {
    justify-content: center;
  }
}

@media screen and (orientation: landscape) and (max-width: 812px) {
  #sliderOpts .thumbnail {
    width: calc(50% - 7.5px);
  }
  #sliderCat {
    display:none;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  #sliderOpts .thumbnail {
    width: calc(50% - 7.5px);
  }
  
  #footer .inner-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  #footer .inner-content #map {
    margin-bottom: 30px;
    flex-direction: row;
  }
  
  #map .address-wrapper {
    text-align: left;
    margin: 0;
    margin-left: 20px;
  }
  
  #map .address-wrapper hr {
    margin-left: 0;
  }

  #sliderCat {
    display:none;
  }
}

@media screen and (min-width: 736px) and (orientation: landscape) {
  #footer #map {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 25px
  }
  
  #footer #map .address-wrapper {
    text-align: left !important;
    width: 35% !important;
    margin-left: 20px;
  }
  
   #footer #map .address-wrapper hr {
    width: 100% !important;
  }
}

@media all and (min-width: 320px) and (max-width: 813px) {
  
  #header_col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  #sliderCat {
    display:none;
  }

  #sliderCat.mobile {
    display:block;
  }
  
  #hamburger,
  #mobile_close-btn {
    cursor: pointer;
    display: block;
    margin: 0 10px 0 0;
    height: 30px;
    background: #587992;
    padding: 4px;
    border-radius: 2px;
  }
  
  .mobile_menu {
    display: block;
    position: fixed;
    right: calc(-100vw - 77px);
    top: 0;
    background: #272727;
    color: #fff;
    padding: 20px 30px;
    height: 100vh;
    text-transform: uppercase;
    transition: all .25s ease-out;
    width: calc(100vw - 77px);
    z-index: 100;
  }
  
  .mobile_menu.open {
    right: 0;
    transition: all .25s ease-in;
  }

  .mobile_menu #mobile_close-btn {
    position: absolute;
    top: 15px;
    right: 5px;
    height: 25px;
    padding: 6px;
  }

  #mobile-title {
    display: block;
    width: 85%;
    max-width: 240px;
  }
  
  .mobile_menu .links {
    color: #fff;
    list-style-type: none;
    max-width: 233px;
    margin-top: 30px;
    padding: 0;
  }
  
  .mobile_menu .links li {
    margin: 15px 0 15px 10px;
    padding-left: 3px;
    border-bottom: 2px solid transparent;
  }
  
  .mobile_menu .links li:hover,
  .mobile_menu .links li.active {
    border-bottom: 2px solid #587992;
  }

  .mobile_menu .links li.active a,
  .mobile_menu .links li a {
    color: #ffffff;
    text-decoration: none;
  }
  
  #title {
    width: 90%;
  }
  
  #header_col3 {
    display: none;
  }
  
  #utility_nav {
    display: none;
  }
  
  .inner-content {
    width: calc(100% - 30px);
  }
  
  .sliderView > .slider-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
  }
  
  .slider-img-caption {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background-color: #ffffff;
    border-radius: 0;
    height: 65px;
    opacity: .85;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    word-break: break-word;
  }
  
  .about-block {
    padding: 0;
    width: 100%;
  }
  
/*   #subfeature::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.65);
    color: #fff;
    z-index: 1;
  } */
  
  .feature-item {
    height: 66.6%;
  }
  
  .feature-item.large {
    height: 33.3%;
  }
  
  .feature-item,
  .feature-item.large {
    width: 100%;
  }  
  
  .feature-item-img:hover::before {
    display: none;
  }
  
  .feature-item-img:hover > .feature-item-info {
    display: none;
  }
  
  .feature_title {
    z-index: 2;
  }

  .feature_title > a.read_more,
  .feature_title > a.read_more:hover {
    background: transparent;
    padding: 0;
    color: #75777b;
    font-size: 0.6rem;
  }
  
  .feature-grid {
    flex-wrap: wrap;
    height: 1000px;
    margin-bottom: 50px;
  }
  
  .feature-grid-left,
  .feature-grid-right {
    width: 100%;
  }
  
  .feature-grid-left {
    margin-bottom: 7px;
  }
  
  #footer .inner-content {
    margin: 0 auto;
    flex-direction: column;
/*     width: 100%; */
  }
  
/*   #footer #map {
    display: block;
    text-align: center;
  } */
  
  #footer #map .map-frame {
    margin: 0;
  }
  
/*   #footer #map .address-wrapper {
    text-align: center;
    max-width: 320px;
    width: 90%;
  } */
  
  #footer #map .address-wrapper hr {
    width: 80%;
    margin: 12px auto;
  }
  
  #footer .f-col {
    flex-direction: row;
    justify-content: center;
  }
  
  /* ABOUT PAGE */
  
  #col1, #col2 {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
  
  #col1 .map-count {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  
  #col1 .about-block {
    padding: 0;
    background-color: #fff;
    margin: 0;
  }
  
  #col1 .about-block h2 {
    color: #000;
    text-align: left;
    text-transform: uppercase;
  }
  
  #col1 .header {
    font-size: 1em;
  }
  
  .leader .leadershipPic img {
    height: 182px;
    width: 132px;
  }
  
  #col2 .map-locations {
    width: 308px;
    text-align: center;
  }
  
  
  #staff-container .staff-profile {
   display: block;
   height: 100px;
   max-width: 73px;
   margin: 2.5px;
   width: 32%;
  }
  
  #staff-container .staff-profile img {
    height: 100%;
    width: 100%;
  }
  
  
}
