@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- 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;
  -webkit-text-decoration: underline dotted;
          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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--thm-color-text-main);
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

h1, .h1,
h2, .h2,
h3, .h3, .comments-area .comments-title,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  color: var(--thm-color-text-heading);
}

h1, .h1 {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 1.5;
  }
}

h2, .h2 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

h3, .h3, .comments-area .comments-title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h3, .h3, .comments-area .comments-title {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

h4, .h4 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h4, .h4 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

h5, .h5 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h5, .h5 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

h6, .h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 576px) {
  h6, .h6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

p {
  margin-bottom: 1.5rem;
}

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.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
pre.wp-block-preformatted {
  margin-top: 1.6rem;
}

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
--------------------------------------------- */
:root {
  --thm-color-primary: #F12A45;
  --thm-color-secondary: #F1BC43;
  --thm-color-text-heading: #141414;
  --thm-color-text-main: #7A7A7A;
  --thm-color-white: #FFFFFF;
  --thm-color-black: #000000;
  --thm-color-footer: #120F1A;
}

html {
  font-size: 62.5%;
  /* Now 10px = 1rem! */
}

body {
  background: #fff;
}

.sadaka-wrapper {
  overflow: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0 1.5rem;
}
ul li,
ol li {
  margin: 1rem 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0rem;
}

dt {
  font-weight: 600;
}

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;
  width: 100%;
  border-style: solid;
  border-color: #ccc;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 1.5rem;
}
table th,
table td {
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 0.5rem;
  font-weight: 600;
}
table th {
  text-align: center;
  color: #141414;
}
table td {
  font-weight: 400;
}
table a:hover {
  color: var(--thm-color-primary);
}

/* Links
--------------------------------------------- */
a {
  color: var(--thm-color-text-heading);
  text-decoration: none;
  transition: all 0.4s;
}
a:visited {
  color: var(--thm-color-text-heading);
}
a:hover, a:focus, a:active {
  color: var(--thm-color-primary);
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #FFFFFF;
  border-radius: 5px;
  background: #F12A45;
  line-height: 1;
  padding: 0.6rem 1rem 0.4rem;
  border: 0;
  transition: all 0.4s;
}
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 {
  outline: 0;
  box-shadow: none;
}

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: #7A7A7A;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
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: #7A7A7A;
  outline: 0;
  box-shadow: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.sadaka-main-content {
  padding: 5rem 0;
}

