/**
Theme Name: diet
Author: Mridul Borah
Author URI: http://www.dietjorhat.in/
Description: DIET is a school training institute located in Titabor, Jorhat, Assam
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diet
Template: astra
*/

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: inherit;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 3rem;
}

.owl-item > div {
	text-align: center;
	color: #fff;
}

.owl-item .diet-news-header {
	color: #fff;
}

.diet-news-header {
	font-size: 1.2rem;
	margin: 0 0 1.2rem 0;
}

.news-pdf-link a {
	position: relative;
	background: #fff;
	color: #222;
    padding: 0.5rem 2.2rem 0.5rem 1rem;
    border-radius: 5px;
}

.news-pdf-link a::after {
  	content: url('../../plugins/diet-news-slider/assets/img/pdf.webp');
	position: absolute;
	top: 1px;
    right: 1px;
}

.news-pdf-link a:hover {
	background: #222;
	color: #fff;
}

td.news-pdf-link.notice-board p {
    margin-bottom: 0;
}

.owl-theme .owl-nav {
    margin-top: 20px;
    position: absolute;
    top: 0;
	top: 0;
    right: 0;
    left: 0;
}

button.owl-prev {
    left: 0;
    position: absolute;
}

button.owl-next {
    right: 0;
    position: absolute;
}