/*
Theme Name: Tur (Child Theme)
Theme URI: http://wp.themedemo.co/tur
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Version: 1.0.0
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tur-child
Template: tur
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

.mobileSocial {
  display: none !important;
}
.customHeader header.classic {
  justify-content: center !important;
}

.customHeader #topmenu {
  width: 40% !important;
  padding: 0 !important;
}

.customHeader #topmenu > ul > li > a {
  margin: 0 8px !important;
}
.customSearch {
  width: 40%;
}
.customSearch .f-right {
  float: left !important;
}
.customSearch i {
  font-size: 24px !important;
  color: #fff !important;
}
.customHeader.bg-fixed-color .customSearch i {
  color: #000 !important;
}
.customHeader .logo {
  width: 20%;
  display: flex !important;
  justify-content: center !important;
}

.single-post .col-lg-3 {
  margin-top: 115px !important;
}
.single-post .col-lg-9 {
  margin-top: 55px;
}
.single-post .header_trans-fixed.header_top_bg {
  background-color: #fff !important;
  box-shadow: 0 5px 15px 0 rgba(189, 168, 127, 0.12) !important;
}
.single-post .customHeader .customSearch i {
  color: #000 !important;
}

@media only screen and (max-width: 1024px) {
  .sidebar-open #topmenu {
    right: 0;
    left: auto !important;
  }
  #topmenu {
    right: -320px;
    left: auto !important;
  }
  .main-wrapper {
    right: 0;
  }
  .sidebar-open .main-wrapper {
    left: auto !important;
    right: 320px;
  }
  .mob-nav-close .hamburger {
    padding: 0 10px !important;
  }
  .customHeader header.classic {
    display: flex !important;
    align-items: center;
  }
  .customHeader .mob-nav {
    order: 3;
    width: 25% !important;
    text-align: right !important;
  }
  .customHeader .mob-nav .hamburger {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .customHeader .mob-nav .hamburger .line {
    width: 40px !important;
    margin: 5px 0 0 auto !important;
  }
  .customHeader #topmenu {
    width: 320px !important;
    order: 1;
  }
  .sidebar-open .customHeader .mob-nav {
    opacity: 0;
  }
  .customSearch {
    width: 25%;
    order: 1;
  }
  .customHeader .logo {
    width: 50%;
    order: 2;
  }
  /* search popup */
  .customHeader .classic .site-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    -o-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
  }

  .customHeader .classic .site-search.open {
    opacity: 1;
    visibility: visible;
  }

  .customHeader .classic .site-search .form-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .customHeader .classic .site-search .form-container .input-group {
    width: 100%;
  }

  .customHeader .classic .site-search .form-container .input-group input {
    font-size: 18px;
  }

  .customHeader .classic .site-search .close-search {
    position: absolute;
    top: 80px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .customHeader .classic .site-search .line {
    width: 18px;
    height: 1px;
    background-color: #252531;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .customHeader .classic .site-search .line:nth-of-type(1) {
    -webkit-transform: translateY(1px) rotate(45deg);
    -ms-transform: translateY(1px) rotate(45deg);
    -o-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg);
  }

  .customHeader .classic .site-search .line:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    -o-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }

  .customHeader .search-form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #252531;
    background-color: transparent;
    color: #999999;
    font-size: 15px;
    padding: 14px 0;
  }

  .customHeader .classic #topmenu .search-icon-wrapper {
    color: #252531;
    margin-left: 30px;
    cursor: pointer;
    font-size: 18px;
  }

  /* end of search popup */
  .search-icon-wrapper {
    margin: 0 !important;
    visibility: visible !important;
  }
  .customSearch .f-right {
    margin-left: 20px !important;
  }
  .search-icon-wrapper i {
    right: 0 !important;
  }
  .mobileSocial {
    display: block !important;
  }
  .mobileSocial ul {
    margin: 0;
    left: 0;
    display: flex !important;
    width: 100%;
    justify-content: center;
  }
  .mobileSocial i {
    font-size: 24px;
    display: flex !important;
    align-items: center;
  }
  .mobileSocial a {
    display: flex !important;
    width: 50px;
    height: 50px;
    align-content: center;
    justify-content: center;
    margin: 0 10px;
    border: 1.5px solid #f1f2f3;
    color: #1b1b1b !important;
  }
}
