/* 
Theme Name: Twenty twenty four Child
Template: twentytwentyfour
Version: 2.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
    --primary-color: #174EFF;
}

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

* {
    font-family: 'Ubuntu';
}

p:empty {
    display: none;
    margin: 0 0 0 0;
}

/* Add your custom styles here */
/* utility */
.idea-dot {
	color: var(--primary-color);
}

.text-light, .idea-plugin-content-p, .idea-content-heading {
	font-family: 'Ubuntu' !important;
    font-weight: 300;
}

.text-light strong, .idea-plugin-content-p strong, .idea-content-heading strong {
	font-family: 'Ubuntu';
}

.idea-content-heading {
	margin-top: 0;
}

.idea-btn {
    padding: 16px 32px;
}


.idea-btn--demo {
    background: #2A2E37 !important;
}

.idea-line-heading {
    position: relative;
    margin-bottom: 40px !important;
}

.idea-line-heading:after {
    content: '';
    height: 2px;
    width: 40px;
    background: #525A61;
    display: block;
    position: absolute;
    bottom: -20px;
}

.idea-heading-light {
    font-weight: 200; 
    font-family: 'Ubuntu' !important;
    font-weight: 300;
}

.idea-heading-light strong, .idea-heading-light b {
    font-family: 'Ubuntu';
}

.idea-no-margin {
    margin: 0 0 0 0;
}

figure.wp-block-video.idea-video {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 30px;
    margin: 0;
}

figure.idea-video video {
    border: 1px solid #ccc;
    border-radius: 27px;
}

.idea-img {
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    padding: 10px;
}

.idea-img img {
    border-radius: 25px;
}

.btn-nude {
    background: transparent !important;
    color: #777783 !important;

	&:hover svg {
		transform: translateX(5px);
	}

    &:active {
        outline: none;
    }
}

.btn-nude svg {
	transition: all 0.3s;
	max-width: 30px !important; 
}


/* utility ends */


.wp-element-button {
    transition: opacity 0.3s;
}

.wp-element-button:hover {
    opacity: 0.9;
}

.wp-site-blocks {
    background-image: url(images/bg-lines.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 500px;
}

strong {font-weight: 500;}

.wp-block-list li {
    margin-bottom: 15px;
}


/* Docs */
.betterdocs-content {
    font-size: 18px;
    line-height: 1.4;
}

.betterdocs-toc * {
    font-size: 16px !important;
}

ul.toc-list {
    margin-top: 16px;
}

.betterdocs-toc .toc-list li a {
    font-weight: 500;
}

.betterdocs-single-doc {
    padding: 0 20px;
}
/* Docs ends */

.home-feature-img {
    padding: 70px 0;
}

.home-col-left h1 {
	font-family: 'Ubuntu';
    font-weight: 300;
}

.home-col-left h1 strong {
	font-family: 'Ubuntu';
}

h1.idw-home-main-banner-heading {
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-greenshift-blocks-buttonbox {
    border-radius: 16px !important;
}

.home-services__left h3 {
    margin-bottom: 0 !important;
    font-size: 20px;
}

.home-service-single div,
.home-service-single .btn-nude {
	color: #94969c;
	font-family: 'Ubuntu';
    font-weight: 300;
}

.idea-product-loop-single {
    background: #174EFF;
    max-width: 400px;
    display: flex;
    text-align: center;
	width: 50%;
}

.idea-product-loop {
    display: flex;
    gap: 40px;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.idea-product-loop-single__icon {
	height: 250px;
    background: #FF662C;
    width: 90px;
    padding-top: 30px;
    transform: translateX(-20px) translateY(-20px);
    flex-shrink: 0;
}

.idea-product-loop-single__icon svg {
    width: 50px;
}

.idea-product-loop-single__right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 70px;
    padding-right: 20px;
}

.idea-product-loop-single__right a {
	color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.idea-product-loop-single__right h3 {
    text-align: left;
    color: #fff;
    font-size: 22.5px;
    line-height: 1.5;
    font-weight: 500;
}

.footer-copyright {
    font-family: 'Ubuntu';
    font-weight: 300;
}

footer.wp-block-template-part {
    margin-block-start: 0;
}

input#newsletter-form-email {
    width: 350px;
    font-size: 14px;
    border: none;
    border-radius: 8px 0px 0px 8px;
    padding: 0 17px 0px 20px;
    box-sizing: border-box;
    font-family: 'Ubuntu';
    font-weight: 300;
    border: 1px solid #E5E5E5;
    border-right: none;
}

button#newsletter-submit {
    background: #15151D;
    color: #fff;
    padding: 14px 20px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    left: -5px;
}

button#newsletter-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.newsletter-inner {
    display: flex;
}

