/*!
Theme Name: Refresh Blog
Theme URI: http://refreshthemes.com/downloads/refresh-blog
Author: Refresh Themes
Author URI: http://refreshthemes.com
Description: Refresh Blog is a simple, clean and responsive blog theme based on bootstrap grid with customizable settings.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: refresh-blog
Tested up to: 5.8
Requires PHP: 5.6
Tags: blog, portfolio, flexible-header, translation-ready, custom-menu, custom-logo, featured-images, footer-widgets, custom-background, grid-Layout, two-columns, left-sidebar, right-sidebar, custom-colors, full-width-template, post-formats, theme-options, threaded-comments

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Loader
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Layout
# Sections
	## Header image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  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"] {
  -webkit-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="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 {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 10px 25px;
}

tr {
  border: 1px solid #e4e4e4;
  text-align: left;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #656565;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #b15f0a;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.26;
  margin: 0 0 20px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.75em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

body {
  background: #efefef;
  /* Fallback for when there is no custom background color defined. */
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

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

ul, ol {
  margin: 0;
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ff9220;
  border-radius: 0;
  background: #ff9220;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 25px;
  height: 45px;
  outline: none;
  line-height: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ff9220;
  background-color: #b15f0a;
}
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: #ff9220;
  background-color: #b15f0a;
}

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 rgba(0, 0, 0, 0.2);
  color: #000;
  border-radius: 0;
  padding: 15px;
  height: 45px;
  margin-top: 10px;
  width: 100%;
  font-family: "Raleway", sans-serif;
}
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: #000;
  border-color: #ff9220;
}

label {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

select {
  border: 1px solid #000;
}

textarea {
  width: 100%;
  height: 250px;
}

.wpcf7 p {
  margin-top: 0;
  margin-bottom: 20px;
}

.wpcf7 input[type="submit"] {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
body a {
  color: #ff9220;
  text-decoration: none;
  outline: none;
}
body a:hover, body a:focus, body a:active {
  color: #b15f0a;
}
body a:focus {
  outline: auto;
}
body a:hover, body a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Site branding
--------------------------------------------------------------*/
.site-branding {
  float: left;
  padding-top: 8px;
}
.site-branding .site-logo img {
  max-height: 70px;
  width: auto;
  margin-right: 15px;
}
.site-branding .site-branding-text .site-title {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.26;
}
.site-branding .site-branding-text .site-description {
  margin: 5px 0 0;
  line-height: 1;
}

@media (max-width: 360.98px) {
  .site-branding {
    padding-top: 10px 0;
    float: none;
    text-align: center;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  .site-branding {
    padding-top: 10px 0;
    float: none;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-branding {
    padding-top: 10px 0;
    float: none;
    text-align: center;
  }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
  position: relative;
  z-index: 3000;
}

.classic-menu #site-header-menu .main-navigation a {
  padding: 30px 20px;
}

.menu-label {
  display: none;
}

.absolute-header #masthead .icon,
.absolute-header #masthead .icon::before,
.absolute-header #masthead .icon::after,
.lite-version.absolute-header #masthead {
  background-color: #fff;
}

.lite-version.absolute-header #masthead .icon,
.lite-version.absolute-header #masthead .icon::before,
.lite-version.absolute-header #masthead .icon::after {
  background-color: #000;
}

.menu-toggle.active .icon,
.absolute-header #masthead .menu-toggle.active .icon {
  background-color: transparent;
}

.menu-toggle.active .icon::before {
  transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}

.menu-toggle.active .icon::after {
  transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}

.main-navigation ul a svg {
  display: none;
}

.main-navigation svg {
  width: 14px;
  height: 14px;
}

button.dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 59px;
  line-height: 65px;
}

button.dropdown-toggle svg {
  -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.dropdown-toggle.active svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

#site-header-menu {
  float: right;
}
#site-header-menu .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
#site-header-menu .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
  z-index: 30000;
  background-color: #fff;
  left: 0;
  right: 0;
  left: auto;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #ddd;
}
#site-header-menu .main-navigation ul li {
  position: relative;
}
#site-header-menu .main-navigation ul ul {
  position: relative;
  left: auto;
  right: 0;
  float: left;
  position: absolute;
  top: 100%;
}
#site-header-menu .main-navigation ul ul display:none
a {
  padding-left: 50px;
}
#site-header-menu .main-navigation ul ul li {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#site-header-menu .main-navigation ul ul li ul {
  right: 100%;
  top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
}
#site-header-menu .main-navigation ul ul li ul li a {
  padding-left: 75px;
}
#site-header-menu .main-navigation ul ul li ul li ul li a {
  padding-left: 100px;
}
#site-header-menu .main-navigation ul ul:last-child li:last-child {
  border-bottom: none;
}
#site-header-menu .main-navigation ul li:hover > ul,
#site-header-menu .main-navigation ul li.focus > ul {
  left: auto;
}
#site-header-menu .main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #2e2e2e;
  padding: 15px 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
#site-header-menu .main-navigation a:hover, #site-header-menu .main-navigation a:focus {
  color: #ff9220;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  position: relative;
  width: 60px;
  height: 65px;
  border: none;
  margin-right: -20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
.menu-toggle:hover, .menu-toggle:focus {
  border-color: transparent;
  background-color: transparent;
}

