/*
Theme Name: Stop Chasing Pain Theme
Theme URI: http://prosoft-phils.com/
Author: CH | Prosoft Phils
Author URI: http://prosoft-phils.com/
Description: Responsive theme for Stop Chasing Pain
Version: 1.0
*/

/*##################################################
* TABLET VIEW
####################################################*/

@media (min-width: 768px) and (max-width: 1015px) {
  /*--------------------------------------------------------------
GENERAL STYLES
--------------------------------------------------------------*/
  body {
    font-size: 14.5px;
    line-height: 20px;
  }

  .new-platform-notice {
    margin-top: 60px;
  }

  .video-modal-content {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: auto;
    position: relative;
    width: 70%;
    margin: 8% auto 0 auto;
    overflow: hidden;
  }

  .video-modal-content iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .modal-video-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  /*iframe {
	width: 428px !important;
	height: 240px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/

  iframe.iframe-vimeo {
    width: 428px !important;
    height: 240px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  iframe.instagram-media {
    width: 480px !important;
    height: 770px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body {
    overflow-x: hidden;
  }

  /*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
  .logo {
    display: flex;
    align-items: center;
  }

  .logo img {
    margin: 0 auto;
  }

  .ext-menu ul,
  .main-menu ul {
/*    text-align: center;*/
    padding-left: 0;
/*    margin-top: 15px;*/
    line-height: 30px;
    margin-bottom: 0;
  }

  .ext-menu ul li {
    width: auto;
    padding: 0 24px;
  }

  .ext-menu-2 ul li {
    padding: 0 5px !important;
  }

  .ext-menu ul > li.login a {
    border-left: none;
    margin-left: 0px;
  }

  .ext-menu ul > li.login {
    border-left: 2px solid #cccccc;
  }

  .ext-menu ul > li > a {
    padding-left: 0px;
  }

  /* mobile pro content */

  header {
    position: absolute;
    top: 0;
    width: 100vw;
  }
  header + * {
    margin-top: 60px !important;
  }

  .contact-pg.signup-pg {
    margin-top: 139px !important;
  }

  .scp-mobile-header {
    position: fixed;
    z-index: 100000;
    width: 100vw;
    margin-bottom: 60px;
    background: #2a2a2a;
    padding: 0;
  }

  .scp-mobile-header .header-content {
    height: 60px;
    display: flex;
    justify-content: space-between;
  }

  .scp-mobile-header .header-content .btn {
    background: none;
    border: 0;
    font-size: 16px;
    color: #808080;
  }

  .header-content {
    padding-left: 0;
    padding-right: 0;
  }
  .header-content .left-side,
  .header-content .right-side {
    display: flex;
    align-content: center;
  }

  .right-side.scp-right .btn {
    border-left: 1px solid #707070;
  }
  .right-side > a {
    display: flex;
    align-content: center;
  }
  .right-side > a > i {
    display: flex;
    align-self: center;
  }

  .pro-nav-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
  }

  .scp-nav-img {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translate(0, -50%);
    width: 75px;
  }
  .scp-mobile-menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    transform: translate(-100%, 0%);
    top: 45;
    z-index: 10000;
    background: #343434;
    transition: transform ease-in-out 300ms;
  }
  .btn-scp-nav-close {
    display: none;
  }

  .scp-mobile-menu.show,
  .pro-nav-search.show,
  .pro-nav-cat.show {
    transform: translate(0%, 0%);
  }

  .scp-member-menu {
    background: #3d3d3d;
    padding-bottom: 90px;
  }
  .pro-nav-search,
  .pro-nav-cat {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    color: #808080;
    background: #fff;
    z-index: 10000;
    transform: translate(100%, 0%);
    transition: transform ease-in-out 300ms;
  }

  .pro-nav-cat {
    background: #2a2a2a;
    padding-bottom: 16px;
  }

  .pro-nav-cat li.categories {
    font-size: 20px;
    height: 100vh;
  }

  .pro-nav-cat li {
    list-style: none;
    padding: 2px 0;
  }

  .pro-nav-cat li ul {
    padding-left: 20px;
    font-size: 16px;
  }

  .pro-nav-cat li ul:first-of-type {
    margin-top: 8px;
  }

 /* .pro-nav-cat li ul li {
    border-top: 1px solid #ff9933;
  }*/

  .pro-nav-cat li ul li ul.children {
/*    margin-bottom: 8px;*/
    display: none;
  }

  .pro-nav-cat li ul li ul.children li {
    width: 48%;
    display: inline-block;
  }

  .pro-nav-cat li ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 2px 0;
}

.pro-nav-cat li ul li a:hover {
    color: #ff9933;
}

  .btn-pro-search.active,
  .right-side .btn:hover {
    background: #fff !important;
    border-radius: 0;
  }

  .pro-nav-search-form {
    display: flex;
    align-content: center;
    height: 45px;
  }
  .pro-nav-search-form label {
    margin: auto;
  }
  .pro-nav-search-input {
    flex: 2;
    padding-left: 16px;
    border: 0;
  }

  ul.scp-nav-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }

  .scp-nav-menu li a {
    padding: 12px 0;
    margin: 0;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }

  ul.scp-nav-menu > li.current_page_item a,
  ul.scp-nav-menu > li.current-menu-parent > a,
  ul.scp-nav-menu > li a:hover {
    color: #fff;
    background: #c16800;
    font-weight: 700;
    font-weight: 700;
  }

  ul.scp-nav-menu > li.menu-item-has-children:hover .sub-menu,
  ul.scp-nav-menu > li.current-menu-parent .sub-menu {
    max-height: 500px;
  }
  .scp-nav-menu .sub-menu {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    transition: ease-in-out 300ms;
  }

  .scp-nav-menu .sub-menu a {
    color: #343434;
  }
  .scp-nav-menu .sub-menu > .current_page_item a {
    font-weight: 700;
  }

  .menu-item-has-children {
      position: relative;
  }

  ul.nav-menu li ul.sub-menu {
    right: 0;
    width: max-content;
  }

