@font-face {
  font-family: Literata-Lite;
  src: url(https://calmskiestherapy.com/wp-content/uploads/2024/09/Literata-Light.ttf);
}
@font-face {
  font-family: Public Sans;
  src: url(https://calmskiestherapy.com/wp-content/uploads/2024/09/PublicSans-Light.ttf);
}
@font-face {
  font-family: Literata-Italic-bold;
  src: url(https://calmskiestherapy.com/wp-content/uploads/2024/09/Literata-SemiBoldItalic.ttf);
}
@font-face {
  font-family: Literata-Italic-extraBold;
  src: url(https://calmskiestherapy.com/wp-content/uploads/2024/09/Literata-ExtraBoldItalic.ttf);
}

body,p{
	font-family: Public Sans;
	font-weight:400;
	font-size:17px;
	line-height: 1.55em;
}

h1,h2,h3,h4,h5,h6{
	font-family: Literata-Lite;
  font-weight: 300 !important;
  line-height: 1.1em !important;
  letter-spacing: 0;
  color: #37545a;
}

.heading b{
	font-family: Literata-Italic-bold;
	letter-spacing: -2px;
}

.bnr-heading b{
  font-family: Literata-Italic-extraBold;
	letter-spacing: -2px;
}

#main-nav > ul > li > a{
	font-family: Public Sans;
	font-weight: normal;
}

#main-nav .sub-menu li a{
	font-family: Public Sans;
	font-weight: normal;
}

#site-header .header-button a{
	font-family: Public Sans;
	border-radius: 50px;
	font-weight: normal;
}

.header-style-3 #main-nav > ul > li > a, .header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger, .header-style-3 #site-header .header-search-trigger {
    color: #190D39;
}

#main-nav-mobi{
	background-color: #37545A;
}

#main-content{
	background-image: linear-gradient(85deg, #f3e8de 0%, #e7f5f7 100%);
}

.cur-menu-1 #main-nav > ul > li:hover > a span:before, .cur-menu-1 #main-nav > ul > li.current-menu-item > a span:before, .cur-menu-1 #main-nav > ul > li.current-menu-parent > a span:before{
	display:none;
}

.startflow-button{
	font-family: Public Sans;
	font-weight:300;
	line-height: 1.25em !important;
}

#footer-widgets .widget.widget_links ul li a{
		font-size:18px;
}
#footer-widgets .widget.widget_links ul li a:hover:after {
    opacity: 0;
}

@media(min-width:1024px){
	.footer-grid .span_1_of_4:first-child{
	width: 40%;
}
.footer-grid .span_1_of_4:nth-child(2){
	width: 20%;
}
.footer-grid .span_1_of_4:nth-child(3){
	width: 20%;
}
.footer-grid .span_1_of_4:last-child{
	width: 20%;
}
}

/** header responsive sizes fixing **/

@media only screen and (max-width: 1120px) {
  #site-header .header-button a {
    width: 100px;
  }
	#main-nav > ul > li {
		margin: 0 13px;
	}
}

/** header asside mobile fixing **/

@media only screen and (max-width: 480px) {
#header-aside .aside-content .inner > span.info-one {
    display: none;
}
}