.icon {
  background-color: #000;
  width: 22px;
  height: 2px;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.icon::after,
.icon::before {
  content: '';
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.icon,
.icon::after,
.icon::before {
  width: 22px;
  height: 2px;
  position: absolute;
}

.icon::before {
  transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  background-color: #000;
}

.icon::after {
  transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  background-color: #000;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: block;
  }
}
ul#primary-menu > li.menu-item-has-children > a {
  margin-right: 25px;
}
ul#primary-menu > li.menu-item-has-children > button.dropdown-toggle {
  height: 84px;
  line-height: 1;
}
ul#primary-menu button.dropdown-toggle:after {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-navigation ul a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    fill: #fff;
    padding-bottom: 2px;
  }

  .main-navigation ul ul a svg,
  .lite-version.relative-header.classic-menu .main-navigation ul a svg {
    fill: #000;
  }

  .classic-menu #site-header-menu .main-navigation ul#primary-menu > li > ul {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classic-menu #site-header-menu .main-navigation ul#primary-menu > li > ul:after {
    content: "";
    position: absolute;
    top: -18px;
    right: 15px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #fff;
  }

  .modern-menu .main-navigation ul ul a svg {
    display: none;
  }

  .classic-menu #site-header-menu .main-navigation ul ul a {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
  }

  .classic-menu #site-header-menu .main-navigation ul {
    width: auto;
    max-width: none;
  }
  .classic-menu #site-header-menu .main-navigation ul li:hover > ul {
    display: inline-block;
  }
  .classic-menu #site-header-menu .main-navigation ul li > ul > li:hover > ul {
    display: inline-block;
  }
  .classic-menu #site-header-menu .main-navigation ul li ul {
    width: auto;
  }
  .classic-menu #site-header-menu .main-navigation ul li ul a {
    color: #000;
    width: 250px;
  }

  .classic-menu #masthead #site-header-menu .main-navigation ul ul a {
    color: #333 !important;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classic-menu #masthead #site-header-menu .main-navigation ul ul a:hover, .classic-menu #masthead #site-header-menu .main-navigation ul ul a:focus {
    background-color: #eee;
  }

  .classic-menu .main-navigation ul ul svg {
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 22px;
  }

  .classic-menu #site-header-menu .menu-toggle {
    display: none;
  }
  .classic-menu #site-header-menu .main-navigation ul#primary-menu {
    display: block !important;
    max-width: 100%;
    position: relative;
    border: none;
  }
  .classic-menu #site-header-menu .main-navigation ul#primary-menu li {
    float: left;
    border-bottom: none;
  }

  .relative-header.modern-menu .menu-toggle {
    height: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .main-navigation ul a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    fill: #fff;
    padding-bottom: 2px;
  }

  .main-navigation ul ul a svg,
  .lite-version.relative-header.classic-menu .main-navigation ul a svg {
    fill: #000;
  }

  .classic-menu #site-header-menu .main-navigation ul#primary-menu > li > ul {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classic-menu #site-header-menu .main-navigation ul#primary-menu > li > ul:after {
    content: "";
    position: absolute;
    top: -18px;
    right: 15px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #fff;
  }

  .modern-menu .main-navigation ul ul a svg {
    display: none;
  }

  .classic-menu #site-header-menu .main-navigation ul ul a {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
  }

  .classic-menu #site-header-menu .main-navigation ul {
    width: auto;
    max-width: none;
  }
  .classic-menu #site-header-menu .main-navigation ul li:hover > ul {
    left: auto;
    right: 0;
    float: left;
    position: absolute;
    top: 100%;
    display: inline-block;
  }
  .classic-menu #site-header-menu .main-navigation ul li > ul > li:hover > ul {
    right: 100%;
    top: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classic-menu #site-header-menu .main-navigation ul li ul {
    width: auto;
  }
  .classic-menu #site-header-menu .main-navigation ul li ul a {
    color: #000;
    width: 250px;
  }

  .classic-menu #masthead #site-header-menu .main-navigation ul ul a {
    color: #333 !important;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classic-menu #masthead #site-header-menu .main-navigation ul ul a:hover, .classic-menu #masthead #site-header-menu .main-navigation ul ul a:focus {
    background-color: #eee;
  }

  .classic-menu .main-navigation ul ul svg {
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 22px;
  }

  .classic-menu #site-header-menu .menu-toggle {
    display: none;
  }
  .classic-menu #site-header-menu .main-navigation ul#primary-menu {
    display: block !important;
    max-width: 100%;
    position: relative;
    border: none;
  }
  .classic-menu #site-header-menu .main-navigation ul#primary-menu li {
    float: left;
    border-bottom: none;
  }

  .relative-header.modern-menu .menu-toggle {
    height: 100px;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .main-navigation ul a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    fill: #fff;
    padding-bottom: 2px;
  }

  .main-navigation ul ul a svg,
  .lite-version.relative-header.classic-menu .main-navigation ul a svg {
    fill: #000;
  }

  .classic-menu #site-header-menu .main-navigation ul#primary-menu > li > ul {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classic-menu #site-header-menu .main-navigation ul#primary-menu > li > ul:before {
    content: "";
    position: absolute;
    top: -9px;
    right: 15px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transform: rotate(45deg);
  }

  .modern-menu .main-navigation ul ul a svg {
    display: none;
  }

  .classic-menu #site-header-menu .main-navigation ul ul a {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
  }

  .classic-menu #site-header-menu .main-navigation ul {
    width: auto;
    max-width: none;
  }
  .classic-menu #site-header-menu .main-navigation ul li > ul {
    left: auto;
    right: 0;
    float: left;
    position: absolute;
    top: 100%;
    display: none;
  }
  .classic-menu #site-header-menu .main-navigation ul li:hover > ul {
    display: inline-block;
  }
  .classic-menu #site-header-menu .main-navigation ul li > ul > li:hover > ul {
    right: 100%;
    top: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classic-menu #site-header-menu .main-navigation ul li ul {
    width: auto;
  }
  .classic-menu #site-header-menu .main-navigation ul li ul a {
    color: #000;
    width: 250px;
  }

  .classic-menu #masthead #site-header-menu .main-navigation ul ul a {
    color: #333;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classic-menu #masthead #site-header-menu .main-navigation ul ul a:hover, .classic-menu #masthead #site-header-menu .main-navigation ul ul a:focus {
    background-color: #eee;
    color: #ff9220;
  }

  .classic-menu .main-navigation ul ul svg {
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 22px;
  }

  .classic-menu #site-header-menu .menu-toggle {
    display: none;
  }
  .classic-menu #site-header-menu .main-navigation ul#primary-menu {
    display: block !important;
    max-width: 100%;
    position: relative;
    border: none;
  }
  .classic-menu #site-header-menu .main-navigation ul#primary-menu li {
    float: left;
    border-bottom: none;
  }

  .relative-header.modern-menu .menu-toggle {
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .main-navigation ul a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    fill: #fff;
    padding-bottom: 2px;
  }

  .main-navigation ul ul a svg,
  .lite-version.relative-header.classic-menu .main-navigation ul a svg {
    fill: #000;
  }

  .classic-menu #site-header-menu .main-navigation ul#primary-menu > li > ul {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classic-menu #site-header-menu .main-navigation ul#primary-menu > li > ul:after {
    content: "";
    position: absolute;
    top: -18px;
    right: 15px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #efefef;
  }

  .modern-menu .main-navigation ul ul a svg {
    display: none;
  }

  .classic-menu #site-header-menu .main-navigation ul ul a {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
  }

  .classic-menu #site-header-menu .main-navigation ul {
    width: auto;
    max-width: none;
  }
  .classic-menu #site-header-menu .main-navigation ul li:hover > ul {
    left: auto;
    right: 0;
    float: left;
    position: absolute;
    top: 100%;
    display: inline-block;
  }
  .classic-menu #site-header-menu .main-navigation ul li > ul > li:hover > ul {
    right: 100%;
    top: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classic-menu #site-header-menu .main-navigation ul li ul {
    width: auto;
  }
  .classic-menu #site-header-menu .main-navigation ul li ul a {
    color: #000;
    width: 250px;
  }

  .classic-menu #masthead #site-header-menu .main-navigation ul ul a {
    color: #333 !important;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classic-menu #masthead #site-header-menu .main-navigation ul ul a:hover, .classic-menu #masthead #site-header-menu .main-navigation ul ul a:focus {
    background-color: #eee;
  }

  .classic-menu .main-navigation ul ul svg {
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 22px;
  }

  .classic-menu #site-header-menu .menu-toggle {
    display: none;
  }
  .classic-menu #site-header-menu .main-navigation ul#primary-menu {
    display: block !important;
    max-width: 100%;
    position: relative;
    border: none;
  }
  .classic-menu #site-header-menu .main-navigation ul#primary-menu li {
    float: left;
    border-bottom: none;
  }

  .relative-header.modern-menu .menu-toggle {
    height: 100px;
  }
}
.posts-navigation,
.post-navigation {
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid;
  border-color: #ff9220;
  margin: 30px 0 0;
}

.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  position: relative;
  width: auto;
  background: #ff9220;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.posts-navigation .nav-links .nav-previous a:hover, .posts-navigation .nav-links .nav-previous a:focus,
.posts-navigation .nav-links .nav-next a:hover,
.posts-navigation .nav-links .nav-next a:focus,
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-previous a:focus,
.post-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-next a:focus {
  color: #4a4a4a;
}

.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
  float: left;
}

