/*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.5.1
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2024 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2024 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/




.separate-containers .featured-image {
    margin-top: 0;
}
.sidebarBlock .wp-block-group__inner-container {
    padding: 0px;
	 margin-bottom: 40px;
}
.sidebarBlock .wp-block-latest-posts li {
    margin-bottom: 10px;
}
.sidebarBlock .wp-block-latest-posts {
    margin: 0px;
}

.wp-block-ultimate-post-row>.ultp-row-wrapper>.ultp-row-content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.main-navigation .main-nav ul li.call-btn a {
    display: flex;
    border: 1px solid #5cddff;
    background: rgb(92 221 255 / 10%);
    padding: 12px 20px;
    border-radius: 100px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
}
/* .main-navigation .main-nav ul li.call-btn a:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(https://www.hesperitlabs.com/images/phone.svg);
    background-size: contain;
    margin-right: .25rem;
} */

.main-navigation #primary-menu.main-nav ul#menu-primary-menu li.menu-item-has-children ul.sub-menu li a:before {
    width: 12px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url(https://www.hesperitlabs.com/blog/wp-content/uploads/2024/09/bx-right-arrow-alt_001.svg);
    content: "";
    background-position: center;
}
.main-navigation #primary-menu.main-nav ul#menu-primary-menu li span.dropdown-menu-toggle {
    display: none;
}
.main-navigation #primary-menu.main-nav ul#menu-primary-menu li.menu-item-has-children > a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.main-navigation .main-nav ul#menu-primary-menu li a {
    padding-left: 16px;
    padding-right: 16px;
}
.main-navigation ul ul.sub-menu{
    position: absolute;
    text-align: left;
    width: 250px;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 2px 1px #e4e4e4;
    padding: 20px;
    border-radius: 10px; 
    z-index: 1051;
}
.main-navigation ul ul.sub-menu li {
    margin-bottom: 10px;
}
.main-navigation .main-nav ul#menu-primary-menu  ul.sub-menu li a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 0 30px;
    position: relative;
    color: #004d72;
    font-size: 13px;
}
.home.page-template-default article.page .inside-article {
    padding-left: 0;
    padding-right: 0;
}
.featured-image.page-header-image.grid-container {
    max-width: 100%;
    text-align: center;
}
.site-footer {
    background-color: #0053a9d6;
}
ul.wp-block-social-links {
    display: flex;
    justify-content: center;
}
ul.wp-block-social-links li {
    width: 20%;
    margin: 0px;
    text-align: center;
}
ul.wp-block-social-links li a {
    display: flex;
    justify-content: center;
}

