/*[Table of contents]
1. Reset
2. Common Elements
3. List Styles
4. Image
5. Table
6. Quotes
7. CSS Transition
8. Pre,Horizontal Line, Code
9. Isotope
10. Content Elements
11. Form Elements
12. Flex Slider
13. Columns
14. WordPress Default Gallery / Other Elements
15. Latest Posts, Archives, Categories
16. Latest Posts grid view
*/


/* 1. Reset ---------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
font,
img,
blockquote,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

* {
	noFocusLine: expression(this.hideFocus=true);
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
	*zoom: 1;
}

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

figure {
	margin: 0;
	padding: 0;
}

figure figcaption {
	text-align: center;
}

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

address {
	font-style: normal;
}

font {
	color: inherit !important;
	font: inherit !important;
	color: inherit !important;
}

marquee {
	overflow: inherit !important;
	-moz-binding: none;
}

blink {
	text-decoration: none;
}

nobr {
	white-space: normal;
}

sub,
sup {
	font-size: smaller;
	line-height: 0;
	position: relative;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

small {
	font-size: smaller;
}

del {
	text-decoration: line-through;
}

iframe,
object,
embed,
video {
	max-width: 100%;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline;
	list-style: none;
}

aside nav ul li {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering: optimizeLegibility;
	margin-bottom:20px;
}

p {
	-moz-osx-font-smoothing: grayscale;
	word-break: normal;
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* 2. Common Elements ---------------------------------------------- */

html {
	height: 100%;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-style: normal !important;
}


/* Clear */

.clear,
.clearfix,
.clearall {
	clear: both;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clear:after,
.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* Link */

a:not(ul.swm-primary-nav li.swm-mega-menu > ul > li:first-child) {
	text-decoration: none;
	transition: all 0.3s ease-out;
	max-width: 100%;
}

.inline-link,
.inlineLink {
	display: inline-block;
	margin: 0 0.2em;
	padding: 3px;
	border-radius: 2px;
	transition: all 0.3s ease-out;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.swm-skin-color a,
.swm-skin-color1 a,
.swm-skin-color2 a {
	text-decoration: none;
}

/* Common Classes Names */

.bold,
b,
strong {
	font-weight: bold
}

.italic,
dfn,
em,
var {
	font-style: italic
}

.left,
.float-left {
	float: left;
}

.right,
.float-right {
	float: right;
}

.center,
.text-center,
.aligncenter,
.align-center {
	text-align: center !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.justify,
.text-justify {
	text-align: justify !important;
}

.text-left,
.align-left {
	text-align: left !important;
}

.text-right,
.align-right {
	text-align: right !important;
}

.block {
	display: block;
}

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

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}


/* 3. List Styles ---------------------------------------------- */

ul,
ol {
	margin-bottom: 20px;
}

ul {
	list-style: none outside;
	margin-left: 7px;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside none;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px;
}

ul.wp-block-categories.wp-block-categories-list.aligncenter li {
	list-style: none;
}

ul.wp-block-archives.wp-block-archives-list li,
ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-latest-posts.has-dates li,
ul.wp-block-latest-posts.is-grid.columns-3 li {
	font-weight: 500;
	font-size: 105%;
}

ul.wp-block-latest-posts.has-dates li time {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* 4. Image ---------------------------------------------- */

img,
img a,
a img,
 :link img,
 :visited img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	image-rendering: auto;
}

.round5,
.round5 img {
	border-radius: 5px;
}

.round10,
.round10 img {
	border-radius: 10px;
}

.round15,
.round15 img {
	border-radius: 15px;
}

.round20,
.round20 img {
	border-radius: 20px;
}

.round25,
.round25 img {
	border-radius: 25px;
}

.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}

.alignright {
	float: right;
	margin: 20px 0 25px 25px;
}


/* 5. Table ---------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 0;
	margin: 0 0 50px 0;
}

td,
td img {
	vertical-align: top;
}

table caption {
	padding: 0 0 20px 0;
	width: auto;
	font-size: 18px;
	font-weight: bold;
}

th {
	font-weight: 500;
	text-align: left;
	padding: 0.5em 1em;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-top: none;
}

tr th:first-child,
tr td:first-child {
	border-left-style: solid;
	
}

tr:first-child th,
tr:first-child td {
	border-top-style: solid;

}

td {
	padding: 1em 1em;
	border-style: solid;

	border-top: none;
}

dl {
	margin-bottom: 1.7em;
}

dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: left;
	font-weight: 500;
}

dt:after {
	content: "";
}

dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.7em 0;
}

.wp-block-table td,
.wp-block-table th {
	border-color: #e6e6e6;
}


/* 6. Quotes ---------------------------------------------- */


/* Blockquote */

blockquote,
.swm-site-content blockquote {
	display: block;
	position: relative;
	padding: 20px 0 20px 25px;
	overflow: hidden;
	margin-bottom: 35px;
	border-left:4px solid;
}

.swm-site-content blockquote,
.swm-site-content blockquote p {
	font-size: 114%;
	line-height: 1.8;
}

.swm-site-content blockquote p,
#comment-wrap blockquote p {
	z-index: 7;
	margin:0;
}

