/* ===============================================
TABLE OF CONTENT
==================================================
01. CSS REST
02. OUTER WRAPPER
03. HEADER
04. INTRO SLIDER POSTS
05. INTRO FAVOURITE POSTS
06. MAIN CONTENT
07. SINGLE POST
08. COMMENTS
09. PAGE PAGINATION
10. PAGES
11. SIDEBAR
12. INSTAGRAM WIDGET
13. FOOTER
14. FOOTER ICONS
15. FOOTER MENU
16. COPYRIGHT
17. MOBILE MENU
18. TYPOGRAPHY
19. DARK SKIN
20. RESPONSIVE STYLE
21. GUTENBERG STYLE

=================================================
01. CSS REST
===============================================*/

@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

div, 
span, 
applet, 
object, 
iframe, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
p,
blockquote,
pre, 
a, 
abbr, 
acronym, 
address, 
big, 
cite, 
code, 
del, 
dfn, 
em, 
img, 
ins, 
kbd, 
samp, 
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
b, 
u, 
i, 
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
fieldset, 
form, 
label, 
legend, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    font-family: 'Roboto', 'Barlow', fontawesome, sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 25px;
    background-color: #fff;
}
.color-bg, .color-bg-hover:hover, 
.color-bg-hover:hover {
    background-color: #137bd8;
}
.border-color, 
.border-color, 
.border-color-hover:hover, 
.border-color-hover:hover {
    border-color: #137bd8;
}
.mfont, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-style: normal;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
*, 
:before, 
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
audio, 
canvas, 
video {
    display: inline-block;
}
select {
  padding: 10px;
  border: 1px solid #e6e6e6;
}
article, 
aside,
details, 
figcaption, 
figure, 
footer, 
hgroup, 
main, 
nav, 
section, 
summary {
    display: block;
}
iframe {
    width: 100%;
}
* {
    outline: 0;
}
*, 
:before, 
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
}
.container:before, 
.container:after {
    content: " ";
    display: table;
}
.row {
    margin-left: 2%;
    margin-right: 2%;
}
.row-g {
    margin-left: 1%;
    margin-right: 1%;
}
.mix-center {
    margin: auto;
    float: none;
}
.section {
    margin: 0;
}
.widget {
    margin: 0;
    line-height: inherit;
}
.widget ul {
    padding: 0;
}
.feed-links {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
.clear {
    clear: both;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery {
  margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
  border: none !important;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption:not(.alignleft):not(.alignright) {
  margin-right: auto;
  margin-left: auto;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 5px;
}
.fa {
    font-family: FontAwesome;
}
.aligncenter {
    text-align: center;
    margin: auto;
    float: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bypostauthor {
    display: block;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.alignfull {
    margin-left: -30px !important;
    margin-right: -30px !important;
    max-width: 100vw;
    width: calc(100% + 60px);
}
.alignwide {
    margin-left: -11px !important;
    margin-right: -11px !important;
    max-width: 100vw;
    width: calc(100% + 20px);
}
.aligncenter,
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.wp-block-pullquote.alignfull {
    padding: 10px 70px;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
hr {
    height: 1px;
    width: 100%;
    display: block;
    background: #e4e4e4;
    margin: 20px 0;
    border: none !important;
}

/*======================================================
02. OUTER WRAPPER
======================================================*/

#outer-wrapper {
    overflow: hidden;
    background-color: #fff;
}

/*========================================
03. HEADER
=========================================*/

/*========== Header Skin ==========*/

#dark-header {
    background-color: #1f1f1f;
}
#dark-header .menu li a {
    color: #fff;
}
#dark-header .site-description {
    color: #aaa;
}
#dark-header #menu-wrapper {
    border-top: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
}
#dark-header .header-content-left a {
    color: #fff;
}
#dark-header .shop-icon a {
    color: #fff;
}
#dark-header .search-button a {
    color: #fff;
}
#dark-header .menu-item-has-children:after {
    color: #fff;
}
#dark-header .sub-menu {
    background-color: #1f1f1f;
}
#dark-header .sub-menu li a {
    color: #fff;
    border-bottom: 1px solid #1d1d1d;
}
#dark-header #header-content-2 {
    display: table;
    width: 100%;
    background: #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
}
#dark-header .fixed-menu {
    background-color: #1f1f1f;
}
#dark-header .logo h1 {
    color: #fff;
}
#dark-header .logo a {
    color: #fff;
}
.header-1 {
    min-height: 220px;
}
.header-2 {
    min-height: 91px;
    background-color: #fff;
}
.header-4 {
    min-height: 243px;
}
/*========== Boxed Layout ==========*/

.boxed-layout #outer-wrapper {
    max-width: 1200px;
    margin: auto;
    overflow: unset !important;
    box-shadow: 0 0 30px #dedede;
}
.custom-background .boxed-layout #outer-wrapper {
    box-shadow: 0 0 30px rgba(47, 47, 47, 0.22);
}
.boxed-two #outer-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.header-wrapper {
    display: block;
    background: #fff;
}
/*========== Topbar ==========*/

#topbar {
    min-height: 32px;
    line-height: 32px;
    background: #137bd8;
    overflow: hidden;
}
#topbar .container {
    width: 100%;
}

/*========== Top Menu ==========*/

#top-menu {
    float: left;
    display: inline-block;
}
#top-menu .selectnav {
    display: none;
}
.menu-top li a:hover {
    color: #137bd8;
}
.top-menu li a {
    color: #313035;
    font-size: 13px;
    padding-right: 5px;

    font-weight: 400;
}
.top-menu .menu-item-has-children:after {
    display: none;
    top: 21px;
    color: #fff;
    margin-right: 10px;
}
.top-menu li ul li.menu-item-has-children:after {
    content: '\f105';
    font-family: fontawesome;
    line-height: 0;
    position: relative;
    top: -21px;
    right: 0px;
    font-size: 12px;
    color: #fff;
    float: right;
    padding: 0 5px;
    font-weight: 600;
}
.menu-item-has-children:after {
    content: '\f107';
    font-family: fontawesome;
    line-height: 0;
    position: relative;
    top: -30px;
    font-size: 13.7px;
    font-weight: 600;
    color: #313131;
    float: right;
    padding: 0 0;
}
.menu li ul li.menu-item-has-children:after {
    content: '\f105';
    font-family: fontawesome;
    line-height: 0;
    position: relative;
    top: -21px;
    right: 6px;
    font-size: 12px;
    color: #313035;
    float: right;
    padding: 0 5px;
    font-weight: 600;
}
.top-navigation ul {
    list-style: none;
    margin: 0;
}
.top-navigation li {
    position: relative;
}
.top-navigation ul ul {
    display: none;
    margin-left: 0.875em;
}
.top-navigation ul .toggled-on {
    display: block;
}
.top-navigation .top-menu {
    border-bottom: 1px solid #d1d1d1;
}
.top-navigation .sub-menu li a {
    text-align: left;
    font-size: 13.1px;
    font-weight: 500;
    color: #313035;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #eee;
    line-height: 19px;
    padding: 10px 15px;
    display: flex;
}
.site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.top-navigation {
    text-align: left;
    float: left;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.top-navigation .top-menu, 
.top-navigation .top-menu>li {
    border: 0;
}
.top-navigation .top-menu>li {
    display: inline-block;
    padding-right: 5px;
}
.top-navigation li:hover>a, 
.top-navigation li.focus>a {
    color: #137bd8;
}
.top-navigation ul ul {
    display: block;
    margin: 0;
    margin-top: 10px;
    position: absolute;
    z-index: 99999;
}
.top-navigation ul ul ul:before, 
.top-navigation ul ul ul:after {
    border: 0;
}
.top-navigation ul ul a {
    white-space: normal;
}
.top-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
}
.top-navigation li:hover>ul, 
.top-navigation li.focus>ul {
    left: 0;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}
.top-navigation ul ul li:hover>ul, 
.top-navigation ul ul li.focus>ul {
    top: 0px;
    left: 200px;
    margin-top: 0px;
}
.top-navigation ul ul .menu-item-has-children>a {
    padding-right: 2.0625em;
}
.top-navigation ul ul .menu-item-has-children>a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.top-menu .sub-menu {
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 5;
    max-width: 200px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    width: 200px;
    left: auto;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(61, 65, 84, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(61, 65, 84, 0.15);
    box-shadow: 0 2px 6px rgba(61, 65, 84, 0.15);
}
.top-navigation ul ul ul {
    top: 10px;
    left: 200px !important;
    margin-top: 5px;
}

/*========== Top Social Icons ==========*/

.top-social {
    float: right;
}
.social-media-icons {
    float: left;
}
.social {
    width: 100%;
    text-align: right;
    line-height: 35px;
}
.top-social li {
    display: inline-block;
    list-style: none;
    line-height: 40px;
    padding: 0 !important;
}
.top-social a {
    display: block;
    line-height: 32px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #313035;
    margin-left: 15px;
}
.top-social a:hover {
    color: #137bd8;
}

/*========== Header grid ==========*/

.header-content-left {
    width: 30%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    line-height: 160px;
    height: 160px;
}
.header-content-center {
    width: 40%;
    float: left;
}
.header-content-right {
    width: 30%;
    float: right;
    display: table-cell;
    vertical-align: middle;
    line-height: 160px;
    height: 160px;
}
.shop-icon {
    float: right;
    padding-left: 15px;
}
.header-content-left .social-media-icons li {
    display: inline-block;
    list-style: none;
    line-height: 40px;
    padding: 0 !important;
}
.dark-skin .header-content-left .social-media-icons li a {
    color: #fff;
}
.header-content-left .social-media-icons li a {
    display: block;
    width: 25px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}
.search-button {
    float: right;
    padding-right: 3px;
}
.search-button a {
    float: right;
    padding: 0px 8px;
    display: block !important;
}

/*========== Header grid 2 ==========*/

.header-2-content-left .logo {
    text-align: left !important;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    height: 90px;
}
.header-2-content-left .logo h1 {
    font-size: 30px;
    line-height: 40px;
}
.header-2-content-left .logo p {
    font-size: 14px;
    line-height: 25px;
}
.header-2-content-left {
    float: left;
    width: 20%;
    text-align: left;
}
.dark-skin #header-content-2,
.dark-skin #header-content-3,
.dark-skin #header-content-5,
.dark-skin #header-content-ad {
    background: #1f1f1f;
}
.dark-skin #header-content-ad .site-title a {
    color: #fff;
}
#header-content-2 {
    display: table;
    width: 100%;
    background-color: white;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.header-2-content-center {
    float: left;
    width: 76%;
}
.header-2-content-right {
    float: right;
    width: 30px;
    line-height: 90px;
}
#header-content-2 .menu li a {
    line-height: 90px;
}
#header-content-2 .sub-menu li a {
    line-height: 25px;
}
#header-content-2 .menu-item-has-children:after {
    top: -43px;
}
#header-content-2 .menu li ul li.menu-item-has-children:after {
    top: -22px !important;
    left: -10px;
}
#header-content-2 .main-navigation {
    text-align: right !important;
}
.header-3-content-center {
    float: left;
    width: 74%;
}
.header-3-content-right {
    float: right;
    width: 6%;
    padding-top: 35px;
}
#header-content-2 .menu li a,
#header-content-3 .menu li a,
#header-content-5 .menu li a {
    line-height: 90px;
    padding: 0 10px;
}
#header-content-3 .sub-menu li a,
#header-content-5 .sub-menu li a {
    line-height: 25px;
    padding: 10px 15px !important;
}
#header-content-2 .sub-menu li a {
    line-height: 25px;
    padding: 10px 15px !important;
}
#header-content-2 .menu-item-has-children:after,
#header-content-3 .menu-item-has-children:after,
#header-content-5 .menu-item-has-children:after {
    top: -45px;
    left: 5px;
}
#header-content-3 .menu li ul li.menu-item-has-children:after,
#header-content-5 .menu li ul li.menu-item-has-children:after {
    top: -21px !important;
    left: -5px;
}
#header-content-3 .main-navigation,
#header-content-5 .main-navigation {
    text-align: right !important;
}
#header-content-3 {
    min-height: 124px;
}
#header-content-5 .sticky {
    border-bottom: 0px;
}
.dark-skin .fixed-header {
    background: #1f1f1f;
}
.category-sticky .entry-header {
    display: flex;
}
.fixed-header {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #ffff;
    -webkit-box-shadow: 13px 13px 31px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 13px 13px 31px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0 7px 31px -11px rgba(0, 0, 0, 0.21);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.boxed-layout .fixed-header {
    max-width: 1200px;
}
/*========== Search Button ==========*/

.search-box-overlay.search-box-overlay-show {
    visibility: visible;
    opacity: 1;
}
.search-box-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    background-color: rgba(0, 0, 0, 0.94);
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.search-box-close {
    position: absolute;
    right: 118px;
    top: 60px;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(0deg);
    color: #137bd8;
}
.search-input {
    width: 700px;
    background-color: transparent !important;
    border-bottom: 2px solid #fff !important;
    border: 0;
    text-align: left;
    font-size: 2.2rem !important;
    padding-bottom: 10px !important;
    color: #fff !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

    font-weight: 600;
}
.search-input::placeholder {
    color: #fff;
    font-size: 2.2rem;
}
.search-box-wrapper .fa-search {
    font-size: 25px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    float: right;
    line-height: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-top: 13px;
    margin-left: 30px;
    background: #137bd8;
}
.search-box-wrapper form {
    position: relative;
}
.search-box-wrapper {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -ms-transform: scale(0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.search-box-overlay-show .search-box-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}
.search-box-wrapper input[type="submit"] {
    position: absolute;
    width: 50px;
    height: 70px;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-appearance: button;
}
.search-box-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
.search-box-wrapper .fa-search:hover {
    color: #fff;
}

/*========== Topbar ==========*/

#topbar .container {
    width: 100%;
}
#topbar a {
    color: #fff;
}
#topbar a:hover {
    color: #fff !important;
}

/*========== Header Content ==========*/

