/*!
Theme Name: BizBuzz
Theme URI: https://refreshthemes.com/downloads/bizbuzz
Author: Refresh Themes
Author URI: https://refreshthemes.com
Description: BizBuzz is WordPress Corporate themes by Refresh Themes. If you are not a technical person, don't worry. This will make it easy to set up your business website without any code. This theme comes with various sections on the front page and many more customization options in the customizer.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bizbuzz
Tested up to: 5.2.1
Requires PHP: 5.2.4
Tags: blog, e-commerce, 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.

bizbuzz 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;
  padding: 0;
  font-family: "Meiryo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  overflow-x: hidden;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

.blog-posts-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  /*padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: solid 1px #e5e8f3;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);*/
  top: 0;
  position: relative;
  padding: 10px;
}

.blog-posts-wrapper:before, .blog-posts-wrapper:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 10px;
  height: 100%;
  display: inline-block;
}

.blog-posts-wrapper:before {
  border-top: dotted 1px #d58f76;
  border-left: dotted 1px #d58f76;
  border-bottom: dotted 1px #d58f76;
  left: 0;
}

.blog-posts-wrapper:after {
  content: '';
  border-top: dotted 1px #d58f76;
  border-right: dotted 1px #d58f76;
  border-bottom: dotted 1px #d58f76;
  right: 0;
}

.blog-posts-wrapper .entry-container {
  padding: 20px 20px 0;
}

.blog-posts-wrapper .entry-container .entry-header h3.entry-title a {
  color: #200960;
}

.blog-posts-wrapper .entry-container .entry-content p {
  margin-top: 0;
}

.site-main .rt-wrapper.bizbuzz-section .entry-container .section-header h2.section-title {
    color: #333;
    background: none;
    box-shadow: none;
    border: none;
    margin: 0 0 10px;
    padding: 0;
}

.site-main .rt-wrapper.bizbuzz-section .entry-container .entry-content p {
    color: #333;
}

.custom-blog {
  margin-bottom: 50px;
  padding: 20px 30px;
  background: #DBF2FF;
  text-align: center;
}

.custom-blog p {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.custom-blog p:before, .custom-blog p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px #627999;
  border-bottom: solid 1px #627999;
}

.custom-blog p:before {
  left:0;
}
.custom-blog p:after {
  right: 0;
}

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

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 #e2e2e2;
  text-align: left;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
  color: #444;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.3;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #200960;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}

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 {
  box-sizing: inherit;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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%;
  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"],
.btn {
  border-radius: 3px;
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid;
  border-color: #200960;
  background-color: #200960;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  -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;
}
button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.btn:hover,
.btn:focus {
  letter-spacing: 1.1px;
}
button.btn-primary::before, button.btn-primary::after, button.btn-secondary::before, button.btn-secondary::after,
input[type="button"].btn-primary::before,
input[type="button"].btn-primary::after,
input[type="button"].btn-secondary::before,
input[type="button"].btn-secondary::after,
input[type="reset"].btn-primary::before,
input[type="reset"].btn-primary::after,
input[type="reset"].btn-secondary::before,
input[type="reset"].btn-secondary::after,
input[type="submit"].btn-primary::before,
input[type="submit"].btn-primary::after,
input[type="submit"].btn-secondary::before,
input[type="submit"].btn-secondary::after,
.btn.btn-primary::before,
.btn.btn-primary::after,
.btn.btn-secondary::before,
.btn.btn-secondary::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);
}
button.btn-primary::after, button.btn-secondary::after,
input[type="button"].btn-primary::after,
input[type="button"].btn-secondary::after,
input[type="reset"].btn-primary::after,
input[type="reset"].btn-secondary::after,
input[type="submit"].btn-primary::after,
input[type="submit"].btn-secondary::after,
.btn.btn-primary::after,
.btn.btn-secondary::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
button.btn-primary:hover::before,
button.btn-primary :hover::after, button.btn-secondary:hover::before,
button.btn-secondary :hover::after,
input[type="button"].btn-primary:hover::before,
input[type="button"].btn-primary :hover::after,
input[type="button"].btn-secondary:hover::before,
input[type="button"].btn-secondary :hover::after,
input[type="reset"].btn-primary:hover::before,
input[type="reset"].btn-primary :hover::after,
input[type="reset"].btn-secondary:hover::before,
input[type="reset"].btn-secondary :hover::after,
input[type="submit"].btn-primary:hover::before,
input[type="submit"].btn-primary :hover::after,
input[type="submit"].btn-secondary:hover::before,
input[type="submit"].btn-secondary :hover::after,
.btn.btn-primary:hover::before,
.btn.btn-primary :hover::after,
.btn.btn-secondary:hover::before,
.btn.btn-secondary :hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.btn:hover,
.btn:focus,
.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: #200960;
  border-color: #200960;
  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;
}

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.1);
  color: #656565;
  border-radius: 0;
  padding: 10px;
  height: 45px;
  margin-top: 10px;
  outline: none;
  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: #656565;
  border-color: #200960;
  outline: auto;
}

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

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

/*--------------------------------------------------------------
# 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: #e4e4e4;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #f00;
  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,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.rt-wrapper:before,
.rt-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: table;
  table-layout: fixed;
  clear: both;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.rt-wrapper:before,
.rt-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% - 28px );
  left: calc( 50% - 20px );
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#top-bar {
  background: #200960;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: solid 1px #2c107b;
}
#top-bar .top-right-menu-wrapper {
  text-align: right;
}
#top-bar .top-right-menu-wrapper .social-menu-container {
  display: inline-block;
}
@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 .social-menu-container {
    width: 100%;
    float: none;
    display: flex;
    text-align: center;
    align-items: center;
  }
  #top-bar .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 .social-menu-container {
    width: 100%;
    float: none;
    display: flex;
    text-align: center;
    align-items: center;
  }
  #top-bar .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 .social-menu-container {
    width: 100%;
    float: none;
    display: flex;
    text-align: center;
    align-items: center;
  }
  #top-bar .social-menu-container > ul {
    float: none;
    margin: auto;
  }
}

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

#masthead {
  position: relative;
  z-index: 3000;
  padding: 0;
  width: 100%;
  -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;
}
#masthead #rt-header {
  width: 100%;
}
#masthead #rt-header .rt-wrapper {
  display: flex;
}
#masthead #rt-header .rt-wrapper .site-header-menu {
  margin: auto 0;
}

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

.sticky-menu.stick-at #masthead {
  padding: 0;
  position: fixed;
}
@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;
  }
}

.sticky-menu.stick-at #masthead,
.relative-header #masthead {
  background: #200960;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
}

@media screen and (min-width: 960px) {
  .admin-bar:not(.page-layout-framed).absolute-header #masthead {
    top: 67px;
  }
  .admin-bar:not(.page-layout-framed).stick-at.sticky-menu #masthead {
    top: 0;
  }

  body:not(.admin-bar).stick-at.sticky-menu.absolute-header #masthead {
    top: 32px;
  }
  body:not(.admin-bar).stick-at.sticky-menu.stick-at.sticky-menu #masthead {
    top: 0px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, a:active {
  color: #200960;
}

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

@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
--------------------------------------------------------------*/
.menu-label {
  display: none;
}

