/*
Theme Name: Cinestud Child
Template: googly
Author: Googly WP
Description: Googly Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.40.1693277791
Updated: 2023-08-29 02:56:31

*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Theme customization starts here
-------------------------------------------------------------- */
#primary{
    background-color:#ffffff;
}

.entry-related.alignfull.entry-related-style-wide{
    background-color:#f5f5f5;
}
/* common css */

body .single-content h1,
body .single-content h2,
body .single-content h3,
body .single-content h4,
body .single-content h5,
body .single-content h6 {
    margin-top: 0;
}

/* dotted blog title  */
body .post-archive .loop-entry .entry-content-wrap .entry-header .entry-title {
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .loop-entry .entry-content-wrap .entry-footer .entry-actions .more-link-wrap {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link .gocd-svg-iconset.svg-baseline {
    display: none;
}

/* single blog post content spacing */
body .gocd-thumbnail-position-behind {
    margin-bottom: -6em;
}

.entry-related h2.entry-related-title {
    text-align: center;
}

/* single blog post tag css */
.entry-footer .entry-tags .tags-links a.tag-link {
    border-radius: 0;
    text-transform: capitalize;
}

.entry-footer .entry-tags .tags-links a.tag-link:hover {
    color: var(--global-palette9);
}

/* footer ul li */
.site-footer-section .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* left sidebar margin */
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
}

body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin: 0;
    line-height: 1.2;
}

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
    padding-block: 5px;
}

.primary-sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: var(--global-palette2);
}

/* blog left side */
.primary-sidebar.widget-area .widget_block {
    padding-block-end: 30px;
}

.primary-sidebar .widget_media_image figure.wp-block-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.primary-sidebar .widget_media_image figure.wp-block-image img:hover {
    transform: scale(1.05);
}

.wp-block-search__label {
    display: none;
}

.wp-block-search .wp-block-search__input {
    border: none;
    background: #f5f5f5;
    border-radius: 0;
    padding: 0.6em 0.5em;
}

body .wp-block-search .wp-block-search__button {
    color: var(--global-palette1);
    background: var(--global-palette2);
    border-radius: 0;
}

body .wp-block-search .wp-block-search__button:hover {
    color: var(--global-palette9);
    background: var(--global-palette1);
}

.wp-block-search .wp-block-search__button:hover,
.wp-block-search__inside-wrapper #wp-block-search__input-1:focus {
    box-shadow: none;
}

/* common overflow hidden css */
.cms-area .elementor-image-box-wrapper figure.elementor-image-box-img,
.slider-area .swiper-slide figure.swiper-slide-inner,
.primary-sidebar .widget_media_image figure.wp-block-image,
.left-side.elementor-element.elementor-posts--thumbnail-top .elementor-post__thumbnail__link,
.right-side.elementor-element.elementor-posts--thumbnail-top .elementor-post__thumbnail__link,
.horizontal-slider .elementor-widget-container .owl-stage-outer .item {
    overflow: hidden;
}

.slider-area .swiper-slide figure.swiper-slide-inner img,
.left-side .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail,
.right-side .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail,
.horizontal-slider .elementor-widget-container .owl-stage-outer .item img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.slider-area:hover .swiper-slide figure.swiper-slide-inner:hover img,
.left-side .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail:hover,
.right-side .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail:hover,
.horizontal-slider .elementor-widget-container .owl-stage-outer .item:hover img {
    transform: scale(1.05);
}

/* Blog area css */
.blog-area .uc_image_carousel_content .uc_post_title {
    width: 328px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-area .uc_carousel_item .uc_image_carousel_placeholder,
.loop-entry .post-thumbnail-inner {
    overflow: hidden;
}

.blog-area:hover .uc_carousel_item .uc_image_carousel_placeholder img,
.loop-entry .post-thumbnail-inner img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.blog-area .uc_carousel_item .uc_image_carousel_placeholder:hover img,
.loop-entry .post-thumbnail-inner:hover img {
    transform: scale(1.05);
}

/* brand area css */
.brand-area .elementor-widget-image-carousel .swiper .swiper-slide figure {
    display: inline-block;
    text-align: center;
}

/* footer css */
.newsletter-form input[type="email"],
.newsletter-form input[type="email"]:focus {
    border-radius: 0;
    background: #1a1a1a;
    border: none;
    padding: 15px 10px;
    width: 300px;
    display: flex;
    color: #fff;
}

.newsletter-form input[type="submit"] {
    border-radius: 0;
    margin-block-start: 20px;
}

/* bredcrumb css */
.gocd-breadcrumbs {
    margin: 0 !important;
}

/* contact form css */
.wpcf7 .wpcf7-form-control-wrap input[type="text"],
.wpcf7 .wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7 .wpcf7-form-control-wrap input[type="email"],
.wpcf7 .wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7 .wpcf7-form-control-wrap input[type="textarea"],
.wpcf7 .wpcf7-form-control-wrap input[type="textarea"]:focus,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-textarea:focus {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid var(--global-palette6);
    width: 100%;
}

.contact-row-one {
    display: flex;
    column-gap: 18px;
    width: auto;
    margin-block-end: 2em;
}

/* about slider css */
.about-slider .swiper-slide figure.swiper-slide-inner {
    overflow: hidden;
}

.about-slider .swiper-slide figure.swiper-slide-inner img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.about-slider .swiper-slide figure.swiper-slide-inner:hover img {
    transform: scale(1.05);
}


/* search-results  */
.search-results.content-style-unboxed .entry-content-wrap {
	margin-block-start: 20px;
}