/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

body {
    overflow-x: hidden;
}

.post-thumbnail-entry {
    width: 100%;
}

.post-thumbnail .post-thumbnail-entry > img {
    max-height: 100%;
}

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry > img, .post-thumbnail-list .post-thumbnail-entry > img {
    height: 60px;
    width: 60px;
}

.post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content {
    padding-left: 80px;
}

.text-justify {
    text-align: justify;
}

.item-link {
    display: block;
    width: 100%;
    text-align: right;
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
    min-height: 50px;
    display: flex;
    text-align: justify;
    align-items: flex-start;
    margin-bottom: .5rem;
}

.pagination .page-item:not(.disabled).active > .page-link, .pagination .page-item:not(.disabled):active > .page-link, .pagination .page-item:not(.disabled):focus > .page-link, .pagination .page-item:not(.disabled):hover > .page-link {
    background-color: #fae100;
    color: #fff;
}

.post-item .post-image .post-meta-pinned, .post-item .post-slider .post-meta-pinned, .post-item .post-video .post-meta-pinned, .post-item .post-audio .post-meta-pinned, .post-item .post-quote-img .post-meta-pinned {
    background-color: #fae100;
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    border-radius: 50px;
    position: absolute;
    top: 11px;
    z-index: 3;
    left: 10px;
    margin-right: 0;
}

.min-vh-75 {
    min-height: 35vh;
}

.lh-base {
    margin-bottom: 0;
}

.post-item.border > .post-item-wrap > .post-item-description {
    min-height: 150px;
    padding: 10px;
}



.post-item-description .item-link {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.mw-200px {
    max-width: 200px;
}

body:has(.skiptranslate) {
    top: 0px !important;
    position: static !important;
}

body .skiptranslate {
    display: none;
}

#google_translate_element{width:300px;float:right;text-align:right;display:block}
.goog-te-banner-frame.skiptranslate { display: none !important;}
#goog-gt-tt{display: none !important; top: 0px !important; }
.goog-tooltip skiptranslate{display: none !important; top: 0px !important; }
.activity-root { display: hide !important;}
.status-message { display: hide !important;}
.started-activity-container { display: hide !important;}

.wa-float{
	position:fixed;
	width: 60px;
	height: 60px;
	bottom: 26px;
	right: 27px;
	background-color:#25d366;
	color:#fff;
	border-radius: 50px;
    font-size: 25px;
	box-shadow: 2px 2px 3px #999;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 199;
}

.my-float{
	color:#fff;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.royal-navy .calendar-sidebar>span#sidebarToggler {
    display: flex;
}

.calendar-sidebar>.calendar-year>p {
    color: #fff;
}

.mfp-bottom-bar {
    position: absolute;
    top: 0;
    padding: 90px 0 0 10px;
}

.grid-item .mfp-bottom-bar {
    padding-top: 50px;
}

.mfp-title {
    cursor: pointer;
    background: #fae100;
    padding: 10px 15px;
    border-radius: 25px;
    width: fit-content;
}

.portfolio-image .title, .portfolio-item .title {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 25px;
    background: #fae100;
    padding: 5px 14px;
    font-size: 1rem;
    color: #fff !important;
    width: fit-content;
    z-index: 1;
}

.portfolio-item:has(iframe) .title {
    bottom: 20px;
    top: unset;
}

.single-post .post-item img {
    width: auto;
    max-width: 100%;
}

@media(max-width: 991.98px) {
    .mainMenu-open #header #mainMenu {
        min-height: 100% !important;
        max-height: fit-content;
        display: flex;
        overflow-y: auto;
    }
}

/* #header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    max-height: 40px !important;
} */

#header[data-transparent="true"]:not(.sticky-active) .header-inner, #header[data-transparent="true"]:not(.sticky-active) #header-wrap, #header[data-transparent="true"]:not(.sticky-active).dark .header-inner, #header[data-transparent="true"]:not(.sticky-active).dark #header-wrap {
    background-color: #ffffff70;
}

#mainMenu nav > ul > li > a {
    font-size: 14px;
    padding: 10px 8px;
}

.carousel.carousel-loaded {
    z-index: 100;
}

#page-content:not(.no-sidebar).sidebar-right > .container > .row, #page-content:not(.no-sidebar).sidebar-right > .container-wide > .row, #page-content:not(.no-sidebar).sidebar-right > .container-fluid > .row {
    width: inherit;
}

.w-10 {
    max-width: 4rem;
}

@media(min-width: 450px) {
    .w-10 {
        max-width: 5rem;
    }
}


.w-15 {
    width: 15%;
}

.justify-end {
    justify-content: end;
}

.text-left{
    text-align: left;
}

.header-inner > .container-fluid {
    background: #fae100;
}

#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
    color: #fff;
    font-weight: bold;
}

.items-center {
    align-items: center;
}

#header {
    height: auto;
}

