html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
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;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.6px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
}
h1,
h2,
h3 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
h4,
h5,
h6 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
p {
  margin-bottom: 1.5em;
}
em,
i {
  font-style: italic;
}
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
mark {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol,
ul {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.twp-btn.twp-btn-secondary {
  background: #ffc000;
  border: 0;
  color: #fff;
}
.twp-btn-secondary:before {
  background: #ffc000;
}
.twp-btn-secondary:focus,
.twp-btn-secondary:hover {
  color: #fff;
}
.twp-btn.twp-btn-element {
  background: #353543;
  border: 0;
  color: #fff;
}
.twp-btn-element:before {
  background: #ffc000;
}
.twp-btn-element:focus,
.twp-btn-element:hover {
  color: #fff;
}
.twp-btn-transparent {
  color: #fff;
  background: 0 0;
}
.twp-btn-transparent:before {
  background: #ffc000;
}
.twp-btn-transparent:focus,
.twp-btn-transparent:hover {
  color: #fff;
  border-color: #ffc000;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  outline: 0;
}
input[type="color"]:focus,
input[type="color"]:hover,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime"]:focus,
input[type="datetime"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="month"]:focus,
input[type="month"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="range"]:focus,
input[type="range"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
input[type="week"]:focus,
input[type="week"]:hover,
textarea:focus,
textarea:hover {
  color: #ffc000;
  outline: 0;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.meta-icon {
  margin-right: 5px;
  color: #ffc000;
  font-size: 16px;
  line-height: normal;
  vertical-align: middle;
}
a {
  color: #434343;
  text-decoration: none;
}
a:active,
a:visited {
  color: #434343;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.top-bar {
  border-bottom: 1px solid #eee;
  color: #333;
}
.top-bar .social-icons ul li {
  border-right: 1px solid #eee;
}
.top-bar .social-icons ul li:first-child {
  border-left: 1px solid #eee;
}
.time-set-up {
  display: block;
  height: 50px;
  line-height: 50px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1025px) {
  .top-navigation {
    display: block;
  }
}
.top-nav {
  position: absolute;
  z-index: 9999;
  left: 15px;
  right: 15px;
}
.top-navigation {
  float: left;
  position: relative;
}
.top-bar .menu {
  float: left;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.top-bar .menu > li:first-child {
  border-left: 1px solid #eee;
}
.top-bar .menu > li {
  display: block;
  float: left;
  position: relative;
  border-right: 1px solid #eee;
}
.top-bar .menu > li:last-child {
  border-right: 0;
}
.top-bar .menu > li > a {
  display: block;
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.main-navigation .menu > li.menu-item-has-children > a:after,
.top-bar .menu > li.menu-item-has-children > a:after {
  color: #000;
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
  content: "\f3d0";
}
.main-navigation .menu > li.menu-item-has-children > a:after {
  color: #fff;
}
.top-bar .menu > li ul {
  display: none;
  visibility: hidden;
}
.top-bar .menu > li:focus ul,
.top-bar .menu > li:hover ul {
  background: #eee;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: inherit;
  min-width: 200px;
  visibility: visible;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar .menu > li:focus-within ul {
  background: #eee;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: inherit;
  min-width: 200px;
  visibility: visible;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar .menu > li ul a {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  padding: 10px 15px;
}
.top-bar .menu > li ul li:last-child a {
  border: 0;
}
.header-middle {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#masthead {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}
.top-header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-header .site-branding {
  float: left;
  padding: 15px 0;
  text-align: left;
  width: 100%;
}
.site-branding .site-title {
  display: block;
  font-size: 28px;
  font-weight: 700;
}
.site-branding .site-title a {
  color: #434343;
}
.site-branding .site-description {
  margin-bottom: 0;
}
.site-branding a[rel="home"] {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .site-branding {
    max-width: 100%;
    text-align: center !important;
  }
}
.right-nav {
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.right-nav li {
  display: block;
  float: left;
}
.right-nav li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
}
.search-button {
  display: block;
  padding: 15px 22px;
}
.search-icon {
  display: inline-block;
  height: 5px;
  width: 22px;
  border-radius: 0;
  transition: 0.3s;
  background: 0 0;
  position: relative;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.search-icon::after,
.search-icon::before {
  display: inline-block;
  border-radius: 0;
  transition: 0.3s;
  background: 0 0;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-icon::before {
  height: 2px;
  left: 0;
  background: #fff;
  border-radius: 2px;
}
.search-icon::after {
  right: 0;
  background: #ffc000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.main-navigation .menu {
  float: left;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  -ms-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  transition: padding 0.4s;
  -webkit-transform: translateZ(0);
}
.main-navigation .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .menu li {
  position: relative;
}
.main-navigation .menu > ul > li {
  float: none;
  display: inline-block;
}
.main-navigation .menu ul a {
  position: relative;
  display: block;
  padding: 15px 15px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.main-navigation .menu > ul > li.current-menu-item > a,
.main-navigation .menu > ul > li:focus > a,
.main-navigation .menu > ul > li:hover > a {
  background: #32323c;
  color: #fff;
}
.main-navigation .menu ul a:hover:after {
  border-bottom-color: #fff;
}
.main-navigation .menu ul ul li {
  width: 250px;
}
.main-navigation .menu ul ul a {
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.main-navigation .menu ul ul a:before {
  margin-right: 10px;
  content: "\f3d3";
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation .menu ul ul a:hover {
  background-color: #3e3e4a;
}
.main-navigation .menu ul ul {
  position: absolute;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
}
.main-navigation .menu li:focus > ul,
.main-navigation .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s, top 0.4s;
  -moz-transition: opacity 0.4s, top 0.4s;
  -ms-transition: opacity 0.4s, top 0.4s;
  -o-transition: opacity 0.4s, top 0.4s;
  transition: opacity 0.4s, top 0.4s;
}
.main-navigation .menu li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s, top 0.4s;
  -moz-transition: opacity 0.4s, top 0.4s;
  -ms-transition: opacity 0.4s, top 0.4s;
  -o-transition: opacity 0.4s, top 0.4s;
  transition: opacity 0.4s, top 0.4s;
}
.main-navigation .menu > ul > li > ul {
  top: 90%;
  left: 0;
  background-color: #32323c;
}
.main-navigation .menu > ul > li:last-child > ul {
  left: auto;
  right: 0;
}
.main-navigation .menu > ul > li:focus > ul,
.main-navigation .menu > ul > li:hover > ul {
  top: 100%;
}
.main-navigation .menu > ul > li:focus-within > ul {
  top: 100%;
}
.main-navigation .menu ul ul ul {
  top: -20px;
  left: 100%;
  background-color: #33323c;
}
.main-navigation .menu > ul > li:last-child ul ul,
.main-navigation .menu > ul > li:nth-last-child(2) ul ul {
  left: -100%;
}
.main-navigation .menu ul ul li:hover ul {
  top: 0;
}
.main-navigation .menu.mobile ul ul {
  display: none;
}
.main-navigation .menu i {
  color: inherit;
}
.main-navigation .menu > ul > li > a i {
  background-color: #161616;
  padding: 5px 7px;
}
#site-navigation {
  position: relative;
}
#nav-toggle {
  background: #ffc000;
  display: none;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  width: 60px;
  height: 56px;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: top 0.6s, right 0.4s;
  -moz-transition: top 0.6s, right 0.4s;
  -ms-transition: top 0.6s, right 0.4s;
  -o-transition: top 0.6s, right 0.4s;
  transition: top 0.6s, right 0.4s;
}
@media only screen and (max-width: 991px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #fff;
  content: "";
  cursor: pointer;
}
#nav-toggle span {
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#nav-toggle span:before {
  top: -6px;
}
#nav-toggle span:after {
  bottom: -6px;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.offcanvas-panel {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 999;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #eaebee;
  background: rgba(234, 235, 238, 0.85);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.offcanvas-panel::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.offcanvas-nav-panel {
  right: -100%;
}
.offcanvas-nav-open .offcanvas-nav-panel {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.offcanvas-nav-open .offcanvas-nav-panel {
  right: 0;
}
.offcanvas-panel .close-offcanvas-menu {
  text-align: right;
  cursor: pointer;
}
.offcanvas-panel .offcanvas-overlay {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.offcanvas-nav-panel .offcanvas-overlay {
  right: 0;
}
.offcanvas-nav-open .offcanvas-panel .offcanvas-overlay {
  width: 100%;
  transition-delay: 0.2s;
}
.offcanvas-panel .offcanvas-panel-inner {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0s;
  opacity: 0;
}
.offcanvas-nav-open .offcanvas-panel .offcanvas-panel-inner {
  opacity: 1;
  transition-delay: 0.7s;
}
.offcanvas-panel .close-offcanvas-menu .offcanvas-close {
  font-size: 14px;
  font-weight: 700;
  margin: 10px auto;
  display: block;
  text-transform: uppercase;
  text-align: right;
}
.admin-bar .offcanvas-panel .close-offcanvas-menu .offcanvas-close {
  margin-top: 40px;
}
.offcanvas-close span {
  display: inline-block;
  vertical-align: middle;
}
.offcanvas-item {
  margin-bottom: 20px;
}
.offcanvas-title {
  background: #f1f1f1;
  padding: 5px 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.offcanvas-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-navigation li {
  border-bottom: 1px solid #eee;
}
.offcanvas-navigation li.menu-item-has-children,
.offcanvas-navigation li.page_item_has_children {
  position: relative;
}
.offcanvas-navigation li:last-child {
  border-bottom: none;
}
.offcanvas-navigation a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.offcanvas-navigation li a i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  z-index: 1;
}
.offcanvas-navigation li a i:after,
.offcanvas-navigation li a i:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #000;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.offcanvas-navigation li a i:after {
  width: 1px;
  height: 13px;
}
.offcanvas-navigation .sub-menu {
  border-top: 1px solid #eee;
  display: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
.primary-bgcolor {
  background: #32323c;
  color: #fff;
}
.secondary-bgcolor {
  background: #3e3e4a;
  color: #fff;
}
.secondary-bgcolor a {
  color: #fff;
}
.widget-bgcolor {
  background: #fff;
  color: #333;
}
body .widget-bgcolor a {
  color: #333;
}
.alt-bgcolor {
  background: #ffc000;
  color: #fff;
}
.alt-bordercolor {
  border-color: #ffc000;
}
.block-text {
  color: #434343;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  display: block;
}
.block-text > span {
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1.6;
  border-bottom: solid 1px;
}
.search-box {
  display: none;
  background: #f1f1f1;
  padding: 20px 42px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
}
.search-box .search-form {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}
.search-form label {
  display: block;
  margin: 0 auto;
  width: 70%;
  float: left;
}
.search-form .search-submit,
.search-form label .search-field {
  font-size: 20px;
  font-size: 1.25rem;
}
.search-form label .search-field {
  background: 0 0;
  border-width: 1px 0 1px 1px;
  border-color: #e6e6e6;
  border-style: solid;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
}
.search-form .search-submit {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 30%;
  border-width: 1px 1px 1px 0;
  border-color: #e6e6e6;
  border-style: solid;
  -webkit-appearance: none;
}
.search-box .search-form label .search-field::-webkit-input-placeholder {
  color: #434343;
}
.search-box .search-form label .search-field:-moz-placeholder {
  color: #434343;
}
.search-box .search-form label .search-field::-moz-placeholder {
  color: #434343;
}
.search-box .search-form label .search-field:-ms-input-placeholder {
  color: #434343;
}
.display-info {
  padding-top: 200px;
  padding-bottom: 200px;
}
.margin-0 {
  margin: 0 auto !important;
}
.sticky {
  display: block;
}
.home.blog .site-content,
.site-content {
  margin: 0 auto;
  padding: 45px 0 60px;
  width: 100%;
  max-width: 1170px;
}
.home .site-content {
  padding: 0;
  max-width: inherit;
}
.data-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
#primary,
#secondary {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  #primary {
    width: 70%;
  }
  #secondary {
    width: 30%;
  }
  .sidebar-full-width #secondary {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #primary,
  #secondary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.left-sidebar #primary {
  float: right;
}
body.no-sidebar #primary {
  width: 100%;
}
body.no-sidebar #secondary {
  display: none !important;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.section-block {
  clear: both;
}
.section-block:after,
.section-block:before {
  clear: both;
  content: "";
  display: table;
}
.section-title {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 auto 20px;
  background: url(https://www.mywindpowersystem.com/wp-content/themes/magazine-prime/https://www.mywindpowersystem.com/wp-content/themes/magazine-prime/images/title-pattern.png)
    repeat;
}
.section-title span {
  display: table-cell;
  padding: 5px 15px;
}
body .inner-banner {
  background-position: center center;
  background-size: cover;
  padding: 110px 0;
  position: relative;
}
body .inner-banner-img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-header-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-meta {
  padding: 5px 15px;
  position: relative;
}
.entry-meta > span {
  margin-right: 15px;
}
.entry-header .entry-title {
  color: #fff;
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  width: 100%;
}
.entry-header .entry-title span {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 15px;
}
.entry-title {
  border-bottom: 1px solid #ccc;
  color: #ffc000;
  display: block;
  padding-bottom: 15px;
  position: relative;
  font-weight: 600;
}
.entry-title::after {
  content: "";
  display: block;
  width: 250px;
  height: 1px;
  background: #ffc000;
  position: absolute;
  bottom: -1px;
  top: inherit;
  left: 0;
  right: 0;
  transition: width 0.3s;
}
.entry-title:hover::after {
  width: 100%;
}
.site-content .entry-content .twp-image-archive {
  width: 100%;
}
.site-content .entry-content .image-left {
  float: left;
}
.site-content .entry-content .image-right {
  float: right;
}
.site-content .entry-footer {
  border: 1px solid #ccc;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 15px auto 50px;
}
span.cat-links,
span.comments-link {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .site-content .entry-content .image-left {
    margin-right: 3%;
  }
  .archive .site-content .entry-content .image-left,
  .home.blog .site-content .entry-content .image-left {
    width: 32%;
  }
  .site-content .entry-content .image-right {
    margin-left: 3%;
  }
  .archive .site-content .entry-content .image-right,
  .home.blog .site-content .entry-content .image-right {
    width: 32%;
  }
  .archive .site-content .entry-content.archive-image-full p,
  .home.blog .site-content .entry-content.archive-image-full p {
    width: 100%;
  }
}
.site-content .entry-content .image-full {
  text-align: center;
  margin: 0 auto 30px;
}
.site-content .entry-content .twp-image-archive {
  position: relative;
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  border: 1px solid #bac2cc;
  overflow: hidden;
  margin: 0 0 1.5em;
  padding: 0;
  position: relative;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
  position: relative;
}
.nav-next,
.nav-previous {
  display: table;
  padding: 5px 5px;
}
.nav-next:focus,
.nav-next:hover,
.nav-previous:focus,
.nav-previous:hover {
  background: #e6e6e6;
}
.nav-next:after,
.nav-previous:before {
  content: "";
  display: table-cell;
  font-family: Ionicons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-previous:before {
  content: "\f3d2";
}
.nav-next:after {
  content: "\f3d3";
}
.nav-next a,
.nav-previous a {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.site-main .comment-navigation:after,
.site-main .post-navigation:after,
.site-main .posts-navigation:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #bac2cc;
}
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none;
}
.widget {
  font-size: 16px;
  margin: 0 0 1.5em;
}
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget:last-child {
  margin-bottom: 20px;
}
.widget ol,
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.widget ol li,
.widget ul li {
  margin-bottom: 10px;
}
.widget select {
  max-width: 100%;
}
.widget-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #ffc000;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.bordered-title {
  padding-bottom: 15px;
  position: relative;
}
.widget-title:after {
  background: #ffc000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100px;
}
.search-form label .search-field {
  height: 45px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search-form .search-submit {
  background: #434343;
  color: #fff;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_product_tag_cloud,
.widget_tag_cloud {
  position: relative;
  z-index: 2;
}
#wp-calendar {
  width: 100%;
  margin: 0;
}
.widget:after,
.widget:before {
  content: "";
  clear: both;
  display: table;
}
.twp-widget-wrapper .featured-article {
  position: relative;
}
#primary .twp-widget-wrapper .col-half {
  width: 50%;
  float: left;
}
#primary .twp-widget-wrapper .col-half.col-half-left,
#primary .twp-widget-wrapper .col-half:nth-child(odd) {
  padding-right: 10px;
}
#primary .twp-widget-wrapper .col-half.col-half-right,
#primary .twp-widget-wrapper .col-half:nth-child(even) {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  #primary .twp-widget-wrapper .col-half {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.comments-content {
  margin-top: 15px;
}
.article-panel:last-child .article-list {
  border: none;
  padding-bottom: 0;
}
#primary .widget .widget-title {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 auto 20px;
  padding: 0;
  background: url(images/title-pattern.png) repeat;
  border: 0 !important;
}
#primary .widget .widget-title span {
  display: table-cell;
  padding: 5px 15px;
}
#primary .widget .widget-title:after {
  display: none;
  visibility: hidden;
}
.comment-content a {
  word-wrap: break-word;
}
.comments-area ol,
.comments-area ul {
  list-style: none;
}
.comments-area .comment-list {
  padding-left: 0;
  margin-left: 0;
}
.comment-meta {
  margin-bottom: 15px;
}
.comment-author .avatar {
  float: left;
  height: 32px;
  margin-right: 0.8em;
  width: 32px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.comment-form label {
  color: #707070;
  font-size: 15px;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
}
.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea {
  border-color: #e4e4e4;
  width: 100%;
}
.comment-form-author,
.comment-form-email {
  width: 50%;
  float: left;
}
.comment-form-author {
  padding-right: 10px;
}
.comment-form-email {
  padding-left: 10px;
}
.social-icons {
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.social-icons ul {
  float: none;
  margin: 0 auto;
  padding: 0;
}
.social-icons ul li {
  display: block;
  float: left;
}
.social-icons ul a {
  display: block;
  position: relative;
  color: #fff;
}
.social-icons ul a span {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.social-icons ul li a:after {
  background: #f9f9f9;
  display: inline-block;
  font-weight: 400;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  width: 60px;
  font-size: 32px;
  font-size: 2rem;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.social-icons.bordered-radius ul a:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.social-icons ul li:active a:after,
.social-icons ul li:focus a:after,
.social-icons ul li:hover a:after {
  color: #fff !important;
}
.social-icons ul a:after {
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  width: 46px;
  font-size: 20px;
  line-height: 46px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget.widget_nav_menu ul a:before {
  display: inline-block;
  font-family: Ionicons;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px 15px;
  width: 60px;
  margin-right: 15px;
  text-align: center;
}
.widget.widget_nav_menu ul li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  z-index: 99;
}
.widget.widget_nav_menu ul a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background: #333;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.widget.widget_nav_menu ul li:focus a:before,
.widget.widget_nav_menu ul li:hover a:before {
  opacity: 0.85;
  text-shadow: 1px 1px 1px #000;
}
.social-icons ul a[href*="facebook.com"]:after,
.widget.widget_nav_menu ul a[href*="facebook.com"]:before {
  content: "\f231";
}
.social-icons ul a[href*="facebook.com"]:after {
  color: #3b5998 !important;
}
.social-icons ul li:hover a[href*="facebook.com"]:after,
.widget.widget_nav_menu ul li a[href*="facebook.com"]:after,
.widget.widget_nav_menu ul li a[href*="facebook.com"]:before {
  background: #3b5998 !important;
}
.social-icons ul a[href*="twitter.com"]:after,
.widget.widget_nav_menu ul a[href*="twitter.com"]:before {
  content: "\f243";
}
.social-icons ul a[href*="twitter.com"]:after {
  color: #0084b4 !important;
}
.social-icons ul li:hover a[href*="twitter.com"]:after,
.widget.widget_nav_menu ul li a[href*="twitter.com"]:after,
.widget.widget_nav_menu ul li a[href*="twitter.com"]:before {
  background: #0084b4 !important;
}
.social-icons ul a[href*="linkedin.com"]:after,
.widget.widget_nav_menu ul a[href*="linkedin.com"]:before {
  content: "\f239";
}
.social-icons ul a[href*="linkedin.com"]:after {
  color: #0077b5 !important;
}
.social-icons ul li:hover a[href*="linkedin.com"]:after,
.widget.widget_nav_menu ul li a[href*="linkedin.com"]:after,
.widget.widget_nav_menu ul li a[href*="linkedin.com"]:before {
  background: #0077b5 !important;
}
.social-icons ul a[href*="youtube.com"]:after,
.widget.widget_nav_menu ul a[href*="youtube.com"]:before {
  content: "\f24d";
}
.social-icons ul a[href*="youtube.com"]:after {
  color: #b00 !important;
}
.social-icons ul li:hover a[href*="youtube.com"]:after,
.widget.widget_nav_menu ul li a[href*="youtube.com"]:after,
.widget.widget_nav_menu ul li a[href*="youtube.com"]:before {
  background: #b00 !important;
}
.social-icons ul a[href*="plus.google.com"]:after,
.widget.widget_nav_menu ul a[href*="plus.google.com"]:before {
  content: "\f34f";
}
.social-icons ul a[href*="plus.google.com"]:after {
  color: #d34836 !important;
}
.social-icons ul li:hover a[href*="plus.google.com"]:after,
.widget.widget_nav_menu ul li a[href*="plus.google.com"]:after,
.widget.widget_nav_menu ul li a[href*="plus.google.com"]:before {
  background: #d34836 !important;
}
.inner-banner {
  width: 100%;
  background-repeat: repeat;
  background-color: #3f3f3f;
  background-attachment: scroll;
  background-size: inherit;
  position: absolute;
  z-index: 20;
}
.featured-slider:hover .featured-slider-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-slider .featured-slide-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.featured-slider .featured-slider-image {
  margin: 0;
}
.featured-slider .featured-slider-image img {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.featured-slider .article-wrapper-featured {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(to bottom, transparent, #000);
}
.feature-post .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 35px;
  z-index: 1;
  color: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ¢â‚¬Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.13) 18%,
    rgba(0, 0, 0, 0.33) 36%,
    rgba(0, 0, 0, 0.74) 70%,
    rgba(0, 0, 0, 0.91) 87%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.13) 18%,
    rgba(0, 0, 0, 0.33) 36%,
    rgba(0, 0, 0, 0.74) 70%,
    rgba(0, 0, 0, 0.91) 87%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.13) 18%,
    rgba(0, 0, 0, 0.33) 36%,
    rgba(0, 0, 0, 0.74) 70%,
    rgba(0, 0, 0, 0.91) 87%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 0 0 3px 3px;
  width: 100%;
}
.article-bg-animation:hover .post-content {
  padding-top: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ¢â‚¬Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.2) 18%,
    rgba(0, 0, 0, 0.42) 36%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 0.95) 87%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.2) 18%,
    rgba(0, 0, 0, 0.42) 36%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 0.95) 87%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.2) 18%,
    rgba(0, 0, 0, 0.42) 36%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 0.95) 87%,
    rgba(0, 0, 0, 1) 100%
  );
}
.posts-slider--center .slick-prev {
  right: 50%;
  margin-right: 4px;
}
.posts-slider--center .slick-next {
  right: auto;
  left: 50%;
  margin-left: 4px;
}
@media (min-width: 992px) {
  .featured-slider .article-wrapper-featured {
    padding: 30px 23% 30px 40px;
  }
  .posts-slider--center .slick-next,
  .posts-slider--center .slick-prev {
    top: inherit;
    bottom: 50px;
  }
}
.slide-title {
  color: #fff;
  font-size: 2.5em;
  line-height: 1.2;
}
.slide-title span {
  display: block;
}
.post-meta span {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
.post-meta span a {
  color: #fff;
}
.grid-post .post-meta span a {
  color: #333;
}
.post-meta .post-author span {
  padding: 0 5px;
}
.post-title {
  position: absolute;
  bottom: 10px;
  margin: 0 30px 0 0;
  z-index: 9;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
.featured-article:hover .post-title {
  bottom: 70px;
}
.post-title h2 {
  margin-top: 0;
  padding: 15px 20px 15px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.post-title h2 a {
  color: #fff;
}
.post-image {
  background: #000;
  position: relative;
  overflow: hidden;
}
.post-image:after {
  display: block;
  content: " ";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.post-image img {
  opacity: 0.9;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post-image:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-title .post-category-label {
  margin-left: 20px;
  z-index: 1000;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
.post-title .post-category-label span {
  padding: 8px 10px;
  margin-right: 5px;
}
.article-list {
  margin: 0 0 20px 0;
  border-bottom: solid 1px;
  border-color: #cfcfcf;
  padding-bottom: 15px;
  display: table;
  position: relative;
  width: 100%;
}
.site-footer .article-panel .article-list {
  border-color: #3d3d3d;
}
@media screen and (max-width: 990px) {
  .article-list:last-child {
    margin-bottom: 20px;
    border-bottom: none;
  }
}
.article-list .article-image {
  float: left;
  width: 120px;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
.article-list .article-body {
  display: table-cell;
  vertical-align: top;
  position: absolute;
  left: 105px;
  bottom: 15px;
}
.site-footer .article-list .article-body {
  bottom: 35px;
}
.article-list h2 {
  margin: 0;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 900;
  line-height: 19px;
}
.post-description {
  padding-left: 25px;
}
.grid-post .post-title {
  bottom: 0;
}
.grid-post .post-title h2 {
  margin: 0 auto;
  padding: 20px 20px 10px 0;
  background-color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-transform: uppercase;
}
.grid-post .post-title a {
  color: #4a4a4a;
}
.slide-navigation .slide-icon {
  top: 0;
}
.slide-navigation .slide-icon.slide-prev {
  left: inherit;
  right: 50px;
}
.site-footer {
  background-color: #242424;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:focus,
.site-footer a:hover {
  color: #ffc000;
}
.site-footer .footer-widget .widget-title {
  color: #fff;
}
.site-footer .footer-widget .widget-area {
  border-left: 1px solid #333;
  display: table-cell;
  text-align: center;
  width: 33%;
  width: calc(100% / 3);
}
.site-footer .footer-widget .widget-area:last-child {
  border-right: 1px solid #333;
}
.site-footer .footer-widget .widget-area .widget {
  padding: 0.8em 10%;
}
.site-footer .footer-widget .widget-area .widget .widget-title {
  text-transform: uppercase;
}
.site-footer .footer-widget .widget-area .widget.simple-social-icons {
  padding: 0;
}
.simple-social-icons {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.simple-social-icons ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.simple-social-icons ul li {
  display: inline-block;
  margin: 12px 7px;
}
.simple-social-icons ul li a {
  display: block;
  color: #333;
  font-size: 28px;
  font-size: 1.75rem;
}
.simple-social-icons ul li a:focus,
.simple-social-icons ul li a:hover {
  color: silver;
}
.site-info {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: #000;
}
.site-info .site-copyright {
  padding: 25px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 auto;
}
.site-info .site-copyright span:before {
  color: #ff5b5b;
  animation: heartify 0.5s infinite alternate;
  -webkit-animation: heartify 0.5s infinite alternate;
  -moz-animation: heartify 0.5s infinite alternate;
  -o-animation: heartify 0.5s infinite alternate;
  -ms-animation: heartify 0.5s infinite alternate;
}
@-webkit-keyframes heartify {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-moz-keyframes heartify {
  from {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes heartify {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
#scroll-up {
  position: fixed;
  z-index: 8000;
  bottom: 45px;
  right: 30px;
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid #333;
  background: #fff;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#scroll-up i {
  color: #333;
}
#scroll-up:focus,
#scroll-up:hover {
  background-color: #373737;
  border-color: #373737;
  line-height: 45px;
}
#scroll-up:focus i,
#scroll-up:hover i {
  color: #fff;
  display: block;
}
@media only screen and (max-width: 767px) {
  #scroll-up {
    right: 20px;
    bottom: 20px;
  }
}
.author-info .profile-image {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 100%;
  height: 124px;
  margin: auto;
  width: 124px;
}
.author-info .author-details {
  text-align: center;
}
.author-info .author-social {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.author-info .author-social > a {
  border: 1px solid #d2d2d2;
  border-radius: 100%;
  color: #d2d2d2;
  display: inline-block;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
  width: 40px;
}
.author-info .author-social .meta-icon {
  margin: 0 auto;
  padding: 0;
  font-size: 24px;
}
iframe,
object {
  max-width: 100%;
}
.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%;
}
.nav-links .page-numbers {
  background: 0 0;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:focus,
.nav-links .page-numbers:hover {
  background: #ffc000;
  color: #fff;
  border-color: #ffc000;
}
.recent-blog {
  margin: 50px auto;
}
.recent-widget-list {
  margin: 0 auto;
  padding: 0;
}
body.home.blog .inner-banner {
  background-attachment: fixed;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-140 {
  margin-bottom: 140px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-140 {
  padding-top: 140px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 991px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .mb-xs-110 {
    margin-bottom: 110px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mb-xs-130 {
    margin-bottom: 130px;
  }
  .mb-xs-140 {
    margin-bottom: 140px;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pt-xs-110 {
    padding-top: 110px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-130 {
    padding-top: 130px;
  }
  .pt-xs-140 {
    padding-top: 140px;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .pb-xs-110 {
    padding-bottom: 110px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-130 {
    padding-bottom: 130px;
  }
  .pb-xs-140 {
    padding-bottom: 140px;
  }
}
time.updated {
  display: none;
}
body .magazine_prime_list_panel_widget .col-half:nth-child(odd) {
  clear: left;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body .masthead-banner .post-meta {
    font-size: 12px;
  }
  body .masthead-banner .post-author {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .featured-article img {
    width: 100%;
  }
}
.recent-widget-list .article-image a {
  display: block;
}
@media only screen and (min-width: 1600px) {
  .container,
  .home.blog .site-content,
  .site-content {
    max-width: 1470px;
  }
  .container {
    width: 100%;
  }
}
.wp-block-gallery.columns-1 {
  display: block;
}
.wp-block-gallery,
.wp-block-gallery .blocks-gallery-grid,
ul.wp-block-gallery.columns-1 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
a.skip-link-search-button,
a.skip-link-search-button-1 {
  font-size: 0 !important;
  padding: 0 !important;
}
