/*
Theme Name: RT Magazine Plus
Theme URI: https://rigorousthemes.com/downloads/rt-magazine-plus
Author: Rigorous Themes
Author URI: https://rigorousthemes.com/
Description: RT Magazine Plus is child theme of RT Magazine. RT Magazine Plus is clean, well structured, sparkling, user-friendly, flexible, dynamic and attention-grabbing WordPress Magazine Theme with a sleek feel that's perfect for news sites, editorial websites and online magazines. It comes up with the colorful look, built with the latest design trends and highly adjustable theme customizer that lets you customize the appearance of the theme: menu, logo, background and so on.Besides, the theme is packed with myriad features and custom widgets that are really efficient and super user-friendly in order to focus on your job with no coding skills, are some of its strong features and make your news or magazines catch everyone’s eyes and stand out to be the best among others. RT Magazine is fully responsive and looks good on all devices either mobile or desktop. Endless amounts of custom sliders, as well as carousels, can easily be deployed in an instant, showcasing your featured reviews or articles or keeping your pages dynamic with attractive image galleries.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rt-magazine-plus
Template: rt-magazine
Tags: translation-ready, custom-background, theme-options, custom-menu, custom-header, threaded-comments, blog, education, news, custom-logo,right-sidebar, left-sidebar, custom-header

RT Magazine Plus WordPress Theme, Copyright (C) 2018, Rigorous Themes
RT Magazine Plus is distributed under the terms of the GNU GPL


*/
/* sidebar position  css*/

.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-slider-demo .owl-nav .owl-prev, 
.owl-slider-demo .owl-nav .owl-next, 
.owl-slider-demos .owl-nav .owl-prev,
.owl-slider-demos .owl-nav .owl-next{
	background: rgba(48, 62, 75, 0.9);
	border-radius: 100px;
	font-size: 0;
	height: 35px;
	margin: 0 auto;
	opacity: 0;
	padding: 0;
	width: 35px;
	-moz-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
	-o-transform: translate(-50%, -80%);
	-webkit-transform: translate(-50%, -80%);
	transform: translate(-50%, -80%);
	position: absolute;
	top: 50%;
}

.owl-slider-demo .owl-nav .owl-prev:before,
.owl-slider-demo .owl-nav .owl-next:before,
.owl-slider-demos .owl-nav .owl-prev:before, 
.owl-slider-demos .owl-nav .owl-next:before{
	color: #fff;
	font-size: 20px;
	font-family: 'FontAwesome';
	line-height: 35px;
}

.owl-slider-demo .owl-nav .owl-next:before, 
.owl-slider-demos .owl-nav .owl-next:before {
	content: '\f105';
	padding-left: 5px;
}

.owl-slider-demo .owl-nav .owl-prev:before,
.owl-slider-demos .owl-nav .owl-prev:before {
	content: '\f104';
	padding-left: 0;
} 
.owl-slider-demo .owl-nav .owl-prev, 
.owl-slider-demos .owl-nav .owl-prev {
	left: 35px;
}

.owl-slider-demo .owl-nav .owl-next,
.owl-slider-demos .owl-nav .owl-next{
	right: 0;
}

.owl-slider-demo:hover .owl-prev,
.owl-slider-demo:hover  .owl-next,
.owl-slider-demos:hover .owl-prev,
.owl-slider-demos:hover  .owl-next{
	opacity: 1;
}