/*
Theme Name: Baskerville Child
Theme URI: http://www.andersnoren.se/teman/baskerville-wordpress-theme/
Template: baskerville
Author: Anders Norén
Author URI: http://www.andersnoren.se
Description: Baskerville is a beautiful, responsive and retina-ready masonry theme for hoarders. It's the perfect way to showcase your posts, videos, images and galleries, and share your favorite quotes and links. Features responsive design, retina-ready assets, full-width header image, Gutenberg support, support for all post formats, custom logo upload, custom widgets (video, Flickr and Dribbble), four page templates (including a contributors template), editor styling, like functionality via the ZillaLikes plugin and translation-ready code. Demo: http://www.andersnoren.se/themes/baskerville/
Tags: blog,three-columns,right-sidebar,custom-colors,custom-header,custom-menu,editor-style,featured-images,footer-widgets,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,portfolio,grid-layout
Version: 1.27.1539033183
Updated: 2018-10-09 00:13:03

*/
body {
    font-size: 20px;
}
.header .cover {
    background-color: rgba(29,29,29,0);
}
.blog-title, .blog-description {
	clip: rect(1px 1px 1px 1px);
	position: absolute;
}


/* Navigation */
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	/* override parent theme's definitions that create horizontal scroll*/
	left: auto;
}

.section-inner{
	max-width: 95%;
}
.main-menu li > a, .main-menu ul ul a{
	color: #fff;
	font-weight: normal;
	padding: 27px 16px
}
.main-menu li > a:hover, .main-menu ul ul a:hover{
	color: #13c4a5;
}
/* hide the slash (\)*/
.main-menu li::before {
  color: #fff;
	line-height: 1.3;
	content: "";
}
.main-menu .has-children > a, .main-menu .menu-item-has-children > a, .main-menu .page_item_has_children > a {
	padding-left: 28px;
	padding-right: 16px;
}
/* the little arrow */
.main-menu .has-children > a::after, .main-menu .menu-item-has-children > a::after, .main-menu .page_item_has_children > a::after{
	border-top-color: #fff;
	left: 11px;
}
.main-menu ul ul .has-children::after, .main-menu ul ul .menu-item-has-children::after, .main-menu ul ul .page_item_has_children::after {
	border-right-color: rgba(255,255,255,1);
}
 
/* Fix bug that hover under the top navigation bar shows the submenu */
.main-menu li > ul{
	z-index: 0;
}
.main-menu li:hover > ul, .main-menu li.focus > ul{
	z-index: 999;
}
/* End fix */

/* Responsive Menu */
#responsive-menu-container{
	top: 55px; /*open under button*/
}

