html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
font-family: "Rubik", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 20px;
}
.boxed-layout #page,
.frame-layout #page {
width: 90%;
max-width: 1600px;
margin: 0 auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.frame-layout #page {
margin: 50px auto;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: courier new, monospace;
font-size: 0.9em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: 'Fira Code', monospace;
font-size: 0.9em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button {
cursor: pointer;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #566273;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.7px;
word-wrap: break-word;
}
h1 {
font-size: 52px;
}
h2 {
font-size: 42px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: 'Poppins', sans-serif;
color: #1e2939;
margin: 16px 0;
line-height: 1.2;
font-weight: 400;
}
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;
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;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff5cf;
overflow-x: hidden;
}
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: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #041527;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #F16363;
}
a:focus {
outline: thin dotted;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
color: #fff;
display: inline-block;
font-size: 16px;
font-weight: 500;
padding: 10px 35px;
position: relative;
background-color: #000;
border: 2px solid #000;
text-decoration: none;
text-transform: uppercase;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color: #fff;
background-color: #F16363;
border-color: #F16363;
text-decoration: none;
}
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 {
border: 1px solid #f6f6f6;
background-color: #f6f6f6;
padding: 12px;
}
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%;
}   ul li a {
text-decoration: none;
}
.main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle {
display: block;
}
.main-navigation {
background-color: #000;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
nav.navigation.post-navigation {
background-color: #000;
padding: 20px;
margin: 15px 0;
}
nav.navigation.post-navigation a {
text-decoration: none;
color: #fff;
}
nav.navigation.post-navigation a:hover,
nav.navigation.post-navigation a:focus {
color: #F16363;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}
.comments-link {
padding: 0 15px;
}
.comments-link a {
text-decoration: none;
}
#comments {
margin-top: 50px;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.error404 #primary,
.error404 #primary {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.error-404.not-found .title {
font-size: 150px;
font-weight: bold;
line-height: 1;
color: #d06a22;
}
.error-404.not-found input.search-field {
min-width: 300px;
display: block;
margin: 0 auto 20px;
}
.no-sidebar #primary {
width: 100%;
float: none;
padding-left: 0;
padding-right: 0;
}
.no-sidebar #secondary {
display: none;
}
#primary {
margin-bottom: 50px;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget:last-child {
margin-bottom: 0;
}
.widget select {
max-width: 100%;
}
.widget li {
margin-bottom: 15px;
line-height: 1.35;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .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;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .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;
}
.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: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
.clear {
clear: both;
}
.container:before,
.container:after,
.navigation:before,
.navigation:after,
.clear:before,
.clear:after {
display: table;
content: "";
clear: both;
}
.entry-title a,
.entry-meta a,
span.cat-links a {
text-decoration: none;
}
.entry-title {
margin: 0 0 10px;
text-transform: capitalize;
font-size: 22px;
letter-spacing: 0;
line-height: 30px;
font-weight: 600;
}
.widget-title {
font-size: 24px;
}
#secondary h1, 
#secondary h2, 
#secondary h3, 
#secondary h4, 
#secondary h5, 
#secondary h6 {
margin: 0;
}
#secondary h2 {
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
color: #000;
letter-spacing: 0.01em;
}
.block-gap {
padding: 60px 0;
}
.column-1 {
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.column-1 article, 
.column-2 article, 
.column-3 article, 
.column-4 article,
.column-5 article,
.column-6 article {
margin-bottom: 30px;
width: 100%;
}
.column-1 article:last-child, 
.column-2 article:last-child, 
.column-3 article:last-child, 
.column-4 article:last-child,
.column-5 article:last-child,
.column-6 article:last-child {
margin-bottom: 0;
}
.comment-metadata a,
.logged-in-as a {
text-decoration: none;
}
.archive-blog .entry-meta {
border-bottom: 1px solid #000;
margin: 0 0 30px;
padding: 0 0 15px;
}
.entry-meta a {
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}
.archive-blog .entry-meta > span,
.single .entry-meta > span {
position: relative;
}
.archive-blog .entry-meta > span.byline:after,
.single .entry-meta > span.byline:after {
content: "";
background-color: #041527;
content: '';
height: 4px;
right: -18px;
position: absolute;
top: 4px;
bottom: 0;
margin: auto;
width: 4px;
z-index: 1;
opacity: 1;
visibility: visible;
}
.byline,
span.posted-on {
visibility: hidden;
}
.byline .author.vcard,
span.posted-on a  {
opacity: 1;
visibility: visible;
}
.archive-blog span.author.vcard,
.single span.author.vcard {
margin-left: -20px;
}
.archive-blog span.posted-on,
.single span.posted-on {
margin-left: -50px;
}
#commentform p {
margin-bottom: 21px;
}
#respond label {
margin-bottom: 15px;
display: block;
}
#respond input[type="text"], 
#respond input[type="email"], 
#respond input[type="url"] {
width: 100%;
}
.reply a {
color: #000;
}
#commentform .comment-form-cookies-consent {
clear: both;
display: inline-block;
width: 100%;
margin-top: 25px;
margin-bottom: 0;
}
#respond input[type="checkbox"] {
min-height: auto;
height: auto;
float: left;
margin-right: 10px;
width: auto;
}
#respond .comment-form-cookies-consent label {
display: table;
margin: 0;
line-height: 1;
}
#commentform p.form-submit {
margin: 21px 0 0;
}
.edit-link a {
text-decoration: none;
} #masthead {
position: relative;
width: 100%;
z-index: 3000;
background-color: #fff5cf;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-branding {
text-align: center;
padding: 20px 0;
}
.site-title {
font-size: 42px;
margin: 0;
line-height: 1.3;
}
.site-title a {
color: #333;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-title a:hover,
.site-title a:focus {
color: #F16363;
}
.site-description {
margin: 0;
line-height: 1.5;
color: #777;
}
.site-logo img {
max-height: 200px;
width: auto;
}
.main-navigation {
display: block;
position: relative;
}
.main-navigation ul ul {
background-color: #fff;
text-align: left;
padding: 0;
}
.main-navigation ul ul li a {
padding: 8px 15px;
color: #111;
}
.main-navigation ul ul a:after {
float: right;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
position: relative;
}
.main-navigation ul.nav-menu > li > a {
padding: 15px 12px;
color: #fff;
}
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus {
color: #F16363;
-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
-webkit-mask-size: 200%;
}
.main-navigation form.search-form input {
background-color: #111;
border-color: #111;
color: #111;
font-weight: 400;
}
.main-navigation a {
display: block;
text-decoration: none;
font-weight: bold;
color: #111;
font-size: 14px;
font-weight: 400;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 225px;
}
.main-navigation ul.nav-menu .current-menu-item > a {
color: #F16363;
}
.main-navigation form.search-form {
min-width: 320px;
}
.menu-toggle {
border-radius: 0;
font-size: 16px;
margin: auto;
outline: none;
display: block;
height: 60px;
position: relative;
background-color: transparent;
min-width: 64px;
border: none;
display: block;
}
.menu-toggle:hover, 
.menu-toggle:focus {
outline: thin dotted #fff;
background-color: #F16363;
}
.menu-toggle i {
color: #fff;
}
.menu-toggle span {
width: 35px;
height: 2px;
display: block;
background-color: #ffb5ad;
margin: 9px 0;
}
.menu-label {
float: right;
color: #111;
padding: 7px 0 0 10px;
display: none;
}
button.dropdown-toggle {
padding: 0;
position: absolute;
top: 0;
right: 0;
background-color: transparent;
border: none;
width: 45px;
height: 55px;
line-height: 56px;
outline: none;
border-radius: 0;
}
button.dropdown-toggle:focus {
outline: thin dotted #fff;
}
button.dropdown-toggle .fa {
color: #fff;
font-size: 18px;
padding-left: 5px;
}
button.dropdown-toggle.active .fa:before {
content: "\f106";
}
.has-post-thumbnail .post-wrapper .featured-image {
margin-bottom: 12px;
}
.post-wrapper .entry-footer {
padding-bottom: 15px;
}
.post-wrapper .entry-content {
margin: 0;
}
.cat-links a {
font-weight: 600;
letter-spacing: 0.5px;
display: inline-block;
float: left;
font-size: 13px;
position: relative;
text-transform: uppercase;
line-height: normal;
background: #041527;
padding: 5px 12px;
margin: 0 6px 0 0;
color: #fff;
border-radius: 20px;
}
.cat-links a:hover,
.cat-links a:focus {
background-color: #F16363;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
list-style: disc;
padding-left: 1.5em;
}
#secondary .widget:not(:last-child) {
margin-bottom: 25px;
}
#secondary ul {
box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
-moz-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
padding: 30px 50px;
margin: 0;
}
#secondary .widget_block.widget_search {
margin-bottom: 40px;
}
#secondary .widget_block input[type="search"] {
background-color: #eee;
border-radius: 0;
}
.widget input {
height: 53px;
padding: 0 15px;
border: none;
}
#secondary .widget_block button[type="submit"] {
color: #fff;
background-color: #000;
border-color: #000;
}
#secondary .widget_block button[type="submit"]:hover,
#secondary .widget_block button[type="submit"]:focus {
color: #fff;
background-color: #F16363;
border-color: #F16363;
}
#wp-custom-header {
text-align: center;
} #colophon {
background-color: #111;
color: #fff;
}
#colophon ul {
padding: 0 0 0 1em;
margin: 0;
}
#colophon ul li {
margin-bottom: 10px;
}
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4,
#colophon h5,
#colophon h6 {
color: #fff;
margin: 0;
font-size: 24px;
font-weight: 600;
letter-spacing: 0.01em;
}
#colophon a,
.site-info {
color: #fff;
}
#colophon a:hover,
#colophon a:focus {
color: #F16363;
}
.site-info a {
text-decoration: none;
}
.site-info {
padding: 15px 0;
text-align: center;
border-top: 1px solid rgb(255 255 255 / 10%);
}
.error404  #primary {
width: 100%;
float: none;
padding-right: 0px;
}
.error-404.not-found,
.no-results.not-found {
max-width: 600px;
margin: 0 auto;
text-align: center;
}
.error-404.not-found .page-title {
font-size: 38px;
}
form.search-form {
position: relative;
}
form.search-form {
width: 100%;
max-width: 100%;
position: relative;
}
form.search-form input {
width: 100%;
padding: 0 40px 0 15px;
font-weight: 300;
}
input.search-field {
height: 45px;
padding: 0 50px 0 15px;
width: 100%;
}
form.search-form button.search-submit,
form.search-form input.search-submit {
height: 45px;
line-height: 30px;
position: absolute;
right: 0;
top: 0;
border: none;
width: 80px;
padding: 0;
}
nav.navigation.pagination {
margin-top: 50px;
clear: both;
display: inline-block;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.pagination .page-numbers, 
.pagination .page-numbers.dots:hover, 
.pagination .page-numbers.dots:focus {
text-align: center;
line-height: 40px;
width: 40px;
height: 40px;
display: inline-block;
margin-right: 5px;
color: #000;
background-color: #ddd;
text-decoration: none;
box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
-moz-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
}
.pagination .prev.page-numbers {
width: 90px;
}
.pagination .next.page-numbers {
width: 55px;
}
.pagination .page-numbers.current, 
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
color: #fff;
background-color: #F16363;
}
.archive-blog article .post-wrapper {
width: 100%;
border: 4px solid #000;
border-radius: 40px;
position: relative;
background-color: #fff;
text-align: center;
box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
-moz-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
}
.archive-blog article:nth-child(1n) .post-wrapper {
background-color: #FFEEAF;
}
.archive-blog article:nth-child(2n) .post-wrapper {
background-color: #fff;
}
.archive-blog .post-wrapper .entry-footer {
padding: 22px 26px 18px;
position: relative;
border-bottom: 4px solid #000;
}
.archive-blog .post-wrapper .cat-links {
display: inline-block;
}
.archive-blog .entry-container {
padding: 20px 0;
position: relative;
clear: both;
display: inline-block;
width: 100%;
}
.archive-blog .entry-container p {
margin: 0;
}
.bottom-wrapper {
padding: 26px;
padding-bottom: 30px;
text-align: center;
}
.bottom-wrapper:after {
content: "";
content: '';
position: absolute;
top: 0;
left: -4px;
right: -4px;
bottom: -10px;
z-index: -1;
border-radius: 0 0 45px 45px;
border-bottom: 10px solid #000;
}
.has-post-thumbnail  .bottom-wrapper .featured-image {
border-radius: 40px;
overflow: hidden;
border: 4px solid #000;
background-color: #ddd;
margin-bottom: 5px;
position: relative;
}
.bottom-wrapper .entry-title {
margin: 0 0 10px;
text-transform: capitalize;
font-size: 28px;
letter-spacing: 0;
line-height: 35px;
font-weight: 600;
} .header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6 {
font-family: 'Raleway', sans-serif;
}
.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6 {
font-family: 'Playfair Display', serif;
}
.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6 {
font-family: 'Roboto', sans-serif;
}
.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6 {
font-family: 'Open Sans', sans-serif;
}
.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6 {
font-family: 'Lato', sans-serif;
}
.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6 {
font-family: 'Ubuntu', sans-serif;
}
.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6 {
font-family: 'Montserrat', sans-serif;
}
.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6 {
font-family: 'Lora', serif;
}
.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6 {
font-family: 'Titillium Web', sans-serif;
}
.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6 {
font-family: 'Muli', sans-serif;
}
.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6 {
font-family: 'Oxygen', sans-serif;
}
.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6 {
font-family: 'Nunito Sans', sans-serif;
}
.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6 {
font-family: 'Maven Pro', sans-serif;
}
.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6 {
font-family: 'Cairo', serif;
}
.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6 {
font-family: 'Philosopher', sans-serif;
}
.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6 {
font-family: 'Dosis', sans-serif;
}
.header-font-17 h1,
.header-font-17 h2,
.header-font-17 h3,
.header-font-17 h4,
.header-font-17 h5,
.header-font-17 h6 {
font-family: 'Josefin Sans', sans-serif;
}
.body-font-1 {
font-family: 'Raleway', sans-serif;
}
.body-font-2  {
font-family: 'Poppins', sans-serif;
}
.body-font-3 {
font-family: 'Roboto', sans-serif;
}
.body-font-4 {
font-family: 'Open Sans', sans-serif;
}
.body-font-5 {
font-family: 'Montserrat', sans-serif;
}
.body-font-6 {
font-family: 'Ubuntu', sans-serif;
}
.body-font-7 {
font-family: 'Playfair Display', serif;
}
.body-font-8 {
font-family: 'Lora', serif;
}
.body-font-9 {
font-family: 'Titillium Web', sans-serif;
}
.body-font-10 {
font-family: 'Muli', sans-serif;
}
.body-font-11 {
font-family: 'Oxygen', sans-serif;
}
.body-font-12 {
font-family: 'Nunito Sans', sans-serif;
}
.body-font-13 {
font-family: 'Maven Pro', sans-serif;
}
.body-font-14 {
font-family: 'Cairo', serif;
}
.body-font-15 {
font-family: 'Philosopher', sans-serif;
}
.body-font-16 {
font-family: 'Dosis', sans-serif;
}
.body-font-17 {
font-family: 'Josefin Sans', sans-serif;
}
.site-title-font-1 .site-title,
.site-title-font-1 .site-description {
font-family: 'Raleway', sans-serif;
}
.site-title-font-2 .site-title,
.site-title-font-2 .site-description {
font-family: 'Playfair Display', serif;
}
.site-title-font-3 .site-title,
.site-title-font-3 .site-description {
font-family: 'Roboto', sans-serif;
}
.site-title-font-4 .site-title,
.site-title-font-4 .site-description {
font-family: 'Open Sans', sans-serif;
}
.site-title-font-5 .site-title,
.site-title-font-5 .site-description {
font-family: 'Lato', sans-serif;
}
.site-title-font-6 .site-title,
.site-title-font-6 .site-description {
font-family: 'Ubuntu', sans-serif;
}
.site-title-font-7 .site-title,
.site-title-font-7 .site-description {
font-family: 'Montserrat', sans-serif;
}
.site-title-font-8 .site-title,
.site-title-font-8 .site-description {
font-family: 'Lora', serif;
}
.site-title-font-9 .site-title,
.site-title-font-9 .site-description {
font-family: 'Titillium Web', sans-serif;
}
.site-title-font-10 .site-title,
.site-title-font-10 .site-description {
font-family: 'Muli', sans-serif;
}
.site-title-font-11 .site-title,
.site-title-font-11 .site-description {
font-family: 'Oxygen', sans-serif;
}
.site-title-font-12 .site-title,
.site-title-font-12 .site-description {
font-family: 'Nunito Sans', sans-serif;
}
.site-title-font-13 .site-title,
.site-title-font-13 .site-description {
font-family: 'Maven Pro', sans-serif;
}
.site-title-font-14 .site-title,
.site-title-font-14 .site-description {
font-family: 'Cairo', serif;
}
.site-title-font-15 .site-title,
.site-title-font-15 .site-description {
font-family: 'Philosopher', sans-serif;
}
.site-title-font-16 .site-title,
.site-title-font-16 .site-description {
font-family: 'Dosis', sans-serif;
}
.site-title-font-17 .site-title,
.site-title-font-17 .site-description {
font-family: 'Josefin Sans', sans-serif;
}
.menu-font-1 .main-navigation a {
font-family: 'Raleway', sans-serif;
}
.menu-font-2 .main-navigation a {
font-family: 'Playfair Display', serif;
}
.menu-font-3 .main-navigation a {
font-family: 'Roboto', sans-serif;
}
.menu-font-4 .main-navigation a {
font-family: 'Open Sans', sans-serif;
}
.menu-font-5 .main-navigation a {
font-family: 'Montserrat', sans-serif;
}
.menu-font-6 .main-navigation a {
font-family: 'Ubuntu', sans-serif;
}
.menu-font-7 .main-navigation a {
font-family: 'Lato', sans-serif;
}
.menu-font-8 .main-navigation a {
font-family: 'Lora', serif;
}
.menu-font-9 .main-navigation a {
font-family: 'Titillium Web', sans-serif;
}
.menu-font-10 .main-navigation a {
font-family: 'Muli', sans-serif;
}
.menu-font-11 .main-navigation a {
font-family: 'Oxygen', sans-serif;
}
.menu-font-12 .main-navigation a {
font-family: 'Nunito Sans', sans-serif;
}
.menu-font-13 .main-navigation a {
font-family: 'Maven Pro', sans-serif;
}
.menu-font-14 .main-navigation a {
font-family: 'Cairo', serif;
}
.menu-font-15 .main-navigation a {
font-family: 'Philosopher', sans-serif;
}
.menu-font-16 .main-navigation a {
font-family: 'Dosis', sans-serif;
}
.menu-font-17 .main-navigation a {
font-family: 'Josefin Sans', sans-serif;
} @media screen and (min-width: 567px) {
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
margin: 0 -15px;
}
.column-2 article,
.column-3 article,
.column-4 article,
.column-5 article,
.column-6 article,
.column-2 .widget-column,
.column-3 .widget-column,
.column-4 .widget-column,
.column-5 .widget-column,
.column-6 .widget-column {
padding: 0 15px;
float: left;
width: 50%;
margin-bottom: 30px;
}
.column-2 article:nth-child(2n+1),
.column-3 article:nth-child(2n+1),
.column-4 article:nth-child(2n+1),
.column-5 article:nth-child(2n+1),
.column-6 article:nth-child(2n+1),
.column-2 .widget-column:nth-child(2n+1),
.column-3 .widget-column:nth-child(2n+1),
.column-4 .widget-column:nth-child(2n+1),
.column-5 .widget-column:nth-child(2n+1),
.column-6 .widget-column:nth-child(2n+1) {
clear: left;
}
.column-2 article:nth-last-child(-n+2),
.column-3 article:nth-last-child(-n+2),
.column-4 article:nth-last-child(-n+2),
.column-5 article:nth-last-child(-n+2),
.column-6 article:nth-last-child(-n+2),
.column-2 .widget-column:nth-last-child(-n+2),
.column-3 .widget-column:nth-last-child(-n+2),
.column-4 .widget-column:nth-last-child(-n+2),
.column-5 .widget-column:nth-last-child(-n+2),
.column-6 .widget-column:nth-last-child(-n+2) {
margin-bottom: 0;
}
}
@media screen and (min-width: 767px) {
.column-1 article,
.column-1 .widget-column {
width: 100%;
}
.column-2 article,
.column-2 .widget-column {
width: 50%;
float: left;
}
.column-3 article,
.column-3 .widget-column {
width: 33.33%;
float: left;
}
.column-4 article,
.column-4 .widget-column {
width: 50%;
float: left;
}
.column-5 article,
.column-5 .widget-column {
width: 20%;
float: left;
}
.column-6 article,
.column-6 .widget-column {
width: 16.66%;
float: left;
}
.column-3 article,
.column-5 article,
.column-6 article,
.column-3 .widget-column,
.column-5 .widget-column,
.column-6 .widget-column {
width: 33.33%;
}
.column-3 article:nth-child(2n+1),
.column-5 article:nth-child(2n+1),
.column-6 article:nth-child(2n+1),
.column-3 .widget-column:nth-child(2n+1),
.column-5 .widget-column:nth-child(2n+1),
.column-6 .widget-column:nth-child(2n+1) {
clear: none;
}
.column-3 article:nth-child(3n+1),
.column-5 article:nth-child(3n+1),
.column-6 article:nth-child(3n+1),
.column-3 .widget-column:nth-child(3n+1),
.column-5 .widget-column:nth-child(3n+1),
.column-6 .widget-column:nth-child(3n+1) {
clear: left;
}
.column-3 article:nth-last-child(-n+3),
.column-5 article:nth-last-child(-n+3),
.column-6 article:nth-last-child(-n+3),
.column-3 .widget-column:nth-last-child(-n+3),
.column-5 .widget-column:nth-last-child(-n+3),
.column-6 .widget-column:nth-last-child(-n+3) {
margin-bottom: 0;
}
}
@media screen and (min-width: 992px) {
.column-4 article,
.column-4 .widget-column  {
width: 25%;
float: left;
}
.column-5 article,
.column-5 .widget-column {
width: 20%;
float: left;
}
.column-4 article,
.column-4 .widget-column {
width: 25%;
}
.column-5 article,
.column-5 .widget-column {
width: 20%;
}
.column-6 article,
.column-6 .widget-column {
width: 16.66%;
}
.column-4 article:nth-child(2n+1),
.column-5 article:nth-child(3n+1),
.column-6 article:nth-child(3n+1),
.column-4 .widget-column:nth-child(2n+1),
.column-5 .widget-column:nth-child(3n+1),
.column-6 .widget-column:nth-child(3n+1) {
clear: none;
}
.column-4 article:nth-child(4n+1),
.column-5 article:nth-child(5n+1),
.column-6 article:nth-child(6n+1),
.column-4 .widget-column:nth-child(4n+1),
.column-5 .widget-column:nth-child(5n+1),
.column-6 .widget-column:nth-child(6n+1) {
clear: left;
}
.column-4 article:nth-last-child(-n+4),
.column-5 article:nth-last-child(-n+5),
.column-6 article:nth-last-child(-n+6),
.column-4 .widget-column:nth-last-child(-n+4),
.column-5 .widget-column:nth-last-child(-n+5),
.column-6 .widget-column:nth-last-child(-n+6) {
margin-bottom: 0;
}
}
@media screen and (min-width: 1024px) {
.menu-primary-container,
.menu-header-menu-container {
max-width: 800px;
width: auto;
margin: 0 auto;
border: 4px solid #000;
border-radius: 40px;
position: relative;
padding: 0 60px;
transition: width .3s ease;
background-color: #fff;
}
.main-navigation {
background-color: transparent;
}
.main-navigation ul.nav-menu:before,
.main-navigation ul.nav-menu:after {
content: "";
position: absolute;
width: 20px;
height: 4px;
background-color: #000;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.main-navigation ul.nav-menu:before {
left: 0;
}
.main-navigation ul.nav-menu:after {
right: 0;
}
.menu-header-menu-container:after {
content: '';
position: absolute;
top: 0;
left: -4px;
right: -4px;
bottom: -10px;
z-index: -1;
border-radius: 0 0 40px 40px;
border-bottom: 10px solid #000;
}
.main-navigation .menu-item-has-children > a:after {
content: "\f107";
font-family: "FontAwesome";
padding-left: 8px;
}
.main-navigation ul ul .menu-item-has-children > a:after {
content: "\f105";
}
.main-navigation ul.nav-menu {
display: block !important;
height: auto !important;
text-align: center;
}
.main-navigation ul.nav-menu > li > a {
color: #000;
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: 0;
right: auto;
}
.main-navigation ul ul li:hover > ul {
left: 100%;
right: auto;
}
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {
background-color: #F16363;
color: #fff !important;
}
.main-navigation ul.sub-menu > li:last-child > a {
border-bottom: none;
}
.main-navigation ul ul li {
border-bottom: 1px solid #eee;
}
.main-navigation ul ul > li:last-child {
border-bottom: none;
}
.main-navigation ul ul ul {
top: 0;
}
.menu-toggle {
height: 80px;
position: absolute;
top: 50%;
right: 35px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: none;
}
.main-navigation .search-active .icon-search {
display: none;
}
.main-navigation .search-active .icon-close {
display: inline-block;
}
button.dropdown-toggle {
display: none;
}
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
.main-navigation li {
display: inline-block;
}
.main-navigation form.search-form {
border: 20px solid #111;
}
#primary {
width: 70%;
float: left;
padding-right: 30px;
margin-bottom: 0;
}
#secondary {
width: 30%;
float: left;
position: sticky;
top: 30px;
}
.right-sidebar #primary {
float: left;
padding-right: 40px;
}
.right-sidebar #secondary {
float: right;
}
.left-sidebar #primary {
float: right;
padding-right: 0;
padding-left: 40px;
}
.left-sidebar #secondary {
float: left;
}
}
@media screen and (min-width: 1900px) {
.container {
max-width: 1440px;
}
}
@media screen and (max-width: 1023px) {
#masthead .container {
width: 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.main-navigation ul.nav-menu {
margin-right: 0;
border-top: 1px solid #666;
}
.main-navigation ul.nav-menu li {
border-bottom: 1px solid #666;
display: block;
width: 100%;
padding: 0;
}
.main-navigation ul ul, 
.main-navigation ul ul ul {
box-shadow: none;
float: none;
position: relative;
top: 0;
left: 0;
margin-bottom: 0;
display: none;
background-color: #000;
}
.main-navigation ul ul {
border-top: 1px solid #666;
}
.main-navigation ul.nav-menu li {
border-bottom: 1px solid #666;
display: block;
width: 100%;
}
.main-navigation ul.sub-menu li a {
border-left: none;
}
.main-navigation ul ul li a {
padding-left: 35px;
color: #fff;
}
.main-navigation ul ul a {
width: 100%;
}
}
.codeblock {
background: #fff;
border: 1px solid #ccc;
padding: 10px;
}
.codeblock .title {
border-bottom: 1px solid #ccc;
font-weight: bold;
padding-bottom: 3px;
margin: 0 0 10px 0;
}
.codeblock code {
overflow: auto;
height: auto;
max-height: 200px;
display: block;
font-family: Courier New, monospace;
font-size: 11px;
color: #000;
}