/*!
Theme Name: Simple Press
Theme URI: https://avidthemes.com/simple-press
Author: avidthemes
Author URI: http://avidthemes.com
Description: Simple Press is as its name suggests, simple. Do you love simple themes with all the necessary features that a WordPress blog needs and no clutter, simple press is made for you. This theme is simple, fast, lightweight, and Robust at the same time. You can customize this theme from a customizer easily, you can change the width of the website, change blog layouts to grid view, masonry view, and list view. There are multiple single-page layouts which you can choose as you need for your post, post with/without sidebar and with/without thumbnail. You will also get an option to choose the thumbnail size for your home and archive page which can reduce the speed of the website tremendously. This theme is best for bloggers, writers, business blogs, lifestyle blogs, travelers, food lovers, personal portfolios, and more. If you are starting a new blog or already have one and looking for a switch, start using Simple Press. This theme also has light mode and dark mode option which can be easily achive with a simple switch button on the website. You can get more details of theme here:  https://avidthemes.com/simple-press/
Version: 1.0.7
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-press
Tags: blog, custom-colors, custom-header, editor-style, flexible-header, footer-widgets, full-width-template, left-sidebar, right-sidebar, one-column, two-columns, three-columns, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, sticky-post



This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
   line-height: 1.5em !important;
   -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
   margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
   display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
   font-size: 2em;
   margin: 0.67em 0;
}

/* 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: 60%;
}

/**
* 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
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
   overflow: visible;
}

/**
* 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;
}

input[type=checkbox]
{
  -webkit-appearance:checkbox;
}

/**
* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 1rem;
   line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   clear: both;
}
h1,h2,h3,h4,h5,h6{font-family: 'Playfair Display', sans-serif;}
h1,h2,h3,h4{margin:10px 0 20px 0;}
h5,h6{margin:0 0 10px 0;}

h1{font-weight: 600;font-size: 3rem;line-height: 1.25;}
h2{font-weight: 600;font-size: 2rem;line-height: 1.35;}
h3{font-weight: 500;font-size: 1.65rem;line-height: 1.45;}
h4{font-weight: 500;font-size: 1.5rem;line-height: 1.45;}
h5{font-weight: 600;font-size: 1.35rem;line-height: 1.25;}
h6{font-weight: 600;font-size: 1rem;line-height: 1.25;}


p {
   margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
   font-style: italic;
}

blockquote {
   margin: 0 1.5em;
}

address {
   margin: 0 0 1.5em;
}

pre {
   background: #eee;
   font-family: "Courier 10 Pitch", courier, monospace;
   font-size: 0.9375rem;
   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;
   font-size: 0.9375rem;
}

abbr,
acronym {
   border-bottom: 1px dotted #666;
   cursor: help;
}

mark,
ins {
   background: #fff9c0;
   text-decoration: none;
}

big {
   font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* 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/ */
*,
*::before,
*::after {
   box-sizing: inherit;
}

html {
   box-sizing: border-box;
}

body {
   background: #fff;
}

hr {
   background-color: #ccc;
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
}

ul,
ol {
   margin: 0 0 1.5em 2em;
   padding: 0;
}

ul {
   list-style: disc;
}

ol {
   list-style: decimal;
}

li > ul,
li > ol {
   margin-bottom: 0;
   margin-left: 1.5em;
}

dt {
   font-weight: 700;
}

dd {
   margin: 0 1.5em 1.5em;
}

img {
   height: auto;
   max-width: 100%;
}

figure {
   margin: 1em 0;
}

table {
   margin: 0 0 1.5em;
   width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   border: 1px solid;
   border-color: #ccc #ccc #bbb;
   border-radius: 3px;
   background: #e6e6e6;
   color: rgba(0, 0, 0, 0.8);
   line-height: 1;
   padding: 10px 30px;
   width: auto;
   cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
   border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
   border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
   color: var(--grey-color);
   border: 1px solid #ccc;
   border-radius: 3px;
   padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
   color: #111;
}

select {
   border: 1px solid #ccc;
}

textarea {
   width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
   text-decoration: none;
   display: inline-block;
   vertical-align: top;
   color: var(--primary-color);
}

a:focus {
   outline: thin dotted;
}

a:hover,
a:active {
   outline: 0;
}
.entry-content a{text-decoration: underline;color: var(--primary-color);}
.entry-content a:hover{text-decoration: none;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
   margin: 0;
   padding: 0;
}
.main-navigation ul ul {
   text-align: left;
   transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   top: 100%;
   left: 0;
   -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
   box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
   width: 230px;
   position: absolute;
   z-index: 999;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   -webkit-transform: scale(1, 0);
   transform: scale(1, 0);
   opacity: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
   display: block;
   opacity: 1;
   z-index: 1000;
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
   -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}
.main-navigation ul ul ul {
   left: 100%;
   top: 0;
}
.main-navigation li {
   position: relative;
   display: inline-block;
   margin-bottom: 0;
}
.main-navigation ul ul ul {
   left: 100%;
   top: 0;
}
.main-navigation ul > li:hover > ul {
   opacity: 1;
   left: 0;
   z-index: 9999;
   text-align: left;
}
.main-navigation ul ul li:hover > ul {
   opacity: 1;
   left: 100%;
}
.main-navigation li li {
   float: none;
   display: block;
}
.main-navigation ul li li:last-child > a {
   border: none;
}
.main-navigation ul li a {
   display: block;
   padding: 8px 20px;
   position: relative;
   z-index: 99;
   transition: all 0.3s ease;
}
.main-navigation ul li a:hover,.main-navigation ul li.current_page_item>a{
   color: var(--primary-color);
}
.main-navigation ul li ul li a{
   padding: 10px 20px !important;
}

