/*!
Theme Name: THS
Author: Eisenberg Inc.
Version: 1.1.0
*/


/* Blog Page */


#load-more-posts {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	color: #fff;
	border: 3px solid var(--orange);
	border-radius: 10px;
	font-size: 1rem;
	font-weight: bold;
	background-color: var(--orange);
	background-image: none !important;
	padding: 10px 14px !important;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;

}

#load-more-posts:hover {
	background-color: transparent;
	color: var(--orange);
}

.blog_page_title {
	display: flex;
    margin-bottom: 33px;
}

.blog_page_title .column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.blog_page_title h2 {
	font-size: 2.375rem;
	color: #3F5666;
}

.blog_page_title select {
	border: 2px solid #3F5666;
	border-radius: 8px;
	color: #3F5666;
	padding: 8px;
}

/* Align select element to the right */
.blog_page_title .column:last-child {
    text-align: right;
	padding-right: 0;
}


.custom-blog-post {
    display: flex;
    margin-bottom: 42px;
}

.custom-blog-post .column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}


.custom-blog-post .left-column {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 364px;

}

.custom-blog-post .right-column {
    padding-left: 38px; /* Add gap between columns */
    padding-bottom: 35px;
}

.custom-blog-post h2 {
	font-size:1.75rem;
	line-height: 2.125rem;
}

.custom-blog-post h2 a {
	color: var(--blue);
	text-decoration: none;
}

.custom-blog-post h2 a:hover {
	color: var(--orange);
}

.custom-blog-post p {
	font-size: 1rem;
}

.custom-blog-post .post-meta {
	font-size: 0.688rem;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #3F5666;
}
.custom-blog-post .post-meta .category_bubble  {
	text-decoration: none;
	color: var(--cream);
	background-color: var(--orange);
	padding: 5px 10px;
    border-radius: 10px;
    margin-right: 15px;
    font-weight: bold;
}

.blog_insta h4.el-1910886934663a6241e6db2 {
	margin-top: 7px !important;
}

.blog_insta .work_social_links ul {
	padding-left: 15px !important;
}

.blog_insta .work_social_links ul li {
	margin-right: 15px !important;
}


.blog_insta .work_social_links ul li a {
    background-color: #3f5666 !important;
} 

.blog_insta .work_social_links ul li a:hover {
    background-color: var(--orange) !important;
} 



/* Single Blog Page */


.hero_category_bubble {
	background-color: var(--orange);
	color: var(--cream);
	font-size: 1rem;
	display: inline-block;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 8px;
    margin-bottom: 3%;
}

.hero_publish_date {
	font-size: 1.313rem !important;
	margin-top: 2.5% !important;
}

#single_blog {
	width: 75%;
	margin-left: 12.5%;
	padding-top: 75px;
}


#single_blog ul.kiwi-article-bar {
	text-align: left;
	padding-left: 0 !important;
}

#single_blog ul.kiwi-article-bar li {
	text-align: center;
}

#single_blog ul.kiwi-article-bar li a {
	text-decoration: none;
}


#single_blog h2 {
	margin-top: 2rem;
	color: #3F5666;
	font-size: 2rem;
}

#single_blog h3 {
	font-size: 1.5rem;
}

#primary #single_blog  ul {
	list-style-type: disc;
	padding-left: 40px;
}

#primary #single_blog ul>li::before {
	width: 0;
	height: 0;
	border: none;
}

#primary  #single_blog ol>li {
	margin: 10px 0;
}

#primary  #single_blog ul>li {
	padding-left: 10px;

}

.blog_social_container {
	margin-bottom: 85px;
}

.blog_social_container h3 {
	padding-top: 40px;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-size: 1.25rem;
	margin-bottom: 40px;

}

.social-sharing {
    display: flex;
    justify-content: center;
}

.social-sharing a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    background-color: #3F5666; 
    margin-right: 10px; 
    color: #fff; 
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-sharing a:hover {
    background-color: var(--orange); 
}

.social-sharing a img {
    width: 70%; 
}


.social-sharing a i {
    font-size: 20px; 
}

ul.kiwi-floating-bar li a {
	text-decoration: none !important;
}


.blog_cta_box {
	border-top: 2px solid var(--orange);
	border-bottom: 2px solid var(--orange);
	margin-bottom: 100px; 
	padding: 80px 0;
	margin-top: 80px;
}

.blog_cta_box h2 {
	font-size: 2.375rem;
	color: #3F5666;
	text-align: center;
	margin-bottom: 30px;
}

.blog_cta_box .vc_btn3-container.ths_outline_button>.vc_btn3 {
	color: #3F5666;
}




/* Home Page Blog list 2 Post */


.single-columns-container {
    display: flex;
    justify-content: space-between;
}

.home_single-column {
    width: calc(50% - 25px); /* Adjust width to occupy half of the container minus half of the spacing */
    margin-bottom: 20px; /* Add spacing between rows */
    position: relative;
}


.home_single-column .post-thumbnail {
    height: 365px; /* Set the height of the featured image */
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the background image */
}

.home_single-column .post-meta {
	font-size: 0.688rem;
	color: #3F5666;
	margin-top: 40px;
}

.home_single-column .author-meta {
	font-size: 0.688rem;
	color: #3F5666;
	margin-top: 10px;
}

.home_single-column  .post-meta .category_bubble  {
	text-decoration: none;
	color: #3F5666;
	background-color: #D8EFFF;
	padding: 5px 10px;
    border-radius: 10px;
    margin-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
}


.home_single-column h2 a {
	color: #000;
	text-decoration: none;
	font-size: 1.75rem;
	line-height: 1.1; }