.posts-navigation .nav-links .nav-previous a:before,
.post-navigation .nav-links .nav-previous a:before {
  content: "";
  color: #ff9220;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  left: 100%;
  border-bottom: 45px solid;
  border-right: 45px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.posts-navigation .nav-links .nav-previous a:after,
.post-navigation .nav-links .nav-previous a:after {
  content: '\f100';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-left: 10px;
}

.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
}

.posts-navigation .nav-links .nav-next a:after,
.post-navigation .nav-links .nav-next a:after {
  content: "";
  color: #ff9220;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  left: -45px;
  border-top: 45px solid transparent;
  border-right: 45px solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.posts-navigation .nav-links .nav-next a:before,
.post-navigation .nav-links .nav-next a:before {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 10px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.rt-social-menu-container ul {
  list-style: none;
  padding-left: 0;
}
.rt-social-menu-container ul li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0px;
}
.rt-social-menu-container ul li a {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #ff9220;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  font-size: 15px;
}
.rt-social-menu-container ul li a[href$="wp-admin/nav-menus.php"]:before {
  content: "\f055";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.rt-social-menu-container ul li a:hover, .rt-social-menu-container ul li a:focus {
  color: #b15f0a;
}
.rt-social-menu-container ul li a[href*="facebook.com"]:before,
.rt-social-menu-container ul li a[href*="fb.com"]:before {
  content: "\f09a";
}
.rt-social-menu-container ul li a[href*="twitter.com"]:before {
  content: "\f099";
}
.rt-social-menu-container ul li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.rt-social-menu-container ul li a[href*="instagram.com"]:before {
  content: "\f16d";
}
.rt-social-menu-container ul li a[href*="youtube.com"]:before {
  content: "\f167";
}
.rt-social-menu-container ul li a[href*="pinterest.com"]:before {
  content: "\f0d2";
}
.rt-social-menu-container ul li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.rt-social-menu-container ul li a:hover[href*="facebook.com"], .rt-social-menu-container ul li a:focus[href*="facebook.com"],
.rt-social-menu-container ul li a:hover[href*="fb.com"], .rt-social-menu-container ul li a:focus[href*="fb.com"] {
  color: #3C579E !important;
}
.rt-social-menu-container ul li a:hover[href*="twitter.com"], .rt-social-menu-container ul li a:focus[href*="twitter.com"] {
  color: #01BBF6 !important;
}
.rt-social-menu-container ul li a:hover[href*="linkedin.com"], .rt-social-menu-container ul li a:focus[href*="linkedin.com"] {
  color: #1484C3 !important;
}
.rt-social-menu-container ul li a:hover[href*="instagram.com"], .rt-social-menu-container ul li a:focus[href*="instagram.com"] {
  color: #2D6A93 !important;
}
.rt-social-menu-container ul li a:hover[href*="youtube.com"], .rt-social-menu-container ul li a:focus[href*="youtube.com"] {
  color: #D62424 !important;
}
.rt-social-menu-container ul li a:hover[href*="pinterest.com"], .rt-social-menu-container ul li a:focus[href*="pinterest.com"] {
  color: #BD2126 !important;
}
.rt-social-menu-container ul li a:hover[href*="plus.google.com"] a:focus[href*="plus.google.com"] {
  color: #D73D32 !important;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrapper:before,
.wrapper:after,
.section-content:before,
.section-content:after,
.widget_popular_posts ul li:before,
.widget_latest_posts ul li:before,
.widget_popular_posts ul li:after,
.widget_latest_posts ul li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrapper:before,
.wrapper:after,
.section-content:before,
.section-content:after,
.widget_popular_posts ul li:before,
.widget_latest_posts ul li:before,
.widget_popular_posts ul li:after,
.widget_latest_posts ul li:after {
  clear: both;
}

/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
#loader {
  height: 100%;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 9999;
}
#loader .loader-container {
  position: absolute;
  top: calc( 50% - 50px );
  left: calc( 50% - 50px );
}

body.page-layout-framed #loader {
  padding: 0 50px;
  width: calc( 100% - 100px );
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  background-color: #fff;
}

.absolute-header #masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: none;
}

.sticky-menu.stick-at #masthead {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sticky-menu.stick-at #masthead {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sticky-menu.stick-at #masthead {
    position: relative;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  .sticky-menu.stick-at #masthead {
    position: relative;
  }
}
@media (max-width: 360.98px) {
  .sticky-menu.stick-at #masthead {
    position: relative;
  }
}

.lite-version.sticky-menu.stick-at #masthead {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

#top-bar {
  border-bottom: 1px solid #dedede;
  background: #eee;
}
#top-bar .address-block-container {
  float: left;
}
#top-bar .address-block-container ul {
  padding-left: 0px;
  margin-bottom: 0;
}
#top-bar .address-block-container ul li {
  list-style-type: none;
  float: left;
}
#top-bar .address-block-container ul li.menu-item-has-children button {
  display: none;
}
#top-bar .address-block-container ul lili.menu-item-has-children > a:after {
  display: none;
}
#top-bar .address-block-container ul li a {
  font-size: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 0;
  display: block;
}
#top-bar .address-block-container ul li a:first-child {
  margin-left: 0;
}
#top-bar .address-block-container ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  left: 0;
  top: 0;
  padding-right: 5px;
}
#top-bar .address-block-container ul li a[href^="mailto:"]:before {
  content: "\f0e0";
}
#top-bar .address-block-container ul li a[href^="tel:"]:before {
  content: "\f3cd";
}
#top-bar .rt-social-menu-container {
  float: right;
}
#top-bar .rt-social-menu-container ul {
  float: right;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #top-bar .address-block-container {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  #top-bar .address-block-container .top-left-container {
    display: flex;
    align-items: center;
  }
  #top-bar .address-block-container .top-left-container > ul {
    margin: auto;
  }
  #top-bar .rt-social-menu-container {
    width: 100%;
    float: none;
    display: flex;
    text-align: center;
    align-items: center;
  }
  #top-bar .rt-social-menu-container > ul {
    float: none;
    margin: auto;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  #top-bar .address-block-container {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  #top-bar .address-block-container .top-left-container {
    display: flex;
    align-items: center;
  }
  #top-bar .address-block-container .top-left-container > ul {
    margin: auto;
  }
  #top-bar .rt-social-menu-container {
    width: 100%;
    float: none;
    display: flex;
    text-align: center;
    align-items: center;
  }
  #top-bar .rt-social-menu-container > ul {
    float: none;
    margin: auto;
  }
}
@media (max-width: 360.98px) {
  #top-bar .address-block-container {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  #top-bar .address-block-container .top-left-container {
    display: flex;
    align-items: center;
  }
  #top-bar .address-block-container .top-left-container > ul {
    margin: auto;
  }
  #top-bar .address-block-container .top-left-container > ul li {
    float: none;
  }
  #top-bar .rt-social-menu-container {
    width: 100%;
    float: none;
    display: flex;
    text-align: center;
    align-items: center;
  }
  #top-bar .rt-social-menu-container > ul {
    float: none;
    margin: auto;
  }
}

body.stick-at #top-bar {
  box-shadow: none;
}

.topbar-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: auto;
  text-align: center;
  background-color: #35b05e;
  color: #fff;
  box-shadow: none;
  border: none;
  outline: none;
  z-index: 30;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  padding: 0;
  display: none;
}
.topbar-toggle:hover, .topbar-toggle:focus {
  box-shadow: none;
}

.absolute-header:not(.stick-at) #masthead {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(111, 111, 111, 0.1);
}
.absolute-header:not(.stick-at) #top-bar {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(111, 111, 111, 0.1);
}

