
/**
* Template Name: Membership OUTDOOR css
* Author: Giovanni Mavilla
* License: https://membership.crosscardio.com/outdoor
*/


/*grid videos*/


.container-video{
    display: flex;
    flex-flow: row wrap;
  }

  .item-video{
    flex: 3 0 33%;
    /*
    flex: 1 0 calc(33.333%);
    max-width: calc(33.333%);*/
    padding: 0px 20px 25px 5px;
    
  }

  @media (max-width: 768px){
    .item-video{
        flex: 1 0 50%;
        /*
        flex: 1 0 calc(50.00%);
        max-width: calc(50,00%);
        */
    }
  }

   @media (max-width: 425px){
    .item-video{
        flex: 1 0 100%;
    }

    .holy-grail-content {
        padding: 0px 0px 30px 5px !important;
    }
  }






    .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: 1px;
      display: inline-block;
      background: #04560e;
      margin: 4px 10px;
  }

  .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: 100px;*/
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}


.video-thumbnail img:hover{
    opacity: 0.5;
  }

  .video-thumbnail:hover:before {
  color: #000;
}

.video-thumbnail img{
  width:100% !important;
}

.video-preview{
   margin-top:50px !important;
 }

 .preview-video img{
   width:100%
 }

 .preview-video h4{
   margin-left:0px !important;
 }


.player-video{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }

  .player-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding:10px;
    width: 100%;
    height: 100%;
    border: none;
  }

  [class^="with-sidebar"] {
  display: flex;
  flex-wrap: wrap;

  margin-left: -0.75rem; /* 2 */
  margin-right: -0.75rem; /* 2 */
  margin-left: calc(-1 * var(--sidebar-gap, 1.5rem) / 2); /* 1 */
  margin-right: calc(-1 * var(--sidebar-gap, 1.5rem) / 2); /* 1 */
}

[class^="with-sidebar"] > * {
  margin-left: 0.75rem; /* 2 */
  margin-right: 0.75rem; /* 2 */
  margin-left: calc(var(--sidebar-gap, 1.5rem) / 2); /* 1 */
  margin-right: calc(var(--sidebar-gap, 1.5rem) / 2); /* 1 */
}

.with-sidebar-l > :first-child{
  flex-basis: var(--sidebar-basis); /* 1 */
  flex-grow: 1; /* 2 */
}


.with-sidebar-l > :last-child{
  flex-basis: 0; /* 1 */
  flex-grow: 999; /* 2 */
  min-width: calc(50% - 1.5rem); /* 4 */
  min-width: calc(
    var(--sidebar-min-content, 50%) - var(--sidebar-gap, 1.5rem) / 2
  ); 
}


.contain-overflow {
  overflow: hidden;
}

.sidebar-video{
  background:#e0e0e0;
  padding:15px 45px 15px 15px;
  border-radius:10px;
}

form#search-video {
  top: 10px;
  right: 10px;
  font-size: 14pt;
  margin-left: 15px;
  padding: 10px;
  color: #03560f;
  border: 3px solid #03560f;
  border-radius: 100px;
}


#searchicon-video {
    position: relative;
    z-index: 1;
    left: -15px;
    top: -5px;
    cursor: pointer;
    width: 0;
}


input[name="word"] {
    font-size: 14pt;
    border: none;
    outline: none;
    color: black;
    padding-left: 21px;
    background-color: transparent;
}

input#search-btn {
    background: transparent;
    border: none;
    color: #03560f;
}

.name-video {
    margin: 20px 20px 10px;
}

.views-video {
    margin: -50px 25px 0px 0px;
    width: 100%;
    text-align: right;
}

/* css per sidebar*/

.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-linegreen {
    content: '';
    position: relative;
    margin-top: 10px;
    height: 2px;
    width: 100%;
    background: rgb(3 86 15 / 70%);
}

.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: 30px;
    float: left;
    margin-right: 10px;
}





.items-body {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.items-body-content {
  padding: 10px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: 10fr 1fr;
  background-color: #03560f;
  grid-gap: 10px;
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  max-width: 240px;
}

.items-body-content a{
    color:#ffffff;
    /*font-weight:600;*/
}

.items-body-content:hover a{
    color:#000000;
}


.items-body-content:hover {
  border-radius: 20px;
  border: 0px solid #000000;
  color:#000000;
}

.items-body-content i {
  align-self: center;
  font-size: 15px;
  /*color: $dark-pri;*/
  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 #f4944e;
    padding-bottom: 6px;
}


.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: #03560f;
    color: #ffffff;
    border: none;
    width: 60px;
    border-radius: 0px 20px 20px 0px;
}

button.search-btn-category:hover {
    background: #f0f0f0;
    color: #03560f;
    font-size:25px;
}

button.search-btn-category i {
    margin-right: 5px;
}


  @media (max-width: 425px) {
      span.btnsearch-text{
        display:none;
      }
      
      button.search-btn-category{
        width:50px !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: 25px 25px;
    display: inline-block;
    width: 25px; 
    height: 25px;
    content:"";
    margin-right:5px;
    margin-bottom:-5px;
  }

  .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;
  }

  .btn-goto {
    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: #03560f;
    margin-top: 25px;
}


.btn-goto:hover {
   background: #fff;
   color: #03560f;
   border:1px solid #03560f;
}

.last2wod{
   border-bottom: 1px solid #000;
   padding: 22px 20px 20px 20px;
 }

 .last2wod a{
   margin-top:5px;
   margin-bottom:5px;
 }
  .message-nopermission p{
      background-color:#b70000;
      color:#ffffff;
      padding:10px;
      border-radius:10px;    
  }