button.dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  float: right;
  position: absolute;
  top: 9px;
  right: 6px;
  width: 14px;
  height: 14px;
  line-height: 1;
  margin-top: 6px;
}
button.dropdown-toggle svg {
  width: 14px;
  height: 14px;
  -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;
}

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

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

.icon {
  background-color: #fff;
  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.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.icon::after,
.icon::before {
  content: '';
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-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: #fff;
}

.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: #fff;
}

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

#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;
  right: 0;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#site-header-menu .main-navigation ul li {
  position: relative;
  color: #fff;
}
#site-header-menu .main-navigation ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  font-weight: normal;
}
#site-header-menu .main-navigation ul li a:hover, #site-header-menu .main-navigation ul li a:focus {
  font-weight: bold;
  color: #fff;
}
#site-header-menu .main-navigation ul li svg {
  fill: #fff;
}
#site-header-menu .main-navigation ul li svg:hover, #site-header-menu .main-navigation ul li svg:focus {
  fill: #ccff6a;
  text-shadow: 1x 1px 5px #052d24;
}
#site-header-menu .main-navigation ul ul {
  display: none;
  border-left: 1px solid #00c3ab;
  border-bottom-color: transparent;
  position: absolute;
  top: auto;
  left: auto;
}
#site-header-menu .main-navigation ul ul a {
  background: #200960;
}
#site-header-menu .main-navigation ul ul li:not(:last-child) a {
  border-bottom: 1px solid #00c3ab;
}
#site-header-menu .main-navigation ul ul li ul {
  right: 100%;
  top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#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;
}

.classic-menu .main-navigation ul ul button.dropdown-toggle {
  margin-top: 5px;
}

.classic-menu .main-navigation ul ul svg {
  transform: rotate(90deg);
  position: absolute;
  right: 0px;
  top: 0px;
}
.classic-menu .main-navigation ul ul svg a {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 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: 4px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid #200960;
}