@media screen and (min-width: 960px) {
  .admin-bar:not(.page-layout-framed).absolute-header #masthead {
    top: 30px;
  }
  .admin-bar:not(.page-layout-framed).stick-at.sticky-menu #masthead {
    top: 30px;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
  margin-top: 50px;
}
#secondary .widget {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 3px 0px 15px #d1d1d1;
  -moz-box-shadow: 3px 0px 15px #d1d1d1;
  box-shadow: 3px 0px 15px #d1d1d1;
}
#secondary .widgettitle {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 28px;
  text-transform: none;
  font-size: 22px;
  letter-spacing: 0;
}
#secondary .widget-title {
  text-transform: none;
  font-size: 22px;
  letter-spacing: 0;
}
#secondary .profile figure a:hover img,
#secondary .profile figure a:focus img {
  -webkit-box-shadow: 0px 0px 15px #555;
  -moz-box-shadow: 0px 0px 15px #555;
  box-shadow: 0px 0px 15px #555;
}
#secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#secondary ul li {
  margin-bottom: 10px;
}
#secondary ul li.has-post-thumbnail .post-details {
  padding-right: 100px;
}
#secondary ul a {
  color: #fff;
}
#secondary ul a:hover, #secondary ul a:focus {
  color: #ff9220;
}
#secondary .textwidget {
  text-align: center;
}
#secondary .textwidget img {
  border-radius: 50%;
  margin: 15px 0 25px;
}

.widget:not(:last-child) {
  margin: 0 0 42px;
  /* Make sure select elements fit in widgets. */
}
.widget:not(:last-child) select {
  max-width: 100%;
}

.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}

svg.icon-search {
  width: 16px;
  height: 16px;
  fill: #ffff;
}

#subscribe-email input {
  margin-top: 0;
  border: none;
}

.search-form {
  position: relative;
}
.search-form input.search-field {
  margin-top: 0;
  border: 1px solid #ccc;
  padding-right: 70px;
}
.search-form button.search-submit {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.lite-version #secondary .widget-title,
.lite-version #secondary .widgettitle {
  border-bottom: 0.0625rem solid rgba(140, 140, 140, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #2e2e2e;
  position: relative;
  text-align: center;
}
.lite-version #secondary .widget-title:after,
.lite-version #secondary .widgettitle:after {
  content: " ";
  position: absolute;
  bottom: -0.0625rem;
  width: 3rem;
  height: 0.125rem;
  background-color: #ff9220;
  left: 50%;
  margin-left: -1.5rem;
}

#colophon ul li.has-post-thumbnail .post-details {
  padding-right: 100px;
}

.post-details {
  display: table;
  float: left;
}
.post-details .posted-on {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
.post-details .post-title {
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
}

.post-image {
  position: absolute;
  top: 0;
  right: 0;
}

.widget_popular_posts ul li,
.widget_latest_posts ul li {
  position: relative;
  margin-bottom: 45px;
}
.widget_popular_posts ul li span.posted-on a,
.widget_latest_posts ul li span.posted-on a {
  color: #929292;
}
.widget_popular_posts ul li span.posted-on a:hover, .widget_popular_posts ul li span.posted-on a:focus,
.widget_latest_posts ul li span.posted-on a:hover,
.widget_latest_posts ul li span.posted-on a:focus {
  color: #ff9220;
}

#wp-calendar {
  margin-bottom: 0;
}
#wp-calendar th, #wp-calendar td {
  padding: 10px;
  text-align: center;
}
#wp-calendar caption {
  caption-side: top;
  text-align: right;
  padding: 0.5rem;
}
#wp-calendar #today {
  background: #ff9220;
}
#wp-calendar #today a {
  color: #fff;
}
#wp-calendar #today a:before {
  background: #ccc;
}
#wp-calendar tbody a {
  position: relative;
  font-weight: 500;
}
#wp-calendar tbody a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff9220;
  position: absolute;
  right: -7px;
}
#wp-calendar td#prev {
  text-align: left;
}
#wp-calendar td#next {
  text-align: right;
}

.widget_refresh_blog_author_profile_widget {
  text-align: center;
}
.widget_refresh_blog_author_profile_widget .avatar figure {
  width: 150px;
  height: 150px;
  text-align: center;
  display: block;
  margin: auto;
  position: relative;
}
.widget_refresh_blog_author_profile_widget .avatar figure:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  position: absolute;
  top: calc( 50% - 75px );
  left: calc( 50% - 75px );
  font-size: 50px;
  z-index: 0;
  color: #ccc;
  padding: 30px 54px;
  background: #f1f1f1;
  border-radius: 50%;
  z-index: 1;
}
.widget_refresh_blog_author_profile_widget .avatar figure a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.widget_refresh_blog_author_profile_widget .avatar figure a img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.widget_refresh_blog_author_profile_widget .name-title {
  padding: 10px 0;
}
.widget_refresh_blog_author_profile_widget .name-title h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.widget_refresh_blog_author_profile_widget .name-title h3 {
  font-size: 14px;
  color: #b2b2b2;
  margin-bottom: 10px;
}

.lite-version #secondary ul a {
  color: #ff9220;
}
.lite-version #secondary ul a:hover, .lite-version #secondary ul a:focus {
  color: #b15f0a;
}

.lite-version #secondary .widget_popular_posts ul li span.posted-on a,
.lite-version #secondary .widget_latest_posts ul li span.posted-on a {
  color: #929292;
}
.lite-version #secondary .widget_popular_posts ul li span.posted-on a:hover, .lite-version #secondary .widget_popular_posts ul li span.posted-on a:focus,
.lite-version #secondary .widget_latest_posts ul li span.posted-on a:hover,
.lite-version #secondary .widget_latest_posts ul li span.posted-on a:focus {
  color: #ff9220;
}

.widget_nav_menu ul li.menu-item-has-children button {
  display: none;
}

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

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

#page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#page-header .page-header {
  padding: 35px 0;
}
#page-header .page-header .page-title {
  margin: 0;
  font-size: 32px;
}

#inner-content-wrapper {
  padding: 35px 0;
}

.entry-meta {
  margin-bottom: 2px;
  padding: 0;
}

.entry-meta > span {
  font-weight: 500;
  color: #b2b2b2;
}
.entry-meta > span:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  color: #b2b2b2;
}

.entry-meta > span a {
  color: #b2b2b2;
}
.entry-meta > span a:hover, .entry-meta > span a:focus {
  color: #ff9220;
}

.entry-meta > span:not(:last-child):after,
.author-meta > span:not(:last-child):after,
.entry-footer > span:not(:last-child):after {
  color: #cbcbcb;
  content: "|";
  padding: 0 5px;
}

.posted-on a,
.tags-links a,
.cat-links a,
.comment-meta a {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.posted-on:before,
.tags-links:before,
.cat-links:before,
.comment-meta:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  color: #b2b2b2;
}

.posted-on:before {
  content: "\f017";
}

.tags-links:before {
  content: "\f02c";
}

.cat-links:before {
  content: "\f07c";
}

span.comment-meta:before {
  content: "\f075";
}

.byline {
  font-size: 13px;
  text-transform: capitalize;
}
.byline .author img {
  border-radius: 50%;
  margin-right: 10px;
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
  display: inline-block;
}
.byline .author:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.byline .author a {
  color: #b2b2b2;
}
.byline .author a:hover, .byline .author a:focus {
  color: #ff9220;
}