.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
}

.nav-menu .drop-down .drop-down:hover > ul {
    
   opacity: 1;
    top: -10px;
    left: 90%;
}

.nav-menu a:hover {
  color: #03560f;
  font-weight:600;
}



#footer-outdoor {
    background: #03560f;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

.social-links-outdoor {
    margin: 0 0 40px 0;
}

.social-links-outdoor a {
    font-size: 18px;
    display: inline-block;
    background: #03560f;
    color: #ffffff !important;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}


.back-to-top i{
    background: #03560f;
    border:2px solid;
}

.logo-header-mobility {
   max-width:200px;
   padding:12px 20px 12px 12px;
}


.logo-topbar img{
   float:left;
   height:30px;
   margin-right:25px;
   
}

.header-scrolled img{
   margin-top:0px;
}

.header-scrolled li{
   margin-top:0px
}

.logo-topbar-mobile img{
   height:50px;
   border-bottom:1px solid #b8b8b8;
   border-top:1px solid #b8b8b8;
   margin-bottom:15px;
}


.btn-outdoor {
  background: #03560f;
  padding:5px 8px 5px 8px; 
  border-radius:6px;
  color:#fff;
  font-weight:400;
  text-decoration:none;
  margin-left:20px;
}

.btn-outdoor:hover{
  background: #003c6a;
  color:#fff;
}



.hero-mob{
    background: #03560f !important;
}

#hero-mob {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, #03560f 0%, #03560f 100%);
    padding: 0;
    color:white;
    text-align:center;
    height:auto;
    padding:30px;
}

#hero-mob h2{
    padding-top:130px;
}


#hero-mob p{
   font-size:18px;
   line-height:24px;
   padding:15px;
}


.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: #03560f;
    margin: 0px 10px;
}


#hero{
   background:#03560f;
}



li.dropdown-active a{  
   color:#9d1c1f !important;
   font-weight:900 !important;
   font-size:16px !important;
}



.title-modulo {
    background: #03560f;
    text-align: center;
    color: white !important;
    padding: 10px;
    font-weight: 600 !important;
    margin-top: 70px !important;
}

.title-mob-minisection {
    font-size:24px;
    font-weight:600;
    margin-left:18px;
    color: #03560f;
}

.description-mob{
    font-size:18px;
}

.description-mob-ul li {
    font-size:18px;
    margin-bottom: 9px;
}

.mob-ml-18{
    margin-left:18px;
}

.mt-18{
    margin-top:18px;
}


.back-to-top i:hover {
    background: #9d1c1f;
    color: #fff;
}

.btn-goto-modulo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 15px;
    color: #fff;
    background: #9d1c1f;
    max-width: 250px !important;
    margin-top: 20px !important;
}


.btn-goto-modulo:hover {
   background: #dfdfdf;
   color:#03560f;
   font-weight:800;
}



/*Tob_bar mobility sections*/


#header.header-scrolled {
   background: #000;
}


.header-scrolled img {
  background-image: url(../img/logo_outdoor_white.png);
  height: 10px;
  padding: 70px 50px 0px 150px;
  background-repeat:no-repeat;
  background-size:contain;
}



.mobile-nav-toggle {
   font-size:42px;
   margin:7px;
}


@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
   }
   
   
    iframe{
      width:100%;
    }
    
    .img-block{
      width:100%;
    }
}


.btn-login{
   background:#9d1c1f;
   color:#fff !important;
   padding-right:18px !important;
   padding-top:3px;
   padding-bottom:3px;
   font-weight:600 !important;
   border-radius:4px;
}

.nav-menu a {
    font-size: 18px;
    margin-left: 20px;
}

.lezioni-moduli {
    margin-top: -50px !important;
}

.msg-moduli {
    padding-bottom: 0px;
}

.card-body ul {
    font-size: 20px;
}

.card-body h5,h6 {
    font-size: 24px;
    font-family:'Poppins';
}


.icon-check {
   width:25px;
   padding-right:5px;
}


.wrapper {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    5px 15px 8px rgba(0,0,0,0.3);
  box-shadow:         5px 10px 8px rgba(0,0,0,0.3);
  position: relative;
}

.ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}


.ribbon-red {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-red:before,
.ribbon-red:after{
  content: "";
  border-top: 3px solid #b90005;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}



.ribbon-red:before{
  left: 0;
}

.ribbon-red:after{
  right: 0;
}

.preview-outdoor-wod{
  padding:10px;
  margin-bottom:25px;
  border-bottom: solid 1px #0000003b;
  background: #00000005;
}



.msg-trova-foutdoor {
 text-align: center;
}

.msg-trova-foutdoor h4{
  font-size: 22px;
  margin-top:20px;
}

.msg-trova-foutdoor a {
  font-size: 18px;
  font-weight:600;
}

.msg-trova-foutdoor {
    background: #e0c900d4;
  padding:25px;
  border-radius:25px;
  margin-bottom:20px;
}


/*player video single page wod*/
.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;
}


.vimeo-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* rapporto 16:9 */
    height: 0;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-separator {
    width: 100%;
    height: 1px;
    background-color: #04560e;
    margin-top: 20px;
    margin-bottom: 20px;
}


.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #04560e !important;
    border-color: #04560e !important;
}

.page-link {
    position: relative;
    display: block;
    color: #04560e !important;
}






