
/**
* Template Name: Membership css
* Author: Giovanni Mavilla
* License: https://membership.crosscardio.com/
*/


.section-page-title{
    margin-top:100px;
    background:#000000;
    width:100%;
    margin-bottom:-50px;
    padding:20px 0px 35px 0px;
}
.section-page-title h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: #9d1c1f;
    margin: 0px 10px;
}
.permission-denied img{
    max-width:150px;
    margin-bottom:30px 
}

.logo-topbar img{
   float:left;
   height:30px;
   margin-right:24px;
   
}


.btn-login {
    background: #9d1c1f;
    color: #fff !important;
    padding-right: 18px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600 !important;
    border-radius: 4px;
}

@media only screen and (max-width: 992px) {
   .btn-login {
      max-width: 200px !important;
      margin-left:20px;
   }

   .btn-login::after {
      color:#ffffff !important;
   }
}


.btn-login::after {
   color:#ffffff !important;
}

.btn-goto {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #9d1c1f;
    margin-top: 25px;
}


.btn-goto:hover {
   background: #fff;
   color: #9d1c1f;
   border:1px solid #9d1c1f;
}


/*pages wods categories*/
.space{
    margin-top:30px;
  }
.imgwods img{
  width:100%;
  margin-bottom:20px;
}
.imgwods {
  text-align:center !important;
  background:#e1e1e1 !important;
  padding:0 !important;
  margin:0 !important;
}
.imgwods h4{
  margin:10px 0px 15px 0px !important;
}
.imgwods p{
  margin:10px 0px 15px 0px !important;
}
.imgwods a{
    margin:10px 0px 25px 0px !important;
}



/*grid videos*/
.container-video{
    display: flex;
    flex-flow: row wrap;
}
.item-video{
    flex: 3 0 33%;
    padding: 0px 20px 25px 5px;
}

.item-video img{
 margin-bottom:8px;
}


@media (max-width: 768px){
    .item-video{
        flex: 1 0 50%;
   }
}

@media (max-width: 425px){
    .item-video{
        flex: 1 0 100%;
   }
    .holy-grail-content {
        padding: 0px 0px 30px 5px !important;
   }
}


.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    opacity: 0.7;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail img:hover{
    opacity: 0.4;
}
.video-thumbnail:hover:before {
    color: #000;
}

.video-thumbnail img{
    width:100% !important;
}

.video-preview{
    margin-top:50px !important;
}

.preview-video img {
    width: 100%;
    margin-bottom: 9px;
}

.preview-video h4{
    margin-left:0px !important;
}

.player-video{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.player-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding:10px;
    width: 100%;
    height: 100%;
    border: none;
}

.contain-overflow {
 overflow: hidden;
}

.sidebar-video{
    background:#e0e0e0;
    padding:15px 45px 15px 15px;
    border-radius:10px;
}




.name-video h2{
   margin: 10px 15px 5px 10px;
   font-size:24px;
}

.views-video {
    margin: -35px 25px 0px 0px;
    width: 100%;
    text-align: right;
}


/* css per sidebar*/

.section-sidebar{
    margin-bottom:20px;
  }
  
