.wp-block-kadence-column.header-top {
    background: var(--bg);
    padding: 4px 0px;
}

.wp-block-kadence-column.header-top ul {
    margin-bottom: 0px !important;
    display: flex !important;
    justify-content: space-between;
    padding: 0px 30px !important;
}

.wp-block-kadence-column.header-top ul li {
    font-size: 14px;
    font-family: 'bree custom';
}


.kb-row-layout-wrap.header.wp-block-kadence-rowlayout {
    border: 1px solid #c0c0c0;
}

.header-bottom {
    border-top: 1px solid #c0c0c0 !important;
    font-family: 'bree custom';
    background: #fff;
}

.header-bottom>div {

    grid-template-columns: 250px auto 250px !important;
    gap: 0px !important;
}

.header-bottom>div .col-1 {

    border-right: 1px solid #c0c0c0;
    padding: 15px 30px;
}




.header-bottom>div .col-1 figure {
    margin-bottom: 0px;
}

ul#menu-header-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 55px;
}

.header-bottom .wp-block-kadence-column.col-2>div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}

.header-bottom .wp-block-kadence-column.col-2>div p {
    position: absolute;
    right: 0px;
    height: 100%;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-bottom .wp-block-kadence-column.col-2>div p a {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 30px;
    color: #000;
    font-size: 20px;
    transition: all 0.3s linear;
}

ul#menu-header-menu li {
    font-size: 20px;
	position:relative;
}

ul#menu-header-menu li a {
    color: #000;
    transition: all 0.3s linear;
}

ul#menu-header-menu li a:hover {
    color: var(--blue);
}

.header-bottom .wp-block-kadence-column.col-2>div p a:hover {
    color: var(--blue);
}
div#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
div#content {
    margin-top: 95px;
}

/* ======================== Btn_back_to_top  BEGIN ============ */
#btn-back-to-top {
    position: fixed;
    bottom: 10%;
    right: 10px;
    display: none;
    cursor: pointer;
    color: #fff;
background-color: #1a3649;
    width: 45px;
    height: 45px;
    font-size: 36px;
    border-radius: 20%;
    z-index: 10000;
    text-align: center;
    border: none;
	    border: 1px solid #fff;
}
#btn-back-to-top:hover {
    background: #1d7fc3;
}
a#btn-back-to-top img {
    margin: 4px 4px;
}
::selection {
  color: #fff;
  background: #1d7fc3;
}
/* ======================== Btn_back_to_top  END ============ */
@media only screen and (max-width:1650px){
    ul#menu-header-menu {
    /* padding-left: 15px; */
    gap: 30px;
}
div#content {
    margin-top: 100px;
}

.header-bottom>div {
    grid-template-columns: 200px auto 200px !important;
}
}

@media only screen and (max-width:1300px){
  .header-bottom .wp-block-kadence-column.col-2>div p {
    position: relative;
}

.header-bottom .wp-block-kadence-column.col-2>div p a {
    padding-right: 0px;
    font-size: 18px;
}

.header-bottom .col-2 {
    padding: 0px 15px;
}

.header-bottom>div .col-1 {
    padding: 15px 15px;
}

ul#menu-header-menu li {
    font-size: 18px;
}


ul#menu-header-menu {
    gap: 20px;
}
}

@media only screen and (max-width:1024px){
    div#content {
    margin-top: 0px;
}
	div#header {
   position:unset !important;
}
}
/* ======================================================= */
.single-post h1 {
    font-size: 46px;
    line-height: 1.3;
	    font-weight: 400;
}
.single-post h2 {
    font-size: 42px;
    line-height: 1.3;
	    font-weight: 400;
}
.single-post h3 {
    font-size: 39px;
    line-height: 1.3;
	    font-weight: 400;
}
.yoast-breadcrumbs.single-blog-breadcrumb {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
div#blog-page-title {
    font-family: 'bree custom';
    font-size: 37px;
    color: #fff;
}
.yoast-breadcrumbs.single-blog-breadcrumb span a {
    color: #fff;
}
.yoast-breadcrumbs.single-blog-breadcrumb span a:hover {
    color:#1d7fc3;
}