/*
Theme Name: Medadoffices Theme
Author: Mediafinity
Author URI: https://Mediafinity.net/
Description: Built for Medad Offices company main website
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
*/


.wpcf7-form .wpcf7-list-item {
    display: block;
    margin: 0 0 0 0;
}

.wpcf7-form .wpcf7-list-item.last {
    margin-bottom: 20px;
}

.single .blog-post {
    margin-top: 3rem;
}


.post-categories {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.post-categories li {
    display: inline-block;
    margin-right: 10px;
}

.post-author {
    font-weight: bold;
    margin-bottom: 2px !important;
    float: right;
}

.post-date {
    font-weight: bold;
    margin-bottom: 2px !important;
    float: left;
}

.post-categories {
    clear:both;
}

.ts-blog-thumb .ts-blog-image {
    border-radius: 9px;
    box-shadow: rgb(0 0 0 / 15%) 0.05px 0.05px 20px 0px;
}
.ts-blog-thumb h4 {
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.blog-post-meta {
    font-size: 1rem;
    line-height: 1.5rem;
}

.blog-post-meta .blog-post-meta-author {
    font-weight: bold;   
}

.blog-post-meta .blog-post-meta-date {
    font-size:0.9rem;
    font-style: italic; 
}

.blog-post-meta .blog-post-meta-categories {
    margin-top: 10px;
}


.widget-english {
    display: block;
}

.widget-arabic {
    display: none;
}

.vision-mission-section h4 {
    margin-top: 30px;
    margin-bottom: 5px;
}


.locations-content  {
    padding-top: 20px;    
}

.locations-content .sideMapL p.book-now  {
    font-size: 80%;
    margin-bottom: 0px;
}

.locations-content .sideMapL p.book-now a {
    color: #ff0000;
}

.breadcrumb, .breadcrumb a {
    background-color: #000;
    color: #fff;
    border-radius: 0;
}

#brand button {
    background-color: #ffffff70;
    border-radius: 10px !important;
    padding: 0.5rem !important;
}

#ts-hero .wrapper {
    display: block;
}

.language-swticher {
    
    list-style: none;
    margin-top: 10px;
    position: absolute;
    right: 20px;
    top: 00px;
    z-index: 1001;
    background-color: #ffffff6b;
    padding: 10px;
    border-radius: 10px;
}

#works .o-logo {
    width: auto !important;
}

@media (min-width: 36rem) {

    .language-swticher {
        top: 0px;
    }
    
}

.ts-blog-thumb .ts-background-image {
    background-size: cover;
    background-position: center center;
}