/* Why us section */
.sp-why-row .gspb_row__content .wp-block-greenshift-blocks-row-column:not(:last-child) {
	border-right: 1px solid #ccc;
}

.sp-why-row--1 {
	border-bottom: 1px solid #ccc;
}

.why-us-single {
	padding-top: 70px !important;
	padding-bottom: 85px;
}

.why-us-single:not(.why-us-single--main) {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 300px !important;
}

.sp-faq__heading {
    font-size: 27px;
    line-height: 1.5;
    font-family: 'Ubuntu' !important;
    font-weight: 300;
}

.sp-faq__heading strong {
    font-family: 'Ubuntu';
}

.sp-faq__col2 .gs-accordion-item__title,
.sp-faq__col2 .gs-accordion-item__title:active,
.sp-faq__col2 .gs-accordion-item__title:focus {
    outline: none;
}

.sp-faq__col2 .gs-accordion-item__title {
    padding-bottom: 0 !important;
}

.sp-faq__col2 .gs-accordion-item__text {
    padding-top: 0 !important;
}

.sp-testi__row .gspb_row__content {
    margin: 0 !important;
}

.sp-screenshots__slider .swiper-slide a {
    display: flex;
    padding: 3px 3px 0 3px;
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    border-bottom: none !important;
}

.sp-screenshots__slider .swiper-slide {
    border-bottom: 0;
}

.sp_helpdoc__para {
    font-family: 'Ubuntu';
    font-weight: 300;
}

.sp_helpdoc__heading h3 {
    line-height: 1.5;
}

.sp-doc__col1 {
    background: #FF662C;
    position: absolute;
    top: -15px;
    left: -15px
}

.sp-doc-doc {
    position: relative;
}

.sp-doc-doc .gspb_row {
    background: #174EFF;
}

.sp_helpdoc {
    position: relative;
}

.sp-doc {
    position: absolute !important;
    z-index: 100;
    width: 100%;
	bottom: -72%;

    @media screen and (max-width: 900px) {
        position: static;
        bottom: -72%;
    }
}

.sp-doc__link {
    margin-top: 9px;
}

.sp-doc__link a {
    text-decoration: none;
    font-size: 14px;
    margin-left: 45px;
    position: relative;
}

.sp-doc__link a:after {
    height: 1px;
    width: 35px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 7px;
}

/* Pricing */
.idea-pricing-h {
    width: 850px;
    margin: 0 auto;
}

.idea-pricing-h {
    display: flex;
}

.idea-pricing-h-row-1 {
    width: 280px;
    border-right: 1px solid #cccccc;
}

.idea-pricing-heading {
    margin: 13px 0;
    font-size: 27px;
}

.idea-pricing-h-row-2 {
    padding-left: 50px;
}

.idwp-yearly-lifetime-text p {
    font-family: 'Ubuntu';
    font-weight: 300;
    color: #535A61;
}

.idwp-yearly-lifetime-text p strong {
    font-family: 'Ubuntu';
}

.idea-pricing-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
    /* position: relative; */
}

.idea-pricing-item {
    width: 350px;
    background: #15151D;
    position: relative;
    padding: 135px 30px 36px 30px;
}

.idea-pricing-item__site-count {
    position: absolute;
    width: 80px;
    background: #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 120px;
    left: 18px;
    text-align: center;
    font-family: Ubuntu;
    top: 0;
}

.idea-pricing-item__site-count h3 {
    font-size: 20px;
    margin-top: 61px;
}

.idea-pricing-item h4 {
    color: #fff;
}

.idea-pricing-item__features li {
    color: #fff;
}

p.idea-pricing-item__subtext {
    color: #8A8A8E;
	font-size: 15px;
}

ul.idea-pricing-item__features {
    margin-bottom: 50px;
	padding-left: 20px;
}

.idea-pricing-item__price h4 {
    font-size: 35px;
    font-weight: bold;
}

.idea-pricing-item__price h4 span {
    font-size: 24px;
    text-transform: uppercase;
}

.idea-pricing-item-site--1 .idea-pricing-item__site-count {
	background: #FF662C;
}

.idea-pricing-item-site--1 .idea-pricing-item__site-count h3 {
	color: #fff;
}

.idea-pricing-item-site--3 .idea-pricing-item__site-count {
	background: #174EFF;
}

.idea-pricing-item-site--3 .idea-pricing-item__site-count h3 {
	color: #fff;
}

