/*
	Theme Name: Wonderwall Magazine
	Author: MeridianThemes
	Description: WordPress theme for magazine websites.
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wonderwall-magazine
*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="search"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
embed,
iframe,
object {
  max-width: 100%;
}
/*.widget select {
  max-width: 100%;
}*/
figure {
  margin: 0;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/

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

body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-family: "Lexend Deca", sans-serif;
  color: #000;
  line-height: 1.45;
  font-weight: bold;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 30px;
  letter-spacing: -1.5px;
  line-height: 1.2;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0;
  margin-bottom: 25px;
}

p:last-child {
  margin: 0;
}

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

blockquote {
  margin: 0;
  background: #f6f6f6;
  padding: 37px 40px;
  font-size: 27px;
  line-height: 32px;
  font-family: "Lexend Deca", sans-serif;
  color: #000;
  font-weight: bold;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

blockquote.blockquote-style-2 {
  background: transparent;
  border-left: 7px solid #e60062;
  padding-left: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

blockquote.align-right {
  margin-left: 30px;
  float: right;
  max-width: 370px;
}

blockquote p:last-child {
  margin: 0;
}

address {
  margin-bottom: 25px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  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;
}

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

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

big {
  font-size: 125%;
}

small {
  font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

#container {
  background: #c8c4c4;
}

#page {
  margin: 0 auto;
  position: relative;
  background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin-bottom: 25px;
}

ul,
ol {
  margin: 0;
  margin-bottom: 25px;
  padding: 0 0 0 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  margin-bottom: 25px;
  width: 100%;
  line-height: 1;
}
/*
.widget table {
  table-layout: fixed;
}*/

table thead {
  background: #000;
  color: #fff;
  text-align: left;
}

table td,
table th {
  padding: 10px;
  text-align: left;
}

table tbody th {
  background: #000;
  color: #fff;
}

table tbody th a {
  color: inherit;
}

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

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}
/* Icons */
.cfab, .cfa, .cfas {
  top: 2px;
  position: relative;
  min-height: 14px !important;
  background-size: 14px;
  width: 16px !important;
  display: inline-block;
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
}
.cfa-facebook {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNNTA0IDI1NkM1MDQgMTE5IDM5MyA4IDI1NiA4UzggMTE5IDggMjU2YzAgMTIzLjc4IDkwLjY5IDIyNi4zOCAyMDkuMjUgMjQ1VjMyNy42OWgtNjNWMjU2aDYzdi01NC42NGMwLTYyLjE1IDM3LTk2LjQ4IDkzLjY3LTk2LjQ4IDI3LjE0IDAgNTUuNTIgNC44NCA1NS41MiA0Ljg0djYxaC0zMS4yOGMtMzAuOCAwLTQwLjQxIDE5LjEyLTQwLjQxIDM4LjczVjI1Nmg2OC43OGwtMTEgNzEuNjloLTU3Ljc4VjUwMUM0MTMuMzEgNDgyLjM4IDUwNCAzNzkuNzggNTA0IDI1NnonLz48L3N2Zz4=");
}
.cfa-tiktok {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NDggNTEyJz48cGF0aCBkPSdNNDQ4LDIwOS45MWEyMTAuMDYsMjEwLjA2LDAsMCwxLTEyMi43Ny0zOS4yNVYzNDkuMzhBMTYyLjU1LDE2Mi41NSwwLDEsMSwxODUsMTg4LjMxVjI3OC4yYTc0LjYyLDc0LjYyLDAsMSwwLDUyLjIzLDcxLjE4VjBsODgsMGExMjEuMTgsMTIxLjE4LDAsMCwwLDEuODYsMjIuMTdoMEExMjIuMTgsMTIyLjE4LDAsMCwwLDM4MSwxMDIuMzlhMTIxLjQzLDEyMS40MywwLDAsMCw2NywyMC4xNFonLz48L3N2Zz4=");
}
.cfa-youtube {
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJz48cGF0aCBkPSdNNTQ5LjY1NSAxMjQuMDgzYy02LjI4MS0yMy42NS0yNC43ODctNDIuMjc2LTQ4LjI4NC00OC41OTdDNDU4Ljc4MSA2NCAyODggNjQgMjg4IDY0UzExNy4yMiA2NCA3NC42MjkgNzUuNDg2Yy0yMy40OTcgNi4zMjItNDIuMDAzIDI0Ljk0Ny00OC4yODQgNDguNTk3LTExLjQxMiA0Mi44NjctMTEuNDEyIDEzMi4zMDUtMTEuNDEyIDEzMi4zMDVzMCA4OS40MzggMTEuNDEyIDEzMi4zMDVjNi4yODEgMjMuNjUgMjQuNzg3IDQxLjUgNDguMjg0IDQ3LjgyMUMxMTcuMjIgNDQ4IDI4OCA0NDggMjg4IDQ0OHMxNzAuNzggMCAyMTMuMzcxLTExLjQ4NmMyMy40OTctNi4zMjEgNDIuMDAzLTI0LjE3MSA0OC4yODQtNDcuODIxIDExLjQxMi00Mi44NjcgMTEuNDEyLTEzMi4zMDUgMTEuNDEyLTEzMi4zMDVzMC04OS40MzgtMTEuNDEyLTEzMi4zMDV6bS0zMTcuNTEgMjEzLjUwOFYxNzUuMTg1bDE0Mi43MzkgODEuMjA1LTE0Mi43MzkgODEuMjAxeicvPjwvc3ZnPg==");
  mask-size: cover;
  background: black;
}
.in-article-link .cfa-youtube {
  background: white;
}
.cfa-instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NDggNTEyJz48cGF0aCBkPSdNMjI0LjEgMTQxYy02My42IDAtMTE0LjkgNTEuMy0xMTQuOSAxMTQuOXM1MS4zIDExNC45IDExNC45IDExNC45UzMzOSAzMTkuNSAzMzkgMjU1LjkgMjg3LjcgMTQxIDIyNC4xIDE0MXptMCAxODkuNmMtNDEuMSAwLTc0LjctMzMuNS03NC43LTc0LjdzMzMuNS03NC43IDc0LjctNzQuNyA3NC43IDMzLjUgNzQuNyA3NC43LTMzLjYgNzQuNy03NC43IDc0Ljd6bTE0Ni40LTE5NC4zYzAgMTQuOS0xMiAyNi44LTI2LjggMjYuOC0xNC45IDAtMjYuOC0xMi0yNi44LTI2LjhzMTItMjYuOCAyNi44LTI2LjggMjYuOCAxMiAyNi44IDI2Ljh6bTc2LjEgMjcuMmMtMS43LTM1LjktOS45LTY3LjctMzYuMi05My45LTI2LjItMjYuMi01OC0zNC40LTkzLjktMzYuMi0zNy0yLjEtMTQ3LjktMi4xLTE4NC45IDAtMzUuOCAxLjctNjcuNiA5LjktOTMuOSAzNi4xcy0zNC40IDU4LTM2LjIgOTMuOWMtMi4xIDM3LTIuMSAxNDcuOSAwIDE4NC45IDEuNyAzNS45IDkuOSA2Ny43IDM2LjIgOTMuOXM1OCAzNC40IDkzLjkgMzYuMmMzNyAyLjEgMTQ3LjkgMi4xIDE4NC45IDAgMzUuOS0xLjcgNjcuNy05LjkgOTMuOS0zNi4yIDI2LjItMjYuMiAzNC40LTU4IDM2LjItOTMuOSAyLjEtMzcgMi4xLTE0Ny44IDAtMTg0Ljh6TTM5OC44IDM4OGMtNy44IDE5LjYtMjIuOSAzNC43LTQyLjYgNDIuNi0yOS41IDExLjctOTkuNSA5LTEzMi4xIDlzLTEwMi43IDIuNi0xMzIuMS05Yy0xOS42LTcuOC0zNC43LTIyLjktNDIuNi00Mi42LTExLjctMjkuNS05LTk5LjUtOS0xMzIuMXMtMi42LTEwMi43IDktMTMyLjFjNy44LTE5LjYgMjIuOS0zNC43IDQyLjYtNDIuNiAyOS41LTExLjcgOTkuNS05IDEzMi4xLTlzMTAyLjctMi42IDEzMi4xIDljMTkuNiA3LjggMzQuNyAyMi45IDQyLjYgNDIuNiAxMS43IDI5LjUgOSA5OS41IDkgMTMyLjFzMi43IDEwMi43LTkgMTMyLjF6Jy8+PC9zdmc+");
}
.cfa-arrow-up{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNMzQuOSAyODkuNWwtMjIuMi0yMi4yYy05LjQtOS40LTkuNC0yNC42IDAtMzMuOUwyMDcgMzljOS40LTkuNCAyNC42LTkuNCAzMy45IDBsMTk0LjMgMTk0LjNjOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlMNDEzIDI4OS40Yy05LjUgOS41LTI1IDkuMy0zNC4zLS40TDI2NCAxNjguNlY0NTZjMCAxMy4zLTEwLjcgMjQtMjQgMjRoLTMyYy0xMy4zIDAtMjQtMTAuNy0yNC0yNFYxNjguNkw2OS4yIDI4OS4xYy05LjMgOS44LTI0LjggMTAtMzQuMy40eiIgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIvPjwvc3ZnPg==");
}
.cfa-search{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNNTA1IDQ0Mi43TDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHonLz48L3N2Zz4=");
}
.cfa-chevron-down{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NDggNTEyJz48cGF0aCBkPSdNMjA3LjAyOSAzODEuNDc2TDEyLjY4NiAxODcuMTMyYy05LjM3My05LjM3My05LjM3My0yNC41NjkgMC0zMy45NDFsMjIuNjY3LTIyLjY2N2M5LjM1Ny05LjM1NyAyNC41MjItOS4zNzUgMzMuOTAxLS4wNEwyMjQgMjg0LjUwNWwxNTQuNzQ1LTE1NC4wMjFjOS4zNzktOS4zMzUgMjQuNTQ0LTkuMzE3IDMzLjkwMS4wNGwyMi42NjcgMjIuNjY3YzkuMzczIDkuMzczIDkuMzczIDI0LjU2OSAwIDMzLjk0MUwyNDAuOTcxIDM4MS40NzZjLTkuMzczIDkuMzcyLTI0LjU2OSA5LjM3Mi0zMy45NDIgMHonLz48L3N2Zz4=");
  margin-left: 2px;
}
.cfa-twitter{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNNDU5LjM3IDE1MS43MTZjLjMyNSA0LjU0OC4zMjUgOS4wOTcuMzI1IDEzLjY0NSAwIDEzOC43Mi0xMDUuNTgzIDI5OC41NTgtMjk4LjU1OCAyOTguNTU4LTU5LjQ1MiAwLTExNC42OC0xNy4yMTktMTYxLjEzNy00Ny4xMDYgOC40NDcuOTc0IDE2LjU2OCAxLjI5OSAyNS4zNCAxLjI5OSA0OS4wNTUgMCA5NC4yMTMtMTYuNTY4IDEzMC4yNzQtNDQuODMyLTQ2LjEzMi0uOTc1LTg0Ljc5Mi0zMS4xODgtOTguMTEyLTcyLjc3MiA2LjQ5OC45NzQgMTIuOTk1IDEuNjI0IDE5LjgxOCAxLjYyNCA5LjQyMSAwIDE4Ljg0My0xLjMgMjcuNjE0LTMuNTczLTQ4LjA4MS05Ljc0Ny04NC4xNDMtNTEuOTgtODQuMTQzLTEwMi45ODV2LTEuMjk5YzEzLjk2OSA3Ljc5NyAzMC4yMTQgMTIuNjcgNDcuNDMxIDEzLjMxOS0yOC4yNjQtMTguODQzLTQ2Ljc4MS01MS4wMDUtNDYuNzgxLTg3LjM5MSAwLTE5LjQ5MiA1LjE5Ny0zNy4zNiAxNC4yOTQtNTIuOTU0IDUxLjY1NSA2My42NzUgMTI5LjMgMTA1LjI1OCAyMTYuMzY1IDEwOS44MDctMS42MjQtNy43OTctMi41OTktMTUuOTE4LTIuNTk5LTI0LjA0IDAtNTcuODI4IDQ2Ljc4Mi0xMDQuOTM0IDEwNC45MzQtMTA0LjkzNCAzMC4yMTMgMCA1Ny41MDIgMTIuNjcgNzYuNjcgMzMuMTM3IDIzLjcxNS00LjU0OCA0Ni40NTYtMTMuMzIgNjYuNTk5LTI1LjM0LTcuNzk4IDI0LjM2Ni0yNC4zNjYgNDQuODMzLTQ2LjEzMiA1Ny44MjcgMjEuMTE3LTIuMjczIDQxLjU4NC04LjEyMiA2MC40MjYtMTYuMjQzLTE0LjI5MiAyMC43OTEtMzIuMTYxIDM5LjMwOC01Mi42MjggNTQuMjUzeicvPjwvc3ZnPg==");
}
.cfa-whatsapp {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE2IiB3aWR0aD0iMTQiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zODAuOSA5Ny4xQzMzOSA1NS4xIDI4My4yIDMyIDIyMy45IDMyYy0xMjIuNCAwLTIyMiA5OS42LTIyMiAyMjIgMCAzOS4xIDEwLjIgNzcuMyAyOS42IDExMUwwIDQ4MGwxMTcuNy0zMC45YzMyLjQgMTcuNyA2OC45IDI3IDEwNi4xIDI3aC4xYzEyMi4zIDAgMjI0LjEtOTkuNiAyMjQuMS0yMjIgMC01OS4zLTI1LjItMTE1LTY3LjEtMTU3em0tMTU3IDM0MS42Yy0zMy4yIDAtNjUuNy04LjktOTQtMjUuN2wtNi43LTQtNjkuOCAxOC4zTDcyIDM1OS4ybC00LjQtN2MtMTguNS0yOS40LTI4LjItNjMuMy0yOC4yLTk4LjIgMC0xMDEuNyA4Mi44LTE4NC41IDE4NC42LTE4NC41IDQ5LjMgMCA5NS42IDE5LjIgMTMwLjQgNTQuMSAzNC44IDM0LjkgNTYuMiA4MS4yIDU2LjEgMTMwLjUgMCAxMDEuOC04NC45IDE4NC42LTE4Ni42IDE4NC42em0xMDEuMi0xMzguMmMtNS41LTIuOC0zMi44LTE2LjItMzcuOS0xOC01LjEtMS45LTguOC0yLjgtMTIuNSAyLjgtMy43IDUuNi0xNC4zIDE4LTE3LjYgMjEuOC0zLjIgMy43LTYuNSA0LjItMTIgMS40LTMyLjYtMTYuMy01NC0yOS4xLTc1LjUtNjYtNS43LTkuOCA1LjctOS4xIDE2LjMtMzAuMyAxLjgtMy43LjktNi45LS41LTkuNy0xLjQtMi44LTEyLjUtMzAuMS0xNy4xLTQxLjItNC41LTEwLjgtOS4xLTkuMy0xMi41LTkuNS0zLjItLjItNi45LS4yLTEwLjYtLjItMy43IDAtOS43IDEuNC0xNC44IDYuOS01LjEgNS42LTE5LjQgMTktMTkuNCA0Ni4zIDAgMjcuMyAxOS45IDUzLjcgMjIuNiA1Ny40IDIuOCAzLjcgMzkuMSA1OS43IDk0LjggODMuOCAzNS4yIDE1LjIgNDkgMTYuNSA2Ni42IDEzLjkgMTAuNy0xLjYgMzIuOC0xMy40IDM3LjQtMjYuNCA0LjYtMTMgNC42LTI0LjEgMy4yLTI2LjQtMS4zLTIuNS01LTMuOS0xMC41LTYuNnoiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjEiLz48L3N2Zz4=");
}
.cfa-telegram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE2IiB3aWR0aD0iMTUuNSIgdmlld0JveD0iMCAwIDQ5NiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PCEtLSFGb250IEF3ZXNvbWUgRnJlZSA2LjUuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI0IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0yNDggOEMxMTEgOCAwIDExOSAwIDI1NnMxMTEgMjQ4IDI0OCAyNDggMjQ4LTExMSAyNDgtMjQ4UzM4NSA4IDI0OCA4em0xMTUgMTY4LjdjLTMuNyAzOS4yLTE5LjkgMTM0LjQtMjguMSAxNzguMy0zLjUgMTguNi0xMC4zIDI0LjgtMTYuOSAyNS40LTE0LjQgMS4zLTI1LjMtOS41LTM5LjMtMTguNy0yMS44LTE0LjMtMzQuMi0yMy4yLTU1LjMtMzcuMi0yNC41LTE2LjEtOC42LTI1IDUuMy0zOS41IDMuNy0zLjggNjcuMS02MS41IDY4LjMtNjYuNy4yLS43LjMtMy4xLTEuMi00LjRzLTMuNi0uOC01LjEtLjVxLTMuMy43LTEwNC42IDY5LjEtMTQuOCAxMC4yLTI2LjkgOS45Yy04LjktLjItMjUuOS01LTM4LjYtOS4xLTE1LjUtNS0yNy45LTcuNy0yNi44LTE2LjNxLjgtNi43IDE4LjUtMTMuNyAxMDguNC00Ny4yIDE0NC42LTYyLjNjNjguOS0yOC42IDgzLjItMzMuNiA5Mi41LTMzLjggMi4xIDAgNi42LjUgOS42IDIuOWExMC41IDEwLjUgMCAwIDEgMy41IDYuNyA0My44IDQzLjggMCAwIDEgLjUgOS45eiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MSIvPjwvc3ZnPg==");
}
.cfa-share{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNNTAzLjY5MSAxODkuODM2TDMyNy42ODcgMzcuODUxQzMxMi4yODEgMjQuNTQ2IDI4OCAzNS4zNDcgMjg4IDU2LjAxNXY4MC4wNTNDMTI3LjM3MSAxMzcuOTA3IDAgMTcwLjEgMCAzMjIuMzI2YzAgNjEuNDQxIDM5LjU4MSAxMjIuMzA5IDgzLjMzMyAxNTQuMTMyIDEzLjY1MyA5LjkzMSAzMy4xMTEtMi41MzMgMjguMDc3LTE4LjYzMUM2Ni4wNjYgMzEyLjgxNCAxMzIuOTE3IDI3NC4zMTYgMjg4IDI3Mi4wODVWMzYwYzAgMjAuNyAyNC4zIDMxLjQ1MyAzOS42ODcgMTguMTY0bDE3Ni4wMDQtMTUyYzExLjA3MS05LjU2MiAxMS4wODYtMjYuNzUzIDAtMzYuMzI4eicvPjwvc3ZnPg==");
}
.cfa-bars{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNMTYgMTMyaDQxNmM4LjgzNyAwIDE2LTcuMTYzIDE2LTE2Vjc2YzAtOC44MzctNy4xNjMtMTYtMTYtMTZIMTZDNy4xNjMgNjAgMCA2Ny4xNjMgMCA3NnY0MGMwIDguODM3IDcuMTYzIDE2IDE2IDE2em0wIDE2MGg0MTZjOC44MzcgMCAxNi03LjE2MyAxNi0xNnYtNDBjMC04LjgzNy03LjE2My0xNi0xNi0xNkgxNmMtOC44MzcgMC0xNiA3LjE2My0xNiAxNnY0MGMwIDguODM3IDcuMTYzIDE2IDE2IDE2em0wIDE2MGg0MTZjOC44MzcgMCAxNi03LjE2MyAxNi0xNnYtNDBjMC04LjgzNy03LjE2My0xNi0xNi0xNkgxNmMtOC44MzcgMC0xNiA3LjE2My0xNiAxNnY0MGMwIDguODM3IDcuMTYzIDE2IDE2IDE2eiIvPjwvc3ZnPg==");
}
.cfa-times {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTIgNTEyIj48cGF0aCBkPSJNMjQyLjcyIDI1NmwxMDAuMDctMTAwLjA3YzEyLjI4LTEyLjI4IDEyLjI4LTMyLjE5IDAtNDQuNDhsLTIyLjI0LTIyLjI0Yy0xMi4yOC0xMi4yOC0zMi4xOS0xMi4yOC00NC40OCAwTDE3NiAxODkuMjggNzUuOTMgODkuMjFjLTEyLjI4LTEyLjI4LTMyLjE5LTEyLjI4LTQ0LjQ4IDBMOS4yMSAxMTEuNDVjLTEyLjI4IDEyLjI4LTEyLjI4IDMyLjE5IDAgNDQuNDhMMTA5LjI4IDI1NiA5LjIxIDM1Ni4wN2MtMTIuMjggMTIuMjgtMTIuMjggMzIuMTkgMCA0NC40OGwyMi4yNCAyMi4yNGMxMi4yOCAxMi4yOCAzMi4yIDEyLjI4IDQ0LjQ4IDBMMTc2IDMyMi43MmwxMDAuMDcgMTAwLjA3YzEyLjI4IDEyLjI4IDMyLjIgMTIuMjggNDQuNDggMGwyMi4yNC0yMi4yNGMxMi4yOC0xMi4yOCAxMi4yOC0zMi4xOSAwLTQ0LjQ4TDI0Mi43MiAyNTZ6IiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxIi8+PC9zdmc+Cg==");
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #000;
  border: 0;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 48px;
  padding: 0 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  background: rgb(239, 239, 239);
  border: 0;
  color: #4d4d4d;
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  padding: 15px 20px;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #4d4d4d;
  outline: none;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
  text-decoration: none;
  color: #e60062;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 40px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 40px;
}

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

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