.sadaka-post {
  border-radius: 1rem;
  overflow: visible;
  position: relative;
  margin-bottom: 5rem !important;
}
.sadaka-post.no-post-thumb {
  padding: 2rem;
  border-radius: 1rem;
  background: var(--thm-color-white);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.sadaka-post.has-post-thumb .entry-content {
  padding: 4rem;
  border-radius: 1rem;
  background: var(--thm-color-white);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  max-width: 90%;
  margin-top: -10rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.sadaka-post .entry-header {
  position: relative;
  z-index: 0;
}
.sadaka-post .entry-header .entry-header__thumb {
  position: relative;
}
.sadaka-post .entry-header .entry-header__thumb img {
  border-radius: 1rem;
}
.sadaka-post .entry-header .entry-header__thumb .entry-header__overley .entry-header__meta {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 1.5rem;
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  text-align: center;
  border-radius: 1rem 0 1rem 0;
}
.sadaka-post .entry-header .entry-header__thumb .entry-header__overley .entry-header__meta h4 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  color: var(--thm-color-white);
}
.sadaka-post .entry-header .entry-header__thumb .entry-header__overley .entry-header__meta p {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.sadaka-post .entry-excerpt {
  text-align: justify;
}
.sadaka-post.sticky .entry-content {
  border: 1px dashed var(--thm-color-primary);
}
.sadaka-post .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sadaka-post .entry-content .post-content {
  text-align: justify;
}
.sadaka-post .entry-content .entry-content__meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .sadaka-post .entry-content .entry-content__meta {
    flex-direction: column;
  }
  .sadaka-post .entry-content .entry-content__meta .entry-content__meta-author {
    margin-bottom: 0.8rem;
  }
}
.sadaka-post .entry-content .entry-content__meta div i {
  margin-right: 0.5rem;
  color: var(--thm-color-primary);
}
.sadaka-post .entry-content .entry-content__meta div:not(:last-child) {
  margin-right: 1.5rem;
}
.sadaka-post .entry-content .entry-content__meta div a:hover {
  color: var(--thm-color-primary);
}
.sadaka-post .entry-content .entry-title {
  word-wrap: break-word;
  color: var(--thm-color-text-heading);
  margin: 1rem 0;
}
.sadaka-post .entry-content .entry-title a {
  color: var(--thm-color-text-heading);
}
.sadaka-post .entry-content .entry-title a:hover {
  color: var(--thm-color-primary);
}
.sadaka-post .entry-content h1.entry-title {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 1.5rem 0;
}
.sadaka-post .entry-content h2.entry-title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: !important;
}
.sadaka-post .entry-content a.entry-read-more {
  margin-top: 2rem;
  color: var(--thm-color-primary);
  text-transform: capitalize;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.sadaka-post .entry-content a.entry-read-more i {
  margin-left: 0.5rem;
  transition: all 0.4s;
}
.sadaka-post .entry-content a.entry-read-more:hover i {
  margin-left: 1rem;
}
.sadaka-post.tag-categories .entry-content__meta-author {
  flex: 20;
}
.sadaka-post.tag-categories .entry-content__meta-category {
  flex: 80;
}

.sadaka-search-result:not(:last-child) {
  margin-bottom: 4rem;
}
.sadaka-search-result .entry-title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 1rem 0;
}
.sadaka-search-result .entry-meta {
  margin: 0.5rem 0 1rem;
}

.post-password-form p:last-child {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.post-password-form input[type=password] {
  padding: 1rem;
  border-radius: 5px;
  margin-right: 1rem;
}
.post-password-form input[type=submit] {
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid var(--thm-color-primary);
}

.error-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 85vh;
}
.error-404 h2 {
  color: var(--thm-color-primary);
  font-size: 25rem;
  line-height: 1;
  font-weight: 700;
  margin: 4rem 0 1rem;
}
@media (max-width: 768px) {
  .error-404 h2 {
    font-size: 5rem;
  }
}
.error-404 h3 {
  margin: 2rem 0;
}
.error-404 .btn {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  border: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 1rem 3rem;
  border-radius: 5px;
}
.error-404 .btn:hover, .error-404 .btn:focus {
  background: var(--thm-color-secondary);
}

.copyright {
  background: var(--thm-color-footer);
  color: var(--thm-color-white);
  padding: 2rem 0;
}
.copyright .copyright-text {
  margin-bottom: 0;
}
.copyright a {
  color: var(--thm-color-white);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navbar {
  padding: 0;
}
.navbar.thm--navbar .nav-item .nav-link {
  color: var(--thm-color-white);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler i {
  color: #FFFFFF;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  box-shadow: none;
  border-color: #FFFFFF;
}

.dropdown-toggle:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  color: #FFFFFF;
  vertical-align: 0em;
  margin-left: 0.5em;
}

#hamburger-nav-icon {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
#hamburger-nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#hamburger-nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#hamburger-nav-icon span:nth-child(2) {
  top: 15px;
  transform-origin: left center;
}
#hamburger-nav-icon span:nth-child(3) {
  top: 30px;
  transform-origin: left center;
}
#hamburger-nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#hamburger-nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#hamburger-nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 22px;
  left: 8px;
}