#header-content {
    clear: both;
    width: 100%;
    overflow: hidden;
}
#header-content-ad {
    display: block;
    overflow: hidden;
    padding: 30px 0px;
}
#header-content-ad .site-title {
    line-height: 50px;
}
#header-content-ad .site-description {
    line-height: 20px;
}
.dark-skin #header-content {
    background: #1f1f1f;
}
.logo {
    font-size: 27px; 
    margin: auto;
    text-align: center;
    -moz-text-align: center;
    -o-text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 160px;
    width: 100vw;
}
.site-title {
    font-size: 35px;
    color: #000;
    font-family: "Castoro Titling", "Roboto", serif;
}
.site-description {
    color: #757575;
    font-size: 14px;

    font-style: normal;
}
.header-1 .logo img {
    max-width: 250px;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.logo-two {
    float: left;
    width: 30%;
    height: 90px;
    display: table;
}
.logo-two-holder {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.logo-two img {
    max-width: 100%;
}
.header-ad {
    float: right;
    width: 69%;
    list-style: none;
}

/*========== Menu Wrapper ==========*/

#menu-wrapper {
    min-height: 60px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.label-name.new {
    background-color: #FF9800;
}
.label-name.hot {
    background-color: #ff0000;
}
.label-name.trending {
    background-color: #4caf50;
}
.label-name.update {
    background-color: #673AB7;
}
.label-name.exclusive {
    background-color: #2196f3;
}
.label-name {
    background: #1d1d1d;
    font-size: 11px;
    font-weight: 400;
    padding: 1px 3px;
    border-radius: 2px;
    text-transform: capitalize;
    vertical-align: super;
    line-height: 0;

    color: white;
    margin-left: 5px;
    margin-right: 2px;
}
.menu-small-label {
    display: inline-block;
}
.header-4 .site-header-menu {
    margin-left: -10px !important;
}
.menu {
    min-height: 58px;
}
#top-menu .fa, .menu .fa {
    padding-right: 5px;
    margin: 0px;
}
/*========== Mai Menu ==========*/

.menu li a:hover {
    color: #137bd8;
}
.sub-menu {
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 5;
    max-width: 200px;
    width: 100%;
    margin-left: 10px;
    width: 200px;
    left: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(61, 65, 84, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(61, 65, 84, 0.15);
    box-shadow: 0 2px 6px rgba(61, 65, 84, 0.15);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.admin-bar .fixed-menu,
.admin-bar .fixed-menu-2,
.admin-bar .sticky-header {
    top: 32px;
}
.fixed-menu {
    top: 0;
    z-index: 9999;
    position: fixed;
    background: #1f2024;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.boxed-layout .fixed-menu-2 {
    max-width: 1200px;
    margin: auto;
}
.fixed-menu-2 {
    top: 0;
    z-index: 9999;
    position: fixed;
    background: #fff;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-box-shadow: 13px 13px 31px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 13px 13px 31px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0 7px 31px -11px rgba(0, 0, 0, 0.21);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.fixed-menu {
    top: 0;
    z-index: 9999;
    position: fixed;
    background: #fff;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-box-shadow: 13px 13px 31px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 13px 13px 31px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0 7px 31px -11px rgba(0, 0, 0, 0.21);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.nav-up {
    top: -120px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.header-4 .main-navigation {
    width: 95%;
    float: left;
    text-align: left;
}
.boxed-layout .fixed-menu {
    max-width: 1200px;
}
.fixed-menu .search-button {
    display: block !important;
}
.fixed-menu li.HOME a {
    padding-left: 0px !important;
}
.header-1 .fixed-search {
    display: none;
}
.fixed-search {
    float: right;
    cursor: pointer;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.header-4 .fixed-search {
    display: table-cell;
    vertical-align: middle;
    line-height: 58px;
}
.fixed-search a {
    float: right;
    line-height: 30px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-top: 13px;
    background: #ff3a3a;
}
.fixed-search .fa {
    padding: 0px;
    margin: 0px;
}
.fixed-search a:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 1px 5px #eee;
    box-shadow: 0 0 1px 5px #eee;
}
.dark-skin .fixed-search a:hover {
    -webkit-box-shadow: 0 0 1px 5px #3e3e3e;
    box-shadow: 0 0 1px 5px #3e3e3e;
}
.menu li a {
    padding: 0 15px;
    color: #313131;
    display: block;
    line-height: 58px;

    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.menu li ul li.menu-item-has-children:after {
    content: '\f105';
    font-family: fontawesome;
    line-height: 0;
    position: relative;
    top: -21px;
    right: 6px;
    font-size: 12px;
    color: #313131;
    float: right;
    padding: 0 5px;
    font-weight: 600;
}
.main-navigation ul {
    list-style: none;
}
.main-navigation li {
    position: relative;
}
.main-navigation a:hover {
    color: #137bd8;
}
.main-navigation ul ul {
    display: none;
    margin-left: 0px;
}
.main-navigation ul .toggled-on {
    display: block;
}
.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1;
}
.sub-menu li a {
    text-align: left;
    font-size: 13px;
    color: #313131;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #eee;
    line-height: 25px;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}
.site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.main-navigation {
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.main-navigation .primary-menu, 
.main-navigation .primary-menu>li {
    border: 0;
}
.main-navigation .primary-menu>li {
    display: inline-block;
}
.main-navigation li:hover>a, 
.main-navigation li.focus>a {
    color: #137bd8;
}
.main-navigation ul ul {
    display: block;
}
.main-navigation ul ul ul {
    top: 15px;
    left: 200px;
}
.main-navigation ul ul ul:before, 
.main-navigation ul ul ul:after {
    border: 0;
}
.main-navigation ul ul a {
    white-space: normal;
}
.main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
}
.main-navigation li:hover>ul, 
.main-navigation li.focus>ul,
.main-navigation a:hover>ul, 
.main-navigation a.focus>ul {
    right: auto;
    left: 10px;
    margin-top: 1px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.main-navigation ul ul li:hover>ul, 
.main-navigation ul ul li.focus>ul {
    top: 0px;
    right: auto;
    left: 200px;
    margin-top: 0px;
}
.main-navigation .menu-item-has-children {
    padding-right: 10px;
}
.sub-menu .menu-item-has-children {
    padding-right: 0px;
}
.main-navigation ul ul .menu-item-has-children>a {
    padding-right: 2.0625em;
}
.main-navigation ul ul .menu-item-has-children>a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* Off Screen */
.dropdown-reverse {
    left: -200px !important;
    float: left;
    -webkit-box-shadow: 0 2px 10px rgba(61, 65, 84, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(61, 65, 84, 0.2);
    box-shadow: 0 2px 10px rgba(61, 65, 84, 0.2);
    transition: all 0s ease !important;
    -webkit-transition: all 0s ease !important;
    -moz-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
}
.dropdown-reverse .sub-menu {
    left: -200px !important;
}
.main-navigation .dropdown-reverse:hover>ul, 
.main-navigation .dropdown-reverse.focus>ul {
    transition: all 0s ease !important;
    -webkit-transition: all 0s ease !important;
    -moz-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
}

/*========================================
04. INTRO SLIDER POSTS
=========================================*/
#intro-slider {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
}
.intro-posts {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.intro-posts .outer-slider {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.intro-posts .swiper-slide {
    position: relative;
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none !important;
    display: block;
    width: 100%;
}
.grid-slider .intro-posts-title a {
    font-size: 23px;
    line-height: 33px;
}
.grid-slider .intro-posts-title {
    padding-bottom: 10px;
    padding-top: 10px;
}
.grid-slider .intro-posts .swiper-slide {
    position: relative;
    height: 400px;
}
.grid-slider .intro-thumbnail a {
    height: 400px;
}
.intro-posts-overlay {
    padding: 30px 20px !important; 
}
.intro-posts-overlay-full {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px;
    z-index: 2;
    padding-top: 400px;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.75));
}
.intro-posts-overlay-full .category {
    color: #fff;
    z-index: 3;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    line-height: normal;
    padding: 2px 10px;
    position: relative;
    margin-bottom: 10px;

    letter-spacing: 0.6px;
    background: #137bd8;
}
.intro-thumbnail {
    background: #000;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.intro-posts .swiper-slide:hover .intro-thumbnail img {
    opacity: .6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.main-block-post:hover .main-block-thumbnail img {
    -webkit-filter: grayscale(0) brightness(80%) contrast(100%);
    -moz-filter: grayscale(0) brightness(80%) contrast(100%);
    -o-filter: grayscale(0) brightness(80%) contrast(100%);
    filter: grayscale(0) brightness(80%) contrast(100%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.intro-thumbnail a {
    width: 100%;
    height: 540px;
    display: block;
    position: relative;
    object-fit: cover;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.intro-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.intro-posts-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px;
    z-index: 2;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
}
.intro-posts-overlay .post-format {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    width: unset;
    margin: auto;
    height: 20px;
    color: #fff;
    background: transparent;
    line-height: 20px;
    border-radius: 100%;
    margin-bottom: 0px;
    margin-right: 0px !important;
    font-size: 14px !important;
    border: none !important;
}
.intro-posts-overlay .trending-post {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    width: unset;
    margin: auto;
    height: 20px;
    color: #fff;
    background: transparent;
    line-height: 20px;
    border-radius: 100%;
    margin-bottom: 0px;
    font-size: 14px !important;
    border: none !important;
}
.intro-posts-overlay .action-icons {
    position: unset;
}
.intro-posts-overlay .category {
    color: #fff;
    z-index: 3;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    line-height: normal;
    padding: 2px 10px;
    position: relative;
    margin-bottom: 10px;

    letter-spacing: 0.6px;
    background: #137bd8;
}
.intro-posts-overlay .category:hover {
    color: #fff;
}
.featured-overlay .featured-cat .cat a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 4px 12px;
    position: relative;
}
.intro-posts-title {
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
    max-width: 700px;
    line-height: 50px;
    margin: auto;
    text-align: center;
}
.intro-posts-title a {
    line-height: 57px;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: bold;
    text-decoration: none;
    font-size: 45px;
}
.intro-posts-title a:hover {
    color: #fff;
    text-decoration: underline !important;
}
.intro-posts-title-full {
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
    max-width: 700px;
    line-height: 50px;
    text-align: left;
}
.intro-posts-title-full a {
    line-height: 57px;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: bold;
    text-decoration: none;
    font-size: 45px;
}
.intro-posts-title-full a:hover {
    color: #fff;
    text-decoration: underline !important;
}
.intro-posts-meta {
    color: #fff;
    font-size: 13px;
    list-style: none;
    line-height: 20px;

    font-weight: 400;
    position: relative;
    z-index: 2;
}
.intro-posts-meta .fa {
    margin-right: 5px;
}
.intro-posts-meta li {
    display: inline-block;
}
.intro-author-img img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: -10px;
    border: 2px solid #9e9e9e;
}
.intro-posts-meta a {
    color: #fff;
    font-size: 13px;
    list-style: none;
    line-height: 20px;

    font-weight: 400;
}
.intro-posts-meta a:hover {
    color: #fff;
    text-decoration: underline !important;
}
.intro-posts-meta .intro-posts-author:after {
    content: "";
    width: 1px;
    height: 8px;
    margin-left: 6px;
    margin-right: 4px;
    display: inline-block;
    background-color: #aaa;
}
.intro-posts-meta .trending-post span {
    padding-left: 0px;
}
.intro-posts-overlay .post-format:before {
    content: "";
    width: 1px;
    height: 8px;
    margin: 0px 10px;
    display: inline-block;
    background-color: #aaa;
}
.intro-posts-overlay .trending-post:before {
    content: "";
    width: 1px;
    height: 8px;
    margin: 0px 10px;
    display: inline-block;
    background-color: #aaa;
}

/*========================================
06. Grid Block
=========================================*/
.intro-main-block-posts.block {
    margin: -5px;
}
#intro-main-block-posts {
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}
#big-block-post,
.main-block-post:first-child {
    width: 49.4%;
    height: 507px;
}
.main-block-post:first-child .main-block-thumbnail img {
    height: 507px;
    width: 100%;
}
.dark-skin .main-block-post {
    border-color: #1f1f1f;
}
.main-block-post {
    width: 24.2222%;
    float: left;
    height: 250px;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    margin: 4px;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#intro-main-block-posts #gradient-block .category {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}
.intro-main-block-posts.block .category {
    color: #fff;
    z-index: 3;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    line-height: normal;
    padding: 2px 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;

    letter-spacing: 0.6px;
}
.main-block-posts-title a:hover,
.intro-main-block-posts.block .category:hover {
    color: #fff !important;
}
.intro-main-block-posts.block .block .action-icons {
    top: 25px !important;
    left: 25px !important;
}
#big-block-post .main-block-thumbnail {
    height: 507px;
}
.main-block-thumbnail {
    height: 250px; 
    border-radius: 5px;
}
#gradient-block .main-block-thumbnail img {
    opacity: 1;
}
.main-block-post:hover #gradient-block .overlay-link {
    opacity: 0;
}
.main-block-thumbnail img {
    height: 250px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#big-block-post img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-block-posts-overlay {
    padding-top: 10px;
    position: absolute;
    width: 100%;
    padding: 25px;
    margin: auto;
    bottom: 0;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
}
#big-block-post {
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
}
.main-block-post:first-child .main-block-posts-title {
    line-height: 38px;
    text-align: left;
    font-weight: 600;
}
.main-block-post:first-child .main-block-posts-title a {
    color: #fff;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
}
.main-block-posts-title {
    line-height: 23px;
    text-align: left;
    font-weight: 600;
    z-index: 2;
    display: grid;
    position: relative;
    margin-bottom: 10px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
}
.main-block-posts-title a {
    color: #fff;
    font-size: 17px;
    display: inline-block;
}
#gradient-block .overlay-link {
    opacity: 0.5;
}
#gradient-block .main-block-post:nth-child(1) .overlay-link {
    background: #410cbc;
    background: -moz-linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
    background: -webkit-linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
    background: -o-linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
    background: -ms-linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
    background: linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
}
#gradient-block .main-block-post:nth-child(2) .overlay-link {
    background: #0016be;
    background: -moz-linear-gradient(20deg, #0016be 0%, #2aec74 100%);
    background: -webkit-linear-gradient(20deg, #0016be 0%, #2aec74 100%);
    background: -o-linear-gradient(20deg, #0016be 0%, #2aec74 100%);
    background: -ms-linear-gradient(20deg, #0016be 0%, #2aec74 100%);
    background: linear-gradient(20deg, #0016be 0%, #2aec74 100%);
}
#gradient-block .main-block-post:nth-child(3) .overlay-link {
    background: #f12711;
    background: -webkit-linear-gradient(to bottom, #f5af19, #f12711);
    background: linear-gradient(to bottom, #f5af19, #f12711);
}
#gradient-block .main-block-post:nth-child(4) .overlay-link {
    background: #f4880d;
    background: -moz-linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
    background: -webkit-linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
    background: -o-linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
    background: -ms-linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
    background: linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
}
#gradient-block .main-block-post:last-child .overlay-link {
    background: #0575E6;
    background: -webkit-linear-gradient(to bottom, #021B79, #0575E6);
    background: linear-gradient(to bottom, #021B79, #0575E6);
}

/*
* Swiper 3.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/swiper/
*
* Copyright 2016, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under MIT
*
* Released on: February 7, 2016
*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, 
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight, 
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next, 
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    width: 42px;
    height: 42px;
    line-height: 36px;
    font-size: 17px;
    cursor: pointer;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover {
    color: #137bd8;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
    left: -44px;
    right: auto;
    text-align: center;
    -moz-text-align: center;
    -webkit-text-align: center;
    -o-text-align: center;
    opacity: 0;
}
.swiper-button-prev.swiper-button-black, 
.swiper-button-prev.swiper-button-white, 
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    right: -44px;
    left: auto;
    text-align: center;
    -moz-text-align: center;
    -webkit-text-align: center;
    -o-text-align: center;
    opacity: 0;
}
.intro-posts:hover .swiper-button-next {
    right: 30px;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.intro-posts:hover .swiper-button-prev {
    left: 30px;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.intro-posts-full:hover .swiper-button-next {
    right: 50px;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.intro-posts-full:hover .swiper-button-prev {
    left: 50px;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 10px;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #fff;
    margin: 0 2px;
    opacity: .5;
}
.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border-color: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, 
.swiper-container-3d .swiper-slide, 
.swiper-container-3d .swiper-slide-shadow-bottom, 
.swiper-container-3d .swiper-slide-shadow-left, 
.swiper-container-3d .swiper-slide-shadow-right, 
.swiper-container-3d .swiper-slide-shadow-top, 
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, 
.swiper-container-3d .swiper-slide-shadow-left, 
.swiper-container-3d .swiper-slide-shadow-right, 
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper, 
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-container-cube, 
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide, 
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, 
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, 
.swiper-container-cube .swiper-slide-active .swiper-slide-active, 
.swiper-container-flip .swiper-slide-active, 
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom, 
.swiper-container-cube .swiper-slide-shadow-left, 
.swiper-container-cube .swiper-slide-shadow-right, 
.swiper-container-cube .swiper-slide-shadow-top, 
.swiper-container-flip .swiper-slide-shadow-bottom, 
.swiper-container-flip .swiper-slide-shadow-left, 
.swiper-container-flip .swiper-slide-shadow-right, 
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, 
.swiper-container-cube .swiper-slide-next, 
.swiper-container-cube .swiper-slide-next+.swiper-slide, 
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, 
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin .3s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin .3s steps(12, end) infinite;
    animation: swiper-preloader-spin .3s steps(12, end) infinite;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/*========================================
05. INTRO FAVOURITE POSTS
=========================================*/
.intro-favourite-posts {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-top: 30px;
}
.favourite-post {
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.favourite-posts-title {
    line-height: 23px;
    font-weight: 600;
}
.favourite-posts-title a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.3px;
    display: inline-block;
}
.favourite-posts-title a:hover {
    color: #fff;
}
.favourite-thumbnail {
    height: 200px;
    border-radius: 6px;
    background: #000;
}
.favourite-thumbnail img {
    height: 200px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.favourite-post:hover .favourite-thumbnail img {
    -webkit-filter: grayscale(0) brightness(80%) contrast(100%);
    -moz-filter: grayscale(0) brightness(80%) contrast(100%);
    -o-filter: grayscale(0) brightness(80%) contrast(100%);
    filter: grayscale(0) brightness(80%) contrast(100%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.slider-pagination {
    display: block;
}
.swiper-button-prev-2 {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.swiper-button-next-2 {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.swiper-button-prev-2:hover, 
.swiper-button-next-2:hover {
    color: #137bd8;
}
.swiper-button-next-2, 
.swiper-container-rtl .swiper-button-prev {
    right: -44px;
    left: auto;
    background: #fff;
    line-height: 40px;
    text-align: center;
    -moz-text-align: center;
    -webkit-text-align: center;
    -o-text-align: center;
    opacity: 0;
    color: #000;
    padding-left: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.swiper-button-prev-2, 
.swiper-container-rtl .swiper-button-next {
    left: -44px;
    right: auto;
    background: #fff;
    line-height: 40px;
    text-align: center;
    -moz-text-align: center;
    -webkit-text-align: center;
    -o-text-align: center;
    opacity: 0;
    color: #000;
    padding-right: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.swiper-button-next-2, 
.swiper-button-prev-2 {
    position: absolute;
    top: 40%;
    line-height: 36px !important;
    z-index: 5;
    cursor: pointer;
    color: #000;
    width: 42px;
    height: 42px;
    font-size: 17px;
    background: #fff;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 100%;
}
.swiper-button-prev-3 {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.swiper-button-next-3 {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.swiper-button-prev-3:hover, 
.swiper-button-next-3:hover {
  color: #137bd8;
}
.swiper-button-next-3, 
.swiper-container-rtl .swiper-button-prev {
    right: -44px;
    left: auto;
    background: #fff;
    line-height: 40px;
    text-align: center;
    -moz-text-align: center;
    -webkit-text-align: center;
    -o-text-align: center;
    opacity: 0;
    color: #000;
    padding-left: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.swiper-button-prev-3, 
.swiper-container-rtl .swiper-button-next {
    left: -44px;
    right: auto;
    background: #fff;
    line-height: 40px;
    text-align: center;
    -moz-text-align: center;
    -webkit-text-align: center;
    -o-text-align: center;
    opacity: 0;
    color: #000;
    padding-right: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.swiper-button-next-3, 
.swiper-button-prev-3 {
    position: absolute;
    top: 40%;
    line-height: 36px !important;
    z-index: 5;
    cursor: pointer;
    color: #000;
    width: 42px;
    height: 42px;
    font-size: 17px;
    background: #fff;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 100%;
}
.intro-favourite-posts:hover .swiper-button-prev-3 {
    left: 20px;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.intro-favourite-posts:hover .swiper-button-next-3 {
    right: 20px;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.favourite-posts-overlay {
    padding-top: 10px;
    position: absolute;
    width: 100%;
    padding: 20px 20px;
    margin: auto;
    bottom: 0;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
}
.favourite-category {
    color: #fff;
    z-index: 3;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    line-height: normal;
    padding: 2px 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;

    letter-spacing: 0.6px;
}
.favourite-category:hover {
    color: #fff;
}
.favourite-thumbnail-2 {
    background-color: #F44336;
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.favourite-thumbnail-2 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.favourite-posts-overlay-2 {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    height: 100px;
    width: 100vw;
    text-align: center;
}
.dark-skin .favourite-post-2 {
    border: 1px solid #282828;
}
.favourite-post-2 {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.dark-skin .favourite-post-2:hover {
    background: #282828;
}
.favourite-post-2:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    background: rgba(238, 238, 238, 0.27);
}
.favourite-posts-title-2 {
    font-size: 16px;
    line-height: 21px;
}
.favourite-posts-title-2 a {
    color: #313131;
}
.dark-skin .favourite-posts-title-2 a {
    color: #fff;
}
.favourite-category-2 {
    color: #fff;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    line-height: normal;
    padding: 2px 10px;
    position: relative;
    margin-bottom: 10px;

    letter-spacing: 0.6px;
    background: #137bd8;
}
.favourite-category-2 a:hover {
    color: #fff;
}

/*========================================
06. MAIN CONTENT
=========================================*/
.gbawi-active-sidebar #content-wrapper {
    width: 69%;
    float: left;
}
.no-active-sidebar #content-wrapper {
    width: 100% !important;
}
.no-active-sidebar #sidebar-wrapper {
    display: none !important;
}
#content-wrapper {
    width: 100%;
    float: none;
    margin-top: 30px;
}
.left #content-wrapper {
    float: left;
}
.right #sidebar-wrapper {
    float: right;
}
#main-wrapper {
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#main-wrapper-2 {
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sticky-header {
    padding: 0px;
    display: flex;
    border-bottom: 1px solid #eee;
}
.dark-skin .sticky-header {
    border-bottom: 1px solid #282828;
}
.sticky .entry-header {
    display: flex !important;
    width: 100%;
}
.list-minimal .sticky-post-format,
.classic-style .sticky-post-format,
.list-minimal .sticky-post-format,
.list-minimal .sticky-post-format {
    top: 10px;
}
.grid-style .sticky-post-format,
.grid-style-masonry .sticky-post-format,
.grid-style-masonry-sidebar .sticky-post-format {
    top: 4px;
}
.grid-style-sidebar .sticky-post-format {
    top: 1px;
}
.sticky-post-format {
    width: 20px;
    height: 20px;
    color: #314152;
    top: 5px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    z-index: 1;
    margin-right: 10px;
    display: list-item;
    list-style: none;
    position: relative;
    background: #e6e6e6;
    float: left;
}
.post {
    width: 100%;
}
.dark-skin .sticky-post-format {
    color: #aaa;
    background: #242424;
    box-shadow: none;
    border-color: #242424;
}
.grid-style #main-wrapper .row {
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.grid-style,
.grid-style-masonry {
    margin-top: 30px;
}
.left #content-wrapper {
    float: right;
}
.left #sidebar-wrapper {
    float: left;
}
.no-sidebar #content-wrapper {
    float: none;
    width: 100%;
}
.no-sidebar #sidebar-wrapper {
    display: none;
}
.ads-above-post-container {
    margin-bottom: 20px !important;
}
.ads-above-post-container .widget-title {
    display: none;
}
.ads-below-post-container .widget-title {
    display: none;
}
#instagram-widget .widget-title {
    display: none;
}
.sec-holder {
    display: flex;
}
.post-footer-icon {
    font-size: 20px;
    line-height: 30px;
    margin-right: 20px;
}
.post-feature-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.post-feature-img {
    height: auto; 
    overflow: hidden;
}
.list-style .entrt-content {
    margin-bottom: 30px;
    overflow: hidden;
}
.entrt-content {
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #eee;
}
.list-style .action-icons {
    top: 20px;
    left: 20px;
}
.grid-style .action-icons ul ,
.grid-style-sidebar .action-icons ul ,
.grid-style-masonry .action-icons ul {
    display: inline-flex;
}
.action-icons {
    display: none;
}
.has-post-thumbnail .action-icons {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
    display: block;
}
.action-icons ul {
    list-style: none;
}
#full-width-post .grid-hide {
    display: block;
}
.grid-hide {
    display: none;
}
.grid-style .action-icons .post-format,
.grid-style .action-icons .trending-post,
.grid-style-sidebar .action-icons .post-format,
.grid-style-sidebar .action-icons .trending-post,
.grid-style-masonry .action-icons .post-format,
.grid-style-masonry .action-icons .trending-post {
    width: 35px;
    height: 35px;
    line-height: 36px;
    font-size: 13.7px;
    margin-right: 15px;
    margin-bottom: 0px;
    border: none;
}
.post-format {
    width: 35px;
    height: 35px;
    color: #313131;
    left: 20px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    margin-bottom: 20px;
    display: list-item;
    list-style: none;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(136, 136, 136, 0.16);
}
.trending-post {
    width: 35px;
    height: 35px;
    color: #313131;
    left: 20px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    margin-bottom: 20px;
    display: list-item;
    list-style: none;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(136, 136, 136, 0.16);
}
.trending-post span {
    padding-left: 1px;
}

/*========== Grid Masonry ==========*/

.grid-style-masonry {
    margin-left: -9px;
    margin-right: -23px;
}
.grid-style-masonry-sidebar .entry-title a,
.grid-style-masonry .entry-title a {
    font-size: 22px;
    line-height: 29px;
}
.grid-style-masonry-sidebar .post-info,
.grid-style-masonry .post-info,
.grid-style-sidebar .post-info {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.grid-style-masonry-sidebar .post {
    display: block;
}
.grid-style-masonry-sidebar .entrt-content,
.grid-style-masonry .entrt-content {
    position: relative;
    margin-bottom: 10px;
}
.grid-style-masonry-sidebar .has-post-thumbnail .post-thumbnail,
.grid-style-masonry .has-post-thumbnail .post-thumbnail {
    margin-bottom: 15px;
}
.grid-style-masonry .meta-post {
    margin-top: 10px;
    font-size: 13.1px;
}
.grid-item {
    width: 33%;
    float: left;
    border: 10px solid transparent;
}
.grid-item-sidebar {
    width: 50%;
    float: left;
    border: 10px solid transparent;
}
.grid-style-masonry-sidebar {
    margin-left: -8px;
}

/*========== List Minimal ==========*/

.list-minimal .post,
.list-minimal .page {
    float: none;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.dark-skin .list-minimal .post,
.dark-skin .list-minimal .page {
    border: 1px solid #282828;
}
.list-minimal .entrt-content {
    padding: 30px;
}
.list-minimal {
    display: block;
}
.list-minimal .post-info {
    padding: 0px;
}
.minimal-icons {
    display: none;
}
.minimal-icons .action-icons {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
}
.minimal-icons .action-icons li {
    float: left;
    margin-right: 20px;
}
.minimal-icons .post-format,
.minimal-icons .trending-post {
    margin-bottom: 0px;
}
.list-minimal .enrty-post {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.list-minimal .entrt-content {
  margin-bottom: 0px;
}
.list-minimal .post:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*========== Post Thumbnail ==========*/

.post-thumbnail {
      width: 100%;
    height: auto;
      overflow: hidden;
      position: relative;
      text-align: center;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.post-thumbnail:hover {
    -webkit-filter: grayscale(0) brightness(80%) contrast(100%);
    -moz-filter: grayscale(0) brightness(80%) contrast(100%);
    -o-filter: grayscale(0) brightness(80%) contrast(100%);
    filter: grayscale(0) brightness(80%) contrast(100%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.grid-style #fixed-images .post-thumbnail img {
    display: block;
    width: 100%;
    height: 230px;
}
.classic-style #fixed-images .post-thumbnail img {
    display: block;
    width: 100%;
    height: 370px;
}
#fixed-images .post-thumbnail img {
    display: block;
    width: 100%;
    height: 240px;
}
.post-thumbnail img {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-align: center;
    margin-bottom: -7px;
}
.action-icons ul:hover .post-thumbnail img {
    -webkit-filter: grayscale(0) brightness(60%) contrast(100%);
    -moz-filter: grayscale(0) brightness(60%) contrast(100%);
    -o-filter: grayscale(0) brightness(60%) contrast(100%);
    filter: grayscale(0) brightness(60%) contrast(100%);
}
.no-thumbnail-holder {
    font-size: 50px;
    position: absolute;
    top: 45%;
    left: 46%;
}
.fa-image {
    font-style: unset !important;
}
/*========== Post Info ==========*/

.post-info {
    padding: 20px 0px;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-header {
    display: block;
}
.post-view-count {
    float: right;
}
.post-view-count .fa {
    color: #137bd8;
}
.list-style .sticky .entry-header,
.tag-sticky-2 .entry-header {
    display: flex;
}
.list-style .has-post-thumbnail #fixed-images .enrty-post {
    display: table-cell;
    height: 240px;
    vertical-align: middle;
}
.list-style .has-post-thumbnail .enrty-post {
    overflow: hidden;
}
.list-style .post-info {
    max-width: 100%;
	padding: 20px 14px;
    margin-bottom: 5px;
}
.gbawi-active-sidebar .list-style .post-info {
    max-width: 783px;
}
.post-info a {
    text-decoration: none;
}
.entry-title {
    margin-top: 0;
}
.entry-title a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin: auto;
    color: #313131;
    letter-spacing: -0.02em;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.entry-title a:hover {
    color: #137bd8;
}
/*========== Post Meta ==========*/
.author-post-image img {
    border-radius: 100%;
    width: 23px;
    float: left;
}
.author-post-image {
    margin-right: 10px;
    display: inline;
}
.meta-post {
    list-style: none;
    display: block;
    float: none;
    text-align: left;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #757575;
    font-size: 13.4px;

    font-weight: 500;
}
.classic-style .data-snippet {
    font-size: 14px;
}
.classic-style .read-more a {
    font-size: 14px;
}
.meta-post .fa {
    padding-right: 5px;
}
.meta-author-name {
    margin-right: 10px;
}
.meta-date,
.meta-comments {
    margin-right: 15px;
}
.meta-post a {
    color: #757575;
    font-weight: 500;
    text-decoration: none;

}
.data-snippet {
    text-align: left;
    color: #757575;
    font-size: 15px;
    line-height: 25px;
    margin: auto;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;

    font-weight: 400;
}
.data-snippet p {
    padding: 0px;
}
/*========== Read More ==========*/

.read-more {
    margin: auto;
    text-align: left;
}
.read-more a {
    color: #137bd8;
    display: inline-block;
    position: relative;
    font-size: 13.4px;
    font-style: normal;

    font-weight: 600 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.read-more span {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.read-more .fa {
    font-weight: 600;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.read-more a:hover {
    text-decoration: none;
}
.read-more a:hover span {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.read-more i {
    padding-left: 5px;
}
.read-more a:hover i {
    padding-left: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/*========== Post Foot ==========*/

.share-button-home a {
    width: 25px;
    height: 25px;
    color: #777;
    font-size: 14px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
}
.list-style .share-button-home a {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.post-foot {
    display: table;
    width: 100%;
}
.grid-style .post-foot {
    margin-top: 17px;
    display: none;
}
.list-style .share-button-home {
    display: none;
}
.list-style .read-more:before {
    display: none;
}
.post-foot a {
    font-style: normal;
    font-weight: 500;
}
.meta-comment {
    text-align: right;
    font-style: italic;
    font-size: 13px;
}
.meta-comment .fa {
    color: #898989;
}
.comment-link {
    text-align: right;
    color: #777;
}
.meta-author {
    font-style: italic;
    font-size: 13px;
    color: #777;
}
.share-button-home {
    text-align: right;
    display: table-cell;
    position: relative;
}
.no-comments {
    background: #ff6e6e;
    display: block;
    padding: 10px;
    color: #803b3b;
    text-align: center;

    border-radius: 5px;
}
.search .alert-msg {
    display: none;
}
.alert-msg {
    display: block;
    padding: 20px 10px;
    color: #9F6000;
    background-color: #FEEFB3;
    text-align: center;
    border-radius: 5px;
    font-family: inherit;
}
.alert-msg a {
    color: #9F6000;
}
.grid-style .alert-msg {
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
}
/*========== Grid Style ==========*/

.grid-style #content-wrapper {
    width: 100%;
    float: none;
}
.grid-style .articles-row {
    margin-left: 1.5% !important;
    margin-right: 1.5% !important;
}
.grid-style .articles {
    clear: both;
    padding: 0em 0 0;
    margin: 0em 0 0 -16px;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    position: relative;
}
.grid-style .articles .post,
.grid-style .articles .page {
    width: 33.33%;
    height: auto;
    margin: 0 0 0em;
    float: left;
    padding: 0 15px;
}
.grid-style-sidebar .articles .post {
    width: 49.66%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-style-sidebar .articles .post:first-child {
    width: 100%;
    padding-right: 0px;
    overflow: hidden;
}
.grid-style-sidebar .articles .post:first-child .data-snippet,
.grid-style-sidebar .articles .post:first-child .read-more {
    display: block !important;
}
.grid-style-sidebar .articles .post:first-child .post-thumbnail img {
    height: 360px !important;
}
.grid-style-sidebar .articles .post:first-child .sticky-post-format {
    top: 6px;
}
.grid-style-sidebar .articles .post:first-child .entry-title a {
    line-height: 30px;
    font-size: 25px;
}
.grid-style-sidebar .articles .post:nth-child(odd) {
    padding-right: 0px;
}
#full-width-post .post-thumbnail img {
    height: 370px !important;
}
#full-width-post  .entry-title a {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 49px;
}
.grid-style .share-button-home {
    display: none !important;
}
.grid-style .has-post-thumbnail .post-thumbnail,
.classic-style .has-post-thumbnail .post-thumbnail,
.grid-style-sidebar .has-post-thumbnail .post-thumbnail {
    margin-bottom: 15px;
}
.grid-style .post-info,
.classic-style .post-info {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.grid-style .meta-post,
.grid-style .meta-post .fa,
.grid-style-sidebar .meta-post,
.grid-style-sidebar .meta-post .fa {
    font-size: 13.4px;
}
.grid-style #post-foot {
    display: none !important;
}
.grid-style #sidebar-wrapper {
    display: none;
}
.grid-style .page-pagination {
    overflow: hidden;
    clear: both;
    margin-top: 20px !important;
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
    display: inline-block;
}
.grid-style .data-snippet {
    display: block;
}
.grid-style .entry-title a {
    line-height: 28px;
    font-size: 20px;
    letter-spacing: 0.1px;
}
.grid-style-sidebar .entry-title a {
    line-height: 25px;
    font-size: 20px;
}
.grid-style-sidebar .entrt-content {
    margin-bottom: 30px;
}
.grid-style .entrt-content {
    margin-bottom: 30px;
}
.grid-style .has-post-thumbnail .post-thumbnail {
    width: 100%;
}
.grid-style .post-thumbnail img {
    display: inline-block;
    width: 100%;
    height: auto;
}

/*========== List Style ==========*/

.list-style .has-post-thumbnail .post-thumbnail {
    float: left;
    width: 360px;
    height: auto;
    overflow: hidden;
    margin-right: 30px;
}
.list-style .post-thumbnail img {
    width: 100%;
    height: auto;
}
.list-style .post-outer, 
.archive.list-style .post-outer {
    margin-bottom: 30px;
}
.has-post-thumbnail .list-style .post-info, 
.has-post-thumbnail .archive.list-style .post-info {
    display: table-cell;
    padding: 20px;
    width: 100vh;
}
.list-style .meta-post:before {
    width: 60px;
}
.list-style .meta-post {
    font-size: 13.4px;
}
.list-style .entry-title a {
    line-height: 30px;
    font-size: 25px;
}
.list-style .data-snippet {
    text-align: left;
    overflow: hidden;
    max-width: 100%;
    font-size: 13.4px;
    line-height: 22px;
}
.list-style .meta-post, 
.list-style .read-more, 
.archive.list-style .meta-post, 
.archive.list-style .read-more {
    text-align: left;
}
.list-style .share-button-home a, 
.archive.list-style .share-button-home a {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

/*========================================
07. SINGLE POST
=========================================*/

.post-header {
    padding: 30px;
    background: #ffffff;
    border-bottom: 1px solid #eee;
}
.cover-image-holder {
    height: 600px;
    background-size: cover;
    background-position: center;
    padding: 30px;
    position: relative;
    margin-top: 30px;
    border: 1px solid #eee;
}
.cover-image-holder-2 {
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    background: #eee;
}
.dark-skin .cover-image-holder-2 {
    background: #000;
}
.cover-image-content-holder {
    border: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 30px;
    color: #ffffff;
    left: 0;
    width: 100%;
    padding-top: 100px;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
}
.dark-skin .cover-image-holder,
.dark-skin .post-header-full,
.dark-skin .post-header-center-contect .center-content-holder {
    border-color: #282828 !important;
}
.post-header-full {
    padding: 30px;
    margin-top: 30px;
    border: 1px solid #eee;
}
.cover-image-holder .trending-in-post p {
    color: #fff
}
.cover-image-holder .entry-title {
    color: #fff;
}
.cover-image-holder .in-post-meta span, 
.cover-image-holder .in-post-meta a{
    color: #fff;
}
.cover-image-holder .in-post-meta a {
    color: #fff;
}
.cover-image-holder {
    color: #fff;
}
.post-header-center-contect {
    text-align: center;
    margin: auto;
    float: none;
    overflow: hidden;
}
.trending-in-post {
    margin-bottom: 20px;
    display: inline-flex;
}
.post-header-center-contect .meta-author-name {
    margin-right: 10px;
    display: inline-block;
}
.dark-skin .post-header-center-contect .center-content-holder {
    background: #1f1f1f;
}
.post-header-center-contect .center-content-holder {
    padding: 30px;
    margin-top: 30px;
    border: 1px solid #eee;
    background: #fff;
}
.post-header-center-contect .post-categories {
    text-align: center;
    margin: auto;
    float: none;
}
.no-border {
    border: none !important;
}
.full-post-feature-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
.move-top {
    margin-top: -140px;
    position: relative;
    z-index: 2;
}
.first-category {
    display: inline-block;
    margin-bottom: 0.4rem;
}
.first-category a {
    background-color: #137bd8;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    padding: 4px 14px;
    position: relative;
}
.first-category a:hover {
    color: #fff;
}
.cover-image {
    border: 1px solid transparent;
}
.post-feature-img-two {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: flex;
}
.post-feature-img-two img {
    width: 100%;
    height: 100%;
}

/*========== Trending Post Icon ==========*/

.trending-in-post span {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding-left: 1px;
    text-align: center;
    background: #F64E4E;
    color: #ffffff;
    display: list-item;
    list-style: none;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}
.dark-skin .trending-in-post p {
    color: #fff;
}
.trending-in-post p {

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #323438;
    line-height: 26px;
}
.trending-out {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding-left: 1px;
    text-align: center;
    font-size: 12px;
    background: #fff;
    color: #F64E4E;
    display: list-item;
    list-style: none;
    border-radius: 100%;
}

/*========== Single Post Header ==========*/

.post-header .post-title {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
}
.in-post-meta {
    float: none;
    width: 100%;
    margin-top: 20px;
    color: #757575;
    font-size: 13px;

    font-weight: 400;
}
.in-post-meta span,
.in-post-meta a {
    font-style: normal;
    color: #757575;
    font-size: 13.4px;

    font-weight: 500;
}
.in-post-meta .fa {
    padding-right: 5px;
}
.meta-author-in {
    margin-right: 10px;
}
#article-outer {
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #eee;
}
/*========== Post Content ==========*/

.page .post-inner {
    padding-bottom: 25px;
}
.post-inner {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    background: #fff;
    font-weight: 400;
    padding: 25px;
    padding-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background: #ffffff;
}
.post-inner a {
    color: #137bd8;
    font-style: unset;
}
.post-inner a:hover {
    text-decoration: underline;
}
.post-inner ul {
    padding: 0 20px;
    line-height: 1.4;
}
.post-inner h1,
.post-inner h2,
.post-inner h3,
.post-inner h4,
.post-inner h5,
.post-inner h6 {
    margin-top: 20px;
    margin-bottom: 10px;    
}
.post-inner h1:first-child,
.post-inner h2:first-child,
.post-inner h3:first-child,
.post-inner h4:first-child,
.post-inner h5:first-child,
.post-inner h6:first-child {
    margin-top: 0px !important;
    margin-bottom: 10px;    
}
.post-inner .alignleft {
    float: left;
    margin: 7px 20px 20px 0px !important;
}
.post-inner .alignright {
    float: right;
    margin: 7px 0px 20px 20px !important;
}
.post-inner .alignnone {
    clear: both;
}
.post-inner .wp-caption-text {
    color: #707070;
    font-family: "Barlow";
    font-size: 13.7px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.post-inner .wp-caption {
    margin-top: 20px;
    margin-bottom: 20px;
}
.post-inner p {
    margin-top: 10px;
    margin-bottom: 20px;
}
.post-inner p:last-child {
    margin-bottom: 0px;
}

/*========== Classic Post Style ==========*/

.has-post-thumbnail .classic-post .post-header {
    text-align: center;
    width: 85%;
    margin: auto;
    margin-top: -100px;
    background: #fff;
    position: relative;
    overflow: visible;
    border: none !important;
    padding: 30px 30px 10px;
}
.has-post-thumbnail .classic-post .post-inner {
    padding-top: 10px;
}
.has-post-thumbnail .classic-post .in-post-meta {
    float: none;
}
.has-post-thumbnail .classic-post .entry-header {
    margin-bottom: 15px;
}
.has-post-thumbnail .classic-post .trending-in-post {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    margin: auto;
    float: none;
    margin-bottom: 10px;
}
/*========== Post Tags ==========*/

.post-tags-sec {
    overflow: hidden;
    margin-bottom: 0px;
}
.post-tags-a {
    float: right;
    margin-bottom: -1px;
    display: inline-flex;
}
.post-tags-sec a {
    color: #757575;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    height: 25px;
    padding: 0px 5px;
    position: relative;

}
.post-tags-sec a:hover {
    color: #137bd8;
}
.post-tags-a span {
    width: 25px;
    float: left;
    font-size: 15px;
    line-height: 22px;
    color: #444;
    padding-top: 2px;
    margin-right: 10px;
}
.post-tags-a span i {
    color: #137bd8;
}
.dark-skin .article-tages {
    color: #aaaaaa;
}

/*========== Post Actions ==========*/

.post-actions {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 30px;
}
.post-actions span i {
    padding-right: 5px;
    color: #137bd8;
}
/*========== Post Tags ==========*/
.post-categories {
    float: left;
}
.post-tags {
    float: none;
    width: 100%;
    margin-bottom: 13px;
    display: inline-flex;
}
.post-tags span {
    width: 25px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    padding-top: 2px;
    margin-right: 10px;
}
.post-tags ul li {
    list-style: none;
    display: inline-block;
}
.post-tags a {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    margin-right: 5px;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 7px;
    border-radius: 3px;
    background-color: #137bd8;

}
.post-tags a:hover {
    color: #fff !important;
    background: #1f1f1f;
}
.post-tags a:hover:before {
    border-right-color: #444;
}
/*========== Post Tags ==========*/
.top-post-categories {
    float: left;
}
.top-post-tags {
    float: none;
    margin-bottom: 10px;
    display: inline-flex;
    overflow: hidden;
}
.top-post-tags span {
    width: 25px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    padding-top: 2px;
    margin-right: 10px;
}
.top-post-tags ul li {
  list-style: none;
  display: inline-block;
}
.top-post-tags a {
    color: #ffffff;
    display: inline-block;
    font-size: 13.7px;
    font-weight: 500;
    line-height: 14px;
    margin-right: 5px;
    padding: 4px 10px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: #137bd8;
}
.top-post-tags a:hover {
    color: #fff !important;
}
.post-meta-tags {
    width: 75%;
    float: right;
}

/*========== Share Post ==========*/

.share-post {
    float: left;
}
.share-post span {
    float: left;
    font-size: 15px;
    color: #444;
    margin-right: 10px;
    line-height: 25px;
}
.share-post span i {
    padding-right: 5px;
}
.share-post a {
    color: #757575;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    margin-left: 10px;
    background: transparent;
    display: inline-block;
    text-align: center;
}
.whatsapp-send {
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}
.share-post a:hover {
    color: #137bd8;
}

/*========== Author Box ==========*/

.author-box {
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.heading {
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.post-footer-title:before {
    content: "";
    background: #137bd8;
    width: 45px;
    height: 2px;
    position: absolute;
    top: 34px;
    left: 0px;
}
.author-bio {
    overflow: hidden;
    padding: 30px;
}
.author-picture {
    width: 100px;
    height: 100px;  
    float: left;
}
.author-picture img {
    border-radius: 60%;
    height: 100px;
    width: 100px;
}
.author .about-author-text {
    width: 82%;
}
.about-author-text {
    display: block;
    float: left;
    padding: 10px 0px 0px 30px;
    width: 84%;
}
.about-author-text h3 {
    color: #313131;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.about-author-text p {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    margin: 8px 0 6px;
}
.other-posts-by {
    display: none;
}
.author-soical-icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.author-soical-icons-list li {
    float: left;
}
.author-soical-icons-list li a {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 24px;
    margin-right: 5px;
    text-align: left;
    font-size: 14px;
    color: #757575;
}
.dark-skin .author-soical-icons-list li a {
    color: #aaa;
}
/*========== Related Posts ==========*/

.related-posts {
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 30px;
}
.has-post-thumbnail #fixed-images .related-thumbnail img {
    height: 150px;
}
 #fixed-images .related-thumbnailll {
    height: 0px !important;
}
.post-footer-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #444444;
    text-align: left;
    padding-bottom: 9px;
    bottom: -2px;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
}
.dark-skin .related-thumbnail {
    background: #1f1f1f;
}
.related-thumbnail {
    display: flex;
    width: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    width: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#related-post img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.related-posts-overlay {
    width: 100%;
}
.related-posts-overlay .meta-date a {
    font-style: normal;
    color: #757575;
    font-size: 13px;

    font-weight: 500;
}
.related-posts-overlay .fa {
    color: #757575;
    font-size: 13px;
    margin-right: 5px;
}
#related-post {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    list-style: none;
    padding-right: 20px;
    position: relative;
}
#related-post:last-child {
    padding-right: 0px;
}
.related-posts-title {
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
    line-height: 21px;
}
.related-category {
    color: #fff;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    line-height: normal;
    padding: 2px 10px;
    position: relative;
    margin-bottom: 10px;

    letter-spacing: 0.6px;
    background: #137bd8;
}
.related-thumbnail:hover img { 
    -webkit-filter: grayscale(0) brightness(60%) contrast(100%);
    -moz-filter: grayscale(0) brightness(60%) contrast(100%);
    -o-filter: grayscale(0) brightness(60%) contrast(100%);
    filter: grayscale(0) brightness(60%) contrast(100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.related-posts .has-post-thumbnail .action-icons {
    display: block;
}
.related-posts .has-post-thumbnail .related-thumbnail {
    min-height: 64px;
    margin-bottom: 10px;
}
.related-posts .action-icons {
    position: absolute;
    top: 18px;
    width: 35px;
    height: 35px;
    left: 18px;
    line-height: 32px;
    font-size: 13px;
    border-width: 2px;
    z-index: 1;
    display: none;
}
.related-posts .action-icons ul {
    display: inline-flex;
}
.related-posts .action-icons .post-format,
.related-posts .action-icons .trending-post {
    margin-right: 15px;
    margin-bottom: 0px;
    width: 28px;
    height: 28px;
    font-size: 11px;
    line-height: 29px;
}
.no-related {
    text-align: center;
    display: block;
    padding: 10px;
    color: #757575;
}
/*========== Post Navigation ==========*/

.post-pager {
    width: 100%;
    display: inline-block;
    margin-bottom: 43px;
}
.post-pager a {
    color: #313131;
    width: 100vw;
    overflow: hidden;
    height: 100px;
    padding: 0;
    margin: 0px;
    vertical-align: middle;
}
.post-pager span {
    display: table-cell;
    width: 48.5%;
    min-height: 129px;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    padding: 20px 30px;

    font-style: normal;
    font-weight: 700;
    border: 1px solid #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.post-pager span:hover {
    background: rgba(238, 238, 238, 0.27);
}
.post-pager-title {
    line-height: 20px;
    font-size: 16px;
    color: #313131;
    font-weight: 600;
    min-height: 42px;
}
.prev-post {
    width: 48.5%;
    float: left;
    text-align: left;
    position: relative;
}
.prev-post .fa {
    padding-right: 3px;
    font-weight: 600;
}
.next-post {
    width: 48.5%;
    float: right;
    text-align: right;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.prev-post:hover .pager-thumbnail:before {
     opacity: 0.4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.next-post:hover .pager-thumbnail:before {
     opacity: 0.4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.pager-thumbnail {
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #000;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.pager-thumbnail:before {
    content: " ";
    position: absolute;
    z-index: 0;
    bottom: 0;
    padding: 30px;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 200px;
    background-color: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.pager-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.left-arrow {
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 41px;
    font-size: 22px;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 76px;
    left: 170px;
    background-color: rgba(0, 0, 0, 0.50);
}
.right-arrow {
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 41px;
    font-size: 22px;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 76px;
    right: 170px;
    background-color: rgba(0, 0, 0, 0.50);
}
.next-post .fa {
    padding-left: 3px;
    font-weight: 600;
}
.st-p {
    color: #7b8086;
    font-size: 15px;

    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 15px;
    display: inline-block;
}
.no-more {
    color: #757575;
    text-align: center;
    vertical-align: middle;
    padding: 52px 0px !important;
    height: 129px;
    cursor: no-drop;
    font-weight: 500!important;
}
.middle {
    width: 100%;
    text-align: center;
}
.middle h1 {
    font-family: "Dax", sans-serif;
    color: #fff;
}
.middle input[type="radio"] {
    display: none;
}
.middle input[type="radio"]:checked+.box {
    background-color: #007e90;
}
.middle input[type="radio"]:checked+.box span {
    color: white;
    transform: translateY(70px);
}
.middle input[type="radio"]:checked+.box span:before {
    transform: translateY(0px);
    opacity: 1;
}
.middle .box {
    width: 200px;
    height: 200px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 900;
}
.middle .box:active {
    transform: translateY(10px);
}
.middle .box span {
    position: absolute;
    transform: translate(0, 60px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1.5em;
    user-select: none;
    color: #007e90;
}
.middle .box span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}
.middle .front-end span:before {
    content: "\f121";
}
.middle .back-end span:before {
    content: "\f0f4";
}
.middle p {
    color: #fff;
    font-family: "Dax", sans-serif;
    font-weight: 400;
}
.middle p span:after {
    content: "\f0e7";
    font-family: FontAwesome;
    color: yellow;
}
.cover-image img {
    width: 100%;
    height: 100%;
}
.post-cover-img {
    height: 475px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
}
.cover-content {
    position: relative;
    bottom: 122px;
    padding: 20px 0;
    color: #CCC;
    overflow: hidden;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
}
.post-title-cover {
    color: #fff;
    font-size: 42px;
}
.post-cover-image {
    position: relative;
    margin: 0;
    height: 475px;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tptn_counter {
    display: none;
}

/*========================================
06. Block One
=========================================*/
.block .action-icons {
    position: absolute;
    top: 15px !important;
    left: 15px !important;
    z-index: 3;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.block .action-icons .post-format, 
.block .action-icons .trending-post {
    z-index: 3;
    color: #fff !important;
    width: 32px;
    height: 32px;
    margin: auto;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.51);
    box-shadow: 0 0 10px rgba(31, 32, 35, 0.19);
}
#intro-block-one-posts {
    margin-top: 30px;
}
.block-one-post {
    width: 23%;
    float: left;
    margin: 1%;
    position: relative;
}
.blocl-one-home-title h2 {
    float: left;
    font-size: 28px;
    font-weight: 700;
}
.blocl-one-home-title {
    display: inline-flex;
    margin-bottom: 0px;
}
.intro-block-one {
    clear: both;
    overflow: hidden;
}
.block-one-wrapper {
    overflow: hidden;
    margin-left: -1%;
    margin-right: -1%;
}
.block-one-posts-overlay {
    padding-top: 12px;
    padding-left: 2px;
    padding-right: 10px;
    padding-bottom: 0px;
}
.block-one-posts-title {
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    z-index: 2;
    position: relative;
}
.block-one-category {
    position: absolute;
}
.block-one-thumbnail {
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
}
.block-one-thumbnail img {
    height: 160px;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.block-one-thumbnail img:hover {
    filter: brightness(70%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.block-circle {
    float: right;
    position: relative;
    bottom: -14px;
    margin-right: 10px;
    font-size: 9px;
    font-family: FontAwesome;
    padding-left: 7px;
}
.block .meta-post {
    margin-top: 5px;
}

/*========================================
08. COMMENTS
=========================================*/
.post-comments {
    display: block;
}
.comment-body {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding: 20px 20px;
    overflow: hidden;
    border-radius: 5px;
    list-style: none;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.comments-list {
    list-style: none;
}
.children {
    padding-left: 40px;
    padding-right: 0px;
    list-style: none;
}
.children li {
    list-style: none;
}
.comment {
    list-style: none;
}
.comment-navigation {
    margin-bottom: 30px;
}
.comment-author.vcard img {
    border-radius: 50%;
    box-shadow: 0 0 8px #e0e7f1;
    border: 2px solid #ffffff;
    margin-right: 20px;
    float: left;
    width: 70px;
    height: 70px;
}
.pingback .says {
    display: none;
}
.pingback .comment-content {
    padding-left: 0px;
}
.comment-content {
    padding-left: 90px;
    color: #757575;
    clear: both;
    overflow: hidden;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.comment-content a {
    color: #137bd8;
    font-weight: 600;
}
.comment-content h1, 
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-bottom: 10px;
}
.comment-content p:last-child {
    margin-bottom: 0px;
}
.comment-content dl,
.comment-content p {
    margin-bottom: 5px;
}

.comment-content ul,
.comment-content ol {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
}

.comment-author {
    display: block;
}
.comments-list .comment-author .fn,
.comments-list .comment-author .fn a {
    font-size: 15px;
    margin-bottom: 15px;

    font-style: normal;
    font-weight: 700;
    color: #313131;
}
.comments-list .comment-author .fn a {
    color: #313131 !important;
}
.comments-list .comment .comment-meta {
    font-size: 13.7px;
    font-style: normal;

    font-weight: 500;
}
.comments-list .comment .comment-meta a {
    color: #757575;
    font-size: 13.4px;

    font-weight: 500;
}
.comments-list .comment .says {
    display: none;
}
.comments-list .reply {
    margin-left: 90px;
}
.comments-list .reply a {
    background: #1f1f1f;
    color: #fff !important;
    padding: 0 10px;
    display: block;
    float: left;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 20px;

}
.comments-list .reply a:hover {
    background: #137bd8;
}
.replt-form {
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #eee;
    background: #fff;
}
#reply-title {
    position: relative;
    font-size: 17px;
}
#reply-title a {
    font-size: 13.7px;
    margin-left: 5px;
}
.dark-skin .comment-respond label {
    color: #fff;
}
.comment-respond label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;

    font-style: normal;
    font-size: 13.7px;
    font-weight: 600;
    color: #313131;
    line-height: 25px;
}
.wp-block-latest-comments {
    padding: 0px;
}
#respond input {
    color: #2c2f34;
    font-size: 14px;
    outline: none;
    font-weight: 500;
    padding: 10px;
    line-height: 23px;
    border-radius: 2px;
    max-width: 100%;
    font-style: normal;

    border: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-skin #respond input {
    color: #d8d8d8;
    background-color: transparent;
    border: 1px solid rgb(68, 68, 68);
}
#respond textarea {
    width: 100%;
    height: 200px;
    color: #757575;
    outline: none;
    padding: 15px;
    max-width: 100%;
    border-radius: 2px;

    font-style: normal;
    font-weight: 500;
    line-height: 25px !important;
    font-size: 15px !important;
    transition: background 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#respond .form-submit #submit {
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #137bd8;
    padding: 11px 22px;
    cursor: pointer;
    border: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#respond .comment-form-author input, 
#respond .comment-form-email input, 
#respond .comment-form-url input {
    width: 100%;
}
#respond .comment-form-email {
    margin-right: 4%;
}
#respond .comment-form-email, 
#respond .comment-form-url {
    width: 48%;
    float: left;
}
textarea:hover, 
input:hover, 
select:hover, 
textarea:focus, 
input[type="text"]:focus, 
input[type="email"]:focus, 
select:focus {
    background-color: rgba(0,0,0,0.03);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.dark-skin textarea:hover, 
.dark-skin input:hover, 
.dark-skin select:hover, 
.dark-skin textarea:focus, 
.dark-skin input[type="text"]:focus, 
.dark-skin input[type="email"]:focus, 
.dark-skin select:focus {
    background-color: rgba(0, 0, 0, 0.26) !important;
}
.comment-form-cookies-consent {
    display: inline-block;
    margin-top: 15px;
}
#wp-comment-cookies-consent {
    float: left;
    margin-top: 6px;
}
.comment-form-cookies-consent label {
    float: left;
    margin: 0;
}
#respond .form-submit #submit:hover {
    background: #000 !important;
}
.comment-form-comment label {
    display: none !important;
}
.comment #respond {
    margin-bottom: 30px;
}
#respond {
    display: block;
    padding: 30px;
    border: 1px solid #eee;
}
.logged-in-as {
    color: #888;

    font-weight: 400;
    margin-bottom: 10px;
    font-size: 13px;
}
.logged-in-as a {
    color: #888;

}
.emoji {
    display: inline-block;
    float: none !important;
}
#respond .comment-notes {
    color: #888;
    font-size: 13px;
    margin-bottom: 10px;
}
#respond .required {
    font-weight: bold;
    color: red;
}

/*========================================
 09. PAGE PAGINATION
=========================================*/

.page-pagination {
    overflow: hidden;
    clear: both;
}
.single .gbawi-page-link {
    padding-bottom: 0px;
}
.gbawi-page-link {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    padding: 30px;
    overflow: hidden;
}
.page-pagination .page-numbers {
    background-color: #fff;
    padding: 0 15px;
    height: 35px;
    line-height: 31px;
    border-radius: 3px;
    display: inline-block;
    border: 2px solid #eee;

    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #757575;
    margin-right: 5px;
    text-decoration: none;
}
.gbawi-page-link span {
    padding: 0;
    height: 40px;
    width: 45px;
    text-align: center;
    display: inline-block;
    line-height: 42px;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    float: left;
    margin-right: 10px;
    background: #137bd8 !important;
}
.gbawi-page-link a span {
    background-color: #fff !important;
    padding: 0 15px;
    height: 40px;
    line-height: 36px;
    border-radius: 3px;
    border: 2px solid #eee;

    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #757575 !important;
    text-decoration: none;
}
.gbawi-page-link a {
    height: 40px;
    width: 45px;
    text-align: center;
    padding: unset !important;
}
.dark-skin .page-pagination .page-numbers:hover,
.dark-skin .page-pagination .gbawi-page-link a:hover,
.dark-skin .page-pagination .page-numbers.current,
.dark-skin .page-pagination .gbawi-page-link a.current {
    background-color: #137bd8;
    border: 2px solid #137bd8;
}
.page-pagination .page-numbers.current,
.page-pagination .gbawi-page-link a.current {
    color: #fff !important;
    border-color: #137bd8;
    background-color: #137bd8;
}
.page-pagination .page-numbers:hover,
.page-pagination .gbawi-page-link a:hover {
    text-decoration: none !important;
    color: #fff !important;
    border-color: #137bd8;
    background-color: #137bd8;
}

/*========================================
 10. PAGES
=========================================*/

/*========== Error Page 404 ==========*/
#error-page {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
}
.errornumber {
    font-size: 120px;
    text-align: center;
    display: block;
    width: 100%;
    float: none;
    color: #137bd8;
    margin-bottom: 50px;
}
.error {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
#error-page p {
    font-size: 15px;
    color: #757575;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
#error-page .homepage {
    color: #fff;
    padding: 10px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}
#error-page #i {
    color: #757575;
    text-align: center;
    display: block;
    font-size: 30px;
    margin-top: -15px;
    margin-bottom: 10px;
}
#error-page #h-b:hover {
    background-color: #222;
}
#error-page .fa-exclamation-circle:before {
    font-size: 120px;
    margin: 0 8px 0 10px;
}
#error-page #h-b {
    text-align: center;
    display: block;
    margin: auto;
    background-color: #137bd8;
    width: 150px;
    color: #fff;
    border-radius: 25px;
}
/*========== Shop ==========*/

#shop-wrapper-title {
    background-color: #eeeeee;
    padding: 50px 0px;
}

/*========== Category ==========*/

.entry-category-outer {
    padding: 30px;
    background: #fbfbfb;
    margin-top: 30px;
    border: 1px solid #eee;
}
.grid-style .entry-category-outer {
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
}
.entry-category-outer h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.entry-category-outer p {
    color: #757575;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
}
.dot {
    font-size: 10px;
    color: #137bd8;
}
/*========== Author ==========*/

.author-page-image {
    width: 120px;
    float: left;
}
.author-page-box {
    width: 100%;
    padding: 30px;
    padding-bottom: 22px;
    background: #fff;
    text-align: left;
    grid-column-gap: 20px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #eee;
}
.grid-style .author-page-box {
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
    max-width: 99%;
}
.author-page-image img {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 100%;
    position: relative;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.author-page-title h1 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #313131;
    margin-top: 5px;
}
.author-page-des p {
    color: #757575;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
    margin-bottom: 8px;
}
.author-links {
    display: block;
    color: #757575;
    text-align: left;
    width: 100%;
    margin-right: 20px;
}
.author-links a {
    line-height: 1px;
    font-size: 17px;
    color: #757575;
}
.author-posts {
    margin-top: 30px;
}
.hm {
    color: red;
    font-size: 10px;
    font-weight: 900;
}
.author-info-space {
    display: inline-flex;

    font-weight: 600;
    font-size: 14px;
}
.author-info-space .fa {
    font-weight: 600;
    font-size: 15px;
}
.posts-count {
    color: #757575;
    text-align: left;
    display: inline-flex;
    line-height: 12px;
    margin-right: 20px;
    padding-top: 4px;
}
.posts-count .fa {
    padding-right: 6px;
    font-weight: 500;
}
.comments-count {
    color: #757575;
    text-align: left;
    display: inline-flex;
    line-height: 12px;
    margin-right: 20px;
    padding-top: 4px;
}
.comments-count .fa {
    padding-right: 5px;
    margin-top: -1px;
}
/*========== Sreach Content ==========*/

#content-wrapper #s {
    padding: 10px 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    color: #6b6969;
    width: 75%;
}
#content-wrapper #searchsubmit {
    width: 23%;
    background: #eee;
    border: none;
    padding: 10px;
    border-radius: 3px;
    color: #6b6969;
    cursor: pointer;
    border: 2px solid #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/*========== Image Page ==========*/

.center-attachment {
    padding: 30px;
}
.gbawi-entry-attachment {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #eee;
}
.dark-skin .gbawi-entry-attachment {
    color: #aaa;
    background: #1f1f1f;
    border: 1px solid #282828;
    margin-top: 30px;
}
.entry-attachment-header {
    border-bottom: 1px solid #eee;
    padding: 30px;
    text-align: center;
}
.dark-skin .entry-attachment-header {
    border-bottom: 1px solid #282828;
}
.gbawi-entry-attachment img {
    height: auto;
}
.entry-caption {
    color: #aaa;
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
    font-style: italic;
}
.page-outer {
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid #eee;
}
.attachment-comments {
    margin-top: 30px;
}

/*========================================
11. SIDEBAR
=========================================*/
#sidebar-wrapper {
    width: 28%;
    float: right;
    margin-top: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/*========== Sticky Sidebar ==========*/

.theiaStickySidebar {
    transition: all -.9s ease;
    -webkit-transition: all -.9s ease;
    -moz-transition: all -.9s ease;
    -o-transition: all -.9s ease;
    -webkit-transition: all -.9s ease;
}

/*========== Sidebar Widget ==========*/

.sidebar .widget-content {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 20px;
}
.sidebar .widget-content:last-child {
    margin-bottom: 0px;
}
.widgettitle:before,
.widget-title:before {
    content: "";
    background: #137bd8;
    width: 45px;
    height: 2px;
    position: absolute;
    top: 48px;
    left: 20px;
}
.widget-content {
    width: 100%;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.sidebar .widget-content h2 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #444444;
    text-align: left;
    padding-bottom: 9px;
    bottom: -2px;
    border-bottom: 2px solid #e6e6e6;
}
.sidebar .widget-title {
    display: block;
}
.sidebar .widget-content br {
    display: none;
}
.sidebar ul {
    list-style: none;
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.widget-content ul li {
    padding: 0;
    list-style: none;
    border-bottom: 1px dashed #eee;
    letter-spacing: 0.3px;
}
.widget-content a {

}
.widget_archive {
    font-size: 13px;

    font-style: normal;
    font-weight: 500;
}
.widget_meta a {
    font-size: 13px;
}
/*========== Menu Widget ==========*/

.widget-content .menu {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.widget-content .menu li {
    display: block;
}
.widget-content .menu li a {
    border-bottom: 1px solid #eee;
    line-height: 25px;
    font-size: 13.7px;
    padding: 10px 0px;
}
.dark-skin .widget-content .menu li a {
    border-bottom: 1px solid #282828;
}
.widget-content .menu li ul {
    margin-top: 0px;
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
    position: unset;
    box-shadow: none;
    border: none;
    max-width: 100%;
    margin: 0px;
}
.widget-content .menu li ul li a:before {
    display: none;
}
.widget-content .menu-item-has-children:after {
    opacity: 0;
}
.widget-content .menu li ul li ul {
    margin-top: 0px;
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
    position: unset;
    box-shadow: none;
    border: none;
    width: 100%;
    margin: 0px;
}
.widget-content .menu li ul li:hover ul {
    opacity: 1;
    border-bottom: 0;
    margin-top: 0px;
    visibility: visible;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
}
/*========== Gallery Widget ==========*/

.widget-content .gallery-item {
    overflow: hidden;
}
.widget-content .gallery-item img {
    height: 100px;
    object-fit: cover;
}
.widget-content #gallery-1 .gallery-item {
    float: none !important;
    margin-top: 0px !important;
}
.widget-content .gallery-caption {
    font-size: 13px;
    line-height: 16px;
}
.widget-content .gallery {
    margin-bottom: 0px !important;
}
/*========== Ads Widget ==========*/

.ad-widget-content {
    display: block;
    padding: 0;
    margin: 0;
}
.ads-below-post-container {
    margin-bottom: 30px;
}
.ads-above-post-container img, 
.ads-below-post-container img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.widget_ads-widget {
    border: none !important;
    padding: 0px !important;
}
.widget_ads-widget .widget-title {
    display: none;
    border: none !important;
    font-size: 10px !important;
    color: #9a9a9a !important;

    letter-spacing: 1px;
    font-weight: 400 !important;
    text-align: center !important;
}
.widget_ads-widget img,
.widget_ads-widget iframe {
    display: table;
    margin: auto;
}
/*========== Categories Widget ==========*/

.cat-item {
    width: 100%;
    color: #757575;
    text-align: right;
    border-bottom: 1px dotted #eee;
    display: inline-block;
    padding: 5px 0 !important;
}
.cat-item:last-child {
    border-bottom: none !important;
}
.widget_archive select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.dark-skin .widget_archive select {
    border: 1px solid #282828;
    background: #282828;
    color: #aaa;
}
.widget_categories ul li a {
    float: left;
    width: 85%;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.widget_categories ul li a:before {
    content: "\f10c";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 600;
    padding-left: 10px;
    font-size: 10px;
    line-height: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 7px 0 -5px;
    color: #137bd8;
}
.widget_categories ul li a:hover {
    text-decoration: none;
    color: #137bd8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.widget_categories .children {
    border-top: 1px dotted #eee;
}
.widget_categories .children li {
    border-bottom: none;
}
.overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.overlay-link-text {
    display: none;
}
/*========== Tags Widget ==========*/

.tagcloud a {
    background-color: #f9f9f9;
    color: #313131;
    padding: 1px 10px;
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 13px !important;
    float: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #eee;
    font-weight: 400;
}
.tagcloud a:hover {
    color: #fff !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.dark-skin .tagcloud a {
    background-color: #282828;
    color: #fff;
    border: none;
}
.screen-reader-text {
    display: none;
}
#cat {
    display: block;
    width: 100%;
    padding: 10px;
    border-color: #dedede;
}
/*========== Popular Posts Widget ==========*/

.popular-posts .item-thumbnail {
    float: none;
    height: 75px;
    width: 85px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.16);
    margin: 0 10px 0 0 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.dark-skin .popular-posts .item-thumbnail {
    background: #000;
}
.popular-posts .item-thumbnail img {
    height: 75px;
    width: 85px;
    object-fit: cover;
    border-radius: 5px;
    padding-right: 0 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.item-thumbnail img:hover {
    -webkit-filter: grayscale(0) brightness(80%) contrast(100%);
    -moz-filter: grayscale(0) brightness(80%) contrast(100%);
    -o-filter: grayscale(0) brightness(80%) contrast(100%);
    filter: grayscale(0) brightness(80%) contrast(100%);
}
.popular-posts .item-caption {
    float: left;
    width: 66%;
    padding-top: 1px;
}
.popular-post-title {
    color: #313131;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.popular-post-title a {
    color: #313131;
}
.the-popular-post {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.the-popular-post:last-child {
    margin-bottom: 0;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.popular-posts .trending-out {
    position: relative;
    top: 0;
    right: 0;
    left: 0px;
    color: #fff;
    width: 32px;
    height: 32px;
    margin: auto;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.50);
}
.dark-skin .popular-date {
    color: #aaa;
}
.popular-date {
    margin-right: 15px;
    color: #757575;
    font-size: 13px;
    float: left;

    font-weight: 500;
}
.popular-date .fa {
    margin-right: 5px;
}

/*========== Search Widget ==========*/

.widget_search #s {
    padding: 10px 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    color: #6b6969;
    width: 75%;
}
.widget_search #searchsubmit {
    width: 23%;
    background: #eee;
    border: none;
    padding: 10px;
    border-radius: 3px;
    color: #6b6969;
    cursor: pointer;
    border: 2px solid #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.widget_search #searchsubmit:hover {
    color: #fff;
    background: #137bd8;
    border: 2px solid #137bd8;
}
/*========== Meta Widget ==========*/

.widget_meta li {
    margin-bottom: 10px;
}
.widget_meta li:last-child {
    margin-bottom: 0px;
}
.widget_meta li:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0 7px 0 -5px;
    color: #137bd8;
}
/*========== Archive Widget ==========*/

.widget_archive li:before {
    content: "\f114";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 600;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1;
    float: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 5px 7px 0 -5px;
    color: #137bd8;
}
.widget_archive ul li {
    width: 100%;
    color: #757575;
    text-align: right;
    border-bottom: 1px dotted #eee;
    display: inline-block;
    padding: 8px 0 !important;
}
.dark-skin .widget_archive ul li {
    border-bottom: 1px dotted #282828;
}
.widget_archive ul li:last-child {
    border-bottom: none;
}
.widget_archive ul li a {
    display: inline-block;
    text-decoration: none;
    color: #444;
    text-align: left;
    float: left;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/*========== Recent Comments Widget ==========*/

.recentcomments a {
    display: block !important;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #444;
}
.comment-author-link a {
    display: table-cell !important;
}
.comment-author-link:before {
    content: "\f0e5";
    color: #137bd8;
    font-weight: 600;
    margin-right: 8px;
    font-size: 13.7px;
    font-family: FontAwesome;
    font-style: normal !important;
}
.recentcomments {
    border-bottom: 1px dotted #eee;
    margin-bottom: 5px;
    padding-bottom: 5px !important;
}
.recentcomments:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
/*========== Calendar Widget ==========*/

.widget_calendar {
    float: left;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    color: #757575;
    font-size: 12px;
    text-align: left;
}
#wp-calendar thead {
    color: #fff;

    font-size: 13px;
    font-weight: 400;
    background-color: #137bd8;
}
#wp-calendar thead th {
    padding-bottom: 10px;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f9f9f9;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    color: #757575;
}
.dark-skin #wp-calendar #today {
    background-color: #282828 !important;
}
.dark-skin #today a,
.dark-skin .widget_calendar {
    color: #aaa;
}
#wp-calendar #today {
    font-weight: 600;
    background-color: #E0E0E0 !important;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