.wp-caption {
  max-width: 100%;
  margin-bottom: 25px;
  width: 100% !important;
}

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

.wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 1.4;
  color: #000;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  margin-top: 25px;
}


/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

body .float-left {
  float: left;
}

body .float-right {
  float: right;
}

body .float-none {
  float: none;
}

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

.clear {
  clear: both;
}

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

/* Regular Grid */

.col {
  display: block;
  float: left;
  margin-right: 3.64%;
}

body.rtl .col {
  float: right;
  margin-left: 3.64%;
  margin-right: 0;
}

.col-1 {
  width: 4.996%;
}
.col-2 {
  width: 13.63%;
}
.col-3 {
  width: 22.27%;
}
.col-4 {
  width: 30.9%;
}
.col-5 {
  width: 39.54%;
}
.col-6 {
  width: 48.18%;
}
.col-7 {
  width: 56.81%;
}
.col-8 {
  width: 65.45%;
}
.col-9 {
  width: 74.09%;
}
.col-10 {
  width: 82.72%;
}
.col-11 {
  width: 91.36%;
}
.col-12 {
  width: 100%;
}

/* Grid inside of col 8 */

.col-8 .col {
  margin-right: 5.55%;
}

.col-8 .col-1 {
  width: 3.245%;
}
.col-8 .col-2 {
  width: 12.04%;
}
.col-8 .col-3 {
  width: 20.83%;
}
.col-8 .col-4 {
  width: 29.63%;
}
.col-8 .col-5 {
  width: 38.42%;
}
.col-8 .col-6 {
  width: 47.22%;
}
.col-8 .col-7 {
  width: 56.02%;
}
.col-8 .col-8 {
  width: 64.81%;
}
.col-8 .col-9 {
  width: 73.61%;
}
.col-8 .col-10 {
  width: 82.4%;
}
.col-8 .col-11 {
  width: 91.2%;
}
.col-8 .col-12 {
  width: 100%;
}

