/*
Theme Name: Travel Shopify
Description: Este es un tema hijo de Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Polyedra
Author URI:  https://polyedra.mx
Template: salient
Version: 1.0
*/

.btn{
    background-color: #3452ff;
    color: #fff;
    font-family: "Fira Sans";
    font-size: 14px;
    font-weight: 300;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 24px;
}
.btn:hover{
    background-color: #1e2ee6;
    color: #fff;
}

.select2-container .select2-selection--single{
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    border-radius: 4px;
    padding: 10px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px;
    font-family: "Fira Sans";
    font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 11px !important;
}
input.wpcf7-form-control.wpcf7-submit{
    background-color: #f9a11b;
    color: #fff;
    font-family: "Fira Sans";
    font-size: 14px;
    font-weight: 300;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 24px;
}

.owl-carousel .owl-stage-outer{
    z-index: 10;
}
.owl-nav{
    position: absolute;
    top: calc(50% - 100px/2);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    color: #000 !important;
    font-size: 30px !important;
    font-family: "Fira Sans" !important;
    font-weight: 300 !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    line-height: 1 !important;
}
.owl-nav .owl-prev{
    margin-left: -30px;
}
.owl-nav .owl-next{
    margin-right: -30px;
}

/* VIDEO - SINGLE */

.single-video #ajax-content-wrap .video-single-container{
    min-height: calc(100vh - 130px);

}

/* SHORTCODES */

.video-carousel .item {
    padding: 10px;
}

.video-carousel .video {
    position: relative;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
}

.video-carousel .badge-upcoming {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 1;
}

.video-carousel .video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-carousel .video-info {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.video-carousel .channel-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.video-carousel .channel-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-carousel .video-details h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1;
}

.video-carousel .video-details p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1;
}

.video-carousel .no-videos-message {
    text-align: center;
    color: #333;
    font-size: 16px;
}

.product-carousel .item {
    padding: 10px;
}

.product-carousel .product {
    position: relative;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
}

.product-carousel .product a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-carousel .product-info {
    text-align: center;
    padding: 10px 0;
}

.product-carousel .product-info h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.product-carousel .no-products-message {
    text-align: center;
    color: #333;
    font-size: 16px;
}


.channel-carousel .item {
    padding: 10px;
}

.channel-carousel .channel {
    position: relative;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
}

.channel-carousel .channel a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.channel-carousel .channel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.channel-carousel .channel h3 {
    position: absolute;
    top: 35px;
    left: 35px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    z-index: 1;
}

.channel-carousel .no-channels-message {
    text-align: center;
    color: #333;
    font-size: 16px;
}

/* ACCOUNT */

#video-container{
    margin-bottom: 50px;
}
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: space-between;
}

.video-item {
    flex: 1;
    box-sizing: border-box;
    text-align: center;
}

.video-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.video-item .info{
    display: flex;
    gap: 5px;
}
.video-item h3 {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
    margin: 0;
    padding: 0;
}

.video-options {
    position: relative;
    display: inline-block;
}

.options-trigger {
    cursor: pointer;
    font-size: 20px;
    margin-left: 8px;
}

.options-menu {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: 120px;
}

.options-menu button {
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
}

.options-menu button:hover {
    background-color: #f8f8f8;
}

.video-options:hover .options-menu {
    display: block;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}