ul#primary-menu > li.menu-item-has-children > a {
  padding-right: 34px;
}
ul#primary-menu button.dropdown-toggle:after {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: block;
  }
}
@media (max-width: 360.98px) {
  #site-header-menu .main-navigation ul li {
    border-bottom: 1px solid #00c3ab;
  }
  #site-header-menu .main-navigation ul li a {
    background: #200960;
    color: #fff;
  }
  #site-header-menu .main-navigation ul li a:hover {
    font-weight: bold;
    color: #333;
  }
  #site-header-menu .main-navigation ul ul {
    position: relative;
    right: auto !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  #site-header-menu .main-navigation ul ul ul {
    top: 0 !important;
    border-top: 1px solid #00c3ab !important;
  }
  #site-header-menu .main-navigation ul ul a {
    padding-left: 30px;
  }
  #site-header-menu .main-navigation ul ul ul a {
    padding-left: 60px;
  }
  #site-header-menu .main-navigation ul ul ul ul a {
    padding-left: 90px;
  }
  #site-header-menu .main-navigation ul ul ul ul ul a {
    padding-left: 120px;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  #site-header-menu .main-navigation ul li {
    border-bottom: 1px solid #00c3ab;
  }
  #site-header-menu .main-navigation ul li a {
    background: #200960;
  }
  #site-header-menu .main-navigation ul ul {
    position: relative;
    right: auto !important;
  }
  #site-header-menu .main-navigation ul ul ul {
    position: relative;
    right: auto !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  #site-header-menu .main-navigation ul ul ul ul {
    top: 0 !important;
    border-top: 1px solid #00c3ab;
  }
  #site-header-menu .main-navigation ul ul ul a {
    padding-left: 30px;
  }
  #site-header-menu .main-navigation ul ul ul ul a {
    padding-left: 60px;
  }
  #site-header-menu .main-navigation ul ul ul ul ul a {
    padding-left: 90px;
  }
  #site-header-menu .main-navigation ul ul ul ul ul ul a {
    padding-left: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #site-header-menu .main-navigation ul li {
    border-bottom: 1px solid #00c3ab;
  }
  #site-header-menu .main-navigation ul li a {
    background: #200960;
  }
  #site-header-menu .main-navigation ul ul {
    position: relative;
    right: auto !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  #site-header-menu .main-navigation ul ul ul {
    top: 0 !important;
    border-top: 1px solid #00c3ab !important;
  }
  #site-header-menu .main-navigation ul ul a {
    padding-left: 30px;
  }
  #site-header-menu .main-navigation ul ul ul a {
    padding-left: 60px;
  }
  #site-header-menu .main-navigation ul ul ul ul a {
    padding-left: 90px;
  }
  #site-header-menu .main-navigation ul ul ul ul ul a {
    padding-left: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #site-header-menu .main-navigation ul li {
    border-bottom: 1px solid #00c3ab;
  }
  #site-header-menu .main-navigation ul li a {
    background: #200960;
    color: #fff;
  }
  #site-header-menu .main-navigation ul ul {
    position: relative;
    right: auto !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  #site-header-menu .main-navigation ul ul ul {
    top: 0 !important;
    border-top: 1px solid #00c3ab !important;
  }
  #site-header-menu .main-navigation ul ul a {
    padding-left: 30px;
  }
  #site-header-menu .main-navigation ul ul ul a {
    padding-left: 60px;
  }
  #site-header-menu .main-navigation ul ul ul ul a {
    padding-left: 90px;
  }
  #site-header-menu .main-navigation ul ul ul ul ul a {
    padding-left: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .classic-menu #site-header-menu .main-navigation ul {
    width: auto;
    max-width: none;
  }
  .classic-menu #site-header-menu .main-navigation ul li.menu-item-has-children {
    position: relative;
  }
  .classic-menu #site-header-menu .main-navigation ul li.menu-item-has-children:hover > ul {
    display: block !important;
  }
  .classic-menu #site-header-menu .main-navigation ul li:hover > ul {
    left: auto;
    float: left;
    position: absolute;
    top: 100%;
    display: inline-block;
  }
  .classic-menu #site-header-menu .main-navigation ul li > ul > li:hover > ul,
  .classic-menu #site-header-menu .main-navigation ul li > ul > li:focus > ul {
    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 {
    width: 250px;
  }

  .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;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-navigation ul a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    fill: #fff;
    padding-bottom: 2px;
  }

  .classic-menu #site-header-menu .main-navigation ul {
    width: auto;
    max-width: none;
  }
  .classic-menu #site-header-menu .main-navigation ul li.menu-item-has-children {
    position: relative;
  }
  .classic-menu #site-header-menu .main-navigation ul li.menu-item-has-children:hover > ul {
    display: block !important;
  }
  .classic-menu #site-header-menu .main-navigation ul li ul {
    width: auto;
  }
  .classic-menu #site-header-menu .main-navigation ul li ul a {
    width: 250px;
  }

  .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;
  }
}
@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 {
    width: auto;
    max-width: none;
  }
  .classic-menu #site-header-menu .main-navigation ul li.menu-item-has-children {
    position: relative;
  }
  .classic-menu #site-header-menu .main-navigation ul li.menu-item-has-children:hover > ul {
    display: block !important;
  }
  .classic-menu #site-header-menu .main-navigation ul li:hover > ul,
  .classic-menu #site-header-menu .main-navigation ul li:active > ul,
  .classic-menu #site-header-menu .main-navigation ul li:focus > 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 {
    width: 250px;
  }

  .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;
  }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.social-menu-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.social-menu-container ul li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0px;
}
.social-menu-container ul li a {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  font-size: 15px;
}
.social-menu-container ul li a:hover, .social-menu-container ul li a:focus {
  color: #d58f76;
}
.social-menu-container ul li a[href$="wp-admin/nav-menus.php"]:before {
  content: "\f055";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.social-menu-container ul li a.fa-facebook:before,
.social-menu-container ul li a[href*="fb.com"]:before {
  content: "\f09a";
}
.social-menu-container ul li a.fa-instagram:before {
  content: "\f16d";
}
.social-menu-container ul li a.fa-linkedin:before {
  content: "\f0e1";
}
.social-menu-container ul li a:hover[href*="facebook.com"], .social-menu-container ul li a:focus[href*="facebook.com"],
.social-menu-container ul li a:hover[href*="fb.com"], .social-menu-container ul li a:focus[href*="fb.com"] {
  color: #3C579E !important;
}
.social-menu-container ul li a:hover[href*="linkedin.com"], .social-menu-container ul li a:focus[href*="linkedin.com"] {
  color: #1484C3 !important;
}
.social-menu-container ul li a:hover[href*="instagram.com"], .social-menu-container ul li a:focus[href*="instagram.com"] {
  color: #2D6A93 !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
  margin-top: 50px;
}
#secondary .widget {
  margin: 0 0 30px 40px;
}
.widget:not(:last-child) {
  margin: 0 0 30px;
  /* Make sure select elements fit in widgets. */
}
.widget:not(:last-child) select {
  max-width: 100%;
}
#secondary h2.widget-title {
  font-size: 20px;
  font-weight: bold;
  background: url(../wp-content/uploads/2020/07/drug.png) no-repeat left bottom;
  padding-left: 42px;
  padding-top: 10px;
}
#secondary h2.widget-title a { 
  color: #333;
}
#secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#secondary ul li {
  -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;
  position: relative;
  margin: 0;
  padding: 10px 0 10px 19px;
  border-bottom: solid 1px #eee;
  background: url(../wp-content/uploads/2020/07/icon.png) no-repeat left 5px center;
}
#secondary ul li:last-child {}
#secondary ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
#secondary ul li a:hover, #secondary ul li a:focus,
#secondary ul li:hover a {
  color: #200960;
  font-weight: bold;
}
/*#secondary ul li a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";
  font-weight: 900;
  font-size: 13px;
  color: #b2b2b2;
  left: 0;
  top: 10px;
}*/
/*#secondary section.widget_recent_entries ul li a:before {
  content: "\f02b";
}
#secondary section.widget_archive ul li a:before {
  content: "\f07b";
  font-weight: 100;
}*/


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

.hentry {
  margin: 0 0 1.5em;
}

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

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

.page .site-main .entry-content {
  margin-top: 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;
}

.rt-featured-image {
  position: relative;
}

