/* 
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 */


.postLink a{
    font-weight: bold;
}
.linkWhite a{
    color:#fff !important;
}

.img-full a {
    width: 100%;
    display: inline-block;
}
.cat-14-upper .elementor-shortcode {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
}

.blog-style-2 span.elementor-post-info__terms-list-item {
    border: 1px solid #393939;
    padding: 7px 15px;
    border-radius: 6px;
}
.blog-style-4 .elementor-shortcode{
    color:#fff;
}
.shortText p{
    margin-bottom: 0 !important;
}

.wpum-form fieldset label {
    display: inline-block;
    margin-bottom: 6px;
}

.logged-in .hideLogin,
.loginShow{
    display:none !important;
}
.logged-in .loginShow{
    display:block !important;
}
.logOut a {
    font-size: 15px;
    font-weight: 700;
    line-height: 47px;
    color: #fff;
    background: #111;
    display: inline-block;
    padding: 1px 20px;
    border-radius: 8px;
    text-transform: uppercase;
}
.logOut a:hover {
    background: #f9f871;
    color: #000;
}
.postHover:hover .elementor-heading-title a {
    color: #00629C !important;
}
.postHover:hover img.attachment-full{
    transform: scale(1.2);
}
.postHover img.attachment-full {
    transform: scale(1);
    transition: all 0.4s ease 0s;
}
.postHover .elementor-widget-container {
    overflow: hidden !important;
    border-radius: 10px !important;
}

.postHover:hover .linkWhite  .elementor-heading-title a {
    color: #efeeee !important;
}
.blog-style-4:before {
    background: #000 !important;
}
.img-full {
    border-radius: 10px !important;
    overflow: hidden;
}

.sub-Part .loginBtn a:hover {
    background: #000;
    color: #fff;
}
.sub-Part .loginBtn a {
    background: #f9f871;
    color: #000;
    transition: all 0.4s ease 0s;
}
.sub-Part p {
    font-weight: 600;
    color: #000;
}
.btnLink a:hover svg circle{
    stroke: #00629C !important;
}
.btnLink a:hover span.elementor-button-text{
    color:#00629C !important;
}
.btnLink a:hover svg rect,.btnLink a:hover svg path {
   fill: #00629C !important;
    stroke: #00629C !important;
}
.c-box {
    padding: 25px 20px 30px;
    text-align: center;
    background: #f7f7f7;
    margin: 25px 0;
    border-bottom: 3px solid #00629C;
}