/* Other column classes */

.col-last {
  margin-right: 0 !important;
}

body.rtl .col-last {
  margin-left: 0 !important;
}

.col-first {
  clear: both;
}

.no-col-spacing .col {
  margin: 0;
}
.no-col-spacing .col-1 {
  width: 8.33333%;
}
.no-col-spacing .col-2 {
  width: 16.66666%;
}
.no-col-spacing .col-3 {
  width: 25%;
}
.no-col-spacing .col-4 {
  width: 33.333333%;
}
.no-col-spacing .col-5 {
  width: 41.66666%;
}
.no-col-spacing .col-6 {
  width: 50%;
}
.no-col-spacing .col-7 {
  width: 58.33333%;
}
.no-col-spacing .col-8 {
  width: 66.66666%;
}
.no-col-spacing .col-9 {
  width: 75%;
}
.no-col-spacing .col-10 {
  width: 83.33333%;
}
.no-col-spacing .col-11 {
  width: 91.66666%;
}
.no-col-spacing .col-12 {
  width: 100%;
}

.masonry-item.col {
  margin-right: 0;
}

.grid-sizer {
  width: 30.52%;
}

.gutter-sizer {
  width: 3.64%;
}

.col-8 .grid-sizer {
  width: 47.22%;
}

.col-8 .gutter-sizer {
  width: 5.55%;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
  position: relative;
}

/*--------------------------------------------------------------
	# Top Bar
--------------------------------------------------------------*/

#top-bar-sticky-wrapper #top-bar {
  z-index: 99999 !important;
}

#top-bar {
  background: #f5f5f5;
  line-height: 42px;
  font-size: 0;
}

.body-header-style-light-v2 #top-bar {
  text-align: center;
}

/*--------------------------------------------------------------
	## Top Bar
--------------------------------------------------------------*/

/* navigation */
#top-bar-navigation {
  float: left;
  z-index: 99999;
  position: relative;
  font-size: 0;
  font-family: "Lexend Deca", sans-serif;
}

.body-header-style-light-v2 #top-bar-navigation {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#top-bar-navigation ul,
#top-bar-navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Top level item */
#top-bar-navigation .menu > li {
  display: inline-block;
  position: relative;
  z-index: 99998;
  margin-right: 30px;
}

/* Top level chevron */
#top-bar-navigation .menu a .fa {
  display: inline-block;
  color: #000;
  font-size: 7px;
  margin-left: 9px;
  vertical-align: middle;
  line-height: 1;
}

/* Top level item anchor */
#top-bar-navigation .menu > li > a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: inherit;
  text-transform: uppercase;
}

/* Top level item anchor hover */
#top-bar-navigation .menu > li > a:hover {
  color: #000;
}

/* Top level item anchor current */
#top-bar-navigation .menu > li.current-menu-item > a,
#top-bar-navigation .menu > li.current-menu-ancestor > a {
  color: #000;
}

/* Submenu */
#top-bar-navigation .menu ul {
  background: #f6f6f6;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0; /* same as horrizontal padding on #top-bar-navigation .menu ul li */
  text-align: left;
  padding: 0;
  transition: 0.5s opacity;
}

/* Submenu item */
#top-bar-navigation .menu ul li {
  position: relative;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0 20px; /* same as left on #top-bar-navigation .menu ul */
  min-width: 150px;
}

/* Submenu item anchor */
#top-bar-navigation .menu ul li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  line-height: 15px;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 13px;
  padding-bottom: 13px;
  text-transform: uppercase;
}

/* Submenu last item anchor */
#top-bar-navigation .menu ul li:last-child a {
  border-bottom: 0 !important;
}

/* Submenu item anchor hover */
#top-bar-navigation .menu ul li a:hover {
  color: #000;
}

/* Submenu item anchor hover */
#top-bar-navigation .menu ul li.current-menu-item > a {
  color: #000;
}

/* Second lvl submenu */
#top-bar-navigation .menu ul ul {
  left: 100%;
  margin-left: 0;
  top: -11px; /* upper level padding + border */
}

/* Show submenu on hover */
#top-bar-navigation .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
	# Top Bar Social
--------------------------------------------------------------*/

#top-bar-social-search {
  float: right;
}

.body-header-style-light-v2 #top-bar-social-search {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#top-bar-social {
  float: left;
  font-size: 0;
  line-height: 0;
  position: relative;
}

#top-bar-social a {
  display: inline-block;
  font-size: 13px;
  line-height: 42px;
  color: #000;
  margin-left: 13px;
}

/*--------------------------------------------------------------
	# Top Bar Search
--------------------------------------------------------------*/

#top-bar-search {
  float: left;
  font-size: 13px;
  line-height: inherit;
  padding: 0 16px;
  background: #e9e9e9;
  margin-left: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

#top-bar-search:hover {
  background: #ddd;
}

.search-overlay {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(213, 213, 213, 0.95);
}