.comment-meta a {
  color: #b2b2b2;
}
.comment-meta a:hover, .comment-meta a:focus {
  color: #ff9220;
}

article .featured-image {
  margin-bottom: 20px;
}

.sticky-post-wrapper article {
  margin-bottom: 49px;
}
.sticky-post-wrapper article .featured-post-image {
  width: 100%;
}
.sticky-post-wrapper article .featured-post-image .featured-image {
  padding: 200px 0;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 25px;
}
.sticky-post-wrapper article .entry-container .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
}
.sticky-post-wrapper article .entry-container .entry-header .entry-title a {
  color: #2e2e2e;
  display: block;
}
.sticky-post-wrapper article .entry-container .entry-header .entry-title a:hover, .sticky-post-wrapper article .entry-container .entry-header .entry-title a:focus {
  color: #ff9220;
}
.sticky-post-wrapper article .entry-container .entry-content {
  margin-bottom: 1.5em;
}
.sticky-post-wrapper article .entry-container .read-more-link a {
  color: #ff9220;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.sticky-post-wrapper article .author-meta {
  clear: both;
  margin-bottom: 21px;
}
.sticky-post-wrapper article .author-meta .author {
  display: flex;
  align-items: center;
}
.sticky-post-wrapper article .author-meta .author img {
  border-radius: 50%;
  margin-right: 21px;
}
.sticky-post-wrapper article .author-meta .author a {
  color: #2e2e2e;
  letter-spacing: 0.01em;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.sticky-post-wrapper article .author-meta .author a:hover, .sticky-post-wrapper article .author-meta .author a:focus {
  color: #ff9220;
}

.blog-posts-wrapper article:hover .overlay, .blog-posts-wrapper article:focus .overlay {
  opacity: 0.9;
  visibility: visible;
}

.blog-posts-wrapper > .row > div[class^="col-"] {
  margin-bottom: 30px;
}
.blog-posts-wrapper article {
  margin-bottom: 50px;
  text-align: left;
  background: transparent;
  -webkit-box-shadow: 3px 0px 15px #d1d1d1;
  -moz-box-shadow: 3px 0px 15px #d1d1d1;
  box-shadow: 3px 0px 15px #d1d1d1;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.blog-posts-wrapper article .featured-image {
  position: relative;
  overflow: hidden;
  min-height: 197px;
  background: #f1f1f1;
}
.blog-posts-wrapper article .featured-image:before {
  font-family: "Font Awesome 5 Free";
  content: '\f03e';
  position: absolute;
  top: calc( 50% - 45px );
  left: calc( 50% - 25px );
  font-size: 50px;
  z-index: 0;
  color: #ccc;
}
.blog-posts-wrapper article .featured-image .post-thumbnail {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.blog-posts-wrapper article .featured-image .post-thumbnail img {
  width: 100%;
  transition: transform .2s;
}
.blog-posts-wrapper article .featured-image .overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 10%;
  height: 10%;
  margin: auto;
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -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;
  z-index: 1;
}
.blog-posts-wrapper article .featured-image .read-more {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  -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;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
}
.blog-posts-wrapper article .featured-image .read-more .btn {
  margin-top: 0;
}
.blog-posts-wrapper article:hover .overlay {
  opacity: 0.9;
  visibility: visible;
  width: 100%;
  height: 100%;
}
.blog-posts-wrapper article:hover .read-more {
  visibility: visible;
  opacity: 1;
}
.blog-posts-wrapper article:focus .overlay {
  opacity: 0.9;
  visibility: visible;
  width: 100%;
  height: 100%;
}
.blog-posts-wrapper article:focus .read-more {
  visibility: visible;
  opacity: 1;
}
.blog-posts-wrapper article .entry-container {
  margin-bottom: 60px;
}
.blog-posts-wrapper article .entry-container .entry-meta {
  padding: 0 20px;
}
.blog-posts-wrapper article .entry-container .entry-header {
  padding: 0 20px;
  margin-bottom: 10px;
}
.blog-posts-wrapper article .entry-container .entry-header .entry-title {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0 15px;
}
.blog-posts-wrapper article .entry-container .entry-header .entry-title a {
  text-transform: uppercase;
  color: #b15f0a;
}
.blog-posts-wrapper article .entry-container .entry-header .entry-title a:hover, .blog-posts-wrapper article .entry-container .entry-header .entry-title a:focus {
  color: #ff9220;
}
.blog-posts-wrapper article .entry-container .entry-content {
  margin-top: 0;
  padding: 0 20px;
}
.blog-posts-wrapper article .entry-container .entry-content p {
  margin-bottom: 20px;
}
.blog-posts-wrapper article .entry-container .entry-content .read-more {
  display: none;
}
.blog-posts-wrapper article .entry-footer {
  padding: 10px 20px;
  -webkit-box-shadow: -3px 0px 15px #eee;
  -moz-box-shadow: -3px 0px 15px #eee;
  box-shadow: -3px 0px 15px #eee;
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.blog-posts-wrapper article .entry-footer .byline img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.blog-posts-wrapper article:hover .post-thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform .2s;
}
.blog-posts-wrapper article:last-child {
  margin-bottom: 0;
}
.blog-posts-wrapper .col-lg-4 {
  margin-bottom: 30px !important;
}

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

.bypostauthor {
  display: block;
}

span.says {
  display: none;
}

#comments {
  margin-top: 54px;
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 24px;
}
#comments ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
#comments ol.comment-list {
  margin-bottom: 50px;
}
#comments ol.comment-list li {
  border-left: 3px solid #ff9220;
  background: #fff;
}
#comments ol.comment-list li article {
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-shadow: 5px 20px 20px #eee;
  -moz-box-shadow: 5px 20px 20px #eee;
  box-shadow: 5px 20px 20px #eee;
}
#comments ol.comment-list li li {
  padding-top: 0;
  padding-bottom: 0;
}
#comments ol.comment-list > li:first-child {
  padding-top: 0;
}
#comments ol.comment-list .comment-meta .comment-author img {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
#comments ol.comment-list ol.children {
  padding: 0 0 0em 1.5em;
}
#comments ol.comment-list b.fn {
  font-size: 16px;
  font-weight: 400;
  display: table;
  line-height: 1;
  margin-bottom: 0px;
  text-transform: capitalize;
}
#comments ol.comment-list .comment-content p {
  margin-bottom: 7px;
}
#comments ol.comment-list .comment-metadata {
  display: table;
}
#comments ol.comment-list .comment-metadata a {
  font-weight: 500;
}
#comments ol.comment-list .reply a {
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
#comments ol.comment-list .reply a:hover, #comments ol.comment-list .reply a:focus {
  text-decoration: none;
  color: #ff9220;
}
#comments #respond #reply-title {
  font-size: 24px;
  color: #ff9220;
  margin-bottom: 10px;
}
#comments #respond form {
  background-color: #f5f5f5;
  padding: 20px 30px;
}
#comments #respond form input,
#comments #respond form textarea {
  border: none;
}
#comments #respond form .form-submit {
  text-align: right;
}

#comments .fn a:hover, #comments .fn a:focus,
#comments .comment-metadata a:hover,
#comments .comment-metadata a:focus {
  color: #ff9220;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item {
  margin: 0.5em 0;
  padding: 0 0.5em;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body.page-layout-framed {
  margin: 50px auto;
  padding: 0 50px;
  box-shadow: none;
}
body.page-layout-framed #page {
  box-shadow: 0 0 15px #afafaf;
  position: relative;
}