.sticky-post-wrapper article {
  margin-bottom: 49px;
}
.sticky-post-wrapper article .featured-post-image {
  width: 100%;
}
.sticky-post-wrapper article .featured-post-image .rt-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: #200960;
}
.sticky-post-wrapper article .entry-container .entry-content {
  margin-bottom: 1.5em;
}
.sticky-post-wrapper article .entry-container .read-more-link a {
  color: #200960;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

body.single .site-main article,
body.page .site-main article {
  padding: 0;
  background: none;
  box-shadow: none;
}

body.single article .featured-post-image .rt-featured-image {
  width: auto;
  /*margin-bottom: 20px!important;*/
}

body.single .site-main  {}

body.single .site-main article {
  border: none;
}

body.single .site-main article .entry-container {
  padding: 20px;
  background: #fff;
}

.site-main article {
  /*overflow: hidden;*/
  display: flex;
  padding: 10px;
  margin-bottom: 30px;
  text-align: left;
  background: #f6f3ee;
}
@media (max-width: 478px) {
  .site-main article .featured-post-image .rt-featured-image .post-thumbnail {
    padding-right: 10px;
  }
}
.site-main .rt-wrapper article {
  background-size: cover;
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
}
.site-main .rt-wrapper article:after {
  background: none;
}
.site-main .rt-wrapper .entry-container .section-header h2.section-title {
  background: #cc846a;
  box-shadow: 0 0 0 5px #cc846a;
  border: dashed 1px #f6f3ee;
  padding: 10px 15px;
  color: #f6f3ee;
  margin: 5px 5px 25px;
}
.site-main .rt-wrapper .entry-container .entry-content p {
  margin-top: 0;
  color: #f6f3ee;
}
section#primary .bizbuzz-rt-wrapper.rt-wrapper {
  margin-bottom: 50px;
  padding: 0;
  border: none;
}
section#primary .rt-wrapper.bizbuzz-section {
  border: none;
  padding: 0;
  margin-bottom: 50px;
  background: none;
}
section#primary .rt-wrapper.bizbuzz-section:after {
  border: none;
}
.site-main .rt-wrapper.bizbuzz-section article {
  background: rgba(0,0,0,.04);
  box-shadow: 0 0 0 1px rgba(0,0,0,.07) inset;
  padding: 0;
}
.site-main .rt-wrapper.bizbuzz-section article:before,
.site-main .rt-wrapper.bizbuzz-section article:after {
  border: none;
}
.site-main .rt-wrapper.bizbuzz-section article.has-featured-image .rt-featured-image {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site-main article:hover .rt-overlay, .site-main article:focus .rt-overlay {
  opacity: 0.9;
  visibility: visible;
  width: 100%;
  height: 100%;
}
.site-main article:hover .read-more, .site-main article:focus .read-more {
  visibility: visible;
  opacity: 1;
}
.site-main article .featured-post-image .rt-featured-image {
  overflow: hidden;
  /*min-height: 278px;*/
  object-fit: cover;
}
.single .site-main article .featured-post-image .rt-featured-image {
  min-height: auto;
}
.site-main article .featured-post-image .rt-featured-image .post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.site-main article .featured-post-image .rt-featured-image .post-thumbnail img {
  width: 100%;
  transition: transform .2s;
  /*min-height: 278px;*/
  min-height: 190px;
  object-fit: cover;
}
.site-main article .featured-post-image .rt-featured-image .rt-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;
}
.site-main article .featured-post-image .rt-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: 1111;
}
.site-main article .featured-post-image .rt-featured-image .read-more .btn {
  margin-top: 0;
}
.site-main article .entry-container .entry-meta {
  padding: 0 20px;
}
.site-main article .entry-container .entry-content .read-more {
  display: none;
}
.site-main article .entry-container .author-meta {
  padding: 0 20px;
}
.site-main article .entry-footer {
  padding: 10px 20px;
  border-top: 1px solid #eee;
}
.site-main article .entry-footer .byline img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
@media (max-width: 360.98px) {
  .site-main article {
    flex-direction: column;
    padding-right: 0;
  }
  .site-main article .featured-post-image {
    flex: 1;
  }
  .site-main article .featured-post-image .rt-featured-image {
    width: auto;
  }
  .site-main article .entry-container {
    flex: 1;
    padding: 15px;
  }
  .blog-posts-wrapper .entry-container {
    padding-right: 0;
    padding-left: 0;
  }
  #secondary .widget {}
}
@media (min-width: 361px) and (max-width: 575.98px) {
  .site-main article {
    flex-direction: column;
  }
  .site-main article .featured-post-image {
    flex: 1;
  }
  .site-main article .featured-post-image .rt-featured-image {
    width: auto;
  }
  .site-main article .entry-container {
    flex: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-main article {
    flex-direction: row;
  }
  .site-main article .featured-post-image {
    flex: 1;
    width: 100%;
  }
  .site-main article .featured-post-image .rt-featured-image {
    width: 100%;
  }
  .site-main article .entry-container {
    flex: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-main article {
    flex-direction: row;
  }
  .site-main article .featured-post-image {
    flex: 1;
  }
  .site-main article .featured-post-image .rt-featured-image {
    width: 100%;
  }
  .site-main article .entry-container {
    flex: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-main article {
    flex-direction: row;
  }
  .site-main article .featured-post-image {
    flex: 1;
  }
  .site-main article .featured-post-image .rt-featured-image {
    width: 100%;
  }
  .site-main article .entry-container {
    flex: 2;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .site-main article {
    flex-direction: row;
  }
  .site-main article .featured-post-image {
    flex: 1;
  }
  .site-main article .featured-post-image .rt-featured-image {
    width: 100%;
  }
  .site-main article .entry-container {
    flex: 2;
  }
}
@media (min-width: 1600px) {
  .site-main article {
    flex-direction: row;
  }
  .site-main article .featured-post-image {
    flex: 1;
  }
  .site-main article .featured-post-image .rt-featured-image {
    width: 100%;
  }
  .site-main article .entry-container {
    flex: 2;
  }
}
.site-main article:last-child {
  margin-bottom: 0;
}

body.single article,
body.page:not(.home) article {
  flex-direction: column;
}
body.page:not(.home) article .featured-post-image .rt-featured-image {
  width: auto;
  margin: 5px;
}
body.single article .entry-container .entry-meta,
body.single article .entry-container .author-meta,
body.page:not(.home) article .entry-container .entry-header,
body.page:not(.home) article .entry-container .entry-meta,
body.page:not(.home) article .entry-container .entry-content,
body.page:not(.home) article .entry-container .author-meta {
  padding: 0 5px;
}
body.page:not(.home) article .entry-container .entry-header .entry-title {
  font-size: 30px;
  margin: 10px 0;
  color: #000;
}
body.single article .entry-container .author-meta,
body.page:not(.home) article .entry-container .author-meta {
  text-align: right;
}
/*--------------------------------------------------------------
# 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;
}


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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.rt-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

#content {
  padding-top: 40px;
  /*padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;*/
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  /*background: #fff;*/
}

.relative {
  position: relative;
}

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

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

.rt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  object-fit: cover;
  background-color: #200960ba;
  opacity: 0.5;
  z-index: 11;
  display: none;
}

body #content #primary {
  width: 70%;
  float: left;
  padding-right: 40px;
  box-sizing: border-box;
}
body #content #secondary {
  width: 30%;
  float: left;
}
body.no-sidebar #content #primary {
  width: 100%;
}
body.no-sidebar #content #secondary {
  display: none;
}

