/*
CTC Separate Stylesheet
Updated: 2021-06-03 09:48:22
*/


#header-logo-image img{
	height:60px;
	width:auto;
}

body{
	color: #212529;
	line-height:1.5rem;
}

body .entry-content ul{
	margin-bottom:0.5rem;
}
body .entry-content ul li{
	margin-bottom:0.5rem;
}

ul#menu-main {
    text-transform: uppercase;
}

#main h1, #main h2, #main h3, #main h4, #main h5{
	margin: 3rem 0 0.5rem
}

.post-title-wrapper h1{
	margin: 0;
	font-size: 2rem;
	text-transform: uppercase
}
.kt-accordion-panel .kt-accordion-panel-inner{padding-top: 0}


.wp-block-kadence-posts h2 {
    margin: 0;
}

/* featured blocks on home page */
#main .wp-block-kadence-posts h2 {
    margin: 0;
    padding: 0;
}

#main .wp-block-kadence-posts {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

	/* recent posts are displayed in two columns in the footer - just hiding the title of the second column */
#rpwe_widget-3 h3.widget-title{
	display:none;
}

#rpwe_widget-2.widget{
	padding-bottom:0
}
@media screen and (min-width: 767px) {
	/* recent posts are displayed in two columns in the footer - just hiding the title of the second column */
#rpwe_widget-3 h3.widget-title{
	display:block;
	visibility: hidden;
	position: relative;
}
}

/* social sharing */
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}

.heateor_sss_vertical_sharing i.heateorSssPinterestBackground, .heateor_sss_vertical_sharing i.heateorSssMeWeBackground, .heateor_sss_vertical_sharing i.heateorSssMixBackground, .heateor_sss_vertical_sharing i.heateorSssWhatsappBackground {
	display: none;
}