.main-navigation li > a {
   position: relative;
}
.main-navigation li li.current_page_item > a:after,
.main-navigation li li.current-menu-item > a:after,
.main-navigation ul li li a:hover:after {
   display: none;
}
.main-navigation ul li.page_item_has_children > a::before,
.main-navigation ul li.menu-item-has-children > a::before {
   content: "\e804";
   font-family: "fontello";
   position: absolute;
   right: 5px;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   font-size: 12px;
}
.main-navigation ul li ul li.page_item_has_children > a::before,
.main-navigation ul li ul li.menu-item-has-children > a::before {
   content: "\e804";
   right: 15px;
}
.main-navigation ul li ul li.page_item_has_children > a::before
.main-navigation ul li ul li.menu-item-has-children > a::before {
   right: 20px;
   top: 10px;
   transform: rotate(-90deg);
}
.main-navigation .dropdown-toggle::after {
   display: none !important;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
   display: block;
}

@media screen and (min-width: 37.5em) {

   .menu-toggle {
      display: none;
   }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
   margin: 0 0 1.5em;
}

.comment-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%;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.alignleft {
   float: left;
   margin-right: 1.5em;
   margin-bottom: 1.5em;
}

.alignright {
   float: right;
   margin-left: 1.5em;
   margin-bottom: 1.5em;
}

.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
   margin: 0 0 1.5em;
}

.widget select {
   max-width: 100%;
}
.textwidget h1, 
.textwidget h2, 
.textwidget h3, 
.textwidget h4, 
.textwidget h5, 
.textwidget h6{
   margin: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
   display: block;
}

.updated:not(.published) {
   display: none;
}

.page-content,
.entry-content,
.entry-summary {
   margin: 1.5em 0 0;
}

.page-links {
   clear: both;
   margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
   word-wrap: break-word;
}

.bypostauthor {
   display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* 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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
   max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
   display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
   margin-bottom: 1.5em;
   max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption .wp-caption-text {
   margin: 0.8075em 0;
}

.wp-caption-text {
   text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
   margin-bottom: 1.5em;
   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;
}





/*custom html*/
:root {
   --primary-color: #755fbf;
   --secondary-color: #3a458c;
   --text-color: #333;
   --light-color: #ffffff;
   --dark-color: #374359;
   --grey-color: #a0b2bc;
}


:root .dark-mode{
   --text-color: #fff;
   --light-color: #26292f;
   --dark-color: #fff;
   --grey-color: #a0b2bc;
}
body.dark-mode {background: #1e2023 !important;}

/*color-scheme*/
*:before,
*:after{
   font-weight: 600;
}
.post-content article a,
.post-content article a:visited {
   text-decoration: underline;
}


.comment-author a,
.readmore,
.post-content article a:focus,
.post-content article a:active,
.comment-form a:hover,
aside a:hover,
.sidebar a:hover,
.comment-metadata a:hover,
.news-title a:hover,
.news-snippet a.readmore:after,
blockquote a:hover,
table a:hover,
article .entry-content ol li a:hover,
figcaption a:hover, dd a:hover,
p a:hover, .page-links a:hover,
.reply a:hover, .post-edit-link:hover,
.post-content article a:hover,
.post-content article a:visited:hover,
.posts-navigation .nav-links a:hover,
.header-layout-4 .social-links a:hover,
article .entry-header .entry-meta a:hover,
article .entry-footer a:hover{
   color: var(--primary-color);
}

.single-post .info .post-date, 
.single-post .info .post-date a,
.single-post .info .post-author, 
.single-post .info .post-author a{color: var(--grey-color);}


.news-snippet a.readmore:hover,
.news-snippet a.readmore:hover:after, 
blockquote a,figcaption a,
.page-links a, .comment-author a:hover,
#cancel-comment-reply-link:hover{
   color: var(--secondary-color);
}


.comments-area .comments-title,
.comment-reply-title,
.main-navigation ul li a,
.site-description,
aside .widget-title, 
.sidebar .widget-title, 
.comments-area .comment-form label, 
.comments-area .comment-form input,
h5.widget-title:after, 
.news-title a,
.news-snippet .info a:hover,
strong, em, 
.header-layout-4 .social-links a{
   color: var(--dark-color);
}


.top-header .social-links a,
.search-form input[type=submit],
.site-footer .widget-title, 
.comments-area .comment-form .form-submit input[type=submit],
.footer-section p,
{
   color: var(--light-color);
}


p{ 
   color: var(--text-color);
}


.news-snippet .info ul li,
.news-snippet .info ul li a,
.news-snippet .info a,
.single-post .tag-lists,
.single-post .tag-lists a{
   color: var(--grey-color);
}
.single-post .info a:hover{color: var(--dark-color);}


.sidebar a,aside a{color: var(--dark-color);}

.comment-metadata a,
.comment-form a,
.post-content article a,
.post-content article a:visited,
table a,
article .entry-content ol li a,
dd a, p a, .reply a, .post-edit-link,
.posts-navigation .nav-links a,
#cancel-comment-reply-link,
article .entry-header .entry-meta a,
article .entry-footer a {
   color: var(--primary-color);
}




.comments-area .comment-form .form-submit input[type=submit]:hover{
   background-color: var(--primary-color);
}
.top-header{background-color: var(--secondary-color);}

.search-form input[type=submit]{background-color: var(--primary-color);}
.search-form input[type=submit]:hover{background-color: var(--dark-color);}

.breadcrumb,
.comments-area .comment-form .form-submit input,
.comments-area .comment-form .form-submit input[type=submit]
{
   background-color: var(--secondary-color);
}


#scrollTop{background-color: var(--primary-color);}
#nav-icon span{
   background-color: var(--dark-color);
}