blockquote cite {
	margin:10px 0 0;
	display: block;
	font-size:16px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	text-align: left;
}

.swm-site-content blockquote.wp-block-quote.is-large,
.swm-site-content blockquote.wp-block-quote.is-style-large {
	padding: 20px 0 20px 35px;
	margin: 0 0 30px 0;
	font-style:normal;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p,
.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite { font-style:normal; }


/* Quote */

q:before {
	content: "\201c";
}

q:after {
	content: "\201d";
}

q q:before {
	content: "\2018";
}

q q:after {
	content: "\2019";
}

q {
	quotes: "“" "”" "‘" "’";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}


/* 7. CSS Transition ---------------------------------------------- */

.swm-transition,
.swm-css-transition,
.swm-css-transition a,
.swm-pp-arrow,
.swm-pp-arrow i,
.swm-pp-view-all span,
.swm-pp-view-all span i,
.swm-css-transition input,
.swm-sfooter-socials a i,
a.comment-reply-link i,
.comment-form textarea,
input,
textarea,
ul.gyan-post-share-icons-list li a i,
.swm-topbar-socials li a,
.footer .swm-list-widgets ul li:before,
.swm-primary-nav>li>a>span:before,
.swm-primary-nav>li>a:before,
ul.swm-header-socials li a {
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}


/* 8. Pre,Horizontal Line, Code ---------------------------------------------- */

pre {
	clear: both;
	width: 100%;
	overflow: auto;
	padding: 2em;
	line-height: 2em;
	font-size: 12px;
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	margin-bottom: 40px;
	position: relative;
	left: 0;
	text-transform: none;
}

code,
kbd,
samp {
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border-bottom: 1px solid transparent;
	margin-bottom: 30px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 3em;
	margin: 30px 0;
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.is-style-dots {
	margin: 30px 0;
}

.wp-block-separator.is-style-dots:before {
	font-size: 1.6875em;
	letter-spacing: calc(2 * 1rem);
	padding-left: calc(2 * 1rem);
}


/* 9. Isotope ---------------------------------------------- */

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity, border-color, box-shadow;
	-moz-transition-property: -moz-transform, opacity, border-color, box-shadow;
	-o-transition-property: top, left, opacity, border-color, box-shadow;
	transition-property: transform, opacity, border-color, box-shadow;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}


/* 10. Content Elements ---------------------------------------------- */

p {
	margin: 0 0 25px 0;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6{
	margin-top: 1.5em;
}
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
	margin-top: 1.42em;
}

ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6 {
	margin-top: 1.42em;
}


/*Hide google map direction box on left top side*/

.gm-style .place-card-large {
	display: none;
	left: -2000px;
}


/* 11. Form Elements ---------------------------------------------- */

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	webkit-font-smoothing: antialiased;
}

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

button,
select {
	text-transform: none;
}

label,
input[type=submit],
input[type=file],
button {
	cursor: pointer;
}

input,
textarea {
	font: 12px/20px;
	font: inherit;
	resize: none;
}

input {
	line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	height: auto;
	min-height: 100px;
	width: 100%;
	max-width: 100%;
	-webkit-appearance: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

:focus {
	outline: 0;
}

input[type="submit"] {
	height: auto;
	border: 0;
}

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

.input-text,
input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
	-webkit-appearance: none;
	box-sizing: border-box;
	outline: none;
	padding: 12px 20px;
	margin: 0 0 20px 0;
	width: 220px;
	max-width: 100%;
	border: 1px solid #e6e6e6;
	background: transparent;
	line-height: 25px;
	font-size: 90%;
}