.idea-pricing-item-site--30 .idea-pricing-item__site-count {
	background: #F9C921;
}

.idea-pricing-item-site--30 .idea-pricing-item__site-count h3 {
	color: #15151D;
}

a.idea-btn {
    background: #1849E8;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 10px;
    text-align: center;
}

.idea-btn:hover {
    text-decoration: none;
}

.idea-pricing-item__btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.idea-btn.plugin-free-trial-btn {
    background: #2A2E37;
}

a.idea-btn:hover {
    transform: translateY(-3px);
    color: #ffffffa6;
}


.idea-pricing-item__btn-wrap--free {
    margin-top: 48px;
}

.idea-pricing-item-site--free .idea-pricing-item__features {
    min-height: 142px;
}

.sp-doc__link a {
    color: #fff;
}

.ideawp-banner {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.ideawp-banner img {
    max-width: 100%;;
}

.idea-banner-stack {
    width: 100%;
}

.media-wrapper video, .media-wrapper image {
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.media-wrapper {
    display: flex;
}

.idea-plugin-meta {
    display: flex;
    gap: 10px;
	margin-left: 10px !important;
    z-index: 2;
    position: relative;
}

.idea-plugin-meta__item {
    padding-right: 10px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 13px;
}

.idea-plugin-meta__item:last-child {
    border-right: none;
}

.home-col-right p:empty {
    display: none;
}

input.idwp-pricing-period {
    outline: none;
}

.page-title {
    font-size: 30px;
    font-weight: bold;
}

.gspb-breadcrumbs a, .gspb-breadcrumbs span {
    font-family: 'Ubuntu';
    font-weight: 300;
    color: #15151D;
    text-decoration: none;
    font-size: 14px;
}

.betterdocs-live-search {
    width: 100%;
    max-width: 800px;
}

.betterdocs-advance-searchform {
    background: #2A2E37;
    padding: 10px;
    border: none;
}

input.betterdocs-search-field {
    color: #fff !important;
}

.betterdocs-single-category-wrapper {
    box-shadow: none !important;
    margin-bottom: 30px;
}

h2.betterdocs-category-title {
    font-size: 26px !important;
    font-family: 'Ubuntu';
}

.betterdocs-category-icon {
    margin-right: 30px !important;
}

.betterdocs-category-items-counts {
    color: #535A61 !important;
}

li.current-menu-item {
    font-weight: 900;
    color: #000;
}

.idea-btn-archive {
    width: 80% !important;

    svg {
        margin-left: 6px;
    }
}

.sp_helpdoc__btn:hover {
    opacity: 0.9;
}

.wp-block-site-logo a:focus {
    outline: none;
}

a.idea-product-loop__btn svg {
    transition: all 0.3s;
}

a.idea-product-loop__btn:hover svg {
    transform: translateX(5px);
}

.header-menu-col1 {
    width: 20% !important;
}

.header-menu-col2 {
    width: 57% !important;
}

.header-menu-col3 {
    width: 23% !important;
}

.wp-block-navigation__responsive-container-content {
    padding: 0 20px;
}

span.text-anim__wrapper {
    font-weight: bold;
}

.idwp-main-banner {
    overflow: hidden;
}

.entry-content li ul {
    margin-top: 10px;
}

.entry-content {
    margin-block-start: 0;
}

/* Hemant's CSS here */

.idea-product-img {
    padding: 10px;
    background: #5855E3;
    border-radius: 5px;
}

.idea-product-img img {
    width: 400px !important;
    height: 300px;
    object-fit: scale-down;
    box-sizing: border-box;
}

.idea-product-tag{
    padding: 8px 16px;
    color: #8a8686;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #808080;
    line-height: 1;
}

.idea-product-tags-wrap{
    display: flex;
    gap: 10px;
}

.idea-product-single-widget h3{
    margin-bottom: 19px;
    margin-top: 19px;
}

.idea-product-exerpt p{
    color: #8a8686;
}

.idea-product-img img{
    background-color: #5855E3;
    padding: 18px 15px 0px 15px;
}

.idea-product-single-widget h3 a{
    text-decoration: none;
    font-size: 25px;
}

.idea-pricing-btn{
    padding-top: 10px;
}

.idwp-home-banner .home-col-left__trustpilot .gspb_row__content{
    display: flex;
    align-items: baseline;
}

.idwp-home-banner .home-col-left__trustpilot .gspb_row__content #gspb_col-id-gsbp-5dc97ef{
    padding-right:0 ;
}

.rs-home-banner {
    overflow: hidden;
    max-width: 100%;
}

.ideawp-banner {
    max-width: 620px;
    position: relative;
    z-index: 10;
}


.idea-banner-media img,
.idea-banner-media .ideawp-banner {
    z-index: 10;
    position: relative;
}

.idea-banner-media img {
    border-radius: 20px;
}

.idea-trustpilot {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-top: 45px;
    color: #fff;
}

.idea-trustpilot img {
    width: 82px;
}

.idea-trustpilot__right {
    font-size: 11px;
    position: relative;
    bottom: 3px;
}

.idea-trustpilot__left img {
    height: auto;
}

/* Hemant's CSS end */




/* Hemant's css end */

.idwp-main-banner p:empty {
    display: none;
}


:where(.wp-site-blocks *:focus) {
    outline: none;
}

.wp-block-navigation__responsive-container-open {
    color: #000;
}

/* Dashboard */
#fs_dashboard_container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 3px 0px #c1c1c1;
}
#fs_dashboard_container [id*=loader] {
    background: rgb(255, 255, 255) !important;
}
#fs_dashboard_container [id*=loader] img {
    box-shadow: none !important;
    top: calc(50% - 25px) !important;
}
#fs_dashboard_container iframe {
    position: static !important;
    min-height: 750px;
    height: calc(var(--innerHeight, 0)) !important;
}
  