.search-overlay-main {
  margin-top: 320px;
  text-align: center;
  opacity: 0;
  transition: margin-top 0.3s, opacity 0.3s;
}

.search-overlay.active .search-overlay-main {
  margin-top: 350px;
  opacity: 1;
}

input.search-overlay-main-input {
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 110px;
  font-family: "Lexend Deca", sans-serif;
  letter-spacing: -5px;
  font-weight: bold;
}

input.search-overlay-main-input:focus {
  color: #fff;
}

input.search-overlay-main-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

input.search-overlay-main-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

input.search-overlay-main-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

input.search-overlay-main-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search-overlay-close {
  cursor: pointer;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/*--------------------------------------------------------------
	# Header Main
--------------------------------------------------------------*/

#header-main {
  padding-top: 30px;
  background-size: cover;
  background-position: center;
  padding-bottom: 25px;
  min-height: 90px;
}
@media (max-width:480px) {
    #header-main{
      min-height: 70px;
    }
}
/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
  float: left;
  font-size: 0;
  line-height: 0;
  font-family: "Lexend Deca", sans-serif;
}

.body-header-style-light-v2 #logo {
  float: none;
  text-align: center;
}

#logo a,
#logo img {
  display: inline-block;
  color: inherit;
}

#logo .logo-title {
  font-size: 60px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}

#logo .logo-subtitle {
  font-size: 16px;
  line-height: 1;
  display: block;
  font-weight: 300;
  color: #000;
}

/*--------------------------------------------------------------
	## Header banner
--------------------------------------------------------------*/

#header-large-banner,
#footer-large-banner,
#after-comments-banner,
#before-comments-banner {
  text-align: center;
  margin-top: 30px;
}

.in-post-listing-banner {
  text-align: center;
  margin-bottom: 50px;
}

#header-banner {
  float: right;
}

.header-banner-image {
  font-size: 0;
  line-height: 0;
}

#header-banner a,
#header-banner img {
  display: inline-block;
}

.body-header-style-light-v2 #header-banner {
  float: none;
  text-align: center;
  margin-top: 30px;
}

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

/* navigation */
#navigation {
  z-index: 9999;
  position: relative;
  font-family: "Lexend Deca", sans-serif;
}

.body-header-style-light-v2 #navigation {
  text-align: center;
}

#navigation-inner {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.body-header-style-light-v2 #navigation-inner {
  border-top: 1px solid #e8e8e8;
}

#navigation ul,
#navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation-active-line {
  background: transparent linear-gradient(270deg, #e60062 0%, #2f06fc 100%) 0%
    0% no-repeat padding-box;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
}

body .navigation-active-line {
  transition: width 0.3s, left 0.3s;
}

/* Top level item */
#navigation .menu > li {
  display: inline-block;
  position: relative;
  z-index: 99998;
  padding-right: 26px;
  margin-bottom: -1px;
}

#navigation .menu > li:last-child {
  padding-right: 0;
}

/* Top level chevron */
#navigation .menu a .fa {
  display: inline-block;
  color: #000;
  font-size: 7px;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 1;
}

/* Top level item anchor */
#navigation .menu > li > a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 65px;
  padding: 0;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}

/* Top level item anchor current */
#navigation .menu > li.current-menu-item > a,
#navigation .menu > li.current-menu-ancestor > a,
#navigation .menu > li > a:hover {
  color: #000;
}

/* Submenu */
#navigation .menu ul {
  background: #fff;
  border: 1px solid #e8e8e8;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0; /* same as horrizontal padding on #navigation .menu ul li */
  text-align: left;
  padding: 5px 0;
  transition: 0.5s opacity;
}

/* Submenu item */
#navigation .menu ul li {
  position: relative;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0 28px; /* same as left on #navigation .menu ul */
  min-width: 220px;
}

/* Submenu item anchor */
#navigation .menu ul li > a {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 17px;
  padding-bottom: 17px;
  text-transform: uppercase;
}

/* Submenu last item anchor */
#navigation .menu ul li:last-child > a {
  border-bottom: 0 !important;
}

/* Submenu item anchor hover */
#navigation .menu ul li > a:hover,
#navigation .menu ul li.current-menu-item > a {
  color: #000;
}

/* Second lvl submenu */
#navigation .menu ul ul {
  left: 100%;
  margin-left: 0;
  top: -11px; /* upper level padding + border */
}

/* Show submenu on hover */
#navigation .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
	## Mobile Navigation
--------------------------------------------------------------*/

#mobile-navigation {
  position: relative;
  text-align: center;
  display: none;
}

.mobile-navigation-hook {
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1;
  color: #222;
  text-transform: uppercase;
}

.mobile-navigation-hook .fa {
  display: inline-block;
  margin-right: 8px;
}

#mobile-navigation select {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}

/*--------------------------------------------------------------
	## Tagline
--------------------------------------------------------------*/

#tagline {
  padding: 58px 0;
  position: relative;
  background-image: url(images/tagline-gradient-pattern.png);
  background-size: cover;
  text-align: center;
}

/* overlay */
.tagline-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(69, 69, 69, 0.55);
}

/* inner */
#tagline-inner {
  position: relative;
}

/* title */
.tagline-title {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: -2px;
}

/* subtitle */
.tagline-subtitle {
  margin: 0;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 17px;
}

.tagline-description {
  padding: 20px;
  border: 2px solid purple;
  border-radius: 6px;
  background: linear-gradient(270deg, #e60062 0%, #2f06fc 100%);
  color: #fff;
  box-shadow: 0px 0px 13px rgba(75,75,75,.75);
  margin-top:24px;
}

.tagline-description img {
  float: right;
  border-radius: 50%;
  margin: 0 20px;
  max-width: 230px;
  border: 4px solid purple;
}

.tagline-description h1,
.tagline-description h2,
.tagline-description h3,
.tagline-description h4,
.tagline-description h5,
.tagline-description h6 {
  margin-bottom: 4px;
  font-size: 24px;
  color: #fff;
}

.tagline-description h2 {
  font-size: 22px;
  clear:none;
}
.tagline-description h3 {
  font-size: 20px;
}
.tagline-description h4 {
  font-size: 18px;
}
.tagline-description h5 {
  font-size: 26px;
}
.tagline-description h6 {
  font-size: 14px;
}

.tagline-description p {
  margin-bottom: 6px;
  font-size: 14px;
}

.tagline-breadcrumb {
  margin-top: 14px;
  margin-bottom: -14px;
}

/*--------------------------------------------------------------
	# Featured
--------------------------------------------------------------*/

#featured {
  margin-top: 30px;
}

/*--------------------------------------------------------------
	## Featured 7
--------------------------------------------------------------*/

#featured.featured-7 {
  margin-top: 0;
  background: #fff;
}

.featured-7-primary {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
  min-height: 500px;
}

.featured-7-primary .wrapper {
  position: relative;
}

.featured-7-primary-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.featured-7-primary-thumb img {
  display: block;
  width: 100%;
}

.featured-7-primary-overlay {
  background: rgba(49, 49, 49, 0.45);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 1%,
    rgba(32, 32, 32, 0) 26%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0.7) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured-7-primary-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(74, 74, 74, 0.2);
  transition: background 0.3s;
}

.featured-7-primary-main {
  margin-top:120px;
}

.featured-7-primary-cats {
  margin-bottom: 17px;
}

.featured-7-primary-cats .post-meta-cats a {
  color: #fff;
  font-weight: bold !important;
}
.featured-7-primary-cats .post-meta-cats a .post-meta-cats-text {
  font-weight: 700;
  font-size: 20px;
}

.featured-7-primary-title {
  font-size: 55px;
  line-height: 59px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -3px;
  margin-bottom: 18px;
}

.featured-7-primary-title a {
  color: inherit;
}

.featured-7-primary-meta .post-meta-date {
  color: #fff;
}

.featured-7-primary .post-meta-date-author a {
  transition: color 0.3s;
}

.featured-7-primary .post-meta-date-author a:hover {
  color: #23eea5;
}

.featured-7-secondary {
  position: relative;
  margin-top: -80px;
}

.featured-7-secondary-item {
  text-align: center;
}

.featured-7-secondary-item:last-child {
  margin-right: 0;
}

.featured-7-secondary-thumb {
  margin-bottom: 18px;
}

.featured-7-secondary-thumb img {
  display: block;
}

.featured-7-secondary-cats {
  margin-bottom: 15px;
}

.featured-7-secondary-title {
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.featured-7-secondary-title a {
  color: inherit;
}

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
  padding: 40px 0 60px 0;
  position: relative;
  z-index: 2;
}

body.page-template-template-homepage-php #main {
  padding: 0;
}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

.white-wrapper {
  padding: 50px 55px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: 7px solid #6dcdaf;
}

.white-wrapper-no-border {
  padding: 30px 35px;
  background: #fff;
  border: 1px solid #dbdbdb;
}

.button.primary,
.button.secondary,
.button.transparent {
  position: relative;
  display: inline-block;
}

.button {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
  line-height: 52px;
  padding: 0 20px;
  text-transform: uppercase;
}

.button-back-to-homepage {
  margin-right: 27px;
}

.button .fa {
  margin-right: 10px;
}

/*--------------------------------------------------------------
	## Post - Shared
--------------------------------------------------------------*/

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

