body {
	margin: 0px;
	padding: 0px;
	background-color:#f0f0f0;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
a:focus {
	outline: none;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}


/*Teaching Artists Sec css st*/
.BlogSlider .owl-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
}
.BlogSlider .owl-carousel .owl-nav .owl-prev, .BlogSlider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: unset;
    display: inline-block;
    background-color: #2a2929  !important;
    background-size: 15px;
    background-position: center;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.BlogSlider .owl-carousel .owl-nav .owl-prev:hover, .BlogSlider .owl-carousel .owl-nav .owl-next:hover {
	background-color: #000  !important;
}
.BlogSlider {
    margin-bottom: 50px;
}
.widget_nav_menu h3::after {
    content: "\25b2";
}
.widget_nav_menu h3.is-active::after {
    content: "\25bc";
}
.BlogSlider h3 {
    font-size: 22px !important;
    line-height: 40px !important;
    font-weight: 700;
    color: #000 !important;
    position: relative;
	margin-bottom:25px;
}
.BlogSlider h3 span {
    background-color: #fff;
    padding-right: 10px;
    position: relative;
}
.BlogSlider h3::before {
    position: absolute;
    display: block;
    content: '';
    height: 3px;
    top: 18px;
    background-color: #000;
    width: 100%;
}
.BlogSlider .thumBox {
    position: relative;
    z-index: 111;
}
.BlogSlider .disc {
    position: absolute;
    z-index: 222;
    bottom: 0px;
    width: calc(100% - 28px) !important;
    padding: 14px;
    min-height: 45px;
	background: rgba(255, 255, 255, 0.94);
}
.BlogSlider .disc h4 {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400;
    color: #b39132 !important;
    text-transform: uppercase;
   
    font-family: "Lato", Arial, Tahoma, sans-serif;
}

.BlogSlider .meta-data {
    margin: 0px !important;
    list-style: none !important;
    font-size: 10px !important;
    line-height: 10px !important;
    font-weight: 700;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
	display:none !important;
}
.BlogSlider .meta-data li {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
}
.owl-carousel .owl-nav .owl-next:hover {
    background-image: url(../img/r-h-arrow.png);
}
.owl-carousel .owl-nav .owl-prev:hover {
    background-image: url(../img/l-h-arrow.png);
}


/*Teaching Artists Sec css nd*/
@media (max-width: 1366px) {
.BlogSlider h3 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin-bottom: 20px;
}
.BlogSlider h3::before {
    top: 13px;
}
.BlogSlider {
    margin-bottom: 45px;
}
}
 @media (max-width: 1239px) {
.BlogSlider h3 {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 20px;
}
.BlogSlider h3::before {
    top: 12px;
}
.BlogSlider .disc h4 {
    font-size: 15px !important;
    line-height: 20px !important;
   
}	 

.BlogSlider {
    margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.teachingArtistsSec{
	margin: 0 auto !important;
}
.BlogSlider {
    margin-bottom: 30px;
}
.BlogSlider .owl-carousel .owl-nav .owl-prev, .BlogSlider .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
   
    background-size: 12px;
}
}
@media (max-width: 375px) {
.BlogSlider .disc h4 {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 10px;
}	
}

