/*
Theme Name: Westside Behavioral Care Theme
Theme URI: #
Description: A custom child theme of OptimizeWP
Author: WordHerd.io
Author URI: #
Version: 1.0.0
Template: optimizewp
*/
@import url("../optimizewp/style.css");

@font-face {
     font-family: 'Plus Jakarta Sans', sans-serif !important;
    src: url('fonts/plus-jakarta-sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Apply the font to specific elements */


/*-------------------------------------------------------------*/

body {
	   font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/*-------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
      font-family: 'Plus Jakarta Sans', sans-serif !important;
}
a {
	  font-family: 'Plus Jakarta Sans', sans-serif !important;
}


p {
    margin: 0;
	color: #666666;
}

H5, h5 {
    color: #7E7E7E;
    font-size: 18px;
    font-weight: bold;
	font-display: swap;
    padding: 0px 0 8px 0;
    margin: 0px;
    line-height: normal;
    letter-spacing: -0.05em;
}

a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a {
        color: #3E80ED;
}
footer .mkdf-footer-top-holder .widget ul li a {
	font-weight: bold;
	font-size: 13px;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}
footer .mkdf-footer-top-holder .widget .mkdf-footer-widget-title {
    text-transform: capitalize;
}

/***Coding by Ars***/

@media only screen and (max-width:480px){
    .pagination {
    text-align: center;
    letter-spacing: 5px;
}
}