/*
Theme Name: Twenty Fifteen Child
Template: twentyfifteen
Version: 1.0
*/

/* Load original Twenty Fifteen styling */
@import url("../twentyfifteen/style.css");

/* Load original RTL Arabic styling */
@import url("../twentyfifteen/rtl.css");


/* Your custom CSS goes below this line */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body, button, input[type="button"], input[type="reset"], input[type="submit"], input, select, textarea, blockquote cite, blockquote small, .post-password-form label, .main-navigation .menu-item-description, .post-navigation .meta-nav, .post-navigation .post-title, .pagination, .image-navigation, .comment-navigation, .site-title, .site-description, .widget-title, .widget_calendar caption, .widget_rss .rss-date, .widget_rss cite, .author-heading, .entry-footer, .page-title, .page-links, .entry-caption, .comments-title, .comment-reply-title, .comment-metadata, .pingback .edit-link, .comment-list .reply a, .comment-form label, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .no-comments, .wp-caption-text, .gallery-caption {
    font-family: 'Tajawal', sans-serif; 
}

.entry-content, .entry-summary {
    padding: 0 7.6923% 7.6923%;
    text-align: justify;
}

.post-navigation a {
    display: block;
    padding: 20% 7.5%;
    margin-bottom: 15px;
}

.menu-google-search-wrapper {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 20% 20%;
}

input.search-field {
    height: 50px;
    border: 1px solid lightseagreen;
}

@media only screen and (max-width: 600px) {
    .menu-google-search-wrapper {
        margin: 0%;
    }
}