/*--------------------------------------------------------------
FRONT PAGE / INDEX
--------------------------------------------------------------*/
  .carousel-indicators {
    bottom: 10px !important;
  }

  .index-events button {
    float: none;
  }

  /*FOLD 1: EVENT*/
  .review-content {
    font-size: 14px;
    line-height: 18px;
  }

  .event-section {
    min-height: 123px;
  }

  /*FOLD3: CALLOUT*/
  .callout-section button {
    width: 100%;
    margin-bottom: 15px;
  }

  /*FOLD 4: RECENT*/
  .recent-row {
    height: 311px;
  }

  .recent-content {
    height: auto;
  }

  .podcast-index-thumb1 {
    display: none;
  }

  .index-rd-more {
    display: block;
    margin-top: 15px;
  }

  .recent-thumb {
    height: 311px;
  }

  .recent-row img,
  .blog-section img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .recent-section button {
    margin-bottom: 20px;
  }

  /*OCTOBER 2019 - HOME v10*/
  /*.home-video-list li {
    width: 32%;
    padding: 0 20px;
  }*/

  .callout-membership-cont-v10 img {
    padding-left: 15px;
    padding-top: 26px;
  }

  .callout-membership-cont-v10 button {
    width: auto;
  }

  .carousel-indicators li {
    width: 130px !important;
    font-size: 12px;
  }

  .home-video-list li {
    width: 32%;
  }
  
  /*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
  .mojo {
    font-size: 50px;
    margin-top: 22%;
  }

  .btn-mojo {
    padding: 13px 56px !important;
  }

  .blog-section-content {
    /*height: 305px;*/
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
  }

  .blog-section-title {
    font-size: 24px;
    line-height: 30px;
  }

  ul.social-share {
    margin-top: 10px;
  }

  ul.social-share li {
    margin: 5px 2px;
  }

  /*--------------------------------------------------------------
EVENTS PAGE
--------------------------------------------------------------*/
  .events-banner ul {
    bottom: 8%;
  }

  .events-callout ul li {
    min-height: 320px;
  }

  .membership-price {
    font-size: 60px;
    line-height: 80px;
  }

  .membership-details2 {
    margin-top: 0px;
  }

  .event2-row {
    width: 400px !important;
    padding-left: 20px;
  }

  /*--------------------------------------------------------------
INNER PAGE
--------------------------------------------------------------*/
  .inner-pg-content {
    padding-right: 30px;
  }

  /*--------------------------------------------------------------
MEMBERSHIP PAGE
--------------------------------------------------------------*/
  .membership-banner button {
    bottom: 16%;
    left: 18.5%;
  }

  .mf2-thumb {
    margin-top: -15px;
  }

  .m-rate {
    font-size: 45px;
  }

  .m-rate:before {
    font-size: 23px;
  }

  .m-details {
    font-size: 20px;
  }

  /*--------------------------------------------------------------
PMC EVENT SINGLE
--------------------------------------------------------------*/
  .pmc-city {
    font-size: 34px;
    letter-spacing: 5px;
    top: 45%;
  }

  .pmc-date {
    font-size: 14px;
  }

  .pmc-details {
    font-size: 12px;
    line-height: 15px;
  }

  .pmc-details h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .pmc-details h3 {
    font-size: 16px;
    line-height: 25px;
  }

  /*--------------------------------------------------------------
PRO CONTENT PAGE
--------------------------------------------------------------*/
  .pro-banner-img {
    display: none;
  }

  .pro-welcome {
    margin-top: 424px;
  }

  ul.pro-videoset li {
    width: 28%;
    margin: 10px 2%;
  }

  .pro-video-lists .pro-videothumb-container {
    width: 300px;
  }

  .pro-videothumb {
    height: 201px;
  }

  /*--------------------------------------------------------------
VIDEO CATEGORY PAGE
--------------------------------------------------------------*/

  .video-category-unit {
    margin: 15px;
    width: calc(33% - 30px);
    padding-bottom: calc(33% - 30px);
  }

  /*--------------------------------------------------------------
SHOP PAGE
--------------------------------------------------------------*/
  .shop-products {
    height: auto;
    overflow: visible;
  }

  /*--------------------------------------------------------------
SIDEBAR
--------------------------------------------------------------*/
    .pro-sidebar {
      display: none;
    }

  .sidebar-about-title {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .sidebar-gopro-content ul {
    margin-left: 0px !important;
  }

  .sidebar-section p a,
  .sidebar-section a p {
    float: none;
  }

  .product_title {
    font-size: 20px;
    line-height: 24px;
  }

  /*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
  .signup {
    line-height: 40px;
  }

  .follow-tag {
    padding: 9px 50px;
    font-size: 29px;
  }

  /*--------------------------------------------------------------
Workshop
--------------------------------------------------------------*/

  .workshop-info-img {
    margin-bottom: 30px;
  }

  /*--------------------------------------------------------------
Big 6
--------------------------------------------------------------*/
  .big-6-card {
    min-height: revert;
  }

    .big-6-card img {
      width: 200px;
    }

} /*end of media 768-979*/
