/*
 Theme Name:   Fashot Child
 Theme URI:    ****************
 Description:  Child Theme
 Author:
 Author URI:
 Template:     fashot
 Version:      1.0.0
*/

@import url('../fashot/style.css');

body {
  margin-top: 122px;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#site-header {
  min-height: 122px;
}
#thin-site-footer .footer-contact li {
  width: 50%;
}
.contact-blocks li a {
  color: #000;
}
.contact-blocks li h2 {
  color: #000;
}
span:not(.ab-icon),
h1,
h2,
h3,
h4,
h5,
h6,
.lang-select__other-langs {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
}
.stat-desc p {
  text-transform: lowercase !important;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
}
.section-title {
  text-transform: uppercase;
}
.promo-link {
  font-style: normal;
}
.xthin-wrapper .small-kerning em {
  font-style: normal !important;
}
.vertical-centered.inner-header-content p {
  font-style: normal;
}
#slidedown-navigation {
  background-color: #fff;
}
.sub_menu_active {
  display: block !important;
}
.menu-services-container li .sub-menu li a {
  padding: 0 10px 0 0;
}
.menu-services-container .sub-menu {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#thin-site-footer {
  background: black;
}
.bottom-bar,
.black-bg {
  background: #000;
}
.page-template-videos-template .inner-header-content h1,
.page-template-videos-template .inner-header-content p {
  color: #fff;
}
/*
Contact Page
*/
#tab-nav {
  border-bottom: 2px solid #958d5f;
}
#contact-header h1 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.contact-blocks li h2 {
  position: relative;
  padding-bottom: 40px;
  font-style: normal;
}
.contact-blocks li h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 10px;
  background-color: #958d5f;
}
#maps-wrap-n,
#contact-header {
  position: relative;
}
body.page-template-contact-page {
  background-color: #fff;
}
#tab-nav span {
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  letter-spacing: 4px;
  margin-right: 10px;
  padding-right: 20px;
  font-size: 13px;
  cursor: pointer;
}
/*#
tab-nav span:hover, #tab-nav .active span {
	color: #fff;
}
#tab-nav span:after {
display:none;
}
*/
/*
Full Screen Button
*/
button.full-screen-toggle {
  height: 34px;
  border: 2px solid #000;
  text-align: center;
  line-height: 34px;
  display: block;
  cursor: pointer;
  letter-spacing: 1px;
  background: transparent;
}
button.full-screen-toggle .fa {
  font-size: 20px;
}
.fullscreenbtn {
  float: right;
  margin-top: 43px;
  margin-left: 20px;
  position: relative;
}
#lang-select {
  margin-left: 20px;
}

/*
Popup Slider Styling
*/
.b-modal.__b-popup1__ {
  background-color: rgb(255, 255, 255) !important;
}
.pps-popup {
  max-width: 1920px;
  border: 0 !important;
}
.pps-popup .pps-embed iframe {
  margin: 0 auto;
}
.pps-popup .pps-wrap {
  /* background-color: transparent!important; */
  padding: 0px !important;
}
.pps-wrap .pps-direction-nav,
.pps-wrap .pps-close {
  display: none;
}
.pps-wrap:hover .pps-direction-nav,
.pps-wrap:hover .pps-close {
  display: block;
}

.pps-popup .pps-wrap .pps-content {
  overflow: hidden;
}
.pps-control-nav {
  display: none;
}
.pps-popup .pps-direction-nav .pps-prev {
  left: 40px;
}
.pps-popup .pps-direction-nav .pps-next {
  right: 40px;
}

.pps-direction-nav > li {
  letter-spacing: 0px;
}
#photo-container,
#slider-container,
#video-container {
  text-align: inherit;
}

.pps-popup.pps-has-border:before {
  background-color: transparent !important;
}

/*
Grid Styling
*/
.grid-con {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: 90%;
  padding: 3% 0%;
}
#photo-container .gallery-items,
#video-container .gallery-items {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

#photo-container .item-margins,
#video-container .item-margins {
  float: left;
  width: 31.3%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1%;
  overflow: hidden;
}

.item-margins:nth-child(1),
.item-margins:nth-child(2),
.item-margins:nth-child(3),
.item-margins:nth-child(4),
.item-margins:nth-child(5),
.item-margins:nth-child(6) {
  margin-bottom: 1.5%;
}
.item-margins:nth-child(1),
.item-margins:nth-child(3),
.item-margins:nth-child(5),
.item-margins:nth-child(7) {
  margin-right: 1.5%;
}

#photo-container .gallery-item:hover .gallery-contents,
#video-container .gallery-item:hover .gallery-contents {
  opacity: 1;
  transition: all 0.5s;
  width: 100%;
}
#photo-container .gallery-item .gallery-contents,
#video-container .gallery-item .gallery-contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  opacity: 0;
  background: rgba(23, 21, 26, 0.62);
  transition: all 0.2s;
}

#photo-container .gallery-item .gallery-contents .grid-title,
#video-container .gallery-item .gallery-contents .grid-title {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  text-align: center;
  font-size: 30px;
}
#photo-container img,
#video-container img {
  width: 100%;
  height: auto;
  display: block;
}

