/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/************** GLOBAL  **************/
.full-height {
    height: 100vh;
}
.white-col .fl-col-content {
    background-color: #fff;
    z-index: 99;
}
.fl-col-small.white-col {
    margin: 15px;
}
.fl-col {
    float: left;
    min-height: 1px;
}
.btn.btn-default {
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    cursor: default;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 4px 30px;
    -webkit-transition: all 0.35s ease-in-out;
}
.btn.btn-default:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    cursor: default;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 4px 30px;
    -webkit-transition: all 0.35s ease-in-out;
}

/************** NAVIGATION  **************/
.fl-page-header-logo img.fl-logo-img {
    width: 150px !important;
}


/************** ABOUT US  **************/
.joel-about-pic {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
}



/************** ARCHIVE TEMPLATE (index.php)  **************/
.fl-col-group-equal-height {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fl-col-group-equal-height, .fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fl-row, .fl-row-content, .fl-col-group, .fl-col, .fl-module, .fl-module-content {
    zoom: 1;
}
.fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.fl-col-group-equal-height, .fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fl-col-group-equal-height .fl-col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.fl-col.full-height.archive-loop-col {
    background-color: #F3C309;
    width: 70%;
    overflow: scroll;
}
.archive-loop-col .fl-content.col-md-12 {
    margin: 0px;
    width: 100%;
}
.fl-col.full-height.archive-content-col {
    padding: 20px;
    width: 30%;
    height: 100vh;
    overflow: scroll;
}
.archive-loop-col .yllw-post-item {
    background-size: 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #f3c30b;
    -webkit-transition: all 0.35s ease-in-out;
}
.archive-loop-col .yllw-post-item:hover {
    background-size: 120%;
}


.archive-loop-col .yllw-post-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


.yllw-post-item article {
    position: relative;
}
.archive-content-col h1.archive-title {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}
.archive-content-col p {
    width: 100%;
}
.yllw-post-item h2.fl-post-title {
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 30px #000;
    margin-bottom: 0px;
}
article.work header.fl-post-header {
    margin-bottom: 0px;
}

@media (max-width: 768px){
  .fl-archive .fl-col-group-equal-height {
    flex-direction: column-reverse;
    min-height: 100vh;
  }
  .fl-col.full-height.archive-loop-col {
      background-color: #F3C309;
      width: 100%;
      overflow: visible;
  }
  .fl-col.full-height.archive-content-col {
      width: 100%;
      padding: 20px;
      height: auto;
      overflow: visible;
      padding-top: 150px;
      padding-bottom: 50px;
      background-color: #f3c30b;
  }

}

/************** WORK SINGLE'S PAGE (content-work.php)  **************/
.work-template-default.single-work .fl-content.col-md-12 {
    margin: 0px;
    width: 100%;
}
.fl-col.single-work-left {
    background-color: #F3C309;
    width: 70%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fl-col.single-work-right {
    padding: 20px;
    width: 30%;
    flex-direction: column;
}
aside.fl-col.single-work-left,
article.fl-col.single-work-right {
    height: 100vh;
    overflow: scroll;
    padding-top: 100px;
}
article.fl-col.single-work-right {
    padding-top: 150px;
}
aside.fl-col.single-work-left .yellow-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 100vh;
    background-color: rgba(243, 195, 9, .85);
    -webkit-transition: all 0.35s ease-in-out;
}
.yllw-work-tabs {
    z-index: 10;
}
aside.fl-col.single-work-left .tab-pane.active {
  -webkit-transition: all 0.35s ease-in-out;
}
aside.fl-col.single-work-left .tab-pane.active {
  padding-bottom: 100px
}
aside.fl-col.single-work-left .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover {
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    cursor: default;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 4px 30px;
    -webkit-transition: all 0.35s ease-in-out;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #F3C309;
    background-color: #000;
    border: 2px solid #000;
    cursor: default;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 4px 30px;
    -webkit-transition: all 0.35s ease-in-out;
}
.work-template-default h1.fl-post-title {
    font-weight: 700;
    word-break: break-word;
    line-height: 1.1;
}
.all-work-btn {
    margin: 50px auto 100px;
}
.all-work-btn.visible-xs {
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px){
  .type-work .fl-col-group.fl-col-group-equal-height.fl-col-group-align-center {
    display: flex;
    flex-direction: column-reverse;
  }
  aside.fl-col.single-work-left,
  article.fl-col.single-work-right {
    width: 100%;
    overflow: visible;
    padding-top: 100px;
    min-height: auto;
    height: 100%;
  }
  aside.fl-col.single-work-left {
    padding: 0px;
    min-height: auto;
  }
  aside.single-work-left .row {
    margin: 0;
  }
  aside.fl-col.single-work-left .yellow-overlay {
    background-color: #F3C309;
  }
  aside.fl-col.single-work-left .tab-pane.active {
    padding-bottom: 50px;
  }
  article.fl-col.single-work-right {
    background-color: #F3C309;
    padding-top: 175px;
    padding-bottom: 50px
  }

}