/*========== Recent Posts Widget ==========*/

.widget_recent_entries li {
    border-bottom: 1px dotted #eee;
    margin-bottom: 5px;
    padding-bottom: 5px !important;
}
.widget_recent_entries li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
.widget_recent_entries a {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    color: #444;
}
.post-date {
    font-size: 12px;
    color: #777;
}
.post-date:before {
    content: "\f017";
    margin-right: 5px;
    font-family: FontAwesome;
}
/*========== Pages Widget ==========*/

.widget_pages ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    margin-bottom: 2px;
    color: #666;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.widget_pages ul li a:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 7px 0 -5px;
    color: #137bd8;
}
.widget_pages ul li:last-child {
    border-bottom: none;
}
.widget_pages ul li a:hover {
    text-decoration: none;
    padding-left: 20px;
    color: #137bd8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*========== Instagran Widget ==========*/

.sidebar .instagram-pics {
    margin: -5px;
    display: inline-block;
}
.sidebar .instagram-pics li {
    list-style: none;
    padding: 0;
    height: 90px;
    width: 30.75%;
    margin: 1.125%;
}
.sidebar .instagram-pics img {
    width: 100%;
    display: block;
}
.sidebar .clear {
    display: none;
}

/*========== MailChimp for WordPress Widget ==========*/

.dark-skin .mc4wp-form input {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid rgb(40, 40, 40) !important;
}
.dark-skin .mc4wp-form select {
    color: #fff;
    border: 1px solid rgb(40, 40, 40);
}
.dark-skin .mc4wp-form label {
    color: #ffffff;
}
.dark-skin .mc4wp-form-fields:before {
    color: #fff;
}
.dark-skin .mc4wp-form textarea {
    color: #d8d8d8;
    background-color: transparent;
    border: 1px solid rgb(68, 68, 68);
}

.mc4wp-form input[type=submit] {
    margin-top: 20px;
    color: #fff;
    padding: 12px 15px;
    border: none !important;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;

    background-color: #137bd8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mc4wp-form input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.74);
}


.mc4wp-form input[type=email],
.mc4wp-form input[type=text],
.mc4wp-form input[type=tel] {
    width: 100%;
    color: #757575;
    outline: none;
    padding: 5px 10px;
    max-width: 100%;
    border-radius: 2px;

    font-style: normal;
    font-weight: 500;
    line-height: 25px !important;
    font-size: 13px !important;
    transition: background 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.mc4wp-form .mc4wp-success p {

    font-size: 13px;
    line-height: 20px;
    background: #d1ead2;
    color: #1B5E20;
    padding: 5px;
    border-radius: 2px;
    margin-top: 15px;
}
.mc4wp-form .mc4wp-notice p {

    font-size: 13px;
    line-height: 20px;
    background: #ffebaf;
    color: #a25b01;
    padding: 5px;
    border-radius: 2px;
    margin-top: 15px;
}
.mc4wp-form .mc4wp-error p {

    font-size: 13px;
    line-height: 20px;
    background: #ffc2c8;
    color: #B71C1C;
    padding: 5px;
    border-radius: 2px;
    margin-top: 15px;
}
.mc4wp-form label {
    margin-top: 10px;
    margin-bottom: 5px;

    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    line-height: 20px;
    width: 100%;
}
.mc4wp-form:before {
    content: "\f0e0";
    color: #137bd8;
    font-family: fontawesome;
    text-align: center;
    margin: auto;
    font-style: normal;
    display: block;
    width: 100%;
    font-size: 35px;
    padding-bottom: 5px;
}

.mc4wp-form-fields:before {
    content: "Subscribe to our mailing list to get the new updates!";
    font-size: 23px;
    letter-spacing: -0.9px;
    line-height: 27px;
    margin: 14px 0;
    color: #313131;
    display: block;
    text-align: center;

    font-weight: 600;
}
.widget_mc4wp_form_widget .widget-title {
    display: none;
}


.mc4wp-form textarea:hover, 
.mc4wp-form input:hover, 
.mc4wp-form select:hover, 
.mc4wp-form textarea:focus, 
.mc4wp-form input[type="text"]:focus, 
.mc4wp-form input[type="email"]:focus, 
.mc4wp-form select:focus {
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.widget_mc4wp_form_widget .widgettitle {
    display: none;
}
.widget_mc4wp_form_widget {
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
}
.dark-skin .widget_mc4wp_form_widget {
    border: 1px solid #282828;
}



/*========== Contact Form 7 Widget ==========*/

.post-inner .wpcf7 label {
    font-size: 13.7px;
}
.wpcf7 label {
    margin-top: 10px;
    margin-bottom: 5px;

    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    line-height: 20px;
    width: 100%;
}
.dark-skin .wpcf7 label {
    color: #ffffff;
}
.post-inner .wpcf7 input {
    padding: 10px;
}
.wpcf7 input {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;

}
.dark-skin .wpcf7 input {
    color: #d8d8d8;
    background-color: transparent;
    border: 1px solid rgb(40, 40, 40);
}
.post-inner .wpcf7 textarea {
    height: 120px;
}
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    max-width: none;
    margin-bottom: 15px;
    height: 88px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    border: 1px solid #e0e0e0;

}
.dark-skin .wpcf7 textarea {
    color: #d8d8d8;
    background-color: transparent;
    border: 1px solid rgb(40, 40, 40);
}
.wpcf7-submit {
    border-radius: 3px;
    height: 45px;
    line-height: 38px;
    border: none;

    font-size: 15px !important;
    font-weight: 500;
    cursor: pointer;
    border: none !important;
    color: #fff !important;
    padding: 0px !important;
    width: 100% !important;
    margin-bottom: 0px !important;
    background: #137bd8 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.wpcf7-submit:hover {
    background-color: #000 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.site-main .wpcf7 input {
    width: 50%;
    padding: 14px;
}
.site-main .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    height: 188px;
}
.wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 18px !important;
}
.wpcf7 .ajax-loader {
    display: none !important;
}