#scrollTop{background-color: var(--primary-color);}
#scrollTop:hover{background-color: var(--dark-color);}


.main-navigation ul ul,
#masthead{
   background-color: var(--light-color);
}


.search-form input[type=submit]{
   border-color: var(--secondary-color);
}
/*end color-scheme*/




body.sticky .sticky-top.fix-top{
   position: fixed;
   top: 0;
}
body.logged-in.sticky.customize-partial-edit-shortcuts-shown .sticky-top.fix-top{top: 0;}
body.logged-in.customize-partial-edit-shortcuts-shown .header-layout-3 .sticky-top{top: 0;}

.sticky-top{position: absolute;left: 0;right: 0;}

body.logged-in.sticky .sticky-top.fix-top{top: 32px;}
body.logged-in.sticky #masthead{
   top: 32px;
}
input,
textarea,
select{
   transition: all 0.2s ease;
   width: 100%;
}
.entry-title{
   margin-top: 0;
   margin-bottom: 20px;
}
.container{
   max-width: 1140px;
   margin: 0 auto;
   padding: 0 15px;
}
.social-links{
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
   flex-wrap: wrap;
}
.social-links li{
   margin: 0 15px 0 0 !important;
}
.social-links li:last-child{
   margin: 0 !important;
}
header#masthead{
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}
header a{
   transition: all 0.3s ease;
}
header .bottom-header .main-navigation ul li:first-child a{
   padding-left: 0;
}
header .advertise-block{
   overflow: hidden;
}
header .advertise-block .advertise-image {
    display: block;
    width: 810px;
    height: 80px;
    background: #eee;
}
/*.header-layout-1,
.header-layout-2,
.header-layout-5{
   box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.header-layout-3,
.header-layout-4{
   border-bottom: 1px solid #eee;
}*/

.header-layout-2 .header-wrapper{background-size: cover;}

.sticky-top{border-bottom: 1px solid #00000014;box-shadow:0 2px 7px 0px rgb(0 0 0 / 10%);background: var(--light-color);z-index: 100;}
body.sticky .header-layout-3 .sticky-top{top: 0;}
body .header-layout-3 .sticky-top{top: 0;}
body.logged-in .header-layout-3 .sticky-top{top: 32px;}

.header-layout-4 .site-branding,
.header-layout-5 .site-branding{
   width: auto;
   margin: 0 auto;
   text-align: center;
}
.header-layout-4 .main-navigation ul,
.header-layout-5 .main-navigation ul{
   text-align: center;
}
.header-layout-4 .bottom-header .main-navigation ul li:first-child a,
.header-layout-5 .bottom-header .main-navigation ul li:first-child a{
   padding-left: 20px;
}
.header-layout-4 .bottom-header .site-branding,
.header-layout-5 .bottom-header .site-branding{
   margin: 0;
}
.header-layout-4 form.header-search{
   margin: 0 0 0 auto;
}
.header-layout-4 .social-links, .header-layout-4 .site-branding, .header-layout-4 .header-search {
    width: 33.3333%;
}
.header-layout-4 .header-search input {
    float: right;
    width: 70%;
}
/*header .custom-logo{
   width: 170px;
}*/
.header-wrapper .container{
   display:flex;
   justify-content: space-between;
   align-items: center;
}
/*header .custom-logo{
   height: auto !important;
}*/
.top-header{
   padding: 5px 0;
}
.top-header .social-links a:hover{
   opacity: 0.5;
}
.site-branding{
   width: 400px;
}
.site-title,
.site-description{
   margin: 0;
   line-height: 1.5;
}
.site-description{
   margin-top: 5px;
}
.site-title{
   font-weight: 700;
   line-height: 1em;
}
.site-title a{
   text-decoration: none;
}
.menu-toggle{
   border: 0 !important;
   background: transparent !important;
   padding: 0 !important;
}
.middle-header{
   padding: 20px 0;
}
.bottom-header{
   
   padding: 10px 0;
   border-top: 1px solid #00000014;
}
.bottom-header .site-branding{
   display: none;
}


.top-banner-section{display: flex;}
.top-banner-section img{width: 100%;}

/*header search*/
form.header-search {
    position: relative;
    width: 250px;
}
form.header-search input {
    border: 1px solid #00000014;
    height: 40px;
    padding: 10px 15px;
    border-radius: 1000px;
    padding-right: 45px;
}
form.header-search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 1000px;
    background: no-repeat;
    border: none;
    transition: all 0.2s ease;
    background-color: var(--primary-color);
    color: var(--light-color);
}
form.header-search button:hover {
    background-color: var(--dark-color);
    color: var(--light-color);
}
.search-sociallinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.search-sociallinks .header-search {
    margin: 0 0 0 30px;
}
.search-sociallinks .social-links li a{
   color: var(--dark-color);
}
.search-sociallinks .social-links li a:hover{
   color: var(--primary-color);
}
.social-links li a{
   color: var(--light-color);
}
/*end header search*/



/*hamburger style*/

.navbar-toggler {
   margin: 0 0 0 auto;
   border: 0;
   border-radius: 0;
   padding: 0;
}

#nav-icon {
   width: 26px;
   height: 24px;
   position: relative;
   margin: 10px auto;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   cursor: pointer;
}

#nav-icon span {
   display: block;
   position: absolute;
   height: 2px;
   width: 100%;
   opacity: 1;
   left: 0;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
   top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
   top: 9px;
}

#nav-icon span:nth-child(4) {
   top: 18px;
}

.main-navigation.toggled #nav-icon span:nth-child(1) {
   top: 7px;
   width: 0%;
   left: 50%;
}

.main-navigation.toggled #nav-icon span:nth-child(2) {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}

