/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */



.searchFeld  form.e-search-form {
    margin: 0 !important;
}

.searchFeld input#search-c207eb6 {
    margin: 0 !important;
    border: 0 !important;
    min-height: 50px !important;
    padding: 15px 15px 15px 25px !important;
}.searchFeld form.e-search-form button.e-search-submit {
    cursor: pointer;
}
.blogsFeature h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.postMiddle .elementor-post__text {
    display: flex;
    justify-content: center;
}
.categoryPost span.image-overlay,
.blogsFeature span.image-overlay,
.categoryPosts span.image-overlay,
.categoryCard span.image-overlay {
    display: none !important;
}

.categoryPost .sp-pcp-thumb {
    padding: 0 !important;
    height: 240px;
    overflow: unset;
    display: block;
}
.categoryPost .sp-pcp-thumb img {
    width: 100% !important;
    height: 100% !important;
    position: unset !important;
    border-radius: 10px;
    transform: unset !important;
}
.categoryPost .sp-pcp-post {
    border: 1.5px solid rgba(30,20,100,.25);
    min-height: 380px;
}

.categoryPost .sp-pcp-post-details {
    margin-top: 15px;
}

.categoryPost .sp-pcp-post h2 {
    color: #367EF8;
    font-family: "Gotham", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
}
.categoryPost .sp-pcp-post h2 a  {  font-size: 22px;}
.categoryPost  .sp-pcp-post-meta {
    margin-top: 10px;
}


.categoryPost  .sp-pcp-post-meta  ul li {
    color: #222222;
    font-family: "Hind", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px !important;
}


.categoryPost .pcp-carousel-wrapper .sp-pcp-carousel {
    padding-bottom: 10px !important;
    padding-top: 90px !important;
}
.categoryPost  .pcp-button-prev,
.categoryPost .pcp-button-next{
    height: 45px !important;
    width: 45px !important;
}

.categoryPost  .pcp-button-prev {
    right: 55px !important;
}



.categoryPosts article .elementor-post__card {
    padding: 15px;
}

.categoryPosts article h3.elementor-post__title {
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.categoryPosts article .elementor-post__thumbnail,
.categoryCard article .elementor-post__thumbnail {
    padding: 0 !important;
    overflow: unset;
}
.categoryPosts article img,
.categoryCard article img {
    height: 200px !important;
    width: 100% !important;
    position: unset !important;
    transform: unset !important;
    border-radius: 10px;
}

.fullCol-contact {
    max-width: 650px;
    margin: auto;
    padding: 20px;
    border: 1px solid #e0e4e9;
    border-radius: 16px;
    background-color: #fff;
    margin-bottom: 25px;
    margin-top: 10px;
}

.fullCol label {  color: #222222;
    font-family: "Hind", Sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;}
.fullCol input, .fullCol textarea {
    padding: 15px 10px !important;
    border: 1px solid #e0e4e9 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    margin-top: 10px !important;
    width: 100% !important;
    outline: none !important;
}

.fullCol-submit .wpcf7-submit {
    background-color: #367EF8;
    border: 0;
    font-family: "Gotham", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    border-radius: 20px;
    padding: 15px 50px;
}

/****/
.relatedPosts .elementor-post__thumbnail {
    padding: 0 !important;
    height: 180px;
    overflow: unset;
}
.relatedPosts .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    position: unset !important;
    transform: unset !important;
}
.relatedPosts h3.elementor-post__title { overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical
}
/*****/

.singleLeftPost .elementor-post__thumbnail {
    padding: 0 !important;
    height: 290px;
    overflow: unset;
}
.singleLeftPost .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    position: unset !important;
    transform: unset !important;
}
.postMiddle .elementor-post__thumbnail {
    padding: 0 !important;
    height: 140px;
    overflow: unset;
}
.postMiddle .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    position: unset !important;
    transform: unset !important;
}
.blog-post-meta {
    font-size: 16px;
    font-weight: 600;
    color: #367EF8;
    margin-top: 10px;
    display: flex;	
    flex-wrap: wrap;
    gap: 10px;
}

.blog-post-meta .post-author,
.blog-post-meta .post-published-date,
.blog-post-meta .post-updated-date {
margin: 5px 0;
	}

.postcontnets figure.wp-block-image,
.postcontnets figure.wp-block-gallery {
    width: 100%;
    margin: 0;
}

.postcontnets div#ez-toc-container,
.postcontnets span.ez-toc-js-icon-con {
    border: 1px solid#367EF8 !important;
}
.postcontnets p.ez-toc-title {
    font-family: "Gotham", Sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #367EF8;
}.postcontnets ul li a {
    color: #808080  !important;
    font-family: "Hind", Sans-serif;
    font-size: 16px !important;
}
.faq-question h5 {
    font-weight: bold;
    font-size: 16px;
    width: 90%;
    margin: 0;
       font-family: "Hind", Sans-serif;
}
.postcontnets  a {
    word-wrap: break-word;
}











@media only screen and (max-width: 767px) {


.categoryPost  .pcp-button-prev, .categoryPost .pcp-button-next {
    height: 30px !important;
    width: 30px !important;
    margin-top:20px !important;
}
.categoryPost .pcp-carousel-wrapper .sp-pcp-carousel {
    padding-top: 70px !important;
}
.categoryPost .sp-pcp-post h2 a {
    font-size: 18px;
}
.categoryPost  .pcp-button-prev {
    right: 40px !important;
}
.postcontnets p.ez-toc-title {
    font-size: 16px !important;
}
.postcontnets h2 {
    font-size: 19px;
}
.postcontnets h3 { font-size:18px; }
.postcontnets h4 { font-size:16px; }

.postcontnets table {
    overflow-y: scroll;
    width: 100%;
    display: block;
}

.blog-post-meta {
    gap: 0px;
}

.blog-post-meta .post-author,
.blog-post-meta .post-published-date,
.blog-post-meta .post-updated-date {
margin:0;
    }




}