body.page-layout-boxed .inner-content-wrapper .container {
  width: 100%;
}

#secondary {
  margin-top: 0;
}

.no-sidebar #secondary {
  display: none;
}

body.page-layout-framed .refresh_blog-post-container,
body.page-layout-boxed .refresh_blog-post-container {
  padding: 30px;
  -webkit-box-shadow: -3px 0px 15px #eee;
  -moz-box-shadow: -3px 0px 15px #eee;
  box-shadow: -3px 0px 15px #eee;
}

.wrapper {
  max-width: 1300px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.relative {
  position: relative;
}

.page-section {
  padding: 50px 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

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

body .btn {
  border-radius: 0;
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid;
  border-color: #ff9220;
  background-color: #ff9220;
  color: #030a1a;
  margin-top: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  text-align: center;
}
body .btn:hover, body .btn:focus {
  background-color: #ff9220;
  border-color: #ff9220;
  color: #fff;
}
body .btn::before, body .btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
body .btn::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
body .btn:hover::before,
body .btn :hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body .btn:hover, body .btn:focus, body .btn:active {
  color: #fff;
}

.btn-transparent {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #ff9220;
  border-color: #ff9220;
  color: #fff;
}

.btn-default {
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #E5E5E5;
  color: #2e2e2e;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
}

span.read-more {
  display: table;
}

.error404 section.error-404 {
  text-align: center;
}
.error404 section.error-404 .search-form {
  margin: auto;
  width: 300px;
}

.search-no-results .no-results {
  text-align: center;
}
.search-no-results .no-results .search-form {
  margin: auto;
  width: 300px;
}

a:hover {
  text-decoration: none;
}

.center {
  text-align: center;
}

.no-background {
  background: transparent;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Default
--------------------------------------------------------------*/
.refresh_blog-section {
  background-color: #fff;
  padding: 45px 0px;
}
.refresh_blog-section:nth-child(2) {
  background-color: #f1f1f1;
}
.refresh_blog-section:first-child {
  background: none;
  z-index: 1111;
}
.refresh_blog-section .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.refresh_blog-section#services .wrapper {
  text-align: center;
}
.refresh_blog-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.refresh_blog-section .section-header .section-title {
  font-size: 24px;
  margin: 0 0 7px;
}
.refresh_blog-section .section-header .section-subtitle {
  color: #656565;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8;
}
.refresh_blog-section .section-contents .section-content {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
}

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
#featured-posts {
  background: #fff;
}
#featured-posts .section-header h2.service-title {
  font-size: 26px;
  text-transform: uppercase;
}
#featured-posts .section-content {
  padding-top: 30px;
}
#featured-posts .section-content .section-icon {
  font-size: 30px;
  font-size: 1.875rem;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  line-height: 60px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #fff;
  background-color: #ff9220;
  position: absolute;
  left: calc( 50% - 30px );
  top: -30px;
  -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;
}
#featured-posts .section-content article {
  background-size: cover;
  background-position: center;
  display: block;
  box-shadow: -3px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
#featured-posts .section-content article .section-body {
  margin: 0 1.875rem;
  text-align: center;
  padding: 30px;
  background: #fff;
  height: 100%;
}
#featured-posts .section-content article .section-body h3 {
  border-bottom: 0.0625rem solid rgba(140, 140, 140, 0.2);
  padding-bottom: 10px;
  position: relative;
}
#featured-posts .section-content article .section-body h3:after {
  content: " ";
  position: absolute;
  bottom: -0.0625rem;
  width: 3rem;
  height: 0.125rem;
  background-color: #ff9220;
  left: 50%;
  margin-left: -1.5rem;
}
#featured-posts .section-content article .section-body h3 a {
  color: #666;
}
#featured-posts .section-content article .section-body p {
  margin-bottom: 0;
}
#featured-posts .section-content article .section-body span.read-more {
  width: 100%;
}
#featured-posts .section-content article .background-overlay {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
}

/*--------------------------------------------------------------
## Header Image
--------------------------------------------------------------*/
.no-background {
  background: transparent !important;
  box-shadow: none !important;
}

.refresh_blog-main-slider {
  overflow: hidden;
}

.slide-item:nth-child(n+1) {
  display: none;
}

.slick-initialized,
.slide-item:first-child {
  display: block;
}