/* Dashboard end */

/* Plugin Archive */

.post-type-archive-plugin .wp-block-query {
	figure {
		aspect-ratio: auto !important;

		img {
			height: 100% !important;
			object-fit: cover !important;
		}
	}
}

/* Plugin Archive ends */

/* Footer */
.footer-manu ul {
    max-height: 200px;
    column-gap: 50px;
}
.footer-manu a {
    font-weight: 400;
    color: #2A2E37 !important;
}

h2#join-our-newsletter {
    font-size: 25px;
    color: #100551 !important;
}

p.footer-newsletter-subtext {
    color: #53575F;
    font-size: 14px;
}

.idw-footer-end-links a span {
    font-weight: 400;
    font-size: 14px;
}
/* Footer end */

/* Primary Menu */
.idw-primary-menu {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {    
        .wp-block-navigation-submenu {
            border-radius: 8px;
        }

        
        .wp-block-navigation__submenu-container .wp-block-navigation-item:first-child .wp-block-navigation-item__content {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .wp-block-navigation__submenu-container {
            a.wp-block-navigation-item__content:hover {
                text-decoration: none;
                background: #0C66E9;
                color: #fff;
                
                span {
                    color: #fff !important;
                }
            }

        }

        li.wp-block-navigation-item.wp-block-navigation-link {
            border-radius: 8px;
        }
    }
}
/* Primary Menu end*/


/* Blog */

.idw-articles .wp-block-post {
    padding: 16px;
    background: #fff;
    border-radius: 20px;

    a.wp-block-read-more {
        border: 1px solid #5B5B60;
        color: #5B5B60;
        border-radius: 80px;
        padding: 6px 16px;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
    }

    a.wp-block-read-more:hover {
        background: var(--primary-color);
        color: #fff !important;
        border-color: var(--primary-color) !important;
    }
    
    .wp-block-post-title a {
        color: #23262F !important;
        margin-bottom: 17px;
        font-size: 18px;
    }
    
    .wp-block-post-title a:hover {
        text-decoration: none;
    }
    
    time {
        color: #666666;
        font-size: 12px;
    }
    
    .wp-block-group {
        margin-top: 0 !important;
    }
}

.idw-home-posts-loop li {
    margin-bottom: 20px;
}



@media (max-width: 768px) and (min-width: 900px) {
    .home-services{
        padding-top:0px !important ;
    }
}

@media (max-width: 1250px) {
    .why-us-single--main {
        width: 100% !important;
    }

    .why-us-single:not(.why-us-single--main) {
        width: 33% !important;
        padding: 22px 15px !important;
    }

    .why-us-single--main {
        border-right: none !important;
    }
}

@media (max-width: 1050px) {
    /* .idea-banner-media__bg {
        padding: 40px 20px;
        top: -50%;
        left: -65px;
        width: 130%;
    } */

    p.why-us-single__title {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 975px) {

    .idea-product-img img{
        width: 100%!important;
    }

    /* .idwp-main-banner{
        height: auto!important;
    } */
}

@media (max-width: 900px) {
    .idea-pricing-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .idea-product-single-widget {
        width: 42%;
    }

    .idea-pricing-item {
        width: 40%;
    }
    .idea-pricing-h {
        width: 100%;
    }

    .idea-pricing-h-row-1 {
        border-right: 0;
    }
    .idea-pricing-h-row-2 {
        padding-left: 0;
    }

    .idea-product-loop-single {
        width: 80%;
    }

    .footer-end-col1 {
        text-align: center;
        padding-bottom: 0 !important;
    }

    .footer-end-col2 {
        justify-content: center;
    }

    .sp-doc-doc .gspb_row__content {
        flex-wrap: nowrap !important;
    }
    
    .sp-doc__col1 {
        width: 120px !important;
        text-align: center;
        position: static !important;
    }  

    .sp-doc {
        position: static !important;
        bottom: -72%;
    }
    
    #gspb_col-id-gsbp-83123fd .wp-block-greenshift-blocks-row {
        margin-top: 45px!important;
    }

    .home-col-left h2{
        width: 520px;
    }

    .idea-banner-stack {
        align-items: center;
    }

    body:not(.home) .idea-trustpilot {
        display: none;
        justify-content: center;
        align-items: center;
    }

    .home .idwp-main-banner {
        background-image: none !important;
    }


    .ideawp-banner-wrap img {
        max-width: 100%;
    }
}

@media (max-width: 835px) {
    .idwp-home-banner #gspb_heading-id-gsbp-94dff9f{
        font-size: 35px;
    }
    .idwp-home-banner #gspb_heading-id-gsbp-94dff9f .text-anim__word{
        font-size: 40px;
    } 
}