/*========================================
12. INSTAGRAM WIDGET
=========================================*/

#instagram-widget {
    overflow: hidden;
    text-align: center;
    color: #aaa;
    max-height: 250px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#instagram-widget #sbi_images .sbi_item {
    width: 16.666% !important;
    padding: 0px !important;
}
#instagram-widget #sb_instagram .sb_instagram_header {
    display: none !important;
}
#instagram-widget #sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
    height: 250px !important;
}
#instagram-widget #sb_instagram #sbi_images {
    padding: 0px !important;
}
#instagram-widget .sbi_load_btn,
#instagram-widget .sbi_follow_btn{
    display: none !important;
}
.dark-skin #instagram-widget {
    background: #313131;
}
#instagram-widget h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    display: none;
}
#instagram-widget p {
    display: none;
}
.instagram-pics li {
    float: left;
    list-style: none;
    padding: 0;
    width: 16.6666%;
    height: 220px;
    overflow: hidden;
    background: #222;
}
.instagram-pics li img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.instagram-pics li img:hover {
    -webkit-filter: grayscale(0) brightness(80%) contrast(100%);
    -moz-filter: grayscale(0) brightness(80%) contrast(100%);
    -o-filter: grayscale(0) brightness(80%) contrast(100%);
    filter: grayscale(0) brightness(80%) contrast(100%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*========================================
13. FOOTER
=========================================*/

#footer-wrapper {
    background-color: #fff;
    margin-top: 30px;
    display: block;
}
.footer-copyrights {
    overflow: hidden;
    margin-top: 30px;
    background-color: #1f1f1f;
}
.footer-copyrights-3 {
    overflow: hidden;
    background-color: #282828;
}
.footer-copyrights .footer-navigation a:after {
    display: none;
}
.footer-widgets .widget-content {
    margin-bottom: 30px;
}

/*======= FOOTER LAYOUT =======*/

.the-footer {
    background-color: #1d1d1d;
    color: #aaa;
}
.the-footer a {
    color: #fff;
}
#the-footer-2 {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#the-footer-2 .slicknav_nav a {
    font-size: 14px;
    color: #313131 !important;
}
#the-footer-2 .slicknav_nav li {
    display: block;
    min-height: unset;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0 !important;
}
.dark-skin .footer-cover {
    border-top: 1px solid #282828;
}
.footer-cover {
    border-top: 1px solid #eee;
}
#the-footer-2 .footer-social-icons {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: auto;
}
#the-footer-2 .copy-right {
    width: 100%;
    text-align: center;
    margin: auto;
    float: none;
    display: block;
    text-align: center;
    margin: 20px 0;
    color: #757575;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