body.left-sidebar #content #primary {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .absolute-header #custom-header-media .bizbuzz-main-slider, 
  .absolute-header #custom-header-media .slide-item {
    height: auto!important;
  }
}
@media (max-width: 360.98px) {
  .rt-wrapper {
    width: auto;
  }

  .right-sidebar #content,
  .left-sidebar #content {
    display: flex;
    flex-direction: column;
  }
  .right-sidebar #content #primary,
  .left-sidebar #content #primary {
    width: auto;
    float: unset;
    padding-right: 0;
    padding-left: 0;
    order: 1;
  }
  .right-sidebar #content #secondary,
  .left-sidebar #content #secondary {
    width: auto;
    float: unset;
    margin-top: 30px;
    order: 2;
    margin-left: 20px;
    margin-right: 20px;
  }

  .no-sidebar #content #primary {
    width: auto;
  }
  .no-sidebar #content #secondary {
    width: auto;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  .rt-wrapper {
    width: auto;
  }

  .right-sidebar #content,
  .left-sidebar #content {
    display: flex;
    flex-direction: column;
  }
  .right-sidebar #content #primary,
  .left-sidebar #content #primary {
    width: auto;
    float: unset;
    padding-right: 0;
    padding-left: 0;
    order: 1;
  }
  .right-sidebar #content #secondary,
  .left-sidebar #content #secondary {
    width: auto;
    float: unset;
    margin-top: 30px;
    order: 2;
  }

  .no-sidebar #content #primary {
    width: auto;
  }
  .no-sidebar #content #secondary {
    width: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .rt-wrapper {
    width: 540px;
  }
  #primary .rt-wrapper {
    width: 100%;
  }
  .right-sidebar #content,
  .left-sidebar #content {
    display: flex;
    flex-direction: column;
  }
  .right-sidebar #content #primary,
  .left-sidebar #content #primary {
    width: auto;
    float: unset;
    padding-right: 0;
    padding-left: 0;
    order: 1;
  }
  .right-sidebar #content #secondary,
  .left-sidebar #content #secondary {
    width: auto;
    float: unset;
    margin-top: 30px;
    order: 2;
  }

  .no-sidebar #content #primary {
    width: 540px;
  }
  .no-sidebar #content #secondary {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rt-wrapper {
    width: 720px;
  }
  #primary .rt-wrapper {
    width: 100%;
  }
  .right-sidebar #content,
  .left-sidebar #content {
    width: 720px;
    display: flex;
    flex-direction: column;
  }
  .right-sidebar #content #primary,
  .left-sidebar #content #primary {
    width: 100%;
    float: unset;
    padding-right: 0;
    padding-left: 0;
    order: 1;
  }
  .right-sidebar #content #secondary,
  .left-sidebar #content #secondary {
    width: auto;
    float: unset;
    margin-top: 30px;
    order: 2;
  }

  .no-sidebar #content {
    width: 720px;
  }
  .no-sidebar #content #secondary {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .rt-wrapper {
    width: 960px;
  }
  #primary .rt-wrapper {
    width: 100%;
  }

  body.bizbuzz-inner-page .right-sidebar #content,
  body.bizbuzz-inner-page .left-sidebar #content {
    width: 960px;
  }
  body.bizbuzz-inner-page .right-sidebar #content #primary,
  body.bizbuzz-inner-page .left-sidebar #content #primary {
    width: 70%;
  }
  body.bizbuzz-inner-page .right-sidebar #content #secondary,
  body.bizbuzz-inner-page .left-sidebar #content #secondary {
    width: 30%;
  }
  body.bizbuzz-inner-page .no-sidebar #content {
    width: 960px;
  }
  body.bizbuzz-inner-page .no-sidebar #content #secondary {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .rt-wrapper {
    width: 1140px;
  }
  #primary .rt-wrapper {
    width: 100%;
  }
  .right-sidebar #content,
  .left-sidebar #content {
    width: 1140px;
  }
  .right-sidebar #content #primary,
  .left-sidebar #content #primary {
    width: 70%;
  }
  .right-sidebar #content #secondary,
  .left-sidebar #content #secondary {
    width: 30%;
  }

  .no-sidebar #content {
    width: 1140px;
  }
  .no-sidebar #content #secondary {
    display: none;
  }
}
@media (min-width: 1600px) {
  .rt-wrapper {
    width: 1320px;
  }
  #primary .rt-wrapper {
    width: 100%;
  }

  body #content {
    width: 1320px;
  }
  body #content #primary {
    width: 70%;
  }
  body #content #secondary {
    width: 30%;
  }
  body.no-sidebar #content {
    width: 100%;
  }
  body.no-sidebar #content #secondary {
    display: none;
  }
}
.bizbuzz-front-page #content {
  padding: 0;
  width: 100%;
}

body.page-layout-framed {
  margin: 50px auto;
  padding: 0 50px;
  box-shadow: none;
}
body.page-layout-framed #page {
  position: relative;
  -webkit-box-shadow: -3px 0px 15px #eee;
  -moz-box-shadow: -3px 0px 15px #eee;
  box-shadow: -3px 0px 15px #eee;
}

#secondary {
  margin-top: 0;
}

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

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

a:hover {
  text-decoration: none;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.center {
  text-align: center;
}

.no-background {
  background: transparent;
}


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

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
#featured-posts .section-header h2.service-title {
  font-size: 26px;
  text-transform: uppercase;
}
#featured-posts .featured-post-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#featured-posts article {
  flex-basis: 32%;
  margin-right: 2%;
  background-size: cover;
  background-position: center;
  display: block;
  box-shadow: -3px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#featured-posts article:nth-child(3n+3) {
  margin-right: 0;
}
#featured-posts article .rt-overlay {
  display: block;
  opacity: 0.5;
}
#featured-posts article:hover .section-body {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  background-color: #200960;
}
#featured-posts article:hover .section-body a, #featured-posts article:hover .section-body p {
  color: #fff;
}
#featured-posts article:hover .section-body h3 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
#featured-posts article:hover .section-body h3:after {
  background-color: #fff;
}
#featured-posts article .section-body {
  position: relative;
  z-index: 111;
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  min-height: 250px;
  height: 100%;
}
#featured-posts article .section-body h3 {
  border-bottom: 0.0625rem solid rgba(140, 140, 140, 0.2);
  padding-bottom: 10px;
  position: relative;
}
#featured-posts article .section-body h3:after {
  content: " ";
  position: absolute;
  bottom: -0.0625rem;
  width: 3rem;
  height: 0.125rem;
  background-color: #200960;
  left: 50%;
  margin-left: -1.5rem;
}
#featured-posts article .section-body h3 a {
  color: #666;
}
#featured-posts article .section-body p {
  margin-bottom: 0;
}
#featured-posts article .section-body span.read-more {
  margin-top: 25px;
  width: 100%;
}
#featured-posts article .background-overlay {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
}
@media (max-width: 360.98px) {
  #featured-posts article {
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  #featured-posts article {
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #featured-posts article {
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #featured-posts article {
    flex-basis: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  #featured-posts article:nth-child(2n+2) {
    margin-right: 0;
  }
}

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

.bizbuzz-main-slider {
  visibility: visible;
}

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