#thin-site-footer .footer-contact {
  position: static;
}
.grid-title h2 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  letter-spacing: 4px;
  font-weight: 400;
}
body.page-template-services-template,
body.page-template-videos-template {
  background-color: #fff !important;
}

/*
Slick Slider
*/

.slider-con {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: 100%;
}
.slick-slide img {
  width: 100%;
}
.slickslider:hover .gallery-contents {
  opacity: 1;
  transition: all 0.5s;
  width: 100%;
}
.slickslider .gallery-contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(23, 21, 26, 0.38);
  transition: all 0.2s;
}
.slickslider .grid-title h2 {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slickslider .grid-title p {
  display: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slickslider:hover .grid-title h2 {
  display: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slickslider:hover .grid-title p {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slickslider .gallery-contents .grid-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}
.slick-arrow span {
  width: 30px;
  background: url(/wp-content/themes/fashot-child/css/images/light-skin-1.png);
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
}
.slick-prev span {
  background-position: -89px -26px;
  left: 160px;
}
.slick-next span {
  right: 160px;
  left: auto;
  background-position: -89px -103px;
}
/*
Media Queries
*/

@media only screen and (min-width: 1024px) {
  ul.sub-menu {
    width: auto !important;
    left: -20%;
    right: 0;
    padding: 0 1000em;
    margin: 0 -1000em;
    background: white;
    margin-top: 62px;
    border-top: 2px solid #958d5f;
  }

  /*
Menu Styling
*/
  nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }

  nav ul li {
    display: inline-block;
  }

  nav a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
  }

  /* Hide Dropdowns by Default */
  nav ul ul {
    display: none;
    position: absolute;
    top: 60px; /* the height of the main nav */
  }

  /* Display Dropdowns on Hover */
  nav ul li:hover > ul {
    display: inherit;
  }

  /* Fisrt Tier Dropdown */
  nav ul ul li {
    float: left;
    display: list-item !important;
    padding: 20px 0px !important;
  }

  /* Second, Third and more Tiers	*/
  nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
  }

  /* Change this in order to change the Dropdown symbol */
  li > a:not(.ab-item):after {
    content: ' +';
  }
  li > a:only-child:after {
    content: '';
  }

  .menu-primary-navigation-container .menu li {
    position: static !important;
  }
}
@media only screen and (max-width: 1024px) {
  aside.inner-header.browser-height.parallax-banner.black-bg.cover-bg {
    background-size: cover;
    background-position: center;
  }
  #site-header {
    min-height: 91px;
  }
  body {
    margin-top: 90px;
  }
  .page-template-clients-page .inner-header,
  .page-template-photography-page .inner-header,
  .page-template-videography-page .inner-header,
  .page-id-101 .inner-header {
    background-size: cover !important;
    background-position: top center !important;
  }
  .fullscreenbtn {
    display: none;
  }
  ul.contact-details-group {
    left: 0;
  }
  .slick-next span {
    right: 0px;
  }
  .slick-prev span {
    left: 0;
  }
  .slick-arrow {
    opacity: 1;
    overflow: visible !important;
  }
}
@media only screen and (min-width: 1200px) {
  ul.sub-menu {
    width: 1200px;
    left: -20%;
    right: 0;
    padding: 0 1000em;
    margin: 0 -1000em;
    background: white;
    margin-top: 62px;
    border-top: 2px solid #958d5f;
  }
}
@media only screen and (min-width: 600px) {
  body .pps-popup .pps-close {
    top: 25px !important;
    right: 25px !important;
  }
}
@media only screen and (max-width: 600px) {
  #tab-nav span {
    margin-left: 10px;
    padding-left: 20px;
  }
  .contact-blocks li {
    text-align: left !important;
  }
  #photo-container .item-margins,
  #video-container .item-margins {
    float: left;
    width: 98%;
    margin: 1%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #photo-container .gallery-item .gallery-contents,
  #video-container .gallery-item .gallery-contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    opacity: 1;
    background: rgba(23, 21, 26, 0.62);
    transition: all 0.2s;
  }
}
@media all and (orientation: portrait) {
  .pps-popup.pps-no-border {
    background: white;
  }
  .pps-popup.pps-has-border:before {
    background-color: transparent !important;
    background-image: url(/wp-content/themes/fashot-child/css/images/rotate.png);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 50% !important;
    left: 50% !important;
    margin-left: -50px;
    z-index: 9999999;
    border-radius: 0px !important;
    width: 100px;
    height: 100% !important;
  }
  .pps-popup.pps-no-border:before {
    background-color: transparent !important;
    background-image: url(/wp-content/themes/fashot-child/css/images/rotate.png);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 50% !important;
    left: 50% !important;
    margin-left: -50px;
    z-index: 9999999;
    border-radius: 0px !important;
    width: 100px;
    height: 100% !important;
  }
}

.stop-scrolling {
  overflow: hidden;
  padding-right: 15px;
}

.pps-popup {
  top: 5% !important;
  max-height: 90vh;
  overflow: auto;
}

.admin-bar #site-header {
  margin-top: 32px;
}