#the-footer-2 .footer-down-menu {
    max-width: 100% !important;
    float: none;
}

/*========================================
14. FOOTER ICONS
=========================================*/

#the-footer-2 .footer-social-icons {
    margin-top: 10px;
}
#the-footer-2 .footer-social-icons ul {
    padding: 20px;
    text-align: center;
}
#the-footer-2 .footer-social-icons li {
    display: inline-block;
    list-style: none;
    line-height: 40px;
    padding: 0 !important;
}
#the-footer-2 .social-media-icons {
    float: none !important;
}
#the-footer-2 .footer-social-icons li a {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #313035;
    margin: 0 5px;
    font-family: FontAwesome;
    background: #f6f6f6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0;
    display: list-item;
}
#the-footer-2 .footer-social-icons a:hover {
    -webkit-box-shadow: 0 0 1px 5px #eee;
    box-shadow: 0 0 1px 5px #eee;
    color: #fff !important;
    background: #137bd8;
}
#the-footer-2 .footer-navigation {
    text-align: center;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#the-footer-2 .footer-navigation li {
    position: relative;
    line-height: 35px;
    display: inline-block;
}
.dark-skin #the-footer-2 .footer-menu li a {
    color: #aaa;
}
#the-footer-2 .footer-menu li a {
    color: #313131;
    font-size: 14px;
    text-decoration: none;

    font-style: normal;
    font-weight: 500;
    border: none;
    padding: 0px;
}

