/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.ret-load-more-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-top: 30px;
}

.ret-load-more-wrapper .ret-load-more-button {
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    font-size: 15px;
    padding: 12px 24px;
    display: inline-block;
    border: none;
}

.ret-load-more-wrapper .ret-load-more-button .button-content-wrapper {
    display: flex;
    gap: 20px;
}

.card-post-gradient {
    background-color: transparent;
    background-image: linear-gradient(180deg,#404040 0%,#000000 100%);
    color: white;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 10px;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
}

.post-type {
    margin-bottom: 20px;
    font-family: montserrat,Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ff8604;
    border-radius: 25px 25px 25px 25px;
    padding: 5px 15px 5px 10px;
    display: inline-block;
	color: #fff;
}

.post-type a {
	color: #fff !important;
}

.post-type a:hover {
	opacity: 0.9;
}

.title, .episode {
    color: #fff;
    font-family: montserrat,Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.footer-info {
    font-family: montserrat,Sans-serif;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    gap: 2rem;
}

.video {
    height: 200px;
}

.episode {
    margin-bottom: 20px;

}

.swiper-navigation i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.section-title {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.video-wrapper {
    margin-bottom: 20px;
    position: relative;
}

.video-wrapper .btn-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    z-index: 2;
    border-radius: 100%;
    opacity: 0.95;
    height: 48px;
    width: 48px;
    border: none;
    background: #404040!important;
}

.video-wrapper .btn-player:hover {
    opacity: 1;
}
    
.date i{
    font-size: 13px;
    margin-right: 7px;
}

.date {
    text-transform: uppercase;
    font-size: 10px;
}

/* Caard 2 */
.card-2 {
    margin-left: 0;
    margin-right: 0;
}

.card-2 .date-wrapper {
    margin-bottom: 20px;
}

.card-2 .title {
    margin-bottom: 20px;
}

.card-2 .content {
    font-size: 14px;
    line-height: 25.2px;
    font-family: "Montserrat", sans-serif;
}

.post-type.coluna {
    background-color: #1DDEEB;
    color: #000000;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ret-loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
}

.ret-loader.show {
    display: block;
}


.ret-row {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
}

.ret-col {
    padding-left: 10px;
    padding-right: 10px;
}

@media(min-width: 767px) {
    .ret-col-50 {
        flex: 0 0 auto;
        width: 50%;
    }

    .ret-col-25 {
        flex: 0 0 auto;
        width: 25%;
        display: flex;
    }
}

/* The Modal (background) */
.modal {
    display: flex; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }

  .modal-header {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: transparent;
    margin: 15% auto; /* 15% from the top and centered */
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .modal-close {
    color: #fff;
    font-size: 28px;
  }
  
  .modal-close:hover,
  .modal-close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
  }

  /* Modal Body */
  .modal-body {padding: 2px 16px;}
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    /* border: 1px solid #888; */
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }

  @media(min-width: 992px) {
    .modal-content {
        max-width: 50%;
    }
  }