/*!
Theme Name: Happy Seniors
Theme URI: http://underscores.me/
Author: termytez
Author URI: http://termytez.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: happy-seniors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Happy Seniors is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	========================================================================== */


/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/


/* Interactive
	========================================================================== */


/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}


/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}


/* Misc
	========================================================================== */


/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}


/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: hebrewfont;
    src: url(https://happysenior.care/wp-content/themes/Happy-seniors/fonts/Comix.ttf);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}



body {
    font-family: 'Hind', sans-serif;
}

html[lang="he-IL"] body {
    font-family: Arimo;
}

.navbar-nav .nav-link,
h4.tagline {
    font-family: 'Caveat', cursive;
}

#top {
    background: #1f4e78;
    padding: 10px;
}

#top .navbar-nav {
    text-align: center;
}

#top .navbar-nav .nav-link {
    font-size: 22px;
    margin-right: 10px;
}

#top .navbar-nav .nav-link a {
    color: #fff;
}

header#main-header {
    padding: 20px;
    background: #fff;
    border-bottom: 5px solid #214c6f;
}

.logo {
    margin: 0 auto;
    display: block;
    width: 350px;
}

#categories {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0 0;
}

#categories .navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#categories .navbar {
    padding: 0;
}

#categories .navbar-nav .nav-item {
    margin-right: 45px;
}

#categories .navbar-nav .nav-item.active a,
#categories .navbar-nav .nav-item a:hover {
    border-bottom: 2px solid #cea500;
}

#categories .navbar-nav .nav-item a {
    color: #cea500;
    font-size: 24px;
    font-weight: 600;
    padding: 6px 20px;
    border-bottom: 2px solid transparent;
}

h4.tagline {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}

ul.social-links {
    margin: 0 auto;
    float: none;
	padding:0;
	text-align:center;
}

ul.social-links li {
    list-style: none;
    display: inline-block;
}

ul.social-links li a {
    background: #97c722;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    color: #1f4e78;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
}

footer#site-footer {
    background: #0b2960;
    color: #fff;
    padding: 25px 15px;
}

.footer-logo {
    width: 248px;
    padding: 0;
}

body .footer-address {
    text-align: right;
}

body .footer-address h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.copyright-info {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}
.translator-wrap{
	padding:20px 15px 0;
}
.translator-wrap select{
	width:100%;
}
body.rtl.footer-address, body.rtl .footer-address p, body.rtl .footer-address h4 {
text-align: left !important;
}
body.rtl .copyright-info{
	text-align:right;
}
body.rtl.copyright-info{
	text-align: right !important;
}
#top{
	position:fixed;
	width:100%;
	z-index:2;
}
#main-header .container{
	padding-top:100px;
}
#categories{
	padding:15px;
}
.translator-wrap ul li{
	display:block;
}
.translator-wrap ul li a{
	color:#fff;	
}
.translator-wrap ul{
	padding:0;
}
#bs-example-navbar-collapse-1{
	justify-content:flex-end;
	font-weight:bold;
}
html:lang(he-IL) *{
	font-family:hebrewfont !important;
}

@media(max-width:768px){
	.footer-aside{
		padding:15px;
	}
	body .footer-address, body.rtl.footer-address, body.rtl .footer-address p, body.rtl .footer-address h4{
		text-align:center !important;
	}
	#top{
		position:relative !important;
	}
	#main-header .container{
		padding-top:20px !important;
	}
}