#custom-header-media, .bizbuzz-inner-page #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .wp-custom-header img {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#custom-header-media .wp-custom-header img, .bizbuzz-inner-page #custom-header-media .slide-item .wp-custom-header img, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .wp-custom-header img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
#custom-header-media .rt-slider-wrapper, .bizbuzz-inner-page #custom-header-media .slide-item .rt-slider-wrapper, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .rt-slider-wrapper {
  z-index: 11;
  position: relative;
}
#custom-header-media .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .slide-item .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .bizbuzz-main-slider {
  min-height: 540px;
  height: 540px;
}
#custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .slide-item .slide-item, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 540px;
  height: 540px;
  background-position: center;
  display: flex;
  align-items: center;
}
#custom-header-media .slide-item.slick-slide .rt-wrapper {
  display: none;
}
#custom-header-media .slide-item .rt-overlay, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item .rt-overlay {
  /*opacity: 0.5;*/
  display: block;
}
#custom-header-media .slide-item .rt-wrapper, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item .rt-wrapper {
  padding: 30px;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  z-index: 1111;
}
#custom-header-media .slide-item .rt-wrapper .slider-caption {
  max-width: 900px;
  margin: auto;
}
#custom-header-media .slide-item .rt-wrapper .cat-links {
  color: #c5edf5;
}
#custom-header-media .slide-item .rt-wrapper .cat-links:before {
  color: #c5edf5;
}
#custom-header-media .slide-item .rt-wrapper .cat-links a {
  color: #c5edf5;
  text-shadow: 1px 1px 1px #555;
}
#custom-header-media .slide-item .rt-wrapper .cat-links a:hover, #custom-header-media .slide-item .rt-wrapper .cat-links a:focus, #custom-header-media .slide-item .rt-wrapper .cat-links a:active {
  color: #fff;
}
#custom-header-media .slide-item .rt-wrapper .entry-header {
  max-width: 100%;
  margin: 0;
}
#custom-header-media .slide-item .rt-wrapper .entry-header .entry-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  text-shadow: 1px 1px 1px #555;
  text-transform: uppercase;
}
#custom-header-media .slide-item .rt-wrapper .entry-header .entry-title a {
  color: #fff;
  display: block;
}
#custom-header-media .slide-item .rt-wrapper .entry-header .entry-title a:hover, #custom-header-media .slide-item .rt-wrapper .entry-header .entry-title a:focus, #custom-header-media .slide-item .rt-wrapper .entry-header .entry-title a:active {
  color: #fff;
}
#custom-header-media .slide-item .rt-wrapper .entry-meta {
  padding: 10px 0 0;
  display: block;
}
#custom-header-media .slide-item .rt-wrapper .entry-meta > span:before {
  color: #fff;
}
#custom-header-media .slide-item .rt-wrapper .entry-meta p {
  font-size: 18.88px;
  font-size: 1.18rem;
}
#custom-header-media .slide-item .rt-wrapper .entry-meta a, #custom-header-media .slide-item .rt-wrapper .entry-meta p {
  color: #fff;
  text-shadow: 1px 1px 1px #555;
}
#custom-header-media .slide-item .rt-wrapper .entry-meta a:hover, #custom-header-media .slide-item .rt-wrapper .entry-meta a:focus, #custom-header-media .slide-item .rt-wrapper .entry-meta a:active, #custom-header-media .slide-item .rt-wrapper .entry-meta p:hover, #custom-header-media .slide-item .rt-wrapper .entry-meta p:focus, #custom-header-media .slide-item .rt-wrapper .entry-meta p:active {
  color: #fff;
}
#custom-header-media .slide-item .rt-wrapper .entry-meta .read-more {
  display: none;
}
#custom-header-media .slide-item .rt-wrapper .read-more a {
  margin-top: 0;
}
#custom-header-media .slide-item:focus, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item:focus {
  outline: none;
}
#custom-header-media .slide-item.slick-current .rt-wrapper, #custom-header-media .slide-item.slick-active .rt-wrapper {
  display: block;
}
@media (max-width: 360.98px) {
  #custom-header-media .slide-item .wrapper, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper {
    padding: 30px;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  #custom-header-media .slide-item .wrapper, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper {
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #custom-header-media .slide-item .wrapper, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper {
    min-width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #custom-header-media .slide-item .wrapper, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item .wrapper {
    min-width: 360px;
  }
}
#custom-header-media .slide-item:not(.slick-active):after {
  z-index: 0;
}
#custom-header-media .slide-item.slick-cloned, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item.slick-cloned {
  visibility: hidden;
}
@media (max-width: 360.98px) {
  #custom-header-media .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .slide-item .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .bizbuzz-main-slider {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .slide-item .slide-item, .bizbuzz-inner-page #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 .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .slide-item .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .bizbuzz-main-slider {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .slide-item .slide-item, .bizbuzz-inner-page #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 .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .slide-item .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .bizbuzz-main-slider {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .slide-item .slide-item, .bizbuzz-inner-page #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 .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .slide-item .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .bizbuzz-main-slider {
    min-height: 280px;
    height: 280px;
  }
  #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .slide-item .slide-item, .bizbuzz-inner-page #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: 1599.98px) {
  #custom-header-media .slide-item .entry-header .entry-title {
    font-size: 35px;
  }
}
@media (min-width: 1600px) {
  #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .slide-item .slide-item, .bizbuzz-inner-page #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: 35px;
  }
}

.absolute-header #custom-header-media .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .absolute-header .slide-item .bizbuzz-main-slider, .absolute-header .bizbuzz-inner-page #custom-header-media .wp-custom-header img .bizbuzz-main-slider, .bizbuzz-inner-page #custom-header-media .wp-custom-header .absolute-header img .bizbuzz-main-slider {
  height: 600px;
  object-fit: cover;
}
.absolute-header #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .absolute-header .slide-item .slide-item, .absolute-header .bizbuzz-inner-page #custom-header-media .wp-custom-header img .slide-item, .bizbuzz-inner-page #custom-header-media .wp-custom-header .absolute-header img .slide-item {
  height: 600px;
  object-fit: cover;
}
.absolute-header #custom-header-media .slide-item .wrapper, .bizbuzz-inner-page #custom-header-media .absolute-header .slide-item .slide-item .wrapper, .bizbuzz-inner-page #custom-header-media .wp-custom-header .absolute-header img .slide-item .wrapper {
  margin-top: 60px;
}

.bizbuzz-inner-page #custom-header-media, .bizbuzz-inner-page #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .wp-custom-header img {
  width: 100%;
  height: 300px;
  min-height: 300px;
  object-fit: cover;
}