.main-navigation.toggled #nav-icon span:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.main-navigation.toggled #nav-icon span:nth-child(4) {
   top: 7px;
   width: 0%;
   left: 50%;
}

/*end hamburger*/


/*detail page*/
h1.entry-title, h1.page-title{
   margin: 0 0 20px 0;
   overflow-wrap: break-word;
}
.list-inline > li{
   display: inline-block;
   vertical-align: middle;
}
figure.feature-image {
   padding: 0 0 20px 0;
}
figure.feature-image img {
   width: 100%;
}
blockquote {
   border: none;
   margin: 30px 0;
   border-left: 5px solid var(--primary-color);
   padding: 0 0 0 30px;
   font-size: 1.25rem;
   font-family: 'Inika';
   font-weight: 400;
}
blockquote p{
   color: var(--dark-color);
   font-weight: 600;
}
blockquote p:last-child, 
blockquote ul:last-child, 
blockquote ol:last-child {
   margin: 0;
}
.wp-block-pullquote p{font-size: 1.5rem;font-style: italic;}
.wp-block-pullquote cite{font-style: normal;color: var(--grey-color);}



.comments-area .comment-form .form-submit input {
   color: #fff;
   letter-spacing: 2px;
   border: none;
}
.comments-area .comment-form input, .comments-area .comment-form textarea {
   border: 1px solid #00000014;
   border-radius: 0;
   box-shadow: none;
   padding: 10px;
   width: 100%;
}
.comments-area .comment-form label{
   margin: 0 0 10px;
}
.comments-area .comment-form label, .comments-area .comment-form input {
   display: block;
   font-weight: 500;
}


/*end detail page*/


/*list page*/
/*.inside-page .container{
   overflow: hidden;
}*/
.info{
   font-size: 0.8rem;
   color: var(--grey-color);
   margin-bottom: 7px;
}
.info ul{
   margin: 0;
}
.info ul li{
   padding:0 15px 0 0;
   margin: 0 0 8px;
}
.info a{
   color: var(--grey-color);
}
.info .author-image{
   float: left;
   margin-right: 10px;
}
.list-inline{
   list-style: none;
   padding-left: 0;
}
.news-title {
   margin: 0 0 15px 0;
}
h6.category {
   display: inline-block;
   margin-top: 0;
   margin-right: 5px;
   margin-bottom: 10px;
}

.row:before,.row:after {display: table;
    content: " ";clear: both;}

.row {
   margin-right: -15px;
   margin-left: -15px;
}
.col-sm-12, 
.col-sm-9, 
.col-sm-8, 
.col-sm-6, 
.col-sm-4, 
.col-sm-3{
   position: relative;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   float: left;
}
.col-sm-12{
   width: 100%;
}
.col-sm-9{
   width: 75%;
}
.col-sm-8 {
   width: 66.666667%;
}
.col-sm-6{
   width: 50%;
}
.col-sm-4 {
   width: 33.333333%;
}
.col-sm-3{
   width: 25%;
}

.sticky-sidebar{position: sticky;top: 0;}

/*news-snippet*/
.news-snippet .info .author-image img{
   border-radius: 50%;
   width: 22px;
   height: 22px;
}
.news-snippet{
   float: left;
   height: 100%;
   width: 100%;
   background-color: var(--light-color);
}

.news-snippet .summary{
   padding: 20px;
   color: var(--text-color);
}


.news-snippet .featured-image{
   padding-left: 0;
   padding-right: 0;
   display: block;
}
.news-snippet .featured-image img{
   width: 100%;
   display: block;
}
.news-snippet .summary{
   width: 100%;
   float: left;
}
.news-snippet a.readmore{
   display: block;
   position: relative;
   font-size: 0.85rem;
}
.news-snippet a.readmore:after{
   content: "\e800";
   font-family: 'fontello';
   margin: 0 0 0 4px;
   font-size: 13px;
}
.news-snippet .footer-info{display: flex;margin-top: 15px;justify-content: space-between;}
.news-snippet .footer-info .info,.news-snippet .footer-info ul,.news-snippet .footer-info ul li{margin: 0;}
.news-snippet .footer-info ul li{padding-right: 5px;}

.news-snippet  .closing-info{margin-bottom: 0;margin-top:10px;}
.news-snippet  .closing-info ul li{margin-bottom: 0;}



.blog-list-block .type-post{
   border: 1px solid #00000014;
}



.full-width-view .type-post{
   border: none;display: flex;
}

