/*
Theme Name:     Inasentence
Theme URI:      https://inasentence.me
Description:    A child theme of Blogwhite with styling from Inasentence
Author:         inasentence
Author URI:     https://inasentence.me
Template:       blogwhite
Version:        1.0
*/

/* Optional: Import parent styles if needed */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- header
	- Navigation
	- page number
	- Posts and pages
	- Comments
	- Widgets
	- footer
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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.15;
	-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: 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
	 ========================================================================== */

/**
 * 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;
}

/**
 * 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/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

:root {
	/* color */
	--hover-color:#2894ff;
	--btn-text-color:#fff;
	--btn-bg-color:#000;
	/* font family */
	--title-font:'Roboto', sans-serif;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	line-height: 1.5;
}

header,
article,
aside,
figcaption,
figure,
footer,
menu,
nav,
section,
summary {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-break: break-word;
	clear: both;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.425rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

p {
	word-break: break-word;
	margin-bottom: 1.5em;
}
footer p {
	margin-bottom: 0;
}

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;
	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: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: circle;
}

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;
}

/* 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 {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4f46e5;
}

a:visited {
	color: #4f46e5;
}

.site-header a {
	color: #fff;
}

.site-header a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color:var(--hover-color);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
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: #666;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.page {
	width:100%;
}

.site {
	max-width: 1300px;
	margin: 0 auto;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.theme-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
}

#masthead {
	width:100%;
	margin-bottom:30px;
}

.content-wrap-bg {
	width:100%;
	padding:25px 20px;
}
.site-footer  {
	width:100%;
}

#primary, 
#secondary {
    width: 100%;
}

.no-sidebar #secondary {
	display:none;
}

@media screen and (min-width:992px)   {  	
	.right-sidebar .content-wrap-bg,
	.left-sidebar .content-wrap-bg{
		display:flex;
		flex-direction:space-between;
		padding:50px 40px;
	}
	
	.right-sidebar #primary {
		width:70%;
		padding-right:40px
	}

	.left-sidebar #primary {
		width:70%;
		padding-left:40px
	}
	
	.left-sidebar #secondary,
	.right-sidebar #secondary {
		width:30%;
	}
	
	.left-sidebar .content-wrap-bg{
		flex-direction:row-reverse;
	}

	.site-footer  {
		padding:25px 40px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

html {
	scroll-behavior: smooth;
}

/* header */

.site-branding {
    text-align: center;
}

.site-branding .site-branding-logo {
	display:block;
}

.site-branding-logo img {
    width: 100%;
	padding:5px 0;
}

.site-title {
   font-size: 3.5em;
   margin: 0 0 	3px;
   line-height: 1.2;
   font-weight: 600;
}

.site-title a {
   color: #000;
   text-decoration:none;
   display:block;
}

@media screen and (max-width:480px) {
	.site-title {
		font-size: 2rem;
	}
}

@media screen and (min-width:768px) { 
	.site-description {
		font-size:1.125rem;
	}
}

@media screen and (min-width:992px) {
	.site-title {
		font-size: 3.5rem;
	}

	.site-description {
		font-size:1.25rem;
	}
}

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

.main-navigation {
	display: block;
	width: 100%;
	position: relative;
} 

.main-navigation ul {
	list-style: none;
	margin:0;
	padding:0;
	padding-left:10px;
	width:100%;
}

.main-navigation ul li.menu-item-has-children>a::after {
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight:800;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f107";
    display: inline-block;
	margin-inline-start: 10px;
}

.main-navigation ul li a,
.main-navigation ul .sub-menu li a {
    text-decoration: none;
	font-size: 18px;
	color:#000;
	text-transform: uppercase;	
	transition: ease-in 0.6s;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li a:focus {
	color:#2894FF;

}

@media screen and (max-width:991px) {
	.menu-toggle {
		display: block;
		width:45px;
		height:45px;
		padding:0;
		margin:6px 17px;
		position: relative;
		background: none;
		/* border:1px solid #fff;*/
		border:none;  
	}

	.menu-toggle span {
		display:block;
		width:36px;
		height:3px;
		margin:8px 3px;
		background-color:#000;
	}

	.main-navigation ul li {
		margin:10px 0;
	}

	.main-navigation ul ul {
		height: 0;
		transform: scaleY(0);
		transform-origin: top left;
		overflow: hidden;
		transition: all 500ms ease-in-out;
		margin-inline-start: 10px;
	}

	.main-navigation ul li.menu-item-has-children:hover>ul, 
	.main-navigation ul li.menu-item-has-children.focus>ul {
		height: auto;
		transform: scaleY(1);
	}

	.main-navigation ul.nav-menu {
		margin:0;
		padding:15px 10px;
		list-style: none;
		text-align: left;
		width: 100%;
		background-color:#fcfcfc;
		z-index: 9999;
		box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
		display:none;
		position: absolute;
		top: 100%;
		top:55px;
	}
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left:140px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	left: auto;
}  

.main-navigation ul ul {
    display: none;
}

.main-navigation li {
	position:relative;
	padding:0 12px;
}

@media screen and (min-width:992px) {
	.nav-menu {
		display:block !important;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex !important;
		flex-wrap:wrap;
		margin:10px 22px;
		
	}

	.main-navigation li {
		padding-right:15px;
	}
	
	.main-navigation ul ul {
		display:block;
		width:200px;
		padding-left:12px;	
	}
	
	.main-navigation ul ul li{	
		padding:8px;
		width:100%; 
	}

	.main-navigation ul ul {
     	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
     	float: left;
     	position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99;
		background-color:#fff;
  	}

	.main-navigation ul ul ul {     
		top:30px;
		left: -999em;
		background-color:#fff;
	}

	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus {
		color:#2894FF;
	}
}

.top-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-top:1px solid #adadad;
	border-bottom:1px solid #adadad;
}