.sidebar-class {
    padding: 5px 0px 0px 30px;
    width: 300px;
}
.main-container {
    width: 70%;
}
@media screen and (max-width: 767px) {
    .sidebar-class {
        padding: 0px;
        width: 100%;
   }
    .main-container {
        width: 100%;
   }
}
@media screen and (max-width: 1023px) {
    .main-container {
        width: 100%;
        padding-right: 40px;
   }
}
.divider-lineorange {
    content: '';
    position: relative;
    margin-top: 10px;
    height: 2px;
    width: 100%;
    background: #9d1c1fc2;
}
.icon-comments img {
    width: 40px;
    float: left;
    padding-right: 8px;
}
.ly-section{
    margin-top:20px;
    padding-bottom:20px;
}
.video-preview-first {
    margin-top: -20px !important;
}
span.icon-category img {
    width: 25px;
    float: left;
    margin-right: 10px;
}
.items-body {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.items-body-content {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #9d1c1f;
    margin-top: 2px;
}

.items-body-content a{
    color:#ffffff;
}
.items-body-content:hover a{
    color:#9d1c1f;
}
.items-body-content:hover {
    background: #fff;
    color: #9d1c1f;
    border:1px solid #9d1c1f;
 }

 .items-body-content:before{    
    background-image: url(/assets/img/icons/icon-videogallery-white.png);
    background-size: 22px 22px;
    display: inline-block;
    width: 25px;
    height: 25px;
    content: "";
    margin-right: 2px;
    margin-bottom: -8px;
    margin-top: 0px;
    background-repeat: no-repeat;
}

.items-body-content:hover:before{    
    background-image: url(/assets/img/icons/icon-videogallery-red.png);
    background-size: 22px 22px;
    display: inline-block;
    width: 25px;
    height: 25px;
    content: "";
    margin-right: 2px;
    margin-bottom: -8px;
    margin-top: 0px;
    background-repeat: no-repeat;
   }

.items-body-content i {
    align-self: center;
    font-size: 15px;
    font-weight: bold;
    animation: icon 1.5s infinite forwards;
}
@keyframes icon {
    0%, 100% {
        transform: translate(0px);
   }
    50% {
        transform: translate(3px);
   }
}
.items-body-content img{
    width:20px !important;
    margin-top:3px;
    margin-left:5px;
}
.section-sidebar h4 {
    border-bottom: 2px solid #9d1c1f;
    padding-bottom: 6px;
    font-size: 20px;
}
.section-sidebar h5 {
    margin-bottom: 35px !important;
    margin-left: 0 !important;
}
/* sidebar con flexbox*/
.hg-sidebar {
    background: #f0f0f0;
    padding: 15px;
}
.holy-grail-content {
    padding: 0px 60px 30px 5px;
}
/** * Flex things: * — Mobile first * — Responsive */
.holy-grail {
    min-height: 100vh;
}
.holy-grail, .holy-grail-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
.holy-grail-content {
    flex: 1 1 auto;
}
@media (min-width: 1023px) {
    .holy-grail-sidebar-1 {
        order: -1;
   }
    .holy-grail-body {
        flex-direction: row;
   }
    .hg-sidebar {
        flex: 0 0 320px;
   }
}
/*form search*/
form#search-category{
    width: 100%;
    position: relative;
    display: flex;
    margin:0px 35px 30px 20px;
}
input[name="word"] {
    width: 100%;
    padding: 8px 8px 8px 20px;
    outline: none;
    font-size: 18px;
    color: black;
    background: #f0f0f0;
    border: none;
    border-radius: 20px 0px 0px 20px;
}



button.search-btn-category {
    background: #9d1c1f;
    color: #ffffff;
    border: none;
    width: 60px;
    border-radius: 0px 20px 20px 0px;
}
button.search-btn-category:hover {
    background: #f0f0f0;
    color: #9d1c1f;
    font-size:25px;
}

.infolevel {
    text-decoration: underline;
    background: #b4b4b4 !important;
    font-size: 15px !important;
    color: #ffffff !important;
    text-transform: uppercase;
}

button.search-btn-category i {
    margin-right: 5px;
}

@media (max-width: 425px) {
    span.btnsearch-text{
        display:none;
   }
    button.search-btn-category{
        width:50px !important;
   }
}

.page-item.active .page-link {
    background-color: #9d1c1f;
    border-color: #9d1c1f;
}


