/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
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
*/

/*
    Add your custom styles here
*/

/* Filter */

.top-filter .facetwp-facet,
.bottom-filter .facetwp-facet {
    margin-bottom: 0;
}

.top-filter .facetwp-facet-result_count,
.bottom-filter .facetwp-facet-page_count {
    font-size: 14px;
    color: #989B9E;
}

.side-filter .facetwp-facet {
    margin-bottom: 20px;
}

body .flyout-row .facetwp-facet {
    margin-bottom: 40px;
}

.side-filter .facetwp-facet .facetwp-checkbox,
body .flyout-row .facetwp-checkbox {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
    background: url(https://f8997a.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/checkbox.png) 0 50% no-repeat;
    background-size: 20px 20px;
    padding-left: 22px;
}

.side-filter .facetwp-facet .facetwp-checkbox.checked,
body .flyout-row .facetwp-checkbox.checked {
    background-image: url(https://500bda.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/checkbox-on.png);
}

.side-filter .facetwp-facet .facetwp-display-value,
body .flyout-row .facetwp-display-value {
    padding-left: 8px;
    font-size: 14px;
}


.side-filter .facetwp-facet [data-value="fonts"], 
.side-filter .facetwp-facet [data-value="templates"],
.side-filter .facetwp-facet [data-value="mockups"],
.side-filter .facetwp-facet [data-value="graphics"],
.side-filter .facetwp-facet [data-value="ui-kits"] {
    display: none;
}

.side-filter .facetwp-facet .facetwp-counter,
body .flyout-row .facetwp-counter {
    display: none;
}

.side-filter .facetwp-facet-reset,
body .flyout-row.name-reset h3  {
	font-size: 14px;
	font-weight: 400;
    color: #989B9E;
	margin-bottom: 0;
}

body .flyout-row.name-reset h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.facetwp-sort {
    background: #EBF0F4;
    transition: all .2s ease-in-out;
    position: relative;
    border: 0;
    border-radius: 10px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 8px;
    width: 150px;
}

.facetwp-sort .facetwp-sort-select {
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 0;
    padding: 0 20px 0 20px;
    cursor: pointer;
    width: 100%;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
}


.facetwp-sort .arrow-down {
    position: absolute;
    right: 15px;
    font-size: 9px;
    line-height: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #303030;
}


.bottom-filter .facetwp-facet-next_prev .facetwp-page,
.bottom-filter .facetwp-facet-next_prev .facetwp-page.active {
    display: none;
}

.bottom-filter .facetwp-facet-next_prev .facetwp-page.next,
.bottom-filter .facetwp-facet-next_prev .facetwp-page.prev {
    display: block;
    padding: 10px 26px 10px 26px;
    background: #4B5DED;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 12px 12px 12px 12px;
}

/* FacetWP Flypout */
body .facetwp-flyout-content {
    margin-top: 60px;
    padding: 40px;
}

body .facetwp-flyout-close {
    z-index: 2;
    position: absolute;
    right: 40px;
    top: 40px;
    background: #4B5DED;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50px;
    text-align: center;
    line-height: 27px;
    color: #fff;
}

body .flyout-row h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
}

/* Grid Posts  */
.posts_grid .post_cat .cat-name {
    padding: 7px 10px;
    border-radius: 8px;
}

.posts_grid .post_cat .elementor-widget-container {
    padding: 0 !important;
    background: none !important;
}

.posts_slide .post_cat .cat-name {
    color: #ffffff !important;
    background: none !important;
}

/* Single Post and Slider  */

.post_tags a {
    background: #e9ebedc4;
    padding: 5px 10px;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.single_gallery {
    width: 100%;
}

.single_gallery .gallery-thumbs {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    overflow: hidden;
}
.single_gallery .gallery-thumbs .swiper-slide {
    height: 100%;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}
.single_gallery .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.single_gallery .gallery-thumbs .swiper-slide img {
    width: auto;
    height: auto;
}

.app-compatible {
    margin-top: -10px;
    margin-bottom: 15px;
}

.app-compatible ul {
    padding: 0;
    display: flex;
    align-items: center;
}

.app-compatible ul li {
    list-style: none;
    margin-right: 12px;
}

.app-compatible ul li::marker {
    display: none;
}

.app-compatible ul li.app-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
}

.app-compatible ul li.psd {
    background-image: url(https://2fcb69.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/psd.png);
}

.app-compatible ul li.ai {
    background-image: url(https://6b637c.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/ai.png);
}

.app-compatible ul li.indd {
    background-image: url(https://4efb83.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/indd.png);
}
.app-compatible ul li.lr {
    background-image: url(https://32092f.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/lr.png);
}

.app-compatible ul li.xd {
    background-image: url(https://168fa5.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/xd.png);
}

.app-compatible ul li.sketch {
    background-image: url(https://cf90f0.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/sketch.png);
}

.app-compatible ul li.fig {
    background-image: url(https://3a59af.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/fig.png);
}

.app-compatible ul li.html {
    background-image: url(https://e7406c.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/html.png);
}

.app-compatible ul li.doc {
    background-image: url(https://d3bf2a.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/doc.png);
}

.app-compatible ul li.proc {
    background-image: url(https://30e933.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/proc.png);
}

.app-compatible ul li.ppt {
    background-image: url(https://6d9b9c.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/ppt.png);
}

.app-compatible ul li.key {
    background-image: url(https://deda35.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/key.png);
}

.app-compatible ul li.gslide {
    background-image: url(https://644745.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/gslide.png);
}

/* Hero Home Category */
.hero-container .swiper-container {
}

.hero-container .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-container .container-general {
    margin: 0 auto;
    width: 100%;
}

.hero-container .container-general .gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 75vh;
}

.hero-container .container-general .gallery-wrap .item {
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 100%;
    margin: 0 15px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: all 0.8s ease;
}

.hero-container .container-general .gallery-wrap .item.active,
.hero-container .container-general .gallery-wrap .item:hover {
    flex: 3;
}

.hero-container .container-general .gallery-wrap .item:first-child .hero__person-txt-more {
    padding-left: 130px;
}

.hero-container .swiper-button-prev, 
.hero-container .swiper-button-next,
.hero-container .container-general .gallery-wrap .item:first-child .hero__person-txt-less {
    display: none;
}

.hero-cards .hero__person-grad {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
    background-image: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.8));
    color: #fff;
}

.hero-cards .hero__person-txt-less {
    position: absolute;
    bottom: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .6s;
}

.hero-cards .hero__person-txt-more {
    position: absolute;
    bottom: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .6s;
    opacity: 0;
}

.hero-container .container-general .gallery-wrap .item.active .hero__person-txt-less,
.hero-container .container-general .gallery-wrap .item:hover .hero__person-txt-less {
    opacity: 0;
}

.hero-container .container-general .gallery-wrap .item.active .hero__person-txt-more,
.hero-container .container-general .gallery-wrap .item:hover .hero__person-txt-more {
    transform: initial;
    opacity: 1;
}

.hero-cards .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 34px;
    font-weight: 500;
    color: #fff;
}

.hero-cards .count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 20px;
}

.hero-cards .count span {
    font-weight: 500;
}

/* Freebies of the week */

.posts_slide .swiper-button-next:after, 
.posts_slide .swiper-button-prev:after,
.single_gallery .swiper-button-next:after, 
.single_gallery .swiper-button-prev:after {
    display: none;
}

.posts_slide .swiper-button-next,
.posts_slide .swiper-button-prev,
.single_gallery .swiper-button-next,
.single_gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 8px;
    background-color: #1d1f319e;
    border-radius: 8px;
}

.posts_slide .swiper-button-next:hover,
.posts_slide .swiper-button-prev:hover,
.single_gallery .swiper-button-next:hover,
.single_gallery .swiper-button-prev:hover {
    background-color: #1D1F31;
}

.posts_slide .swiper-button-next,
.single_gallery .swiper-button-next {
    background-image: url(https://948982.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/angle-right.svg);
    right: 20px;
}
.posts_slide .swiper-button-prev,
.single_gallery .swiper-button-prev {
    background-image: url(https://c26ab2.claudeassets.com/20221028181312im_/https://graphicforfree.com/wp-content/themes/hello-theme-child/img/angle-left.svg);
    left: 20px;
}

@media (min-width: 360px) {
    .posts_slide .swiper-button-next {
        right: 40px;
    }

    .posts_slide .swiper-button-prev {
        left: 40px;
    }
}

.post_spec .author_name {
    margin-left: auto;
}

.paypal_donate .elementor-icon {
    position: relative;
    display: inline-block;
}

.paypal_donate .elementor-icon .tooltiptext {
    visibility: hidden;
    width: 80px;
    bottom: 42px;
    left: 50%;
    margin-left: -40px;
    background-color: #4B5DED;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.paypal_donate .elementor-icon:hover .tooltiptext {
    visibility: visible;
}

.paypal_donate .elementor-icon .tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #4B5DED transparent transparent transparent;
}

/* Submit Form */
@media (min-width: 881px) {
    .submit_form .acf-fields [data-name="license"] {
        width: 50%;
        float: left;
        clear: none;
    }

    .submit_form .acf-fields [data-name="autor"] {
        width: 100%;
        display: inline-block;
    }

}

.submit_form .acf-url i {
    display: none;
}

.submit_form .acf-url input[type=url] {
    padding-left: 14px !important;
}

.submit_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 14px;
}

.submit_form .acff-message {
    margin: 0 20px 20px 20px;
}

.submit_form .acf-form-submit {
    padding: 0 15px;
}

/* Newletter Form */

.newsletter_form .sib_signup_form {
    padding: 0 !important;
    position: relative;
}

.newsletter_form .sib_signup_form .sib_loader {
    position: absolute;
    top: 15px;
    right: -30px;
}

.newsletter_form .sib-email-area,
.newsletter_form .sib-default-btn {
    margin: 0 !important;
}

.newsletter_form .sib-default-btn:hover {
    background-color: #1D1F31 !important;
}

.newsletter_form .sib-email-area:focus,
.newsletter_form .sib-default-btn:focus {
    outline: none;
}

.newsletter_form .sib_signup_form input[type=email] {
    flex: 1;
    padding: 14px 18px;
    background-color: #F0F1F2C4;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.newsletter_form .sib-default-btn {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    padding: 12px 30px 12px 30px !important;
    background-color: #4B5DED !important;
    -webkit-border-radius: 0!important;
    -webkit-border-top-right-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius: 0 !important;
    -moz-border-radius-topright: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    border-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.newsletter_form .sib_signup_box_inside_1 {
    display: flex;
    flex-wrap: wrap;
}

.newsletter_form .sib_signup_box_inside_1 .sib_msg_disp {
  width: 100%;
}

.newsletter_form .sib_signup_box_inside_1 p.sib-alert-message-success {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    text-align: center !important;
    color: #5D5F61 !important;
}

@media (max-width: 767px) {

    .newsletter_form .sib-default-btn {
        width: 100% !important;
        margin-top: 6px !important;
    }

    .newsletter_form .sib_signup_form input[type=email],
    .newsletter_form .sib-default-btn {
        border-radius: 8px !important;
    }

    .newsletter_form .sib_signup_box_inside_1 {
        display: block !important;
    }
}

/* Ad Style */
.ad_code {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Tag Style */
.popular-tag {
    display: block;
    overflow: hidden;
}

.popular-tag ul {
    display: flex;
    align-items: flex-start;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
    margin-top: 10px;
    padding-left: 0;
}

.popular-tag ul li {
    list-style: none;
}

.popular-tag ul li a {
    display: flex;
    white-space: nowrap;
    align-items: center;
    font-size: 13px;
    text-transform: capitalize;
    color: #5D5F61;
    font-weight: 400;
    background: #e9ebedc4;
    padding: 5px 12px 4px 12px;
    border-radius: 8px;
    margin-right: 10px;
}

.popular-tag ul li:hover a,
.popular-tag ul li:hover .icon svg {
    color: #1D1F31;
    fill: #1D1F31;
}

.popular-tag ul li .icon {
    line-height: 0;
    margin-right: 6px;
}

.popular-tag ul li .icon svg {
    width: 14px;
    height: 14px;
    fill: #5D5F61;
}
/*
     FILE ARCHIVED ON 17:35:20 Oct 28, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:13:43 Jun 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.39
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.042
  esindex: 0.007
  cdx.remote: 31.848
  LoadShardBlock: 15949.7 (3)
  PetaboxLoader3.datanode: 15981.596 (6)
  PetaboxLoader3.resolve: 70.693 (2)
  load_resource: 114.633
  loaddict: 26.603
*/