.home_single-column h2 a:hover {
	color: var(--orange);
}

/* Home Page Blog list Multiple Post */

.home_latest_posts_section {
	background: linear-gradient(
        to right, 
        var(--blue) 49.925%, /* Adjusted to stop just before the thinner orange line */
        var(--orange) 49.925%, 
        var(--orange) 50.075%, /* 1.5px wide orange line */
        var(--cream) 50.075%
    );
	border-top: 4px solid var(--orange);
	border-bottom: 4px solid var(--orange);
}

.two-column {
    display: flex;
    justify-content: space-between; /* Distribute space between columns */
}



.latest-post,
.other-posts {
    width: calc(50% - 3.5%); /* Adjust width to occupy half of the container minus half of the spacing */
}

/* Add spacing between columns */
.latest-post {
    margin-right: 20px;
    
}

.other-posts .post {
    display: flex;
    margin-bottom: 47px; /* Add spacing between posts */
}


.latest-post .home_blog_title,
 .other-posts .home_blog_title {
	font-size: 2.375rem !important;
	font-weight: bold !important;
	line-height: 1.2 !important;	
	margin-bottom: 35px;
	margin-top: 0 !important;
}

.latest-post .home_blog_title {
	color: var(--cream);
}


.other-posts .home_blog_title {
	color: var(--blue);
}


.other-posts .post-thumbnail {
    flex: 0 0 25%; /* Set width of thumbnail column */
    margin-right: 20px; /* Add spacing between thumbnail and meta */
}

.other-posts .post-meta {
    flex: 1; /* Take remaining space */
}

.latest-post .post-meta {
	font-size: 0.688rem;
	color: var(--cream);
	margin-top: 37px;
}

.latest-post  .post-meta .category_bubble  {
	text-decoration: none;
	color: #3F5666;
	background-color: var(--orange);
	padding: 5px 10px;
    border-radius: 10px;
    margin-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.latest-post h2 {
	font-size: 1.75rem;
	line-height: 2.125rem;
	margin-top: 15px;
}

.latest-post h2 a {
	text-decoration: none;
	color: var(--cream);
}

.latest-post h2 a:hover {
	color: var(--orange);
}

.latest-post .author-meta {
	color: var(--cream);
	margin-top: 10px;
}

.latest-post p {
	color: var(--cream);
}


.latest-post .ths_outline_button {
	margin-top: 35px;
}

.other-posts .post-thumbnail {
	height: 100px; /* Set the height of the featured image */
    background-size: cover; /* Cover the entire container */
    background-position: center;
}

.other-posts .category_bubble {
	font-size: 0.688rem;
	text-decoration: none;
	color: #fff;
	background-color: var(--orange);
	padding: 5px 10px;
    border-radius: 10px;
    margin-right: 15px;
    font-weight: bold;
    text-transform: uppercase;

}

.other-posts h2 {
	font-size: 1.25rem;
	line-height: 1.625rem !important;
	margin-top: 5px;
	font-weight: normal;
}

.other-posts h2 a {
	text-decoration: none;
	color: var(--blue);
}

.other-posts h2 a:hover {
	color: var(--orange);
}

.other-posts p {
	color: #3F5666;
	font-size: 0.688rem;
	margin-top: 10px;
}

@media (max-width: 900px) {

	.home_latest_posts_section {
		background: var(--blue) !important; 
	}

	.single-columns-container {
		display: block;
	}

	.custom-blog-post .left-column {
		min-width: auto;
	}

	.custom-blog-post .right-column {
		padding-left: 0;
	}

	.home_single-column {
        width: 100%; /* Set full width for smaller screens */
        border-bottom: 1px solid #3F5666;
        margin-bottom: 50px;
    }

    .home_single-column .excerpt {
    	margin-bottom: 30px !important;
    }

	#single_blog {
	width: 100%;
	margin-left: 0;
	}

    /* Change to single column layout */
    .custom-blog-post {
        flex-direction: column;
    }

    /* Reset padding for single column layout */
    .column {
        padding: 10px 0;
    }

    /* Adjust padding for the right column */
    .right-column {
        padding-left: 0;
    }

    /* Remove background image from the left column */
    .left-column {
        background-image: none;
        display: none;
    }

    .two-column {
    	display: block;
    }

    .latest-post{
        width: 100%; /* Set full width for smaller screens */
        margin-right: 0; /* Reset margin for smaller screens */
        margin-bottom: 20px; /* Add spacing between rows */
    }

    .other-posts {
    	display: none;
    }

    .other-posts {
    	margin-top: 50px;
    }

    .other-posts .post {
        flex-direction: column; /* Stack columns vertically on smaller screens */
    }
    .other-posts .post-thumbnail,
    .other-posts .post-meta {
        flex: none; /* Reset flex property */
        width: 100%; /* Set full width for smaller screens */
        margin-right: 0; /* Reset margin */
    }

     .other-posts .post-thumbnail {
     	min-height: 365px;
     }

        .other-posts .post-meta {
        	margin-top: 40px;
        }

 
}


@media (max-width: 767px) {

	.hero_category_bubble {
		font-size: 0.7rem;
	}

	.hero_publish_date {
		font-size: 0.8rem !important;
	}

	#primary #single_blog ul.kiwi-article-bar li {
		margin-top: 0;
		margin-bottom: 0;
	} 

	.blog_cta_box h2 {
		font-size: 1.2rem;
	}

	.blog_page_title {
	    display: block;
	    margin-bottom: 33px;
	}

	.blog_page_title .column:last-child {
	    text-align: left;
	}

}