/*
Theme Name: Kortez Blog Solutiontree
Template: kortez-blog
*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0aa7e0; /* Background color for the header */
    color: #fff; /* Text color */
    padding: 10px 20px;
}

.social-media {
    display: flex;
    gap: 10px; /* Adjust the spacing between social media links */
}

.social-media a {
    color: #fff; /* Color of social media icons */
    text-decoration: none;
}

.home-link a {
    color: #fff !important; /* Color of the home page link */
    text-decoration: none;
    font-weight: bold;
}
.top-div{
	background-color: #0aa7e0;
}
#menu-item-7183 a{
	  text-transform: lowercase;
}
.main-navigation ul.menu > li {
    display: inline-block;
    margin-right: 20px;
}

ol>li {
	padding-bottom: 10px;
}
.read-more{
	    background-color: #33B9E8;
    border-bottom: 2px solid #0A8FC4;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 9px 17px 8px;
    text-decoration: none;
    width: 130px;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 20px !important;
    line-height: 32px !important;
    width: 20px !important;
}

.read-more {
    background-color: #33B9E8;
    border-bottom: 2px solid #0A8FC4;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 9px 17px 8px 17px;  /*    adjusted the padding so the sides were even*/
    text-decoration: none;       /*    width: 130px;    remove the width  */
    transition: 0.3s;
	text-align:center;
}



h3.entry-title {
    font-weight: 900;
    color: #00447c;
    margin-bottom: 2px;
    font-size: 20px !important;
}

div#email-subscribers-form-4 {
    background-color: #00447c;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

h2.widget-title {
    color: #fff;
}

p.has-regular-font-size {
    background-color: #0aa7e0;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.8em;
}


.read-more:hover {
    color: white;
    background-color: #00447c;
     text-decoration: none; 
}


input#es_subscription_form_submit_652840a066eed {
    background-color: #f15b25;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}




input#es_subscription_form_submit_652840a066eed:hover {
    background: #e95824;
    border-radius: 4px;
    font-weight: 900;
}
.read-more-1{
	  text-decoration: none !important;
    font-weight: 700;
}

.es_subscription_form_submit.es_submit_button.es_textbox_button {
	background-color: #f15a22 !important;
	font-weight: 900;
	border-radius: 5px;
}

.post .entry-meta a:before, .attachment .entry-meta a:before, .banner-content .entry-meta a:before {
	color: #f15b25;
}
h1.page-title
{
    font-weight: 600;

}

