/*MAIN.CSS*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*This is main CSS file that contains custom style rules used in this theme*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Template Name: Main.css */

/* Version: 1.0 Initial Release */

/* Build Date: May 2018 */

/* Author: Quadnotion */

/* Website: https://quad.quadnotion.com/ */

/* Copyright: (C) 2018 */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 01 - COMMON ELEMENTS */

/* A - SPACING */

/* B - FONTS */

/* B1 - FONT WEIGHTS */

/* C - TEXT TRANSFORMS */

/* D - COLORS */

/* 02 -  HEADER & NAVIGATION */

/* 03 - PAGES & SECTIONS SETUP*/

/* A - SPLASH SLIDER STYLES */

/* B - CONTACT ICON BOX */

/* 05 - FOOTER*/

body {
  font-weight: 400;
  overflow-x: hidden !important;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: 'HelveticaNeue-Regular';
  width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

input:focus {
  outline: none;
}

/* p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: #404040;
  font-weight: 300;
} */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.initial-load-content-wrap h1, .initial-load-content-wrap h1 + h2, .initial-load-content-wrap h3, .initial-load-content-wrap h4, .initial-load-content-wrap h5, .initial-load-content-wrap h6 {
  -webkit-margin-before: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.initial-load-content-wrap h2{
  -webkit-margin-before: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 0px;
}

.comment-content-wrap h1, .comment-content-wrap h1 + h2, .comment-content-wrap h3, .comment-content-wrap h4, .comment-content-wrap h5, .comment-content-wrap h6{
  -webkit-margin-before: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #1F1F1F;
}

.comment-content-wrap h2{
  -webkit-margin-before: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #1F1F1F;
}

h1{
  font-size: 35px;
  line-height: 42px;
}

h2{
  font-size: 28px;
  line-height: 38px;
}

h3{
  font-size: 24px;
  line-height: 31px;
}

h4{
  font-size: 21px;
  line-height: 28px;
}

h5{
  font-size: 18px;
  line-height: 25px;
}

h6{
  font-size: 14px;
  line-height: 21px;
}

.initial-load-content-wrap b, .initial-load-content-wrap strong {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}
.comment-content-wrap b, .comment-content-wrap strong {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  color: #404040
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background-color: #2d2d2d;
}

::selection {
  color: white;
  background-color: #2d2d2d;
    
}

/*---------------------------------------------------------------------------------------------------------------*/

/* 01 - COMMON ELEMENTS */

/*---------------------------------------------------------------------------------------------------------------*/


.mastwrap {
  z-index: 1;
  border-bottom: 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.dummy {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}

.dummy div {
  width: 100%;
  height: 2px;
}

.mastwrap.no-pad-top {
  padding-top: 0px !important;
}

.full-height {
  height: 100vh;
}

.full-width {
  width: 100%;
}

.half-height {
  height: 50vh;
}

.transparent-bg{
  background: transparent !important;
}

.animate {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.visibility-hide, .hide-block {
  visibility: hidden !important;
  opacity: 0 !important;
}

.item-fade {
  opacity: 0.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.no-pad {
  padding: 0 !important;
}

.pos-center {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.pos-center-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.v-center > * {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

.quad-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

.ease {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.parallax-ease {
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.img-center-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.col-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.quad-text-block {
  height: auto;
}

.quad-text-block dfn {
  font-style: inherit;
}

.quad-text-block span {
  display: inline-block;
  width: auto;
  float: none;
}

.quad-text-block .text-block-element {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

.quad-page-content-wrap p, .quad-post-content-wrap p {
  margin-bottom: 20px;
}

.disable-click {
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel button.owl-dot:focus {
  outline: none;
}

.kc_text_block {
  position: relative;
  z-index: 2;
}
.position-relative {
  position: relative;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: inherit;
}
.kc_text_block p {
  margin-bottom: 0;
}
.kc_text_block h1, .kc_text_block h2, .kc_text_block h3, .kc_text_block h4, .kc_text_block h5, .kc_text_block h6 {
  font-size: inherit;
  line-height: inherit;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
  -ms-touch-action: auto;
      touch-action: auto;
}
.qd-disply-ib {
  display: inline-block;
}
.only-for-mob-999, .image-one-text-mob, .only-for-600 {
  display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* A - SPACING */

/*----------------------------------------------------------------------------------------------------------------*/

.pad-top {
  padding-top: 140px;
}

.pad-top-half {
  padding-top: 70px;
}

.pad-min-top {
  padding-top: 35px;
}

.pad-min-top-half {
  padding-top: 20px;
}

.pad-bottom {
  padding-bottom: 140px;
}

.pad-bottom-half {
  padding-bottom: 70px;
}

.pad-min-bottom {
  padding-bottom: 35px;
}

.pad-min-bottom-half {
  padding-bottom: 20px;
}

.add-top {
  margin-top: 140px;
}

.add-top-half {
  margin-top: 70px;
}

.add-min-top {
  margin-top: 35px;
}

.add-min-top-half {
  margin-top: 20px;
}

.add-bottom {
  margin-bottom: 140px;
}

.add-bottom-half {
  margin-bottom: 70px;
}

.add-min-bottom {
  margin-bottom: 35px;
}

.add-min-bottom-half {
  margin-bottom: 20px;
}

.pad-top-110 {
  padding-top: 110px;
}

.move-to-top {
  margin-top: -250px;
}

.move-to-top-half {
  margin-top: -125px;
}

.move-to-top-quarter {
  margin-top: -60px;
}

.move-to-top-200{
  margin-top: -200px;
}

.move-to-top-175{
  margin-top: -175px;
}
/*---------------------------------------------------------------------------------------------------------------*/

/* B - FONTS */

/*----------------------------------------------------------------------------------------------------------------*/
.font-hk-m {
  font-family: 'HKGrotesk-Medium';
}

.font-hn-t {
  font-family: 'HelveticaNeue-Thin';
}

.font-hn-l {
  font-family: 'HelveticaNeue-Light';
}

.font-hn-r {
  font-family: 'HelveticaNeue-Regular';
}

.font-hn-m {
  font-family: 'HelveticaNeue-Medium';
}

.font-hn-b {
  font-family: 'HelveticaNeue-Bold';
}

.font-blackmamba {
  font-family: 'BlackMambaTrial-Venom';
}
.font-misto {
  font-family: 'Misto';
}
.font-rsvg {
  font-family: 'RhythmicSVG';
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* B1 - FONT WEIGHTS */

/*----------------------------------------------------------------------------------------------------------------*/

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/*----------------------------------------------------------------------------------------------------------------*/

/* C - TEXT TRANSFORMS */

/*----------------------------------------------------------------------------------------------------------------*/

.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration: underline !important;
}

/*----------------------------------------------------------------------------------------------------------------*/

/* D - COLORS */

/*----------------------------------------------------------------------------------------------------------------*/
.black {
  color: #000000;
}
.black-bg {
  background-color: #000000;
}
.white {
  color: #FFFFFF;
}
.white-bg {
  background-color: #FFFFFF;
}
.light-black {
  color: #050706;
}
.light-black-2 {
  color: #1A1A1A;
}
.black-1c {
  color: #1C1C1C;
}


/*----------------------------------------------------------------------------------------------------------------*/

/* E - Font Size */

/*----------------------------------------------------------------------------------------------------------------*/

.font-size-15 {
  font-size: 15px;
  line-height: 22px;
}
.font-size-16 {
  font-size: 16px;
  line-height: 22px;
}
.font-size-17 {
  font-size: 17px;
  line-height: 27px;
}
.font-size-18 {
  font-size: 18px;
  line-height: 22px;
}
.font-size-19 {
  font-size: 19px;
  line-height: 28px;
}
.font-size-20 {
  font-size: 20px;
  line-height: 26px;
}
.font-size-22 {
  font-size: 22px;
  line-height: 27px;
}
.font-size-23 {
  font-size: 23px;
  line-height: 28px;
}
.font-size-24 {
  font-size: 24px;
  line-height: 30px;
}
.font-size-25 {
  font-size: 25px;
  line-height: 30px;
}
.font-size-26 {
  font-size: 26px;
  line-height: 32px;
}
.font-size-30 {
  font-size: 30px;
  line-height: 37px;
}
.font-size-33 {
  font-size: 33px;
  line-height: 30px;
}
.font-size-35 {
  font-size: 35px;
  line-height: 37px;
}
.font-size-40 {
  font-size: 40px;
  line-height: 48px;
}
.font-size-44 {
  font-size: 44px;
  line-height: 49px;
}
.font-size-50 {
  font-size: 50px;
  line-height: 55px;
}
.font-size-51 {
  font-size: 51px;
  line-height: 61px;
}
.font-size-55 {
  font-size: 55px;
  line-height: 80px;
}
.font-size-56 {
  font-size: 56px;
  line-height: 65px;
}
.font-size-59 {
  font-size: 59px;
  line-height: 118px;
}
.font-size-60 {
  font-size: 60px;
  line-height: 60px;
}
.font-size-75 {
  font-size: 75px;
  line-height: 90px;
}
.font-size-80 {
  font-size: 80px;
  line-height: 90px;
}
.font-size-90 {
  font-size: 90px;
  line-height: 80px;
}
.font-size-130 {
  font-size: 130px;
  line-height: 140px;
}
.font-size-200 {
  font-size: 200px;
  line-height: 210px;
}
.font-size-280 {
  font-size: 280px;
  line-height: 260px;
  padding-bottom: 100px;
}
.font-size-326 {
  font-size: 326px;
  line-height: 260px;
  padding-bottom: 100px;
}


/*----------------------------------------------------------------------------------------------------------------*/

/* F - Margin */

/*----------------------------------------------------------------------------------------------------------------*/

.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-65 {
  margin-bottom: 65px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}


.margin-top-145 {
  margin-top: 145px;
}

/*-------------------------------*/
	/*Preloader Style*/
/*-------------------------------*/

.qd-kc-button {
  font-size: 30px !important;
  line-height: 36px !important;
  font-family: 'HelveticaNeue-Regular' !important;
  text-decoration: underline !important;
}

/* .qd-kc-button.hover-line-vanish:hover {
  text-decoration: none !important;
} */

.hover-line-vanish:hover {
  text-decoration: none !important;
}

.qd-kc-button-22 {
  font-size: 22px !important;
  line-height: 32px !important;
  font-family: 'HelveticaNeue-Regular' !important;
  text-decoration: underline !important;
  padding: 0 !important;
}

body.preloader-running{
  overflow: hidden;
}
div#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#status  {
   width: 200px;
   height: 200px;
   position: fixed;
   left: 50%;
   top: 50%;
   /* background-image: url(../images/roofco-logo.png); */
   background-repeat: no-repeat;
   background-position: center;
   margin: -100px 0 0 -100px;
}


/*---------------------------------------------------------------------------------------------------------------*/

/* 02 -  HEADER & NAVIGATION */

/*---------------------------------------------------------------------------------------------------------------*/

/* === HEADER === */

body.admin-bar header {
  top: 32px;
}
body.admin-bar .navigation-logo-holder {
  top: 32px;
}

/* Header */
body:not(.home) .mastwrap {
  margin-top: 130px;
}
/* Header */
header {
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  /* box-shadow: rgba(163,163,163,0.1) 0px 0px 5px 5px; */
}
header.active .header-logo.white {
  display: none;
}
header.active .header-logo.black {
  display: block !important;
}
header.active .menu a {
  color: #000000 !important;
}

header .header-logo {
  width: 45px;
  height: auto;
}




/* MENU */
.qd-menu-lock {
  overflow: hidden !important;
}
.qd-menu-lock .say-hi-popup {
  display: none !important;
}
.main-nav .hamburger-wrap .hamburger {
  display: inline-block;
  cursor: pointer;
  transform: rotate(180deg);
}

.main-nav .hamburger-wrap .hamburger .line {
  height: 4px;
  background-color: #000000;
  margin-bottom: 15px;
  display: block;
}
body.home header .main-nav .hamburger-wrap .hamburger .line {
  background-color: #FFCE11;
}
body.home header.active .main-nav .hamburger-wrap .hamburger .line {
  background-color: #000000;
}
.main-nav .hamburger-wrap .hamburger .line:last-child {
  margin-bottom: 0;
}
.main-nav .hamburger-wrap .hamburger .line {
  width: 45px;
}
.main-nav .hamburger-wrap .hamburger .line + .line {
  width: 31px;
}
.main-nav .hamburger-wrap .hamburger .line + .line + .line {
  width: 59px;
}


.main-nav .menu-content-wrap {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  /* background-color: #080808; */
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  z-index: 100;
  padding: 0 15px;
}
.main-nav .menu-content-wrap.active {
  right: 0;
  opacity: 1;
}
.main-nav .menu-content-wrap .logo-section {
  position: relative;
  opacity: 0;
}
.main-nav .menu-content-wrap .logo-section * {
  visibility: hidden;
}
.main-nav .menu-content-wrap .logo-section img {
  width: 40px;
  padding-left: 15px;
  padding-top: 150px;
}
.main-nav .menu-content-wrap .logo-section::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #707070;
  position: absolute;
  left: 90px;
}
.main-nav .menu-content-wrap .menu-section-wrap {
  padding-top: 50px;
  position: relative;
}
.main-nav .menu-content-wrap .menu-section-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #080808;
  z-index: -1;
}
.main-nav .menu-content-wrap .menu-section-wrap .menu-close {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 60px;
  right: 60px;
  cursor: pointer;
}
.main-nav .menu-content-wrap .menu-section-wrap .menu-close::before {
  content: "";
  width: 33px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  display: inline-block;
}
.main-nav .menu-content-wrap .menu-section-wrap .menu-close::after {
  content: "";
  width: 33px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
  position: relative;
  display: inline-block;
  top: -24px;
}
.main-nav .menu-content-wrap .menu-section-wrap .menu-wrap ul {
  padding: 0;
  margin-bottom: 175px;
  list-style-type: none;
}
.main-nav .menu-content-wrap .menu-section-wrap .menu-wrap ul li a {
  color: #fff !important;
  font-size: 77px;
  line-height: 85px;
  font-family: 'HelveticaNeue-Light';
  text-transform: lowercase;
  -webkit-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.main-nav .menu-content-wrap .menu-section-wrap .menu-wrap ul li a:hover {
  color: #333 !important;
}
.main-nav .menu-content-wrap .menu-section-wrap .social-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-nav .menu-content-wrap .menu-section-wrap .social-list ul li a {
  font-size: 20px;
  line-height: 32px;
  color: #AFAFAF !important;
}
.main-nav .menu-content-wrap .menu-section-wrap .menu-wrap, .main-nav .menu-content-wrap .menu-section-wrap .social-list, .main-nav .menu-content-wrap .menu-section-wrap .copyright {
  padding-left: 50px;
}
.main-nav .menu-content-wrap .menu-section-wrap .talk-to-us-content-wrap {
  margin-bottom: 65px;
}
.main-nav .menu-content-wrap .menu-section-wrap .talk-to-us-content-wrap a {
  color: #fff !important;
}
.main-nav .menu-content-wrap .menu-section-wrap .address-wrap, .main-nav .menu-content-wrap .menu-section-wrap .contact-details a, .main-nav .menu-content-wrap .menu-section-wrap .copyright {
  font-size: 17px;
  line-height: 26px;
  color: #AFAFAF !important;
}
.main-nav .menu-content-wrap .menu-section-wrap .talk-to-us-content-wrap, .main-nav .menu-content-wrap .menu-section-wrap .address-wrap, .main-nav .menu-content-wrap .menu-section-wrap .contact-details {
  padding-right: 140px;
}
.main-nav .menu-content-wrap .menu-section-wrap .copyright {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.main-nav .menu-content-wrap .menu-section-wrap .contact-details {
  padding-bottom: 170px;
}

/* MENU END*/



.say-hi-popup {
  position: fixed;
  width: 413px;
  height: 194px;
  background: #F7D049;
  bottom: 0;
  right: 245px;
  z-index: 99;
  display: none;
}
.say-hi-popup .popup-wrap {
  padding: 40px 45px;
  position: relative;
}
.say-hi-popup .popup-wrap h4 {
  font-size: 20px;
  line-height: 24px;
  color: #030303;
  margin-bottom: 40px;
}
.say-hi-popup .popup-wrap a {
  font-size: 20px;
  line-height: 24px;
  color: #030303;
}
.say-hi-popup .popup-wrap .qd-close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.say-hi-popup .popup-wrap .qd-close .line {
  width: 17px;
  height: 1px;
  background: #1C1C1C;
  position: absolute;
  top: 8px;
  display: inline-block;
}
.say-hi-popup .popup-wrap .qd-close .line-1 {
  transform: rotate(-45deg);
}
.say-hi-popup .popup-wrap .qd-close .line-2 {
  transform: rotate(45deg);
}




/* Page */
.qd-breadcrumb-wrap .qd-breadcrumb {
  padding: 40px 0;
}
.qd-breadcrumb-wrap .qd-breadcrumb span, .qd-breadcrumb-wrap .qd-breadcrumb span a, .qd-breadcrumb-wrap span a span, .qd-breadcrumb-wrap span.current-item {
  font-size: 13px;
  line-height: 20px;
  color: #1A1A1A;
}

/* Footer */
.footer-talk-to-us .footer-talk-to-us-content-wrap {
  padding: 160px 0;
}
.footer-talk-to-us .footer-talk-to-us-content-wrap .talk-to-us-button:hover {
  color: #fff;
}
.footer-contact-us {
  padding: 130px 0 140px;
}
.footer-contact-us a:hover {
  color: #050706;
}

.footer-contact-us .footer-contact-wrap {
  margin-right: 35%;
}
.footer-contact-us .footer-contact-details {
  display: inline-block;
  float: right;
}

.footer-address-section .footer-address-wrap {
  padding: 100px 0;
  /* border-top: .5px solid #707070;
  border-bottom: .5px solid #707070; */
  position: relative;
}
.footer-address-section .footer-address-wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #707070;
}
.footer-address-section .footer-address-wrap::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #707070;
}

.footer-address-section .footer-address-wrap a:hover {
  color: #050706;
}

.footer-address-section .footer-address-wrap .get-direction span {
  position: relative;
}
.footer-address-section .footer-address-wrap .get-direction span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../images/AUPhFoaVlQnP.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 15px;
  left: 15px;
  transition: all 0.3s ease-in-out;
}
.footer-address-section .footer-address-wrap .get-direction:hover span::after {
  top: 10px;
  left: 20px;
}

.footer-social-and-copyright {
  padding: 130px 0 50px;
}
.footer-social-and-copyright .footer-social-list ul {
  padding: 0;
  margin: 0;
}
.footer-social-and-copyright .footer-social-list ul li {
  display: inline-block;
  margin-right: 50px;
}

.footer-social-and-copyright #menu-footer-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-social-and-copyright #menu-footer-link a {
  color: #050706;
  font-family: 'HelveticaNeue-Light';
}

.footer-social-and-copyright .copyright {
  position: absolute;
  left: 15px;
  bottom: 0;
}



/* ShortCode */
.wmd-service-wrap .description {
  font-size: 40px;
  line-height: 55px;
}
.wmd-service-wrap .service-list-wrap {
  padding: 0;
  margin: 0;
}
.wmd-service-wrap .service-list-wrap li {
  list-style-type: none;
}
.wmd-service-wrap .mobile {
  display: none;
}
.wmd-service-wrap a {
  /* transform: translateY(20px); */
  display: inline-block;
}

.wmd-service-wrap a:hover {
  color: #1A1A1A;
}


.wmd-what-we-do-wrap .what-we-do-each {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.wmd-what-we-do-wrap .what-we-do-each h4 {
  margin: 0;
}
.wmd-what-we-do-wrap .what-we-do-each p {
  padding-top: 40px;
  margin: 0px;
  transition: all 0.3s ease-in-out;
}
.wmd-what-we-do-wrap .what-we-do-each::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  bottom: 0;
  left: 15px;
  background-color: #707070;
}
.wmd-what-we-do-wrap .what-we-do-each .title-and-plus {
  position: relative;
}
.wmd-what-we-do-wrap .what-we-do-each .plus-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: none;
  z-index: 9;
}
.wmd-what-we-do-wrap .what-we-do-each .plus-icon::before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #1C1C1C;
  display: inline-block;
  top: -2px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.wmd-what-we-do-wrap .what-we-do-each .plus-icon::after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #1C1C1C;
  display: inline-block;
  left: 15px;
  position: relative;
  top: -24px;
  transition: all 0.3s ease-in-out;
}

.wmd-what-we-do-wrap .what-we-do-each.active .plus-icon::after {
  display: none;
}





.splash-carousel .owl-dots{
	/* display:none; */
    margin-top: 0;
    position: absolute;
    right: -15px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.splash-carousel .owl-dots .owl-dot{
    display: block;
    position: relative;
    width: 75px;
}

.splash-carousel .owl-dots .owl-dot:focus{
    outline: none;
}

.splash-carousel .owl-dots .owl-dot span {
    width: 30px;
    height: 1px;
    background-color: #FFCE11;
    margin: 20px 0;
    opacity: 1;
    /* float: right; */
} 
.splash-carousel .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
.splash-carousel .owl-dots .owl-dot.active span{
    width: 75px;
}

.splash-carousel .owl-dots .owl-dot i{
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    opacity: 0;
    font-style: normal;
    color: #ffffff;
}

.splash-carousel .owl-dots .owl-dot.active i{
    opacity: 1;
}

.splash-carousel .owl-dots .owl-dot span{
    -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.splash-carousel-item-logo {
	margin: 0 auto;
}

.splash-carousel .wmd-carousel-item .extra-class > .kc_column_inner{
	display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.splash-carousel .wmd-carousel-item .extra-class .container{
	padding-top: 200px;
}

.splash-carousel .owl-dots .click-disabled {
	pointer-events: none;
}



.wmd-carousel-item-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
}
.wmd-carousel-item-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2E2E2E;
  opacity: 0.3;
}
.wmd-carousel-item-content .row {
  position: relative;
}
.wmd-carousel-item-content .row  h6 {
  position: absolute;
  left: 15px;
  bottom: 0;
}

.wmd-client-wrap {
  width: 100%;
  overflow: hidden;
}

.wmd-client-wrap .wmd-client-each {
  width: 20%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.wmd-client-wrap .wmd-client-each:nth-child(5n) {
  border-right: none;
}

.wmd-client-wrap .wmd-client-each:nth-last-child(1), .wmd-client-wrap .wmd-client-each:nth-last-child(2), .wmd-client-wrap .wmd-client-each:nth-last-child(3), .wmd-client-wrap .wmd-client-each:nth-last-child(4), .wmd-client-wrap .wmd-client-each:nth-last-child(5) {
  border-bottom: 1px solid #e8e8e8;
}


.wmd-home-about-wrap {
  padding: 300px 0 250px;
  border-bottom: 1px solid #707070;
  transition: all .3s ease-in-out;
}
.wmd-home-about-wrap.active {
  padding-top: 175px;
  padding-bottom: 0;
}
.wmd-home-about-wrap .headline h3 {
  color: #1C1C1C;
  transition: all .3s ease-in-out;
}
.wmd-home-about-wrap h4 {
  color: #1C1C1C;
}
.wmd-home-about-wrap.active .headline h3 {
  margin-bottom: 90px;
}
.wmd-home-about-wrap .headline .learn-more-click {
  color: #1C1C1C;
  position: relative;
  top: 35px;
  /* display: inline-block; */
}

.wmd-home-about-wrap .home-about-each {
  padding-top: 55px;
  padding-bottom: 80px;
  position: relative;
  transition: all .3s ease-in-out;
}
.wmd-home-about-wrap.active .home-about-each {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
}
.wmd-home-about-wrap .home-about-each::before {
  content: "";
  top: 0px;
  position: absolute;
  left: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #707070;
}
.wmd-home-about-wrap .home-about-each p {
  margin: 0;
  color: #1C1C1C;
  font-size: 22px;
  line-height: 40px;
}

.wmd-home-about-below-section {
  padding-top: 195px;
  padding-bottom: 180px;
}




.filter-block {
  padding: 0px 0 90px;
}
.filter-block .filter-name-wrap {
  padding-bottom: 70px;
  padding-left: 0;
}
.filter-block .filter-name-wrap li {
  display: inline-block;
  list-style: none;
}
.filter-block .filter-name-wrap a {
  color: #343434;
  display: inline-block;
  width: 175px;
  height: auto;
  margin-bottom: 20px;
  cursor: pointer;
}
.filter-block .filter-name-wrap a.active {
  text-decoration: underline;
}
.filter-block .portfolio-list-item {
  margin-bottom: 70px;
  position: relative;
  
}

.filter-block .portfolio-list-item .portfolio-list-item-image-wrap{
  display: inline-block;
  width: 100%;
}
.filter-block .portfolio-list-item .item-img-wrap {
  overflow: hidden;
  height: 513px;
  margin-bottom: 30px;
}
.filter-block .portfolio-list-item .item-img-wrap .item-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  

  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.filter-block .portfolio-list-item:hover .item-img-wrap .item-img {
  transform: scale(1.2);
}

.filter-block .portfolio-list-item:hover .portfolio-list-item-image-wrap h3 span {
  text-decoration: underline;
}
.filter-block .portfolio-list-item a.not {
  position: absolute;
  right: 45px;
  /* top: 450px; */
  bottom: 120px;
  opacity: 1;
  z-index: 10;
}
.filter-block .portfolio-list-item a.not:hover {
  color: #ffffff;
}
.filter-block .portfolio-list-item a.not.qd-out, .filter-block .portfolio-list-item a.not.qd-in {
  transition: all .3s ease-in-out;
}
.filter-block .portfolio-list-item a.not.qd-out {
  opacity: 0;
}
.filter-block .portfolio-list-item:hover a.not.qd-in {
  opacity: 0;
}
.filter-block .portfolio-list-item:hover a.not.qd-out {
  opacity: 1;
}
.filter-block .portfolio-list-item h3 {
  color: #141414;
  margin-bottom: 5px;
}
.filter-block .portfolio-list-item h5 {
  color: #A4A4A4;
}

.filter-block .item-width-each {
  width: calc(50% - 30px);
}
/* .filter-block .item-width-each.odd {
  padding-right: 15px;
}
.filter-block .item-width-each.even {
  padding-left: 15px;
} */
.filter-block .item-width-each {
  padding: 0 15px;
}


.contact-page .qd-breadcrumb-wrap {
  display: none;
}
.contact-page .footer-contact-us {
  padding: 100px 0 125px;
}
.contact-page .footer-contact-us .footer-contact-wrap {
  margin-right: 0;
}
.contact-page .margin-left-10 {
  margin-left: 10%;
}
.contact-page .margin-left-15 {
  margin-left: 15%;
}
.contact-page .footer-address-section .footer-address-wrap {
  padding: 90px 0;
}
.contact-page .footer-address-section .footer-address-wrap h6 {
  font-size: 25px;
  line-height: 36px;
}
.contact-page .footer-address-section .footer-address-wrap h6 a {
  font-size: 25px;
  line-height: 36px;
}
.contact-page .footer-address-section .footer-address-wrap h6 span.place {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 45px;
  display: inline-block;
}
.contact-page .footer-social-and-copyright {
  padding: 65px 0 60px;
}
.contact-page .footer-social-and-copyright .copyright {
  position: relative;
  left: 0px;
  bottom: 0;
}
.contact-page .footer-social-and-copyright .footer-social-list ul li {
  margin-right: 45px;
}

.talk-to-us-page .qd-breadcrumb-wrap, .talk-to-us-page .footer-talk-to-us, .talk-to-us-page .footer-contact-us, .talk-to-us-page .footer-address-section, .talk-to-us-page .footer-social-and-copyright {
  display: none;
}
.talk-to-us-page .talk-to-us-form input {
  width: 100%;
  margin-bottom: 80px;
  border: none;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  color: #1A1A1A;
  font-size: 17px;
  line-height: 31px;
  font-family: 'HelveticaNeue-Regular';
}
.talk-to-us-page .talk-to-us-form input::placeholder, .talk-to-us-page .talk-to-us-form textarea::placeholder {
  color: #1A1A1A;
}
.talk-to-us-page .talk-to-us-form input:focus {
  border-bottom: 1px solid #0F0F0F;
  outline: none;
}
.talk-to-us-page .talk-to-us-form textarea {
  width: 100%;
  border: 1px solid #707070;
  padding: 20px;
  color: #1A1A1A;
  font-size: 17px;
  line-height: 31px;
  font-family: 'HelveticaNeue-Regular';
  height: 238px;
}
.talk-to-us-page .talk-to-us-form textarea:focus {
  border: 1px solid #0F0F0F;
  outline: none;
}
.talk-to-us-page .talk-to-us-form input.wpcf7-not-valid {
  border-bottom: 1px solid #FF0000;
}
.talk-to-us-page .talk-to-us-form .wpcf7-form-control-wrap {
  position: relative;
}
.talk-to-us-page .talk-to-us-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  top: 55px;
  font-size: 13px;
  line-height: 24px;
  color: #DE2200;
  font-family: 'HelveticaNeue-Bold';
}
.talk-to-us-page .talk-to-us-form input[type=submit] {
  width: auto;
  font-size: 31px;
  line-height: 38px;
  font-family: 'HelveticaNeue-Medium';
  color: #0F0F0F;
  text-decoration: underline;
  border: none;
  margin-top: 30px;
  background-color: #ffffff;
  margin-bottom: 0;
}

.qd-sizer, .qd-item {
  width: 24%;
}
.gutter-sizer {
  width: 1%;
}
/* .qd-grid .qd-item.small-layout {
  width: 25%;
} */
.qd-grid .qd-item.big-layout {
  width: 49%;
}
.qd-grid .qd-item span {
  margin-bottom: 37px;
  display: inline-block;
  padding-top: 10px;
  color: #030504;
  transition: all 0.3s ease-in-out;
}
.qd-grid .qd-item .item-wrap {
  padding: 0 5px;
}
.qd-grid .qd-item .item-wrap .item-img-wrap {
  overflow: hidden;
  position: relative;
}
.qd-grid .qd-item .item-wrap .item-img-wrap img {
  transition: all 0.4s ease-in-out;
}
.qd-grid .qd-item .item-wrap .item-img-wrap .normal-img {
  opacity: 1;
  visibility: visible;
}
.qd-grid .qd-item .item-wrap .item-img-wrap .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.qd-grid .qd-item:hover .item-wrap .item-img-wrap .normal-img {
  opacity: 0;
  visibility: hidden;
}
.qd-grid .qd-item:hover .item-wrap .item-img-wrap .hover-img {
  opacity: 1;
  visibility: visible;
}
/* .qd-grid .qd-item .item-wrap .item-img-wrap img {
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.qd-grid .qd-item:hover .item-wrap .item-img-wrap img {
  transform: scale(1.2);
} */
.qd-grid .qd-item:hover span {
  text-decoration: underline;
}


.single-project-portfolio .project-details .project-title h1 {
  color: #343434;
  margin-bottom: 20px;
}
.single-project-portfolio .project-details .project-promotional-text h6 {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 80px;
}
.single-project-portfolio .project-details .client-name h5 {
  color: #8E8E8E;
  margin-bottom: 40px;
}
.single-project-portfolio .project-details .client-name h5 span {
  color: #1A1A1A;
}
.single-project-portfolio .project-details .services-list h5 {
  color: #8E8E8E;
  margin-bottom: 80px;
}
.single-project-portfolio .project-details .services-list h5 span {
  color: #1A1A1A;
}
.single-project-portfolio .project-details .services-list h5 span.service-separator:last-child {
  display: none;
}

.single-project-footer {
  padding: 110px 0;
}
.single-project-footer .row {
  position: relative;
}
.single-project-footer .row::before {
  position: absolute;
  content: "";
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  top: -110px;
  background-color: #707070;
}
.single-project-portfolio .single-project-footer a {
  color: #343434;
}

.work-carousel .wmd-work-item .work-img-wrap .item-img {
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.work-carousel .wmd-work-item .col-md-4 {
  position: relative;
}
.work-carousel .wmd-work-item .col-md-4 .work-name-text a:hover {
  color: #000;
}
.work-carousel .wmd-work-item .col-md-4 .next-prev {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.work-carousel .wmd-work-item .col-md-4 .next-prev a {
  display: inline-block;
  margin-right: 50px; 
}
.work-carousel .wmd-work-item .col-md-4 .next-prev a + a {
  margin-right: 0;
} 
.work-carousel .wmd-work-item .col-md-4 .next-prev a:hover {
  color: #000;
}
.work-carousel .owl-item {
  padding: 0 1px;
}

.wmd-career-wrap {
  padding: 75px 0;
}
.wmd-career-wrap > .row {
  position: relative;
}
.wmd-career-wrap > .row::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #707070;
}
.wmd-career-wrap p {
  font-size: 20px;
  line-height: 40px;
}
.wmd-career-wrap:last-child .row::after {
  display: none;
}

.qd-list ul {
  padding-left: 15px;
  margin-bottom: 0;
  list-style: none;
}
.qd-list ul li {
  position: relative;
}
.qd-list ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -15px;
}



.careers-form p {
  margin: 0;
}
.careers-form .file-wrap {
  position: relative;
  width: 60px;
  height: 29px;
  overflow: hidden;
  display: inline-block;
  margin-top: 15px;
}
.careers-form .file-info {
  margin-bottom: 50px;
}
.careers-form .file-info p, .careers-form .file-info h5 {
  font-size: 12px;
  line-height: 19px;
}
.careers-form .file-wrap br {
  display: none;
}
.careers-form .file-wrap .wpcf7-form-control-wrap {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 99;
}
.careers-form .file-wrap em {
  font-style: normal;
  text-decoration: underline;
  width: 50px;
  height: 29px;
  background: transparent;
  z-index: 1;
  color: #1C1C1C;
}

.careers-form .qd-name {
  font-family: 'HelveticaNeue-Regular';
  font-size: 15px;
  line-height: 30px;
  color: #9D9D9D;
  margin-bottom: 10px;
  display: inline-block;
}
.careers-form input::placeholder {
  color: transparent;
}
.careers-form input:not(.wpcf7-file) {
  width: 100%;
  margin-bottom: 45px;
  border: none;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  color: #1A1A1A;
  font-size: 17px;
  line-height: 31px;
  font-family: 'HelveticaNeue-Regular';
}
.careers-form input:focus {
  border-bottom: 1px solid #0F0F0F;
  outline: none;
}
.careers-form input.wpcf7-not-valid {
  border-bottom: 1px solid #FF0000;
}
.careers-form .wpcf7-form-control-wrap {
  position: relative;
}
.careers-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  top: 30px;
  font-size: 13px;
  line-height: 24px;
  color: #DE2200;
  font-family: 'HelveticaNeue-Bold';
}
.careers-form input[type=submit] {
  width: auto;
  font-size: 31px;
  line-height: 38px;
  font-family: 'HelveticaNeue-Medium';
  color: #0F0F0F;
  text-decoration: underline;
  border: none;
  margin-top: 30px;
  background-color: #ffffff;
}
.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  /* display: none !important; */
  border: none !important;
  padding: 0px !important;
}




/* Studio Page */
.studio-page .qd-breadcrumb-wrap {
  display: none;
}
.studio-image-section-first {
  position: relative;
}
.studio-image-section-first .wmd-image-yellow {
  position: absolute;
  top: -110px;
  top: -280px;
  left: 0;
  width: 100vw !important;
  z-index: 5;
}
.studio-image-section-first .wmd-image-pink {
  position: absolute;
  left: 0;
  bottom: -200px;
  bottom: 100px;
  width: 440px;
  height: 550px;
  z-index: 5;
}

.rotate-image-block {
  position: relative;
}
.rotate-image-block .wmd-image-rotate-section {
  position: fixed;
  z-index: 5;
  right: 115px;
  bottom: 100px;
  opacity: 0;
}
.rotate-image-block .studio-color-select  {
  position: absolute;
  top: 0;
}
.rotate-image-block .studio-color-select img {
  position: absolute;
  right: -30px;
  top: -25px;
}
/* .rotate-image-block .wmd-image-rotate-section.black {
  bottom: -98px;
  right: -16px;
}
.rotate-image-block .wmd-image-rotate-section.white {
  right: -120px;
  top: 200px;
} */
.rotate-image-block .wmd-image-rotate-section .wmd-image-rotate-wrap {
  position: relative;
}
.rotate-image-block .wmd-color-list-wrap {
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 99;
}
/* .rotate-image-block .wmd-image-rotate-section .wmd-image-rotate-wrap .rotate {
  animation: rotation 15s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
} */
.rotate-image-block .wmd-image-rotate-section .wmd-image-rotate-wrap .none-rotate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
/* .pink-shade-text-wrap {
  position: relative;
} */
.pink-shade-text {
  position: absolute;
  bottom: -35px;
  transform: rotate(-90deg);
  left: 69px;
  width: auto !important;
  z-index: 6;
}

.wmd-pre-title-wrap {
  padding-left: 20px;
}
.wmd-pre-title-wrap span.line {
  display: inline-block;
  width: 75px;
  position: relative;
  margin-right: 10px;
}
.wmd-pre-title-wrap span.line::before {
  content: "";
  width: 75px;
  height: 2px;
  background-color: #242424;
  position: absolute;
  top: -6px;
}
.studio-section-second {
  position: relative;
  z-index: 10;
}
.image-one-text {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.studio-page .philosophy-section {
  margin-top: -230px;
  padding-top: 450px;
  padding-bottom: 350px;
}
.studio-page .last-section {
  margin-top: -400px;
  padding-bottom: 300px;
}



.live-restless-die-rested-wrap {
  position: relative;
}
.live-restless-die-rested {
  position: absolute;
  left: 0;
  top: -460px;
  width: 100vw;
}
.z-index-negative {
  position: relative;
  z-index: -1;
}







/* Blog */

.wmd-blog-listing {
  padding-top: 50px;
}
.wmd-blog-listing .blog-listing-wrap .container {
  position: relative;
}
.wmd-blog-listing .blog-listing-wrap .container::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #707070;
}


.wmd-blog-listing .blog-listing-wrap .first-blog-wrap {
  position: relative;
  margin-right: 55px;
  margin-bottom: 120px;
  padding: 0 15px;
}
.wmd-blog-listing .blog-listing-wrap .first-blog-wrap .image-block img {
  width: 100%;
}
.wmd-blog-listing .blog-listing-wrap .first-blog-wrap .content-wrap {
  position: absolute;
  width: 72%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 65px 55px 75px;
}

.wmd-blog-listing .blog-listing-wrap .first-blog-wrap a {
  position: absolute;
  bottom: 75px;
  left: 75px;
}
.wmd-blog-listing .blog-listing-wrap .all-other-blog-wrap {
  margin-bottom: 115px;
  padding: 0 15px;
}
.wmd-blog-listing .blog-listing-wrap .all-other-blog-wrap .image-block img {
  width: 100%;
}
.wmd-blog-listing .blog-listing-wrap .all-other-blog-wrap .content-wrap {
  padding-top: 35px;
  padding-right: 85px;
}
.wmd-blog-listing .blog-listing-wrap .all-other-blog-wrap .content-wrap h5 a {
  color: #202124;
  font-weight: 300;
  margin-bottom: 10px;
  display: inline-block;
}
.wmd-blog-listing .blog-listing-wrap .all-other-blog-wrap .content-wrap h3 {
  color: #202124;
  margin-bottom: 35px;
}
.wmd-blog-listing .blog-listing-wrap .all-other-blog-wrap .content-wrap h6 {
  color: #767676;
}

.wmd-blog-listing .wmd-button-wrap {
  margin-bottom: 165px;
}

.bside img {
  width: auto;
  height: 75px;
}

/* Single Blog */
.blog-post-header {
  padding: 170px 0 70px;
}
.blog-post-header .blog-post-header-content .blog-post-cat a {
  font-size: 20px;
  line-height: 27px;
  color: #202124;
}
.blog-post-header .blog-post-header-content .blog-post-title {
  font-size: 35px;
  line-height: 40px;
  color: #202124;
} 
.blog-post-header .blog-post-header-content .blog-post-date{
 font-size: 14px;
 line-height: 28px;
 color: #767676;
}
.blog-post-header .blog-post-header-content .blog-post-by {
  font-size: 15px;
  line-height: 40px;
  color: #202124;
}
.blog-post-content {
  margin-bottom: 150px;
}
.trending-wrap .trending-title {
  font-size: 30px;
  line-height: 37px;
  color: #5E5E61;
  margin-bottom: 35px;
}
.trending-wrap .image-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trending-wrap .row-one {
  padding: 50px 0 80px;
  position: relative;
}
.trending-wrap .row-one::before {
  content: "";
  position: absolute;
  left: -55px;
  top: 0;
  width: calc(100% + 110px);
  height: 100%;
  background-color: #FAFAFA;
  /* background-color: red; */
}
.trending-wrap .row-one .image-wrap {
  margin-bottom: 20px;
}
.trending-wrap .row-one .content-wrap h5 a {
  font-size: 15px;
  line-height: 28px;
  color: #202124;
}
.trending-wrap .row-one .content-wrap h3 {
  font-size: 17px;
  line-height: 28px;
  color: #202124;
  margin-bottom: 15px;
}
.trending-wrap .row-one .content-wrap h6 {
  font-size: 14px;
  line-height: 28px;
  color: #767676;
}
.trending-wrap .row-two {
  padding: 110px 0 80px;
}
.trending-wrap .row-two .image-wrap {
  margin-bottom: 40px;
}
.trending-wrap .row-two .content-wrap {
  padding: 0 50px;
  text-align: center;
}
.trending-wrap .row-two .col-md-6:nth-child(1) {
  padding-right: 55px;
}
.trending-wrap .row-two .col-md-6:nth-child(2) {
  padding-left: 55px;
}
.trending-wrap .row-two .content-wrap h5 a {
  font-size: 15px;
  line-height: 28px;
  color: #202124;
}
.trending-wrap .row-two .content-wrap h3 {
  font-size: 23px;
  line-height: 28px;
  color: #202124;
  margin-bottom: 15px;
}
.trending-wrap .row-two .content-wrap h6 {
  font-size: 14px;
  line-height: 28px;
  color: #767676;
}


.wmd-paroller-wrap .image-wrapper-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center;
}
.wmd-paroller-wrap .image-wrapper-foreground img {
  width: 100%;
}

.wmd-studio-list-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wmd-studio-list-wrap ul li {
  color: #242424;
  text-transform: uppercase;
  position: relative;
}
.wmd-studio-list-wrap ul li span {
  position: absolute;
  right: 0px;
  width: calc(100% + 200px);
  height: 100%;
  background: linear-gradient(to right, transparent 10%, #fff 50%);
  z-index: 1;
}


.video-wrap {
  position: relative;
}
.video-wrap video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-name {
  color: transparent;
  -webkit-text-stroke: 2px #242424;
}


.wmd-color-list-wrap {
  width: 20px;
  height: auto;
}
.wmd-color-list-wrap .color-box-first {
  width: 20px;
  height: 25px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(155, 186, 217));
  position: relative;
}
.wmd-color-list-wrap .color-box-first span {
  position: absolute;
  right: -5px;
  top: 27px;
}
.wmd-color-list-wrap .color-box-first span::before {
  content: "";
  height: 1px;
  width: 11px;
  background-color: #918f8f;
  position: absolute;
}
.wmd-color-list-wrap .color-box-first span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 11px;
  background-color: #918f8f;
  transform: rotate(90deg);
}
.wmd-color-list-wrap .color-box-last {
  width: 20px;
  height: 25px;
  background-image: linear-gradient(to bottom, rgb(246, 205, 213), rgba(255, 255, 255, 0));
  position: relative;
}
.wmd-color-list-wrap .color-box-last span {
  position: absolute;
  right: -5px;
  top: -5px;
}
.wmd-color-list-wrap .color-box-last span::before {
  content: "";
  height: 1px;
  width: 11px;
  background-color: #918f8f;
  position: absolute;
}
.wmd-color-list-wrap .color-box-last span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 11px;
  background-color: #918f8f;
  transform: rotate(90deg);
}
.wmd-color-list-wrap .color-box {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Error 404 */

#wmd-error-page h3 {
  transform: translateX(-16px);
}






.visibility-hide, .hide-block {
  visibility: hidden !important;
  opacity: 0 !important;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.grid-container-wrapper {
  padding-bottom: 90px;
}
.filter-nav .filter-options {
  padding-bottom: 55px;
  padding-left: 0;
}

.filter-nav .filter {
  color: #343434;
  display: inline-block;
  width: 175px;
  height: auto;
  margin-bottom: 20px;
  cursor: pointer;
  border: none;
  background: none; 
  text-align: left;
  padding: 0;
}

.filter-nav .filter.active {
  text-decoration: underline;
}

.filter-nav .filter:focus{
	outline: none;
}



.portfolio-list-item .portfolio-list-item-image-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}

.portfolio-list-item .portfolio-list-item-image-wrap img{
  transition: transform 1s ease-out;
}

.portfolio-list-item .portfolio-list-item-image-wrap:hover h3{
  text-decoration: underline;
}

.portfolio-list-item .portfolio-list-item-image-wrap:hover img{
  transform: scale(1.2);
}

.portfolio-list-item .item-img-wrap {
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-list-item h3 {
  color: #141414;
  margin-bottom: 5px;
}

.portfolio-list-item h5 {
  color: #A4A4A4;
}

.portfolio-list-item {
  margin-bottom: 40px;
}

.portfolio-list-item h4.not{
	display:none;
  position: absolute;
  right: 45px;
  /* top: 450px; */
  bottom: 120px;
  opacity: 1;
  z-index: 10;
}

.portfolio-list-item h4.not:hover {
  color: #ffffff;
}
.portfolio-list-item h4.not.qd-out, .portfolio-list-item h4.not.qd-in {
  transition: all .3s ease-in-out;
}
.portfolio-list-item h4.not.qd-out {
  opacity: 0;
}
.portfolio-list-item:hover h4.not.qd-in {
  opacity: 0;
}
.portfolio-list-item:hover h4.not.qd-out {
  opacity: 1;
}




.shuf-item, .shuf-item .item-wrap .item-img-wrap{
  position: relative;
}

.shuf-item .item-wrap .item-img-wrap .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
/*   width: 100%; */
}

.shuf-item .item-wrap .item-img-wrap .normal-img-wrap, .shuf-item .item-wrap .item-img-wrap .hover-img-wrap{
	background-size: cover;
	background-position: center center;
}

.shuf-item .item-wrap .item-img-wrap .normal-img-wrap img, .shuf-item .item-wrap .item-img-wrap .hover-img-wrap img{
	opacity: 0;
}

.shuf-item .qd-overlay span {
    /* margin-bottom: 37px; */
    display: inline-block;
    padding-top: 10px;
    color: #030504;
    transition: all 0.3s ease-in-out;
}

.shuf-item .item-wrap .item-img-wrap img {
    transition: all 0.4s ease-in-out;
}

.shuf-item .item-wrap:hover .item-img-wrap .normal-img {
    opacity: 0;
    visibility: hidden;
}

.shuf-item .item-wrap:hover .item-img-wrap .hover-img {
    opacity: 1;
    visibility: visible;
}


.work-pad-zero {
  padding-left: 0px;
  padding-right: 0px;
}