#the-footer-2 .copy-right-text a {
    color: #757575;
}

/*========================================
14. FOOTER ICONS
=========================================*/

.footer-social-icons li {
    display: inline-block;
    list-style: none;
    line-height: 40px;
    padding: 0 !important;
}
#footer-wrapper .social-media-icons {
    float: right;
    line-height: 45px;
}
.footer-social-icons li a {
    width: 25px;
    height: 25px;
    position: relative;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #757575;
    margin: 0 5px;
    font-family: FontAwesome;
    display: list-item;
    padding: 0 5px;
}
.the-footer-3 .footer-social-icons li a:hover,
.footer-social-icons a:hover {
    color: #137bd8;
}
.the-footer-3 .social-media-icons {
    float: right;
    line-height: 65px !important;
}

/*========================================
15. FOOTER MENU
=========================================*/

.footer-down-menu {
    float: right;
    max-width: 70%;
}
.the-footer .slicknav_menu {
    display: none !important;
}
.footer-navigation li:last-child a:after {
    display: none;
}
.footer-down-menu .slicknav_menu {
    display: none;
}
.footer-menu .slicknav_menu {
    min-height: auto;
}
.footer-menu .slicknav_menu .slicknav_btn.slicknav_open {
    text-align: center;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
    width: 36px;
}
.footer-menu .slicknav_menu .slicknav_icon {
    float: none;
    width: 1.125em;
    height: .875em;
    margin: 0px;
    text-align: center;
    display: inline-block;
}
.footer-menu .slicknav_menu li {
    height: 40px;
    line-height: 40px;
}
.footer-menu .slicknav_menu li a {
    height: 40px;
    line-height: 40px;
}
.footer-menu .slicknav_menu li:after {
    display: none;
}
.footer-menu li a {
    color: #aaa;
    font-size: 14px;
    margin-left: 15px;
    text-decoration: none;

    font-style: normal;
    border: none;
    padding: 0px;
}
.footer-navigation .sub-menu li a {
    text-align: left;
    font-size: 13.7px;
    font-weight: 500;
    color: #313131;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #eee;
    line-height: 38px;
    display: flex;
    padding: 0 15px;
}
.footer-navigation .sub-menu {
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.footer-navigation .sub-menu li {
    display: block;
}
.footer-navigation .sub-menu a:after {
    display: none;
}
.footer-menu li a:hover {
    color: #137bd8;
}
.footer-menu li:last-child:after {
    content: '';
    display: none;
}
.footer-menu .menu-item-has-children:after {
    display: none;
}
.footer-navigation li ul li.menu-item-has-children:after {
    content: '\f105';
    font-family: fontawesome;
    line-height: 0;
    position: relative;
    top: -21px;
    right: 6px;
    font-size: 12px;
    color: #313131;
    float: right;
    padding: 0 5px;
    font-weight: 600;
}
.footer-navigation ul {
    list-style: none;
}
.footer-navigation li {
    position: relative;
    line-height: 65px;
    display: inline-block;
}
.footer-navigation ul ul {
    display: none;
    margin-left: 0px;
}
.footer-navigation ul .toggled-on {
    display: block;
}
.footer-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1;
}
.footer-navigation {
    text-align: center;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.footer-navigation .primary-menu, 
.footer-navigation .primary-menu>li {
    border: 0;
}
.footer-navigation .primary-menu>li {
    display: inline-block;
    padding-right: 5px;
}
.footer-navigation li:hover>a, 
.footer-navigation li.focus>a {
    color: #137bd8;
}
.footer-navigation ul ul {
    display: block;
}
.footer-navigation ul ul ul {
    top: 15px;
    left: 200px;
}
.footer-navigation ul ul ul:before, 
.footer-navigation ul ul ul:after {
    border: 0;
}
.footer-navigation ul ul a {
    white-space: normal;
}
.footer-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
}
.footer-navigation li:hover>ul, 
.footer-navigation li.focus>ul,
.footer-navigation a:hover>ul, 
.footer-navigation a.focus>ul {
    right: auto;
    left: 10px;
    margin-top: 1px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.footer-navigation ul ul li:hover>ul, 
.footer-navigation ul ul li.focus>ul {
    top: 0px;
    right: auto;
    left: 200px;
    margin-top: 0px;
}
.footer-navigation ul ul .menu-item-has-children>a {
    padding-right: 2.0625em;
}
.footer-navigation ul ul .menu-item-has-children>a:after {
    display: none;
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#footer-wrapper .social-media-icons:after {
    display: none;
}
.footer-navigation a:after {
    content: "";
    top: 0px;
    width: 5px;
    height: 5px;
    margin-left: 15px;
    background: #137bd8;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}

/*========== Footer Widgets ==========*/

.footer-widgets {
    overflow: hidden;
    clear: both;
    margin: 0em 0 0 -16px;
    margin-top: 30px;
}
.footer-widgets ul {
    list-style: none;
}
.footer-widgets .f-widget {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.footer-widgets .widget-content h2 {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    text-align: left;
    padding-bottom: 9px;
    border-bottom: 2px solid #282828;
}
.footer-widgets .widgettitle:before,
.footer-widgets .widget-title:before {
    content: "";
    top: 28px;
    left: 0px;
}
.widgettitle:before{
    content: "";
    top: 30px;
    left: 0px;
}

/*========== Go To Top ==========*/

.scrollToTop {
    margin-top: 20px;
    margin-bottom: 20px;
}
.scrollToTop span {
    display: list-item;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    left: 50%;
    position: relative;
    margin-left: -17px;
    cursor: pointer;
    list-style: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    background: #137bd8;
}
.scrollToTop span:hover {
    -webkit-box-shadow: 0 0 1px 5px #eee;
    box-shadow: 0 0 1px 5px #eee;
}
.dark-skin .scrollToTop span:hover {
    -webkit-box-shadow: 0 0 1px 5px #3e3e3e;
    box-shadow: 0 0 1px 5px #3e3e3e;
}

/*========================================
16. COPYRIGHT
=========================================*/

.copy-right {
    margin: auto;
    display: block;
    text-align: left;
    margin: 20px 0;
    color: #aaa;

    font-style: normal;
    font-weight: 500;
    font-size: 13.7px;
    float: left;
}
.copy-right a {

}
.the-footer .copy-right p {
    color: #aaa !important;
}
.copy-right p {

    display: inline-block;
}
.copy-right a:hover {
    color: #137bd8;
    text-decoration: underline !important;
}
.copy-right-text a {
    color: #aaa;
}
.the-footer-3 .footer-social-icons li a {
    color: #aaa;
}
.the-footer-3 .copy-right p {
    color: #aaa;
}

/*========================================
17. MOBILE MENU
=========================================*/

.mobile-menu-holder {
    height: 55px;
    display: none;
}
.mobile-top-ad {
    display: none;
    margin-top: 30px;
}
.mixtheme-menu-mobile {
    background-color: #ffffff;
    height: 55px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.33);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.mobile-menu-icon {
    float: left;
    width: 50px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
}
.mobile-menu-logo {
    margin: auto;
    text-align: center;
    -moz-text-align: center;
    -o-text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
    width: 100vw;
    font-family: "Castoro Titling", "Roboto", serif;
}
.mobile-menu-logo img {
    max-height: 40px;
    max-width: 180px;
    padding: 0;
    display: flex;
    text-align: center;
    margin: auto;
}
.mobile-site-title {
    color: #313131;
    font-size: 30px;
    line-height: 55px;
    font-family: "Castoro Titling", "Roboto", serif;
}
.mobile-menu-search {
    float: right;
    width: 50px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
}
.scrollUp {
  transform: translateY(-80px);
}
.open-mobile-menu {
    float: left;
    line-height: 61px;
    height: 55px;
    width: 54px;
    color: #444;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    display: none;
}
.mobil-m-overlay {
    background-color: rgba(0, 0, 0, 0.76);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.hide {
    display: none;
}
.mix-menu-icon {
    float: left;
    margin: 0;
    padding: 20px 10px;
    display: table-cell;
    overflow: hidden;
}
.mix-menu-icon:hover .mix-menu-icon-bar {
    width: 22px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mix-menu-icon-bar {
    display: block;
    width: 1.12em;
    height: 0.12em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-top: .188em;
    background-color: #313131;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.first-b {
    width: 16px;
    margin-top: 0px;
    display: table-cell;
}
.last-b {
    width: 14px;
}
.dark-skin .theme-search-icon {
    border: 2px solid #fff;
}
.dark-skin .theme-search-icon:after {
    background: #fff;
}
.theme-search-icon {
    display: inline-block;
    position: relative;
    height: 13px;
    width: 13px;
    box-sizing: border-box;
    border: 2px solid #313131;
    border-radius: 25px;
    transition: all 200ms ease;
    cursor: pointer;
}
.theme-search-icon:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    right: -2px;
    top: 7px;
    background: #313131;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 200ms ease;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */

.slicknav_btn, 
.slicknav_nav .slicknav_item {
    cursor: pointer
}
.slicknav_menu, 
.slicknav_menu {
    display: none;
    box-sizing: border-box
}
.slicknav_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px;
    line-height: 1.125em;
}
.slicknav_btn.slicknav_collapsed {
    display: none;
}
.footer-down-menu .slicknav_btn {
    margin-bottom: 20px !important;
}
#topbar .slicknav_btn.slicknav_collapsed {
    display: none;
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}
.slicknav_menu .slicknav_menutxt {
    display: none;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}
.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: 0px;
}
.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}
.slicknav_menu .slicknav_no-text {
    margin: 0
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-top: .188em;
    background-color: #313131;
}
.dark-skin .slicknav_icon-bar {
    background-color: #fff !important;
}
.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}
.slicknav_menu:after {
    clear: both
}
.slicknav_nav .sub-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: unset;
    max-width: unset;
    width: 100%;
    margin-left: 0px;
    left: 0px;
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
.slicknav_nav .sub-menu li a {
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: none;
}
.slicknav_nav .sub-menu li a a {
    padding: 0px;
}
.slicknav_nav .menu-item-has-children {
    margin-right: 0px;
}
.slicknav_nav li {
    display: block;
    min-height: unset;
    line-height: 50px;
    position: relative;
    padding: 0 !important;
}
.slicknav_parent.slicknav_open ul {
    color: #fff;
}
.slicknav_parent.slicknav_open ul li {
    border-bottom: none;
}
.slicknav_parent.slicknav_open ul li:last-child {
    border-bottom: none;
}
.dark-skin .slicknav_parent.slicknav_open ul li a {
    color: #aaa;
}
.slicknav_parent.slicknav_open ul li a a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    float: left;
    position: relative;
    left: 0;
    top: 19px;
    display: none;
    border-radius: 10px;
    margin-right: 8px;
    background: #137bd8;
}
.get-menu .menu-item-has-children:after {
    display: none;
}
.slicknav_nav li, 
.slicknav_nav ul {
    display: block
}
.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    float: right;
    top: 0;
    display: inline-block;
    position: absolute;
    right: 3px;
    width: 50px;
    line-height: 50px;
    text-align: right;
}
.slicknav_arrow .fa {
    padding-right: 0px !important;
}
.slicknav_nav .slicknav_item a {
    display: inline
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    display: block;
    padding: 0px 0px;
    color: #fff !important;
}
.slicknav_nav .slicknav_parent-link a {
    display: inline
}
.slicknav_menu {
    font-size: 16px;
    z-index: 999;
    display: block;
    position: relative;
}
#topbar .slicknav_menu {
    min-height: 40px;
    padding-top: 0px;
    position: inherit;
    display: none;
}
.slicknav_nav, 
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}
.slicknav_btn {
    text-decoration: none;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
    display: none;
}
.admin-bar #topbar .slicknav_nav {
    top: 89px;
}
#topbar .slicknav_nav {
    min-width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    background: #ffffff;
    z-index: 99;
    -webkit-box-shadow: 0px 8px 10px rgba(66, 66, 66, 0.19);
    -moz-box-shadow: 0px 8px 10px rgba(66, 66, 66, 0.19);
    box-shadow: 0px 8px 10px rgba(66, 66, 66, 0.19);
}
.dark-skin #topbar .slicknav_nav {
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.19);
}
.dark-skin #topbar .slicknav_nav {
    background: #1f1f1f;
}
.menu-container .slicknav_nav {
    display: block !important;
}
.slicknav_open .slicknav_open {
    border-left: none !important;
}
.slicknav_nav ul a {
    padding-left: 20px;
}
.slicknav_nav ul ul {
    background: transparent !important;
}
.dark-skin .slicknav_nav ul ul {
    background: transparent !important;
}
.slicknav_nav ul ul a {
    padding-left: 40px;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav a {
    color: #fff;
    font-size: 16px;

    font-style: normal;
    font-weight: 500;
}
.dark-skin .slicknav_nav a {
    color: #aaa;
}
.slicknav_nav a .fa {
    padding-right: 10px;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
    display: inline-table;
    width: 80%;
}
.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}
.menu-container {
    background-color: #fff;
    max-width: 100%;
    overflow-y: auto;
    bottom: 0;
    position: fixed;
    top: 0;
    display: none;
    left: -685px;
    height: 100% !important;
    width: 100%;
    z-index: 999999;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
}
.overlay-menu-bg {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100vh;
    width: 100%;
    padding: 30px;
    overflow: auto;
    z-index: 999;
    position: relative;
}
.mobile-cover-img {
    position: fixed;
    height: 100%;
    width: 100%;
}
.mobile-cover-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.dark-skin .menu-container {
    background-color: #1f1f1f;
}
.menu-container .navigation {
    line-height: 0;
    padding: 20px;
}
.mobil-search {
    position: relative;
    padding: 20px;
    padding-bottom: 10px;
}
.mobil-search input {
    border-radius: 10px;
    padding: 5px 10px;
    width: 100%;
    border: 2px solid #eee;
}
.dark-skin .mobil-search input {
    background-color: #1f1f1f;
    color: #aaa;
    border: 2px solid #aaa;
}
.mobile-search-button {
    float: right;
    position: absolute;
    right: 25px;
    top: 25px;
    background: transparent;
    border: 0;
}
.dark-skin .mobile-search-button {
    background: transparent !important;
    color: #aaa;
}
.search-input .fa-search {
    color: #aaa;
    font-size: 15px;
}
.close-mobile-menu {
    height: 43px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.blog-name-m {
    color: #fff;
    float: left;
    line-height: 44px;
    padding-left: 20px;
}
.menu-close-icon {
    height: 40px;
    width: 40px;
    float: right;
    cursor: pointer;
    font-size: 14px;
    right: 0px;
    text-align: center;
    position: relative;
}
.menu-close-icon:hover {
    color: #fff;
}
.close:before, .close:after {
    position: absolute;
    left: 25px;
    top: 9px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.get-menu {
    margin-top: 30px;
}
.mobile-menu-icons {
    width: 80%;
    float: left;
}
.mobile-menu-icons .social-media-icons li {
    display: inline-block;
    list-style: none;
    line-height: 40px;
    padding: 0 !important;
}
.mobile-menu-icons .social-media-icons li a {
    display: block;
    width: 28px;
    color: #fff;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
}

/*========================================
18. TYPOGRAPHY
=========================================*/

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    color: #313131;
    clear: both;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1 {
    font-size: 39px;
    line-height: 45px;
}
h2 {
    font-size: 31px;
    line-height: 40px;
}
h3 {
    font-size: 24px;
    line-height: 35px;
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-size: 16px;
    line-height: 25px;
}
h6 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
ol {
    padding: 0 20px;
}
blockquote {
    quotes: none;
    color: #313131;
    font-size: 26px;
    line-height: 1.5;
    font-family: 'Merriweather', serif;
}
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #56501c;
    background-color: #ffc10761;
    border-radius: 3px;
}
strong {
    font-weight: 500;
}
kbd {
    margin: 0px 0.1em;
    padding: 0.1em 0.6em;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    line-height: 1.4;
    font-family: monospace;
    font-size: 90%;
    display: inline-block;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 0 1px 0 #fff;
}
.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-weight: 500 !important;
    font-size: 5.5em !important;
    margin-top: 0.15em !important;
}
.has-drop-cap:not(:focus):after {
    padding: 0px !important;
}
a {
    color: #313131;

    font-style: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none !important;
    -moz-transition: .2s;
    transition: .2s;
}
a:hover {
    color: #137bd8;
    text-decoration: none;
}