#custom-header-media, .refresh_blog-inner-page #custom-header-media .slide-item,
body:not(.home) #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img,
body:not(.home) #custom-header-media .wp-custom-header img {
  background-color: #e1e1e1;
}
#custom-header-media .wp-custom-header img, .refresh_blog-inner-page #custom-header-media .slide-item .wp-custom-header img,
body:not(.home) #custom-header-media .slide-item .wp-custom-header img, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .wp-custom-header img,
body:not(.home) #custom-header-media .wp-custom-header img .wp-custom-header img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
#custom-header-media .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .slide-item .refresh_blog-main-slider,
body:not(.home) #custom-header-media .slide-item .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .refresh_blog-main-slider,
body:not(.home) #custom-header-media .wp-custom-header img .refresh_blog-main-slider {
  min-height: 540px;
  height: 540px;
}
#custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .slide-item .slide-item,
body:not(.home) #custom-header-media .slide-item .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item,
body:not(.home) #custom-header-media .wp-custom-header img .slide-item {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 540px;
  height: 540px;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
}
#custom-header-media .slide-item .wrapper,
body:not(.home) #custom-header-media .slide-item .slide-item .wrapper, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper,
body:not(.home) #custom-header-media .wp-custom-header img .slide-item .wrapper {
  padding: 50px 150px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  width: auto;
  max-width: 750px;
  margin: 0 auto;
}
#custom-header-media .slide-item .wrapper .cat-links {
  color: #c5edf5;
}
#custom-header-media .slide-item .wrapper .cat-links:before {
  color: #c5edf5;
}
#custom-header-media .slide-item .wrapper .cat-links a {
  color: #c5edf5;
  text-shadow: 1px 1px 1px #555;
}
#custom-header-media .slide-item .wrapper .cat-links a:hover, #custom-header-media .slide-item .wrapper .cat-links a:focus, #custom-header-media .slide-item .wrapper .cat-links a:active {
  color: #fff;
}
#custom-header-media .slide-item .wrapper .entry-header {
  max-width: 100%;
  margin: 0;
}
#custom-header-media .slide-item .wrapper .entry-header .entry-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 28px;
  color: #fff;
  text-shadow: 3px 3px 3px #444;
}
#custom-header-media .slide-item .wrapper .entry-header .entry-title a {
  color: #fff;
  display: block;
}
#custom-header-media .slide-item .wrapper .entry-header .entry-title a:hover, #custom-header-media .slide-item .wrapper .entry-header .entry-title a:focus, #custom-header-media .slide-item .wrapper .entry-header .entry-title a:active {
  color: #ff9220;
}
#custom-header-media .slide-item .wrapper .entry-meta {
  padding: 10px 0 30px;
  display: block;
}
#custom-header-media .slide-item .wrapper .entry-meta > span:before {
  color: #c5edf5;
}
#custom-header-media .slide-item .wrapper .entry-meta a, #custom-header-media .slide-item .wrapper .entry-meta p {
  color: #c5edf5;
  text-shadow: 1px 1px 1px #555;
}
#custom-header-media .slide-item .wrapper .entry-meta a:hover, #custom-header-media .slide-item .wrapper .entry-meta a:focus, #custom-header-media .slide-item .wrapper .entry-meta a:active, #custom-header-media .slide-item .wrapper .entry-meta p:hover, #custom-header-media .slide-item .wrapper .entry-meta p:focus, #custom-header-media .slide-item .wrapper .entry-meta p:active {
  color: #fff;
}
#custom-header-media .slide-item .wrapper .entry-meta .read-more {
  display: none;
}
#custom-header-media .slide-item .wrapper .read-more a {
  margin-top: 0;
}
#custom-header-media .slide-item:focus,
body:not(.home) #custom-header-media .slide-item .slide-item:focus, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item:focus,
body:not(.home) #custom-header-media .wp-custom-header img .slide-item:focus {
  outline: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #custom-header-media .slide-item .wrapper,
  body:not(.home) #custom-header-media .slide-item .slide-item .wrapper, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item .wrapper {
    min-width: 360px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #custom-header-media .slide-item .wrapper,
  body:not(.home) #custom-header-media .slide-item .slide-item .wrapper, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item .wrapper {
    min-width: auto;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  #custom-header-media .slide-item .wrapper,
  body:not(.home) #custom-header-media .slide-item .slide-item .wrapper, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item .wrapper {
    padding: 30px;
  }
}
@media (max-width: 360.98px) {
  #custom-header-media .slide-item .wrapper,
  body:not(.home) #custom-header-media .slide-item .slide-item .wrapper, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item .wrapper {
    padding: 30px;
  }
}
@media (max-width: 360.98px) {
  #custom-header-media .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .slide-item .refresh_blog-main-slider,
  body:not(.home) #custom-header-media .slide-item .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .refresh_blog-main-slider,
  body:not(.home) #custom-header-media .wp-custom-header img .refresh_blog-main-slider {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .slide-item .slide-item,
  body:not(.home) #custom-header-media .slide-item .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item {
    min-height: 280px;
    height: 280px;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  #custom-header-media .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .slide-item .refresh_blog-main-slider,
  body:not(.home) #custom-header-media .slide-item .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .refresh_blog-main-slider,
  body:not(.home) #custom-header-media .wp-custom-header img .refresh_blog-main-slider {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .slide-item .slide-item,
  body:not(.home) #custom-header-media .slide-item .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item {
    min-height: 280px;
    height: 280px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #custom-header-media .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .slide-item .refresh_blog-main-slider,
  body:not(.home) #custom-header-media .slide-item .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .refresh_blog-main-slider,
  body:not(.home) #custom-header-media .wp-custom-header img .refresh_blog-main-slider {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .slide-item .slide-item,
  body:not(.home) #custom-header-media .slide-item .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item {
    min-height: 280px;
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #custom-header-media .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .slide-item .refresh_blog-main-slider,
  body:not(.home) #custom-header-media .slide-item .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .refresh_blog-main-slider,
  body:not(.home) #custom-header-media .wp-custom-header img .refresh_blog-main-slider {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .slide-item .slide-item,
  body:not(.home) #custom-header-media .slide-item .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item .entry-header .entry-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #custom-header-media .slide-item .entry-header .entry-title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  #custom-header-media .slide-item .entry-header .entry-title {
    font-size: 38px;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .slide-item .slide-item,
  body:not(.home) #custom-header-media .slide-item .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item {
    min-height: 540px;
    height: 540px;
  }
  #custom-header-media .slide-item .entry-header .entry-title {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .slide-item .slide-item,
  body:not(.home) #custom-header-media .slide-item .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item,
  body:not(.home) #custom-header-media .wp-custom-header img .slide-item {
    min-height: 540px;
    height: 540px;
  }
  #custom-header-media .slide-item .entry-header .entry-title {
    font-size: 38px;
  }
}

.absolute-header #custom-header-media .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .absolute-header .slide-item .refresh_blog-main-slider,
.absolute-header body:not(.home) #custom-header-media .slide-item .refresh_blog-main-slider,
body:not(.home) #custom-header-media .absolute-header .slide-item .refresh_blog-main-slider, .absolute-header .refresh_blog-inner-page #custom-header-media .wp-custom-header img .refresh_blog-main-slider, .refresh_blog-inner-page #custom-header-media .wp-custom-header .absolute-header img .refresh_blog-main-slider,
.absolute-header body:not(.home) #custom-header-media .wp-custom-header img .refresh_blog-main-slider,
body:not(.home) #custom-header-media .wp-custom-header .absolute-header img .refresh_blog-main-slider {
  height: 100vh;
}
.absolute-header #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .absolute-header .slide-item .slide-item,
.absolute-header body:not(.home) #custom-header-media .slide-item .slide-item,
body:not(.home) #custom-header-media .absolute-header .slide-item .slide-item, .absolute-header .refresh_blog-inner-page #custom-header-media .wp-custom-header img .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header .absolute-header img .slide-item,
.absolute-header body:not(.home) #custom-header-media .wp-custom-header img .slide-item,
body:not(.home) #custom-header-media .wp-custom-header .absolute-header img .slide-item {
  height: 100vh;
}

.refresh_blog-inner-page #custom-header-media, .refresh_blog-inner-page #custom-header-media .slide-item,
.refresh_blog-inner-page body:not(.home) #custom-header-media .slide-item,
body:not(.home) #custom-header-media .refresh_blog-inner-page .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img,
.refresh_blog-inner-page body:not(.home) #custom-header-media .wp-custom-header img,
body:not(.home) #custom-header-media .wp-custom-header .refresh_blog-inner-page img,
body:not(.home) #custom-header-media,
.refresh_blog-inner-page #custom-header-media body:not(.home) .slide-item,
body:not(.home) #custom-header-media .slide-item,
.refresh_blog-inner-page #custom-header-media .wp-custom-header body:not(.home) img,
body:not(.home) #custom-header-media .wp-custom-header img {
  height: 200px;
  min-height: 200px;
}

.lite-version #custom-header-media .overlay, .refresh_blog-inner-page #custom-header-media .lite-version .slide-item .overlay,
.lite-version body:not(.home) #custom-header-media .slide-item .overlay,
body:not(.home) #custom-header-media .lite-version .slide-item .overlay, .lite-version .refresh_blog-inner-page #custom-header-media .wp-custom-header img .overlay, .refresh_blog-inner-page #custom-header-media .wp-custom-header .lite-version img .overlay,
.lite-version body:not(.home) #custom-header-media .wp-custom-header img .overlay,
body:not(.home) #custom-header-media .wp-custom-header .lite-version img .overlay {
  opacity: 0.3;
}

.refresh_blog-main-slider {
  max-height: 100%;
}
.refresh_blog-main-slider .wp-custom-header {
  max-height: 100%;
}
.refresh_blog-main-slider .slick-arrow {
  z-index: 1;
  top: calc( 50% - 10px );
}
.refresh_blog-main-slider .slick-arrow::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding: 5px 10px;
  background: #ff9220;
}
.refresh_blog-main-slider .slick-arrow.slick-prev {
  left: 0px;
}
.refresh_blog-main-slider .slick-arrow.slick-prev:before {
  content: '\f104';
}
.refresh_blog-main-slider .slick-arrow.slick-next {
  right: 10px;
}
.refresh_blog-main-slider .slick-arrow.slick-next:before {
  content: '\f105';
}