@media (max-width:991px)  {
	.top-menu {
		width: 100%;
	}

	.top-menu .menu-left {
		width:100%;
	}

	.top-menu .menu-right {
		position:absolute;
		top:12px;
		right:0;
	}
}

/*search */
.top-menu .search {
    width:45px;
}

@media screen and (min-width: 992px) {
	.top-menu .search {
		width:65px;
	}
}

.top-menu .search .search-wrap .search-icon {
	font-size:20px;
	color:#000;
	width:35px;
	height:35px;
	text-decoration:none;
	cursor: pointer;
}

.top-menu .search .search-wrap .search-form {
	position:absolute;
	top:70px;
	right:0;
	width:270px;
	padding:6px;
 	z-index:99;
	visibility: hidden;
	background-color:#fff;
	border:1px dotted #e0e0e0;
}

.top-menu .search .search-wrap .search-form.active {
	visibility: visible;
}

.top-menu .search .search-wrap .search-form label input  {
	width:150px;
	border:1px solid #ccc;
	background-color:#fff;
}

.top-menu .search .search-wrap .search-form .search-submit {
	width:25%;
	padding:0;
	font-size:16px;
	margin:0 8px;
	background-color:var(--btn-bg-color);
	color:var(--btn-text-color);
	border:1px solid #BEBEBE;
	line-height: 1;
	cursor: pointer;
}

/* serach end */

.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%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	font-size:1rem;
	font-weight:600;
	color:#000;
	cursor:pointer;
	transition:ease-in 0.6s;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-next a:hover, 
.post-navigation .nav-next a:focus {
	color:var(--hover-color);
}

@media screen and (max-width:768px) {
	.post-navigation .nav-previous a,
	.post-navigation .nav-next a {
		font-size:0.75rem;
	}

	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		flex-direction:column;
	}
		
	.nav-previous {
		margin-bottom:25px;
	}
}

@media screen and (min-width:769px) {	
	.post-navigation .nav-links .nav-previous ,
	.post-navigation .nav-links .nav-next {
		width:50%;
	}
}

/* page number
--------------------------------------------- */
.nav-links .page-numbers,
.nav-links a {
	font-size:1.125em;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post,
.page {
	margin: 0 0 3em;
}

/* archive & search start*/

.page-header {
	margin-bottom: 50px;
}

.archive .page-header h1,
.search-results h1.page-title { 
	text-align: left;
	line-height: 1.5;
	font-size:1.5rem;
	font-weight: 800;
	margin:0 0 30px;
	color:#000;
}

.no-results.not-found h1.page-title  {
	font-size:1.5rem;
	font-weight:800;
	margin:0 0 30px;
	color:#000;
}

.no-results.not-found .page-content p {
	font-size:1rem;
}

@media screen and (min-width:992px) {

	.archive .page-header h1, 
	.search-results h1.page-title, 
	.no-results.not-found h1.page-title {
		font-size:1.75rem;
	}
	
	.no-results.not-found .page-content p {
		font-size:1.25rem;
	}
}

/* archive & search end*/
/* error-404 start*/

.page-header {
	margin-bottom:50px;
}

.error-404 .page-header h1.page-title {
	font-size: 1.5rem;
	margin:0 0 30px;
	font-weight:800;
	color:#000;
}

.error-404 .page-content p {
	font-size:1rem;
}

@media screen and (min-width:992px) {
	.error-404 .page-header h1.page-title {
		font-size: 1.75rem;
	}

	.error-404 .page-content p {
		font-size:1.25rem;
	}
}

.error-404 .page-content .widget_archive {
	display:none;
}

/* error-404 end*/

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	line-height: 1.4;
	font-weight: 600;
}

