/* This CSS file will be loaded at last. Any CSS customization should be placed here */

#primary .entry-content {
	float: none !important;
	width: 100% !important;
}

.theme-twentytwentyone #primary .entry-content > .wrap {
	max-width: var(--responsive--alignwide-width) !important;
}

.theme-twentytwentytwo main .wrap {
	max-width: 1000px !important;
}

.owl-dots .owl-dot span {
    display: block;
    margin: 5px;
    /* width: 10px; */ !important
    /* height: 10px; */ !important
    border: 2px solid #4cadc9;
    border-radius: 50%;
    transition: all .25s ease;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot.hover {
    /* background: #007890; */ !important
}

.owl-carousel .owl-dots .owl-dot {
    /* width: 10px; */ !important
    /* height: 10px; */ !important
    /* background: #007890; */ !important
    border-radius: 50%;
    margin: 2px 4px;
}