/* Odrin Design System */
:root {
  /* Colors */
  --primary: #0063af;
  --secondary: #f4941c;
}


/* Custom CSS */
/* Genel */
.bg-color, .rt-primary-bg
{
	background: #007cba !important;
}
/* Blog */
.bs-img
{
	text-align: center !important;
}
.wp-post-image
{
	width: 50% !important;
}
.single-post .user-info, .single-post .author-block, .single-post .comment-respond, .category .user-info, .single-post .breadcrumbs-title
{
	display: none !important;
}
.category .blog-item, .blog-image, .blog-img
{
	text-align: center !important;
	margin-top: 25px;
}
/* WooCommerce */
.attachment-woocommerce_thumbnail
{
	aspect-ratio: 16/9;
}
/* Menü */
@media (min-width: 768px)
{
	.only-mobile
	{
		display: none;
	}
}
/* Sohbet Balonu */
#odrindigital-chat-widget
{
	bottom: 90px !important;
}
