
.slider-arrow-left{
	right: auto;
	left: 0;
}

.slider-arrow-right{
	left: auto;
	right: 0;
}

.postcontent h3{
	text-align: right;
}

.postcontent form{
	text-align: right;
}

.bookIntroduction aside{
	text-align: right;
}

.bookIntroduction{
	text-align: right;
}

.faq-row{
	text-align: right;
}

.path-gallery{
	direction: ltr;
}

.entry-meta:not(.no-separator) li::before {
    content: "⁞";
    width: var(--cnvs-post-meta-seperator-width);
    text-align: center;
    display: inline-block;
    margin-left: auto;
	margin-right: var(--cnvs-post-meta-margin);
    opacity: 0.5;
}




/* Large devices (large desktops & laptops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* Medium devices (landscape tablets & medium desktops, from 992px to 1199px) */
@media (min-width: 992px) and (max-width:1199px) {

	

}

/* Small devices (portrait tablets & small desktops, from 768px to 991px) */
@media (min-width: 768px) and (max-width:991px) {

	


}

/* Extra small devices (landscape phones & portrait tablets, 767px and down) */
@media (max-width:767px) {
	


}

@media (max-width:580px) {}

@media (max-width:411px) {}

@media (max-width:320px) {}