@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/css2?family=Varela+Round&display=swap);
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
@font-face {font-family: FBKANUBA-LIGHT; src: url(/fonts/FBKANUBA-LIGHT.OTF); font-weight: 100;}
@font-face {font-family: FBKANUBA-REGULAR; src: url(/fonts/FBKANUBA-REGULAR.OTF); font-weight: 400;}
@font-face {font-family: FBKANUBA-BOLD; src: url(/fonts/FBKANUBA-BOLD.OTF); font-weight: 700;}
@font-face {font-family: FBKANUBA-BLACK; src: url(/fonts/FBKANUBA-BLACK.OTF); font-weight: 900;}

/*
Theme Name: twentythirteen-child
Template: twentythirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see https://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
/*.page .contentmohalimlist-article {clear: both;}*/

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans Hebrew', Alef Hebrew, Source Sans Pro, Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 26px/*1.5*/;
	margin: 0;
}

a {
	color: #0b93d6;
	text-decoration: none;
}

a:visited {
	color: #0b93d6;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #000000;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans Hebrew', Alef Hebrew, Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 34px;
	/*font-weight: bold;*/
	margin: 30px 0;
}
.page .contentmohalimlist-h1 {text-align: right; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; /*border-bottom: 1px solid #d0d0d0;*/}
.category-102 h1 {margin: 6px 0;}

h2 {
	font-size: 26px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 20px 0px 6px;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 0px;
}
.page p {margin-bottom: 20px;}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
	color: #767676;
}
.category-mohalimlist ul {padding-right: 20px; color: #141412;}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 0px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	/*padding: 11px 24px 10px;*/
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 911.2px;
	min-height: 45px;
	position: relative;
	/*border-right: 1px dashed grey;*/
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: block;
	position: relative;
	width: 100%;
	max-width: 227.8px;
	height: 60px;
	padding: 0px;
	text-align: center;
	float: right;
	border-top: 1px solid #e6e6e6;
	background-color: #ffffff;
}

.nav-menu li a {
	color: #444E5A;
	display: block;
	font-size: 17px;
	line-height: 1.5;
	padding: 10px 25px;
	text-decoration: none;
	/*height: 94px;*/
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #ffffff;
	border-top: 1px solid #A9D274;
	color: #444E5A;
}

