/*
Theme Name:   Hello Elementor Child
Theme URI:    http://example.com/hello-elementor-child/
Description:  Hello Elementor Child
Author:       V2Soft
Author URI:   http://example.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor-child
*/


@font-face {
font-display:swap;
  font-family: 'Dunbar Low Book';
  src: url('/wp-content/themes/hello-elementor-child/fonts/DunbarLow-Book.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor-child/fonts/DunbarLow-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.dunbar-low-book p,
.dunbar-low-book svg text {
  font-family: 'Dunbar Low Book', sans-serif !important;
}

#site-footer,
#site-header {
    display: none;
}

div#wpcs_close_slider_245 {
    right: 0px;
    left: auto !important;
}

div#wpcs_content_inner_245 {
    padding: 5px !important;
}

div#wpcs_tab_245.slider-contact-img {
    z-index: 9999;
    background: url('/wp-content/themes/hello-elementor-child/../hello-elementor-child/images/request-demo.png') no-repeat;
    top: 35%;
    border: none;
    transform: none;
    -webkit-transform: none;
    right: -88px;
    height: 35%;
    background-size: 50%;
}

.slider-contact-form {
    right: 412px;
    z-index: 9999;
}

div#wpcs_close_slider_245.wpcs_close_slider_icon {
    top: 15px;
    right: 15px;
}

.superscript-text {
    font-size: 10px;
    position: relative;
    bottom: 8px;
}

.request-demo-btn {
    background: transparent linear-gradient(180deg, #FFC100 0%, #806100 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    margin-left: 15px !important;
}

@media screen and (max-width: 768px) {
  .request-demo-btn {
    margin-left: 0px !important;
  }
}

.elementor-nav-menu--dropdown {
    padding: 20px;
}

#top_menu_nav .request-demo-btn a {
    font-size: 22px;
    padding: 12px 25px 16px;
    color: #fff;
}

#top_menu_nav .request-demo-btn a:hover {
    color: #fff;
}

#products-listing-bullet-icon .elementor-icon {
    padding-top: 15px;
}

#sancitit-ai-table table tr td:first-child {
    color: #FFC100;
}

.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before,
.eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-on::before {
    display: none;
}

.eael-grid-post .eael-entry-meta {
    margin-left: 20px;
    margin-bottom: 5px;
}

.eael-grid-post .eael-entry-meta time {
    font-family: EuroStile, sans-serif;
    color: #FFC100;
}

.eael-grid-post-excerpt .eael-post-elements-readmore-btn {
    width: 60%;
    margin: auto !important;
    margin-bottom: -35px !important;
}

.hide-product-menu {
    display: none !important;
}

.products-menu {
    cursor: pointer;
}

.dialog-type-lightbox {
    z-index: 999999 !important;
}

#blog-listing-page .eael-grid-post-holder .eael-entry-title,
#usecases-listing-page .eael-grid-post-holder .eael-entry-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFC100;
}

#blog-listing-page .eael-grid-post-holder .eael-entry-content .eael-grid-post-excerpt p,
#usecases-listing-page .eael-grid-post-holder .eael-entry-content .eael-grid-post-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Contact forms CSS starts here */

.sanciti-contactform .wpforms-field {
    padding: 5px 0 !important;
}

.sanciti-contactform input::placeholder,
.sanciti-contactform textarea::placeholder {
    color: #000 !important;
    font-family: 'Dunbar Low Book';
    opacity: 1 !important;
}

.sanciti-contactform input,
.sanciti-contactform textarea {
    color: #000 !important;
}

.wpcs-wp-form div.sanciti-contactform .form-submit-btn {
    width: 100%;
    background: #EFC367 !Important;
    color: #000 !important;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    font-family: 'Dunbar Low Book';
    border-radius: 0px !important;
    outline: none;
}

h4.sanciti-form-title {
    text-align: center;
    margin-bottom: -15px;
}

.sanciti-contactform .wpforms-form em.wpforms-error {
    margin-top: 5px !important;
}

#request-demo-form .wpforms-container .wpforms-field {
    padding: 10px 0;
}

#request-demo-form .wpforms-field label,
#request-demo-form .wpforms-field legend {
    margin-bottom: 5px;
}

#request-demo-form .wpforms-field input:focus,
#request-demo-form .wpforms-field textarea:focus,
#request-demo-form .wpforms-field select:focus {
    box-shadow: none !important;
    border: 1px solid #FFC100;
}

#request-demo-form .wpforms-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='%23FFC100' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") 
        no-repeat right 10px center/30px 30px;
    padding-right: 35px;
    color: #FFC100;
}

/* Contact forms CSS ends here */


/* Post Tags Styling CSS starts here */

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 35px;
    font-family: "EuroStile", Sans-serif;
}

.post-tags .tag-links {
    color: #fff;
    font-size: 18px;
    background: #806100;
    border-radius: 25px;
    opacity: 1;
    padding: 5px 15px;
}

.post-tags a {
    display: inline-block;
    padding: 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 18px;
    pointer-events: none;
}

.post-tags a:hover {
    color: #fff;
}
/* Post Tags Styling CSS ends here */


/* Floating social media icons CSS starts here */

.floating-social-icons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  /*gap: 12px;*/
  z-index: 9999;
}

.floating-social-icons a {
  color: #fff;
  padding: 8px;
  /*border-radius: 50%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.floating-social-icons a img {
    width: 20px;
    height: 20px;
}

.floating-social-icons a:nth-child(n) {
    background: #FABE22;
}

.floating-social-icons a:nth-child(2n) {
    background: #AB8015;
}

/* Floating social media icons CSS ends here */


/* Ads page form CSS starts here */

.inline-wpform-fields form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.inline-wpform-fields .wpforms-field-container {
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
}

.inline-wpform-fields .wpforms-field-container .wpforms-field {
    flex: 1 1 0;
    min-width: 0;
}

.inline-wpform-fields .wpforms-submit-container {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .inline-wpform-fields form {
        flex-direction: column;
    }

    .inline-wpform-fields .wpforms-field-container,
    .inline-wpform-fields .wpforms-submit-container {
        display: block;
        width: 100%;
    }

    .inline-wpform-fields .wpforms-field-container .wpforms-field {
        width: 100%;
        padding-bottom: 0px;
        padding-top: 5px;
    }
}

/* Ads page form CSS ends here */