.footer-widgets .widget-title { 
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 0 3px; 
}
.footer-widget-4 h2.widget-title {
	  display: block;
    text-align: center;
	border-bottom: 1px solid transparent;
}
.site-footer .footer-widgets-container aside { 
    font-size: 14px;
}
.footer-widgets a{ 
    text-decoration: none; 
}
.footer-widgets li {
    margin: 0 0 10px;
}
.widget ul.menu li a:before {
    content: "";
    background-image: url(https://www.hesperitlabs.com/blog/wp-content/uploads/2024/09/bubble-right.svg);
    width: 14px;
    height: 9.61px;
    background-size: contain;
    margin-right: 6px;
}
.widget ul.menu li a:hover:before{
	opacity:0.8;
}
.widget ul.menu li a {
    display: flex;
    align-items: center;
}
.site-footer:not(.footer-bar-active) .copyright-bar { 
    border-top: 1px solid rgba(195, 229, 232, 0.25);
    width: 100%;
    padding-top: 25px;
}
.copyright-bar {
    font-size: 14px;
    color: #DBDBDB;
    letter-spacing: 0.5px;
}
.footer-widgets-container, .inside-site-info {
    padding-left: 60px;
	padding-right: 60px;
}


.BlogFeaturedImg {
    position: relative;
    margin-bottom: 50px;
}
.featuredImageCaption {
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 40px;
    text-align: center;
}
.featuredImageCaption .ultp-block-wrapper {
    margin-bottom: 0px;
	margin-top: 10px;
}
.BlogFeaturedImg figure.wp-block-post-featured-image img {
    border-radius: 10px;
    position: relative;
}


.BlogFeaturedImg figure.wp-block-post-featured-image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 9;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0));
    opacity: 0.6;
}
.blogContent::first-letter{
font-size: 300%;
	margin-right:5px;
	line-height: 1;
    float: left;
}
.BlogFeaturedImg figure.wp-block-post-featured-image {
    aspect-ratio: 1 / .4 !important;
}
.NavBreadcrumbs {
    display: none;
}
.ultp-block-item .ultp-block-content-wrap .ultp-block-image a img {
    aspect-ratio: 1 / .6;
}
.blogContent .ultp-builder-content>p:empty {
    display: none;
}
.comment-body footer.comment-meta .comment-author.vcard img {
    display: block;
}
.comment-body footer.comment-meta {
    display: block;
}
.wp-block-ultimate-post-post-comments .ultp-block-comments .comment .children, .wp-block-ultimate-post-post-comments .ultp-block-comments  .comment-body, .wp-block-ultimate-post-post-comments .ultp-block-comments  .comment-content {
    border: none !important;
}

 /*------12-09-24-------*/
    
    .list-inline-item-whatsup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999; 
    height: 60px;
    width: 60px;
}
 .sm-red-dot {
    position: absolute;
    right: 2px;
    top: 2px;
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.list-inline-item-whatsup img  {
    animation: sm-shake-animation linear 1.5s infinite;
    width: 100%;
    height: 100%; 
        margin: 0px !important;
}
@keyframes sm-shake-animation {
    0% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
    25% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
    35% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }
    45% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }
    55% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }
    65% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }
    75% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
    100% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
}


.list-inline-item-whatsup {
    animation: waves-whatsapp linear 3s infinite;
    background-color: rgb(48, 191, 57);
    border-radius: 50%;
}

.scale-in-whatsapp-and-waves {
    animation: waves-whatsapp linear 3s infinite, scale-in .5s cubic-bezier(.25, .46, .45, .94) both;
}

@keyframes waves-whatsapp {
    0% {
        box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 35px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 55px rgba(48, 191, 57, 0), 0 0 0 26.7px rgba(48, 191, 57, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 80px rgba(48, 191, 57, 0), 0 0 0 40px rgba(48, 191, 57, 0.0)
    }
}

.sidebarCategorieBlock ul.ultp-taxonomy-items li .ultp-taxonomy-count {
    max-width: 24px;
    flex: 0 0 24px;
}
.main-navigation li.call-btn.menu-item {
    margin-left: 16px;
}
.featured-image.page-header-image {
	position: relative;
}
.featured-image.page-header-image:before {
    content: "Blog";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 42px;
    font-weight: 600;
    /* transform: translateY(-50%); */
    max-width: 1600px;
    padding: 0 60px;
    margin: 0 auto;
	text-align: left;
}


@media (min-width: 320px) and (max-width: 767px) {
.site-header .header-image {
    width: 200px;
}
.BlogFeaturedImg figure.wp-block-post-featured-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
	.featuredImageCaption {
    position: static;  
}
	.has-inline-mobile-toggle .inside-header {
    padding: 8px 15px;
}
	.has-inline-mobile-toggle .mobile-menu-control-wrapper button.menu-toggle {
    padding: 0px; 
		    background-color: transparent;
}
	.has-inline-mobile-toggle .mobile-menu-control-wrapper button.menu-toggle svg {
    width: 24px;
    height: 24px;
}
}

@media (min-width: 320px) and (max-width: 580px) {
.featuredImageCaption .wp-block-post-title {
    font-size: 22px;
}
	
}
@media (min-width: 581px) and (max-width: 767px) {
.featuredImageCaption .wp-block-post-title {
    font-size: 26px;
}
}


@media (min-width: 320px) and (max-width: 1023px) {
.wp-block-ultimate-post-row>.ultp-row-wrapper>.ultp-row-content {
        padding: 0 0;
    }
	.footer-widgets-container, .inside-site-info {
    padding-left: 15px;
	padding-right: 15px;
}
	.featuredImageCaption { 
    padding: 15px; 
}
}