@charset "UTF-8";
/*!
Theme Name: ePortfolio
Theme URI: https://www.themeinwp.com/theme/eportfolio
Author: ThemeInWP
Author URI: https://www.themeinwp.com
Description: ePortfolio is a minimalist, optimized multi-purpose WordPress Portfolio theme. ePortfolio is an ideal choice to create portfolio sites for photographers, digital marketers, agencies, graphic designers, video producers, web designers, web developers,professional bloggers and other freelance artistic or creative workers. This theme is compatible with Gutenberg, Elementor as well as other page builder plugins which  helps you to deliever your content smoothly. check our demo here :https://demo.themeinwp.com/eportfolio/
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: eportfolio
Tags: portfolio, entertainment, photography, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, featured-image-header, rtl-language-support, flexible-header, translation-ready, theme-options, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ePortfolio is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  max-width: 100%;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

@-webkit-keyframes scale-in-bottom-left {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-moz-keyframes scale-in-bottom-left {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bottom-left {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-out-bottom-left {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-moz-keyframes scale-out-bottom-left {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-out-bottom-left {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes scale-out-hor-left {
  0% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
  100% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
}
@-moz-keyframes scale-out-hor-left {
  0% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
  100% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
}
@keyframes scale-out-hor-left {
  0% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
  100% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
  }
}
@-moz-keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lift1 {
  0%, 10%, 90% {
    top: 40px;
    left: 40px;
  }
  50% {
    top: 0px;
    left: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-moz-keyframes lift1 {
  0%, 10%, 90% {
    top: 40px;
    left: 40px;
  }
  50% {
    top: 0px;
    left: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@keyframes lift1 {
  0%, 10%, 90% {
    top: 40px;
    left: 40px;
  }
  50% {
    top: 0px;
    left: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes lift2 {
  0%, 10%, 90% {
    top: 40px;
    right: 40px;
  }
  50% {
    top: 0px;
    right: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-moz-keyframes lift2 {
  0%, 10%, 90% {
    top: 40px;
    right: 40px;
  }
  50% {
    top: 0px;
    right: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@keyframes lift2 {
  0%, 10%, 90% {
    top: 40px;
    right: 40px;
  }
  50% {
    top: 0px;
    right: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes lift3 {
  0%, 10%, 90% {
    bottom: 40px;
    right: 40px;
  }
  50% {
    bottom: 0px;
    right: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-moz-keyframes lift3 {
  0%, 10%, 90% {
    bottom: 40px;
    right: 40px;
  }
  50% {
    bottom: 0px;
    right: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@keyframes lift3 {
  0%, 10%, 90% {
    bottom: 40px;
    right: 40px;
  }
  50% {
    bottom: 0px;
    right: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes lift4 {
  0%, 10%, 90% {
    bottom: 40px;
    left: 40px;
  }
  50% {
    bottom: 0px;
    left: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-moz-keyframes lift4 {
  0%, 10%, 90% {
    bottom: 40px;
    left: 40px;
  }
  50% {
    bottom: 0px;
    left: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@keyframes lift4 {
  0%, 10%, 90% {
    bottom: 40px;
    left: 40px;
  }
  50% {
    bottom: 0px;
    left: 0px;
    background-color: white;
  }
  0%, 10% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-partial {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@-moz-keyframes rotate-partial {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
@keyframes rotate-partial {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
.twp-comments-section .comment-list, .twp-banner-below-section .twp-list-post-list, .widget-area ul, .twp-list-post-lists, .twp-mobile-menu-section .twp-mobile-menu ul, ul.twp-social-icons-rounded, ul.twp-social-icons, .twp-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.twp-masonary-gallery:before, .twp-not-found .search-form:before, .widget .search-form:before,
.twp-menubar-search .search-form:before, .post-navigation .nav-links:before, .posts-navigation .nav-links:before, #content:before, .clearfix:before, .twp-masonary-gallery:after, .twp-not-found .search-form:after, .widget .search-form:after,
.twp-menubar-search .search-form:after, .post-navigation .nav-links:after, .posts-navigation .nav-links:after, #content:after, .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.twp-header .site-branding .site-description, .twp-not-found .search-form .search-submit, .page-title span:after, .widget-title:after, .pagination .page-numbers.current, .twp-close-icon span {
  background-color: #ffaaa6;
}

.twp-banner-below-section .widget_categories ul li, .twp-single-article .entry-footer .tags-links a, .pagination .page-numbers.current, .twp-categories.twp-categories-with-line li {
  border-color: #ffaaa6;
}

.twp-comments-section .comment-list li .comment-meta, .twp-not-found h1, .twp-single-article .entry-footer .edit-link a, .twp-single-article .entry-footer .edit-link, .twp-bio-widget .twp-basic-info .twp-title-with-social-icon h5, .twp-author-meta.twp-author-meta-primary {
  color: #ffaaa6;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next, .twp-overlay-image-hover, .twp-overlay-black, .twp-overlay, .twp-comments-section .comment-respond .comment-form .logged-in-as a, .twp-comments-section .comment-list li .comment-reply-link, .posts-navigation a, .pagination .page-numbers, .twp-border-btn.twp-border-btn-white {
  transform: perspective(1px) translateZ(0);
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next, .twp-overlay-image-hover, .twp-overlay-black, .twp-overlay {
  position: relative;
  z-index: 1;
}
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before, .twp-overlay-image-hover:before, .twp-overlay-black:before, .twp-overlay:before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

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

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

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

.twp-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.twp-w-100 {
  width: 100%;
}

.twp-text-center {
  text-align: center;
}

.twp-d-block {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.data-bg,
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: #7b7b7b;
}

a {
  text-decoration: none;
  color: black;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
a:visited {
  color: black;
}
a:hover {
  color: #ffaaa6;
}

.twp-image-hover {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.twp-image-hover:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.twp-row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1050px) {
  .twp-header,
.twp-banner-section {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
  }
}

.twp-header,
.twp-banner-section {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1050px) {
  .twp-header {
    flex: 0 0 25%;
    max-width: 25%;
    left: 0;
  }
}

@media (min-width: 1050px) {
  .twp-banner-section {
    flex: 0 0 35%;
    max-width: 35%;
    left: 25%;
  }
}

@media (min-width: 1050px) {
  .home .twp-page-content {
    padding-left: 60%;
  }
}
@media (min-width: 1050px) {
  .home .twp-page-content.no-banner-slider {
    padding-left: 25%;
  }
}
.home #content #primary {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 30px;
}
.home #content #secondary {
  display: none;
}

@media (min-width: 1050px) {
  .twp-page-content {
    padding-left: 25%;
  }
}

#content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#content #primary,
#content #secondary {
  padding-bottom: 30px;
}
#content #primary {
  background-color: #f8f9fa;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1050px) {
  #content #primary {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
#content #secondary {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1050px) {
  #content #secondary {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.right-sidebar #content #primary {
  order: 1;
}
.right-sidebar #content #secondary {
  order: 2;
}

.left-sidebar #content #primary {
  order: 2;
}
.left-sidebar #content #secondary {
  order: 1;
}

.no-sidebar #content #primary {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1050px) {
  .no-sidebar #content #primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.no-sidebar #content #secondary {
  display: none;
}

html {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
}
html body {
  color: black;
  font-family: "Open Sans";
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.twp-author-meta {
  display: flex;
  align-items: center;
  font-weight: 600;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0.8rem;
}
.twp-author-meta span, .twp-author-meta a {
  display: inline-block;
}
.twp-author-meta .twp-author-caption,
.twp-author-meta .twp-post-date,
.twp-author-meta .twp-comment {
  padding-left: 5px;
  padding-right: 5px;
}
.twp-author-meta .twp-author-image {
  width: 35px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.twp-author-meta .twp-author-image img {
  border-radius: 100%;
}
.posts-navigation a, .pagination .page-numbers, .wpcf7-form input[type=submit], .twp-border-btn {
  display: inline-block;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  padding: 10px 30px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.twp-comments-section .comment-respond .comment-form .logged-in-as a, .twp-comments-section .comment-list li .comment-reply-link, .posts-navigation a, .pagination .page-numbers, .twp-border-btn.twp-border-btn-white {
  overflow: hidden;
}
.twp-comments-section .comment-respond .comment-form .logged-in-as a:after, .twp-comments-section .comment-list li .comment-reply-link:after, .posts-navigation a:after, .pagination .page-numbers:after, .twp-border-btn.twp-border-btn-white:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: block;
  z-index: -1;
  left: 0;
  background-color: #ffaaa6;
  animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  content: "";
}
.twp-comments-section .comment-respond .comment-form .logged-in-as a:hover, .twp-comments-section .comment-list li .comment-reply-link:hover, .posts-navigation a:hover, .pagination .page-numbers:hover, .twp-border-btn.twp-border-btn-white:hover {
  border-color: #ffaaa6;
  color: white;
}
.twp-comments-section .comment-respond .comment-form .logged-in-as a:hover:after, .twp-comments-section .comment-list li .comment-reply-link:hover:after, .posts-navigation a:hover:after, .pagination .page-numbers:hover:after, .twp-border-btn.twp-border-btn-white:hover:after {
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.twp-border-btn.twp-border-btn-white {
  border-color: white;
}

.twp-categories ul {
  margin-left: -15px;
  margin-right: -15px;
}
.twp-categories ul li {
  display: inline-block;
}
.twp-categories ul li a {
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  color: gray;
  font-size: 0.8rem;
}
.twp-categories ul li a:after {
  position: absolute;
  content: "/";
  display: inline-block;
  top: 0;
  right: 0;
}
.twp-categories ul li a:visited {
  color: gray;
}
.twp-categories ul li a:hover {
  color: #ffaaa6;
}
.twp-categories ul li:last-child a:after {
  content: none;
}
.twp-categories.twp-categories-with-line li {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.twp-categories.twp-categories-with-line li a {
  padding: 0;
}
.twp-categories.twp-categories-with-line li a:after {
  content: none;
}
.twp-categories.twp-categories-with-line ul {
  margin: 0;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #CFD8DC;
  width: 100%;
  padding: 10px 15px;
}
.wpcf7-form textarea {
  height: 100px;
}
.wpcf7-form input[type=submit] {
  border-color: black;
  background-color: black;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.twp-close-icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  vertical-align: middle;
}
@media (min-width: 1050px) {
  .twp-close-icon:hover {
    -webkit-animation: rotate-center 0.3s linear both;
    -o-animation: rotate-center 0.3s linear both;
    -moz-animation: rotate-center 0.3s linear both;
    animation: rotate-center 0.3s linear both;
  }
}
.twp-close-icon.twp-close-icon-sm {
  width: 20px;
}
.twp-close-icon.twp-close-icon-sm span {
  width: 20px;
}
.twp-close-icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  z-index: 5;
  top: 50%;
  border-radius: 5px;
  transform: rotate(45deg);
}
.twp-close-icon span:last-child {
  transform: rotate(135deg);
}
.twp-close-icon.twp-close-icon-white span {
  background-color: white;
}
@media (min-width: 1050px) {
  .twp-close-icon.twp-rotate-90:hover {
    -webkit-animation: rotate-partial 0.3s linear both;
    -o-animation: rotate-partial 0.3s linear both;
    -moz-animation: rotate-partial 0.3s linear both;
    animation: rotate-partial 0.3s linear both;
  }
}

.twp-menu-icon {
  cursor: pointer;
  width: 60px;
}
.twp-menu-icon span {
  display: block;
  position: relative;
  height: 4px;
  margin-top: 4px;
}
.twp-menu-icon span:before, .twp-menu-icon span:after {
  position: absolute;
  content: "";
  background-color: black;
  display: block;
}
.twp-menu-icon span:before {
  height: 4px;
  width: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.twp-menu-icon span:first-child, .twp-menu-icon span:last-child, .twp-menu-icon span:nth-child(2), .twp-menu-icon span:nth-child(3) {
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
}
.twp-menu-icon span:first-child, .twp-menu-icon span:last-child {
  width: 50px;
}
.twp-menu-icon span:nth-child(2) {
  width: 35px;
}
.twp-menu-icon span:nth-child(3) {
  width: 30px;
}
.twp-menu-icon span:after {
  height: 2px;
  width: 100%;
  left: 10px;
}
.twp-menu-icon.twp-white-menu-icon span:before, .twp-menu-icon.twp-white-menu-icon span:after {
  background-color: white;
}
.twp-menu-icon:hover span:first-child {
  width: 40px;
}
.twp-menu-icon:hover span:nth-child(2) {
  width: 50px;
}
.twp-menu-icon:hover span:nth-child(3) {
  width: 45px;
}
.twp-menu-icon:hover span:last-child {
  width: 40px;
}

ul.twp-social-icons {
  display: flex;
  flex-wrap: wrap;
}
ul.twp-social-icons li a {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  border: 0;
  font-size: 0;
}
ul.twp-social-icons li a span {
  display: none;
}
ul.twp-social-icons li a:before {
  display: block;
  font-family: fontAwesome;
  font-size: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
ul.twp-social-icons li a[href*=twitter]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=twitter]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=facebook]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=facebook]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=dribbble]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=dribbble]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=linkedin]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=linkedin]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=instagram]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=instagram]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=youtube]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=youtube]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=vimeo]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=vimeo]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=wordpress]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=wordpress]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=pinterest]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=pinterest]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=tumblr]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=tumblr]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=whatsapp]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=whatsapp]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=reddit]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=reddit]:before {
  transform: scale(1.2);
}
ul.twp-social-icons li a[href*=vk]:before {
  content: "";
}
ul.twp-social-icons li a:hover[href*=vk]:before {
  transform: scale(1.2);
}
ul.twp-social-icons.twp-social-icons-white a {
  color: white;
}
ul.twp-social-icons.twp-social-icons-white a:visited {
  color: white;
}

ul.twp-social-icons-rounded {
  display: flex;
  flex-wrap: wrap;
}
ul.twp-social-icons-rounded li {
  padding-left: 5px;
  padding-right: 5px;
}
ul.twp-social-icons-rounded li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
ul.twp-social-icons-rounded li a span {
  display: none;
}
ul.twp-social-icons-rounded li a:before {
  display: block;
  font-family: fontAwesome;
  font-size: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
ul.twp-social-icons-rounded li a[href*=twitter] {
  border-color: #1ca0fe;
  color: white;
  background-color: #1ca0fe;
}
ul.twp-social-icons-rounded li a[href*=twitter]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=twitter] {
  color: white;
  background-color: #1ca0fe;
}
ul.twp-social-icons-rounded li a:hover[href*=twitter] {
  color: #1ca0fe;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=facebook] {
  border-color: #3b5999;
  color: white;
  background-color: #3b5999;
}
ul.twp-social-icons-rounded li a[href*=facebook]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=facebook] {
  color: white;
  background-color: #3b5999;
}
ul.twp-social-icons-rounded li a:hover[href*=facebook] {
  color: #3b5999;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=dribbble] {
  border-color: #ea4c89;
  color: white;
  background-color: #ea4c89;
}
ul.twp-social-icons-rounded li a[href*=dribbble]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=dribbble] {
  color: white;
  background-color: #ea4c89;
}
ul.twp-social-icons-rounded li a:hover[href*=dribbble] {
  color: #ea4c89;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=linkedin] {
  border-color: #0177b5;
  color: white;
  background-color: #0177b5;
}
ul.twp-social-icons-rounded li a[href*=linkedin]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=linkedin] {
  color: white;
  background-color: #0177b5;
}
ul.twp-social-icons-rounded li a:hover[href*=linkedin] {
  color: #0177b5;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=instagram] {
  border-color: #E1306c;
  color: white;
  background-color: #E1306c;
}
ul.twp-social-icons-rounded li a[href*=instagram]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=instagram] {
  color: white;
  background-color: #E1306c;
}
ul.twp-social-icons-rounded li a:hover[href*=instagram] {
  color: #E1306c;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=youtube] {
  border-color: #ff0000;
  color: white;
  background-color: #ff0000;
}
ul.twp-social-icons-rounded li a[href*=youtube]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=youtube] {
  color: white;
  background-color: #ff0000;
}
ul.twp-social-icons-rounded li a:hover[href*=youtube] {
  color: #ff0000;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=vimeo] {
  border-color: #1ab7ea;
  color: white;
  background-color: #1ab7ea;
}
ul.twp-social-icons-rounded li a[href*=vimeo]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=vimeo] {
  color: white;
  background-color: #1ab7ea;
}
ul.twp-social-icons-rounded li a:hover[href*=vimeo] {
  color: #1ab7ea;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=wordpress] {
  border-color: #0074aa;
  color: white;
  background-color: #0074aa;
}
ul.twp-social-icons-rounded li a[href*=wordpress]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=wordpress] {
  color: white;
  background-color: #0074aa;
}
ul.twp-social-icons-rounded li a:hover[href*=wordpress] {
  color: #0074aa;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=pinterest] {
  border-color: #bd071c;
  color: white;
  background-color: #bd071c;
}
ul.twp-social-icons-rounded li a[href*=pinterest]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=pinterest] {
  color: white;
  background-color: #bd071c;
}
ul.twp-social-icons-rounded li a:hover[href*=pinterest] {
  color: #bd071c;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=tumblr] {
  border-color: #3e5a70;
  color: white;
  background-color: #3e5a70;
}
ul.twp-social-icons-rounded li a[href*=tumblr]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=tumblr] {
  color: white;
  background-color: #3e5a70;
}
ul.twp-social-icons-rounded li a:hover[href*=tumblr] {
  color: #3e5a70;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=whatsapp] {
  border-color: #00e676;
  color: white;
  background-color: #00e676;
}
ul.twp-social-icons-rounded li a[href*=whatsapp]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=whatsapp] {
  color: white;
  background-color: #00e676;
}
ul.twp-social-icons-rounded li a:hover[href*=whatsapp] {
  color: #00e676;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=reddit] {
  border-color: #ff4500;
  color: white;
  background-color: #ff4500;
}
ul.twp-social-icons-rounded li a[href*=reddit]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=reddit] {
  color: white;
  background-color: #ff4500;
}
ul.twp-social-icons-rounded li a:hover[href*=reddit] {
  color: #ff4500;
  background-color: white;
}
ul.twp-social-icons-rounded li a[href*=vk] {
  border-color: #4a76a8;
  color: white;
  background-color: #4a76a8;
}
ul.twp-social-icons-rounded li a[href*=vk]:before {
  content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=vk] {
  color: white;
  background-color: #4a76a8;
}
ul.twp-social-icons-rounded li a:hover[href*=vk] {
  color: #4a76a8;
  background-color: white;
}

.twp-bio-social-widget span,
.twp-bio-social-widget a {
  display: inline-block;
}
.twp-bio-social-widget span {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.twp-bio-social-widget a {
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  color: white;
}
.twp-bio-social-widget a[href*=facebook] {
  background-color: #3b5999;
  border-color: #3b5999;
}
.twp-bio-social-widget a[href*=twitter] {
  background-color: #1ca0fe;
  border-color: #1ca0fe;
}
.twp-bio-social-widget a[href*=linkedin] {
  background-color: #0177b5;
  border-color: #0177b5;
}
.twp-bio-social-widget a[href*=instagram] {
  background-color: #E1306c;
  border-color: #E1306c;
}
.twp-bio-social-widget a:hover {
  background-color: white;
}
.twp-bio-social-widget a:hover[href*=facebook] {
  color: #3b5999;
}
.twp-bio-social-widget a:hover[href*=twitter] {
  color: #1ca0fe;
}
.twp-bio-social-widget a:hover[href*=linkedin] {
  color: #0177b5;
}
.twp-bio-social-widget a:hover[href*=instagram] {
  color: #E1306c;
}

.twp-meta {
  color: gray;
}
.twp-meta span {
  font-size: 0.8rem;
}

.twp-mobile-menu-section .twp-mobile-menu ul > li > a {
  font-size: 1.2rem;
}

.twp-mobile-menu-section .twp-mobile-menu ul > li ul {
  position: relative;
}
@media (min-width: 1050px) {
  .twp-mobile-menu-section .twp-mobile-menu ul > li ul {
    top: -30px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
  }
}
.twp-mobile-menu-section .twp-mobile-menu ul > li ul li a {
  font-size: 1rem;
}
.twp-mobile-menu-section .twp-mobile-menu ul > li ul li:hover > ul {
  height: auto;
  overflow: visible;
  top: 0;
}
.twp-mobile-menu-section .twp-mobile-menu ul > li:hover > ul {
  height: auto;
  overflow: visible;
  top: 0;
}

.twp-mobile-menu-section .twp-mobile-menu ul {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.twp-mobile-menu-section .twp-mobile-menu ul li a {
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  border: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.twp-mobile-menu-section .twp-mobile-menu ul li a:hover {
  color: #ffaaa6;
}
.twp-mobile-menu-section .twp-mobile-menu ul .down-arrow > a {
  position: relative;
}
.twp-mobile-menu-section .twp-mobile-menu ul .down-arrow > a:after {
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontAwesome;
  content: "";
}

.twp-mobile-menu-section {
  position: fixed;
  height: 100%;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: -100%;
  background-color: black;
  padding: 30px;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 100%;
}
.twp-mobile-menu-section a {
  color: white;
}
@media (min-width: 1050px) {
  .twp-mobile-menu-section {
    padding: 30px;
    width: 25%;
  }
}
.twp-mobile-menu-section.show {
  left: 0;
}
.twp-mobile-menu-section .twp-mobile-close-icon {
  text-align: right;
}
.twp-mobile-menu-section .twp-menubar-search {
  padding-top: 30px;
}
.twp-mobile-menu-section .twp-menubar-search .search-form .search-submit {
  background-color: white;
  color: black;
}

.twp-body-overlay {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.twp-body-overlay.show {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.twp-overlay:before {
  content: "";
  background-color: rgba(248, 249, 250, 0.6);
}

.twp-overlay-black:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

.twp-overlay-image-hover:before {
  background-color: rgba(255, 170, 166, 0.6);
  content: "";
  -webkit-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.twp-overlay-image-hover:hover:before {
  -webkit-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.twp-pagination-numeric {
  flex: 0 0 100%;
  max-width: 100%;
}

.pagination {
  text-align: center;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  display: inline-block;
  background-color: black;
  color: white;
}
.pagination .page-numbers {
  display: none;
  margin-top: 30px;
  font-weight: 600;
  border-style: solid;
  border-width: 1.5px;
}
@media (min-width: 768px) {
  .pagination .page-numbers {
    display: inline-block;
  }
}
.pagination .page-numbers.current {
  color: white;
}

.posts-navigation {
  text-align: center;
}
@media (min-width: 992px) {
  .posts-navigation {
    padding-bottom: 30px;
  }
}
.posts-navigation .nav-links {
  display: flex;
  justify-content: center;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  float: none;
  width: initial;
  padding: 15px 30px 0;
}
.posts-navigation a {
  font-weight: 600;
  border-style: solid;
  border-width: 1.5px;
}

.twp-bio-widget .twp-basic-info {
  margin-top: 15px;
}
.twp-bio-widget .twp-basic-info .twp-image-section {
  height: 100px;
  overflow: hidden;
  flex: 0 0 100px;
  max-width: 100%;
}
.twp-bio-widget .twp-basic-info .twp-image-section .data-bg {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.twp-bio-widget .twp-basic-info .twp-image-section .data-bg:hover {
  border-radius: 0;
}
.twp-bio-widget .twp-basic-info .twp-title-with-social-icon {
  flex: 0 0 calc( 100% - 100px);
  max-width: calc(100% - 100px);
  padding: 0 15px;
}
.twp-bio-widget .twp-basic-info .twp-title-with-social-icon h2,
.twp-bio-widget .twp-basic-info .twp-title-with-social-icon h5 {
  margin: 0;
}
.twp-bio-widget .twp-basic-info .twp-title-with-social-icon .twp-bio-social-widget {
  margin-top: 10px;
}
.twp-bio-widget .twp-quote {
  padding: 5px 10px;
  margin-top: 20px;
  background-color: rgba(255, 170, 166, 0.7);
  font-weight: 600;
  border-radius: 5px;
  font-size: 0.9rem;
}
.twp-bio-widget .twp-quote p {
  padding: 15px;
  position: relative;
  text-align: justify;
}
.twp-bio-widget .twp-quote p:before, .twp-bio-widget .twp-quote p:after {
  display: block;
  font-family: fontAwesome;
  position: absolute;
  color: white;
  font-size: 0.9rem;
}
.twp-bio-widget .twp-quote p:before {
  content: "";
  left: 0;
  top: 0;
}
.twp-bio-widget .twp-quote p:after {
  content: "";
  right: 0;
  bottom: 0;
}

.twp-gallery-post {
  position: relative;
  overflow: hidden;
  background-color: gray;
}
.twp-gallery-post.twp-overlay-image-hover:before {
  z-index: 1;
}
.twp-gallery-post .twp-wrapper {
  padding: 5px 10px;
  font-weight: 600;
  background-color: white;
}
@media (min-width: 768px) {
  .twp-gallery-post .twp-wrapper {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
    left: 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    z-index: 2;
  }
}
.twp-gallery-post .entry-title {
  margin: 0;
}
.twp-gallery-post .entry-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.twp-list-post .twp-image-section {
  flex: 0 0 100px;
  max-width: 100px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
.twp-list-post .twp-image-section a {
  height: 100%;
  display: block;
}
.twp-list-post .twp-desc {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding: 5px 10px;
}
.twp-list-post .twp-desc h5 {
  margin: 0;
}
.twp-list-post .twp-desc h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.twp-slider-post {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0 45px 30px;
}
.twp-slider-post .twp-wrapper {
  background-color: white;
  padding: 15px;
}
.twp-slider-post h3,
.twp-slider-post h4 {
  margin: 0;
}
.twp-slider-post h3 a,
.twp-slider-post h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

ul.twp-social-widget {
  background-color: #f8f9fa;
  justify-content: center;
}

.twp-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #ffaaa6;
}
.twp-preloader .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  width: 160px;
  height: 160px;
  -webkit-animation: spin 1.2s infinite ease;
  -o-animation: spin 1.2s infinite ease;
  -moz-animation: spin 1.2s infinite ease;
  animation: spin 1.2s infinite ease;
}
.twp-preloader .twp-square {
  background-color: #CFD8DC;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
}
.twp-preloader .twp-square:nth-child(1) {
  top: 40px;
  left: 40px;
  -webkit-animation: lift1 1.2s infinite ease;
  -o-animation: lift1 1.2s infinite ease;
  -moz-animation: lift1 1.2s infinite ease;
  animation: lift1 1.2s infinite ease;
}
.twp-preloader .twp-square:nth-child(2) {
  top: 40px;
  right: 40px;
  -webkit-animation: lift2 1.2s infinite ease;
  -o-animation: lift2 1.2s infinite ease;
  -moz-animation: lift2 1.2s infinite ease;
  animation: lift2 1.2s infinite ease;
}
.twp-preloader .twp-square:nth-child(3) {
  bottom: 40px;
  right: 40px;
  -webkit-animation: lift3 1.2s infinite ease;
  -o-animation: lift3 1.2s infinite ease;
  -moz-animation: lift3 1.2s infinite ease;
  animation: lift3 1.2s infinite ease;
}
.twp-preloader .twp-square:nth-child(4) {
  bottom: 40px;
  left: 40px;
  -webkit-animation: lift4 1.2s infinite ease;
  -o-animation: lift4 1.2s infinite ease;
  -moz-animation: lift4 1.2s infinite ease;
  animation: lift4 1.2s infinite ease;
}

.twp-single-article .entry-footer {
  font-size: 16px;
  font-weight: 600;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #CFD8DC;
  padding-top: 15px;
  margin-top: 15px;
}
.twp-single-article .entry-footer .tags-links {
  display: inline-block;
}
.twp-single-article .entry-footer .tags-links a {
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-left: 5px;
  margin-right: 5px;
  color: gray;
  font-size: 0.9rem;
}
.twp-single-article .entry-footer .tags-links a:visited {
  color: gray;
}
.twp-single-article .entry-footer .tags-links a:hover {
  color: #ffaaa6;
}
.twp-single-article .entry-footer .edit-link {
  display: inline-block;
}
.twp-single-article .entry-footer .edit-link a {
  display: inline-block;
  padding: 0 10px;
}

.twp-single-article .entry-header {
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #CFD8DC;
}
.twp-single-article .entry-header .twp-categories li {
  padding-top: 15px;
}
.twp-single-article .entry-header .entry-title {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.2;
}
.twp-single-article .entry-header .twp-author-meta {
  padding-top: 15px;
}

.post-navigation {
  padding-top: 30px;
}
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  float: none;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px 15px 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: initial;
  font-weight: 700;
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
}
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
.post-navigation .nav-links .nav-previous:after,
.post-navigation .nav-links .nav-next:after {
  position: absolute;
  display: block;
  font-family: fontAwesome;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  color: white;
}
.post-navigation .nav-links .nav-previous:hover:before,
.post-navigation .nav-links .nav-next:hover:before {
  background-color: rgba(255, 170, 166, 0.7);
}
.post-navigation .nav-links .nav-previous:hover a,
.post-navigation .nav-links .nav-next:hover a {
  color: black;
}
.post-navigation .nav-links .nav-previous:hover:after,
.post-navigation .nav-links .nav-next:hover:after {
  color: black;
}
.post-navigation .nav-links .nav-previous:after {
  content: "";
}
.post-navigation .nav-links .nav-next:after {
  content: "";
}
.post-navigation .nav-links a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  color: white;
}
.post-navigation .nav-links a:visited {
  color: white;
}
.post-navigation .nav-links a:hover {
  color: black;
}

.twp-single-article .post-thumbnail {
  text-align: center;
}

.twp-single-article table {
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-single-article table td {
  padding: 15px;
}
.twp-single-article table.is-style-regular {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: #CFD8DC;
  border-spacing: 0;
}
.twp-single-article table.is-style-regular td {
  border-left-style: solid;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #CFD8DC;
}

.twp-single-article .post-thumbnail {
  margin-top: 30px;
  background-color: white;
  padding: 10px;
}
@media (min-width: 992px) {
  .twp-single-article .post-thumbnail {
    height: 500px;
    overflow: hidden;
  }
}
.twp-single-article p, .twp-single-article h1, .twp-single-article h2, .twp-single-article h3, .twp-single-article h4, .twp-single-article h5,
.twp-single-article pre {
  margin-top: 10px;
  margin-bottom: 0;
}
.twp-single-article hr {
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #CFD8DC;
}
.twp-single-article figure {
  margin-bottom: 0;
  margin-top: 15px;
}
.twp-single-article .wp-block-gallery {
  margin: 15px 0 0;
}
.twp-single-article figure {
  text-align: center;
}
.twp-single-article figure figcaption {
  background-color: white;
  color: black;
  padding: 15px;
  margin: 0;
  font-size: 0.8rem;
}
.twp-single-article figure.alignleft {
  width: 100%;
  text-align: initial;
  margin-right: 0;
}
.twp-single-article .wp-block-cover {
  margin: 30px 0 0;
}
.twp-single-article .wp-block-cover p {
  text-align: center;
}
.twp-single-article ul {
  margin: 10px 0 0;
}
.twp-single-article ul li {
  font-size: 0.9rem;
}
.twp-single-article .wp-block-code {
  background-color: black;
  color: white;
}
.twp-single-article pre.wp-block-verse, .twp-single-article pre.wp-block-preformatted {
  font-size: 1rem;
  font-family: inherit;
  padding: 20px;
  margin-bottom: 0;
  margin-top: 15px;
  white-space: pre-line;
  text-align: justify;
  border-radius: 5px;
}
.twp-single-article blockquote.wp-block-quote {
  padding: 15px;
  background-color: white;
  margin: 15px 0 0;
  font-weight: 600;
}
.twp-single-article blockquote.wp-block-quote p {
  padding: 15px 30px;
  position: relative;
}
.twp-single-article blockquote.wp-block-quote p:before, .twp-single-article blockquote.wp-block-quote p:after {
  display: block;
  font-family: fontAwesome;
  position: absolute;
  font-size: 1rem;
  color: #ffaaa6;
}
.twp-single-article blockquote.wp-block-quote p:before {
  content: "";
  left: 0;
  top: 0;
}
.twp-single-article blockquote.wp-block-quote p:after {
  content: "";
  right: 0;
  bottom: 0;
}
.twp-single-article blockquote cite {
  display: flex;
  justify-content: flex-end;
  color: gray;
}
.twp-single-article .wp-block-button {
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-single-article .wp-block-button a {
  display: inline-block;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  padding: 10px 30px;
  font-size: 0.9rem;
  background-color: black;
  color: white;
  border-radius: 0;
}

.widget_calendar table {
  border-spacing: 1px;
  margin: 0;
}
.widget_calendar thead {
  background-color: #e7eff2;
}
.widget_calendar thead th {
  padding: 10px;
}
.widget_calendar tbody {
  background-color: #f8f9fa;
}
.widget_calendar tbody td {
  text-align: center;
  padding: 10px;
}
.widget_calendar caption,
.widget_calendar tfoot {
  font-weight: 600;
}
.widget_calendar caption {
  padding-bottom: 15px;
}
.widget_calendar tfoot a {
  display: inline-block;
  padding-top: 15px;
}

.twp-banner-below-section .gallery {
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-banner-below-section .gallery .gallery-item {
  padding: 5px;
  margin: 0;
}
.twp-banner-below-section .gallery figcaption {
  display: none;
}

.widget-area ul {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #CFD8DC;
}
.widget-area ul li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #CFD8DC;
  padding-top: 10px;
  margin-bottom: 10px;
}
.widget-area ul li:first-child {
  border-top: 0;
}
.widget-area ul li a {
  display: inline-block;
}
.widget-area ul li ul {
  margin-top: 10px;
  border-bottom: 0;
  font-size: 0.9rem;
}
.widget-area ul li ul li {
  width: 100%;
}
.widget-area ul li ul li:first-child {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #CFD8DC;
}
.widget-area ul li ul li a {
  padding-left: 15px;
  display: inline-block;
}
.widget-area ul li ul li ul {
  list-style: dots;
}
.widget-area ul li ul li li a {
  padding-left: 45px;
  display: inline-block;
}
.widget-area .menu {
  font-weight: 700;
}
.widget-area .menu ul {
  font-weight: 600;
}
.widget-area .menu ul ul {
  font-weight: 400;
}
.widget-area .twp-social-widget {
  border-bottom: 0;
  padding: 10px 10px 0;
}
.widget-area .twp-social-widget li {
  border: 0;
  padding-top: 0;
}

.widget .tagcloud a {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 600;
  margin: 5px 5px 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.widget .search-form label,
.twp-menubar-search .search-form label {
  width: calc(100% - 90px);
  float: left;
  padding-right: 5px;
}
.widget .search-form label input,
.twp-menubar-search .search-form label input {
  width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 0 15px;
  border-color: #CFD8DC;
}
.widget .search-form .search-submit,
.twp-menubar-search .search-form .search-submit {
  width: 90px;
  height: 45px;
  float: left;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  background-color: black;
  color: white;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.widget .search-form .search-submit:hover,
.twp-menubar-search .search-form .search-submit:hover {
  background-color: #ffaaa6;
  color: black;
}

.twp-banner-below-section .twp-social-widget {
  padding: 10px 15px 0;
}
.twp-banner-below-section .twp-social-widget li {
  margin-bottom: 10px;
}

.widget-area section {
  padding: 0 15px 15px;
}
.widget-area .widget-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget-area figure,
.widget-area .wp-caption {
  margin: 0 auto;
  padding-top: 15px;
}
.widget-area .search-form {
  padding-top: 15px;
}
.widget-area select {
  width: 100%;
  padding: 10px;
  font-family: inherit;
}
.widget-area p img {
  margin-top: 15px;
}

.widget-title {
  padding: 5px 0;
  font-size: 1.2rem;
  position: relative;
}
.widget-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -2px;
}

.page-title span {
  padding: 5px 0;
  position: relative;
  display: inline-block;
}
.page-title span:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
}

.twp-not-found {
  text-align: center;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.twp-not-found h1 {
  margin: 0;
}
.twp-not-found .twp-icon {
  font-size: 60px;
}
.twp-not-found .twp-icon i {
  -webkit-animation: rotate-center 3s ease infinite both;
  -o-animation: rotate-center 3s ease infinite both;
  -moz-animation: rotate-center 3s ease infinite both;
  animation: rotate-center 3s ease infinite both;
}
.twp-not-found .page-header,
.twp-not-found .page-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
.twp-not-found .page-content {
  padding: 20px 0 0 0;
  margin: 0;
}
.twp-not-found .page-content p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-style: italic;
}
.twp-not-found .search-form {
  width: 70%;
  margin: 0 auto;
}
.twp-not-found .search-form label {
  width: calc(100% - 90px);
  float: left;
  padding-right: 5px;
}
.twp-not-found .search-form label input {
  width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 0 15px;
}
.twp-not-found .search-form .search-submit {
  width: 90px;
  height: 45px;
  float: left;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
}

.twp-gallery-section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.twp-gallery-section .twp-gallery-post {
  margin-top: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  flex: 0 0 calc(100% - 15px);
  max-width: calc(100% - 15px);
}
@media (min-width: 576px) {
  .twp-gallery-section .twp-gallery-post {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.twp-gallery-section .twp-gallery-post .data-bg {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .twp-gallery-section .twp-gallery-post .data-bg {
    height: 300px;
  }
}

.archive .page-header h1 {
  margin-top: 15px;
  margin-bottom: 0;
}

.twp-banner-below-section .widget_archive ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.twp-banner-below-section .widget_archive ul li {
  padding-top: 15px;
}

.twp-banner-below-section form {
  display: flex;
  flex-wrap: wrap;
}
.twp-banner-below-section form p {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .twp-banner-below-section form p:nth-child(2), .twp-banner-below-section form p:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.twp-banner-below-section form p:nth-child(2) {
  padding-right: 5px;
}
.twp-banner-below-section form p:nth-child(3) {
  padding-left: 5px;
}
.twp-banner-below-section p {
  margin-bottom: 0px;
  margin-top: 10px;
}

.twp-banner-below-section .twp-list-post-list {
  padding-top: 10px;
}
.twp-banner-below-section .twp-list-post-list .twp-list-post {
  margin-top: 10px;
  background-color: #f8f9fa;
}

.twp-banner-section .twp-slider-post {
  height: 350px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .twp-banner-section .twp-slider-post {
    height: 400px;
  }
}
@media (min-width: 1050px) {
  .twp-banner-section .twp-slider-post {
    height: 50vh;
  }
}

.twp-banner-below-section .widget_categories ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
}
.twp-banner-below-section .widget_categories ul li {
  margin: 0 5px 10px;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.twp-banner-below-section .widget_categories ul li a {
  color: gray;
  font-size: 0.9rem;
}
.twp-banner-below-section .widget_categories ul li a:visited {
  color: gray;
}
.twp-banner-below-section .widget_categories ul li a:hover {
  color: #ffaaa6;
}

.twp-banner-below-section {
  padding: 5px 30px 30px;
}
.twp-banner-below-section .widget-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-banner-below-section .widget_recent_entries ul {
  margin: 0;
}
.twp-banner-below-section .widget_media_video,
.twp-banner-below-section .twp-social-widget-section {
  margin-top: 15px;
}
.twp-banner-below-section .widget_search form {
  margin-top: 15px;
}

.comment-form input[type=submit], .twp-comments-section .comment-respond .comment-form .logged-in-as a, .twp-comments-section .comment-list li .comment-reply-link {
  display: inline-block;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #ffaaa6;
  padding: 10px 30px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: transparent;
  color: black;
}

.twp-comments-section .comment-list li .comment-content p:before, .twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before, .twp-comments-section .comment-list li .comment-meta .comment-metadata time:before {
  display: block;
  position: absolute;
  font-family: fontAwesome;
  left: 0;
  color: black;
}

.twp-comments-section .comment-list > li {
  padding-bottom: 30px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #CFD8DC;
}
.twp-comments-section .comment-list li {
  padding-top: 30px;
}
.twp-comments-section .comment-list li .comment-meta b {
  font-weight: 600;
}
.twp-comments-section .comment-list li .comment-meta .comment-author img {
  margin-right: 15px;
}
.twp-comments-section .comment-list li .comment-meta .comment-metadata {
  padding-top: 15px;
}
.twp-comments-section .comment-list li .comment-meta .comment-metadata a, .twp-comments-section .comment-list li .comment-meta .comment-metadata span, .twp-comments-section .comment-list li .comment-meta .comment-metadata time {
  display: inline-block;
  position: relative;
}
.twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link, .twp-comments-section .comment-list li .comment-meta .comment-metadata time {
  padding-left: 25px;
  padding-right: 20px;
}
.twp-comments-section .comment-list li .comment-meta .comment-metadata time:before {
  content: "";
}
.twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before {
  content: "";
}
.twp-comments-section .comment-list li .comment-content p {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.twp-comments-section .comment-list li .comment-content p:last-child {
  margin-bottom: 0;
}
.twp-comments-section .comment-list li .comment-content p:before {
  content: "";
}
.twp-comments-section .comment-list li .reply {
  padding-top: 15px;
}
.twp-comments-section .comment-list .children {
  padding: 0;
  margin-left: 15px;
}

.twp-comments-section .comment-respond {
  padding-top: 15px;
}
.twp-comments-section .comment-respond .comment-reply-title {
  font-size: 1.3rem;
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-comments-section .comment-respond p {
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-comments-section .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.twp-comments-section .comment-respond .comment-form p {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .twp-comments-section .comment-respond .comment-form p {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.twp-comments-section .comment-respond .comment-form p.comment-notes, .twp-comments-section .comment-respond .comment-form p.comment-form-comment, .twp-comments-section .comment-respond .comment-form p.comment-form-cookies-consent, .twp-comments-section .comment-respond .comment-form p.form-submit, .twp-comments-section .comment-respond .comment-form p.logged-in-as {
  flex: 0 0 100%;
  max-width: 100%;
}
.twp-comments-section .comment-respond .comment-form label {
  display: block;
  margin-bottom: 15px;
}
.twp-comments-section .comment-respond .comment-form .comment-form-cookies-consent label {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0;
  text-align: justify;
}
.twp-comments-section .comment-respond .comment-form .logged-in-as {
  color: transparent;
}
@media (min-width: 768px) {
  .twp-comments-section .comment-respond .comment-form .logged-in-as {
    display: flex;
    justify-content: space-between;
  }
}
.twp-comments-section .comment-respond .comment-form .logged-in-as a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .twp-comments-section .comment-respond .comment-form .logged-in-as a {
    width: initial;
  }
}

.comment-form textarea, .comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url] {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #CFD8DC;
  padding: 10px 15px;
}
.comment-form input[type=submit] {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  width: 100%;
  text-align: center;
}
.comment-form input[type=submit]:hover {
  background-color: #ffaaa6;
}
@media (min-width: 768px) {
  .comment-form input[type=submit] {
    margin-right: 10px;
    width: initial;
  }
}
.comment-form input[type=checkbox] {
  position: relative;
  top: 6px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
}

.twp-comments-section {
  padding: 30px;
  font-weight: 600;
  margin-top: 30px;
  background-color: white;
}
.twp-comments-section .comments-title {
  margin: 0;
}

.site-footer {
  background-color: black;
  color: white;
  padding: 15px;
  text-align: center;
}
.site-footer a {
  color: white;
}

.twp-header {
  color: white;
}
.twp-header a {
  color: white;
}
.twp-header a:visited {
  color: white;
}
.twp-header a:hover {
  color: #ffaaa6;
}
.twp-header .wp-custom-header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
}
.twp-header .twp-nav-section,
.twp-header .site-branding {
  z-index: 2;
}
.twp-header .twp-nav-section {
  display: none;
}
.twp-header .twp-menu-section {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.twp-header .twp-menu-section button {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.twp-header .site-branding {
  padding: 90px 30px 90px 30px;
  height: calc(100% - 50px);
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.twp-header .site-branding .twp-wrapper {
  display: block;
  width: 100%;
}
.twp-header .site-branding .site-title,
.twp-header .site-branding .site-description,
.twp-header .site-branding p {
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-header .site-branding .site-description {
  padding: 10px 15px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.twp-header .site-branding .twp-btn-section {
  padding-top: 15px;
}

.twp-masonary-gallery.twp-3-col-masonary .twp-gallery-post {
  width: 100%;
}
@media (min-width: 576px) {
  .twp-masonary-gallery.twp-3-col-masonary .twp-gallery-post {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .twp-masonary-gallery.twp-3-col-masonary .twp-gallery-post {
    width: 50%;
  }
}
@media (min-width: 1050px) {
  .twp-masonary-gallery.twp-3-col-masonary .twp-gallery-post {
    width: 33.33%;
  }
}
.twp-masonary-gallery .twp-gallery-post {
  overflow: hidden;
  border-color: white;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 15px 7.5px 0;
}
@media (min-width: 576px) {
  .twp-masonary-gallery .twp-gallery-post {
    float: left;
    width: calc(50% - 15px);
  }
}
@media (min-width: 1050px) {
  .twp-masonary-gallery .twp-gallery-post {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .twp-masonary-gallery .twp-gallery-post {
    margin: 0;
  }
}
@media (min-width: 1050px) {
  .twp-masonary-gallery .twp-gallery-post .twp-wrapper {
    left: 100%;
  }
}
@media (min-width: 1050px) {
  .twp-masonary-gallery .twp-gallery-post:hover .twp-wrapper {
    left: 30px;
  }
}
.twp-masonary-gallery .twp-gallery-post .post-thumbnail {
  height: 200px;
  display: block;
  overflow: hidden;
}
@media (min-width: 576px) {
  .twp-masonary-gallery .twp-gallery-post .post-thumbnail {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .twp-masonary-gallery .twp-gallery-post .post-thumbnail {
    height: initial;
    overflow: initial;
  }
}

.slick-arrow {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
  outline: 0;
  border-radius: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  background-color: white;
}
.slick-arrow.slick-disabled {
  z-index: -1;
}
.slick-arrow:before {
  display: block;
  font-family: fontAwesome;
  font-size: 1rem;
}
.slick-arrow:hover {
  color: #ffaaa6;
}

.slick-prev {
  left: 10px;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: 10px;
}
.slick-next:before {
  content: "";
}

.gallery.gallery-columns-1 img {
  display: inline-block;
}

.twp-primary-bg {
  background-color: #ffaaa6;
}

.twp-text-white {
  color: white;
}

.night-mode body {
  background-color: #252525;
  color: white;
}
.night-mode .theme-mode .fa-adjust:before {
  content: "";
}
.night-mode a {
  color: white;
}
.night-mode a:visited {
  color: white;
}
.night-mode a:hover {
  color: #ffaaa6;
}

.theme-mode .fa-adjust:before {
  content: "";
}

/*# sourceMappingURL=style.css.map */
