/*
This file is made by Frenify (2024)
*/
.clearfix:after,
.clearfix:before,
.navigation:after,
.navigation:before,
.page-links:after,
.page-links:before,	
.single .post-tags .cat-links:after,
.single .post-tags .cat-links:before,
.single .post-tags:after,
.single .post-tags:before,
.site-content .page-links:after,
.site-content .page-links:before,
.tagcloud:after,
.tagcloud:before,
.wp-block-tag-cloud:after,
.wp-block-tag-cloud:before,
.widget:after,
.widget:before {
    content: "";
    display: table;
    clear: both;
}
.fn--svg{
	width: 24px;
	height: 24px;
	opacity: 0.4;
	fill: currentcolor;
}
[data-skin="dark"] .fn--svg{
	filter: brightness(0) invert(1);
}
[data-skin="dark"] .replaced-svg,
.replaced-svg{
	filter: none;
	opacity: 1;
}
a{
	transition: all .5s ease;
}
a:focus {
    outline: 1px dashed;
	outline-offset: 2px; 
}
button:focus {
    outline: 1px dashed;
	outline-offset: 2px;
}
a:active {
    outline: none;
}
a,
i,
textarea {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
iframe,
img,
table {
	max-width: 100%
}
table td,
table th {
	vertical-align: top
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
pre,
section {
	display: block
}
textarea {
	width: 100%
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;
}
blockquote {
	quotes: none;
	background: var(--daho-bbc);
	padding: 1.5rem;
	border-left: 2px solid var(--daho-cat-bg);
	border-radius: var(--daho-border-radius);
}
blockquote cite{
	font-size: 18px;
	display: block;
	margin-top: 15px;
}
blockquote > :last-child{
	margin-bottom: 0 !important;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)){
	padding: 2rem;
}
ol,
ul {
	margin: 30px
}
ol li,
ul li {
	margin-bottom: 5px
}

.entry-content-in ol,
.entry-content-in ul {
	margin: 20px 0 20px 20px;
}
.entry-content-in ol li,
.entry-content-in ul li {
    margin-bottom: 10px;
}
.entry-content-in ol ol,
.entry-content-in ol ul,
.entry-content-in ul ol,
.entry-content-in ul ul {
    margin-top: 10px;
    margin-bottom: 0;
}
img {
	vertical-align: middle;
	height: auto;
}
del {
	text-decoration: line-through
}
a,
i {
	transition: all .3s ease;
	border: none
}
a{
	color: var(--daho-mainColor);
}
a:hover {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-bottom: 15px;
}
h1 {
	font-size: 45px
}
h2 {
	font-size: 36px
}
h3 {
	font-size: 30px
}
h4 {
	font-size: 24px
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 16px
}

table:not(.variations):not(.shop_table) {
    border-collapse: collapse;
    width: 100%;
    margin: 2rem auto;
    border-radius: 0;
    background-color: rgba(190, 190, 190, 0.20);
}

table:not(.variations):not(.shop_table) tbody,
table:not(.variations):not(.shop_table) tfoot,
table:not(.variations):not(.shop_table) thead {
    border: .1rem solid rgba(190, 190, 190, 0.30);
    color: inherit;
}

table:not(.variations):not(.shop_table) caption,
table:not(.variations):not(.shop_table) td,
table:not(.variations):not(.shop_table) tr {
    text-align: left;
}

table:not(.variations):not(.shop_table) th {
    font-weight: 600;
}

table:not(.variations):not(.shop_table) td,
table:not(.variations):not(.shop_table) th {
    padding: 1rem;
}

table:not(.variations):not(.shop_table) tbody tr:nth-child(odd) {
    border-bottom: 0;
    background-color: var(--blogun-white);
}

table:not(.variations):not(.shop_table) thead tr,
table:not(.variations):not(.shop_table) tfoot tr {
    background: transparent;
}

table:not(.variations):not(.shop_table) tfoot td,
table:not(.variations):not(.shop_table) tfoot th,
table:not(.variations):not(.shop_table) thead td,
table:not(.variations):not(.shop_table) thead th {
    font-weight: 500;
    text-align: left;
}

table:not(.variations):not(.shop_table) caption {
    font-weight: 500;
}

code{
	color: var(--daho-mainColor);
}
code,
pre {
	padding: 10px 10px 0;
}
pre {
	word-break: break-all;
	word-wrap: break-word;
	overflow: auto;
	page-break-inside: avoid;
}
pre code {
	white-space: pre-wrap
}
textarea {
	border-radius: var(--daho-border-radius);
	font-size: 18px;
	color: var(--daho-blackColor);
	resize: vertical;
	font-family: var(--daho-bff), 'Arial', 'Helvetica', sans-serif;
	line-height: 1.4;
	padding: 10px 25px;
	border: 2px solid var(--daho-border-color);
	transition: all .3s ease;
}
.uneditable-input,
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"] {
	font-size: 16px;
	color: var(--daho-hc);
	font-family: var(--daho-bff), 'Arial', 'Helvetica', sans-serif;
	padding: 0px 25px;
	height: 50px;
	vertical-align: middle;
	border: 2px solid var(--daho-border-color);
	border-radius: var(--daho-border-radius);
	transition: all .3s ease;
	font-weight: 400;
}
button,
input[type=button],
input[type=submit] {
	padding: 0px 25px;
	height: 50px;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	border-radius: var(--daho-border-radius);
	text-transform: uppercase;
	transition: all .3s ease;
	
	font-family: var(--daho-hff);	
	background-color: var(--daho-cat-bg);
	color: var(--daho-whiteColor);
	border: none;
	box-shadow: var(--daho-cat-shadow);
	
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: var(--daho-blackColor);
}
select {
	height: 50px;
	padding: 0 10px;
	border-radius: 50px;
	border: 2px solid var(--daho-blackColor)
}
input[type="checkbox"]{
	width: 20px;
	height: 20px;
}

