/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
.heb_ul {
	direction: rtl;
	margin-right: 2em;
	text-align: right;
}

body, html {
}

/* 
this is the continu read color 
*/
.more-link {
	color: #7b6551;
}

/* this is the menu text color */
.main-navigation li>a {
	color: #4d3d2f;
}

/*
this is the menu text color when hover
*/
.main-navigation li>a:hover {
	color: #8d7d6f;
}

/*
this is the menu background color
*/
.bg-dark {
	background-color: white;
}

/* this is the footer color */
.bg-graphite {
	background-color: #4d3d2f;
}

/* 
this is the footer text color 
*/
.footer
.widget-content p, .footer
.widget-content a, .footer
.widget-title {
	color: #4d3d2f;
}

/* this is the credits color */
.credits p, .credits a {
	color: #4d3d2f;
}

/* 
this is the more posts button color
*/
#infinite-handle span button {
	background-color: transparent;
	color: black;
}

/*
this is the hover more posts button color
*/
.widget-content input[type=submit]:hover, #infinite-handle span:hover,
.nav-previous a:hover,
.nav-next a:hover {
	background-color: #bfedfe;
	color: black;
}

/* this are the buttons colors */
.widget-content input[type=submit],  
#infinite-handle span,
.posts-navigation a {
	background-color: #afddee;
	color: black;
}

/*
this is the heder image background
*/
.header
.cover {
	background: white;
}

/*
this is the menu button color
*/
button.nav-toggle.fleft, .nav-toggle:before {
	color: #4d3d2f;
}

/* 
this is the search button color
*/
.search-icon:before {
	color: #4d3d2f;
}

/*this is the header image box*/
.section.header {
	padding: 10px;
}

/*
this is the serch background color
*/
.bg-graphite {
	background-color: white;
}

/* 
this are all the placeholders colors
*/
.header-search-block .search-field::-webkit-input-placeholder {
	color: #4d3d2f;
}

header-search-block .search-field:-moz-placeholder {
	color: #4d3d2f;
}

.header-search-block .search-field::-moz-placeholder {
	color: #4d3d2f;
}

.header-search-block .search-field:-ms-input-placeholder {
	color: #4d3d2f;
}

/*
this is the font of the search
*/
.header-search-block .search-field {
	color: #4d3d2f;
	font-size: 2em;
}

/*this is the search border*/
.header-search-block .search-field:focus {
	border: 1px solid #4d3d2f;
	border-radius: 5px;
}

/*this is the bullet shap*/
.post-content ul li {
	list-style-type: disc;
}

/*
these are the reply and edit positions for the post comments
*/
.comment .reply {
	left: 50px;
}

.comment .edit-link {
	left: 14px;
}

ul.sub-menu li a {
	color: black;
}

ul.sub-menu li:first-child>a {
	color: black;
}

/* submenu bg*/
.main-navigation li ul li {
	background-color: #ddd;
}

/* hide footer credit */
.credits-inner.section-inner {
	display: none;
}

/* fixing bug for submenu hover that whiten the font of the main menu
*/
.main-navigation li:hover>a {
	color: #8d7d6f;
}

/* hover for submenu items*/
.main-navigation li ul li>a:hover {
	color: #8d7d6f;
}

/* hiding categories search title*/
.page-title {
	display: none;
}

/* changing the send button colors */
.post-content input[type=submit] {
	background-color: #afddee;
	color: black;
}

.post-content input[type=submit]:hover {
	background-color: #bfedfe;
	color: black;
}

.main-navigation ul ul ul li:first-child {
	background-color: #fff;
	border-top: 1px solid #aaa;
}

.main-navigation ul ul ul li:last-child {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}

.main-navigation ul ul ul li {
	background-color: #fff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin-right: 5px;
	color: #000;
}

.main-navigation ul ul ul li a {
	color: #000;
}

.main-navigation ul ul li:first-child {
	background-color: #fff;
	border-top: 1px solid #aaa;
}

.main-navigation ul ul li:last-child {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}

.main-navigation ul ul li {
	background-color: #fff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin-right: 5px;
	color: #000;
}

.main-navigation ul ul > .has-children:hover::after,
.main-navigation ul ul > .has-children:focus::after,
.main-navigation ul ul > .menu-item-has-children:hover::after,
.main-navigation ul ul > .menu-item-has-children:focus::after,
.main-navigation ul ul > .page_item_has_children:hover::after,
.main-navigation ul ul > .page_item_has_children:focus::after {
	border-right-color: #8d7d6f;
}

.main-navigation ul ul .has-children:after, .main-navigation ul ul .menu-item-has-children:after, .main-navigation ul ul .page_item_has_children:after {
	border-right-color: #000;
}

.jetpack-social-navigation-svg .icon {
	color: #4d3d2f;
}

.header .custom-logo-link {
	margin-bottom: 0;
}

.single .post-navigation .nav-previous a, .single .post-navigation .nav-next a {
	color: #444;
}

.single .post-navigation .nav-previous a:hover, .single .post-navigation .nav-next a:hover {
	background-color: transparent;
}

.single .post-meta {
	background-color: #ddd;
}

/* fix for the long post problem
.jetpack-the-content {
	display: none;
}

.post-content .aligncenter {
	display: none;
}

.clear p:first-of-type, .clear p:last-of-type {
		display: block;
}

.clear p {
		display: none;
}
*/

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .post-content img {
	border-radius: 10px;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	background: none;
}

#subscribe-submit button {
	background-color: #afddee;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

#subscribe-submit button:hover {
	background-color: #bfedfe;
}
.rtl #infinite-handle span {
	border-radius: 5px;
	font-size: 15px;
}

.contact-submit button {
	background-color: #ddd;
	padding: 10px;
	border-radius: 5px;
}

.contact-submit button:hover {
	background-color: #eee;
	padding: 10px;
	border-radius: 5px;
}

.main-navigation .menu-item-has-children > a{
	padding-right: 47px;
}

.components-button {
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 25px;
	cursor: pointer;
}

.brown {
	color: #4d3d2f;
}
.mc-field-group {
	color: #4d3d2f;
}

.email-btn {
	margin-top: 10px;
}

.required {
	margin-top: 10px;
}
.wpcom-instagram-images img:hover {
	filter: brightness(0.7)
}

/* Added Jun-16-2020 when content disappeared. suugested by support/ Displays posts on site #20151983-hc KD */
.posts .post-container {
    opacity: 1;
}

