.glossary-term-list ul {
columns: 4;
-webkit-columns: 4;
-moz-columns: 4;
}
.glossary-block {
display: none;
transition: all 0.3s ease-in-out;
}
.glossary-block.active {
display: block	
}
.glossary-no-link-initial-item, .glossary-link-initial-item {
width: 45px;
height: 45px;
text-align: center;
line-height: 41px;
transition: all 0.3s ease-in-out;
}
.glossary-link-initial-item { 
border: 2px solid #ab965e;
}
.glossary-no-link-initial-item {
border: 2px solid #cbb989;
}
.glossary-link-initial-item.actv{
background: #fff;
}
.glossary-link-initial-item.actv a{
color:#ab965e;
}
.glossary-term-bar {
padding-top: 25px;
}
.glossary-link-initial-item {
background-color: #ab965e;
border-radius: 50px;
margin-right: 7px;
margin-bottom: 7px;
}
.glossary-no-link-initial-item {
background-color: #cbb989;
border-radius: 50px;
margin-right: 7px;
margin-bottom: 7px;
}
a:focus {
outline: none;
}
.site-footer .ast-footer-html-1 {
position: relative;
}
.site-footer .ast-footer-html-1:before {
content: '';
height: 50%;
width: 50%;
display: block;
background-position: center;
background-image: url(https://id-montecarlo.com/wp-content/uploads/2023/12/quotation-mark-icon.png);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-size: contain;
background-repeat: no-repeat;
z-index: -1;
opacity: 0.7;
}
.glossary-link-initial-item.all-tous {
width: auto;
padding: 0 19px;
}
.glossary-term-bar a {
text-transform: capitalize;
}
.glossary-link-initial-item:hover {
background: #fff;
}
.glossary-link-initial-item:hover a {
color: #ab965e;
}
.single-top {
height: 60px;
position: relative;
width: 100%
}
.single-top-wrapp {
position: absolute;
max-width: 1000px;
padding: 0 25px ;
width: 100vw;
top: 0;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: space-between;
}
.single-prev-btn, .single-next-btn {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
font-size: 18px;
}
.single-list {
font-size: 18px;
}
.single-prev-btn:after {
content: '';
height: 25px;
width: 2px;
background: #fff;
display: block;
margin-left: 15px
}
.single-prev-btn:before {
content: '<';
display: block;
font-size: 25px;
padding-right: 10px;
line-height: normal;
}
.single-next-btn:after {
content: '>';
display: block;
font-size: 25px;
padding-left: 10px;
line-height: normal;
}
.single-top-right {
display: flex;
}
.single-prev-btn {
margin-right: 15px
}
.type-glossary .entry-content p, .type-glossary h1, .type-glossary .entry-content h1, .type-glossary h2, .type-glossary .entry-content h2, .type-glossary h3, .type-glossary .entry-content h3, .type-glossary h4, .type-glossary .entry-content h4, .type-glossary h5, .type-glossary .entry-content h5, .type-glossary h6, .type-glossary .entry-content h6{
color:#000;
}
.ast-single-post-featured-section.post-thumb img {
aspect-ratio: auto!important;
}
.elementor-shortcode .wpcf7-submit{
display:block;
text-align:center;
margin: 0 auto;
}
@media screen and (max-width: 991px) {
.single-list, .single-prev-btn, .single-next-btn {
font-size: 16px;
}
.single-prev-btn:before, .single-next-btn:after {
font-size: 20px;
}
.glossary-term-list ul {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
}