.nav-menu li:hover {
	/*background-color: #A9D274;*/
	border-top: 1px solid #A9D274;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: transparent /*#220e10*/;
	border: 0px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #444E5A;
	margin: 0;
	width: 100%;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: transparent /*#444E5A*/;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #444E5A;
	/*background-color: #A9D274;*/
	border-top: 1px solid #A9D274;
	/*font-style: italic;*/
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #ffffff;
	margin: 0 auto;
	/*max-width: 1600px;*/
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0px 0px 0px 0px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.postid-13735 .entry-header {display: none;}

.category .entry-summary {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	width: -webkit-fill-available;
}

.page-id-13374 .entry-summary {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	width: -webkit-fill-available;
	font-size: 14px;
    line-height: 22px;
	padding: 0px 20px;
	margin-bottom: 30px
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail {width: 100%; max-width: 1090px; margin: 0px auto; text-align: center; padding: 0px 15px; border-radius: 3px;}

.entry-thumbnail img {
	display: inline-block;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 900px;
	border-radius: 6px;
}

.entry-thumbnail_embed img {
	display: inline-block;
	margin: 0 auto 0px;
	width: 100%;
	max-width: 900px;
	border-radius: 6px;
}

.entry-header {
	margin: 10px 0px 0px 0px;
	/*text-align: center;*/
}
.page .contentmohalimlist-entry-header {margin: 0px; float: right; max-width: 420px;}

.entry-title {
	font-weight: bold;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #613283;
}
.page .contentmohalimlist-a {
	color: #000000;
}
.page .contentmohalimlist-mohelcard-a {
	color: #005d8a;
}
.page .contentmohalim_recommended_list-a {
	color: red;
}

.page .contentmohalimlist-a:hover {
	color: #d0d0d0;
}

.entry-content a:hover,
.comment-content a:hover {
	/*color: #ea9629;*/
	text-decoration: underline;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 0px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 0px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 10px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #0b93d6;
}

.navigation a:hover {
	color: #5ECAFF;
	text-decoration: none;
}

.paging-navigation {
	background-color: #00000000;
	padding: 10px 0px 20px;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 0px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #23ACF0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 1px 1px 7px 2px;
	width: 50px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #5ECAFF;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: transparent /*#e8e5ce*/;
}
.page .mohalimlist-archive-header {width: 100%; max-width: 900px; margin: 0 auto;}

.archive-title,
.archive-meta {
	/*font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;*/
	font: 30px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
	text-align: center;
}

.archive-title_tag {
	font: 30px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

.page .mohalimlist-archive-title {
	/*font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;*/
	font: 30px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	text-align: center;
}

.page .mohalimlist-archive-meta {
	/*font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;*/
	font: 30px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 0px 8px 20px 8px;
	width: 100%;
	text-align: right;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}
.page .contentmohalimlist-page-header {
	background-color: #ffffff;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}
.page .contentmohalimlist-.page-title {
	/*font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;*/
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.c_t_mohel, .c_l_mohel {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	/*background: url(images/dotted-line.png) repeat left top;*/
	background: transparent;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}


/*.single-post .reply, .comment-metadata {display: none;}*/

.commentstxt {
  width: fit-content;
  margin: 4px 16px 30px 0px;
  border-radius: 10px;
  background: #b9e8ff;
  color: #000;
  padding: 14px;
  /*text-align: center;
  font-weight: 900;
  font-family: arial;*/
  position: relative;
	text-align: right;
}
.sbmohel:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #b9e8ff;
  border-right: 15px solid transparent;
  border-top: 15px solid #b9e8ff;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.single-post .comment-respond {background-color: transparent; padding: 0px;}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

h3.comment-reply-title {margin: 0px auto; font-size: 20px; text-align: right;}

.comment-reply-title {
	/*font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;*/
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 2px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

p.comment-form-cookies-consent {display: none;}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px 'Open Sans Hebrew', Source Sans Pro, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #ffffff;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #2d2d2d;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #ffffff;
}
.site-footer .widget a:hover {text-decoration: underline;}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	background-color: #D4D4D3;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 0px 70px 0px;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 0px;
		padding-right: 0px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 0px;
	}
	
	.menu-toggle:active {padding: 0px;}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #ffffff;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #2d2d2d;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #2d2d2d;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 24px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
		width: 100%;
		max-width: 100%;
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		/*background-image: url(images/dotted-line-2x.png);*/
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}
	.page .contentmohalimlist-site-content {width: 100%; max-width: 900px;}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}

.videocube {
    position: relative;
    padding-bottom: 38.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
width: 100%; max-width: 450px; margin: 0 auto; float: right; border: solid 20px transparent; border-width: 10px 10px 10px 10px;
}

.videocube iframe,
.videocube object,
.videocube embed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.kachtopm {display: none;}

.wherebuy {
width: 100%; background-color: #ffffff; border: 0px solid #ffffff; border-radius: 3px; padding: 4px 30px 4px 30px; margin: 0px auto 0px auto; position: fixed; bottom: 0;
}

.wherebuyin {
width: 100%; max-width: 900px; margin: 0 auto; position: relative; overflow: hidden; text-align: center;
}

.bigcont1 {
width: 100%; max-width: 1080px; margin: 0 auto; padding: 20px 0px 0px 0px; text-align: center;
}
.ishurlogos {
	width: 100%; max-width: 890px; margin: 0 auto; position: relative; overflow: hidden; text-align: center; padding: 0px 0px 0px 0px;
}
.ishurtop {
font-size: 19px; color: #ffffff; margin-top: 0px; vertical-align: middle; display: none;	
}
.splogom {width: 38px; margin-right: 10px; /*display: none;*/}
.belogom {width: 60px; margin-right: 10px; display: none;}
.bigcontbuy {
width: 100%; padding: 30px 0px 30px 0px; background-color: #E1F6FF; position: relative;
}
.buyspan {
	font-size: 22px; color: #23abe2; margin-top: 0px;
}
.buyspansp {
	font-size: 22px; font-weight: bold; color: #e2002f; margin-top: 0px; vertical-align: baseline;
}
.buyspanbe {
	font-size: 21px; font-weight: bold; color: #977aff; margin-top: 0px; display: none;
}
.splogo {
	width: 140px; margin: 0px 8px 2px 0px; display: none;
}
.belogo {
	width: 62px; margin: 0px 14px 2px 0px; display: none;
}
.buysite {
	font-size: 26px; color: #444e5a; margin-top: 0px; line-height: 34px;
}
.bigcont2 {
width: 100%; padding: 60px 0px 60px 0px; background-color: #E1F6FF; position: relative; display: none;
}
.bigcont3 {
width: 100%; padding: 40px 0px 40px 0px; background: #f5f5f5/*23ACF0*/; clear: both;
}
.avalq {font-size: 44px; color: #444e5a; line-height: 50px;}
.kians {font-size: 30px; color: #444e5a; margin-top: 20px; line-height: 40px;}
.bigcont4 {
width: 100%; padding: 70px 0px 85px 0px; background: #23ACF0; clear: both;
}
.bigcont44 {
width: 100%; padding: 35px 0px 85px 0px; background: #ffffff; clear: both;
}
.bigcont5 {
width: 100%; padding: 85px 0px 85px 0px; background: #f4f5f6; clear: both;
}
.footercont {
width: 100%; padding: 60px 0px; background: #5E6369; clear: both;
}
.inpagecont {
width: 100%; max-width: 900px; margin: 0px auto; position: relative; overflow: hidden; text-align: justify; padding: 40px 0px 10px 0px; line-height: 26px;
}
.postid-13784 .inpagecont {max-width: 100%;}

.inpagecont_embed {
width: 100%; max-width: 900px; margin: 0 auto; position: relative; overflow: hidden; text-align: justify; padding: 10px 0px 10px 0px; line-height: 26px;
}

.single-post .inpagecont p {margin-bottom: 20px;}
#formques p {margin-bottom: 0px!important;}

.inpagecont h2 {margin: 20px 0px 6px; line-height: 34px; text-align: right; clear: none;}

.page .contentmohalimlist-inpagecont {
width: 100%; max-width: 900px; margin: 10px auto; position: relative; overflow: hidden; text-align: justify; padding: 6px; border: 1px solid #d0d0d0; border-radius: 3px;
}
.contentmohalimlist-mohelcard-inpagecont {
width: 100%; max-width: 900px; margin: 10px auto; position: relative; overflow: hidden; text-align: justify; padding: 6px; border: 1px solid #005d8a; border-radius: 3px; background-color: #e7f7ff;
}
.inpagecontcontentmohel {
width: 100%; max-width: 900px; margin: 0 auto; position: relative; overflow: hidden; text-align: justify; padding: 10px 6px 10px 6px;
}
.inpageloopcont {
width: 100%; max-width: 900px; margin: 0 auto; position: relative; overflow: hidden; border-top: solid 1px #999;
}

.topleftcont {
width: 100%; max-width: 1080px; margin: 0px auto; position: relative; overflow: hidden; font-size: 16px; color: #444E5A; padding: 18px 0px 18px 0px;
}
.topleftt {
float: left; margin-right: 20px; border-right: 0px solid grey; color: #444E5A; text-decoration: none; display: block;
}
a.topleft {
float: left; margin-right: 20px; border-right: 0px solid grey; color: #444E5A; text-decoration: none; display: block;
}

.topleftcontin {
width: 100%; max-width: 1295px; margin: 0px auto; position: relative; overflow: hidden; font-size: 16px; color: #444E5A; padding: 8px 0px 8px 0px;
}
.toplogodesc {height: 50px;}
a.toplogodesc {float: right; margin-top: 2px;}
.toplogodescm {display: none;}
a.toplogodescm {display: none;}
.toplefttin {
float: left; margin: 15px 20px 15px 0px; border-right: 0px solid grey;
}
a.topleftbuyin {
float: left; background-color: #23ACF0; color: #ffffff; font-size: 18px; padding: 4px 25px 4px 25px; margin: 10px 20px 6px 0px; border-radius: 4px; text-decoration: none;
}
a.topleftin {
float: left; margin: 15px 20px 15px 0px; border-right: 0px solid grey; color: #444E5A; text-decoration: none;
}

.topbuttonscont {
width: 100%; max-width: 786px; margin: 10px auto; position: relative; overflow: hidden; text-align: center; display: none;
}
.topbuttonsm, .topbuttonsmbuy, a.topbuttonsmbuy, a.topbuttonsm, a.topbuttonsmin {
display: none;
}

.mtophomeimg {display: none;}
.dtophomeimg {
display: block; width: 100%; max-width: 1080px; margin: 0 auto;
}
.mkit101img {display: none;}
.dkit101img {
display: block; width: 100%; max-width: 1080px; margin: 0 auto;
}

.spmessagem{width: 100%; max-width: 1080px; background-color: transparent; border: 0px solid #D4D4D4; border-radius: 3px; padding: 10px 30px 20px 30px; margin: 0px auto 0px auto; text-align: center;}
a.topbuttons {
width: 100%; max-width: 180px; float: right; margin: 18px auto; background-color: #23ACF0; color: #ffffff; font-size: 22px; border-radius: 4px; padding: 10px; margin-bottom: 40px; color: #ffffff; text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
a.topbuttons:hover {
color: #ffffff; background-color: #5ECAFF;
}
a.firsttopbutton {
width: 100%; max-width: 180px; float: right; margin: 18px auto; background-color: #23ACF0; color: #ffffff; font-size: 22px; border-radius: 4px; padding: 10px; margin-bottom: 40px; color: #ffffff; text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
a.firsttopbutton:hover {
color: #ffffff; background-color: #5ECAFF;
}
a.topbuttonsmeda {
width: 5%; /*max-width: 270px;*/ margin: 0 auto; background-color: transparent; color: #444E5A; font-size: 22px; border-radius: 4px; padding: 0px; margin-top: 26px; color: #444E5A; text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
clear: both;
}
a.topbuttonsmeda:hover {
color: #444E5A; background-color: transparent;
}

a.mohelpaybutton {
width: fit-content; float: left; margin: 0px auto; background-color: #23ACF0; color: #ffffff; /*font-size: 22px;*/ border-radius: 4px; padding: 0px 10px; margin-bottom: 0px; color: #ffffff; text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
a.mohelpaybutton:hover {
color: #ffffff; background-color: #5ECAFF;
}

.topcube {
width: 100%; max-width: 445px; border: 30px solid transparent; float: none; margin: auto;
}
.doit {
width: 100%; max-width: 200px; border: 0px solid transparent; /*border-top: 1px solid #cacaca;*/ float: right; margin: 26px 31px 24px 31px; font-size: 20px; color: #444E5A; display: none;
}
.doittop {
background-color: #A9D274; width: 100%; max-width: 100%; height: 4px; border-radius: 3px; margin: 0px auto; position: relative; overflow: hidden; text-align: center; margin-bottom: 4px;
}
.feat {
width: 100%; max-width: 357px; border: 20px solid transparent; float: right; padding: 22px; font-size: 20px; color: #444E5A;
}
.feattop {
background-color: #FB9A11; width: 100%; height: 6px; border-radius: 0px; margin-bottom: 20px;
}
a.menuhome {
width: 100%; max-width: 216px; height: 122px; border: 0px solid transparent; float: right; padding: 13px; font-size: 22px; color: #444E5A; border-left: 1px dashed grey; border-top: 0px solid #A9D274; color: #444E5A; text-decoration: none;
}
a.menuhome:hover {
background-color: #A9D274; color: #444E5A; text-decoration: none;
}
.footercube {
width: 100%; max-width: 630px; border: 0px solid transparent; float: right; padding: 0px; color: #DDE2EB; border-left: 0px solid #4D5662; text-align: right; margin: 0px 0px 0px 0px;
}
.footercubewa {
width: 100%; max-width: 70px; border: 0px solid transparent; border-radius: 0px 10px 10px 0px;
    color: #3e3e3e;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    position: fixed;
    left: 0px;
    bottom: 50px;
    display: block;
    z-index: 999;
    line-height: 14px;
    background-color: #ffffff;
    padding: 4px 2px 4px 0px;
    box-shadow: 0px 0 4px 0px #3e3e3e;
}
.postid-9560 .footercubewa {
width: 100%; max-width: 70px; border: 0px solid transparent; color: #DDE2EB; text-align: right; margin: 0px 0px 0px 0px; position: fixed; left: 5px; bottom: 50px; display: none; z-index: 999;
}
.footertel {
font-size: 30px; vertical-align: middle;
}
.footercontform {
	width: 100%; max-width: 360px; margin: 0px auto; float: right;
}
.footercube2 {
display: none; width: 100%; max-width: 360px; border: 0px solid transparent; float: right; padding: 0px; color: #DDE2EB; border-left: 0px solid #4D5662; text-align: center;
}
.footercube3 {
display: none; width: 100%; max-width: 360px; border: 0px solid transparent; float: right; padding: 0px; color: #DDE2EB; border-left: 0px solid #4D5662; text-align: center;
}
.kitfooter {
	width: 82%;
}
.kitfootertxt {font-size: 26px; font-weight: 100; text-decoration: overline;}
.kitfooterdot {line-height: 28px;}

.kachtop {display: none;}
.kachtopm {display: none;}

.mohalimlisttel {float: left;}
.mohalimlistdetails {float: right; display: none;}
.single .mohalimlistdetails {float: right; display: block;}

.moheltoplinkdet, .moheltoplinkc {display: none;}

.moheltoplinkbox-list {margin: 6px 20px auto; float: left;}
.moheltoplinkc-list {width: fit-content; margin: 0px auto; background-color: #e7f7ff; border: 1px solid #005d8a; border-radius: 30px; margin-bottom: 0px; padding: 6px 10px 4px 10px;	text-align: center; font-weight: bold; box-shadow: 0px 0px 6px 1px #c3c3c3;}
a.moheltoplinkc-list {color: #005d8a;}
.moheltoplinkdet-list {width: fit-content; margin: 0px auto; background-color: #ffffff; border: 1px solid #005d8a; border-radius: 30px; margin-bottom: 0px; padding: 6px 10px 4px 10px;	text-align: center; font-weight: bold; /*box-shadow: 0px 0px 10px 1px #c3c3c3;*/ float: right; margin-left: 14px;}
a.moheltoplinkdet-list {color: inherit;}

.mohelcard {clear: both; background-color: #e7f7ff; padding: 4px 10px; border: 1px solid #005d8a; border-radius: 4px;}
.mohelcardsub {/*clear: both;*/ background-color: #ffffff; margin: 18px 10px; padding: 10px; border-radius: 4px; box-shadow: 0px 0px 3px #c3c3c3;}
.mohelcardtitle {margin: 0px 0px 10px; color: #005d8a; text-align: right;}
.postid-14183 .mohelcardtitle {text-align: left;}
.moheldireclanghe {position: absolute; right: 40px; padding: 0px 6px; cursor: pointer; background-color: white; box-shadow: 0 0 3px 0px #717171; border-radius: 2px;}
.moheldireclangfr {position: absolute; left: 26px; padding: 0px 6px; cursor: pointer; background-color: white; box-shadow: 0 0 3px 0px #717171; border-radius: 2px;}
.mohelcardsubdetails {/*clear: both;*/ background-color: #ffffff; margin: 18px 10px; padding: 10px; border-radius: 4px; box-shadow: 0px 0px 3px #c3c3c3; float: left; text-align: right; line-height: 34px;}
.mohelcardsublicense {/*clear: both;*/ background-color: #ffffff; margin: 18px 10px; padding: 10px; border-radius: 4px; box-shadow: 0px 0px 3px #c3c3c3; text-align: right; float: right; margin-top: 0px;}
.spanlicense {margin-left: 8px;}
@media (min-width: 643px) {

.moheldireclangfr {position: absolute; left: 40px;}	

	.mohelcardsubdetails {min-width: 300px; max-width: 300px;}
	.mohelcardsublicense {min-width: 520px; max-width: 520px;}
}
.deticon {display: inline-block; width: 25px; vertical-align: top; float: right;}
a.detalink {color: inherit;}
.postid-14183 a.detalink img {display: none;}
.mohelpic {max-height:100px; margin-left: 0px; border: 2px solid #d4f1ff;}
.mohelpica {/*display: table-cell; display: none;*/}
/*.mohelvideoshc {width: fit-content;}*/
.wp-video {margin: 0 auto;}

.mohellogo {max-width: 92px; margin-left: 6px; float: right; padding: 6px; border: 1px solid #e4e4e4;}
.provlogo {max-width: 92px; padding: 6px; border: 1px solid #909090; background-color: #Ffffff; border-radius: 4px;}

.category-mohalimlist .entry-header {
  margin: 30px 0px 0px 0px;
}
.category-mohalimlist h1 {
  margin: 20px 0px;
	clear: none;
	}

.ulamotcitieslinks {width: 100%; max-width: 900px; margin: 0px auto; position: relative; overflow: hidden; text-align: justify;}
.ulamtelbr {display: none;}

@media (max-width: 1080px) {
.kachtop {display: none;}
.kachtopm {display: none;}

article.ulamot {padding: 0px 6px 0px 6px;}
.ulamotcitieslinks {padding-right: 6px; padding-left: 6px;}
.ulamtelbr {display: block;}
}

@media (max-width: 1007px) {
.topcube {
max-width: 100%; border: 15px solid transparent;
}
.bigcont1, .bigcont2, .bigcont3, .bigcont5, .footercont, .inpagecont {
padding: 40px 0px 10px 0px;
}
.bigcont3 {padding-right: 10px; padding-left: 10px;}
.footercont {padding: 40px 0px 40px 0px;}
.bigcont4 {
padding: 40px 0px 40px 0px;
}
.bigcontbuy {
padding: 16px 0px 10px 0px;
}
.bigcont3 {padding-bottom: 40px;}
.avalq {font-size: 32px; line-height: 50px;}
.kians {font-size: 24px; line-height: 40px;}
.feat {
border: 10px solid transparent; padding: 18px; max-width: 100%;
}
.doit {
max-width: 100%; float: none; margin: 5px auto;
}
.doittop {
height: 1px;
}
a.menuhome {
max-width: 100%; border-left: 0px; border-bottom: 1px dashed grey; height: 90px;
}
.footercube {
padding: 0px 15px 0px 15px; text-align: center;
}
.footercube3 {margin-top: 40px; text-align: center;}
}
a.topleftbuyin {
margin-left: 10px;
}

@media (max-width: 643px) {
.videocube {
/*width: 50%;*/
padding-bottom: 56.25%;
}
.main-navigation {border: none; clear: none; position: relative; z-index: 1; border-bottom: 1px solid #e0e0e0;}
.nav-menu li {max-width: 100%; border: none; text-align: right; background-color: #2d2d2d; height: auto;}
.nav-menu li a {color: #ffffff; padding: 10px 10px;}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {color: #bce489;}
.menu-toggle {float: right; margin: 8px; font: bold 20px/1.3 'Open Sans Hebrew', Alef Hebrew, Source Sans Pro, Helvetica, sans-serif; padding-right: 0px;}
.topleftcont {
padding: 0px; text-align: left;
}
.topleftcontin {padding: 0px;}
.toplogodesc {display: none;}
a.toplogodesc {display: none;}
.toplogodescm {display: block; height: 40px;}
a.toplogodescm {display: block; float: left; margin: 4px 0px 6px 6px; position: relative; z-index: 2;}
.topleftt, .topleftbuyin, .topleftin, .toplefttin, .topbuttonsmeda, a.topbuttonsmeda {
display: none;
}
.spmessagem{padding-top: 10px;}
a.topbuttons {margin: 10px 0px 30px 0px;}
a.firsttopbutton {margin: 10px 0px 30px 0px; background-color: #23ACF0; /*border: 1px solid #d2d2d2;*/ color: #ffffff; font-weight: 100; padding: 5px;}
a.topleft {
display: none; /*width: 100%; float: none; margin: 0px; border-bottom: 0px solid grey; padding: 5px 0px 5px 7px; background-color: #f4f5f6;*/
}
.dtophomeimg {display: none;}
.mtophomeimg {
display: block; width: 100%; max-width: 1080px; margin: 0 auto;
}
.dkit101img {display: none;}
.mkit101img {
display: block; width: 100%; max-width: 1080px; margin: 0 auto;
}
.bigcont1 {
padding: 1px 0px 6px 0px;
}
.ishurlogos {max-width: 322px; padding-top: 0px;}
.ishurtop {font-size: 13px; padding: 0px 8px; /*width: 180px; float: right;*/}
.splogom {display: none; width: 38px;}
.belogom {display: none; width: 47px; float: right; margin: 7px 6px 0px 0px;}
.buyspan {display: block; font-size: 16px;}
.buyspansp {font-size: 16px;}
.splogo, .belogo {margin-top: 5px}
.topbuttonscont {
margin: 2px 0px 0px 0px;
}
.topbuttonsm {
display: block; width: 50%; float: right; margin: 0px; border-bottom: 0px solid grey; padding: 10px 0px 10px 0px; background-color: #f4f5f6;
}
.topbuttonsmin {
display: block; float: left; margin: 0px; border-bottom: 0px solid grey; padding: 10px 0px 10px 7px; background-color: #f4f5f6; text-align: left;
}
.topbuttonsmbuy {
display: none; width: 100%; margin: 0px; border-bottom: 0px solid grey; padding: 8px 0px 7px 0px; background-color: #23ACF0; text-align: center;
}
a.topbuttonsmbuy, a.topbuttonsmbuy:hover {display: none; color: #ffffff; text-decoration: none; font-size: 20px;}
a.topbuttonsm, a.topbuttonsm:hover {display: none; color: #444E5A; text-decoration: none;}
a.topbuttonsmin, a.topbuttonsmin:hover {display: none; color: #444E5A; text-decoration: none;}
.inpagecont {padding: 10px 15px 10px 15px;}
.inpagecont_embed {padding: 10px 0px 10px 0px;}
	.footercubewa {
		width: 100%; max-width: 50px; /*bottom: 6px;*/}
		.footercubewam {
		width: 100%; max-width: 50px; /*bottom: 6px;*/}
.footercontform {margin: 0px auto; max-width: 100%;}
.footercube3 {max-width: 100%; padding: 0px 30px 10px 30px;}
.kitfootertxt {font-size: 24px;}
.kitfooterdot {line-height: 24px;}
.woocommerce .woocommerce-breadcrumb {padding-right: 4px; padding-left: 4px;}
.woocommerce .product .entry-summary, #content .entry-summary {padding-right: 4px; padding-left: 4px;}
.page .contentmohalimlist-h1 {font-size: 24px;}

.category-mohalimlist .hentry, .category-mohalim_list .hentry, .category-mohalimsouth .hentry, .category-mohalimjerusalem .hentry, .category-mohalimcenter .hentry, .category-mohalimnorth .hentry, .category-mohalimsharon .hentry, .category-mohalim_recommended_list .hentry, .category-mohalim_abroad_list .hentry, .category-mohalim_doctors_list .hentry {
  padding: 0px 10px;
}

.mohellogo {float: none;}
	
.category-mohalimlist .entry-header {
	margin: 10px 0px 0px 0px;
}
	
.category-mohalimlist h1 {
	text-align: center;
}

.moheltoplinkdet, .moheltoplinkc {display: block;}
.moheltoplinkc {width: fit-content; margin: 0px auto; background-color: #e7f7ff; border: 1px solid #005d8a; border-radius: 30px; margin-bottom: 14px; padding: 6px 10px 4px 10px;	text-align: center; font-weight: bold; box-shadow: 0px 0px 6px 1px #c3c3c3; /*float: right;*/}
.moheltoplinkdet {width: fit-content; margin: 0px auto; background-color: #ffffff; border: 1px solid #005d8a; border-radius: 30px; margin-bottom: 14px; padding: 6px 10px 4px 10px;	text-align: center; font-weight: bold; /*box-shadow: 0px 0px 10px 1px #c3c3c3;*/ float: right; margin-left: 10px;}
a.moheltoplinkdet {color: inherit;}
	
.moheltoplinkbox-list {width: 100%; display: flex; margin: 10px 0px 0px 0px;}
	
.mohelcard {padding: 4px 0px;}

.mohelcardsubdetails {width: -webkit-fill-available; margin-top: 0px;}
.mohelcardsublicense {width: -webkit-fill-available;}
.spanlicense {display: flow-root;}

.site-footer .widget { width: auto;}

/*.navbar {position: fixed; top: 0; z-index: 999; background-color: #ffffff;}*/
	
}

/*contact form*/

.footercon {text-align: center;}
.footercontin {min-height: 34px; width: 100%; /*max-width: 206px;*/ border: 1px solid #DDE2EB; border-radius: 2px; margin: 0px 0px 10px 0px; direction: rtl!important;}
.footercontin_time {min-height: 34px; width: 100%; /*max-width: 206px;*/ border: 1px solid #DDE2EB; border-radius: 2px; margin: 0px 0px 10px 0px; direction: rtl!important;}
.footercontinfr {min-height: 34px; width: 100%; /*max-width: 206px;*/ border: 1px solid #DDE2EB; border-radius: 2px; margin: 0px 0px 10px 0px; direction: ltr; text-align: left;}
.adfootercontinmin {min-height: 34px; width: 40px; text-align: center; border: 1px solid #DDE2EB; border-radius: 2px; margin: 0px 0px 10px 0px; direction: rtl!important;}
.adfootercontdate {min-height: 34px; width: 100%; max-width: 150px; border: 1px solid #DDE2EB; border-radius: 2px; margin: 0px 0px 10px 0px; direction: rtl!important;}
.footercontin3 {min-height: 34px; width: 100%; /*max-width: 206px;*/ border: 1px solid #DDE2EB; border-radius: 2px; margin: 0px 0px 6px 0px; direction: rtl!important;}
.footercontin3fr {min-height: 34px; width: 100%; /*max-width: 206px;*/ border: 1px solid #DDE2EB; border-radius: 2px; margin: 0px 0px 6px 0px; direction: ltr; text-align: left;}
.footercontta {max-height: 78px; width: 100%; border: 1px solid #DDE2EB; border-radius: 2px; margin: 5px 0px 0px 0px;}
.adfootercontta {max-height: 150px; width: 100%; border: 1px solid #DDE2EB; border-radius: 2px; margin: 5px 0px 0px 0px;}
/*.footercontsub {max-height: 40px; max-width: 230px; border: 1px solid #DDE2EB; background: #23ACF0; border-radius: 2px; margin: 5px 0px 0px 0px; padding: 0px;}*/
input[type="submit"].footercontsub {
min-height: 40px; max-height: 40px; width: 100%; max-width: 206px; background: #23ACF0; border-radius: 2px; margin: 5px 0px 0px 0px; border: none;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
input[type="submit"].footercontsub:hover {
color: #ffffff; background-color: #5ECAFF;
}

.mohalimcattopdiv {width: 100%; max-width: 900px; margin: 0 auto; margin-top: 30px;}
.searchmohalimbox {clear: both; float: left; margin-bottom: 8px;}
.mohalimsearchinput {/*width: 100%; max-width: 206px;*/ min-height: 34px; border: 1px solid #DDE2EB; border-radius: 2px; margin: 0px 0px 0px 6px; /*float: left;*/}
input[type="submit"].mohalimsearchinputsub {
height: 34px; /*width: 100%; max-width: 206px; display: inline-block;*/ display: none; background: #23ACF0; border-radius: 2px; margin: 0px 0px 0px 0px; border: none; padding: 0px 10px; float: left;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
input[type="submit"].mohalimsearchinputsub:hover {
color: #ffffff; background-color: #5ECAFF;
}

input[type="submit"].mohalimsearchinputsubimg {
background:url(https://www.kittobrit.com/wp-content/uploads/2019/09/search_icon.png) no-repeat; display: inline-block; height: 34px; width: 36px; border-radius: 2px; margin: 0px 0px 0px 0px; border: 1px solid #c5c5c5; float: left; padding: 0px;
}
a.amohalimregion, a.athemlist {
color: #ffffff; text-decoration: none; border-radius: 3px; /*background-color: #613283;*/ background-image: linear-gradient(to bottom right, rgba(4, 69, 239, 1) , rgb(0, 163, 241)); padding: 1px 6px 3px 6px; margin: 4px 0px 4px 6px; text-align: right;
}
a.amohalimregionmum {
color: #ffffff; text-decoration: none; border-radius: 3px; /*background-color: #613283;*/ background-image: linear-gradient(to bottom right, rgb(133, 0, 255) , rgb(206, 152, 255)); padding: 1px 6px 3px 6px; margin: 4px 0px 4px 6px; text-align: right;
}

a.athemlist {display: none; width: fit-content;}

a.atheplist {
color: #ffffff; text-decoration: none; border-radius: 3px; background-image: linear-gradient(to bottom right, #6900b5 , #ae3eff); float: left; clear: left; margin: 0px; padding: 1px 6px 3px 6px; text-align: right; width: fit-content; /*זמני*/border: 3px solid #ffeb00; box-shadow: 1px 1px 8px #484848; border-radius: 6px;/*עד כאן זמני*/
}

.themlistdiv {
	width: 100%;
    max-width: 900px;
    margin: 10px auto;
    margin-bottom: 20px;
    padding-top: 6px;
    border-top: 1px solid #dde2eb;
}

a.articlenav {
color: #613283; text-decoration: none; /*border-radius: 3px; background-color: #613283; padding: 1px 6px 3px 6px;*/ margin: 4px 0px 4px 6px; text-align: right;
}

.couponimgcont {width: 100%; text-align: center;}
.couponimg1 {display: block; margin: 0 auto;}
.couponimg2 {display: none;}
.couponform {width: 100%; max-width: 950px; margin: 0 auto; overflow: hidden; text-align: center; border: 1px solid #0D93D2; border-radius: 10px; padding: 15px;}
.couponformtable {width: 100%;}
.couponformi {width: 100%; max-width: 280px; border: 1px solid #DDE2EB; border-radius: 2px; margin: 8px 0px 8px 0px; text-align: center;}
.couponformt {font-size: 18px; font-weight: bold; color: #0D93D2; float: none;}
.couponforma1 {width: 100%; max-width: 200px; margin: 0 auto 0px 20px; position: relative; float: right; font-size: 18px; background-color: #A9D274; border-radius: 3px; color: #444E5A; text-decoration: none; padding: 8px;}
.couponforma2 {width: 100%; max-width: 200px; margin: 0 auto 0px 0px; position: relative; float: right; font-size: 18px; background-color: #A9D274; border-radius: 3px; color: #444E5A; text-decoration: none; padding: 8px;}
a.couponforma1, a.couponforma1:hover, a.couponforma2, a.couponforma2:hover {color: #444E5A; text-decoration: none;}

.woocommerce-message::before {top: 5px; right: 10px;}
.woocommerce-message {padding: 5px 35px; margin: 0px 0px 10px;}
.woocommerce-checkout h3 {margin: 20px 0px 6px 0px;}
.woocommerce-checkout table.shop_table_responsive tr td::before {margin-left: 4px;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea.input-text {border: 1px solid #c1c1c1; padding: 4px 4px; border-radius: 3px;}

.contlist {max-width: 900px; margin: auto; cursor: pointer; border: 1px solid #dcdcdc; padding: 6px; border-radius: 3px; margin-top: 40px; margin-bottom: 8px;}

@media (max-width: 1007px) {
.footercontin, .footercontin3, .footercontta {width: 100%; max-width: 100%; margin: 5px 0px 0px 0px;}
.footercontinfr, .footercontin3fr {width: 100%; max-width: 100%; margin: 5px 0px 0px 0px;}
}

@media (max-width: 643px) {
	
body.rtl a#scroll-to-top {bottom: 6px;}

.mohalimcattopdiv {margin-top: 8px; padding: 0px 10px;}
.searchmohalimbox {float: none; padding: 8px 0px 0px 0px; border-top: 1px solid #c5c5c5; margin: 8px 0px 8px 0px;}
.mohalimsearchinput {width: calc(100% - 42px); box-sizing: border-box;}
.mohalimsearchinputsub {width: 100%; max-width: 100%;}
a.athemlist {display: block;}
a.amohalimregion {line-height: 20px;}
.themlistdiv {padding: 6px 10px 0px 10px;}

.couponimg1 {display: none;}
.couponimg2 {display: block; margin: 0 auto;}
.couponform {width: 93%; margin: 5px auto;}
.couponformt {font-size: 15px;}
.couponforma1 {float: none; margin: 0 auto 15px 0px;}
.couponforma2 {float: none;}
	
.post h1 {font-size: 28px;}
	
.woocommerce-cart-form .product-remove, .woocommerce-cart-form .product-price  {float: right;}
	
.contlist {margin: 40px 15px 8px 15px;}
	
#blogpostscont .entry-summary {padding-right: 20px; padding-left: 20px;}
	
}

a[href^=tel] {color: inherit; text-decoration: none;}

body.woocommerce #primary {
    width: 100%;
	max-width: 1080px;
	position: relative;
	margin: 0px auto;
}
.entry-content .woocommerce {
    width: 100%;
	max-width: 1080px;
	position: relative;
	margin: 0px auto;
}
.woocommerce img, .woocommerce-page img {
	height: inherit;
	}
a.button.wc-forward {display: none;}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {text-align: right!important;}

.woocommerce-cart ul.woocommerce-shipping-methods {margin-right: 60px!important;}
.woocommerce-cart .woocommerce-Price-amount {margin-right: 6px!important;}

/*.woocommerce-checkout ul.woocommerce-shipping-methods {margin-right: 0px!important;}*/

/*------------------hide/show wp-post-navigation---------------------*/
.single .wp-post-navigation {
  display: none;
}

.category-blog .wp-post-navigation {
  display: block !important;
}

.postid-2851 #kachtop {display: none;}
.postid-254 #kachtop {display: none;}
.woocommerce-cart .kachtopm, .woocommerce-cart .kachtop, .woocommerce-checkout .kachtopm, .woocommerce-checkout .kachtop {display: none;}

.productbeniconbox {justify-content: center; display: flex;}

.productbenicon {
	width: 100%;
    max-width: 120px;
	min-height: 140px;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    margin: 20px 6px auto;
    padding: 11px;
    float: right;
    text-align: center;
}
.productbeniconfast {width: 100%; max-width: 120px; min-height: 140px; border: 1.5px solid #613283; border-radius: 7px; margin: 20px 6px auto; padding: 11px; float: right; text-align: center;}
img.productbeniconimg {width: 70%; height: auto;}
.productbeniconin {margin-top: 6px; font-size: 90%;}


#pbiimg1 {display: none;}

.footercubebaloon {
width: 100%; max-width: 130px; border: 0px solid transparent; color: #DDE2EB; text-align: right; margin: 0px 0px 0px 0px; position: fixed; right: 15px; bottom: 60px; display: block; cursor: pointer; z-index: 999;
}

.footerimgbaloon {display: block; width: 100%; filter: drop-shadow(3px 3px 3px #808080);}

.footerbaloona1 {display: none;}
.footerbaloona2 {display: none;}

.page-id-1008 .footerbaloona1, .page-id-2439 .footerbaloona1, .page-id-1004 .footerbaloona1, .page-id-1016 .footerbaloona1, .page-id-1011 .footerbaloona1 {display: none;}
.page-id-2439 .footerbaloona2, .page-id-1004 .footerbaloona2, .page-id-1016 .footerbaloona2, .page-id-1011 .footerbaloona2 {display: none;}

.postid-2851 #footercubebaloon, .postid-12081 #footercubebaloon {display: none;} .postid-10672 #footercubebaloon, .postid-9644 #footercubebaloon {display: none;}
.postid-254 #footercubebaloon, .page-id-13374 #footercubebaloon {display: none;}
.woocommerce-cart .footercubebaloon, .woocommerce-checkout .footercubebaloon {display: none;}

.post .entry-thumbnail {padding: 0px;}
.post h1 {color: #3a3a3b; margin: 14px 0;}

.mtopmenuicona {margin: 10px;}
.mtopmenuicon {width: 30px; height: 30px; margin: 0px;}

.sharecont {width: fit-content; float: left; display: none; margin-bottom: 10px;}
.single-post .sharecont {display: block;}
.mshareicon {width: 30px; height: 30px; margin: 0px 8px 0px 0px;}
.sharelabel {float: right; background-color: #ff0000; color: #ffffff; font-weight: bold; border-radius: 17px; padding: 2px 14px; margin-left: 2px;}
p.sharelabel {margin-bottom: 0px;}

.category-102 h1 {color: #1b91cc!important;}
.guidesubjectdivcont {width: 100%; max-width: 1080px; margin: 0px auto; display: flex; align-items: center; justify-content: center;}
/*.category-101 .guidesubjectdiv {display: none;}*/
.guidesubjectdiv {width: 100%; margin-top: 12px; padding: 0px 15px 12px 15px; border-bottom: 1px solid #ededed; display: inline-block; position: relative;}
.guidesubjectdivhalf {width: 100%; margin-top: 12px; padding: 0px 15px 12px 15px; border-bottom: 1px solid #ededed; display: inline-block; position: relative;}
/*.category-70 img.wp-post-image,*/ .guidesubjectimgar {height: auto; border-radius: 8px; /*height: 59px;*/ max-width: 102px;}
.guidesubjectimgar:hover {box-shadow: 0px 0px 20px 0px #585858;}
.guidesubjectimg {float: right; /*height: 59px;*/ max-width: 102px; margin-left: 16px;}
.guidesubjecth2 {clear: none; margin: 0px; font-size: 18px; position: absolute; top: 41%; transform: translate(0, -50%); margin-right: 118px;}
.guidesubjecth2a {display: block; color: #3a3a3b!important;}
.guidesubjecth2a:hover {color: #613283!important;}
.guideytframe {width: auto; max-height: -webkit-fill-available;}

.entry-header-tophome {background-color: #b5e7ff; padding: 70px 0px 30px 0px; margin-top: 10px; clip-path: ellipse(70% 76% at 40% 80%);}

#blogpostscont {height: fit-content;}
.category-70 .hentry, .category-101 .hentry {padding: 10px 0px 20px 0px; border-bottom: 1px solid #dcdcdc;}
.category-70 .entry-header, .category-101 .entry-header, #blogpostscont /*.category*/ .entry-header {margin: 0px;}
.category-70 .entry-thumbnail, .category-101 .entry-thumbnail {max-width: 36%; float: right; margin: 4px 0px 0px 16px; padding: 0px;}
.category-70 .entry-thumbnail img, .category-101 .entry-thumbnail img, #blogpostscont /*.category*/ .entry-thumbnail img {margin: 0px;}
.category-70 .entry-content, .category-101 .entry-content, #blogpostscont /*.category*/ .entry-content {max-height: 69px;}
.category-70 h1, .category-101 h1, #blogpostscont /*.category*/ h1 {font-size: 22px; margin: 10px 0;}
/*.category-70 a,*/ #blogpostscont a {color: #5f5f5f;}
#blogpostscont .entry-header {margin: 0px; padding: 0px 20px; background-color: transparent;}
#blogpostscont h1 {font-size: 18px;}
#blogpostscont .entry-thumbnail {width: 100%; margin: 0px 0px 20px 0px;}
#blogpostscont .entry-thumbnail img {border-radius: 0px;}
#blogpostscont .hentry {border: 0px; padding: 0px;}
#blogpostscont .inpagecont {width: 100%; max-width: 260px; margin: 20px; position: relative; overflow: hidden; text-align: justify; padding: 0px; line-height: 26px; float: right; background-color: #ffffff; border-radius: 30px 0px;}
#blogpostscont .inpagecont:hover {box-shadow: 0px 0px 20px 0px #585858;}

.single-post .entry-thumbnail {max-width: 40%; float: right; margin: 0px 0px 0px 16px; padding: 0px;}
.single-post .entry-thumbnail img {margin-bottom: 0px;}

.single-post .entry-thumbnail_embed {max-width: 38%; float: right; margin: 0px 0px 0px 16px; padding: 0px;}

.sharecontbottom {z-index: 999; position: fixed; bottom: 0px; left: 50%; margin-left: -100px; width: fit-content; background-color: #ffffff; padding: 10px 20px 6px 20px; border: 0px solid #dcdcdc; border-bottom: 0px; border-radius: 24px 24px 0px 0px; box-shadow: 0px -1px 4px -1px #8c8c8c;}

.toppagebannera {text-decoration: none; cursor: pointer; width: fit-content; text-align: center; padding-top: 10px;}
.toppagebannerm {margin: auto; display: block;}
.toppagebannerd {margin: auto; display: none;}

.page-id-2853 .toppagebannera, .page-id-395 .toppagebannera/*, .page-id-2439 .toppagebannera, .page-id-1008 .toppagebannera, .page-id-1004 .toppagebannera, .page-id-1016 .toppagebannera, .page-id-1011 .toppagebannera, .page-id-254 .toppagebannera, .postid-9644 .toppagebannera*/ {display: none;}
.postid-9644 .footercube2, .postid-9644 .footercube3 {display: none;}

.mohelpagebanner {display: block; clear: both; background-color: #f3f3f3; margin: 18px 10px; padding: 1px 0px; border-radius: 4px; overflow: auto; box-shadow: 0px 0px 3px #c3c3c3;}

.mohelpagebannera {display: block; clear: both; text-decoration: none; cursor: pointer; width: 100%; text-align: center; padding-top: 0px;}
.mohelpagebannerm {margin: auto; display: block;}
.mohelpagebannerd {margin: auto; display: none;}

.postid-9771 .mohelpagebannera, .postid-9771 .mohelpagebanner {display: block;}

.productbenefitbox {border-top: 0px solid #FB9A11; border-radius: 3px; margin: 10px 2px 0px 2px; padding: 4px; font-size: 18px; font-weight: bold; color: #ffffff;}

.addoper {width: 175px; float: right; background-color: #cfecff; border-radius: 4px; padding: 2px 6px; margin: 4px 0px; clear: both; text-align: right;}
.addopericonlink {float: right;}

.postimgcont {width: fit-content; max-width: 650px; margin: auto;}
.postimgtxtcont {width: 100%; padding: 2px; color: #767676; background-color: #f5f5f5; border-right: 2px solid #613283; text-align: right;}
.posttxtcont {color: #767676; margin: 15px 0px; background-color: #f5f5f5; border-right: 2px solid #613283; padding: 10px; text-align: right;}

.category-service_providers .entry-thumbnail, .category-pidyon_haben .entry-thumbnail {max-width: 100%;}

.ngg-imagebrowser-nav {position: absolute!important; top: 0px; padding: 0px!important; width: 100%;}
.ngg-imagebrowser.default-view {position: relative!important;}
.ngg-imagebrowser h3 {display: none;}
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .counter {margin: 0px!important;}
.ngg-imagebrowser img {margin-top: 60px!important;}
.fa-chevron-left:before {content: "\f054"!important;}
.fa-chevron-right:before {content: "\f053"!important;}

.category-service_providers .entry-header, .category-pidyon_haben .entry-header {margin: 0px;}
.category-brit_providers .inpagecont {padding: 0px;}
.provcontacticona {width: 19%;}
.provcontacticon {width: 100%; padding: 12px 22px; background-color: #ececec;}

.agentcont {border: 1px solid #dcdcdc; border-radius: 4px; padding: 10px 10px 10px 10px; max-width: 900px; margin: auto; margin-bottom: 20px;}
.agentconttitle {background-color: #dcdcdc; padding: 4px; font-weight: bold; border-radius: 4px;}
.agentcontinner {margin-top: 10px; padding: 0px 4px;}
.agenta {border: 1px solid; border-radius: 4px; padding: 0px 4px; color: #000000;}

.innerarticlelink {border-bottom: 2px dashed; font-weight: bold;}
a.innerarticlelink:hover {color: #613283; text-decoration: none; background: #f6eaff;}

a.britpacklink {
width: 100%; max-width: 248px; margin: 0px auto; background-color: #ffffff; color: #353535; font-size: 20px; border: 1px solid #23ACF0; border-radius: 4px; padding: 0px 20px; margin-top: 10px; margin-bottom: 0px; margin-left: 3px; margin-right: 3px; text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
a.britpacklink:hover {
color: #ffffff; background-color: #5ECAFF;
}

a.britpacklinksp {
width: 100%; max-width: 80%; margin: 0px auto; background-color: #ffffff; color: #353535; font-size: 20px; border: 1px solid #23ACF0; border-radius: 4px; padding: 4px 20px; margin-top: 10px; margin-bottom: 0px; margin-left: 3px; margin-right: 3px; text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
a.britpacklinksp:hover {
color: #ffffff; background-color: #5ECAFF;
}

.postid-13784 .site-content, .postid-14240 .site-content {background-color: #000000; color: #ffffff;}

.imgkiseeliyahu {width: 100px;}
.imgkiseeliyahufr {width: 100px;}

.chupashow {width: 150px; padding: 10px; margin: auto; margin-top: 10px; text-align: center; font-size: 20px; cursor: pointer; background-color: white; box-shadow: 0 0 3px 0px #717171; border-radius: 2px;}

@media (min-width: 650px) {
	
.mtopmenuicon, .mtopmenuicona {display: none;}

.mshareicon {width: 30px; height: 30px; margin: 0px 8px 0px 0px;}
.sharelabel {float: right; background-color: #ff0000; color: #ffffff; font-weight: bold; border-radius: 17px; padding: 2px 14px; margin-left: 2px;}

.guidesubjectdivcont {display: flow-root;}
.category-70 .inpagecont, .category-101 /*.category*/ .inpagecont {padding: 10px 0px 16px 0px;}
#blogpostscont .inpagecont {width: 260px; padding: 0px;}
.guidesubjectdiv {width: 100%; max-width: 336px; margin: 0 auto; height: 250px; margin: 12px; padding: 10px 0px 0px 0px; border: 0px solid #cceefa; border-radius: 4px; float: right; text-align: center;}
.guidesubjectdiv:hover {/*box-shadow: 0px 0px 20px 0px #585858;*/}
.guidesubjectdivhalf {width: 100%; max-width: 516px; margin: 0 auto; height: 230px; margin: 12px; padding: 10px; border: 2px solid #cceefa; border-radius: 4px; float: right; text-align: center;}
/*.category-70 img.wp-post-image,*/ .guidesubjectimgar {height: 166px; max-width: 287px;}
.guidesubjectimg {height: auto; max-width: 287px; float: none; margin-left: 0px;}
.guidesubjecth2 {clear: both; font-size: 24px; position: unset; top: 0%; transform: translate(0, 0%); margin-top: 8px; margin-right: 0px; width: 330px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /*margin: 25px 0; top: 30%; margin-right: 307px;*/}
	
/*.category-70 .entry-thumbnail, .category-101 .entry-thumbnail, #blogpostscont*/ .category .entry-thumbnail {max-width: 18%; float: right;}
	
ul.woocommerce-shipping-methods {margin-right: 0px!important;}
.woocommerce-Price-amount {margin-right: 0px!important;}
	
.productbeniconbox {justify-content: right; display: flex;}
.productbenicon {margin: 20px 0px 20px 12px;}
	
.footercubebaloon {width: 100%; max-width: 250px;}

.site-footer .mohalimsearchinput {width: 163px;}
	
.toppagebannerm {display: none;}
.toppagebannerd {display: block;}
	
.mohelpagebannerm {display: none;}
.mohelpagebannerd {display: block;}
	
.single-post .entry-thumbnail_embed {max-width: 34%;}
	
.provcontacticona {width: 10%;}
.provcontacticon {width: 100%; padding: 12px 30px; background-color: #ececec;}
	
.imgkiseeliyahu {width: 100px; float: right; position: relative; top: -5px; right: 100px;}
.imgkiseeliyahufr {width: 100px; float: left; position: relative; top: -5px; left: 2px;}
	
.chupashow {position: absolute; top: 10px; left: 40px;}

}

@media (max-width: 320px) {
.mtopmenuicona {margin: 12px 6px 6px 6px;}
.mtopmenuicon {width: 24px; height: 24px; margin: 0px;}
	
.sharecontbottom {margin-left: -92px; padding: 10px 10px 6px 10px;}
}

.woocommerce .quantity .qty {padding: 4.5px 0px; border-radius: 3px;}
.postid-10672 p.price, .postid-10672 .test_tab_tab, .postid-10672 .woocommerce-Tabs-panel--test_tab {display: none!important;}
.postid-10672 .label, .postid-10672 .value {font-size: 1.25em;}
.postid-10672 .additional_information_tab a:after {content: "לאחר הזמנה";}
.postid-10672 .woocommerce-product-attributes-item__label {width: 30px!important; vertical-align: top;}
.postid-10672 .woocommerce-product-attributes-item__value {font-style: normal!important;}
.woocommerce div.product form.cart {margin: 10px 0px 10px 0px;}
.woocommerce div.product div.images {margin-bottom: 0px;}
.woocommerce-product-gallery__wrapper {text-align: center;}
/*.postid-2851 div.product form.cart::after {content: 'במשלוח עוד היום עד הבית'; display: inline; margin-right: 6px; font-weight: bold; vertical-align: -webkit-baseline-middle;}
.postid-12081 div.product form.cart::after {content: 'במשלוח חינם עד הבית'; display: inline; margin-right: 6px; font-weight: bold; vertical-align: -webkit-baseline-middle;}*/
.onsale {background-color: red!important; right: 6px!important; width: 60px!important; height: 60px!important; padding: 10px 8px!important; line-height: 18px!important; font-size: 14px!important;}
.postid-10672 #tab-delivery_tab, .postid-10672 #tab-title-delivery_tab, .postid-13914 #tab-delivery_tab, .postid-13914 #tab-title-delivery_tab {display: none!important;}
.woocommerce div.product form.cart .variations td {display: contents;}

.grecaptcha-badge {display: none;}

.wpcf7-form-control-signature-wrap {height: 90px!important;}
#wpcf7_signature-20_clear {background: transparent; color: #000000; border-bottom: transparent; padding: 0px; margin-bottom: 10px;}

.posted_in, .tagged_as {display: none;}

@media print {
  body * {
    visibility: hidden;
  }
  html, body {
    height:100%; 
    margin: 0 !important; 
    padding: 0 !important;
    overflow: hidden;
  }
  #printsection, #printsection * {
    visibility: visible;
  }
  #printsection {
	width: 100%;
	position: fixed;
    right: 0;
    top: 0;
  }
}

.hmprodbox {text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: space-between; float: right; width: 100%; max-width: 215px;  margin: 5px;}
.hmprodboxlink {width: fit-content; text-decoration: none; background-color: #002131; color: #aee3fd!important; font-weight: bolder; font-size: 24px; padding: 8px 48px; border: 1px solid #aee3fd; border-radius: 5px; margin: 10px 0px 20px;}

/*-----------------------------------------*/

.page-id-1008 .entry-title_div {display: none;}
.entry-title_div_footer {display: none;}
.page-id-1008 .entry-title_div_footer {display: block;}

.topimgsalepagedesk {display: block;}
.topimgsalepagemob {display: none;}

.cont2 {width: 100%; padding: 20px 0px 20px 0px; background-color: #051D3D; clear: both; text-align: center;}
.cont3 {width: 100%; padding: 0px 0px 0px 0px; background-color: #ffffff; clear: both; text-align: center;}

.contxt {width: 100%; max-width: 1080px; margin: 0 auto; position: relative; overflow: hidden; text-align: center; color: #051D3D; font-size: 26px; line-height: 40px;}

.quickbuylink {max-width: 300px;}

.titlessalepage {width: 60%;}

.hambox {display: flex; flex-direction: row; justify-content: space-evenly;}
.hamtxtbox {text-align: justify; font-size: 22px; line-height: 32px; max-width: 450px;}

.ravhamcont {display: flex; flex-direction: row; flex-wrap: wrap; max-width: 810px; padding-right: 110px; margin: 0 auto; column-gap: 0px; row-gap: 25px; margin-bottom: 50px;}
.ravham {display: flex; align-items: center; width: 50%;}
.aravham {font-size: 26px; color: #051D3D!important; text-align: right;}
.aravham:visited {color: #051D3D!important;}

.faq_question {margin: 0; cursor: pointer; font-weight: 700; display: flex; padding: 0px; align-items: center; transition: background .3s; background: var(--mid-bg);}
.question {margin-bottom: 0px; display: table-cell; width: 100%; color: #a58dbb;}
#faq1, #faq2, #faq3, #faq4, #faq5, #faq6, #faq7, #faq8, #faq9 {padding-top: 15px;}

.landbackimg {width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}

.landbackimgmq {height: 363px; background-size: cover;}

.landmohelcont {}

.landmohelcont3g {display: flex; flex-direction: row; justify-content: center; height: 375px; background-size: cover;}
.landmohelcont3gimg {margin: 0px 20px 50px 20px; cursor: pointer; object-fit: contain;}

.splinklandpage {display: flex; flex-direction: column; margin-top: 10px;}

.mohelkitbuycont {margin-top: 8px; padding-top: 8px; border-top: 1px solid #dcdcdc; display: flex; align-items: center;}
.mohelkitbuycontsub1 {display: flex; flex-direction: column;}
.mohelkitbuycontsub2 {display: flex; align-items: center;}
.mohelkitbuycontimg2 {max-height: 40px; margin-left: 6px;}
.mohelkitbuycontimg3 {max-height: 40px; margin-left: 6px; border-radius: 20px;}

.postwaimg {width: 100%; max-width: 300px!important;}

.mquest {max-width: 400px;  margin: 0px 20px 0px 20px;}

.wpcf7-spinner {position: absolute;}

/*------------Super Pharm------------------*/
.category-156 .archive-header {display: flex; align-items: center; justify-content: space-between;}
.category-156 h1.archive-title {max-width: 60%; margin: 0px; text-align: right; color: #333; font-weight: 700; font-size: 32px; font-family: 'Open Sans Hebrew', Alef Hebrew, Bitter, Georgia, serif; font-style: normal;}
.category-156 .entry-header {display: flex; justify-content: space-between; align-items: center; margin-top: 20px; margin-bottom: 20px;}
.category-156 .spcont1 {width: 40%; display: flex; align-items: center;}
.category-156 .spcont2 {width: 60%; display: flex; align-items: center; justify-content: space-between;}
.category-156 .spcont2sub1 {width: 60%;}
.category-156 .spcont2sub2 {width: 34%; display: flex; align-items: center; justify-content: flex-end;}
.category-156 .spcontmoredetails1 {color: #333; font-weight: 700; font-size: 20px; text-decoration: underline;}
.category-156 .spcontmoredetails2 {color: #333; font-weight: 700; font-size: 20px; text-decoration: underline;}
.category-156 .spcontaddress {text-align: right;}
/*------------------------------------------*/

.postid-16756 .inpagecont, .postid-17076 .inpagecont {padding: 0px;}

a.land16756:hover, a.land17076:hover {text-decoration: none;}

.lplogo {max-width: 150px!important;}
.lpcont1 {font-size: 22px; font-weight: 600; line-height: 0px; margin-top: 30px; padding: 0px 40px 100px;}
.lpcont1img1 {transform: scale(1.6); position: absolute; top: -370px; right: 42%;}
.lpcont1subcont1 {margin-top: 80px; line-height: 80px;}
.lpcont1text1 {font-family: FBKANUBA-LIGHT; font-size: 70px;}
.lpcont1text2 {font-family: FBKANUBA-REGULAR; font-size: 70px;}

.lpcont1text3 {margin-top: 30px; margin-bottom: 30px; text-align: right; line-height: 10px; max-width: 80%;}
.lpcont1text31 {display: flex; padding-right: 0px; position: relative; overflow: visible; line-height: 26px; margin: 0px;}
.lpcont1text31img {width: 25px; position: absolute; top: -4px; right: -6%; transform: translateX(-50%);}

.lpcont1text4 {font-size: 30px; line-height: 28px;}
.lpcont1text5 {font-family: FBKANUBA-LIGHT; font-size: 40px; line-height: 30px; text-align: right; background-color: rgba(162, 138, 184, 0.52); width: fit-content; padding: 26px 62px; border-radius: 20px;}

.lpcont12 {background-color: #ffffff; text-align: right; padding: 30px 30px; margin-bottom: 80px;}
.lpcont12text1 {font-family: kanuba; color: #051D3D; font-size: 40px; line-height: 60px;}
.lpcont12text2 {color: #051D3D; font-size: 26px; line-height: 32px; font-weight: 400; margin-top: 10px;}

.lpcont2 {background-color: #ffffff; height: 380px; position: relative; overflow: visible;}
.lpcont2img1 {width: 54%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto; z-index: 0;}
.lpcont2img12 {width: 70%; position: absolute; top: 30%; left: 50%; transform: translate(-50%, -50%); height: auto; z-index: 1;}
.lpcont2img13 {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto; z-index: 1;}

.lpcont3 {background: linear-gradient(to bottom, #65BDD814 50%, #65BDD834 50%); text-align: center; padding: 110px 40px 56px;}
.postid-17076 .lpcont3 {background: linear-gradient(to bottom, #ffffff 50%, #ffffff 70%);}
.lpcont3text1 {font-family: 'FBKANUBA-LIGHT'; font-size: 52px; line-height: 60px;}
.lpcont3text2 {font-size: 26px; line-height: 30px; font-weight: 300;}

.lpcont4 {background-color: #ffffff; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: center; padding: 20px; position: relative; overflow: visible;}
.lpcont4img {width: 30%;}
.lpcont4img2 {transform: scale(1.7) !important; position: absolute; top: -54%; left: 60%; transform: translate(-50%, -50%); height: auto; z-index: 0;}

.lpcont5 {background-color: #051D3D; text-align: center; padding: 50px 0px; line-height: 40px;}
.lpcont5 p {height: 0px!important; margin: 0px!important;}
.lpcont5text3 {background-color: #6EC5D6; width: fit-content; margin: 14px auto; padding: 20px 10px 10px; font-family: 'FBKANUBA-REGULAR'; font-weight: 400; font-size: 68px; color: #051D3D; border-radius: 8px;}
.lpcont5text3sh {margin-right: -18px; font-size: 38px; vertical-align: baseline;}
.lpcont5text4 {font-family: 'FBKANUBA-REGULAR'; color: #A28AB8; font-size: 38px; position: relative; overflow: visible;}
.lpcont5text4::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 375px;
  width: 8%;
  height: 6px;
  background: #ffffff;
  transform: rotate(35deg);
  transform-origin: left center;
  border-radius: 4px;
}
.lpcont5text5 {background-color: #A28AB8; width: fit-content; margin: 0px auto; margin-top: 0px; color: #ffffff; font-size: 60px; font-family: 'FBKANUBA-BOLD'; font-weight: 700; padding: 30px 20px; border-radius: 68px; display: flex; align-items: center; justify-content: flex-end; column-gap: 12px; position: relative; overflow: visible;}
.lpcont5text5img1 {width: 45%; position: absolute; top: 42%; left: 92%; transform: translate(-50%, -50%); height: auto; z-index: 0;}
.lpcont5text5img2 {width: 14%;}

.lpcont6 {background-color: #65BDD834; text-align: right; padding: 70px 30px;}
.postid-17076 .lpcont6 {background: linear-gradient(to bottom, #65BDD834 60%, #65BDD814 50%); padding-bottom: 150px;}
.lpcont5text5in6 {background-color: #A28AB8; width: 50%; margin: 0px auto; margin-top: 0px; color: #ffffff; font-size: 56px; font-family: 'FBKANUBA-BOLD'; font-weight: 700; padding: 30px 20px; border-radius: 68px; display: flex; align-items: center; justify-content: flex-end; column-gap: 6px; position: relative; overflow: visible;}
.lpcont5text5img1in6 {width: 45%; position: absolute; top: 42%; left: 92%; transform: translate(-50%, -50%); height: auto; z-index: 0;}
.lpcont6text1 {font-family: 'FBKANUBA-REGULAR'; color: #051D3D; font-size: 34px; line-height: 60px; margin-top: 80px;}
.lpcont6text2 {color: #051D3D; font-size: 26px; line-height: 34px; font-weight: 300; margin-top: 20px;}

.lpcont7 {text-align: right; padding: 70px 30px 24px;}
.lpcont7text01 {text-align: center; width: 80%; margin: 0px 40px 0px;}
.lpcont7text1 {font-family: 'FBKANUBA-REGULAR'; color: #051D3D; font-size: 46px; line-height: 60px;}
.lpcont7text23 {font-family: 'FBKANUBA-REGULAR'; color: #051D3D; font-size: 46px; line-height: 60px; background-color: #A28AB895; width: fit-content; margin: auto; border-radius: 14px; padding: 4px 14px;}
.lpcont7text4 {color: #051D3D; font-size: 28px; line-height: 34px; font-weight: 300; margin-top: 100px; width: 65%;}

.lpcont8 {background-color: #A28AB895; padding: 20px 20px 30px; text-align: right; position: relative; overflow: visible;}
.lpcont8img1 {width: 50%; position: absolute; top: -58%; left: 18%; transform: translate(-50%, -50%); height: auto; z-index: 1;}
.lpcont8img12 {width: 100%; position: absolute; top: -26%; left: -6%; transform: translate(-50%, -50%); height: auto; z-index: 0;}
.lpcont8 p {margin-bottom: 0px!important;}
.lpcont8text01 {display: none;}
.lpcont8text1 {color: #051D3D; font-size: 33px; line-height: 30px; font-weight: 900; margin-top: 0px; width: 64%; line-height: 38px;}

.lpcont9 {padding: 100px 10px 20px;}
.lpcont9text1 {font-family: 'FBKANUBA-REGULAR'; color: #051D3D; font-size: 46px; line-height: 60px;}
.lpcont9text2 {font-family: 'FBKANUBA-REGULAR'; color: #051D3D; font-size: 36px; line-height: 60px;}
.lpcont9dir1 {display: flex; flex-direction: row; align-items: center; column-gap: 10px; margin-top: 20px;}
.lpcont9dir12 {background-color: #6EC5D698; border-radius: 50%; padding: 18px; position: relative; overflow: visible;}
.lpcont9dir13 {position: absolute; top: -10px; left: 50%; transform: translateX(-50%); font-family: 'FBKANUBA-REGULAR'; font-size: 40px;}
.lpcont9dir14 {font-size: 26px; font-weight: 300; line-height: 30px; text-align: right;}

.lpcont10 {background-color: #A28AB895; padding: 40px 20px 30px; text-align: right; position: relative; overflow: visible;}
.lpcont10img1 {width: 28%; position: absolute; top: -40%; left: -6%; transform: translate(-50%, -50%); height: auto; z-index: 10; transform: scaleX(-1);}
.lpcont10text1 {font-family: 'FBKANUBA-REGULAR'; font-size: 36px;}

.cont3faq {width: 100%; padding: 40px 80px 20px; background-color: #DEEBF0; clear: both; text-align: center;}

@media (max-width: 1000px) {

.topimgsalepagedesk {display: none;}
.topimgsalepagemob {display: block;}
	
.cont2 {padding-bottom: 15px;}
	
.contxt {font-size: 22px; line-height: 34px;}
	
.quickbuylink {max-width: 230px;}
	
.titlessalepage {width: 90%; margin-top: 20px;}

.hambox {flex-direction: column; /*column-gap: 20px;*/}
.hamtxtbox {font-size: 20px; line-height: 30px; /*width: 50%;*/}
	
.ravhamcont {display: flex; flex-direction: row; flex-wrap: wrap; max-width: 100%; padding-right: 0px; padding: 0px 10px 0px 10px; margin: 0 auto; column-gap: 0px; row-gap: 25px; margin-bottom: 50px;}
.aravham {font-size: 22px;}
	
.landmohelcont3g {height: 200px; background-size: contain; background-repeat: round;}
.landmohelcont3gimg {margin: 0px 5px 10px 5px; width: 32%;}
 	
.landbackimgmq {height: 230px; background-size: contain; background-repeat: round;}
.mquest {width: 300px!important;}
	
.mohelkitbuycont {align-items: flex-start;}
.mohelkitbuycontsub1 {overflow: hidden;}
.mohelkitbuycontsub2 {flex-direction: column; align-items: flex-start;}
.mohelkitbuycontimg2 {max-width: 80%;}
.mohelkitbuycontimg3 {max-width: 100%;}
	
.britpacklinksp {display: flex; align-items: center; margin: 0 auto !important; margin-top: 10px !important; max-width: 248px !important;}
	
/*------------Super Pharm------------------*/
.category-156 .archive-header {flex-direction: column;}
.category-156 h1.archive-title {max-width: 100%; padding: 0px; text-align: center;}
.category-156 .entry-header {align-items: flex-start; margin-top: 10px; margin-bottom: 10px; flex-direction: column; padding: 0px 10px !important;}
.category-156 .spcont1 {width: 100%; display: flex; align-items: center;}
.category-156 .spcont2 {width: 100%; display: flex; align-items: flex-start; flex-direction: column;}
.category-156 .spcont2sub1 {width: 100%;}
.category-156 .spcont2sub2 {width: 100%; display: flex; align-items: center; justify-content: space-between;}
.category-156 .spcontmoredetails1 {width: calc(100% - 60px); text-align: left;}
.category-156 .spcontmoredetails2 {width: 100%; text-align: left;}
.category-156 .spcontaddress {text-align: center;}
.category-156 .searchmohalimbox {margin: 0px 0px 10px 0px; border: 0px;}
/*------------------------------------------*/
	
.lplogo {width: 40%!important;}
	
.lpcont1 {padding: 0px 10px 100px;}
.lpcont1img1 {position: absolute; top: -180px; right: 45%;}
.lpcont1subcont1 {margin-top: 0px; line-height: 50px;}
.lpcont1text1 {font-size: 40px;}
.lpcont1text2 {font-size: 40px;}
	.lpcont12text2 {font-size: 24px;}
.lpcont1text3 {margin-top: 14px; text-align: right; max-width: 100%;}
	.lpcont1text31 {padding-right: 25px;}
	.lpcont1text31img {right: -4%;}
.lpcont1text4 {font-size: 28px; line-height: 28px;}
.lpcont1text5 {font-size: 26px; line-height: 30px; text-align: right; background-color: rgba(162, 138, 184, 0.52); width: fit-content; padding: 6px; border-radius: 10px;}
	
.lpcont2 {height: 250px;}
.lpcont2img1 {width: 80%;}
.lpcont2img12 {width: 90%;}
	
.lpcont3 {background: linear-gradient(to bottom, #65BDD814 40.5%, #65BDD834 40%);}
.lpcont3text1 {font-size: 40px; line-height: 50px;}
	
.lpcont4img {width: 50%;}
.lpcont4img2 {transform: scale(3) !important; top: -18%; left: 120%;}
	
.lpcont5text5 {max-width: 310px; font-size: 50px; padding: 24px 10px; column-gap: 4px; transform: translate(-5%);}
.lpcont5text5img1 {width: 45%; top: 58%; left: 96%;}
.lpcont5text5img2 {width: 10%;}

.postid-17076 .lpcont6 {background: linear-gradient(to bottom, #65BDD834 63%, #65BDD814 50%); padding-bottom: 60px;}
.lpcont5text4::after {left: 132px; width: 17%;}
.lpcont5text5in6 {width: 80%; font-size: 50px;}
.lpcont5text5img1in6 {left: 100%;}
.lpcont6text1 {line-height: 50px;}
	
.lpcont7 {padding: 50px 30px 50px;}
.lpcont7text01 {width: 100%; margin: 0px auto;}
.lpcont7text1, .lpcont7text23 {font-size: 40px;}
.lpcont7text4 {width: 89%; margin-top: 40px;}
	
.lpcont8img1 {width: 60%; top: 0%; left: 22%; mask-image: linear-gradient(to bottom, black 70%, transparent 100%);}
.lpcont8text01 {display: block; height: 155px; float: left; width: 45%;}
.lpcont8text1 {width: 100%;}
	
.lpcont9 {padding: 80px 15px 20px;}
.lpcont9text1 {font-size: 40px; line-height: 50px;}
.lpcont9text2 {font-size: 30px; line-height: 50px;}
.lpcont9dir1 {align-items: flex-start;}
.lpcont9dir12 {background-color: #6EC5D698; border-radius: 50%; padding: 18px; position: relative; overflow: visible;}
.lpcont9dir13 {position: absolute; top: -10px; left: 50%; transform: translateX(-50%); font-size: 40px;}
.lpcont9dir14 {font-size: 26px; font-weight: 300;}

.lpcont10 {padding: 20px;}
.lpcont10text1 {font-size: 30px; line-height: 40px; max-width: 80%;}
.lpcont10img1 {width: 40%; top: -20%; left: -9%;}
	
.cont3faq {padding: 40px 15px 20px;}
	
}