#mainMenu-trigger {
    height: 80px;
}

#mainMenu nav > ul {
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#mainMenu:not(.menu-overlay) nav > ul > li {
    flex-basis: 100%;
}

@media(min-width: 450px) {
    #mainMenu nav > ul {
        height: 100px;
        display: flex;
        flex-wrap: none;
        align-items: center;
    }

    #mainMenu:not(.menu-overlay) nav > ul > li {
        flex-basis: fit-content;
    }
}

#header .header-inner, #header #header-wrap {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .5rem; */
}

.active-lang {
    color: #747d3e;
    font-size: 1rem;
    font-weight: 800;
}

.text-primary-green {
    color: #747d3e !important;
}

.bg-primary-green {
    background: #747d3e !important;
}


.copyright-content {
    background-color: #fff7cc !important;
}

.text-light-yellow {
    color: #fff7cc !important;
}

.bg-light-yellow {
    border-color: #fff7cc !important;
    background-color: #fff7cc !important;
}

.text-yellow {
    color: #f6e300 !important;
}

.bg-yellow {
    background: #f6e300 !important;
}

.text-light-green {
    color: #f3f8d5 !important;
}

.bg-light-green {
    background: #f3f8d5 !important;
}

.text-dark-yellow {
    color: #ebde3e !important;
}

.bg-dark-yellow {
    background: #ebde3e !important;
}

#header .header-inner #logo, #header #header-wrap #logo  {
    height: auto;
}

#header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    height: 5rem;
    display: block;
}

#mainMenu nav > ul > li > a {
    color: #747d3e !important;
    font-weight: 600;
}

#mainMenu nav > ul > li.current > a {
    font-weight: 800;
}

#mainMenu nav > ul > li .dropdown-menu > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li > span:focus, #mainMenu nav > ul > li .dropdown-menu > li > span:hover, #mainMenu nav > ul > li .dropdown-menu > li > span:active, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:active {
    color: #747d3e !important;
}

#header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span {
    font-size: 1rem;
    line-height: 1rem;
    max-width: 90%;
}

@media(min-width: 450px) {
    #header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span {
        font-size: 1.5rem;
        line-height: 1.75rem;
        max-width: 100%;
    }
}

#footer .footer-content {
    padding: 40px 0 40px 0;
}

#footer a:not(.btn):not(:hover){
    color: #fff7cc;
}

.p-dropdown-content a{
    color: #747d3e !important;
}
.justify-between {
    justify-content: space-between;
}

#footer .p-dropdown .p-dropdown-content,#footer .p-dropdown ul.p-dropdown-content {
    bottom: 0;
}

.flex-col {
    flex-direction: column;
}

.items-end {
    align-items: end;
}

.widget-partners {
    border-radius: 25px;
}

@media(min-width: 450px) {
    .widget-partners {
        border-radius: 0px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px
    }
}

.widget-public-services {
    border-radius: 25px;

}

.widget-public-services li {
    border-radius: 25px;
}

.widget-public-services a:hover {
    color: #fff !important;
}

@media(min-width: 450px) {
    .widget-public-services {
        border-radius: 0px;
        padding-left: 0 !important;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px
    }

    .widget-public-services li {
        border-radius: 0px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }
}

.widget-pu {
    width: auto;
    height: fit-content;
    border: 15px solid #fff;
    border-radius: 50px;
}

@media(min-width: 450px) {
    .widget-pu {
        width: fit-content;
        border: 15px solid #fff;
        margin-right: -13px;
        border-radius: 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .items-md-end {
        align-items: end;
    }
}

.widget-social-media {
    height: fit-content;
    border-radius: 50px;
}

.widget-social-media li {
    border-radius: 25px;
}

@media(min-width: 450px) {
    .widget-social-media {
        height: fit-content;
        padding-right: 0 !important;
        border-radius: 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .widget-social-media li {
        border-radius: 0px;
    }
}

.bottom-divider {
    border-bottom: 6px solid #747d3e;
    margin-bottom: 1.5rem;
}

.post-thumbnail-entry {
    padding: 0;
    position: relative;
}

.post-content {
    position: absolute;
    bottom: 10px;
    height: auto;
    width: 100%;
}

.post-thumbnail-entry img {
    width: 100%;
    height: 100%;
}

.post-thumbnail-entry .overlayed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    /* background: rgb(0 0 0 / 10%); */
    padding: 10px;
    transition: 0.3s;
}

.post-thumbnail-entry .overlayed:hover {
    background: rgb(0 0 0 / 70%);
}


#widget-socmed {
    position: absolute;
    right: -230px;
    top: 100px;
    transition:all 0.5s linear;
}

#widget-socmed.show {
    right: 0px;
}

#widget-socmed-btn {
    transition:all 0.5s linear;
}

.flipped {
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -khtml-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    padding-left: 16px !important;
}