.lite-version #custom-header-media .overlay, .bizbuzz-inner-page #custom-header-media .lite-version .slide-item .overlay, .lite-version .bizbuzz-inner-page #custom-header-media .wp-custom-header img .overlay, .bizbuzz-inner-page #custom-header-media .wp-custom-header .lite-version img .overlay {
  opacity: 0.3;
}

.bizbuzz-main-slider {
  max-height: 100%;
}
.bizbuzz-main-slider .wp-custom-header {
  max-height: 100%;
}
.bizbuzz-main-slider .slick-arrow {
  z-index: 1;
  top: calc( 50% - 10px );
  width: 60px;
  height: 60px;
}
.bizbuzz-main-slider .slick-arrow::before {
  font-size: 50px;
  line-height: 50px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding: 5px 10px;
  background: #d58f76;
  opacity: 0.2;
}
.bizbuzz-main-slider .slick-arrow.slick-prev {
  transform: translate(-100%, -50%);
  left: 0px;
}
.bizbuzz-main-slider .slick-arrow.slick-prev:before {
  content: '\f104';
}
.bizbuzz-main-slider .slick-arrow.slick-next {
  transform: translate(100%, -50%);
  right: 0px;
}
.bizbuzz-main-slider .slick-arrow.slick-next:before {
  content: '\f105';
}
.bizbuzz-main-slider .slick-arrow:hover {
  letter-spacing: 0px;
  opacity: 1;
}
.bizbuzz-main-slider .slick-arrow:active, .bizbuzz-main-slider .slick-arrow:focus {
  transform: translate(0, -50%);
}
.bizbuzz-main-slider:hover .slick-arrow, .bizbuzz-main-slider:active .slick-arrow, .bizbuzz-main-slider:focus .slick-arrow {
  transform: translate(0, -50%);
}