.section-heading {
  margin: 0;
  padding: 0;
  color: #303030;
  border-bottom: 2px solid #deedf4;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
  letter-spacing: 2px;
  line-height: 1.36;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

/*body .social-link-twitter {
  background-color: #55acee;
  color: #fff;
}

body .social-link-facebook {
  background-color: #3b5998;
  color: #fff;
}

body .social-link-youtube {
  background-color: #cd201f;
  color: #fff;
}*/

/*body .social-link-vimeo {
  background-color: #1ab7ea;
  color: #fff;
}

body .social-link-pinterest {
  background-color: #bd081c;
  color: #fff;
}*/

/*body .social-link-instagram {
  background-color: #833ab4;
  color: #fff;
}*/

/*body .social-link-flickr {
  background-color: #0063dc;
  color: #fff;
}*/

/*body .social-link-rss {
  background-color: #f26522;
  color: #fff;
}*/

/*body .social-link-email {
  background-color: #ef7583;
  color: #fff;
}*/

/**
 * Section Title
 */

.section-title {
  margin-bottom: 14px;
  position: relative;
  letter-spacing: 0;
}

.module-wrapper .section-title {
  margin-bottom: 30px;
  font-size: 0;
  line-height: 0;
}

.section-title-line {
  display: block;
  width: 55px;
  height: 3px;
  background: #e0e0e0;
  margin-top: 5px;
}

.section-title-linked-line {
  display: block;
  width: 55px;
  height: 3px;
  background: transparent linear-gradient(270deg, #e60062 0%, #2f06fc 100%) 0%
    0% no-repeat padding-box;
  margin-top: 5px;
}

.section-title span.section-title-text,
.section-title a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
}

.section-title small {
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

.module-wrapper.module-with-spacing {
  padding-top: 40px;
}

/**
 * Post Meta
 */

.post-meta {
  font-size: 0;
  line-height: 0;
}

.post-meta a {
  color: inherit;
}

/* Category */
.post-meta-cats {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.post-categories {
  list-style: none;
}

.post-meta-cats a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
  margin-right: 15px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.post-meta-cats a:last-child {
  margin-right: 0;
}

.post-meta-cats-line {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  display: block;
  height: 7px;
  background: transparent linear-gradient(270deg, #e60062 0%, #2f06fc 100%) 0%
    0% no-repeat padding-box;
}

.post-meta-cats-text {
  position: relative;
  font-weight: 500;
}

/* Author */
.post-meta-author {
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.post-meta-author span {
  display: inline-block;
  font-style: italic;
  color: #7a7874;
  margin-right: 5px;
}

.post-meta-author a {
  display: inline-block;
  font-style: normal;
  color: #a7a7a7;
  text-transform: uppercase;
  font-size: 11px;
}

.post-meta-author a:hover {
  color: #ff7070;
}

.sidebar .post-meta-author a {
  color: #69a6a6;
}

.sidebar .post-meta-author a:hover {
  color: #69a6a6;
}

/* Date */
.post-meta-date {
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #737373;
}

/* share */
/*.post-meta-share {
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #737373;
  position: relative;
}

.post-meta-share .fa {
  color: #000;
  margin-right: 10px;
}

.post-meta-share-popup {
  display: block;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -15px;
  right: -15px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.post-meta-share:hover .post-meta-share-popup {
  visibility: visible;
  opacity: 1;
}

.post-meta-share-popup-top {
  display: block !important;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 0 15px;
  line-height: 43px;
}

.post-meta-share-popup-bottom {
  display: block !important;
  border: 1px solid #d9d9d9;
  border-top: 0;
  background: #f6f6f6;
  line-height: 41px;
  text-align: center;
  font-size: 13px;
  color: #000;
}

.post-meta-share-popup-bottom a {
  padding: 0 5px;
}

.post-meta-share-popup-bottom a span {
  margin-right: 0 !important;
}*/

/* Time Ago */
.post-meta-time-ago {
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #a7a7a7;
  text-transform: uppercase;
}

/* Separator */
.post-meta-separator {
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #a6a6a6;
  margin: 3px 10px;
}

.post-meta-separator-clean {
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: 3px 14px;
}

.body-featured-image-disabled
  .blog-post-single-header-4
  .blog-post-single-thumb {
  display: none;
}

/*--------------------------------------------------------------
	## Post Style 1
--------------------------------------------------------------*/

.post-s1 {
  margin-bottom: 30px;
}

body.archive #content .post-s1 {
  margin-bottom: 55px;
  text-align: center;
}

/* thumbnail */
.post-s1-thumb {
  margin-bottom: 28px;
}

.post-s1-thumb a,
.post-s1-thumb img {
  display: block;
}

/* cats */
.post-s1-cats {
  margin-bottom: 15px;
}

body.archive .post-s1-cats {
  display: none;
}

/* title */
.post-s1-title {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
  min-height: 41px;
  color: #000;
  letter-spacing: -1px;
}

.post-s1-title a {
  display: block;
  color: inherit;
}

/* meta */
.post-s1-meta {
  margin-bottom: 15px;
}

/* hide all meta */
.post-s1-meta .post-meta span {
  display: none;
}

/* show only date meta */
.post-s1-meta .post-meta .post-meta-date {
  display: inline-block;
}

/*--------------------------------------------------------------
	## Post Style 2
--------------------------------------------------------------*/

.post-s2 {
  margin-bottom: 35px;
}

/* thumbnail */
.post-s2-thumb {
  position: relative;
  margin-bottom: 18px;
}

.post-s2-thumb a,
.post-s2-thumb img {
  display: block;
}

/* main */
.post-s2-main {
  padding: 0;
  text-align: center;
}

/* meta */
.post-s2-cats {
  margin-bottom: 15px;
}

/* title */
.post-s2-title {
  margin: 0;
  line-height: 1.4;
  color: #000;
  font-size: 15px;
  letter-spacing: -0.5px;
  display: block;
}

.post-s2-title a {
  color: inherit;
}

/* excerpt */

.post-s2-excerpt {
  display: none;
  margin-bottom: 23px;
}

/* date */
.post-s2-date {
  display: none;
}

/*--------------------------------------------------------------
	## Module 7
--------------------------------------------------------------*/

.module-7 .post-s1 {
  text-align: center;
}

.module-7 .post-s1-title {
  font-size: 15px;
  line-height: 26px;
  min-height: 41px;
  font-weight: 500;
}

.module-7 .post-s1-meta {
  margin-bottom: 0;
}

.module-7 .post-s1-excerpt {
  display: none;
}

/* get rid of margin bottom */
.module-7 .module-posts-listing-inner {
  margin-bottom: -50px;
  overflow: hidden;
}

/*--------------------------------------------------------------
	## Module Promo Boxes
--------------------------------------------------------------*/

/*.promo-box {
  background: #8a8a8a;
  text-align: center;
  background-size: cover;
  position: relative;
  min-height: 200px;
}

.promo-box-inner {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.promo-box-image img {
  display: block;
  width: 100%;
}

.promo-box-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: background 0.3s;
}

.promo-box:hover .promo-box-overlay {
  background: rgba(27, 192, 132, 0.35);
}

.promo-box-main {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  right: 0;
}

.promo-box-title {
  font-size: 30px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}

.promo-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}*/

/*--------------------------------------------------------------
	## Module Banner
--------------------------------------------------------------*/

.module-banner {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.module-banner a,
.module-banner img {
  display: inline-block;
}

/*--------------------------------------------------------------
	## Blog Posts Listing
--------------------------------------------------------------*/

.blog-post {
  margin-bottom: 30px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.blog-post-thumb a,
.blog-post-thumb img {
  display: block;
}

.blog-post-main {
  padding: 40px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.blog-post-meta {
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
  color: #adadad;
  margin-bottom: 25px;
}

.blog-post-meta-date {
  margin-right: 15px;
}

.blog-post-meta-cats a {
  border-radius: 2px;
  padding: 0 8px;
  padding-top: 2px;
  margin-right: 5px;
  background: #67cbac;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  margin-right: 8px;
}

.blog-post-meta-cats a:last-child {
  margin-right: 0;
}

.blog-post-title {
  margin-bottom: 20px;
}

.blog-post-title h2 {
  margin: 0;
  font-size: 27px;
}

.blog-post-title h2 a {
  color: inherit;
}

.blog-post-excerpt {
  margin-bottom: 23px;
}

.blog-post-tags {
  margin-top: 25px;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
}

.blog-post-tags a {
  font-weight: bold;
}

.pagination {
  margin-top: 50px;
}

.pagination ul,
.pagination li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination-load-more a {
  background: #f6f6f6;
  color: #000;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  line-height: 52px;
  padding: 0 12px;
  display: block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

.pagination-load-more.inactive a {
  color: #444;
  cursor: default;
}

.pagination-load-more .fa {
  margin-right: 10px;
}

#comment-nav-above {
  margin-bottom: 20px;
}

#comment-nav-below {
  margin-top: 20px;
}

.pagination-type-classic {
  position: relative;
  overflow: hidden;
  color: #000;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  line-height: 52px;
  text-transform: uppercase;
}

.pagination-classic-prev {
  float: left;
  position: relative;
}

.pagination-classic-next {
  float: right;
  position: relative;
}

.pagination-classic-prev a,
.pagination-classic-next a {
  display: block;
  padding: 0 21px;
  background: #f6f6f6;
  color: inherit;
  transition: background 0.3s;
}

.pagination-classic-prev a:hover,
.pagination-classic-next a:hover {
  background: #eee;
}

.pagination-classic-prev .fa {
  margin-right: 10px;
}

.pagination-classic-next .fa {
  margin-left: 10px;
}

.pagination-classic-numbers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
}

.pagination-classic-numbers a {
  display: inline-block;
  margin: 0 7px;
  color: #8f8f8f;
}

.pagination-classic-numbers a.active {
  color: #000;
}

/*--------------------------------------------------------------
	## Blog Posts Alternate Listing
--------------------------------------------------------------*/

.blog-post-alt-thumb a,
.blog-post-alt-thumb img {
  display: block;
}

.blog-post-alt-main {
  background: #fff;
  padding: 40px;
}

.blog-post-alt-meta {
  color: #999999;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}

.blog-post-alt-title {
  margin-bottom: 20px;
}

.blog-post-alt-title h2 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76;
}

.blog-post-alt-title h2 a {
  color: inherit;
}

/*--------------------------------------------------------------
	## Blog Post Single
--------------------------------------------------------------*/

.blog-post-single-main {
  position: relative;
  padding-left: 100px;
}
.blog-post-single-breadcrumb {
  text-align: left;
  margin-bottom: 10px;
}

.body-social-sharing-disabled .blog-post-single-main {
  padding-left: 0;
}

/*.body-social-sharing-enabled_addthis
  .blog-post-single-content
  > .addthis_toolbox:first-child {
  display: none !important;
}*/

/* header v4 */

.blog-post-single-header-4 {
  position: relative;
  text-align: center;
  padding-top: 40px;
  background: #fff;
}

.blog-post-single-header-4 .blog-post-single-cats {
  margin-bottom: 19px;
}

.blog-post-single-header-4 .blog-post-single-title {
  margin: 0;
  margin-bottom: 26px;
  font-size: 43px;
  font-weight: bold;
  line-height: 49px;
  letter-spacing: -3px;
}

.blog-post-single-header-4 .blog-post-single-meta {
  margin-bottom: 40px;
}

/* content */
.blog-post-single-content {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  color: #000;
}

.blog-post-single-content > p:first-child > strong:first-child {
  font-size: 19px;
  line-height: 25px;
}

/* tags */
.blog-post-single-tags {
  margin-bottom: 8px;
}

.blog-post-single-tags-label {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 30px;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
  padding: 0 10px;
  margin-right: 7px;
}

.blog-post-single-tags a {
  margin-bottom: 10px;
  display: inline-block;
  background: #f6f6f6;
  color: #000;
  line-height: 30px;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
  padding: 0 10px;
  margin-right: 7px;
  transition: background 0.3s;
}

.blog-post-single-tags a:hover {
  background: #e0e0e0;
}

/* share */

.blog-post-single-share {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
}

/*.blog-post-single-share .addthis_toolbox a {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 14px !important;
}

.blog-post-single-share .at-icon-wrapper {
  width: 55px !important;
  height: 55px !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
}

.blog-post-single-share .at-icon-wrapper svg {
  position: relative;
  top: 50%;
  margin-top: -16px;
  vertical-align: top;
}*/

.post-share-aside-share {
  display: block;
  line-height: 55px;
  background: #444;
  color: #fff;
  font-size: 17px;
  margin-top: 14px;
  text-align: center;
  width: 55px;
  height: 55px;
  position: relative;
  overflow: hidden;
}
.post-share-aside-share .cfa {
  width: 34px !important;
  filter: invert(100%);
}
.post-share-aside-share .inactive,
.post-share-aside-share .active {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 55px;
  transition: transform 0.3s;
}

.post-share-aside-share .active {
  font-size: 15px;
  transform: translateX(50px);
}

.post-share-aside-share:hover .inactive {
  transform: translateX(-50px);
}

.post-share-aside-share:hover .active {
  transform: translateX(0px);
}

.post-share-aside-share-facebook {
  background: #3b5998;
}

.post-share-aside-share-twitter {
  background: #55acee;
}

/*--------------------------------------------------------------
	## Blog Post Single - Slideshow
--------------------------------------------------------------*/

/* meta */
/*.blog-post-single-slideshow-meta {
  margin-bottom: 23px;
}

.blog-post-single-slideshow .post-meta-date {
  color: #fff;
  display: inline-block;
  margin-right: 13px;
}

.blog-post-single-slideshow-meta-author {
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
}

.blog-post-single-slideshow-meta-author span {
  font-style: italic;
  color: #7a7874;
  margin-right: 5px;
}

.blog-post-single-slideshow-meta-author a {
  font-weight: bold;
  text-transform: uppercase;
}

/* top
.blog-post-single-slideshow-top {
  margin-bottom: 40px;
  position: relative;
}

.blog-post-single-slideshow-title {
  font-size: 49px;
  line-height: 1.18;
  color: #fff;
  padding-right: 530px;
  margin: 0;
}*/

/*--------------------------------------------------------------
	## Share Post
--------------------------------------------------------------*/

/*.share-post-wrapper {
  margin-bottom: 40px;
}

.share-post-links {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
}

.share-post-links a {
  display: inline-block;
  font-size: 14px;
  background: #d0e9e6;
  color: #8a9a96;
  line-height: 35px;
  width: 35px;
  text-align: center;
}

.share-post-wrapper .social-widget-link {
  margin-bottom: 0;
}

.share-post-wrapper .social-widget {
  margin-bottom: 0;
}*/

/*--------------------------------------------------------------
	## Related Posts
--------------------------------------------------------------*/

/*.related-posts {
  margin-top: 40px;
}

.related-posts .post-s2 {
  margin-bottom: 0;
}*/

/*--------------------------------------------------------------
	## About Author
--------------------------------------------------------------*/

/*.about-author {
  background: #000;
  margin-top: 40px;
  padding: 40px;
}

.about-author-sidebar {
  float: left;
  margin-right: 30px;
}

.about-author-avatar img {
  border-radius: 50%;
}

.about-author-main {
  overflow: hidden;
}

.about-author-name {
  font-size: 17px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  color: #e60062;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.about-author-name a {
  color: inherit;
}

.about-author-bio {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.about-author-social {
  font-size: 0;
  line-height: 0;
}

.about-author-social a {
  border: 1px solid #575757;
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  background: transparent;
  line-height: 33px;
  width: 35px;
  display: inline-block;
  text-align: center;
  transition: background 0.3s, border-color 0.3s;
}

.about-author-social a:hover {
  background: #444;
  border-color: #444;
} */

/*--------------------------------------------------------------
	## Adjacent Posts
--------------------------------------------------------------*/

/*
.adjacent-posts {
  margin-top: 40px;
}

.adjacent-post-thumb {
  position: relative;
}

.adjacent-post-thumb img {
  display: block;
}

.adjacent-post-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(69, 69, 69, 0.66);
  transition: background 0.3s;
}

.adjacent-post:hover .adjacent-post-thumb-overlay {
  background: rgba(69, 69, 69, 0.8);
}

.adjacent-post-thumb-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -12px;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -2px;
  text-align: center;
}

.adjacent-post-thumb-text .fa {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

.adjacent-post-newer .adjacent-post-thumb-text .fa {
  margin-right: 10px;
  margin-left: 0;
}

.adjacent-post-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.adjacent-post-main {
  background: #f6f6f6;
  padding: 35px 40px;
}

.adjacent-post-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  color: #000;
  letter-spacing: -0.5px;
  margin: 0;
  margin-bottom: 11px;
}

.adjacent-post-title a {
  color: inherit;
}

.adjacent-post-meta {
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #7c7c7c;
  letter-spacing: -0.5px;
}

.adjacent-post-none {
  background: #f6f6f6;
}

.adjacent-post-none-text {
  line-height: 200px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -2px;
  text-align: center;
  color: #b1b1b1;
}
*/
/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

/*
#sidebar {
  padding-bottom: 20px;
}

#sidebar .widget,
.sidebar .widget {
  margin-bottom: 40px;
  background: #f6f6f6;
  padding: 32px 35px;
}

#sidebar .widget:last-child,
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.module-wrapper .widget:last-child {
  margin-bottom: 30px;
}

#sidebar .widget-title,
.sidebar .widget-title {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.36;
  letter-spacing: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
*/
/*--------------------------------------------------------------
	## Widget - WP Search
--------------------------------------------------------------*/

.search-form-inner {
  position: relative;
}

.search-form-inner input[type="search"] {
  background: #f2f2f2;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  width: 100%;
  padding: 17px 19px;
  padding-right: 70px;
  appearance: textfield;
}

/*
.widget_search .search-form-inner input[type="search"] {
  background: #fff;
}*/

.search-form-submit {
  background: #121212;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 54px;
}

.search-form-submit input[type="submit"] {
  position: absolute;
  left: 0;
  width: 54px;
  opacity: 0;
}

.search-form-submit .fa {
  font-size: 13px;
  height: 52px;
  line-height: 52px;
  color: #fff;
}

.in-content-search-form {
  display: inline-block;
  max-width: 100%;
  width: 320px;
}

/*--------------------------------------------------------------
	## Widget - Recent Posts
--------------------------------------------------------------*/
/*
.posts-list-widget {
  position: relative;
}

.posts-list-widget .post-s2:last-child {
  margin-bottom: 0;
}*/

/*--------------------------------------------------------------
	## Widget - Social
--------------------------------------------------------------*/
/*
.social-widget-link {
  position: relative;
  margin-bottom: 15px;
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
  background: #d0e9e6;
  color: #8a9a96;
  line-height: 47px;
  padding: 0 14px;
}

.social-widget-link-count .fa {
  margin-right: 9px;
  font-size: 17px;
  vertical-align: middle;
}

.social-widget-link-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  transition: width 0.3s;
}

.social-widget-link:hover .social-widget-link-title {
  width: 116px;
}

.social-widget a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
*/
/*--------------------------------------------------------------
	## Widget - Categories
--------------------------------------------------------------*/
/*
.categories-widget-category {
  position: relative;
  margin-bottom: 10px;
  line-height: 47px;
  background-color: #262626;
  color: #fff;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
  overflow: hidden;
  transition: background-color 0.3s;
}

.categories-widget-category:hover {
  background-color: #404040;
}

.categories-widget-category-has-image {
  background: #454545;
}

.categories-widget-category:last-child {
  margin-bottom: 0;
}

.categories-widget-category-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.44;
}

.categories-widget-category-title {
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
  float: left;
}

.categories-widget-category-count {
  position: relative;
  float: right;
  padding: 0 25px;
  background: #000;
  transition: padding 0.3s;
}

.categories-widget-category:hover .categories-widget-category-count {
  padding: 0 30px;
}

.categories-widget-category-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
*/
/*--------------------------------------------------------------
	## Widget - Tag Cloud
--------------------------------------------------------------*/

/*
.widget .tagcloud {
  font-size: 0;
  line-height: 0;
}

.widget .tagcloud a {
  display: inline-block;
  line-height: 25px;
  padding: 0 12px;
  background: #f6a4a8;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold !important;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
*/
/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
  margin-top: 60px;
}

/*--------------------------------------------------------------
	## Footer Banner
--------------------------------------------------------------*/

#footer-banner {
  text-align: center;
  padding: 40px 0;
  background: #f5f5f5;
}

.footer-banner-image {
  font-size: 0;
  line-height: 0;
}

#footer-banner a,
#footer-banner img {
  display: inline-block;
}

/*--------------------------------------------------------------
	## Footer Posts
--------------------------------------------------------------*/

#footer-posts {
  padding-bottom: 50px;
  position: relative;
}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

/*
#footer-widgets {
  padding: 75px 0;
  background: #000;
  background-position: center bottom;
  background-size: cover;
}

#footer-widgets .widget {
  color: #fff;
  margin-top: 30px;
}

#footer-widgets .widget:first-child {
  margin-top: 0;
}

#footer-widgets .widget-title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.36;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  position: relative;
}
*/
/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
  padding: 21px 0;
}