article h1 {
	font-size:2rem;
}

article h2 {
	font-size:1.75rem;
}

article h3 {
	font-size:1.675rem;
}

article h4 {
	font-size:1.5rem;
}

article h5 {
	font-size:1.25rem;
}

article h6 {
	font-size:1.125rem;
}

.post-item,
.post-text {
	width:100%;
}

.post-item img {
	width:100%;
	display: block;
}

h1.entry-title {
	font-size:1.25rem;
	font-weight:800;
	margin-top:20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: var(--title-font);
}

h2.entry-title {
	font-size:1.125em;
	font-weight:600;
	word-wrap: break-word;
}

h2.entry-title a,
.entry-meta a {
	text-decoration:none;
}

.entry-meta {
	font-size: 0.875rem;
  	display:flex;
	margin-bottom:20px;
}

.entry-meta .category {
	background-color:var(--btn-bg-color);
	padding:6px;
	margin-right:8px;
}

.entry-meta .category a {
	color:var(--btn-text-color);
}

.entry-meta .date,
.entry-meta .author {
	padding:6px;
}

.entry-content {
	font-size:1rem;
	line-height:1.5;
	margin:30px 0;
}

.entry-summary {
	font-size:1rem;
}

 @media screen and (min-width:992px) {
	.post-item {
		display:flex;
		justify-content: space-around;
    }
	
	.post-item img {
		width:48%;
	}

	.post-text {
		width:50%;
		padding-left:10px;

	}
	
	h1.entry-title {
		font-size:1.75rem;
		font-weight:800;
		margin:0 0 20px;
	}

	h2.entry-title {
		font-size:1.375rem;
		font-weight:600;
		margin-top:8px;
	}
}

.entry-footer {
	display:flex;
	flex-direction:column;
}

.entry-footer span {
	font-size:18px;
}

.cat-links a {
	text-decoration:none;
	margin-left:8px;
	color:#000;
}

.tags-links {
	margin:0 0 12px;
}

.tags-links a {
	font-size:18px;
	text-decoration:none;
	color:#000;
} 

.tags-links a:first-child {
	margin-left:16px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	margin:15px 0 30px;
}

.comments-title {
	font-size:1.25rem;
	margin:15px 0;
}

.comment-list  {
	margin:0;
	list-style: none;
}

.comment-body {
	position: relative;
	margin-bottom:35px;
	padding:10px;
  	border-bottom: 1px solid #d0d0d0;
}

.comment-body .reply {
	margin: 0;
}

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

.comment-meta .comment-author .fn {
	font-weight:600;
	word-break: break-word;
}

.comment-meta .comment-metadata {
	padding:15px 0 8px 0;
	font-size: 14px;
}

.comment-meta .comment-metadata .edit-link {
	margin-left:10px;
}

.comment-content p {
    font-weight: 400;
	font-size:1rem;
	margin-bottom:15px;
}

.comment-respond {
	margin:20px 0;
}

.comment-reply-title {
	color:#000;
	font-size:1.25rem;
}

.comment-reply-title small a {
	margin-left:12px;
	font-size:1rem;
}

.comment-form p {
	font-size: 1rem;
}

@media screen and (min-width:992px) {
	.comment-reply-title {
		font-size:1.5rem;
	}

	.comment-form p {
		font-size: 1.13rem
	}
}

.comment-form label {
	font-weight:400;
}

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

.comment-form p.comment-form-url,
.comment-form p.comment-form-email,
.comment-form p.comment-form-author {
	display:inline-block;
	width:100%;
}

.comment-form .form-submit {
	margin:15px 0;
}

.comment-form .form-submit .submit {
	color:var(--btn-text-color);
	background-color:var(--btn-bg-color);
	border:1px solid #BEBEBE;
	cursor:pointer;
	padding:10px;
	transition: ease-in 0.6s;
}

.comment-form .form-submit .submit:hover {
    opacity: 0.7;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;	
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
	margin:0 0 24px;
	color:#000;
	font-family: var(--title-font);
	border-bottom:1px solid #adadad;
}

.widget_text {
	font-size:1.125em;
}

/* widget search */

.widget.widget_search .wp-block-search__inside-wrapper {
    display: flex;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 50px;
    padding: 8px;
    text-decoration: unset!important;
}

.search-form .search-submit,
.page-content .search-form .search-submit,
.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	border:1px solid #BEBEBE;
	padding:6px 10px;
	margin-left:10px;
	word-break: normal;
	color:var(--btn-text-color);
	background-color:var(--btn-bg-color);
	cursor: pointer;
}

