/*
Theme Name: Gini 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=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Theme customization starts here
-------------------------------------------------------------- */
.comments-area {
    margin-bottom: 70px;
}

.site-footer-wrap {
	border-top: 1px solid #333;
}

/* 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: 16px;
    font-weight: 500;
    text-decoration: underline;
}

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

textarea{
    background: var(--global-palette2);
}

textarea:focus{
    border: 1px solid #e5e5e5;
}

input[type="submit"]{
    background-color: var(--global-palette9);
}

input[type="submit"]:hover{
    background-color: var(--global-palette9);
    color: var(--global-palette2);
}

/* single blog post content spacing */
body .googly-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);
}

/* 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: 1px solid var(--global-palette6);
    background: transparent;
    border-radius: 0;
    padding: 0.6em 0.5em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: var(--global-palette9);
}
body .wp-block-search .wp-block-search__button {
    color: var(--global-palette9);
    background: var(--global-palette3);
    border-radius: 0;
}

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

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

/* 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 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);
}

/* single blog navigation */
.comment-navigation,
.post-navigation {
    border-top: 1px solid var(--global-palette6);
    border-bottom: 1px solid var(--global-palette6);
    padding: 50px 0;
}

.gallery-space figure.wp-block-image img {
    width: 95% !important;
}

.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: transparent;
    border: none;
    border-bottom: 1px solid var(--global-palette6) ;
    padding: 15px 0 15px 0;
    width: 300px;
    display: flex;
    color: #fff;
}

.newsletter-form input[type="submit"] {
    border-radius: 0;
    margin-block-start: 15px;
    background: var(--global-palette3);
    padding: 15px 30px;
    color: var(--global-palette9);
}

.newsletter-form input[type="submit"]:hover {
    background: var(--global-palette3);
    color: var(--global-palette9);
}

/* bredcrumb css */
.googly-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;
}