/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Document
	 ========================================================================== */
/* 
Fixed Elementor Scroll Right Issue 
*/
html,body {
  max-width: 100%;
  overflow-x: hidden;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  word-break: break-word;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
.entry-content > ul,
.entry-content > ol {
  padding-left: 30px;
}
.entry-content h1,
.comment-content h1 {
  font-size: 55px;
  line-height: 70px;
  margin: 10px 0px;
}
.entry-content h2,
.comment-content h2 {
  font-size: 35px;
  line-height: 50px;
  margin: 10px 0px;
}
.entry-content h3,
.comment-content h3 {
  font-size: 24px;
  line-height: 40px;

  margin: 10px 0px;
}
.entry-content h4,
.comment-content h4 {
  font-size: 20px;
  line-height: 35px;

  margin: 10px 0px;
}
.entry-content h5,
.comment-content h5 {
  font-size: 18px;
  line-height: 30px;

  margin: 10px 0px;
}
.entry-content h6,
.comment-content h6 {
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.entry-content p {
  margin-bottom: 16px !important;
  line-height: 30px !important;
}

dfn,
cite,
em,
i {
  font-style: italic;
}


address {
  margin: 0 0 1.5em;
}

pre {
  background: #f5f5f5;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #f5f5f5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  border-color: #ccc;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  padding: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th {
  color: #0A0A0B;
  word-wrap: normal;
}

table > thead > tr > th.views,
table > tbody > tr > th.views,
table > tfoot > tr > th.views {
  min-width: 120px;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
  color: #0A0A0B;
  white-space: nowrap;
}

/* Links
--------------------------------------------- */
a:hover,
a:focus,
a:active,
.header__area-logo a:hover,
.wp-calendar-table tbody td a:hover {
  color:  var(--primary-color-1);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  outline: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.wp-caption img {
  margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  color: #0A0A0B;
}

.aligncenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.alignleft {
  text-align: left;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.alignright {
  text-align: right;
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

/* customize */
.logged-in .header__area {
  top: 32px;
}
.logged-in .header__area-menu-sticky-menu {
  display: none;
}
.site-title {
  font-size: 28px;
  line-height: 38px;
}
.header__area-left a {
  margin-top: 8px;
}

.header__area-left {
  margin-left: 30px;
}

.site-content-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

.page-header-content span {
  color:  var(--primary-color-1);
}

/* widget  */

.widget {
  background: #fff;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.widget a {
  color: #0A0A0B;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 26px;
}
.widget a:hover {
  color:  var(--primary-color-1);
}
.widget label {
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.widget h2 {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #0A0A0B;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.widget h2::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 35px;
	background:  var(--primary-color-1);
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul ul {
  padding-left: 15px;
}

.widget ul li {
  position: relative;
  padding: 8px 0;
}

.widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget ul ul li:first-of-type {
  padding-top: 10px;
  border-color: transparent;
  margin-top: 5px;
}

.widget ul ul li:first-of-type {
  margin-top: 10px;
}
.widget ul li a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget .post-count-number {
  color: #0A0A0B;
}
.widget ul li a:hover {
  color:  var(--primary-color-1);
}
.widget select,
.widget select:focus,
.widget select:hover,
.widget select:active,
.nice-select:active,
.nice-select.open,
.nice-select:focus,
.nice-select,
.nice-select:hover {
  max-width: 100%;
  outline: none;
  border-color: transparent;
}

select {
  width: 100%;
  height: 50px;
  cursor: pointer;
  padding: 12px 15px;
}

.wp-block-latest-comments__comment-date {
  margin-top: 10px;
}
.rss-date,
.wp-block-rss__item-publish-date {
  font-size: 16px;
  display: block;
  line-height: 30px;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  display: inline-block;
  overflow: hidden;
  background: #F5F5F5 !important;
  color: #0A0A0B !important;
  font-size: 16px !important;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  background:  var(--primary-color-1) !important;
  color: #fff !important;
}
.widget .nice-select,
.widget .nice-select .list {
  float: none;
  width: 100%;
  white-space: inherit;
}

.widget .nice-select li,
.nice-select span {
  color: #0A0A0B;

  font-size: 16px;
}

.widget caption {
  color: #0A0A0B !important;

  font-weight: 500;
}
.wp-calendar-nav {
  text-align: left;
}
.wp-calendar-nav a:hover,
.wp-calendar-table a:hover {
  color:  var(--primary-color-1);
}

.wp-calendar-table {
  text-align: center;
}
.wp-block-calendar table,
.wp-calendar-table {
	margin: 0;
}
.wp-calendar-table tbody td,
.wp-calendar-table th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.wp-calendar-table tfoot td {
  border: none;
}
.wp-calendar-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-calendar-table th {
  font-weight: 400;
  background: #ddd;
}
.wp-calendar-table a {
  text-decoration: none;
}
.wp-block-calendar table tbody,
.wp-calendar-table tbody td {
  color: #686C73 !important;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 0;
  border: 0px;
}

.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-rss__item-author {
  font-size: 16px !important;
}

.widget strong {
  margin: 10px 0px;
  display: inline-block;
}

.widget .search-form input[type="submit"],
.page-content input[type="submit"] {
  padding: 0;
  width: auto;
  background:  var(--primary-color-1);
  border: 0;
  padding: 12px 10px;
  color: #fff;
  margin-left: 5px;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: 36px;
}
/* footer widget */

.footer-widget .widget {
  background: transparent;
  margin-bottom: 0;
  padding: 15px 15px;
}

.footer-widget .widget h2 {
  color: #fff;
}
.footer-widget li a,
.footer-widget .widget .post-count-number,
.footer-widget .widget caption,
.footer-widget .wp-calendar-nav-prev a,
.footer-widget .rss-widget-title,
.footer-widget a {
  color: #e6e7e8 !important;
}
.footer-widget li a:hover,
.footer-widget .wp-calendar-nav-prev a:hover,
.footer-widget .rss-widget-title:hover,
.footer-widget a:hover {
  color:  var(--primary-color-1) !important;
}
.footer-widget p,
.footer-widget .wp-block-calendar table tbody,
.footer-widget .wp-calendar-table tbody td,
.footer-widget {
  color: #e6e7e8 !important;
}

/* end widget */

.post.sticky .blog__standard-left-item-content {
  position: relative;
  overflow: hidden;
}

.post.sticky .blog__standard-left-item-content::after {
  content: "\f02e";
  position: absolute;
  top: -5px;
  right: 15px;
  color:  var(--primary-color-1);
  font-size: 30px;
  z-index: 1;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* single unit test */

.blog__details-left-related-tag {
  margin-top: 20px;
  overflow: hidden;
}
.blog__details-left-related-tag .tag-title {
  font-family: "DM Serif Display", serif;
  color: #0A0A0B;
  margin-right: 10px;
}

.wp-block-gallery {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment ol.children {
  list-style: none;
  padding-left: 30px;
}

.comment span.says {
  display: none;
}

.comments-area {
  margin-top: 30px;
}

.comments-title {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 34px;
  display: block;
}

.comment-author.vcard img {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	float: left;
	margin-right: 20px;
}
.comment-content {
	margin-top: 20px;
}
.comment-author.vcard .fn {
  font-weight: 400;
  color: #0A0A0B;
  font-size: 18px;
  line-height: 28px;
  font-family: "DM Serif Display", serif;
}

.comment-author.vcard .fn a:hover {
  color:  var(--primary-color-1);
}

.bypostauthor .comment-author.vcard .fn:after {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  top: 0;
  margin-left: 10px;
  position: relative;
  line-height: 1;
  color:  var(--primary-color-1);
  font-weight: 900;
}

.comment-content p {
	font-size: 14px;
}
.comment-metadata {
  top: 30px;
}
.comment-meta {
  overflow: hidden;
}

.comment-metadata time {
  font-size: 14px;
  color:  var(--primary-color-1);
  padding: 5px 0;
  font-weight: 500;
}

em.comment-awaiting-moderation {
  font-weight: 700;
  color: #0A0A0B;
  display: block;
  padding-left: 110px;
  margin-top: -25px;
  margin-bottom: 35px;
}

.comment-metadata span.edit-link {
  display: none;
}


.comment article {
  margin-top: 30px;
  padding: 30px;
  background: #f5f5f5;
  position: relative;
}

.comment-list li:last-child .comment-body {
  border-bottom: 0;
}

.comment-content img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-body .reply {
  position: absolute;
  right: 30px;
  top: 30px;
}

.comments-area .reply a,
.comments-area .reply a:hover {
  color:  var(--primary-color-1);
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
}

.comment-content a,
.comment-body a {
  word-wrap: break-word;
}

.comment-content li {
  margin: 8px 0;
}

.bypostauthor {
  display: block;
}

/* Comment Respond Form */
.comments-heading {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 18px;
  color:  var(--primary-color-1);
}

.comment-respond {
  margin-top: 30px;
}
.comment-respond h3 {
  font-size: 20px;
  line-height: 30px;
}
li.comment .comment-respond {
  margin-bottom: 45px;
  margin-top: 45px;
}

.comment-form .form-group {
  margin-bottom: 0;
}

.comment-message textarea {
  margin-bottom: 25px;
  height: auto;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
}

.comment-form .comment-message {
  margin-top: 10px;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color:  var(--primary-color-1);
}

.search-no-results .row.all-posts-wrapper {
  height: auto !important;
}
.contact__area-right-form-group input,
.contact__area-right-form-group textarea {
  background: #f5f5f5 !important;
  padding: 20px !important;
}
.comment-form-cookies-consent {
  display: none;
}

#commentform .logged-in-as {
  margin-bottom: 30px;
}
#commentform .logged-in-as a:hover,
.comment-body a:hover {
  color:  var(--primary-color-1);
}
.row.comment-form-wrap {
  margin-top: 30px;
}

.entry-content {
  overflow: hidden;
}

.wp-block-button__link {
  color: #fff !important;
}

.entry-content .nice-select {
  width: 300px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.entry-content .nice-select .list {
  width: 100%;
}

.entry-content input[type="search"],
.page-content input[type="search"] {
  background-color: #f5f5f5 !important;
}
.entry-content .wp-block-archives-dropdown,
.entry-content .wp-block-categories-dropdown {
  display: flow-root;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text a {
  color: #fff !important;
}

.wp-block-search__label {
  display: none;
}

.widget input[type="checkbox"],
.widget input[type="radio"] {
  width: 15px;
  margin-top: 15px;
  display: inline-block;
}

.entry-content input[type="password"] {
  background-color: #f5f5f5;
}



@media (max-width: 1199px) {
  .comment ol.children {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
.comment-body .reply {
	position: initial;
}
}
.post-edit-link {
  color: #0A0A0B;
  padding: 10px 0px;
  display: inline-block;
}
.post-edit-link:hover {
  color:  var(--primary-color-1);
}

/* elementor css */
.elementor-page .entry-content {
  overflow: inherit !important;
}

/* issue fix for ul,li, design */
.portfolio__details-right-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio__details-right-info ul li a:hover {
  color:  var(--primary-color-1);
}

.page-content p {
  padding: 15px 0px;
}
.page-template-about-page .solution__area {
  background: #f5f5f5;
}

.page-template-contact-page .contact__area-right-form-group input,
.page-template-contact-page .contact__area-right-form-group textarea {
  background: #fff !important;
}

.footer__area-widget-content-subscribe input {
  height: 60px !important;
}
.footer__area-widget-content-subscribe button {
  padding: 0 !important;
}

.wp-block-search__input {
  padding-left: 15px !important;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
  border: 1px solid #E6E7E8 !important;
  border-color: transparent  !important;
  border-radius: 0px !important;
  background:  var(--primary-color-1) !important;
  color: #fff !important;
  line-height: 55px !important;
  padding: 0px 15px !important;
  word-break: normal !important;
}
.site button:hover,
.site input[type="button"]:hover,
.site input[type="reset"]:hover,
.site input[type="submit"]:hover {
  border-color: transparent !important;
}

.site input[type="text"],
.site input[type="search"]
.site input[type="email"],
.site input[type="url"],
.site input[type="password"],
.site input[type="search"],
.site input[type="number"],
.site input[type="tel"],
.site input[type="range"],
.site input[type="date"],
.site input[type="month"],
.site input[type="week"],
.site input[type="time"],
.site input[type="datetime"],
.site input[type="datetime-local"],
.site input[type="color"] {
  color: #0A0A0B !important;
  border: 1px solid !important;
  border-radius: 0px !important;
  width: 100%!important;
  height: 60px !important;
  border: 1px solid #E6E7E8 !important;
  background: #fff !important;
  padding-left: 15px !important;
}

.site input[type="text"]:focus,
.site input[type="email"]:focus,
.site input[type="search"]:focus,
.site input[type="url"]:focus,
.site input[type="password"]:focus,
.site input[type="search"]:focus,
.site input[type="number"]:focus,
.site input[type="tel"]:focus,
.site input[type="range"]:focus,
.site input[type="date"]:focus,
.site input[type="month"]:focus,
.site input[type="week"]:focus,
.site input[type="time"]:focus,
.site input[type="datetime"]:focus,
.site input[type="datetime-local"]:focus,
.site input[type="color"]:focus,
.site textarea:focus,
.site select:focus,
.site select:hover,
.nice-select:hover, 
.nice-select:focus {
  color: #0A0A0B !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color:  var(--primary-color-1) !important;
}

.widget .wp-block-social-links li {
	padding: 0;
}

.wp-caption-text {
	text-align: center;
}

blockquote {
  margin: 30px 0px !important;
  padding: 40px;
  color: #0A0A0B;
  position: relative;
  background: #f5f5f5;
  font-style: normal;
  text-align: left;
  clear: both;
  border: 1px solid #ddd;
}
blockquote::before {
	content: "\f10d";
	position: static;
	font-family: 'Font Awesome 5 Free';
	font-size: 32px;
	color:  var(--primary-color-1);
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
	font-weight: 900;
}
.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 5px solid  var(--primary-color-1);
	padding-left: 0;
	padding-right: 40px;
}
.wp-block-quote {
	border-left: 5px solid  var(--primary-color-1);
	padding-left: 40px !important;
}

.entry-content ul li {
    list-style: disc !important;
}

.entry-content ol li {
  list-style: decimal !important;
}
.entry-content a {
  color: #0A0A0B !important;
}

.entry-content a:hover {
  color:  var(--primary-color-1) !important;
}


.post-page-numbers.current {
  background:  var(--primary-color-1);
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  margin-left: 10px;
  color: #fff;
}
.post-page-numbers {
 color: #0A0A0B;
  background: #F5F5F5;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-content .post-page-numbers:hover {
  background:  var(--primary-color-1);
  color: #fff !important;
}

.wp-block-button .wp-block-button__link {
	color: #fff !important;
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid #0A0A0B;
	color: #0A0A0B !important;
}
.wp-block-button {
	margin-bottom: 15px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 20px 20px;
}

.wp-block-file .wp-block-file__button {
	color: #fff !important;
}
.size-thumbnail {
	margin-bottom: 20px;
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
	list-style: none !important;
}

.wp-block-tag-cloud a {
	display: inline-block;
	overflow: hidden;
	background: #F5F5F5 !important;
	color: #0A0A0B !important;
	font-size: 16px !important;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wp-block-group.has-background {
	margin-bottom: 25px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
	margin-bottom: 20px;
}

.wp-block-preformatted {
	margin: 30px 0;
}

/* blog post widget */

.themeori-widget-image {
  width: 35%;
  margin-right: 15px;
}
.themeori-widget-content {
  width: 65%;
}
.themeori-widget-content h4 {
  font-size: 16px;
  line-height: 24px;
}
.themeori-post-date {
  font-size: 14px;
}
.themeori-post-date i {
  color: var(--primary-color-1);
   margin-right: 5px;
}
.themeori-thumbnail-post-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mean-expand {
	color: #fff !important;
}

/* extra for demo */

.contact__form-form-group input {
	padding-left: 55px !important;
}
.footer__area-widget-about p, 
.footer__area-widget-about-social ul li a,
.footer__area-widget-contact-info-title a {
	color: #686C73 !important;
}
.footer__area-widget-subscribe label {
	font-weight: 400 !important;
}

.footer__area-widget-subscribe form input {
	border: none;
}