@media screen and (min-width: 75em) {
  #custom-header-media, .refresh_blog-inner-page #custom-header-media .slide-item,
  body:not(.home) #custom-header-media .slide-item, .refresh_blog-inner-page #custom-header-media .wp-custom-header img,
  body:not(.home) #custom-header-media .wp-custom-header img {
    overflow: hidden;
  }
  #custom-header-media .wp-custom-header img, .refresh_blog-inner-page #custom-header-media .slide-item .wp-custom-header img,
  body:not(.home) #custom-header-media .slide-item .wp-custom-header img, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .wp-custom-header img,
  body:not(.home) #custom-header-media .wp-custom-header img .wp-custom-header img {
    max-height: 100%;
  }
  #custom-header-media .entry-header .entry-title,
  body:not(.home) #custom-header-media .slide-item .entry-header .entry-title, .refresh_blog-inner-page #custom-header-media .wp-custom-header img .entry-header .entry-title,
  body:not(.home) #custom-header-media .wp-custom-header img .entry-header .entry-title {
    font-size: 38px;
  }
}
/*--------------------------------------------------------------
## About us
--------------------------------------------------------------*/
#about-us {
  text-align: center;
}
#about-us article .section-header {
  display: none;
}

/*--------------------------------------------------------------
## Call to action
--------------------------------------------------------------*/
#call-to-action {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}
#call-to-action .container {
  padding: 100px 0;
}
#call-to-action .container .section-header {
  margin-bottom: 14px;
}
#call-to-action .container .section-header .section-title {
  color: #fff;
  font-weight: 500;
}
#call-to-action .container .section-content {
  color: #fff;
}

/*--------------------------------------------------------------
## Portfolio gallery
--------------------------------------------------------------*/
#latest-portfolios .grid {
  margin: -5px;
}
#latest-portfolios .grid .grid-item {
  width: 50%;
  float: left;
  padding: 5px;
}
#latest-portfolios .grid .grid-item .grid-inner-wrapper {
  position: relative;
  overflow: hidden;
}
#latest-portfolios .grid .grid-item .grid-inner-wrapper .overlay {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
#latest-portfolios .grid .grid-item .grid-inner-wrapper img {
  object-fit: cover;
  width: 100%;
}
#latest-portfolios .grid .grid-item .grid-inner-wrapper .hover-item {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}
#latest-portfolios .grid .grid-item .grid-inner-wrapper .hover-item h5 {
  font-size: 13px;
  position: relative;
  margin-bottom: 0;
}
#latest-portfolios .grid .grid-item .grid-inner-wrapper .hover-item h5 a {
  color: #2e2e2e;
}
#latest-portfolios .grid .grid-item .grid-inner-wrapper .hover-item h5 a:hover, #latest-portfolios .grid .grid-item .grid-inner-wrapper .hover-item h5 a:focus {
  color: #cf3140;
}
#latest-portfolios .grid .grid-item .grid-inner-wrapper .hover-item p {
  display: none;
}
#latest-portfolios .grid .grid-item:nth-child(1n) img {
  height: 200px;
}
#latest-portfolios .grid .grid-item:nth-child(2n) img {
  height: 150px;
}
#latest-portfolios .grid .grid-item:nth-child(3n) img {
  height: 150px;
}
#latest-portfolios .grid .grid-item:nth-child(4n) img {
  height: 150px;
}
#latest-portfolios .grid .grid-item:nth-child(5n) img {
  height: 200px;
}
#latest-portfolios .grid .grid-item:nth-child(6n) img {
  height: 150px;
}

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
#counter {
  background-color: #efefef;
}
#counter .hentry {
  text-align: center;
  padding: 14px 5px 21px 5px;
  margin-bottom: 35px;
}
#counter .hentry .statwrap .stat-count {
  font-size: 52px;
}
#counter .hentry .statwrap h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
#counter .hentry:nth-child(odd) {
  border-right: 1px solid #d8d8d8;
}
#counter .col-2 .hentry,
#counter .col-3 .hentry,
#counter .col-4 .hentry {
  float: left;
}
#counter .col-1 .hentry {
  border-right: none;
}
#counter .col-2 .hentry {
  width: 50%;
}
#counter .col-2 .hentry:nth-child(2n+1),
#counter .col-4 .hentry:nth-child(2n+1) {
  clear: left;
}
#counter .col-1 .hentry:last-child,
#counter .col-2 .hentry:nth-last-child(-n+2),
#counter .col-3 .hentry:last-child,
#counter .col-4 .hentry:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#counter .col-3 .hentry {
  width: 100%;
  border-right: none;
}
#counter .col-4 .hentry {
  width: 50%;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
#sb_instagram {
  position: relative;
}
#sb_instagram .sbi_photo_wrap a {
  opacity: 1 !important;
  position: relative;
}
#sb_instagram .sbi_photo_wrap a:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -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;
  top: 0;
  width: 50px;
}

#sb_instagram .sbi_photo_wrap a:hover:before, #sb_instagram .sbi_photo_wrap a:focus:before, #sb_instagram .sbi_photo_wrap a:active:before {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 999;
}

#sb_instagram .sbi_follow_btn {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#sb_instagram .sbi_follow_btn a {
  background-color: #fff;
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.3);
  color: #1a1a1a;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.5px;
}

#sb_instagram .sbi_follow_btn a svg {
  margin-top: 2px;
}

#sb_instagram .sbi_follow_btn a:hover {
  box-shadow: inherit;
  background-color: #1a1a1a;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#refresh_blog-breadcrumb {
  background-color: #efefef;
  padding: 19px 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
#refresh_blog-breadcrumb #crumbs {
  color: #ff9220;
}
#refresh_blog-breadcrumb #crumbs .current {
  color: #939393;
}

/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/
.back-to-top {
  background: #ff9220;
  bottom: 50px;
  margin-right: 30px;
  position: fixed;
  right: 30px;
  z-index: 9999;
  color: #efefef;
  bottom: -150px;
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  background: #b15f0a;
  color: #efefef;
}
.back-to-top i {
  -webkit-box-shadow: -3px 0px 15px #eee;
  -moz-box-shadow: -3px 0px 15px #eee;
  box-shadow: -3px 0px 15px #eee;
  padding: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer widget area
--------------------------------------------------------------*/
.footer-widget-area {
  padding: 63px 0;
  background-color: #000;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-widget-area .hentry {
  margin-bottom: 42px;
}
.footer-widget-area .hentry .widget-title {
  color: #fff;
}
.footer-widget-area .hentry ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget-area .hentry ul li {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.footer-widget-area .hentry ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-area .hentry ul li a:hover, .footer-widget-area .hentry ul li a:focus {
  color: #ff9220;
}
.footer-widget-area .hentry ul li:last-child {
  margin-bottom: 0;
}
.footer-widget-area .hentry .widget_archive li {
  text-align: right;
}
.footer-widget-area .hentry .widget_archive li a {
  float: left;
}
.footer-widget-area .hentry:last-child {
  margin-bottom: 0;
}

.footer-widget-area.col-1 .hentry {
  text-align: center;
}
.footer-widget-area.col-1 .hentry .widget_archive li {
  text-align: center;
}
.footer-widget-area.col-1 .hentry .widget_archive li a {
  float: none;
}

/*--------------------------------------------------------------
## Site Info
--------------------------------------------------------------*/
.site-info {
  padding: 10px 0;
  text-align: center;
  background-color: #1b1b1b;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.site-info .footer-copyright {
  padding: 15px 0;
}
.site-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*--------------------------------------------------------------
# Custom Bootstrap
--------------------------------------------------------------*/
.container-fluid {
  width: 90%;
}
.container-fluid .container-fluid {
  width: 100%;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }

  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