@media screen and (min-width: 75em) {
  #custom-header-media, .bizbuzz-inner-page #custom-header-media .slide-item, .bizbuzz-inner-page #custom-header-media .wp-custom-header img {
    overflow: hidden;
  }
  #custom-header-media .wp-custom-header img, .bizbuzz-inner-page #custom-header-media .slide-item .wp-custom-header img, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .wp-custom-header img {
    max-height: 100%;
  }
  #custom-header-media .entry-header .entry-title, .bizbuzz-inner-page #custom-header-media .wp-custom-header img .entry-header .entry-title {
    font-size: 35px;
  }
}
/*--------------------------------------------------------------
## About us
--------------------------------------------------------------*/
section#primary .rt-wrapper {
  background-color: #d58f76;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23d48468' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M29 58.58l7.38-7.39A30.95 30.95 0 0 1 29 37.84a30.95 30.95 0 0 1-7.38 13.36l7.37 7.38zm1.4 1.41l.01.01h-2.84l-7.37-7.38A30.95 30.95 0 0 1 6.84 60H0v-1.02a28.9 28.9 0 0 0 18.79-7.78L0 32.41v-4.84L18.78 8.79A28.9 28.9 0 0 0 0 1.02V0h6.84a30.95 30.95 0 0 1 13.35 7.38L27.57 0h2.84l7.39 7.38A30.95 30.95 0 0 1 51.16 0H60v27.58-.01V60h-8.84a30.95 30.95 0 0 1-13.37-7.4L30.4 60zM29 1.41l-7.4 7.38A30.95 30.95 0 0 1 29 22.16 30.95 30.95 0 0 1 36.38 8.8L29 1.4zM58 1A28.9 28.9 0 0 0 39.2 8.8L58 27.58V1.02zm-20.2 9.2A28.9 28.9 0 0 0 30.02 29h26.56L37.8 10.21zM30.02 31a28.9 28.9 0 0 0 7.77 18.79l18.79-18.79H30.02zm9.18 20.2A28.9 28.9 0 0 0 58 59V32.4L39.2 51.19zm-19-1.4a28.9 28.9 0 0 0 7.78-18.8H1.41l18.8 18.8zm7.78-20.8A28.9 28.9 0 0 0 20.2 10.2L1.41 29h26.57z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  padding: 10px;
}
section .rt-wrapper article.has-featured-image {
  display: flex;
  text-align: left;
  align-items: center;
  padding: 20px;
}
section .rt-wrapper article.has-featured-image .rt-featured-image {
  min-height: 140px;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
}
section .rt-wrapper article.has-featured-image img {
  position: relative;
  z-index: 111;
  height: 270px;
  width: 100%;
  object-fit: cover;
}
section .rt-wrapper article.has-featured-image .section-header {
  text-align: left;
}
section .rt-wrapper article .entry-content .read-more {
  display: none;
}
@media (max-width: 360.98px) {
  section#primary .rt-wrapper {}
  section .rt-wrapper article.has-featured-image {
    flex-direction: column;
  }
  section .rt-wrapper article.has-featured-image .rt-featured-image {
    margin-bottom: 20px;
  }
  section .rt-wrapper article.has-featured-image .entry-container {
    margin-left: 0;
    padding: 0 10px 10px;
  }
  section .rt-wrapper article.has-featured-image .entry-container .section-title {
    /*margin-bottom: 0;*/
  }
  section .rt-wrapper article.has-featured-image .entry-container .entry-content {
    margin-top: 0;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  section .rt-wrapper article.has-featured-image {
    flex-direction: column;
  }
  section .rt-wrapper article.has-featured-image .rt-featured-image {
    margin-bottom: 20px;
  }
  section .rt-wrapper article.has-featured-image .entry-container {
    margin-left: 0;
  }
  section .rt-wrapper article.has-featured-image .entry-container .section-title {
    margin-bottom: 0;
  }
  section .rt-wrapper article.has-featured-image .entry-container .entry-content {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section .rt-wrapper article.has-featured-image {
    flex-direction: column;
  }
  section .rt-wrapper article.has-featured-image .rt-featured-image {
    margin-bottom: 20px;
  }
  section .rt-wrapper article.has-featured-image .entry-container {
    margin-left: 0;
  }
  section .rt-wrapper article.has-featured-image .entry-container .section-title {
    margin-bottom: 0;
  }
  section .rt-wrapper article.has-featured-image .entry-container .entry-content {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section .rt-wrapper article.has-featured-image .featured-post-image {
    flex: 1;
  }
  section .rt-wrapper article.has-featured-image img {
    height: 307px;
  }

  section .rt-wrapper article.has-featured-image .entry-container {
    margin-right: 20px;
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 1.5;
  }
  .site-main article .featured-post-image .rt-featured-image .post-thumbnail img {
    min-height: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section .rt-wrapper article.has-featured-image .featured-post-image {
    flex: 1;
  }
  section .rt-wrapper article.has-featured-image .entry-container {
    margin-left: 50px;
    flex: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  section .rt-wrapper article.has-featured-image .featured-post-image {
    flex: 1;
  }
  section .rt-wrapper article.has-featured-image .entry-container {
    margin-left: 30px;
    margin-right: 20px;
    flex: 1;
  }
}
@media (min-width: 1600px) {
  section .rt-wrapper article.has-featured-image .featured-post-image {
    flex: 1;
  }
  section .rt-wrapper article.has-featured-image .entry-container {
    margin-left: 30px;
    margin-right: 10px;
    flex: 1;
  }
}

/*--------------------------------------------------------------
## 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 .rt-overlay {
  display: block;
  opacity: 0.4;
}
#call-to-action .rt-wrapper {
  padding: 100px 0;
  z-index: 111;
}
#call-to-action .rt-wrapper .section-header {
  margin-bottom: 14px;
}
#call-to-action .rt-wrapper .section-header .section-title {
  color: #fff;
  font-weight: 500;
}
#call-to-action .rt-wrapper .section-content {
  color: #fff;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## 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 .rt-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: #e5e8f3;
}
#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
--------------------------------------------------------------*/
.bizbuzz-section.latest-blog .section-content {
  display: flex;
  flex-wrap: wrap;
}
.bizbuzz-section.latest-blog .section-content article {
  -webkit-box-shadow: -3px 0px 15px #eee;
  -moz-box-shadow: -3px 0px 15px #eee;
  box-shadow: -3px 0px 15px #eee;
  flex-basis: 32%;
  margin-right: 2%;
}
.bizbuzz-section.latest-blog .section-content article:nth-child(3n+3) {
  margin-right: 0;
}
.bizbuzz-section.latest-blog .section-content article .entry-container {
  padding: 20px 0 0;
}
.bizbuzz-section.latest-blog .section-content article .entry-container .entry-title a {
  font-size: 16px;
  font-size: 1rem;
}
.bizbuzz-section.latest-blog .section-content article .rt-featured-image {
  min-height: 205px;
}
.bizbuzz-section.latest-blog .section-content article .rt-featured-image img {
  position: relative;
  z-index: 11;
}
.bizbuzz-section.latest-blog .section-content article .read-more {
  display: none;
  position: absolute;
  z-index: 111;
  left: calc( 50% - 70px );
  top: calc( 50% - 15px );
  -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;
}
.bizbuzz-section.latest-blog .section-content article .read-more a {
  display: block;
}
.bizbuzz-section.latest-blog .section-content article .rt-overlay {
  display: block;
  width: 0;
  height: 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: 50%;
  left: 50%;
}
.bizbuzz-section.latest-blog .section-content article:hover .rt-overlay, .bizbuzz-section.latest-blog .section-content article:focus .rt-overlay {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bizbuzz-section.latest-blog .section-content article:hover .read-more, .bizbuzz-section.latest-blog .section-content article:focus .read-more {
  display: block;
}
.bizbuzz-section.latest-blog .section-content.list-mode {
  flex-direction: column;
}
@media (max-width: 360.98px) {
  .bizbuzz-section.latest-blog .section-content article {
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  .bizbuzz-section.latest-blog .section-content article {
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bizbuzz-section.latest-blog .section-content article {
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bizbuzz-section.latest-blog .section-content article {
    flex-basis: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .bizbuzz-section.latest-blog .section-content article:nth-child(2n+2) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
#bizbuzz-breadcrumb {
  background-color: #fff;
  padding: 19px 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
#bizbuzz-breadcrumb #crumbs {
  color: #200960;
}
#bizbuzz-breadcrumb #crumbs .current {
  color: #939393;
}

/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/
.back-to-top {
  background: #200960;
  bottom: 50px;
  margin-right: 30px;
  position: fixed;
  right: 30px;
  z-index: 9999;
  color: #fff;
  bottom: -150px;
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  background: #200960;
  color: #fff;
}
.back-to-top i {
  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: #200960;
}
.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.footer-column-1 .hentry {
  text-align: center;
}
.footer-widget-area.footer-column-1 .hentry .widget_archive li {
  text-align: center;
}
.footer-widget-area.footer-column-1 .hentry .widget_archive li a {
  float: none;
}

.footer-widget-area .rt-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer-widget-area.footer-column-4 .rt-wrapper .hentry {
  flex-basis: 23.5%;
}
.footer-widget-area.footer-column-4 .rt-wrapper .hentry:not(:last-child) {
  margin-right: 2%;
}
.footer-widget-area.footer-column-3 .rt-wrapper .hentry {
  flex-basis: 32%;
}
.footer-widget-area.footer-column-3 .rt-wrapper .hentry:not(:last-child) {
  margin-right: 2%;
}
.footer-widget-area.footer-column-2 .rt-wrapper .hentry {
  flex-basis: 49%;
}
.footer-widget-area.footer-column-2 .rt-wrapper .hentry:not(:last-child) {
  margin-right: 2%;
}
.footer-widget-area.footer-column-1 .rt-wrapper .hentry {
  flex-basis: 100%;
}

/*--------------------------------------------------------------
## Site Info
--------------------------------------------------------------*/
.site-info {
  background-color: #f5f2ed;
  position: relative;
}
.site-info .rt-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.site-info .rt-footer .copyright-info,
.site-info .rt-footer .credit-info {
  flex-basis: 50%;
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.site-info .rt-footer .copyright-info {
  text-align: left;
}
.site-info .rt-footer .credit-info {
  text-align: right;
}
.site-info .rt-footer .credit-info a {
  color: #d58f76;
  font-weight: bold;
}
.site-info .rt-footer .credit-info a:hover {}
@media (max-width: 360.98px) {
  .site-info .rt-footer .copyright-info,
  .site-info .rt-footer .credit-info {
    flex-basis: 100%;
    text-align: center;
  }
}
@media (min-width: 361px) and (max-width: 575.98px) {
  .site-info .rt-footer .copyright-info,
  .site-info .rt-footer .credit-info {
    flex-basis: 100%;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-info .rt-footer .copyright-info,
  .site-info .rt-footer .credit-info {
    flex-basis: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-info .rt-footer .copyright-info,
  .site-info .rt-footer .credit-info {
    flex-basis: 100%;
    text-align: center;
  }
}
.site-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  #secondary .widget {
    margin-left: 0;
  }
  .site-info:after {
    background: none;
  }
}
/*# sourceMappingURL=style.css.map */