/*======================================================
19. DARK SKIN
======================================================*/

.dark-skin .header-wrapper {
    background-color: #1f1f1f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.dark-skin .top-menu li a {
    color: #fff;
}
.dark-skin .menu-item-has-children:after {
    color: #fff;
}
.dark-skin .menu li ul li.menu-item-has-children:after {
    color: #fff;
}
.dark-skin .top-menu li ul li.menu-item-has-children:after {
    color: #fff;
}
.dark-skin .top-navigation .sub-menu li a {
    border-bottom: 1px solid #282828;
}
.dark-skin .top-social a {
    color: #fff;
}
.dark-skin .social-media-icons:after {
    background: #fff;
}
.dark-skin .logo a {
    color: #fff;
}
.dark-skin .logo p,
.dark-skin .site-description {
    color: #eee;
}
.dark-skin #menu-wrapper {
    background-color: #1f1f1f;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
}
.dark-skin .fixed-search a {
    color: #fff;
}
.dark-skin #outer-wrapper {
    background-color: #1f1f1f;
    box-shadow: 0 0 10px rgba(74, 74, 74, 0.33) !important;
}
.por-style.dark-skin #outer-wrapper {
    background-color: #1f1f1f;
}
.item.por-style.dark-skin #outer-wrapper, 
.static_page.por-style.dark-skin #outer-wrapper {
    background-color: #282828;
}
.dark-skin .social-sec #social a {
    color: #aaa;
}
.dark-skin .menu-top li a {
    color: #fff;
}
.dark-skin .sub-menu {
    background-color: #1f1f1f;
}
.dark-skin .search-button .fa {
    color: #fff;
}
.dark-skin .fixed-menu .fixed-search a:hover {
    -webkit-box-shadow: 0 0 1px 5px #3e3e3e;
    box-shadow: 0 0 1px 5px #3e3e3e;
}
.dark-skin .menu li a {
    color: #fff !important;
}
.dark-skin .search-button:before {
    background-color: #fff;
    margin: 0 12px;
    opacity: .5;
}
.dark-skin .sub-menu {
    -webkit-box-shadow: 0 1px 6px #282828;
    -moz-box-shadow: 0 1px 6px #282828;
    -o-box-shadow: 0 1px 6px #282828;
    box-shadow: 0 1px 6px #282828;
}
.dark-skin .menu li ul li:hover ul {
    border-left: none;
    -webkit-box-shadow: 0 1px 6px #282828;
    -moz-box-shadow: 0 1px 6px #282828;
    -o-box-shadow: 0 1px 6px #282828;
    box-shadow: 0 1px 6px #282828;
}
.dark-skin .dropdown-reverse {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45) !important;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45) !important;
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45) !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45) !important;
}
.dark-skin .menu li ul li a {
    color: #eee;
    background-color: #1f1f1f;
    border-bottom: 1px solid #282828;
}
.dark-skin .menu li ul li {
    background-color: #1f1f1f;
}
.dark-skin .slider-pagination {
    float: right;
    color: #6f6f6f;
    font-size: 21px;
    display: inline-flex;
    background: #1f1f1f;
}
.dark-skin .sidebar .widget-content {
    background: #1f1f1f;
    border-color: #282828;
}
.dark-skin .cat-item {
    color: #aaa;
    border-bottom: 1px dotted #282828;
}
.dark-skin .widget_categories ul li a {
    color: #aaa;
}
.dark-skin .read-more:before, 
.dark-skin .scrollToTop:before {
    content: "";
    border-top: 1px solid #282828;
}
.dark-skin .PopularPosts .widget-content ul li {
    border-bottom: 1px solid #282828;
}
.dark-skin .popular-posts .item-title {
    background: #1f1f1f;
}
.dark-skin .item-title a {
    color: #fff;
}
.dark-skin hr {
    background: #282828 !important;
}
.dark-skin .form {
    color: #eee;
    background-color: #1f1f1f;
}
.dark-skin .classic-post .post-header {
    background: #1f1f1f;
}
.dark-skin .page-outer {
    background: #1f1f1f;
    border: 1px solid #282828;
}
.dark-skin #article-outer {
    background: #1f1f1f;
    border: 1px solid #282828;
}
.dark-skin .post-feature-img {
    border: none;
}
.dark-skin .author-page-box {
    background: #1f1f1f;
    border: 1px solid #282828;
}
.dark-skin .author-page-des p {
    color: #aaa;
}
.dark-skin .author-links a {
    color: #aaa;
}
.dark-skin .search-box-wrapper p {
    color: #fff;
}
.dark-skin .author-page-des {
    color: #aaa;
}
.dark-skin .author-links,
.dark-skin .posts-count,
.dark-skin .comments-count {
    color: #aaa;
}
.dark-skin code {
    color: #56501c;
    background-color: #ffc107;
}
/*========== DARK SKIN Sidebar ==========*/

.dark-skin .profile-caption h3 {
    color: #fff;
}
.dark-skin .profile-caption {
    color: #aaa;
}
.dark-skin #cat {
    color: #fff;
    border-color: #282828;
    background: #282828;
}
.dark-skin .widget_search #s {
    border: 2px solid #282828;
    color: #ffffff;
    background: #1f1f1f;
}
.dark-skin .widget_search #searchsubmit {
    background: #282828;
    color: #fff;
    border: 2px solid #282828;
}
.dark-skin .widget_recent_entries a {
    color: #aaa;
}
.dark-skin .recentcomments {
    border-bottom: 1px dotted #282828;
}
.dark-skin .recentcomments a {
    color: #aaa;
}
.dark-skin .widget_meta li a {
    color: #aaa;
}
.dark-skin .widget-content ul li a {
    color: #fff;
}
.dark-skin .widget_recent_entries li {
    border-bottom: 1px dotted #282828;
}
.dark-skin .cloud-label-widget-content span a {
    background-color: #282828;
    color: #aaa;
}
.dark-skin .BlogArchive #ArchiveList ul li a {
    color: #eee;
}
.dark-skin .BlogArchive #ArchiveList ul li {
    color: #eee;
}
.dark-skin .contact-form-name, 
.dark-skin .contact-form-email, 
.dark-skin .contact-form-email-message,
.dark-skin .contact-form-widget {
    color: #eee;
    background-color: #282828 !important;
}
.index.dark-skin.list-style .post-outer, 
.archive.dark-skin.list-style .post-outer {
    background: #1f1f1f;
}
.dark-skin .sidebar .widget-content h2 {
    color: #ffffff;
    border-bottom: 2px solid #282828;
}
.dark-skin .PageList li {
    border-bottom: 1px dotted #282828;
}
.dark-skin .PageList li a {
    color: #eee;
}
.dark-skin .contact-form-button-submit {
    background: #1b1b1b;
}
.dark-skin #footer-wrapper {
    background: #1d1d1d;
    color: #aaa;
    border-top: 1px solid #1d1d1d;
}
.dark-skin .list-label-widget-content ul li a {
    color: #eee;
    border-bottom: 1px dotted #282828;
}
.dark-skin .intro-posts-title a:hover {
    color: #fff !important;
}
.dark-skin .post-outer {
    border: 1px solid #282828;
    background-color: #282828;
}
.dark-skin .post-tags-sec a {
    color: #aaa;
}
.dark-skin .post-inner {
    color: #aaa;
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
}
.dark-skin .in-post-meta span, 
.dark-skin .in-post-meta a {
    color: #aaa;
}
.dark-skin .post-tags a:hover {
    background-color: #111;
}
.dark-skin .share-post a {
    color: #aaa;
}
.dark-skin .post-tags a:before {
    border-right: 8px solid #282828;
}
.dark-skin .post-header .post-title {
    color: #fff;
}
.dark-skin .line {
    background: #282828;
}
.dark-skin .entrt-content {
    background: #1f1f1f;
}
.dark-skin .author-box {
    border-color: #282828;
    background: #1f1f1f;
}
.dark-skin .post-footer-title, 
.dark-skin .related-posts-title a, 
.dark-skin .author-name-a {
    color: #fff;
    border-color: #282828;
}
.dark-skin .about-author-text p {
    color: #aaa;
}
.dark-skin .about-author-text h3 a {
    color: #fff;
}
.dark-skin .post-pager a {
    color: #aaa;
}
.dark-skin .related-posts, 
.dark-skin .post-pager,
.dark-skin .post-comments {
    background: #1f1f1f;
    border-color: #282828;
}
.dark-skin .entry-title a {
    color: #fff;
}
.dark-skin .post-meta {
    color: #888;
}
.dark-skin.post-labels a {
    color: #888;
}
.dark-skin .meta-post {
    color: #aaa;
}
.dark-skin .meta-post a {
    color: #aaa;
}
.dark-skin .data-snippet {
    color: #aaa;
}
.dark-skin .meta-comment .fa {
    color: #898989;
}
.dark-skin .share-button-home a {
    color: #aaa;
}
.dark-skin .author-name-home a {
    color: #898989 !important;
}
.dark-skin .blog-pager a {
    color: #fff;
    background: #1f1f1f;
    border: 1px solid #282828;
}
.index.dark-skin.post-info {
    background: none;
}
.dark-skin .entry-category-outer {
    background: #282828;
    border: 1px solid #282828;
}
.dark-skin .about-me-widget {
    -webkit-box-shadow: 0 1px 6px #000;
    -moz-box-shadow: 0 1px 6px #000;
    -o-box-shadow: 0 1px 6px #000;
    box-shadow: 0 1px 6px #000;
}
.dark-skin .cover-img-section h2, 
.dark-skin #profile-caption h2 {
    color: #fff;
}
.dark-skin #profile-caption .widget-content, 
.dark-skin .profile-social #profile-icons a {
    color: #aaa;
}
.dark-skin #footer-wrapper .item-title a {
    color: #eee;
}
.dark-skin .copy-right, 
.dark-skin .copy-right a {
    color: #aaa !important;
}
.dark-skin .profile-img img {
    border: 4px solid #1f1f1f;
}
/*========== DARK SKIN Post ==========*/

.dark-skin .item .post-body {
    color: #eee;
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
}
.dark-skin .post-header {
    background: #1f1f1f;
    border-bottom: 1px solid #282828;
}
.dark-skin .item .post-title {
    color: #fff;
}
.dark-skin .post-feature-img-two {
    border: none !important;
}
.dark-skin blockquote {
    color: #aaa;
    background-image: none;
}
.dark-skin .item .post-outer {
    border: 1px solid #282828;
    background-color: #282828;
}
.dark-skin .item .post-body {
    color: #5E5E5E;
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
}
.dark-skin .widget-content {
    color: #eee;
}
.dark-skin #BlogArchive1_ArchiveMenu {
    border: 1px solid #282828;
    background: #282828;
    color: #fff;
}
.dark-skin h1, 
.dark-skin h2, 
.dark-skin h3, 
.dark-skin h4, 
.dark-skin h5, 
.dark-skin h6 {
    color: #fff !important;
}
.dark-skin #wp-calendar tbody td {
    background: #1f1f1f;
    border: 1px solid #282828 !important;
}
.dark-skin #wp-calendar caption {
    color: #aaa;
}
.dark-skin #wp-calendar tfoot td a {
    color: #aaa;
}
.dark-skin .page-pagination .page-numbers {
    color: #aaa;
    background-color: #1f1f1f;
    border: 2px solid #282828;
}
.dark-skin .gbawi-page-link a span {
    background-color: #1f1f1f !important;
    padding: 0 15px;
    height: 40px;
    line-height: 36px;
    border-radius: 3px;
    border: 2px solid #282828;
}
.dark-skin .comment-body {
    border-color: #282828;
    background: #1f1f1f;
}
.dark-skin .comments-list .reply a {
    background: #282828;
}
.dark-skin .comments-list .comment img {
    box-shadow: 0 0 8px #313131;
    border: 2px solid #313131;
}
.dark-skin .comments-list .comment-author .fn a {
    color: #eee;
}
.dark-skin .comments-list .comment .comment-meta a {
    color: #aaa;
}
.dark-skin .comments-list .comment p {
    color: #d8d8d8;
}
.dark-skin #comments a {
    color: #ffffff;
}
.dark-skin .comments-list .comment-author .fn,
.dark-skin .comments-list .comment-author .fn a {
    font-size: 15px;
    color: #fff !important;
}
.dark-skin .wp-block-latest-comments__comment {
    border: none;
    background: #282828;
}
.dark-skin .st-p,
.dark-skin #reply-title a {
    color: #fff;
}
.dark-skin .post-pager span {
    border: 1px solid #282828;
    background: #1f1f1f;
}
.dark-skin .post-pager span:hover {
    border: 1px solid #282828;
    background: #282828;
}
.dark-skin #respond {
    border: 1px solid #282828;
}
.dark-skin #respond textarea {
    border: 1px solid #282828;
    color: #d8d8d8;
    background-color: #1f1f1f;
}
/*========== DARK SKIN Footer ==========*/

.dark-skin #footer-wrapper .widget h2 {
    color: #fff;
    background: #1d1d1d;
}
.dark-skin #the-footer-2 .footer-social-icons {
    background: #1d1d1d;
}
.dark-skin #the-footer-2 .footer-social-icons li a {
    color: #fff !important;
    background: #282828;
}
.dark-skin #the-footer-2 .footer-social-icons li a:hover {
    -webkit-box-shadow: 0 0 1px 5px #3e3e3e;
    box-shadow: 0 0 1px 5px #3e3e3e;
}
.dark-skin #the-footer-2 .footer-menu li a {
    color: #fff;
}
.dark-skin #the-footer-2 .footer-social-icons li a:hover {
    color: #fff;
}

/*========================================
20. RESPONSIVE STYLE
=========================================*/

.logo-x2 {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min--moz-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx) {
    .logo-x1 {
        display: none !important;
    }
    .logo-x2 {
        display: inline-block;
    }
}

/*========== 1025px Screen ==========*/

@media screen and (max-width: 1025px) {
    .search-box-wrapper {
        max-width: 550px;
    }
    .search-input {
        width: 100%;
    }
    .search-box-wrapper .fa-search {
        display: none;
    }
    .gbawi-active-sidebar #content-wrapper {
        width: 100%;
        float: none;
    }
    #content-wrapper {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .grid-style #fixed-images .post-thumbnail img {
        display: block;
        width: 100%;
        height: 210px;
    }
    .has-post-thumbnail #fixed-images .related-thumbnail img {
        height: 130px;
    }
    #sidebar-wrapper {
        width: 45%;
        margin: auto;
        float: none !important;
    }
    #big-block-post, .main-block-post:first-child {
        width: 49%;
    }
    .list-style .has-post-thumbnail .post-thumbnail {
        width: 310px;
    }
    #related-post {
        width: 33.33%;
    }
    #instagram-widget {
        max-height: 100%;
    }
    #instagram-widget .instagram-widget {
        height: 250px;
        overflow: hidden;
    }
}
/*========== 768px Screen iPad ==========*/

