/*
Theme Name: custometheme
Author URI: http://wordpress.org/
Description: The Custome Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
	margin: 0;
}

@font-face {
  font-family: Northwell;
  src: url(https://www.wynnetan.com/wp-content/themes/custometheme/fonts/Northwell-Font.ttf);
}

@keyframes bg {
    0% {
     	width: 0%;   
    }
    25% {
     	width:  25%;
    }
    50% {
     	width:   50%;
    }
    75% {
     	width:   75%;
    }
    100% {
     	width:    100%;
    }
}
.border-width{
	width: 100% !important;
}
.border-width-two{
	width: 50% !important;
}
.border-width-three{
    width: 88% !important;
    margin-right: 18px !important;
}
.Northwell-font h2{
	font-family: Northwell !important;
}
.Northwell-font-posttitle{
	font-family: Northwell !important;
	font-weight: 500;
	font-size: 54px;
}
.Northwell-font-postmeta{
	font-family: Northwell !important;
	margin-top: 0px;
    margin-bottom: 0px;
}
.margin-zero{
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.widget_categories{
	list-style: none;
	padding: 10px;
    background-color: #adadad;
}
.widget_categories h2{
	margin-top: 0px;
    color: #000;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    letter-spacing: 0.6px;
}
.widget_categories ul{
	padding-left: 20px;
    color: rgba(67,68,70);
}
.widget_categories ul li a{
	color: #000 !important;
    font-family: "Open Sans", Sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 16px;
}
.post_categories h5{
	display:none;
}
.post_categories ul{
	margin: 0px;
    list-style: none;
    padding-left: 0px;	
}
.post_categories ul li{
	font-size: 15px;
    background-color: #f2f2f287;
    padding: 8px;
    margin-bottom: 3px;
    text-align: left;
}
.post_categories ul li a{
	color: #000;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: "Open Sans", Sans-serif;	
} 
.sub-menu li a{
	border-left: 0px !important;
}
@media screen and (max-width: 600px){
	.Northwell-font-posttitle{
		font-size: 38px;
	}
}