.post-header {
    padding: 4% 5%;
}
.single .post-content {
    padding: 4% 5%;
}
.post-content cite {
    margin-top: 0.5rem;
    display: block;
    font-size: 1.6rem;
    color: #797979;
}
.post-content cite:before {
    content: "\2014 \2009";
}
.comments-title {
    font-size: 1.5em;
    line-height: 1.2;
}
.comment .avatar {
    left: auto;
    right: -110px;
}
body, .post-header .post-title, .main-navigation, .main-menu, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .comments-title-container, .comment-author .fn, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea, div#respond textarea, .form-submit #submit, .widget-title, .credits p {
    font-family: Alef, sans-serif;
}
.site-title, .site-description {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.error404 .post-content p {
    white-space: pre-wrap;
}
/* For "NEW" banner */
.home:not(.paged) .posts .post-container:first-child .featured-media {
    position: relative;
    overflow: hidden;
}
.home:not(.paged) .posts .post-container:first-child .featured-media::before {
    width: 9.5rem;
    display: block;
    height: 1.5rem;
    background-color: red;
    color: #fff;
    content: "חדש";
    font-weight: bold;
    top: 1.5rem;
    left: -2.5rem;
    text-align: center;
    position: absolute;
    z-index: 1;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.post-content blockquote:before, .post-content q:before {
    background-image: none;
    width: auto;
    display: block;
    font-size: 8rem;
    color: #3370b1;
    content: "\201D";
    top: -2rem;
    position: absolute;
    right: -2rem;
    margin: 0;
}
.post-content blockquote, .post-content q {
    width: 90%;
    line-height: 1.45;
    position: relative;
    quotes: "" "";
    padding: 0.25rem 4rem;
    margin: 1.25rem auto;
}
.post-content blockquote:after, .post-content q:after {
    content: none;
}

.post-content cite{
    color: #797979;
    font-size: 1.6rem;
    display: block;
    margin-top: 0.5rem;
}

.post-content cite:before{
    content: "\2014 \2009";
}
.post-content img.aligncenter {
	display: block; /* so the margin:auto from the parent theme can apply */
}
.post-content .wp-caption a{
	display: inline; /* this is to countercat the dispaly block from parent theme, which isn't good for the a inside the wp-caption-text */
}
.post-content .wp-caption > a{
	display: block; /* only the direct link of the caption element should be a block */
}

.post-content .wp-caption-text,
.post-content .gallery-caption,
.widget-content .wp-caption-text,
.widget-content .gallery-caption{
    color: #444;
    font-weight: normal;    
    line-height: 1.2;
}
.post-content .letter table{
	border: 2px solid #ddd;
}
.post-content .letter table tbody > tr:first-child > td, .post-content .letter table tbody > tr:first-child > th{
	background-color:#fff;
		border: 2px solid #ddd;

}
/* fixed header table */
.fixed_headers thead{
	white-space: initial;
}
.fixed_headers thead td {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: #ddd;
	  border-left: 1px solid #fff;
	vertical-align: middle;
}
.fixed_headers tbody td {
    position:relative;
}
.fixed_headers td:after{
	content:"";
	display:block;
	height:100%;
	position:absolute;
	border-left:1px solid #fff;
	top:0;
	left:0;
}
.fixed_headers tbody > tr:nth-child(even) > td:after{
		border-left-color: #f9f9f9;
}
.postid-5857 .post,
postid-5857 .hentry{
	overflow:initial;
}

/* dictionary background */
.dictionary-letter {
	background-color: #f3fbfe;
	padding: 1rem 2rem;
	border: 1px solid #3b6cb8;
	border-radius: 0.5rem;
	margin-bottom: 5rem;
}

.dictionary-letter h3{
	margin-top: 0;
}


/* Male Female post*/
ul.male-female{
	margin: 0;
	list-style-type: none;
}

.male-female li{
	display: flex;
	flex-wrap:wrap;	
	padding: 1rem;
	box-shadow: 1px 2px 6px 1px #b7b7b7;
}
.male-female li > * {
	flex: 1 1 50%;
}
.male-female li > h3{
	margin-top: 0;
	flex: 1 1 100%;
	font-weight: normal;
}
.male-female li > :nth-child(3) {
	text-align: center;
	padding: 0 1rem;
}
.male-female li figure,
.male-female li figure a{
	display: inline-block;
}

/* .comments-title */
.comments-title{
	font-size: 1.5em;
	line-height: 1.2;
}

.rtl .comment-list .edit-link, .rtl .reply {
    left: 20px;
    right: auto;
}
.rtl .comment .edit-link {
    left: 44px;
    right: auto;
}
.rtl .comment-body {
    margin-left: 0;
    margin-right: 110px;
}
.comment-body::after {
    margin-left: 0;
    margin-right: -24px;
    left: auto;
    right: 0;
    border-left-color: #eee;
    border-right-color: transparent;
}
.comment.bypostauthor::after {
    left: auto;
    right: 0;
}
.wc-gallery .gallery .gallery-icon a img {
    border: 1px solid #eee;
    padding: 5px;
}
.single .post-meta p, .single .post-meta time, .single .post-meta > a, .post-navigation a, .post-edit-link, .single .post-meta p a {
    color: #fff;
}

.single .post-date{
	display: block;
	margin-top: 1rem;
	font-size: 1rem;
}
.post-date .fa-clock-o{
	margin-left: 0.5rem;
}

.rtl.single .post-navigation .nav-previous a, .rtl.single .post-navigation .nav-next a {
    padding-right: 28px;
    padding-left: 0;
}
.rtl.single .post-navigation .nav-previous a::before, .rtl.single .post-navigation .nav-next a::before {
    left: auto;
    right: 0;
}
@media (max-width: 500px) {
.rtl	.comment-body {
    margin-right: 0;
}
}