@media screen and (max-width: 768px) {
    .admin-bar .fixed-menu {
        top: 46px;
    }
    .admin-bar .menu-container {
        top: 46px;
    }
    .admin-bar .mobile {
        position: fixed !important;
        height: 46px !important;
    }
    .admin-bar .mixtheme-menu-mobile {
        top: 46px !important;
    }
    .boxed-two #outer-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .woocommerce-MyAccount-content {
        margin-top: 30px;
    }
    .mobile-menu-holder,
    .mobile-top-ad {
        display: block !important;
    }
    .menu-container {
        display: block;
        left: -800px;
        transition: all .7s ease;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -o-transition: all .7s ease;
    }
    .header-wrapper {
        display: none !important;
    }
    .social-media-icons:after {
        display: none;
    }
    .search-box-wrapper {
        width: 100%;
    }
    .fixed-search {
        display: block;
    }
    .slicknav_menu, 
    .open-mobile-menu {
        display: block;
    }
    .search-box-wrapper .fa-search {
        display: none;
    }
    #big-block-post, .main-block-post:first-child,
    .main-block-post:first-child .main-block-thumbnail img {
        width: 100%;
        height: 400px;
    }
    .dark-skin .main-block-post {
        border: 5px solid #1f1f1f;
    }
    .main-block-post {
        width: 50%;
        margin: 0px;
        border: 5px solid #fff;
    }
    .footer-down-menu 
    #topbar .slicknav_btn.slicknav_collapsed {
        display: inline-block;
    }
    .top-menu {
        display: none;
    }
    #nav2 {
        display: none;
    }
    #selectnav2 {
        display: inline-block;
        float: left;
        width: 80%;
    }
    #footer-wrapper .social-media-icons {
        float: none;
        line-height: 25px !important;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .the-footer-3 .footer-social-icons li a {
        color: #fff !important;
    }
    #the-footer-2 .footer-social-icons li a {
        margin-bottom: 10px;
    }
    .favourite-post {
        width: 49.2%;
        margin-bottom: 1.5%
    }
    .gbawi-active-sidebar #content-wrapper {
        width: 100%;
        float: none;
    }
    #content-wrapper {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .por-style .post-outer {
        width: 48%;
    }
    .classic-post .post-feature-img {
        height: 380px;
    }
    .post-feature-img {
        height: auto;
    }
    .post-feature-img img {
        width: 100%;
        height: 100%;
        margin-bottom: -7px;
    }
    #related-post {
        width: 33.33%;
    }
    .grid-style .articles .post, 
    .grid-style .articles .page {
        width: 50%;
    }
    .grid-style #main-wrapper .row, 
    .grid-style #main-wrapper .row {
        margin-left: 2%;
        margin-right: 2%;
    }
    .grid-style .entry-title a {
        font-size: 1.2rem;
        line-height: 35px;
    }
    .grid-item {
        width: 50%;
    }
    .grid-style .enrty-post {
        width: 100% !important;
        float: none;
        margin: 0px;
    }
    .has-post-thumbnail #fixed-images .related-thumbnail img {
        height: 150px;
    }
	.header-ad-active .cover-image-holder-2 {
	    margin-top: 30px;
	}
    #sidebar-wrapper {
        width: 50%;
        margin: auto;
        float: none !important;
    }
    .grid-style .page-pagination {
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
    .instagram-pics li {
        float: left;
        list-style: none;
        padding: 0;
        width: 33.333333333%;
        height: 150px;
    }
    #instagram-widget #sbi_images .sbi_item {
        width: 33.3333% !important;
        padding: 0px !important;
    }
    #instagram-widget .instagram-widget {
        height: 497px;
        overflow: hidden;
    }
    .footer-down-menu .slicknav_btn {
        margin-top: 20px !important;
    }
    .footer-down-menu .slicknav_btn.slicknav_collapsed {
        display: inline-block;
        margin: auto;
        text-align: center;
    }
    .footer-widgets .f-widget {
        width: 100%;
    }
}
/*========== 640px Screen Phone's ==========*/

@media screen and (max-width: 640px) {
    .mobile-menu-holder,
    .mobile-top-ad {
        display: block !important;
    }
    .search-box-close {
        position: absolute;
        right: 70px;
        top: 20px;
    }
    .boxed-two #outer-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .header-content-left .social-media-icons,
    #menu-wrapper {
        display: none;
    }
    .header-content-left,
    .header-content-right {
        width: 35px;
        display: table-cell;
        vertical-align: unset;
        line-height: unset;
        height: unset;
    }
    .header-content-center {
        width: 76%;
    }
    .header-wrapper {
        display: none !important;
    }
    .logo {
        font-size: 27px;
        margin: auto;
        text-align: center;
        -moz-text-align: center;
        -o-text-align: center;
        display: table-cell;
        vertical-align: unset;
        height: unset;
        width: 100vw;
    }
    .header-1 #header-content {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 20px 0px;
    }
    .header-1 .search-button {
        float: right;
        font-size: 16px;
        margin-top: 13px;
    }
    .header-1 {
        min-height: unset !important;
    }
    .header-1 .logo img {
        max-width: 215px !important;
    }
    .menu-container {
        display: block;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }
    .row {
        margin-left: 3%;
        margin-right: 3%;
    }
    .top-menu, 
    .main-navigation,
    .menu-item-has-children:after {
        display: none;
    }
    .dark-skin .sub-menu {
        box-shadow: none !important
    }
    .admin-bar .fixed-menu {
        top: 0px;
    }
    .admin-bar .menu-container {
        top: 0px;
    }
    .fixed-search {
        display: block;
    }
    #topbar {
        height: auto;
        overflow: hidden;
    }
    .menu {
        height: 45px;
        overflow: hidden;
    }
    .slicknav_menu, 
    .open-mobile-menu {
        display: block;
    }
    #menu-sec {
        display: inline-block;
        width: 80%;
    }
    .logo img {
        max-width: 80%;
    }
    .selectnav {
        display: block !important;
    }
    .search-input {
        width: 100%;
    }
    .search-box-wrapper {
        max-width: 300px !important;
    }
    .search-box-wrapper .fa-search {
        display: none;
    }
    .woocommerce .woocommerce-ordering {
        width: 100%;
        margin-bottom: 30px;
    }
    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
    .woocommerce .products[class*=columns-] .product, 
    .woocommerce-page .products[class*=columns-] .product {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        text-align: center !important;
    }
    .woocommerce .products .star-rating {
        display: block;
        margin: 0 0 .5em;
        float: none;
        text-align: center;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .woocommerce .products .product h2 {
        font-size: 20px !important;
    }
    .woocommerce .product .woocommerce-tabs .tabs li {
        width: 100%;
    }
    .woocommerce .tabs {
        max-height: unset !important;
    }
    .woocommerce-info, 
    .woocommerce-error, 
    .woocommerce-message {
        line-height: 18px !important;
    }
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100% !important;
    }
    #coupon_code,
    .coupon button {
        margin-bottom: 20px;
        width: 100% !important;
    }
    .tabs.wc-tabs a {
        width: 95%;
        text-align: left;
    }
    .intro-main-block-posts.block {
        margin: 0px;
    }
    .dark-skin .main-block-post {
        border: 0px solid #1f1f1f;
    }
    .main-block-post {
        border: 0px solid #fff;
    }
    .main-block-post {
        width: 100%;
        height: 250px;
        margin: 0px 0px 15px 0px;
    }
    .main-block-post:last-child {
        margin-bottom: 0px !important;
    }
    #big-block-post, .main-block-post:first-child {
        width: 100%;
        height: 250px;
    }
    .main-block-posts-title a {
        color: #fff;
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .intro-posts .swiper-slide {
        height: 400px;
    }
    .intro-posts-overlay {
        padding: 30px;
    }
    .intro-thumbnail a {
        height: 400px;
    }
    .intro-posts-title a {
        font-size: 28px;
        line-height: 30px;
    }
    .main-block-post:first-child .main-block-thumbnail img {
        height: 250px;
        width: 100%;
    }
    .intro-posts-meta,
    .intro-posts-meta a,
    .action-icons .fa {
        font-size: 13px;
    }
    .favourite-category {
        top: 0px;
    }
    .favourite-posts-overlay {
        padding: 30px 40px;
    }   
    .gbawi-active-sidebar #content-wrapper {
        width: 100%;
        float: none;
    }
    #content-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .trending-post {
        left: 0;
        right: 0;
    }
    .grid-style .articles {
        grid-template-columns: 100%;
    }
    .grid-item-sidebar,
    .grid-item {
        width: 100%;
        border: none;
    }
    .grid-style-masonry {
        margin-left: 0px;
        margin-right: 0px;
    }
    .grid-style-masonry-sidebar {
        margin-left: 0px;
    }
    .list-style .entry-header {
        display: block;
    }
    .entry-title a {
        font-size: 29px;
        line-height: 36px !important;
    }
    .grid-style .meta-post:before {
        content: "";
        left: 0px;
        margin-left: 0px;
    }
    .meta-comments {
        display: none;
    }
    .cover-image-holder-2 {
        height: 400px;
    }
    .list-style .post-info {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .grid-style .entry-title a {
        font-size: 25px;
        line-height: 30px !important;
    }
    .meta-date {
        display: inline-block;
    }
    .por-style #main-wrapper .row {
        margin-left: 3%;
        margin-right: 3%;
    }
    .por-style .post-outer,
    .archive.por-style .post-outer {
        width: 100% !important;
        float: none;
        margin: auto;
        margin-bottom: 3% !important;
    }
    .list-style .has-post-thumbnail .post-thumbnail {
        width: 100% !important;
        height: auto !important;
        float: none;
    }
    .list-style .enrty-post {
        display: block !important;
        height: unset !important;
    }
    .grid-style #fixed-images .post-thumbnail img {
        height: 210px;
    }
    .list-style .post-thumbnail img,
    .classic-style .post-thumbnail img,
    .list-style #fixed-images .post-thumbnail img,
    .classic-style #fixed-images .post-thumbnail img,
    .grid-style-sidebar .articles .post .post-thumbnail img,
    .grid-style-sidebar .articles .post:first-child .post-thumbnail img {
        height: 210px !important;
    }
    .grid-style-sidebar .entry-title a {
        line-height: 25px !important;
    }
    .grid-style-sidebar .articles .post {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .grid-style .articles .post,
    .grid-style .articles .page {
        width: 100% !important;
        float: none;
    }
    .has-post-thumbnail .classic-post .post-header {
        width: 90%;
        padding: 20px 20px 10px;
    }
    .list-style .entry-title a {
        font-size: 25px;
        line-height: 29px !important;
    }
    .post-header .post-title {
        font-size: 30px;
        line-height: 35px;
    }
    blockquote {
        font-size: 20px;
    }
    .meta-author, 
    .meta-comment {
        display: none;
    }
    .share-button-home {
        display: none;
    }
    .post-tags {
        width: 100%;
        float: left;
        display: inline-flex;
        margin-bottom: 20px;
    }
    .post-categories {
        float: left;
    }
    .share-post {
        width: 100%;
        float: left;
        display: block;
    }
    .post-meta-tags {
        width: 100%;
        float: left;
        margin-top: 20px;
        text-align: left;
    }
    .post-tags-a {
        float: left;
    }
    .author-soical-icons-list {
        float: none;
        text-align: center;
        display: inline-block;
    }
    .author-bio {
        text-align: center;
        display: block;
    }
    .author-picture {
        width: 100px;
        float: none;
        margin: auto;
        display: block;
        margin-bottom: 15px;
    }
    .comments-count {
        margin-right: 0px;
    }
    .comment-content {
        padding-left: 0px;
    }

    .author .about-author-text {
        width: 100%;
    }
    .about-author-text {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .author-page-image {
        width: 120px;
        float: none;
        margin: auto;
        display: block;
    }
    .author-page-title h1,
    .author-page-des p {
        text-align: center;
    }
    iframe {
        width: 100%;
        height: auto;
    }
    .entry-category-outer h1 {
        font-size: 30px;
    }
    .cover-image-holder {
        height: 400px;
    }
    .cover-image-content-holder .entry-title.post-title {
        font-size: 25px;
        line-height: 32px;
    }
    #related-post:last-child {
        margin-bottom: 0px;
    }
    #related-post {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .related-post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .post-pager {
        height: 70px;
    }
    .post-pager a {
        height: auto;
    }
    .comments-list ol {
        padding-left: 10px;
    }
    .comments-list .comment img {
        float: none;
        display: block;
    }
    .comments-list .comment p {
        margin-left: 0px;
    }
    .comments-list .reply {
        margin-left: 0px;
    }
    .post-pager span {
        height: 70px;
        min-height: auto;
        line-height: 38px;
        padding: 16px 20px;
    }
    .st-p {
        display: block;
        padding-top: 0px;
    }
    .no-more {
        padding: 15px !important;
        line-height: 20px !important;
        font-size: 13.7px !important;
    }
    .post-pager-title {
        display: none;
    }
    .post-pager li a {
        margin-bottom: -6px;
    }
    .page-pagination .page-numbers {
        margin-top: 10px;
    }
    .entry-title.post-title {
        font-size: 30px;
        line-height: 35px;
    }
    #sidebar-wrapper {
        width: 100% !important;
    }
    .popular-posts .item-caption {
        width: 62%;
    }
    .grid-style .page-pagination {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }
    #footer-wrapper .instagram-pics li {
        float: left;
        list-style: none;
        padding: 0;
        width: 50%;
        height: 150px;
    }
    .instagram-widget {
        background: #fff;
        overflow: hidden;
        height: 100%;
        max-height: 538px;
    }
    #instagram-widget #sbi_images .sbi_item {
        float: left;
        list-style: none;
        padding: 0;
        width: 50% !important;
        height: 180px;
    }
    #instagram-widget #sb_instagram .sbi_photo {
        height: 182px !important;
    }
    .footer-widgets {
        overflow: hidden;
        clear: both;
        margin: 0px;
        margin-top: 30px;
    }
    .footer-widgets .f-widget {
        width: 100%;
        float: none;
        padding: 0px;
    }
    .footer-social-icons #f-social-icons a {
        margin-bottom: 10px;
    }
    .footer-down-menu .slicknav_btn {
        margin-top: 0px !important;
    }
    .footer-down-menu .slicknav_btn.slicknav_collapsed {
        display: inline-block;
        margin: auto;
        text-align: center;
    }
    .footer-social-icons li {
        display: inline-block;
        list-style: none;
        margin-bottom: 0px;
    }
    .the-footer .footer-down-menu {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        max-width: 100% !important;
    }
    .the-footer .footer-navigation li {
        line-height: 25px;
    }
    .the-footer .footer-menu li a {
        color: #aaa;
        font-size: 14px;
        margin: 0px 5px !important;
    }
    .the-footer-3 .footer-down-menu {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        max-width: 100% !important;
    }
    #footer-wrapper .footer-column {
        width: 100%;
        float: none;
    }
    .copy-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .the-footer .footer-menu li a {
        color: #fff;
        font-size: 14px;
    }
}
/*========== 320px Screen ==========*/

@media screen and (max-width: 320px) {
    #top-menu {
        float: left;
        width: 36px;
    }
    .search-box-wrapper {
        max-width: 250px !important;
    }
}

/* ======================================================================
21. Gutenberg Blocks Style
====================================================================== */

/*========== Editor Color Palette ==========*/
.has-strong-blue-color {
    color: #137bd8;
}
.has-light-blue-color {
    color: #4390d4;
}
.has-very-dark-gray-color {
    color: #eee;
}
.has-strong-blue-background-color {
    background-color: #137bd8;
}
.has-light-blue-background-color {
    background-color: #4390d4;
}

/*========== Block Code ==========*/

.dark-skin .wp-block-code {
    background: #3c3c3c;
    border: 1px solid #2a2a2a;
    color: #aaa;
}
.wp-block-code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}
.wp-block-gallery {
    padding: 0px !important;
}
pre {
    display: block;
    padding: 20px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: auto;
    font-family: monospace !important;
}
.dark-skin pre {
    color: #aaa;
    background-color: #222;
}

/*========== Table ==========*/

table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}
.dark-skin table {
    border: 1px solid #282828;
}
table thead th {
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 0.7em .4em;
    vertical-align: middle;
}
table tbody td, 
table tbody th {
    text-align: start;
    padding: 10px 20px !important;
    font-style: normal !important;
}
.dark-skin table tr:nth-child(even) {
    background: #282828 !important;
    border: none !important;
}
table tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
    border: none !important;
}
.dark-skin table tbody td, 
.dark-skin table tbody th {
    color: #fff;
}
table strong {

}

/*========== Quote ==========*/

.wp-block-pullquote {
    padding-left: 1em;
    padding: 10px 20px;
    margin: 20px 0px;
}
.wp-block-pullquote blockquote {
    border-left: none !important;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 80%;
    margin: 0;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0px !important;
}
.wp-block-quote cite {
    margin-top: 1em;
    font-weight: 400;
    position: relative;
    font-style: normal;
    font-size: 13px !important;

}
cite {
    color: #7d7d7d;
    margin-top: 1em;
    font-weight: 400;
    position: relative;
    font-style: normal;
    display: block;
    font-size: 13px !important;

}
.wp-block-quote cite,
.wp-block-quote__citation,
.wp-block-pullquote__citation {
    margin-top: 1em;
    font-weight: 400;
    position: relative;
    font-style: normal;
    font-size: 13px !important;
    font-family: 'Roboto' !important;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
    font-style: italic;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
    font-style: italic;
}

/*========== Buttons ==========*/

.wp-block-button {
    font-weight: 600;
    font-family: 'Barlow' !important;
}
.wp-block-button a {
    font-size: 17px;
    font-weight: 600;
    color: #fff !important;
    border-color: #191717 !important;
}
.wp-block-button a:hover {
    color: #fff;
    background-color: #000 !important;
    text-decoration: none !important;
}
.is-style-outline a {
    color: #000 !important;
    border-color: #191717 !important;
}
.is-style-outline a:hover {
    color: #fff !important;
}

/*========== Dark Skin ==========*/

.dark-skin .wp-block-separator.is-style-dots:before {
    color: #ffffff;
}
.dark-skin .wp-block-separator.is-style-dots {
    background: transparent !important;
}
.dark-skin .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #3c3c3c;
}
.dark-skin .wp-block-table.is-style-stripes {
    border-bottom: none !important;
}

/*========== Fonts Sizes ==========*/

.has-small-font-size {
    font-size: 13.7px !important;
    line-height: 25px;
}

.has-medium-font-size {
    font-size: 20px;
    line-height: 30px;
}
.has-large-font-size {
    font-size: 36px;
    line-height: 46px;
}
.has-huge-font-size {
    font-size: 48px;
    line-height: 58px;
}

/* Block Cover Font */
.wp-block-cover{
    font-weight: 500;

}
.wp-block-cover p {
    color: #fff;
    font-weight: 500;

}

/* Gallery Item Caption */
.blocks-gallery-item figcaption {
    font-weight: 500;
    font-size: 13.7px !important;
    padding-bottom: 20px !important;
}

/* List */
.post-inner .cat-item,
.wp-block-latest-posts li,
.post-inner .wp-block-archives li {
    width: 100%;
    color: #757575;
    text-align: left;
    border-bottom: none;
    display: list-item;
    padding: 5px 0 !important;
}
.dark-skin .post-inner .cat-item,
.dark-skin .wp-block-latest-posts li,
.dark-skin .post-inner .wp-block-archives li {
    color: #aaa;
}

/* Figcaption */
figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;

}
.dark-skin figcaption,
.dark-skin cite {
    color: #aaa;
}

.wala-container {
  max-width: 750px;
  margin: 30px auto;
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  line-height: 1.6;
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.wala-container h1 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}

.wala-container p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
}

.song-list {
  margin-top: 20px;
}

.song {
  background: #fff;
  border: 1px dashed #ddd;
  padding: 15px 18px;
  margin-bottom: 15px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.song:hover {
  background-color: #f5f5f5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.song-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.song-info h2 {
  font-size: 18px;
  margin: 0 0 4px 0;
  color: #137bd8;
}

.song-info .artists {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.download {
  border: 1px solid #d4d4d4;
  color:#137bd8;
  padding: 5px 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
  white-space: nowrap;
  display: inline-block;
}

.download:hover {
  background-color: #0f6ab9;
  color: #fff;
}

.download a {
  color: #fff;
  text-decoration: none;
}

.download a:hover {
  color: #fff;
}

.song audio {
  width: 100%;
  outline: none;
  border-radius: 5px;
  margin-top: 6px;
}

.post-feature-img-own {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-align: center;
    overflow: hidden;
}

.post-feature-img-own img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
