.site-header .site-branding img {
    width: 130px;
}

header#masthead {
    padding: 5px 0;
}

button.splide__arrow.splide__arrow--prev {
    left: 30px;
}

button.splide__arrow.splide__arrow--next {
    right: 30px;
}
ul.header-social li a {
    background: #313030;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
}

ul.header-social {margin-top: 15px;}
ul.header-social li.link-facebook a {background: #3b5998;}
.header-social li.link-pinterest a { background:#bd1e27; }
.header-social li.link-linkedin a { background:#0076b4; }

.sidenav-address span {
    font-size: 16px;
    margin-bottom: 9px;
    display: flex;
}

.header-social li  a:hover {
    opacity: 0.8;
}
.comment-respond input {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    border: 1px solid black;
    border-radius: 5px;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: left;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.comment-respond .form-submit  input {
    max-width: 200px;
}
.numeric-pagination .page-numbers.current {
    background: #000;
    opacity: .8;
}
.block-sidebar .wp-block-heading:after {
    content: '';
    background: #CA2627;
    height: 2px;
    width: 100px;
    display: block;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.single-blog-page img {
    border-radius: 5px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
    border: none;
}
/*================footer====================  */
footer#colophon {
    background-color: #141618;
    padding: 80px 0px 0px 0px !important;
}

div#mainfooter {
    padding-bottom: 30px;
}

figure.wp-block-image.size-full {
    margin-top: 0;
}
img.wp-image-409 {
    width: 130px;
    height: auto;
    /* max-width: 100%; */
    margin-left: -12px;
}
div#block-11 {
    color: #fff;
    max-width: 95%;
}
.ftr-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 22px;
}

.ftr-social ul li {
    margin-right: 10px;
}

.ftr-social ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    background-color: #FFFFFF1A;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 20px;
}

div#block-16 h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #fff !important;
    padding-top: 17px;
}
div#block-13 h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #fff !important;
    padding-top: 17px;
}
div#block-17 li {
    list-style: none;
    text-decoration: none;
}
div#block-17 ul {
    padding: 0;
    margin: 0;
}

.ftr-info img {
    width: 100%;
    max-width: 23px;
  padding:0px;
    align-items: center;
}


.ftr-info ul {
    margin: 0;
    padding: 0;
}
div#block-11 {
    color: #fff;
    max-width: 95%;
}
#nav_menu-2 h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #fff !important;
    padding-top: 17px !important;
}
div#block-16 h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 28px;
    letter-spacing: 1px;
    color: #fff !important;
    padding-top: 17px;
}

div#block-15 img {
    width: 125px;
}
.ftr-info ul {
    list-style: none;
    align-items: center;
}
div#block-17 li {
    list-style: none;
    text-decoration: none;
    border: 0px !important;
}

.site-footer li a {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.copyrightdiv {
    padding-bottom: 10px !important;
}
div#block-14 li {
    padding-bottom: 18px;
}
footer#colophon {
    background-color: #141618;
    padding: 20px 0px 20px 0px;
}
ul#menu-explore {
    padding: 0px !important;
}







@media(max-width:768px){

ul#menu-explore {
    padding: 0;
    margin: 0;
}
div#nav_menu-2 {
    padding-left: 0px !important;
}
footer#colophon {
    background-color: #141618;
    padding: 20px 0px 20px 0px !important;
}
.site-header .menu-main-header-container {
    display: none;
}

}