/*****************************************/
/* Gutenberg specific styles
/*****************************************/

/* Columns */
.wp-block-columns {
    margin-bottom: 0;
}
.wp-block-columns .wp-block-column:empty {
    margin-bottom: 0;
}
.wp-block-image figcaption{
	font-size: 0.9rem;
	font-style: italic;
}
.wp-block-button.alignright{
	text-align: right;
}
.wp-block-page-list ul{
	margin: 10px;
}
.wp-block-tag-cloud a,
.wp-block-rss a,
.wp-block-page-list a{
	color: var(--daho-blackColor);
}
.wp-block-tag-cloud a:hover,
.wp-block-rss a:hover,
.wp-block-page-list a:hover{
	color: var(--daho-mainColor);
}
.wp-block-tag-cloud a:before{
	content: "#";
}
.wp-block-file__button{
	padding: 5px 15px;
}
/* Buttons */
.is-style-square .wp-block-button__link{
	border-radius: 0px;
}
.wp-block-button__link {
    line-height: 1.4;
    font-size: inherit;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wp-block-button__link,
.content-area .blogun-entry a.wp-block-button__link {
    text-decoration: none;
    border: 0.2rem solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
    border-color: transparent !important;
    background-color: var(--daho-mainColor) !important;
    color: var(--daho-whiteColor) !important;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
    border-color: currentColor !important;
    background-color: transparent !important;
    color: inherit !important;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border: .1rem solid rgba(0, 0, 0, 0.12);
	border-radius: 0px;
}

.alignwide {
    margin-right: -38px;
    margin-left: -38px;
    max-width: unset;
    width: unset;
}

.alignfull,
.alignwide {
    max-width: unset;
    width: unset;
}

.alignfull,
.alignwide,
.wp-block-cover {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}

.has-medium-font-size {
    line-height: 1.5;
}

.has-huge-font-size,
.has-large-font-size {
    line-height: 1.25;
}



.wp-block-media-text {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.wp-block-media-text__content p:first-child {
    margin-top: 0;
}

.wp-block-media-text__content p:last-child {
    margin-bottom: 0;
}

.wp-block-media-text__content p.has-large-font-size {
    margin-bottom: 1.6rem;
}

.entry-content-in .alignleft{
	float: left;
    margin: 0.6rem 2.5rem 1.6rem 0;
}
.entry-content-in .alignright{
	float: right;
    margin: 0.6rem 0 1.6rem 2.5rem;
}
.entry-content-in .aligncenter{
	clear: both;
    margin-left: auto;
    margin-right: auto;
}
.entry-content-in .wp-caption .wp-caption-text{
	font-size: 0.9rem;
	font-style: italic;
	margin: 5px 0px;
}
.entry-content-in .wp-caption{
	max-width: 100%;
}
/* Social links */
#page .wp-block-social-links {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    margin-left: 0;
}

#page .wp-block-social-links .wp-social-link a,
#page .wp-block-social-links .wp-social-link a:hover {
    color: inherit;
}


.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	display: block;
}

.gallery-item a:focus img {
	outline-offset: -2px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	font-size: 14px;
	margin-left: 0px;
}
figure{
	max-width: 100%;
}
figure.wp-caption a:focus img {
	outline-offset: 2px;
}