body, a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #FFF;
}
.sub-menu{
	overflow-x: scroll;
    max-height: 300px;
}
img.logo {
    width: 250px;
}
.aligncenter{
	text-align:center;
}
a{
	color: green;
}
a:hover{
	color: red;
}
#breadcrumbs a:hover{
	color:green;
}
.aligncenter img,.mw-100 img{
	max-width:100%;
}
.carousel-indicators .active {
    background: #000;
}

.carousel-indicators li {
    background: #55ACEE;
}

.fam {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    width: 41px;
}

.fam:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #FFF;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-instagram {
    background: rgb(197, 54, 164);
    color: white;
}

.social {
    position: absolute;
    top: 40px;
    right: 15%;
}

.dashicons {
    vertical-align: bottom;
}

.sub-menu-container ul, .menu-container ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

header {
    background: lightgoldenrodyellow;
}

.category-name {
    text-transform: uppercase;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.category-name:hover {
    background: #2cccc4;
}

.widget {
    list-style: none;
}

.category-bg {
    background: url('../images/default-image.jpg.WebP');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prev-style {
    border-radius: 50%;
    padding: 10px 10px 3px 8px;
}

#sub-menu.sub-menu-container ul {
    justify-content: space-around;
}

.menu-container ul li {
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 9px 0;
    text-align: center;
}

#sub-menu.sub-menu-container ul li a {
    color: #fc7c39;
}

#sub-menu.sub-menu-container ul li a:hover {
    color: #cb2027;
}

h1 {
    font-family: Lobster, display !important;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
}

h1 a:hover {
    color: #000;
}
.slick-lightbox-close:before{
	font-size: 40px !important;
}
.post-item-child h2 a {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.post-item img {
    width: 100%;
    height: 280px;
    object-fit: fill;
    border-radius: 20px;
}
.slick-slide img{
	border-radius: 20px;
}
.post-item img:hover {
    box-shadow: 1px 1px 5px 5px #888888;
}

.get-posts:nth-child(1) .container {
    box-shadow: 5px 5px 5px #888888;
    border-radius: 10px;
}

#menu ul.sub-menu {
    position: absolute;
    display: block;
    z-index: 1;
    margin-top: 10px;
    display: none;
}

#menu ul.sub-menu li {
    background: lightcoral;
    min-width: 200px;
    width: auto;
    margin: 5px 0;
    text-align: left;
    padding: 5px 15px 0;
    border-radius: 20px;
    border-bottom: 1px solid gainsboro;
}

#menu ul.sub-menu li:hover a {
    color: #000;
}

img {
    object-fit: contain;
}

.sub-menu-container ul li, .menu-container ul li:hover {
    cursor: pointer;
}

#faq {
    background: #F5F5F7;
}

.img-cat {
    width: 300px;
    height: 300px;
}
.img-cat img{
	max-width:100%;
}

#module {
    font-size: 1rem;
    line-height: 1.5;
}

#faq .btn-link {
    text-decoration: unset;
    color: #000;
    white-space: normal;
}
.btn-action{
    position: fixed;
    bottom: 0;
}
#faq .card-header.show, #faq .card-header:hover {
    background: pink;
}

#faq .card-header.show .btn-link, #faq .card-header:hover .btn-link {
    color: #FFF;
}

#module #collapseExample.collapse:not(.show) {
    display: block;
    height: 8.5rem;
    overflow: hidden;
}

#module #collapseExample.collapsing {
    height: 3rem;
}

#module a.collapsed::after {
    content: '+ Show More';
}

#module a:not(.collapsed)::after {
    content: '- Show Less';
}

.menu-image-title-after.menu-image-title {
    padding-left: 5px !important;
}

.menu-container ul li:nth-child(1) {
    background: #fc7c39;
}

.menu-container ul li:nth-child(2) {
    background: #478ac9;
}

.menu-container ul li:nth-child(3) {
    background: #56a045;
}

.menu-container ul li:nth-child(1):hover {
    background: #2cccc4;
}

.menu-container ul li:nth-child(2):hover {
    background: #e68387;
}

.menu-container ul li:nth-child(3):hover {
    background: #2cccc4;
}

.menu-container ul li:nth-child(1), .menu-container ul li:nth-child(3) {
    width: 160px;
}

.menu-container ul li:nth-child(2) {
    width: 200px;
    margin: 0 15px;
}

.menu-container ul li a {
    color: #FFF;
}

.sub-menu-container ul li a, .menu-container ul li a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    .social {
        right: 0;
    }
}

@media (max-width: 576px) {
    .social {
        width: 100%;
        text-align: center;
    }
    #menu ul.sub-menu {
        right: 0;
    }
	.wp-pagenavi{
		display: flex;
		flex-wrap: wrap;
    	justify-content: center;
	}
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Video Overlay Styles */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 8px;
}

.play-button {
    width: 80px;
    height: 80px;
    background-color: #ff0000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button i {
    color: white;
    font-size: 40px;
    margin-left: 5px;
}

/* Make the iframe container relative */
.embed-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}