/*
Theme Name: JBL Fineart
Author: WOW MKTG
Author URI: http://wowmktg.com/
Description: This is theme for JBL Fine Art, designed and developed by WOW MKTG
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*Wordpress editor styles start*/
body {
  font-family: dapifer, serif; }

.btn {
  background: url(img/icon-plus.svg) calc( 100% - 10px) center #fff;
  background-repeat: no-repeat;
  padding-right: 50px;
  color: #000;
  border-radius: 10px;
  margin-right: 10px;
  transition: all .3s;
  -webkit-transition: all .3s; }
  .btn:hover {
    background-position: calc( 100% - 15px) center; }
  .btn.btn-blue {
    background-color: #45edff; }
    .btn.btn-blue:hover {
      background-color: #abf7ff; }

header {
  position: relative;
  z-index: 2; }

nav#main-nav {
  padding: 30px 30px 0 30px; }
  nav#main-nav .navbar-brand {
    position: relative;
    z-index: 9;
    left: 20px; }
    @media screen and (max-width: 480px) {
      nav#main-nav .navbar-brand {
        left: 20px;
        margin: 0 auto; } }
    nav#main-nav .navbar-brand img {
      height: 150px; }

#nav-toggle {
  width: 40px;
  height: 32px;
  display: block; }
  #nav-toggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: relative;
    top: -60px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2; }
  #nav-toggle span {
    display: block;
    width: 33px;
    height: 4px;
    top: -100px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  #nav-toggle span:first-child {
    transform-origin: 0% 0%; }
  #nav-toggle span:nth-last-child(2) {
    transform-origin: 0% 100%; }
  #nav-toggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #45edff; }
  #nav-toggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
  #nav-toggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px); }
  #nav-toggle #expand-nav {
    position: absolute;
    width: 100%;
    padding: 100px 50px;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.75);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(0%, -100%);
    transition: all 1s cubic-bezier(0.77, 0.2, 0.05, 1); }
    #nav-toggle #expand-nav li {
      padding: 10px 0;
      font-size: 20px;
      text-align: center; }
      #nav-toggle #expand-nav li a {
        color: #fff; }
  #nav-toggle input:checked ~ #expand-nav {
    transform: none;
    opacity: 1; }

#modals, .modal {
  color: #000; }
  #modals .modal-content, .modal .modal-content {
    border-radius: 0px; }

footer {
  text-align: center;
  font-weight: 100;
  font-size: .8em;
  padding: 0 0 40px 0;
  color: #ccc; }

.page .col-md-10 {
  padding: 50px; }

.page h2 {
  font-weight: 100; }

.page p {
  font-weight: 100;
  font-size: 1.2em; }

.page label {
  font-weight: 100 !important; }

body {
  background: #363636;
  color: #fff; }

section {
  padding: 5% 0; }

#ajax-load-more {
  width: 100%; }
  #ajax-load-more .alm-reveal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }

.alm-btn-wrap .alm-load-more-btn {
  background: #45edff !important; }

.alm-btn-wrap .alm-load-more-btn.done {
  background: #45edff !important;
  font-weight: 100; }

.single-post .container {
  padding-bottom: 40px; }
  .single-post .container .featured-image {
    padding: 20px 0; }

.single-post h2 {
  font-style: italic;
  font-weight: 100;
  margin-bottom: 40px; }

.single-post .work-details, .single-post p {
  font-weight: 100;
  font-size: 1.2em; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#home-hero {
  min-height: 90vh;
  position: relative;
  top: -190px;
  margin-bottom: -125px;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media screen and (max-width: 640px) {
    #home-hero {
      min-height: 75vh; } }
  #home-hero .slide {
    height: 100vh; }
    @media screen and (max-width: 480px) {
      #home-hero .slide {
        height: 95vh; } }
  #home-hero .hero-video {
    position: relative;
    z-index: 5;
    background: url() center center;
    background-size: cover;
    width: 100vw;
    height: 100vh; }
    #home-hero .hero-video video {
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      height: auto;
      z-index: -100;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      @media screen and (max-width: 767px) {
        #home-hero .hero-video video {
          position: absolute;
          top: -60px;
          left: -100%;
          width: 300%;
          -ms-transform: translateX(0) translateY(0);
          -moz-transform: translateX(0) translateY(0);
          -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
          height: 100%; } }
  #home-hero .hero-details {
    position: absolute;
    bottom: 70px;
    left: 40px;
    z-index: 10;
    background: url(img/icon-plus-white.svg) calc( 100% - 10px) 10px rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    padding: 20px;
    color: #fff;
    width: 25%;
    font-size: .7em; }
    @media screen and (max-width: 800px) {
      #home-hero .hero-details {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      #home-hero .hero-details {
        left: 20px;
        width: calc(100% - 40px); } }
    #home-hero .hero-details h3 {
      font-weight: 100;
      font-style: italic;
      margin: 2px 0;
      font-size: 1.4em;
      text-transform: capitalize; }
    #home-hero .hero-details p {
      margin: 2px 0;
      line-height: 1.2em;
      font-weight: 100; }
      #home-hero .hero-details p.work-artist {
        font-weight: 600; }
  #home-hero .owl-item.active {
    z-index: 1; }
  #home-hero .owl-dots {
    position: absolute;
    left: 20px;
    bottom: 20px; }
    #home-hero .owl-dots .owl-dot span {
      background: rgba(255, 255, 255, 0.5); }
    #home-hero .owl-dots .owl-dot.active span {
      background: white; }

#work-grid .work-item {
  position: relative;
  min-height: 250px;
  margin-bottom: 25px; }

#work-grid .work-details {
  position: absolute;
  background: url(img/icon-plus-white.svg) calc( 100% - 10px) calc( 100% - 10px) rgba(0, 0, 0, 0.75);
  background-repeat: no-repeat;
  padding: 15px;
  left: 5%;
  top: 10%;
  width: 90%;
  height: 90%;
  color: #fff;
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s; }
  #work-grid .work-details:hover {
    opacity: 0;
    top: 5%; }
  @media screen and (max-width: 640px) {
    #work-grid .work-details {
      opacity: 0;
      height: inherit;
      top: inherit;
      bottom: 20px; } }
  #work-grid .work-details h3 {
    font-weight: 100;
    font-style: italic;
    margin: 2px 0;
    font-size: 1.4em;
    text-transform: capitalize; }
    @media screen and (max-width: 1200px) {
      #work-grid .work-details h3 {
        font-size: 1.2em; } }
  #work-grid .work-details p {
    margin: 2px 0;
    line-height: 1.2em;
    font-weight: 100; }
    #work-grid .work-details p.work-artist {
      font-weight: 600; }

.home #nav-toggle span {
  background: #363636; }