/* copyright */
#footer-copyright {
  float: none;
  color: #000;
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

/* navigation */
#footer-navigation {
  float: left;
}

#footer-navigation ul,
#footer-navigation li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
}

#footer-navigation li {
  display: inline-block;
  margin-right: 30px;
}

#footer-navigation li:last-child {
  margin-left: 0;
}

#footer-navigation li a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

#footer-navigation li:last-child a {
  border-right: 1px;
  padding-right: 0;
}

/*--------------------------------------------------------------
	## Side Panel
--------------------------------------------------------------*/
/*
#panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

body.panel-active #panel-overlay {
  display: block;
}

#panel {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 325px;
  left: -325px;
  transition: left 0.4s;
}

body.panel-active #panel {
  left: 0;
}

#panel-inner {
  padding: 40px;
}

#panel-close {
  display: none;
  float: left;
  cursor: pointer;
  font-size: 18px;
  color: #ff7070;
  line-height: 22px;
  margin-right: 20px;
}

body.panel-active #panel-close {
  display: block;
}

#panel-close span {
  display: block;
  line-height: inherit;
}

body.panel-active {
  background: #f4f9f9;
}

#page {
  transition: opacity 0.4s, margin-left 0.4s;
}

body.panel-active #page {
  opacity: 0.5;
}

--------------------------------------------------------------
	## Panel Logo
--------------------------------------------------------------

#panel-logo {
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 1;
  font-size: 25px;
  color: #202020;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}

#panel-logo a {
  color: inherit;
}

#panel-logo a,
#panel-logo img {
  display: block;
  max-width: 100%;
}

--------------------------------------------------------------
	## Panel Navigation
--------------------------------------------------------------

#panel-navigation {
  margin-bottom: 15px;
  font-family: "Lexend Deca", sans-serif;
}

#panel-navigation ul,
#panel-navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#panel-navigation .menu > li {
  display: block;
  position: relative;
  border-bottom: 2px solid #dbe3f2;
}

#panel-navigation .menu > li:last-child {
  border-bottom: 0;
}

#panel-navigation .menu a .fa {
  display: inline-block;
  color: #ff7070;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
}

#panel-navigation .menu > li > a {
  display: block;
  text-decoration: none;
  color: #232323;
  font-size: 16px;
  line-height: 42px;
  padding: 0;
}

#panel-navigation .menu > li > a:hover {
  color: #232323;
}

#panel-navigation .menu > li.current-menu-item > a {
  color: #232323;
}

#panel-navigation .menu ul {
  display: none;
  background: #f6f8fc;
}

#panel-navigation .menu ul li {
  position: relative;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0 18px;
  border-top: 2px solid #dbe3f2;
}

#panel-navigation .menu ul li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #232323;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-transform: none;
}

#panel-navigation .menu ul li:last-child a {
  border-bottom: 0 !important;
}

#panel-navigation .menu ul li a:hover,
#panel-navigation .menu ul li.current-menu-item > a {
  color: #151515;
}

#panel-navigation .menu ul ul {
  left: 100%;
  margin-left: 0;
  top: -11px;
}

#panel-navigation .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

--------------------------------------------------------------
	## Panel Social
--------------------------------------------------------------

#panel-social {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

#panel-social .social-widget-link {
  margin-right: 12px;
}

--------------------------------------------------------------
	## Panel Widgets
--------------------------------------------------------------

#panel-widgets .widget {
  margin-bottom: 25px;
}

#panel-widgets .widget:last-child {
  margin-bottom: 0;
}

#panel-widgets .widget-title {
  margin: 0;
  padding: 0;
  color: #4d9e91;
  border-bottom: 1px solid #d0e9e6;
  font-size: 12px;
  font-weight: 900;
  font-family: "Lexend Deca", sans-serif;
  letter-spacing: 2px;
  line-height: 1.36;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
*/
/*--------------------------------------------------------------
	## To Top
--------------------------------------------------------------*/

