/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.hero-inline-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
}

.hero-current {
    font-weight: 500;
}

.hero-current strong {
    font-weight: 600;
}

.hero-total {
    opacity: 0.5;
}

.hero-inline-nav button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
    transition: opacity 0.3s ease;
}

.hero-inline-nav button:hover {
    opacity: 0.6;
}

.hero-current, .hero-total{
	color: #767D41 !important;
	text-align: center !important;
	font-family: "Nelphim " !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	text-transform: capitalize !important;

}

.hero-nav-prev, .hero-nav-next{
	background-color: transparent !important;
  border: unset !important;
  font-size: 28px !important;
  color: #777D49 !important;
}

.header-mobile circle{
	display: none !important; 
}