input.post_password {
	padding: 12px 20px;
}

select {
	background: url(../images/select.png) no-repeat right 11px;
}

textarea {
	min-height: 80px;
	height: 230px;
	line-height: 1.5em;
	width: 100%;
}

label {
	display: block;
}

form.post-password-form label {
	display: inline-block;
	float: left;
	margin: 0 4px 10px 0;
}

legend {
	display: block;
	font-weight: normal;
}

.select option {
	padding: 0;
	margin: 0;
}

form.post-password-form,
.wp-audio-shortcode.mejs-audio {
	margin-bottom: 40px;
}

.swm-container ul li.post.pingback {
	padding: 0;
}


/* 12. Flex Slider ---------------------------------------------- */


/* FlexSlider Default Styles */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider {
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 0;
	width: 100%;
}

.flexslider .slides>li {
	display: none;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
	-webkit-backface-visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

.flexslider .slides>li>a {
	padding: 0;
	margin: 0;
	font-size: 0;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flex-direction-nav {
	*height: 0;
}


/* Direction Nav */

.flex-direction-nav a {
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	font-size: 10px;
	text-decoration: none;
}

ul.flex-direction-nav {
	padding: 0;
	margin: 0;
}

ul.flex-direction-nav li {
	background: none;
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: none;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}


/* Custom Styles */

.swm-slider-box .flexslider .flex-control-nav li img {
	opacity: 1;
}


/* Bullets Navigation */

.swm-slider-box {
	display: block;
}

.swm-slider-box .flexslider {
	cursor: auto;
	height: 100%;
}

.swm-slider-box .flex-control-nav {
	text-align: right;
	font-size: 0;
	right: 0;
	margin: 0 12px 12px 0;
	z-index: 100;
}

.swm-slider-box .flexslider .flex-control-nav li {
	margin: 0 5px;
}

.swm-slider-box .flexslider .flex-control-nav li a {
	width: 10px;
	height: 10px;
}


/* Arrow Navigation */

.swm-slider-box .flex-direction-nav a {
	display: inline-block;
	margin: -18px 0 0 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	top: 50%;
	bottom: auto;
	z-index: 100;
	text-align: center;
	text-indent: 0;
}

.swm-slider-box .flex-direction-nav a i {
	margin: 0;
	font-size: 14px;
	line-height: 34px;
}

.swm-slider-box .flex-direction-nav a.flex-next i {
	margin-left: 2px;
}

.swm-slider-box .flex-direction-nav a.flex-prev i {
	margin-left: -2px;
}

.swm-slider-box .flex-direction-nav .flex-next,
.swm-slider-box .flex-direction-nav .flex-prev {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 100px;
}

.swm-slider-box .flex-direction-nav .flex-next {
	right: 25px;
}

.swm-slider-box .flex-direction-nav .flex-prev {
	left: 25px;
}


/* 13. Columns ---------------------------------------------- */

.swm-row {
	margin: 0 -20px;
}

.swm-column-gap {
	padding: 0 20px;
}

.swm-column {
	display: block;
	float: left;
	min-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	position: relative;
	z-index: 0;
}

.swm-row .swm-column1,
.swm-one-full {
	width: 100%;
}

.swm-row .swm-column2,
.swm-one-half {
	width: 50%;
}

.swm-row .swm-column3,
.swm-one-third {
	width: 33.3%;
}

.swm-row .swm-column4,
.swm-one-fourth {
	width: 25%;
}

.swm-row .swm-column5,
.swm-one-fifth {
	width: 20%;
}

.swm-row .swm-column6,
.swm-one-sixth {
	width: 16.66666666666666%;
}

.swm-layout-sidebar-left .swm-row .swm-column2,
.swm-layout-sidebar-left .swm-row .swm-column3,
.swm-layout-sidebar-left .swm-row .swm-column4,
.swm-layout-sidebar-right .swm-row .swm-column2,
.swm-layout-sidebar-right .swm-row .swm-column3,
.swm-layout-sidebar-right .swm-row .swm-column4 {
	width: 50%;
}

.swm-two-third {
	width: 66.6%;
}

.swm-three-fourth {
	width: 75%;
}

.swm-four-fifth {
	width: 80%;
}

.swm-five-sixth {
	width: 83.3%;
}

.swm-custom-two-third {
	width: 66.66666666666667%;
	margin-left: 0;
	float: left;
}

.swm-column.swm-custom-two-third,
.swm-column.sidebar {
	margin-left: 0;
}

.swm-layout-sidebar-right .swm-custom-two-third {
	float: left;
}

.swm-layout-sidebar-left .swm-custom-two-third {
	float: right;
}

.swm-layout-full-width .swm-custom-two-third,
.swm-layout-full-screen .swm-custom-two-third {
	margin: 0;
	float: none;
	width: 100%;
}

#sidebar {
	display: block;
}

.swm-layout-sidebar-right #sidebar {
	float: right;
}