#go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: none;
}

/*--------------------------------------------------------------
	## Fly in post
--------------------------------------------------------------*/

/*.fly-in-post {
  position: fixed;
  bottom: 100px;
  width: 300px;
  right: -300px;
  transition: right 0.5s;
  z-index: 99999;
}

.fly-in-post.active {
  right: 0;
}*/

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  body .wrapper {
    max-width: 884px;
  }

  /**
 * Header
 */

  /* + banner */

  body #header-banner {
    max-width: 60%;
  }

  body.body-header-style-light-v2 #header-banner {
    max-width: 100%;
  }

  /* + navigation */

  body #navigation .menu > li {
    padding-right: 15px;
  }

  /**
 * Modules
 */

  /* + module 7 */

  body .module-7 .post-s1-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1px;
  }

  /* + module promo boxes */

  body .promo-box-title {
    font-size: 20px;
  }

  /**
 * Posts
 */

  /* + general */

  .post-meta-separator-clean {
    margin-left: 6px;
    margin-right: 6px;
  }

  /* - post s1 */

  body .post-s1-title {
    font-size: 20px;
  }

  /* - post s2 */

  body .post-s2-title {
    padding: 0;
  }

  /**
 * Single
 */

  /**
 * Widgets
 */

  /* + general */
/*
  body #sidebar .widget,
  body .sidebar .widget {
    padding: 20px;
  }

  /* + widget category

  body .categories-widget-category-count,
  body .categories-widget-category:hover .categories-widget-category-count {
    padding: 0 10px;
  }

  /* + widget social

  body .social-widget-link-title {
    display: none;
  }
*/
  /**
 * Footer
 */

  /* + footer bottom */

  #footer-bottom {
    text-align: center;
    padding: 30px 0;
  }

  #footer-copyright,
  #footer-navigation {
    display: block;
    float: none;
  }

  #footer-copyright {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .wrapper {
    max-width: 748px;
  }

  body input.search-overlay-main-input {
    font-size: 80px;
  }

  /**
 * Header
 */

  /* + banner */

  body #header-banner {
    max-width: 56%;
  }

  /* + navigation */

  body #navigation {
    display: none;
  }

  body #mobile-navigation {
    padding-top: 30px;
    display: block;
  }

  body.body-header-style-light-v2 #mobile-navigation {
    padding-bottom: 20px;
  }

  /* + tagline */

  body #tagline {
    margin-top: 20px;
  }

  body .tagline-title {
    font-size: 40px;
  }

  /**
 * Featured
 */

  /* + featured 7 */

  body .featured-7-primary {
    min-height: 400px;
  }

  body .featured-7-primary-title {
    font-size: 44px;
    line-height: 50px;
  }

  /**
 * Modules
 */

  /* + module 7 */

  body .module-7 .post-s1-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1px;
  }

  /* + module promo boxes */

  body .promo-box-title {
    font-size: 20px;
  }

  /**
 * Post Styles
 */

  /* + general */

  body .post-meta-separator-clean {
    margin-left: 6px;
    margin-right: 6px;
  }

  /* - post s1 */

  body .post-s1-title {
    font-size: 20px;
  }

  /**
 * Single
 */

  /* + title */

  body .blog-post-single-header-4 .blog-post-single-title {
    font-size: 34px;
    line-height: 38px;
  }

  /* + about author */

  body .about-author-avatar {
    max-width: 40px;
  }

  /* + prev/next post */

  body .adjacent-post-main {
    padding: 20px;
  }

  /* + general content */

  blockquote {
    float: none;
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 24px;
  }

  body .alignleft,
  body .alignright,
  body .aligncenter {
    display: block;
    float: none;
    margin-bottom: 10px;
  }

  body .button-back-to-homepage {
    margin-bottom: 20px;
  }

  /**
 * Widgets
 */

  /* + general */
