/*
Theme Name: FamousTube Child
Author: unknown
Template: famoustube
Version: 1.03
*/

.hidden {
    display: none;
}

.type-post .content-wrapper {
    font: .875rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.list-custom-taxonomy-widget ul {
    list-style: none;
    padding: 0;
}
.list-custom-taxonomy-widget .cat-item {
    display: inline-block;
    background-color: #555 !important;
    border: 1px solid #555;
    transition: all 200ms linear;
    color: #fff;
    outline: none;
    padding: 6px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin: 0 0.25em 0.5em 0;
}
.list-custom-taxonomy-widget .cat-item:hover {
    border-color: #FF3565 !important;
    background-color: #FF3565 !important;
}
.list-custom-taxonomy-widget .cat-item:hover a {
    color: #fff;
}

.images-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1568px;
    margin: 10px auto 50px;
    gap: 20px;
}

.images-list.blur .gallImageClass {
    filter: blur(8px);
}

.images-list > div {
    width: 300px;
    height: 225px;
    margin: auto;
}

.vidImageContainer {
    width: 300px;
    height: 225px;
}

.gallImageClass {
    width: 300px;
    height: 225px;
    position: absolute;
    object-fit: cover;
}

.asvideo {
    width: 150px;
    height: 150px;
    opacity: 0.7;
    top: 37px;
    left: 75px;
    position: relative;
}
.asvideo:hover {
    opacity: 0.8;
}

.images-list .views {
    background: #000000b3;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: white;
    font-size: 12px;
    padding: 3px 5px;
}

.images-list .dura {
    background: #000000b3;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: white;
    font-size: 12px;
    padding: 3px 5px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    margin: auto;
    max-width: 1280px;
    min-height: 500px;
}

.resp-iframe {
    position: absolute;
    max-width: 100%;
    max-height: 720px;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category-text {
    padding: 10px;
}

.model-text {
    max-width: 1568px;
    margin: auto;
    padding: 10px;
}

.model-info {
    color: #f8f8f8cc;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.model-data {
    width: 48%;
    background-color: #282828;
    margin: 5px 0;
    padding: 15px;
}

.model-buttons {
    width: 48%;
    background-color: #282828;
    margin: 5px 0;
    padding: 5px;
    display: grid;
}

.button-model1 {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin: auto;
    outline: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: #ffdf83;
    min-width: 200px;
    color: #414141;
    font-weight: 700;
    line-height: 40px;
    font-size: 13px;
    border-radius: 29px;
}

.button-model2 {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin: auto;
    outline: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: #de4112;
    min-width: 200px;
    color: #ffffff;
    font-weight: 700;
    line-height: 40px;
    font-size: 13px;
    border-radius: 29px;
}

.social {
    display: flex;
}

.mb-0 {
    margin-bottom: 0;
}

.p-1 {
    padding: 10px;
}

.w-400 {
    max-width: 400px;
}

.border-rounded, .border-rounded img {
    border-radius: 10px;
}

.float-right {
    float: right;
}

.clear-none {
    clear: none;
}

.home .provider-item > .wp-block-group {
    min-height: 550px;
} 

.home .provider-item img {
    border-radius: 10px;
}

.plate-color {
    background-color: #696969;
}
