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

/*== SHORTCODE CATEGORIES==*/
.shortcode_categories {
    background-color: #F6F6F6;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    border-radius: 40px;
    overflow: hidden;
    padding: 0px;
    margin: 0 auto;
}

.cat_item {
    width: 100%;
}

.cat_item a {
    color: #262626;
    border-radius: 40px;
    background-color: #F6F6F6;
    display: flex;
    padding: 0;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 40px;
    justify-content: center;
    font-family: 'Inter';
}

.cat_item:hover a, .cat_item.active a {
    background-color: #2E94FF;
    color: white;
}

/*==BLOG LOOP ITEM==*/
.blog-main-box:hover {
    transform: translateY(-10px);
    transition: .5s ease;
}

.blog-featured-img {
    max-height: 200px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* POST INFO SHORTCODE */
.post-info-box {
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: none;
    padding: 0px;
    margin: 40px 0px;
}

.post-info-box a {
    display: flex;
    background-color: #f7f7f7;
    border-top: 1px solid #d59529;
    border-bottom: 1px solid #d59529;
    padding: 20px;
}

.post-info-box a:hover {
    background-color: #e9e9e9;
    transition: .3s;
}

.post-info-box a:hover .post-info-title {
    color: #10638d;
}

.post-info-img {
    max-width: 285px;
    margin-right: 30px;
}

.post-info-text {
    flex: 1;
}

h4.post-info-title {
    margin: 0px 0px 10px;
    font-size: 20px;
    line-height: 1.3;
    color: #128AC6;
    font-weight: 500;
}

.post-info-excerpt {
    margin-bottom: 0px;
    font-size: 17px;
}

span.related-text {
    font-size: 14px;
}

.post-info-img span, p.post-info-excerpt {
    color: #5D5D5D;
}

.blog_item {
    transition: .5s ease-in-out;
}
.blog_item:hover {
    transform: translateY(-10px);
    transition: .5s ease-in-out;
}

/* TABLE OF CONTENTS */
#toc-container {
  transition: all 0.3s ease;
}

.toc-sticky {
  position: fixed;
  top: 70px;
  width: 320px;
  z-index: 999;
}

.toc-stop {
  position: relative;
  top: auto;
  bottom: 0;
}


ul#toc-list {
    list-style: none;
    padding: 10px;
    border: 1px solid #ddd;
}

#toc-list li {
    line-height: 1.3;
    margin-bottom: 10px;
}

#toc-list ul {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

#content-area li {
    margin-bottom: 20px;
}

#content-area h2, #content-area h2 * {
    font-size: 24px !important;
    margin: 35px 0px 20px;
    color: #262626;
    line-height: 1.2;
}

#content-area h3 {
    font-size: 21px;
    color: #262626;
    font-weight: 600;
    margin: 30px 0px 20px;
}


#toc-container h3 {
    background-color: #fafafa;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #dfdfdf;
		margin: 0px;
}