/*
Theme Name: Oman Textile Mills
Theme URI: https://wordpress.org/themes/omantextilemills/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.9
Tested up to: 6.3
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: omantextilemills

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{ font-family: "Cairo", sans-serif;}
.breadcrumb-container.theme1 ol{ margin-left:0px; padding-left: 0px;}
.breadcrumb-container.theme1 a{margin: 0 5px 0 0 !important; padding: 0px !important;}


.innerpage-section{background: #fff; padding: 30px;}


.innerpage-section img {border: 1px solid #ddd;    padding: 6px;}




/* Language switcher container */
.lang-item {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* Language link */
.lang-item a {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #222;
    background-color: #fff; /* green tone */
    border:1px solid #ebbc14;
    border-radius: 0px;
   
    transition: all 0.3s ease;
}

/* Hover effect */
.lang-item a:hover {
	background-color: #fff;
}

/* Active language (optional) */
.lang-item.lang-item-current a {
    background-color: #fff;
     border:1px solid #ebbc14;
    cursor: pointer;
}

/* RTL support for Arabic */
.lang-item-ar a {
    direction: rtl;
    
}
.lang-item-current a,
.current-lang a,
.lang-item-current .current-menu-item a { border:1px solid #ebbc14; background: #fff}

.navbar-nav li:first-child{border-left: 5px solid #fff !important;}