/*.comment-navigation,
.posts-navigation,
.post-navigation {
	.site-main & {
		margin: 0 0 1.5em;
	}

	.nav-links {
		display: flex;
	}

	.nav-previous {
		flex: 1 0 50%;
	}

	.nav-next {
		text-align: end;
		flex: 1 0 50%;
	}
}*/
.header_right {
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .header_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.header_right i {
  color: #fff;
}
@media (max-width: 992px) {
  .header_right i {
    margin-right: 2rem;
  }
}
.header_right .search-float {
  position: absolute;
  top: 4.2rem;
  right: 0;
  z-index: 9;
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .header_right .search-float {
    position: relative;
    top: 0;
  }
}
.header_right .search-float input[type=search] {
  padding: 0.5rem 1rem;
}
@media (max-width: 992px) {
  .header_right .search-float input[type=search] {
    width: 100%;
  }
}
.header_right .search-float input[type=search]::placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float.search-open {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    overflow: hidden;
  }
}
.pagination-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .pagination-wrap {
    margin: 5rem 0;
  }
}
.pagination-wrap .page-numbers {
  text-align: center;
  padding: 1.6rem;
  border-radius: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 0;
  font-weight: 600;
  margin: 0.8rem;
  color: #7A7A7A;
  text-decoration: none;
  border: 1px solid #F12A45;
}
.pagination-wrap .page-numbers.current {
  color: #FFFFFF;
  background: #F12A45;
}
.pagination-wrap .page-numbers i {
  font-size: 1.4rem;
  line-height: 0;
}
.pagination-wrap a {
  color: #7A7A7A;
}
.pagination-wrap a:hover {
  color: #FFFFFF;
  background: #F12A45;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.post-navigation {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3rem;
}
@media (max-width: 480px) {
  .post-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.post-navigation .post-previous {
  padding-right: 1.6rem;
}
@media (max-width: 480px) {
  .post-navigation .post-previous {
    padding-right: 0;
  }
}
.post-navigation .post-next {
  padding-left: 1.6rem;
  text-align: right;
  border-left: 1px solid #ccc;
}
@media (max-width: 480px) {
  .post-navigation .post-next {
    margin-top: 1.6rem;
    border-left: 0;
    padding-left: 0;
  }
}
.post-navigation .post-previous,
.post-navigation .post-next {
  flex-grow: 1;
  width: calc(100% / 2);
}
@media (max-width: 480px) {
  .post-navigation .post-previous,
.post-navigation .post-next {
    width: auto;
  }
}
.post-navigation .post-previous a,
.post-navigation .post-next a {
  text-decoration: none;
}
.post-navigation .post-previous a h3,
.post-navigation .post-next a h3 {
  color: #141414;
  font-size: 2.4rem;
  line-height: 1.3;
  transition: all 0.4s;
  word-wrap: break-word;
}
.post-navigation .post-previous a h3:hover,
.post-navigation .post-next a h3:hover {
  color: #F12A45;
}
@media (max-width: 480px) {
  .post-navigation .post-previous a h3,
.post-navigation .post-next a h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.post-navigation .post-previous a span,
.post-navigation .post-next a span {
  color: #7A7A7A;
  transition: all 0.4s;
}
.post-navigation .post-previous a span:hover,
.post-navigation .post-next a span:hover {
  color: #F12A45;
}
@media (max-width: 480px) {
  .post-navigation .post-previous,
.post-navigation .post-next {
    text-align: center;
  }
}

.page-links span,
.page-links a {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.page-links span {
  background: #FCFAF5;
}
.page-links a {
  background: #F1BC43;
  color: #FFFFFF;
}
.page-links a:hover {
  color: #FFFFFF;
  background: #F12A45;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

.sadaka-page .entry-title {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #141414;
}

.page-title {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3rem;
}

/**block: image**/
/**block: button**/
.wp-block-button {
  margin-bottom: 1.5rem;
}

a.wp-block-button__link {
  background-color: var(--thm-color-primary);
}
a.wp-block-button__link:hover {
  background-color: var(--thm-color-secondary);
}

/**block: cover**/
.wp-block-cover.has-background-dim .wp-block-cover-text {
  color: var(--thm-color-white);
}
.wp-block-cover.has-background-dim .wp-block-cover-text a {
  color: var(--thm-color-secondary);
}
.wp-block-cover.has-background-dim .wp-block-cover-text a:hover {
  color: var(--thm-color-white);
}

/**block: gallery**/
.blocks-gallery-caption {
  margin-bottom: 1.5rem;
}

/**block: columns**/
/**block: quote**/
.wp-block-quote,
blockquote {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  margin: 0 0 1.5rem;
  padding: 2rem;
  border-radius: 1rem;
}
.wp-block-quote.is-style-large,
blockquote.is-style-large {
  padding: 5rem;
}
.wp-block-quote a,
blockquote a {
  color: var(--thm-color-white);
}
.wp-block-quote p,
blockquote p {
  margin-bottom: 0;
}

.wp-block-pullquote {
  border-width: 1px;
  border-style: solid;
  border-radius: 1rem;
}
.wp-block-pullquote blockquote {
  background: transparent;
}
.wp-block-pullquote blockquote.has-light-gray-color {
  color: var(--thm-color-text-main);
}

/**block: widgets**/
.wp-block-archives-list {
  margin: 0;
  padding: 0;
}
.wp-block-archives-list li {
  list-style: none;
  padding: 0.5rem 0;
}
.wp-block-archives-list li a:hover {
  color: var(--thm-color-primary);
}

.wp-block-calendar table.wp-calendar-table th {
  background: transparent;
  color: var(--thm-color-text-heading);
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.wp-block-calendar table.wp-calendar-table td {
  color: var(--thm-color-text-main);
}
.wp-block-calendar table.wp-calendar-table td a {
  text-decoration: none;
  color: var(--thm-color-primary);
  font-weight: 500;
}

.wp-calendar-nav {
  text-align-last: left;
  margin-bottom: 1rem;
}
.wp-calendar-nav a {
  text-decoration: none;
  color: var(--thm-color-primary);
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  margin: 0.5rem 0 1rem;
  padding: 1rem;
}
.wp-block-categories-dropdown select:focus,
.wp-block-archives-dropdown select:focus {
  outline: none;
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.wp-block-latest-comments li {
  margin: 1.5rem 0;
}
.wp-block-latest-comments a {
  font-weight: 500;
}
.wp-block-latest-comments a:hover {
  color: var(--thm-color-primary);
}
.wp-block-latest-comments time {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: 1.5rem;
  line-height: 1.2;
}

.wp-block-latest-posts__list {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
}
.wp-block-latest-posts__list li {
  margin: 1.5rem 0;
}
.wp-block-latest-posts__list li a {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.wp-block-latest-posts__list li a:hover {
  color: var(--thm-color-primary);
}
.wp-block-latest-posts__list li time {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.wp-block-search__inside-wrapper {
  position: relative;
  margin: 1rem 0;
}
.wp-block-search__inside-wrapper input[type=search] {
  width: 100%;
  border-radius: 5px;
  padding: 0.8rem;
}
.wp-block-search__inside-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
}

.wp-block-search .wp-block-search__button {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  border: 1px solid var(--thm-color-primary);
  padding: 1.5rem;
}
.wp-block-search .wp-block-search__button:hover {
  border-color: var(--thm-color-secondary);
  background: var(--thm-color-secondary);
}

.wp-block-tag-cloud a:hover {
  color: var(--thm-color-primary);
}

.wp-block-rss {
  margin: 0;
  padding: 0;
}
.wp-block-rss li {
  list-style: none;
  margin: 1rem 0;
}
.wp-block-rss li a:hover {
  color: var(--thm-color-primary);
}

/**block category: layout elements**/
.wp-block-group {
  margin-bottom: 1.5rem;
}
.wp-block-group.has-background {
  padding: 4rem;
  border-radius: 1rem;
}

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

.bypostauthor {
  display: block;
}

.comment-respond {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
}

.sadaka-comment-form .comment-form-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .sadaka-comment-form .comment-form-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.sadaka-comment-form .comment-form-row .comment-form-field {
  width: 100%;
}
.sadaka-comment-form .comment-form-row .comment-form-field:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .sadaka-comment-form .comment-form-row .comment-form-field:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.sadaka-comment-form label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.sadaka-comment-form label span {
  color: #F1BC43;
}
.sadaka-comment-form input[type=text],
.sadaka-comment-form input[type=email] {
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
}
.sadaka-comment-form input[type=submit] {
  border-radius: 5px;
  padding: 1.5rem;
}

.comments-area {
  padding: 3rem 0;
}
.comments-area p.no-comments {
  background: #FFFFFF;
}
.comments-area ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.comments-area ol.comment-list li.comment {
  list-style: none;
  transition: all 0.4s;
}
.comments-area ol.comment-list li.comment:not(:last-child) {
  margin-bottom: 3rem;
}
.comments-area .itl-comment-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.comments-area .itl-comment-box .itl-comment-box__img {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__img {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
  }
}
.comments-area .itl-comment-box .itl-comment-box__img .avatar {
  border-radius: 5px;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__img .avatar {
    max-width: 30px;
    max-height: 30px;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta .itl-comment-box__author {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #141414;
  margin-bottom: 1rem;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta .itl-comment-box__time {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a {
  color: #141414;
  text-decoration: none;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.url {
  color: #141414;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
  background: #F1BC43;
  color: #FFFFFF;
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 20px 20px 20px 0;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
    font-size: 1.2rem;
    padding: 0.5rem;
    margin-top: 1.5rem;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link:hover {
  background: #F12A45;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Widgets
--------------------------------------------- */
.widget .widget-title {
  color: var(--thm-color-text-heading);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 3rem;
  background: url("../images/widget-title-bg.png") no-repeat 0 0;
}

.widget ul li {
  color: var(--thm-color-text-main);
}
.widget ul li a {
  color: var(--thm-color-text-main);
  text-decoration: none;
  text-transform: capitalize;
}
.widget ul li a.url, .widget ul li a.rsswidget {
  color: #545454;
}
.widget ul li a.rsswidget {
  font-weight: 500;
}
.widget ul li a:hover {
  color: var(--thm-color-primary);
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.widget ul li > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.widget ul li > div span {
  color: var(--thm-color-text-main);
}
.widget ul li ul.children {
  padding: 1rem 0 0 1.6rem;
}
.widget ul li ul.sub-menu {
  padding: 1rem 0 0 1.6rem;
}
.widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget ul li cite {
  color: #545454;
}
.widget ul + li:first-child {
  margin-top: 0;
}
.widget ul + li:last-child {
  margin-bottom: 0;
}

.widget_text.widget {
  color: var(--thm-color-text-main);
}
.widget_text.widget img {
  max-width: 100%;
  height: auto;
}
.widget_tag_cloud.widget .tagcloud a {
  color: var(--thm-color-text-main);
  display: inline-block;
  font-weight: 400;
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 5px;
  margin-bottom: 0.83rem;
  margin-right: 0.8rem;
  text-decoration: none;
  transition: all 0.4s;
}
.widget_tag_cloud.widget .tagcloud a:hover {
  color: #FFFFFF;
  background: var(--thm-color-primary);
}
.widget_calendar.widget table {
  border-style: solid;
  border-color: #ccc;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.widget_calendar.widget table th,
.widget_calendar.widget table td {
  color: #141414;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 0.8rem;
}
.widget_calendar.widget table th a,
.widget_calendar.widget table td a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
.widget_calendar.widget table th a:hover,
.widget_calendar.widget table td a:hover {
  color: var(--thm-color-secondary);
}
.widget_calendar.widget table th#today,
.widget_calendar.widget table td#today {
  background: var(--thm-color-primary);
  color: #FFFFFF;
}
.widget_calendar.widget table th#today a,
.widget_calendar.widget table td#today a {
  color: #FFFFFF;
}
.widget_calendar.widget table td {
  font-weight: 400;
}
.widget_calendar.widget .wp-calendar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.widget_calendar.widget .wp-calendar-nav span a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
.widget_calendar.widget .wp-calendar-nav span a:hover {
  color: var(--thm-color-secondary);
}
.widget_search.widget form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
.widget_search.widget input[type=text] {
  background: #f5f5f5;
  border: 0;
  padding: 1.5rem 6.8rem 1.5rem 1.5rem;
}
.widget_search.widget .search-submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--thm-color-primary);
  background: transparent;
  border: 0;
  transition: all 0.4s;
}
.widget_search.widget .search-submit-btn span {
  padding: 0;
}
.widget_search.widget .search-submit-btn span i {
  padding: 0 1rem;
  font-size: 2rem;
  line-height: 2.5;
}
.widget_search.widget .search-submit-btn:hover {
  color: #FFFFFF;
  background: var(--thm-color-primary);
}
.widget_recent_comments.widget span a {
  font-weight: 500;
}

.widget select {
  width: 100%;
  padding: 1.6rem;
  border: 1px solid #ccc;
  color: var(--thm-color-text-main);
  transition: all 0.4s;
}
.widget select:focus, .widget select:hover {
  outline: 0;
  box-shadow: none;
  border-color: var(--thm-color-primary);
}

.widget {
  margin: 0 0 4rem;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 3rem;
}

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

[id*=give-form] div.images {
  margin: 0;
}

.give-goal-progress {
  background: #f1f1f1;
  padding: 3rem;
}
.give-goal-progress .raised {
  margin: 0;
}
.give-goal-progress .give-progress-bar {
  margin-top: 3rem;
  background: #fff;
  position: relative;
  overflow: visible;
  height: 10px;
}
.give-goal-progress .give-progress-bar .progress-fill {
  border-radius: 20px;
  overflow: visible;
  height: 100%;
  position: relative;
}
.give-goal-progress .give-progress-bar .progress-fill span {
  background: var(--thm-color-primary);
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-bottom: 5px;
  margin-left: -30px;
  z-index: 15;
  padding: 0.5rem;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
}
.give-goal-progress .give-progress-bar .progress-fill span:after {
  content: "";
  border: 6px solid transparent;
  border-top-color: var(--thm-color-primary);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  transform: rotate(90deg);
  margin-top: -6px;
}

.single-cause-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3rem;
  color: var(--thm-color-text-heading);
}
.single-cause-meta .cause__goal {
  margin-right: 1.5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
.single-cause-meta .cause__goal span {
  color: var(--thm-color-primary);
  font-weight: 500;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  border-top-color: #f12a45;
  border-bottom-color: #f12a45;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border-left-color: #f12a45;
}
form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option {
  color: var(--thm-color-text-main);
}
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=email] {
  background: #fff;
  padding: 1.2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: 0;
  transition: all 0.4s;
}
form[id*=give-form] .form-row input[type=text]:focus,
form[id*=give-form] .form-row input[type=email]:focus {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  color: #fff;
  background: var(--thm-color-primary);
  border-color: var(--thm-color-primary);
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 400;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  color: var(--thm-color-text-heading);
}
form[id*=give-form] input[type=submit] {
  padding: 1.5rem 2rem;
}

[id*=give-form] .give-form-title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 3rem 0;
}
[id*=give-form] fieldset legend {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--thm-color-text-heading);
}
[id*=give-form].give-display-modal .give-btn, [id*=give-form].give-display-onpage .give-btn, [id*=give-form].give-display-reveal .give-btn, [id*=give-form].give-display-button .give-btn {
  padding: 0.5rem 3rem;
  line-height: 36px;
  color: #141414;
  font-weight: 500;
  margin: 0 0 10px;
  background: #eeefef;
  border-color: #eeefef;
  border: 0;
  border-radius: 5px;
}
[id*=give-form].give-display-modal .give-btn:hover, [id*=give-form].give-display-modal .give-btn.give-default-level, [id*=give-form].give-display-onpage .give-btn:hover, [id*=give-form].give-display-onpage .give-btn.give-default-level, [id*=give-form].give-display-reveal .give-btn:hover, [id*=give-form].give-display-reveal .give-btn.give-default-level, [id*=give-form].give-display-button .give-btn:hover, [id*=give-form].give-display-button .give-btn.give-default-level {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.give-display-button {
  margin-bottom: 2rem;
}

.give-modal form[id*=give-form] .give-btn {
  padding: 0.5rem 3rem;
  line-height: 36px;
  color: #141414;
  font-weight: 500;
  margin: 0 0 10px;
  background: #eeefef;
  border-color: #eeefef;
  border: 0;
  border-radius: 5px;
}
.give-modal form[id*=give-form] .give-btn:hover, .give-modal form[id*=give-form] .give-btn.give-default-level {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

.gx-5 {
  --bs-gutter-x: 5rem;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: auto;
  margin-bottom: 1.5rem;
}

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

/* Backgrounds
--------------------------------------------- */
.bg-navbar {
  background: var(--thm-color-primary);
}

.theme-banner {
  background-size: cover !important;
}

.banner-overley {
  position: relative;
  z-index: 0;
}
.banner-overley:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 9;
}

.breadcrumbs-section {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.breadcrumbs-section a {
  color: #fff;
}
.breadcrumbs-section a:hover {
  color: var(--thm-color-primary);
}

.loader {
  --color: #F12A45;
  --size-mid: 6vmin;
  --size-dot: 1.5vmin;
  --size-bar: 0.4vmin;
  --size-square: 3vmin;
  display: block;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}

.loader::before,
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
}

/**
	loader --1
**/
.loader.--1::before {
  width: var(--size-mid);
  height: var(--size-mid);
  border: 4px solid var(--color);
  border-top-color: transparent;
  border-radius: 50%;
  animation: loader-1 1s linear infinite;
}

.loader.--1::after {
  width: calc(var(--size-mid) - 2px);
  height: calc(var(--size-mid) - 2px);
  border: 2px solid transparent;
  border-top-color: var(--color);
  border-radius: 50%;
  animation: loader-1 0.6s linear reverse infinite;
}

@keyframes loader-1 {
  100% {
    transform: rotate(1turn);
  }
}
/**
	loader --2
**/
.loader.--2::before,
.loader.--2::after {
  width: var(--size-dot);
  height: var(--size-dot);
  background-color: var(--color);
  border-radius: 50%;
  opacity: 0;
  animation: loader-2 0.8s cubic-bezier(0.2, 0.32, 0, 0.87) infinite;
}

.loader.--2::after {
  animation-delay: 0.3s;
}

@keyframes loader-2 {
  0%, 80%, 100% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  0%, 100% {
    transform: translateX(-4vmin);
  }
  90% {
    transform: translateX(4vmin);
  }
}
/**
	loader --3
**/
.loader.--3::before,
.loader.--3::after {
  width: var(--size-dot);
  height: var(--size-dot);
  background-color: var(--color);
  border-radius: 50%;
  animation: loader-3 1.2s ease-in-out infinite;
}

.loader.--3::before {
  left: calc(50% - 1.6vmin - var(--size-dot));
}

.loader.--3::after {
  left: calc(50% + 1.6vmin);
  animation-delay: -0.4s;
}

@keyframes loader-3 {
  0%, 100% {
    transform: translateY(-2.6vmin);
  }
  44% {
    transform: translateY(2.6vmin);
  }
}
/**
	loader --4
**/
.loader.--4::before {
  height: var(--size-bar);
  width: 6vmin;
  background-color: var(--color);
  animation: loader-4 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite;
}

@keyframes loader-4 {
  0%, 44%, 88.1%, 100% {
    transform-origin: left;
  }
  0%, 100%, 88% {
    transform: scaleX(0);
  }
  44.1%, 88% {
    transform-origin: right;
  }
  33%, 44% {
    transform: scaleX(1);
  }
}
/**
	loader --5
**/
.loader.--5::before,
.loader.--5::after {
  height: 3vmin;
  width: var(--size-bar);
  background-color: var(--color);
  animation: loader-5 0.6s cubic-bezier(0, 0, 0.03, 0.9) infinite;
}

.loader.--5::before {
  left: calc(50% - 1vmin);
  top: calc(50% - 3vmin);
}

.loader.--5::after {
  left: calc(50% + 1vmin);
  top: calc(50% - 1vmin);
  animation-delay: 0.2s;
}

@keyframes loader-5 {
  0%, 88%, 100% {
    opacity: 0;
  }
  0% {
    transform: translateY(-6vmin);
  }
  33% {
    opacity: 1;
  }
  33%, 88% {
    transform: translateY(3vmin);
  }
}
/**
	loader --6
**/
.loader.--6::before {
  width: var(--size-square);
  height: var(--size-square);
  background-color: var(--color);
  top: calc(50% - var(--size-square));
  left: calc(50% - var(--size-square));
  animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

@keyframes loader-6 {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%) translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
}
/**
	loader --7
**/
.loader.--7::before,
.loader.--7::after {
  width: var(--size-square);
  height: var(--size-square);
  background-color: var(--color);
}

.loader.--7::before {
  top: calc(50% - var(--size-square));
  left: calc(50% - var(--size-square));
  animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

.loader.--7::after {
  top: 50%;
  left: 50%;
  animation: loader-7 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

@keyframes loader-7 {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%) translateY(-100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
/**
	loader --8
**/
.loader.--8::before,
.loader.--8::after {
  width: var(--size-dot);
  height: var(--size-dot);
  border-radius: 50%;
  background-color: var(--color);
}

.loader.--8::before {
  top: calc(50% + 4vmin);
  animation: loader-8-1 0.8s cubic-bezier(0.06, 0.01, 0.49, 1.18) infinite;
}

.loader.--8::after {
  opacity: 0;
  top: calc(50% - 2vmin);
  animation: loader-8-2 0.8s cubic-bezier(0.46, -0.1, 0.27, 1.07) 0.2s infinite;
}

@keyframes loader-8-1 {
  0%, 55%, 100% {
    opacity: 0;
  }
  0% {
    transform: scale(0.2);
  }
  22% {
    opacity: 1;
  }
  33%, 55% {
    transform: scale(1) translateY(-6vmin);
  }
}
@keyframes loader-8-2 {
  0%, 100% {
    opacity: 0;
  }
  33% {
    opacity: 0.3;
  }
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(4);
  }
}
/**
	loader --9
**/
.loader.--9::before,
.loader.--9::after {
  width: var(--size-dot);
  height: var(--size-dot);
  border-radius: 50%;
  background-color: var(--color);
  animation: loader-9 0.42s cubic-bezier(0.39, 0.31, 0, 1.11) infinite;
}

.loader.--9::before {
  left: calc(50% - var(--size-dot) - 1.6vmin);
}

.loader.--9::after {
  left: calc(50% + 1.6vmin);
  animation-delay: 0.12s;
}

@keyframes loader-9 {
  0%, 100% {
    opacity: 0;
  }
  0% {
    transform: translate(-4vmin, -4vmin);
  }
  66% {
    opacity: 1;
  }
  66%, 100% {
    transform: none;
  }
}
.preloader {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fafafa;
  color: white;
  text-align: center;
  letter-spacing: 0.3px;
  position: fixed;
  z-index: 99;
}

.to-top {
  opacity: 0.3;
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 1rem;
  background: #F12A45;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 7px 0;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.4s;
}
.to-top:hover {
  opacity: 1;
}

.to-top--hide {
  display: none;
}

.to-top--show {
  display: none;
}
@media (min-width: 576px) {
  .to-top--show {
    display: block;
  }
}
/*# sourceMappingURL=sadaka.css.map */