.swm-layout-sidebar-left #sidebar {
	float: left;
}

.swm-layout-full-width.swm-post-sidebar-page .swm-custom-two-third,
.swm-layout-full-screen.swm-post-sidebar-page .swm-custom-two-third {
	width: 100%;
}

.swm-no-gap-row {
	margin: 0;
}


/* 14. WordPress Default Gallery / Other Elements ---------------------------------------------- */

dd.wp-caption-text.gallery-caption {
	display: inline-block;
	font-size: 90%;
	line-height: 18px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

.gallery-item dt:after {
	content: "";
}

.gallery {
	margin: 30px 0;
}

.gallery .gallery-item dt {
	width: auto;
	float: none;
}

.gallery .gallery-item {
	padding: 0;
	width: auto;
	float: left;
	text-align: center;
}

.gallery a,
.gallery a img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	border-radius:3px;
}

.gallery {
	margin: 0;
}

dl.gallery-item {
	padding: 1%;
	margin: 0;
}

dl.gallery-item img {
	width: 100%;
}

.gallery-columns-1 dl.gallery-item {
	width: 100%;
	margin-bottom: 50px;
}

.gallery-columns-2 dl.gallery-item {
	width: 50%;
	padding: 1.5%;
}

.gallery-columns-3 dl.gallery-item {
	width: 33.29%;
	padding: 1.2%;
}

.gallery-columns-4 dl.gallery-item {
	width: 24.95%;
	padding: 1.7%;
}

.gallery-columns-5 dl.gallery-item {
	width: 20%;
	padding: 0.85%;
}

.gallery-columns-6 dl.gallery-item {
	width: 16.65%;
	padding: 0.9%;
}

.gallery-columns-7 dl.gallery-item {
	width: 14.1%;
	padding: 0.8%;
}

.gallery-columns-8 dl.gallery-item {
	width: 12.4%;
	padding: 0.7%;
}

.gallery-columns-9 dl.gallery-item {
	width: 11%;
	padding: 0.6%;
}

.swm-img-gallery-masonry dl.gallery-item {
	padding: 2px;
}

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


/* 15. Latest Posts, Archives, Categories ---------------------------------------------- */

ul.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
	padding: 0;
	list-style-type: none;
	margin-bottom:30px;
}

ul.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul {
	padding: 0;
	list-style-type: none;
}

ul.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
	font-size: calc(18px * 1.125);
	font-weight: 600;
	line-height: 1.2;
	padding-top: 0.5rem;
	margin-bottom: 0.5rem;
}

ul.wp-block-archives li.menu-item-has-children,
ul.wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child {
	padding-bottom: 0;
}

ul.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
	text-decoration: none;
}

ul.wp-block-archives li ul,
.wp-block-categories li ul,
.wp-block-latest-posts li ul {
	padding-left: 1rem;
}

.wp-block-categories ul {
	padding-top: 0.75rem;
}

.wp-block-categories ul ul {
	counter-reset: submenu;
}

.wp-block-categories ul ul>li>a::before {
	font-weight: normal;
	content: "– " counters(submenu, "– ", none);
	counter-increment: submenu;
}

.wp-block-categories li ul {
	list-style: none;
	padding-left: 0;
	margin:0;
}
.wp-block-categories > li > ul > li { list-style:circle; }

/* 16. Latest Posts grid view ---------------------------------------------- */

.wp-block-latest-posts.is-grid li {
	padding-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.wp-block-latest-posts.is-grid li a:after {
	content: '';
}

.wp-block-latest-posts.is-grid li:last-child {
	margin-bottom: auto;
}

.wp-block-latest-posts.is-grid li:last-child a:after {
	content: '';
}

.wp-block-latest-posts.wp-block-latest-posts__list li { list-style: disc outside none; margin-left:1em; }