.search-form .search-submit:hover,
.page-content .search-form .search-submit:hover,
.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
	opacity: 0.7;
}
 
.search-form {
	display:flex;
}

.search-form label {
	line-height:2;
}

.search-form .search-field {
	font-size:16px;
}

 /* Social icons */

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}

/* widget list */

.wp-block-social-links li {
	margin: 0;
    padding: 0;
}

.widget_recent_entries ul,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.widget_meta ul,
.widget_nav_menu ul {
	list-style: none;
   	padding:0;
	margin:0;
}

.widget_recent_entries li,
.wp-block-latest-posts li,
.wp-block-latest-comments li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li {
	margin-bottom:8px;
}

.widget_recent_entries li,
.wp-block-latest-posts li {
	padding-bottom:6px;
	border-bottom:1px solid var(--post-line-color);
}

.widget_meta ul li,
.widget_nav_menu ul li {
	margin-bottom:6px;
	font-size:1rem;
}

.widget_recent_entries li a,
.wp-block-latest-posts li a,
.wp-block-latest-comments li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.widget_meta ul li a,
.widget_nav_menu ul li a {
	text-decoration:none;
	color:var(--font-color);
	font-size:1rem;
	transition: ease-in 0.5s;
}

.widget_recent_entries li a:hover,
.wp-block-latest-posts li a:hover,
.wp-block-latest-comments li a:hover,
.wp-block-archives li a:hover,
.wp-block-categories li a:hover,
.wp-block-page-list li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover {
	color:var(--hover-color);
}

.widget_block ul {
	list-style: none;
   	padding:0;
	margin:0;
}

.widget_block ul li {
	margin-bottom:8px;
	font-size:1rem;
}

.widget_block ul li a:hover {
	color:var(--hover-color);
}

@media screen and (min-width:1024px)   { 
	.widget_recent_entries li a,
	.wp-block-latest-posts li a,
	.wp-block-latest-comments li a,
	.wp-block-archives li a,
	.wp-block-categories li a,
	.wp-block-page-list li a {
		font-size:1rem;
	}

	.widget_block ul li {
		font-size:1rem;
	}
}

@media screen and (min-width:1200px)   {
	.widget_recent_entries li a,
	.wp-block-latest-posts li a,
	.wp-block-latest-comments li a,
	.wp-block-archives li a,
	.wp-block-categories li a,
	.wp-block-page-list li a {
		font-size:1rem;
	}

	.widget_block ul li {
		font-size:1rem;
	}
}

/* tagcloud */

.wp-block-tag-cloud a,
.tagcloud a {
	font-size:16px !important;
    display: inline-block;
    margin-right: 5px;
    text-decoration:none;
	line-height:1.7;
    border:1px solid #949494;
	margin:5px;
	padding:3px 7px;
}

.widget_media_gallery .gallery .gallery-item   {
    margin:16px 0;
}

/* calendar */

.widget_calendar  table {
	margin-bottom:36px;
}

.widget_calendar caption {
	font-size:18px;
}

.widget_calendar table th,
.widget_calendar table td {
   line-height: 1.5;
   border: none;
   padding:2px;
   font-weight:600;	 
}

.widget_calendar .wp-calendar-nav {
	display:none;
}

.footer-widgets-wrapper .wp-block-calendar table {
    margin-bottom:36px;
}

.footer-widgets-wrapper .wp-block-calendar caption {
    font-size:18px;
}

.footer-widgets-wrapper .wp-block-calendar  thead th,
.footer-widgets-wrapper .wp-block-calendar tbody td {
    line-height: 1.5;
    border: none;
    padding:2px;
    font-weight:600;	
}

.footer-widgets-wrapper .wp-block-calendar .wp-calendar-nav{
    display:none;
}

/* footer
--------------------------------------------- */

.site-info {
	width:100%;
	text-align: center;
}

.footer-widgets-wrapper,
.footer-widgets-left,
.footer-widgets-middle,
.footer-widgets-right,
.site-info {
	width:100%;
	display: block;
}

@media screen and (min-width:992px) {
	.footer-widgets-wrapper {
		display:flex;
		justify-content: space-between;
		 
	}

	.footer-widgets-left,
	.footer-widgets-middle,
	.footer-widgets-right {
		width:31.5%;
	}
}

.topbutton {
	height:36px;
	width:36px;
	position:fixed;
	right:5px;
	bottom:5px;
	Z-index:99;
	display:none;	
	padding:0 4px;
	border:1px solid #BEBEBE;
   	outline: none; 
	cursor: pointer;
	opacity:1;
	transition:ease-in 0.4s;
	color:var(--btn-text-color);
	background-color: var(--btn-bg-color);

}

.topbutton:hover {
	opacity: 0.7;
}

/* 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-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;
	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
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}