/*
  body #sidebar .widget,
  body .sidebar .widget {
    padding: 20px;
  }

  /* + widget category

  body .categories-widget-category-count {
    display: none;
  }

  /* + widget social

  body .social-widget-link-title {
    display: none;
  }

  /* + widget search

  body #sidebar .search-form-submit,
  body .sidebar .search-form-submit {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
  }

  body .search-form-inner input[type="search"] {
    padding-right: 19px;
  }

  body .search-form-submit input[type="submit"] {
    width: 100%;
  }

  /* + widgets posts

  body .posts-list-widget .post-meta-date-author {
    display: none;
  }

  body .posts-list-widget .post-s2-title {
    font-size: 15px;
  }
*/
  /**
 * Footer
 */

  /* + footer bottom */

  body #footer-bottom {
    text-align: center;
  }

  body #footer-copyright,
  body #footer-navigation {
    display: inline-block;
    float: none;
  }

  body #footer-copyright {
    margin-top: 15px;
  }

  /* fly in post */

  /*.fly-in-post {
    display: none;
  }*/

}

/*--------------------------------------------------------------
	## Phones ( landscape - portrait )
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }

  body input.search-overlay-main-input {
    font-size: 30px;
    letter-spacing: -2px;
  }

  /**
 * Header
 */

  /* + top bar */

  body #top-bar {
    text-align: center;
    line-height: 0 !important;
    font-size: 0;
  }

  body #top-bar-navigation {
    display: none !important;
  }

  body #top-bar-social-search {
    float: none;
    display: inline-block;
    line-height: 42px;
  }

  /* + logo */

  body #logo {
    float: none;
    text-align: center;
  }

  /* + banner */

  body #header-banner {
    float: none;
    text-align: center;
    margin-top: 20px;
  }

  body.body-header-style-light-v2 #header-main {
    padding-bottom: 0;
  }

  /* + navigation */

  body #navigation {
    display: none;
  }

  body #mobile-navigation {
    display: block;
    padding-top: 20px;
  }

  body.body-header-style-light-v2 #mobile-navigation {
    padding-bottom: 20px;
  }

  /* + tagline */

  body #tagline {
    margin-top: 20px;
  }

  body .tagline-title {
    font-size: 30px;
  }

  /* + columns */

  body .col {
    margin-right: 0;
    width: 100% !important;
  }

  /* + content */

  blockquote {
    float: none;
    margin-left: 0;
    font-size: 20px;
    margin-bottom: 30px;
  }

  /* + featured 7 */

  body .featured-7-primary {
    min-height: 0px;
    padding: 30px 0;
  }

  body .featured-7-primary-title {
    font-size: 28px;
    line-height: 32px;
  }

  body .featured-7-secondary {
    margin-top: 30px;
  }

  body .featured-7-secondary-item {
    overflow: hidden;
    margin-bottom: 30px;
  }

  body .featured-7-secondary-item:last-child {
    margin-bottom: 0;
  }

  body .featured-7-secondary-thumb {
    margin-bottom: 0;
    margin-right: 15px;
    width: 100px;
    float: left;
  }

  body .featured-7-secondary-main {
    overflow: hidden;
    text-align: left;
  }

  /**
 * Modules
 */

  /* + general */

  body .pagination-classic-numbers {
    display: none;
  }

  /* + module 12 */

  body .module-12 .post-s1-title {
    font-size: 28px;
    letter-spacing: -2px;
    margin-bottom: 15px;
  }

  body .module-12 .post-s1-meta {
    margin-bottom: 10px;
  }

  body .module-12 .post-s1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  /* + module promo boxes */

  body .promo-box {
    margin-bottom: 30px;
  }

  body .promo-box-title {
    font-size: 20px;
  }

  /**
 * Post Styles
 */

  /* - general */

  body .post-meta-share {
    display: none !important;
  }

  /**
 * Single
 */

  /* + general */

  body #main {
    padding: 30px 0;
  }

  body .alignleft,
  body .alignright,
  body .aligncenter {
    display: block;
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  body .blog-post-single-main {
    padding-left: 0;
  }

  body #sidebar {
    margin-top: 40px;
  }

  /* + thumbnail/gallery */

  body .blog-post-single-gallery {
    margin-bottom: 30px;
  }

  /* + title */

  body .blog-post-single-header-4 .blog-post-single-title {
    font-size: 30px;
    line-height: 34px;
  }

  /* + about author */

  body .about-author {
    padding: 20px;
  }

  body .about-author-sidebar {
    display: none;
  }

  body .about-author-main {
    clear: both;
  }

  /*body .about-author-social a {
    margin-right: 5px;
    margin-bottom: 5px;
  }*/

  /* + share */

  body .blog-post-single-share {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 20px;
  }

  body .post-share-aside-share {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 5px;
    width: 50px;
    height: 50px;
  }

  body .post-share-aside-share .inactive,
  body .post-share-aside-share .active {
    line-height: 50px;
  }

/*  body .blog-post-single-share .at-icon-wrapper {
    width: 45px !important;
    height: 50px !important;
  }*/

  /*body .blog-post-single-share .addthis_toolbox {
    display: inline-block;
    vertical-align: middle;
  }

  body .blog-post-single-share .addthis_toolbox a {
    margin-top: 0 !important;
  }*/

  /* + prev/next post */

  /*body .adjacent-post-main {
    padding: 20px;
  }

  body .adjacent-post-none {
    display: none;
  }

  body .adjacent-post-newer {
    margin-bottom: 30px;
  }*/

  /* + general */

  body .button-back-to-homepage {
    margin-bottom: 20px;
  }

  /**
 * Widgets
 */

  /* + general */
/*
  body #sidebar .widget,
  body .sidebar .widget {
    padding: 20px;
  }

  /* + widget category

  body .categories-widget-category-count {
    display: none;
  }

  /* + widget social

  body .social-widget-link-title {
    display: none;
  }
*/
  /**
 * Footer
 */

  /* + general */

  body #footer {
    margin-top: 30px;
  }

  /* + widgets */
/*
  body #footer-widgets {
    padding: 40px 0;
  }

  body #footer-widgets .widget {
    margin-bottom: 30px;
  }

  body #footer-widgets .footer-widgets-3 .widget:last-child {
    margin-bottom: 0 !important;
  }
*/
  /* + bottom */

  body #footer-bottom {
    padding: 30px 0;
    text-align: center;
  }

  body #footer-copyright,
  body #footer-navigation {
    float: none;
    line-height: 1.3;
  }

  body #footer-copyright {
    margin-top: 20px;
  }

  body #footer-navigation li {
    margin-right: 10px;
  }

  body #footer-navigation li a {
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  /**
	 * Scroll to top
	 */

  #go-to-top {
    right: 0;
    bottom: 0;
  }

  /**
	  * Fly in post
	  */

  /*.fly-in-post {
    display: none;
  }*/
}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
  body .wrapper {
    max-width: 420px;
  }
}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and (max-width: 479px) {
  #page {
    max-width: none;
    overflow: hidden;
  }

  body .wrapper {
    max-width: 300px;
  }

  .featured-7-primary-main {
    margin-top:10px;
  }

  /**
 * Featured
 */

  /**
 * Modules
 */

  /* + module promo boxes */

  body .promo-box-title {
    font-size: 20px;
  }

  /**
 * Post Styles
 */

  /* - post s1 */

  body .post-s1-title {
    font-size: 20px;
  }

  body .post-s1 .post-meta-date-author {
    display: none !important;
  }

  /**
 * Single
 */

  /* + title */

  body .blog-post-single-header-4 .post-meta-date {
    display: block !important;
  }

  body .blog-post-single-header-4 .blog-post-single-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
    min-height:130px;
  }

  .blog-post-single-breadcrumb {
    min-height:70px;
  }

  /* + prev/next comments */

  .pagination-classic-prev,
  .pagination-classic-next {
    float: none;
    text-align: center;
    margin: 10px 0;
  }

  /**
 * Widgets
 */

  /* + widget posts */
/*
  body .posts-list-widget .post-s2-title {
    font-size: 16px;
  }

  body .posts-list-widget .post-meta-date-author {
    display: none;
  }*/

  /**
 * Footer
 */

  /* + copyright */

  body #footer-copyright {
    font-size: 8px;
  }
}
.in-article-related {
  margin: 18px 0;
  border: 14px solid;
  border-image-source: linear-gradient(270deg, #e60062 0%, #2f06fc 100%);
  border-image-slice: 1;
  background: linear-gradient(270deg, #e60062 0%, #2f06fc 100%);
  color: #fff;
  font-weight: 500;
}

.in-article-related p {
  line-height: 0;
}

.in-article-related .entry-title {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

.in-article-related img {
  border-radius: 4px;
}
.in-article-related.banner-red, .in-article-related.banner-green, .in-article-related.banner-blue {
  border: none;
  padding: 14px;
  margin: 0;
}

.in-article-related.banner-red {
  background: red;
}

.in-article-related.banner-green {
  background: #0dc143;
}

.in-article-related.banner-blue {
  background: #2f91ed;
}

.banner a {
  display:inline-block;
  width:33%;
}
.banner {
  margin-bottom: 14px;
}

.in-article-link, .in-article-link a {
  color:#fff !important;
}

@media (max-width:480px) {
  .banner a {
    width:100%;
  }
  .blog-post-single-share {
    display:none;
  }
}