.page-link {
    color: #9d1c1f;
    font-weight:600 !important;
}

 
    /*css page wod*/
    .image-preview-wod {
        padding: 15px;
        width: -webkit-fill-available;
        max-width: 900px;
      }
    
      .time p:before{    
        background-image: url(/assets/img/icons/cronometro.svg);
        background-size: 22px 22px;
        display: inline-block;
        width: 25px;
        height: 25px;
        content: "";
        margin-right: 2px;
        margin-bottom: -8px;
        margin-top: 10px;
        background-repeat: no-repeat;
      }
    
      .time-cap p:before{    
        background-image: url(/assets/img/icons/clessidra.svg);
        background-size: 22px 22px;
        display: inline-block;
        width: 25px;
        height: 25px;
        content: "";
        margin-right: 2px;
        margin-bottom: -8px;
        margin-top: 10px;
        background-repeat: no-repeat;
      }
    
      .notes h6:before{  
        background-image: url('/assets/img/icons/notes-svgmembership.svg');
        background-size: 25px 25px;
        display: inline-block;
        width: 25px; 
        height: 25px;
        content:"";
        margin-right:5px;
        margin-bottom:-5px;
        margin-top:30px;
      }
    
      
    
    .last2wod{
       border-bottom: 1px solid #000;
       padding: 22px 20px 20px 20px;
     }
    
     .last2wod a{
       margin-top:5px;
       margin-bottom:5px;
     }
     .message-nopermission {
        background-color:#e40000;
        color:#ffffff;
        padding:10px;
        border-radius:10px;    
    }
    
     .message-postdateactive {
        background-color:#008304;
        color:#ffffff;
        padding:10px;
        border-radius:10px;    
    }
    
    
      .row-wodpreview {
        padding-bottom: 40px;
        border-bottom: 1px solid #9d1c1f;
        margin-bottom: 25px;
      }
    
      .preview-img img {
        width: 100%;
      }
    
      .subrow-preview {
        width: 100%;
      }
    
    
      /*css per summary archive wods*/
    
      details{
        margin-top:0px;
      }
      
      summary {
        font-weight: 600;
        background-color: #9d1c1f;
        color: #fff;
        padding: 10px;
        margin-bottom: 1rem;
        outline: none;
        text-align: left;
        cursor: pointer;
        position: relative;
        border-radius: 50px;
        max-width: 240px;
        margin:0px 5px 10px 5px;
    }
    
    details[open] summary ~ * {
      animation: sweep .5s ease-in-out;
    }
    @keyframes sweep {
      0%    {opacity: 0; margin-top: -10px}
      100%  {opacity: 1; margin-top: 0px}
    }
    
    
    
    details > summary::after {
      position: absolute;
      content: "+";
      right: 20px;
    }
    
    
    details[open] > summary::after {
      position: absolute;
      content: "-";
      right: 20px;
    }
    details > summary::-webkit-details-marker {
      display: none;
    }
    
    .faq__content {
        margin-left: 20px;
    }
    
    
    .dropdown-archive li {
        margin-top: 25px;
    }
    .dropdown-archive ul {
        list-style: none;
    }
    
    
    .dropdown-archive img {
        width: 23px !important;
    }
    
    
    .dropdown-archive a{
      color:#9d1c1f;
      font-weight:700;
    }

    
  .category-wods-menu:before{    
    background-image: url(/assets/img/icons/category-wods-white.png) !important ;
    background-size: 18px 18px !important;
    width: 22px !important;
    height: 22px !important;
    content: "";
    margin-right: 2px;
    margin-bottom: -8px;
    margin-top: 10px;
    background-repeat: no-repeat;
  }
  
 .category-wods-menu:hover:before{    
    background-image: url(/assets/img/icons/category-wods-red.png) !important ;
    background-size: 18px 18px !important;
    width: 22px !important;
    height: 22px !important;
    content: "";
    margin-right: 2px;
    margin-bottom: -8px;
    margin-top: 10px;
    background-repeat: no-repeat;
  }


  
/*section form search wods*/
select#tipology {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
}


select#exercise {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
}

input#freebody {
    margin: 10px 8px 25px 10px;
}

button.search-btn-wods i{
  margin-right:10px;

}

button.search-btn-wods {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #9d1c1f;
    border: none;
}


.content-laboratory {
    padding: 20px;
    text-align:left;
}


.content-laboratory p{
    text-align:left;
}




.related-content{
    background:#9d1c1f;
    color:#ffffff;
    padding:15px 15px 5px 5px;
    border-radius:5px;
}



/*btn download*/


.items-download-pdf {
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    /*display: inline-block;*/
    background:#e1e1e1;
    padding: 12px 30px;
    transition: 0.5s;
    padding:20px 20px 20px 20px;
    margin-top:-3px;
}