/*masorny*/
.grid-view{margin: 0 -1%;`}
.grid-view .type-post{width: 31.3333%;margin:0 1% 30px 1%;}
.col-sm-8 .grid-view .type-post{width: 46%;margin:0 2% 30px 2%;}
/*masorny*/

/*

.grid-view {
   grid-gap: 30px;
   column-count: 3;
   display: block;
}*/

/*
.grid-view .post{
   position: relative;
   display: inline-block;
   vertical-align: top;
   break-inside: avoid;
   margin: 0 0 30px;
   width: 100%;
}
.grid-view .col-sm-12{
   position: relative;
   overflow: hidden;
}
.grid-view .news-snippet{
   background-color: var(--light-color);
}*/

.list-view {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-gap: 30px;
}
.list-view .col-sm-12{
   position: relative;
   overflow: hidden;
}
.list-view .news-snippet{
   border:none;display: flex;
}
.list-view .news-snippet .featured-image{
   width: 40%;
   float: left;
}
.list-view .news-snippet .featured-image img{height: 100%;object-fit: cover;}
.list-view .news-snippet .featured-image + .summary{
   width: 60%;
}


.full-width-view.blog-list-block .news-snippet{
   width: 100%;
   margin-bottom: 30px;
   padding-right: 0;
   border: none;
}
.full-width-view.blog-list-block .news-snippet .summary{
   background: var(--light-color);
   padding: 30px;
   float: left;
   border: 1px solid #00000014;
   position: relative;
   z-index: 10;
}


.col-3-view {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(320px, 3fr));
   grid-gap: 30px;
}

.detail-content .single-post article{display: flex;margin: 0 0 1em;}
.detail-content .single-post article .inner-social{width: 10%;padding: 5px 30px 0 0;}
.detail-content .single-post article .inner-social .inner-social-share{position: sticky;top: 40px;}
.sticky .detail-content .single-post article .inner-social .inner-social-share{position: sticky;top: 250px;}
.detail-content .single-post article .inner-social .inner-social-share ul{text-align: center;}
.detail-content .single-post article .inner-social .inner-social-share ul li{display: block;margin:15px 0;padding: 0;}
.detail-content .single-post article .inner-social .inner-social-share ul li a{border: 1px solid var(--primary-color);width: 30px;height: 30px;border-radius: 50%;line-height: 30px;}
.detail-content .single-post article .inner-article-content{width: 80%;}
/*end news-snippet*/

/*end list page*/



/*sidebar*/
.widget {
   float: left;
   width: 100%;
   position: relative;
}
aside .widget,
.sidebar .widget {
   border: 1px solid #00000014;
   background-color: var(--light-color);
}
aside .widget ul, 
aside .widget ol
.sidebar .widget ul, 
.sidebar .widget ol{
   margin: 0;
   list-style: none;
   padding: 10px 30px;
   overflow: hidden;
}
aside .widget ul li, 
aside .widget ol li
.sidebar .widget ul li, 
.sidebar .widget ol li {
   float: left;
   width: 100%;
   padding: 10px 0;
   margin: 0 !important;
   border-bottom: 1px solid #00000014;
}
aside .widget ul li:last-child, 
aside .widget ol li:last-child
.sidebar .widget ul li:last-child, 
.sidebar .widget ol li:last-child {
    border: 0;
}
aside .widget ul li .post-date{font-size: 0.85rem;color: var(--grey-color);display: block;}

aside .widget-title,
.sidebar .widget-title {
   margin: 0;
   border-bottom: 1px solid #00000014;
   position: relative;
   padding: 10px 30px;
}
label{
   display: block;
}
.widget_search label {
   width: 78%;
   float: left;
}
.widget_search input.search-field {
   padding: 8px 5%;
   border: none;
   width: 90%;
   border-radius: 0;
   border: 1px solid #eee;
}
.widget_search input.search-submit {
   border: none;
   background-image: url(images/search.png);
   background-repeat: no-repeat;
   background-position: center;
   width: 22%;
   background-size: 25px;
   text-indent: -9999px;
   font-size: 1rem;
   line-height: 1.4;
   border-radius: 0;
}
input[type="search"] {
   -webkit-appearance: textfield;
   box-sizing: content-box;
}
.widget_tag_cloud .tagcloud,
.widget_calendar {
    padding: 30px;
}
.widget_tag_cloud .tagcloud a {
    padding: 2px 8px;
    background-color: #eee;
    border-radius: 3px;
    margin: 0 0 5px;
}
.widget_calendar caption{
   margin: 0 0 15px;
}
.widget_calendar thead tr th,
.widget_calendar tbody tr td{
   text-align: center;
   border: 1px solid #eee;
   /*border-radius: 3px;*/
}
.wp-calendar-nav [class*=wp-calendar-nav-] {
   background: #eee;
   padding: 2px 8px;
   border-radius: 3px;
}
.widget h3.entry-title, .widget h3.title{margin-top: 0;}
.widget .blog-sidebar-widget-author-bio-holder{border: none;}
aside .widget ul.style-two li{border: none;}
.widget_blog_sidebar_widget_custom_categories{}
aside .blog-sidebar-custom-categories-wrap ul{padding: 0;}
aside .blog-sidebar-custom-categories-wrap ul li{padding:0 0 0 15px;}
.widget_blog_sidebar_widget_custom_categories ul li a:hover{color: var(--grey-color);}

.widget .blog-sidebar-widget-author-bio-holder .text-signature{font-size: 2.5rem;}

.widget.widget_btif_instagram_widget a.profile-link {
    background: var(--primary-color);
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.widget.widget_btif_instagram_widget a.profile-link span{margin-right:5px;}
.widget.widget_btif_instagram_widget a.profile-link:hover {background: var(--secondary-color);color: #fff;}
/*end sidebar*/


/*search page*/
.search-page article{
   margin: 0 0 30px;
   overflow: hidden;
}
.search-page article.type-post{
   border: 1px solid #eee;
   padding: 30px;
}
.search-page article.type-post .post-thumbnail,
.search-page article.type-post .post-thumbnail img{
   width: 100%;
}
/*end search page*/


/*footer*/
.footer-section{
   display: grid;
   grid-template-columns: repeat(auto-fit,minmax(20%,1fr));
   grid-gap: 30px;
   padding: 45px 0 0;
   overflow: hidden;
   border-top: 1px solid #0000000d;
}
.footer-section .widget{color: var(--dark-color);}
.site-footer .site-info{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   padding: 10px 0 20px 0;
}
.site-footer ul{
   margin: 0;
   padding: 0;
   list-style: none;
}
.site-footer ul li{
   margin: 0 0 20px;
   border: none;
}
.site-footer ul li:last-child{
   margin: 0;
}
.site-footer{color: var(--grey-color);}
.site-footer a{
   text-decoration: none;
   transition: all 0.3s ease;
   color: var(--dark-color);
}
.site-footer a:hover{
   color: var(--primary-color);
}
.site-footer a.btn-readmore{font-size: 0.85rem;}
.site-footer .posted-on a{color:var(--grey-color);}
.site-footer .menu li ul {
    margin-top: 15px;
}


.site-footer .widget-title {
   margin: 0 0 15px;
   position: relative;
   font-size: 1.35rem;
   color: var(--primary-color);
}
.site-footer .post-date{font-size: 0.8em;display: block;}

.site-footer .f-logo{
   display: inline-block;
   vertical-align: top;
   font-size: 36px;
   font-weight: 600;
   width: 150px;
}
.footer-newsletter input{
   height: 40px;
   border-radius: 0;
   transition: all 0.2s ease;
   padding: 15px;
}
.footer-newsletter input[type="submit"]{
   border-radius: 0;
   padding: 10px 30px;
}
.footer-newsletter input[type="submit"]:hover{
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   border-color: #ccc;
}
.footer-newsletter input[type=submit]{
   background-color: var(--secondary-color);
   color: var(--light-color);
}

   .copyright-info{color: var(--dark-color);font-size: 0.85rem;}
   .copyright-info a{text-decoration: underline;}
   .copyright-info a:hover{text-decoration: none;}

/*end footer*/



/*hvac inside page css*/
.breadcrumb{
   position: relative;
   padding: 20px 0;
   z-index: 0;
}
.breadcrumb .bread-title{
   color: #fff;
   margin: 0 0 15px 0;
}
.breadcrumb ul{
   padding: 0;
   margin: 0;
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   font-size: 0.85rem;
}
.breadcrumb ul li {
   position: relative;
   margin: 0 21px 0 0;
   color: var(--light-color);
}
.breadcrumb ul li:after {
   content: "/";
   position: absolute;
   top: 0;
   right: -13px;
}
.breadcrumb ul li:last-child{
   margin: 0;
}
.breadcrumb ul li:last-child:after{
   content: none;
}
.breadcrumb ul li a{
   color: var(--light-color);
}
.breadcrumb ul li a:hover{
   opacity: 0.5;
}
.trail-browse {
   margin: 0;
}


.filter{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin: 0 0 40px;
}
.filter label{
   margin: 15px 15px 15px 0;
   font-weight: 600;
}
.filter select{
   padding: 10px;
   width: auto;
   min-width: 200px;
}



.page-title{
   color: var(--dark-color);
}
.inside-page{
   padding: 50px 0;
}
.inside-page .main-title{
   margin: 0 0 30px;
}
.inside-page .archive-description{margin-bottom: 30px;}

.full-width-view{
   max-width: 840px;
   margin: 0 auto;
}

/*end hvac inside page css*/



/* contact form */
.one-half,
.one-third {
   position: relative;
   margin-right: 4%;
   float: left;
   margin-bottom: 20px;

}

.one-half { width: 48%; }
.one-third { width: 30.66%; }

.last {
   margin-right: 0 !important;
   clear: right;
}
/* contact form */



#scrollTop {
   display: none;
   opacity: 0.8;
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 99;
   border: none;
   outline: none;
   color: white;
   cursor: pointer;
   padding: 3px 6px 6px 6px;
   width: 35px;
   height: 35px;
   border-radius: 4px;
}



.news-snippet .category{margin-bottom: 15px;display: flex;}


.news-snippet .category a,
.single-post .category a {
    margin: 0 5px 0 0;
    font-size: 0.85rem;
    color: var(--primary-color);
}
.news-snippet .category a:hover,.single-post .category a:hover{color: var(--dark-color);text-decoration: underline;}
.single-post .category a{
   margin: 0;
}
.single-post .category-items .category a{padding:3px 10px;color:var(--light-color); ;background-color: var(--primary-color);margin-right: 5px;border-radius: 5px;}
.single-post .category-items .category a:hover{background-color: var(--grey-color);text-decoration: none;}

.single-post .post-author {
    position: relative;
    padding: 0 15px 0 10px;
}
.news-snippet .post-author{position: relative;padding-left: 15px;margin-left: 15px;}
.single-post .post-author:before,.news-snippet .post-author:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 20px;
    height: 1px;
    background-color: var(--grey-color);
}
.news-snippet .post-author:before{}

.single-post .post-date {
    padding: 0 25px 0 0;
}

/*author*/
.author-post{display: flex;border:1px solid #00000014;padding: 20px;margin-bottom: 20px;}
.author-post .author-image{width: 20%;}
.author-post .author-image img{border-radius: 50%;}
.author-post .author-details{width: 80%;margin-left:20px;font-size: 0.85rem;}



/*comment*/
.comments-area {
   border: 1px solid #00000014;
   padding: 30px;
}
.comments-area .comments-title{
   margin-top: 0;
}
.comments-area .comment-list {
   margin: 0;
   padding: 0;
   list-style: none;
}
.comments-area .comment-list .comment-author{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.comments-area .comment-list .comment-author img {
   margin: 0 10px 0 0;
}
.comments-area .comment-list .comment-author .fn{
   margin: 0 5px 0 0;
}
.comments-area .comment-list .comment-metadata{
   margin: 10px 0 0;
}
.comments-area .comment-list .comment-body{
   border-bottom: 1px solid #eee;
   padding: 0 0 30px;
}
.comments-area .comment-list .comment-respond {
   margin: 30px 0;
}
.comments-area .comment-list .comment-respond .comment-reply-title{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
.comments-area  .comment-respond form .form-submit{
   margin-bottom: 0;
}
.comment-form .comment-form-cookies-consent{
   display: flex;
   align-items: center;
}
.comment-form .comment-form-cookies-consent input{
   width: auto;
   margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label{
   margin: 0 !important;
}


.page-links .post-page-numbers {
    width: 30px;
    height: 30px;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid var(--secondary-color);
    background-color: var( --secondary-color);
    color: var( --light-color);
    margin: 0 5px 0 0;
    line-height: 20px;
    text-decoration: none;
}

.page-links .post-page-numbers.current {
    background: var(--dark-color);
    border-color: var(--dark-color);
}

.page-links a.post-page-numbers:hover{
   background: transparent;
}


.comments-area .comment-list article{
   border: 0;
}
article .entry-footer span {
    margin: 0 15px 0 0;
}

form.search-form {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   padding: 30px;
}
.search-form label {
   position: relative;
   width: 75%;
   display: flex;
   max-width: 100%;
}
.search-form label input {
   height: 30px;
   padding: 5px 15px;
   width: 100%;
   border-radius: 0;
}
.widget_search .search-form label input{
   height: 26px;
}
.search-form input[type=submit] {
   display: block;
   height: 42px;
   width: 25%;
   border-radius: 0;
}
.widget_search .search-form input[type=submit]{
   height: 44px;
}
.no-results.not-found {
   margin: 0 0 30px;
}
.related-posts{
   margin: 50px 0 20px;
}
/*.related-posts .post-holder{
   display: grid;
   grid-gap: 30px;
   grid-template-columns: repeat(auto-fill, minmax(260px, 2fr));
}*/
.related-posts .news-snippet{
   border: 1px solid #00000014;
   display: flex;
   margin-bottom: 30px;
}
.related-posts .news-snippet .featured-image{width: 25%;}
.related-posts .news-snippet .featured-image img{height: 100%;object-fit:cover;}

.wp-block-button.is-style-squared .wp-block-button__link{
   border-radius: 0;
}
.wp-block-button__link{
   color: var(--light-color) !important;
   text-decoration: none !important;
   background-color: var(--primary-color);
}
.wp-block-button__link:hover{
   background-color: var(--secondary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link{
   color: var(--primary-color) !important;
   border-color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
   color: var(--secondary-color) !important;
   border-color: var(--secondary-color);
}



/*widget sidebar*/
.widget_blog_sidebar_widget_posts_category_slider_widget{position:relative;}
.widget_blog_sidebar_widget_posts_category_slider_widget a.post-thumbnail {width: 100%;margin-bottom:7px;}

.widget_blog_sidebar_widget_posts_category_slider_widget .owl-nav {position: absolute;top: 30%;left: 7px;right: 7px;font-size: 10px;text-transform: uppercase;}
.widget_blog_sidebar_widget_posts_category_slider_widget .owl-carousel .owl-nav .disabled { opacity: 0.3; }

.widget_blog_sidebar_widget_posts_category_slider_widget .owl-dots{text-align: center;}
.widget_blog_sidebar_widget_posts_category_slider_widget .owl-dots .owl-dot{background-color: #ccc;height: 6px;width: 6px;display: inline-block;margin: 0 2px;border-radius: 50%;}
.widget_blog_sidebar_widget_posts_category_slider_widget .owl-dots .owl-dot.active{background-color: #333;}

.widget_blog_sidebar_widget_posts_category_slider_widget .owl-carousel .owl-nav .owl-prev{float: left;background-image: url(images/left.png) no-repeat center;margin-left: 0;}
.widget_blog_sidebar_widget_posts_category_slider_widget .owl-carousel .owl-nav .owl-next{float: right;background-image: url(images/right.png) no-repeat center;margin-right: 0;}
.widget_blog_sidebar_widget_posts_category_slider_widget .owl-carousel .owl-nav .owl-prev,.widget_blog_sidebar_widget_posts_category_slider_widget .owl-carousel .owl-nav .owl-next {
    background-color: var(--secondary-color);
    background-size: 10px;
    text-indent: -10000px;
    overflow: hidden;
    height: 20px;
    width: 20px;
}
.widget_blog_sidebar_widget_popular_post .cat-links, .widget_blog_sidebar_widget_popular_post .entry-meta, .widget_blog_sidebar_widget_pro_recent_post .entry-meta{text-transform:none;font-size: 0.8em; }
.widget_blog_sidebar_widget_popular_post .entry-meta a, .widget_blog_sidebar_widget_pro_recent_post .entry-meta a{color: var(--grey-color);}
.widget_blog_sidebar_widget_contact_social_links ul.contact-list svg{color: var(--primary-color);}
.widget_blog_sidebar_widget_contact_social_links ul.social-networks li.blog-sidebar-widget-contact-social-icon-wrap{background-color: var(--secondary-color);}
.widget_blog_sidebar_widget_contact_social_links ul.social-networks{border-bottom: none;}


.widget_btif_instagram_widget ul.popup-gallery{padding: 10px;}
.widget_btif_instagram_widget ul.popup-gallery li{padding:5px;border: none;}
.widget_btif_instagram_widget ul.popup-gallery li a{display: flex;}
.widget_btif_instagram_widget img{height: 100px;width: 100%;object-fit: cover;}


.blog-sidebar-widget-contact-widget-wrap > p{margin: 30px;}
.footer-section .blog-sidebar-widget-contact-widget-wrap > p{margin:0 0 30px 0;}

.blossomthemes-email-newsletter-wrapper{padding: 15px;}
.blossomthemes-email-newsletter-wrapper h3{margin: 0;}
.blossomthemes-email-newsletter-wrapper form input[type="text"]{padding: 10px;}
.blossomthemes-email-newsletter-wrapper form input[type="submit"]{    background: var(--primary-color);color: var(--light-color);border: none;padding: 15px;}

.blossomthemes-email-newsletter-wrapper form>label{margin-top: 15px;}
.blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover{ background: var(--dark-color);}
.blossomthemes-email-newsletter-wrapper form label .text{font-size: 0.85rem;}
/*widget sidebar*/



/*pagination*/
nav.navigation.pagination{text-align: center;}
nav.navigation.pagination a.page-numbers{margin: 0 5px;}

.pagination {text-align: center;}
.pagination .loadmore{background: var(--primary-color);color: var(--light-color);border: none;}
.pagination .loadmore:hover{background: var(--dark-color);}
/*pagination*/


/*darkmode switch*/

.simple-press-light-dark-toggle {
    position: fixed;
    bottom: 10px;
    z-index: 100;
    left: 10px;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 21px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #374359;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--primary-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/*darkmode switch*/



@media (max-width: 991px) {

   h1{font-size: 2.5rem;}
   h2{font-size: 2rem;}
   h3,h4{font-size: 1.5rem;}
   h5,h6{font-size: 1.15rem;}


   .header-layout-4 .site-branding,
   .header-layout-5 .middle-header{
      display: none;
   }
   .header-layout-4 .middle-header,
   .header-layout-2 .middle-header{
      border-bottom: 1px solid #00000012;
      padding: 10px 0;
   }
   .header-layout-4 .social-links, 
   .header-layout-4 .site-branding{
      width: auto;
   }
   .header-layout-4 .header-search input{
      width: 100%;
   }
   .header-layout-2 .middle-header .site-branding{
      display: none;
   }
   .header-layout-2 .middle-header .search-sociallinks{
      width: 100%;
      justify-content: space-between;
   }
   .header-layout-2 .middle-header .search-sociallinks .header-search{
      margin: 0;
   }
   .header-layout-4 form.header-search{
      width: 140px;
   }
   .header-layout-4 .site-branding,
   .header-layout-5 .site-branding,
   .header-layout-4 .main-navigation ul.menu, 
   .header-layout-5 .main-navigation ul.menu{
      text-align: left;
   }
   .bottom-header{
      padding: 20px 0;
      border: 0;
   }
   .bottom-header .container{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
   }
   .bottom-header .site-branding{
      display: block;
   }
   .header-layout-4 .bottom-header .main-navigation ul li:first-child a, 
   .header-layout-5 .bottom-header .main-navigation ul li:first-child a,
   .main-navigation ul li a{
      padding: 10px 0;
      width: 100%;
   }
   .main-navigation ul li.page_item_has_children > a::before,
   .main-navigation ul li.menu-item-has-children > a::before{
      right: 5px;
   }
   .main-navigation ul li ul li.page_item_has_children > a::before, 
   .main-navigation ul li ul li.menu-item-has-children > a::before{
      right: 15px;
   }
   .main-navigation ul li ul li.page_item_has_children > a::before, 
   .main-navigation ul li ul li.menu-item-has-children > a::before{
      content: "\f107";
   }
   .main-navigation ul ul {
      visibility: initial;
      opacity: 1;
      transition: initial;
      top: initial;
      left: initial;
      width: 100%;
      position: static;
      z-index: 999;
      transform-origin: initial;
      animation-fill-mode: initial;
      transform: initial;
      box-shadow: initial;
      height: 0;
      overflow: hidden;
   }
   .main-navigation li {
      display: block;
   }
   
   .main-navigation .menu{
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
      padding: 0 15px;
      z-index: 99999;
      background-color: var(--light-color);
   }
   .menu-toggle,
   .main-navigation.toggled .menu{
      display: block;
   }
   .main-navigation ul li:hover > ul,
   .main-navigation ul li:focus > ul,
   .main-navigation ul li.focus > ul{
      height: auto;
      overflow: visible;
      z-index: 1000;
      border: 1px solid #00000012;
      text-align: left;
   }
   .main-navigation ul ul ul{
      left: initial;
      top: initial;
      border-style: solid none none;
      border-top: 1px solid #eee;
   }
   /*masorny*/
   .grid-view .type-post{width: 46%;margin:0 2% 30px 2%;}
   /*masorny*/
   .footer-section{
      grid-template-columns: repeat(auto-fit,minmax(50%,1fr))
   }
}
@media (max-width: 767px) {
   .site-branding,
   .header-layout-4 .site-branding{
      width: 250px;
   }
   .site-title{font-size: 2rem !important;}
   form.header-search{
      width: 140px;
   }
   .col-sm-9,
   .col-sm-8,
   .col-sm-6,
   .col-sm-4,
   .col-sm-3{
      width: 100%;
   }
   .blog-list-block {
      margin: 0 0 30px;
      grid-template-columns: repeat(auto-fill, minmax(280px, 2fr));
   }
   .footer-section{
      display: block;
      grid-template-columns: repeat(1, 1fr);
      padding: 15px 0;
   }
   .footer-section .f-block:last-child .widget{
      margin: 0;
   }
   .widget{
      margin-bottom: 20px;
   }
   aside .widget ul{padding: 10px 15px;}
    .site-footer .site-info{display: block;padding:15px 0;}
    .copyright-info{margin-bottom: 15px;}

   .list-view .news-snippet{display:block; }
   .list-view .news-snippet .featured-image,.list-view .news-snippet .featured-image + .summary{width: 100%;}

   /*masorny*/
   .grid-view .type-post{width: 100% !important;margin:0 0 30px 0 !important;}
   /*masorny*/


   .detail-content .single-post article{display: block;margin: 0 0 1em;}
   .detail-content .single-post article .inner-social{width: 100%;margin: 15px 0;}
   .detail-content .single-post article .inner-social .inner-social-share ul{text-align: left;}
   .detail-content .single-post article .inner-social .inner-social-share ul li{display: inline-block;margin:0 5px 0 0;padding: 0;text-align: center;}
   .detail-content .single-post article .inner-article-content{width: 100%;}

}
@media only screen and (max-width: 575px){
   .search-form label,
   .search-form input[type=submit]{
      width: 100%;
   }
   .search-form label{
      margin: 0 0 10px;
   }

}