/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-navigation ul li a {
    padding: 20px 10px;
  }
  .standard-social {
    margin-top: 22px;
    margin-right: 0;
  }
  .search-header input.search-field,
  .widget input.search-field {
    width: 100%;
    padding: 10px 80px 10px 10px;
  }
  .search-header input.search-submit,
  .widget input.search-submit {
    margin-left: -75px;
    padding: 1px 5px 6px;
  }
  .main-navigation ul li.menu-item.menu-item-has-children > a:after {
    right: -2px;
  }
}

/* Mobile Layout: 991px. */
@media only screen and (max-width: 991px) {
  #mainNav,
  #mainNav.is-sticky {
    display: none;
  }
  #mainNav.standard-menu {
    display: block;
  }
  html body .slicknav_menu {
    background: #fff;
    position: absolute;
    right: 4px;
  }
  html body .slicknav_menu {
    z-index: 999;
    background: transparent;
    position: absolute;
    right: 0;
  }
  .classic-header h1.site-title {
    font-size: 50px;
    margin-top: 33px;
  }

  .header-img img {
    min-height: 250px;
  }
  .bg-img img {
    width: 100%;
    height: 100%;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #000;
  }
  a.slicknav_btn.slicknav_open span {
    position: relative;
  }

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    -webkit-transform: rotate(59deg);
    -ms-transform: rotate(59deg);
    transform: rotate(59deg);
    top: 3px;
    left: 0px;
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:last-child {
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    position: absolute;
    left: 0;
    top: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  html body .slicknav_menu .slicknav_btn {
    border-radius: 0;
    padding: 12px 10px 10px 12px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  }
  html body .slicknav_menu .slicknav_nav {
    background: #fff;
    min-width: 250px;
    color: #000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  }
  html body.hastop-bar .slicknav_menu {
    top: 60px;
  }
  html body .slicknav_menu .slicknav_nav a {
    color: #000;
  }
  html body .slicknav_menu .slicknav_nav a:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  }
  html body .slicknav_menu {
    position: inherit !important;
    margin: 0;
    padding: 0;
    background: #222;
  }
  .wpcf7-form input {
    max-width: 100%;
  }
  .standard-search div#search {
    right: 75px;
  }
  .standard-search .xpro-search-open input.xpro-serch-form {
    width: 80%;
  }
  .site-title {
    text-align: left;
  }
  .search-header {
    text-align: center;
    margin-bottom: 10px;
  }
  .social-icon.text-end {
    text-align: center !important;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu {
    display: block;
  }
  nav.standard-menu {
    display: none;
  }

  .standard-social {
    margin-right: 70px;
  }
  .standard-search button.form-control.form-control-submit.search-submit {
    min-width: 40px;
  }
  .cheader-search .classic-header .social-icon.text-end {
    position: absolute;
    top: -150px;
    right: 0;
  }
  .cheader-search .classic-header h1.site-title {
    font-size: 50px;
    margin-top: -16px;
  }
  .single-fcat {
    margin-bottom: 15px;
  }
  .top-feature .single-grid,
  .bottom-feature .single-grid {
    margin-bottom: 20px;
  }
  .classic-header h1.site-title {
    margin-left: -30px;
  }
  .classic-header .search-header input.search-field {
    width: 200px;
  }
  .classic-header .search-header {
    margin-top: 35px;
  }
  .classic-header .social-icon {
    margin-top: 0px;
  }
  .xblog-home-slider.style2 .home-slider-text {
    min-height: 350px;
    min-width: 410px;
    padding: 20px 30px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  .slicknav_menu {
    display: block;
  }
  nav.standard-menu {
    display: none;
  }
  html body.admin-bar .slicknav_menu,
  html body .slicknav_menu {
    top: 0px;
  }
  .xheadimg-auto-mobile .header-img,
  .xheadimg-auto-mobile .header-img img {
    height: auto;
    min-height: auto;
    max-height: inherit;
  }
  .classic-header .search-header {
    text-align: center;
    margin: 5px auto;
  }
  .social-right.text-end {
    display: block;
    float: left;
    text-align: center !important;
    width: 100%;
  }
  .standard-social {
    margin-top: 5px;
    margin-right: 0;
    text-align: center !important;
    padding-bottom: 10px;
  }
  header.page-header .x-overlay {
    min-width: 280px;
  }
  header.archive-header,
  header.page-header.single-page-head {
    padding: 10px !important;
  }
  .classic-header h1.site-title {
    font-size: 35px !important;
    margin-top: 5px !important;
    line-height: 1.1 !important;
  }

  .bookme-pro-form .picker__table td {
    padding: 0 !important;
  }
  .standard-search div#search {
    position: absolute;
    width: 100%;
    right: 0;
    top: -15px;
    text-align: center;
    left: -20px;
    margin: auto;
  }
  .standard-search .xpro-search-open input.xpro-serch-form {
    width: 70%;
    float: left;
    margin-right: 5px;
  }
  .standard-search button.form-control.form-control-submit.search-submit {
    width: 40px !important;
    float: inherit;
  }
  #mainNav.is-sticky {
    display: none;
  }
  .site-title {
    text-align: center;
  }
  .error-content input.search-field,
  .error-content input.xpro-serch-form {
    width: 230px;
  }
  .search-header {
    margin-top: 10px;
    text-align: center;
  }
  .author-img {
    min-width: 100%;
    margin-right: 0;
    float: inherit;
    margin-bottom: 20px;
  }
  .d-flex.single-post-author {
    display: block !important;
  }
  .single-post-author .author-img {
    text-align: center;
  }
  .author-text {
    width: 100%;
    float: inherit;
    text-align: center;
  }
  .classic-header .site-logo {
    display: block;
    float: inherit;
  }
  .classic-header .social-icon {
    margin-top: 10px;
    text-align: center !important;
    margin-bottom: 10px;
  }
  .classic-header .search-header input.search-field {
    width: 220px;
  }
  footer.entry-footer {
    margin: 20px 0 40px 0;
  }
  .post-footer-meta {
    margin: 35px 0 40px 0;
  }
  .single-post {
    margin-bottom: 70px;
  }
  .single-post.list-post {
    margin-bottom: 40px;
  }
  .simple-bottom footer.entry-footer {
    margin: 35px 0 100px 0;
  }
  /* Slider style one*/
  .xblog-home-slider.style2 .home-slider-text {
    min-height: 150px;
    min-width: 220px;
    padding: 15px 15px;
    margin: auto;
    right: 0;
    left: 0;
  }
  .home-slider-text p {
    display: none;
  }
  .home-slider-text h2 {
    font-size: 18px;
  }
  .home-slider-text:before {
    margin: 10px;
  }
  /*Slider style one*/
  .home-slider-text {
    padding: 15px 20px;
    min-width: 260px;
    min-height: 180px;
  }
  /*Slider style three*/
  .slider-text-three .x-overlay {
    padding: 10px;
  }
  .slider-text-three {
    width: 280px;
    height: auto;
    margin-top: 3%;
  }
  .slider3-meta.advance-options {
    padding: 10px 0 5px 0;
  }

  /*Slider style four*/
  .slider4 .home-slider-text {
    min-width: 270px;
    min-height: 180px;
    max-width: 280px;
    max-height: 254px;
    padding: 20px 20px;
  }
  /*feature category one*/
  .single-fcat {
    margin-bottom: 15px;
  }
  .top-feature .single-grid,
  .bottom-feature .single-grid {
    margin-bottom: 20px;
  }
  .list-meta-right.text-end {
    text-align: center;
    margin-top: 20px;
  }
  .border-shadow.simple-layout .single-post.list-post {
    padding: 20px;
  }
  .post-icon i {
    margin-bottom: 20px;
  }
  .xblog-social-widget li a {
    padding: 7px 12px;
    margin-right: 5px;
  }
  .pagination ul {
    padding: 0;
  }
  /*Footer style*/
  .default-footer p.copyright {
    text-align: center;
  }
  .footer-social-right .text-end {
    text-align: center !important;
    margin: 10px 0 5px;
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .standard-search .xpro-search-open input.xpro-serch-form {
    width: 290px;
    float: left;
    margin-right: 1px;
  }
  .social-right.text-end {
    margin-top: 15px;
  }

  .site-logo {
    display: inline-block;
    float: left;
  }
  .standard-search div#search {
    top: 0;
    left: -210px;
    width: 336px;
  }
  .classic-header .search-header input.search-field {
    width: 250px;
  }
  .slider-text-three {
    width: 300px;
    height: auto;
    margin-top: 5%;
  }
  .slider-text-three {
    width: 300px;
    height: auto;
    margin-top: 5%;
  }
}