.btn-download:before {
    background-image: url(/assets/img/icons/pdf.png);
    background-size: 42px 42px;
    display: inline-block;
    width: 45px;
    height: 45px;
    content: "";
    margin-right: 2px;
    margin-bottom: -15px;
    margin-top: 0px;
    background-repeat: no-repeat;
}
.btn-download {
    text-transform:uppercase;
    color: #ffffff;
    background:#9d1c1f;
    padding:10px 10px;
    border-radius:8px;
}




.nav-menu a {
    font-size: 18px !important;
    margin-left: 20px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    padding: 5px 15px 7px 15px !important;
    margin-left: 5px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 50px;
    font-family: "Open Sans", sans-serif;
}


/*menu header per screen 992-1240*/

@media only screen and (max-width: 1240px) and (min-width: 992px)  {
   
   .nav-menu a {
    	padding: 5px 15px 7px 15px !important;
	    font-size: 15px !important;
   }
   
}



.logo-header-crc {
   width:250px !important;
   padding:12px 20px 12px 12px;
}


@media only screen and (min-width: 992px) {
   .solo-mobile{
      display:none;
   }
}


@media only screen and (max-width: 992px) {
  .logo-header {
      width:80%
   }

   .topbar-menu-area{
      display:none;
   }

   
   .mobile-nav {
      margin-top:5px;
   }
   
   .mobile-nav a{
      font-size:18px;
   }

   .icofont-close{
      color:#000000 !important;
      background:#fff;
      font-weight:800;
   }
   

   #header.header-transparent {
    margin-top: 0px;
   }

   .divider {
      margin:17px;
      border-top: solid 5px #0c253b9c;
      padding-top:15px
   }


}

.btn-login {
    background: #9d1c1f;
    color: #fff !important;
    padding-right: 18px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600 !important;
    border-radius: 4px;
}

.logo-topbar-mobile img{
   height:50px;
   border-bottom:1px solid #b8b8b8;
   border-top:1px solid #b8b8b8;
   margin-bottom:15px;
}



.mobile-nav-toggle {
   font-size:42px;
   margin:7px;
}

.formato-stampa{
   background:#e9e9e9;
   padding:20px;
   /*border-top:solid 15px #9d1c1f;*/
}
.formato-stampa:before {
  content : "";
  position: absolute;
  left    : 0;
  top  : 0;
  width   : 100%;  /* or 100px */
  border-bottom:5px solid #9d1c1f;
   transition: border-width 0.6s linear;
   -webkit-transform: border-width 0.6s linear; /* Safari & Chrome */
   -moz-transform: border-width 0.6s linear; /* Firefox */
   -ms-transform: border-width 0.6s linear;/* Internet Explorer */
   -o-transform: border-width 0.6s linear; /* Opera */
}

.download-btn {
   background: #9d1c1f;
   margin-top:20px;
   color:#ffffff;
   text-transform: uppercase;
   font-weight:600;
   padding:8px 18px 8px 18px;
   border-radius:13px;
   border:3px solid #979797a6;
}

.download-btn:hover {
   background: #979797a6;
   color:#9d1c1f;
   border:3px solid #9d1c1f;
   transition: background-color 0.6s linear;
   -webkit-transform: background-color 0.6s linear; /* Safari & Chrome */
   -moz-transform: background-color 0.6s linear; /* Firefox */
   -ms-transform: background-color 0.6s linear; /* Internet Explorer */
   -o-transform: background-color 0.6s linear; /* Opera */
}


.divider-line{
   border-top:2px solid #00000073;
   border-bottom:2px solid #00000073;
   padding-top:15px;
   padding-bottom:5px;
}

.download-btn-off {
    background: #b7b7b7;
    margin-top: 20px;
    color: #dcdcdc;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 18px 8px 18px;
    border-radius: 13px;
    border: 3px solid #979797a6;
}

.msg-licenza{
   background:#9d1c1f;
   color:#ffffff;
   padding:25px;
   border-radius:25px;
}

.msg-licenza a{
   color:#FF9800;
   font-weight:900;
   text-decoration: underline;
   letter-spacing:0.05em;
}

.title-domanda {
   font-size:20px;
   margin-top:25px;
   font-weight:600;
}
