/* common css */
.zsection .content-wrap {
    padding: 60px 0;
    max-width: 1170px;
}

h2,
h3 {
    font-size: 38px;
    font-family: var(--zf-secondary-bold);
}

h1 {
    font-family: var(--zf-secondary-bold);
}

.zbanner .content-wrap {
        padding: 50px 0 80px 0;
}
.zbanner-inner h1+p {
    max-width: 590px;
    margin: 0 auto 20px;
}
.zbanner, .zw-product-header  {
    background: #FED600;
}

.zcenter {
    text-align: center;
}

/*breadcrumb styles*/
.breadcrumb a {
    color: #000;
    font-size: 13px;
    margin: 0 21px 0 0;
    position: relative;
}

.breadcrumb a:after {
    content: '';
    position: absolute;
    background: url(/sites/zweb/images/one/oneminuteseries-sprite.png);
    background-size: 171px auto;
    right: -21px;
    background-position: -164px -17px;
    width: 20px;
    height: 19px;
    top: -2px;
}

.breadcrumb a:last-child {
    color: #585858;
    cursor: default;
}

.breadcrumb a:last-child:after {
    display: none;
}

/*breadcrumb styles*/


.zlist-inner>div {
    float: left;
    width: 23%;
    margin: 0 10px;
    margin-bottom: 60px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.03);
    transition: all .6s ease;
}
.zlist-inner>div:hover{
box-shadow: 0 10px 10px rgba(0,0,0,0.06);
}

.zlist-inner {
    margin: 0 -5px;
    margin-top: 50px;
display: flex;
    flex-wrap: wrap;
}


.zlist-inner:after {
    content: "";
    display: table;
    clear: both;
}

.thumb-img img {
    vertical-align: bottom;
}

.thumb-img {
    background-color: #fed700;
    border-radius: 4px;
    padding: 20px 20px 0 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.thumb-img p {
    font-size: 15px;
    color: #000;
    font-family: "Roboto";
    font-weight: 700;
    padding: 0 0 16px 0;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 212px;
    margin: 0 auto;
}

.zplay-icon {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    color: #fff;
    font-family: var(--zf-primary-semibold);
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    font-size: 0px;
    padding: 3px;
    border-radius: 50%;
    box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.07);
}

.zplay-icon:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #000;
    bottom: 0;
    margin: auto;
    left: 4px;
    right: 0;
}

.video-duration {
    font-size: 13px;
    color: #000;
    padding: 1px 8px 4px 8px;
    margin: 16px 0;
    display: block;
    font-family: var(--zf-secondary-bold);
    padding-left: 30px;
    width: 90px;
    position: relative;
}

.video-duration:before {
    content: '';
    position: absolute;
    background: url(/sites/zweb/images/one/oneminuteseries-sprite.png);
    background-size: 191px auto;
    left: 0;
    background-position: -172px 1px;
    width: 20px;
    height: 21px;
    top: 2px;
}

.thumb-desc {
    border: 1px solid #E7E7E7;
    border-top: 0;
    padding: 20px;
border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.thumb-desc h5 {
    margin-bottom: 4px;
min-height:48px;
}
.thumb-desc p {
    font-size: 15px;
    color: #3c3c3c;
     height: 72px;
    overflow: hidden;
    margin-bottom: 5px;
}
.bottom-cta * {
    text-align: center;
}

.bottom-cta p {
    font-size: 23px;
}

.zsection.bottom-cta .content-wrap {
    padding-top: 0;
   padding-bottom: 120px;
}

.bottom-cta h2 {
    font-size: 42px;
    max-width: 810px;
    margin: 0 auto 30px;
}

.main-container-wrapper .footer-wrapper {
    margin-top: 0px;
}

@media screen and (max-width: 1140px) {
    .zlist-inner>div {
        margin: 0 9px;
   margin-bottom: 60px;
    }

    .thumb-img p {
        max-width: 100%;
    }

    span.zplay-icon {
        transform: scale(.8);
    }
.thumb-desc h5{
font-size:15px;
}
.thumb-desc p{
font-size:13px;
height: 76px;
}
}

@media screen and (max-width: 992px) {
    .zlist-inner>div {
        width: 31.4%;
        margin: 0 .95%;
   margin-bottom: 60px;
    }
.zbanner .content-wrap {
    padding: 50px 0 60px 0;
}
    .bottom-cta h2 {
        font-size: 30px;
        max-width: 600px;
        margin: 0 auto 20px;
    }
.thumb-desc p{
  font-size:14px;
}
.zsection.bottom-cta .content-wrap{
    padding-bottom: 80px;
}
}

@media screen and (max-width: 767px) {

    .zsection .content-wrap {
        padding: 70px 0;
    }

    .zlist-inner>div {
        width: 100%;
        display: block;
        margin-bottom: 60px;
    }
.zlist-inner>div:last-child{
 margin-bottom: 30px;
}
    .zlist-inner {
        max-width: 350px;
        margin: 50px auto 0;
    }

    .bottom-cta h2 {
        font-size: 21px;
    }

    .bottom-cta p {
        font-size: 17px;
    max-width: 320px;
    line-height: 1.3;
    margin: 0 auto 20px;
    }

    .zbanner .content-wrap {
            padding: 30px 0 40px 0;
    }
.thumb-desc p{
height: auto;
}
.thumb-desc h5 {
min-height: auto;
}
}


/***** Creator Pages Starts **********/
.select-content-wrap {
    margin-top: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.select-content-wrap .select-wrap {
    width: 43%;
    max-width: 230px;
    padding: 0;
    border: 1px solid #000000;
    border-radius: 1px;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.select-content-wrap .filter-action {
    text-align: right;
    width: 30px;
}

.select-content-wrap .select-wrap:after,
.select-content-wrap .select-wrap:before {
    background: #000000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 18px;
    width: 7px;
    z-index: 1;
}

.select-content-wrap .select-wrap:before {
    right: 8px;
    transform: rotate(-45deg)
}

.select-content-wrap .select-wrap:after {
    right: 13px;
    transform: rotate(45deg)
}

.select-content-wrap select {
    color: #000000;
    padding: 0 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    border: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-shadow: 0 0 0 #000;
}

.select-content-wrap select:focus {
    outline: 0
}

.select-content-wrap .disabled-filter {
    background: #e6e6e6;
    cursor: not-allowed;
}

.select-content-wrap .filter-clear-btn {
    font-size: 0px;
    height: 23px;
    width: 23px;
    display: inline-block;
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/creator/zc-captcha-reload.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
}

.zw-template-zpv_category_page_autocreate .breadcrumb a:last-child{
    color : #585858;
}

@media screen and (max-width: 400px) {

    .select-content-wrap .select-wrap,
    .select-content-wrap .filter-action {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .select-content-wrap {
        margin-right: 1em;
    }
}
/***** Craetor Pages Ends ********/