@media (max-width: 800px) {
    .sp-faq__col2 {
        border-left: none !important;
    }

    .home-col-right {
        justify-content: start !important;
    }

    .home-newsletter-section .idw-cta-heading {
        text-align: center !important;
    }
}


@media (max-width: 760px) {
    .ideawp-banner-wrap {
        margin: 0 auto;
    }

    .idea-plugin-meta {
        width: 100%;
        justify-content: center;
    }

    .idea-product-loop{
        flex-wrap: wrap;
        gap: 100px;
    }

    .idea-product-single-widget {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .header-menu-col3 { 
        display: none !important;
    }

    .header-menu-col1 {
        width: 34% !important;
    }

    .header-menu-col2 {
        justify-content: flex-end !important;
    }
}


@media (max-width: 600px) {
    .idea-pricing-item {
        width: 100%;
    }

    form.footer-newsletter-form {
        width: 100%;
    }

    .newsletter-inner {
        display: flex;
    }

    input#newsletter-form-email {
        width: 70%;
    }

    .why-us-single {
        padding-top: 10px !important;
        padding-bottom: 45px;
    }

    .idwp-home-banner #gspb_heading-id-gsbp-94dff9f{
        font-size: 30px;
    }

    .idwp-home-banner #gspb_heading-id-gsbp-94dff9f .text-anim__word{
        font-size: 35px;
    }

    .home-col-left__trustpilot{
        display: none!important;
    }

    .home-col-left h1{
        margin-top: 0px!important;
    }
}

@media (max-width: 520px) {
    .idwp-main-banner .gspb_text-id-gsbp-fe103a7{
        font-size: 18px;
    }

    .idwp-home-banner #gspb_heading-id-gsbp-94dff9f .text-anim__word {
        font-size: 25px;
    }

    .idwp-home-banner #gspb_heading-id-gsbp-94dff9f{
        font-size: 25px;
    }

    .home-products__left h2{
        font-size: 30px!important;
        padding-right: 10px ;
    }

    .idwp-home-banner #gspb_heading-id-gsbp-94dff9f{
        width: 310px;
        font-size: 32px;
        /* font-weight: bold; */
    }

    .home-col-left{
        padding-bottom: 20px!important;
        padding-top: 30px!important;
    }

    .home-col-left h1,.gspb_text-id-gsbp-fe103a7{
        font-size: 30px;
    }

    .home-col-left .gspb_text-id-gsbp-fe103a7{
        font-size: 16px;
    }

}


@media (max-width: 480px) {
    .idea-plugin-meta.flex {
        margin-top: 50px;
    }
}


@media (max-width: 390px) {
    button#newsletter-submit {
        padding: 18px 20px;
    }

    .idea-product-img img{
        height: auto;
    }


    .idea-banner-btn-wrap a{
        padding:17px;
    }

    .idea-pricing-h{
        flex-direction: column;
    }
}


@media (min-width: 1000px) {
    .home-newsletter-section {
        padding: 150px 136px !important;
    }
}