/*
Theme Name: Xanh+
Theme URI: https://xanhplus.vn
Author: Netbase Solutions
Author URI: https://netbase.vn
Description: Magazine WP Theme for Xanh+
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: netbase
*/
/*------------------------------------------------------------------

[Table of contents]

-------------------------------------------------------------------*/
@font-face {
  font-family: 'sitegrows';
  src: url('assets/fonts/sitegrows.eot');
  src: url('assets/fonts/sitegrows.eot') format('embedded-opentype'),
       url('assets/fonts/sitegrows.woff2') format('woff2'),
       url('assets/fonts/sitegrows.woff') format('woff'),
       url('assets/fonts/sitegrows.ttf') format('truetype'),
       url('assets/fonts/sitegrows.svg') format('svg');
}

/* base class */
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'sitegrows';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.icon-sm {
  font-size: 0.8em;
}

.icon-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.icon-16 {
  font-size: 16px;
}

.icon-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* transform */
.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-270 {
  transform: rotate(270deg);
}

.icon-flip-y {
  transform: scaleY(-1);
}

.icon-flip-x {
  transform: scaleX(-1);
}

/* icons */
.icon-arrow-left::before {
  content: "\ea02";
}

.icon-arrow-down::before {
  content: "\ea03";
}

.icon-arrow-right::before {
  content: "\ea04";
}

.icon-arrow-up::before {
  content: "\ea05";
}

.icon-caret-sm-up::before {
  content: "\ea06";
}

.icon-arrow-sm-left::before {
  content: "\ea07";
}

.icon-arrow-sm-right::before {
  content: "\ea08";
}

.icon-arrow-sm-down::before {
  content: "\ea09";
}

.icon-up-arrow::before {
  content: "\ea0a";
}

.icon-right-arrow::before {
  content: "\ea0b";
}

.icon-left-arrow::before {
  content: "\ea0c";
}

.icon-down-arrow::before {
  content: "\ea0d";
}

.icon-trend-up::before {
  content: "\ea0e";
}

.icon-trend-down::before {
  content: "\ea0f";
}

.icon-zoom::before {
  content: "\ea10";
}

.icon-hide::before {
  content: "\ea11";
}

.icon-view::before {
  content: "\ea12";
}

.icon-filter::before {
  content: "\ea13";
}

.icon-funnel::before {
  content: "\ea14";
}

.icon-filter-tool::before {
  content: "\ea15";
}

.icon-sort-tool::before {
  content: "\ea16";
}

.icon-account::before {
  content: "\ea17";
}

.icon-user::before {
  content: "\ea18";
}

.icon-user-2::before {
  content: "\ea19";
}

.icon-bag-20::before {
  content: "\ea1a";
}

.icon-bag-17::before {
  content: "\ea1b";
}

.icon-shopping-bag::before {
  content: "\ea1c";
}

.icon-bag-16::before {
  content: "\ea1d";
}

.icon-basket::before {
  content: "\ea1e";
}

.icon-devto::before {
  content: "\ea1f";
}

.icon-tiktok::before {
  content: "\ea20";
}

.icon-logo-snapchat::before {
  content: "\ea21";
}

.icon-logo-unsplash::before {
  content: "\ea22";
}

.icon-google::before {
  content: "\ea23";
}

.icon-telegram::before {
  content: "\ea24";
}

.icon-spectrum::before {
  content: "\ea25";
}

.icon-logo-mixer::before {
  content: "\ea26";
}

.icon-microsoft-onenote::before {
  content: "\ea27";
}

.icon-twitch::before {
  content: "\ea28";
}

.icon-discord::before {
  content: "\ea29";
}

.icon-logo-wikipedia::before {
  content: "\ea2a";
}

.icon-logo-medium::before {
  content: "\ea2b";
}

.icon-logo-wechat::before {
  content: "\ea2c";
}

.icon-logo-weibo::before {
  content: "\ea2d";
}

.icon-logo-vk::before {
  content: "\ea2e";
}

.icon-logo-squarespace::before {
  content: "\ea2f";
}

.icon-logo-qq::before {
  content: "\ea30";
}

.icon-logo-messenger::before {
  content: "\ea31";
}

.icon-logo-angellist::before {
  content: "\ea32";
}

.icon-logo-shopify::before {
  content: "\ea33";
}

.icon-logo-youtube::before {
  content: "\ea34";
}

.icon-logo-yelp::before {
  content: "\ea35";
}

.icon-logo-wordpress::before {
  content: "\ea36";
}

.icon-logo-whatsapp::before {
  content: "\ea37";
}

.icon-logo-vine::before {
  content: "\ea38";
}

.icon-logo-vimeo::before {
  content: "\ea39";
}

.icon-logo-twitter::before {
  content: "\ea3a";
}

.icon-logo-tumblr::before {
  content: "\ea3b";
}

.icon-logo-trello::before {
  content: "\ea3c";
}

.icon-logo-spotify::before {
  content: "\ea3d";
}

.icon-logo-soundcloud::before {
  content: "\ea3e";
}

.icon-logo-slack::before {
  content: "\ea3f";
}

.icon-logo-skype::before {
  content: "\ea40";
}

.icon-logo-myspace::before {
  content: "\ea41";
}

.icon-logo-rss::before {
  content: "\ea42";
}

.icon-logo-reddit::before {
  content: "\ea43";
}

.icon-logo-product-hunt::before {
  content: "\ea44";
}

.icon-logo-pinterest::before {
  content: "\ea45";
}

.icon-logo-paypal::before {
  content: "\ea46";
}

.icon-logo-meetup::before {
  content: "\ea47";
}

.icon-logo-linkedin::before {
  content: "\ea48";
}

.icon-logo-lastfm::before {
  content: "\ea49";
}

.icon-logo-instagram::before {
  content: "\ea4a";
}

.icon-logo-github::before {
  content: "\ea4b";
}

.icon-logo-google-plus::before {
  content: "\ea4c";
}

.icon-logo-flickr::before {
  content: "\ea4d";
}

.icon-logo-feedly::before {
  content: "\ea4e";
}

.icon-logo-fb-simple::before {
  content: "\ea4f";
}

.icon-logo-envato::before {
  content: "\ea50";
}

.icon-logo-facebook::before {
  content: "\ea51";
}

.icon-logo-evernote::before {
  content: "\ea52";
}

.icon-logo-dropbox::before {
  content: "\ea53";
}

.icon-logo-dribbble::before {
  content: "\ea54";
}

.icon-logo-deviantart::before {
  content: "\ea55";
}

.icon-logo-crunchbase::before {
  content: "\ea56";
}

.icon-logo-creative-market::before {
  content: "\ea57";
}

.icon-logo-codepen::before {
  content: "\ea58";
}

.icon-logo-buysellads::before {
  content: "\ea59";
}

.icon-logo-buffer::before {
  content: "\ea5a";
}

.icon-logo-blogger::before {
  content: "\ea5b";
}

.icon-logo-behance::before {
  content: "\ea5c";
}

.icon-logo-500px::before {
  content: "\ea5d";
}

.icon-e-remove::before {
  content: "\ea5e";
}

.icon-e-add::before {
  content: "\ea5f";
}

.icon-e-delete::before {
  content: "\ea60";
}

.icon-shopping-cart::before {
  content: "\ea61";
}

.icon-shopping-cart-2::before {
  content: "\ea62";
}

.icon-menu-4::before {
  content: "\ea63";
}

.icon-menu-to-arrow-right::before {
  content: "\ea64";
}

.icon-delivery-fast::before {
  content: "\ea65";
}

.icon-delivery::before {
  content: "\ea66";
}

.icon-send::before {
  content: "\ea67";
}

.icon-user-s-frame::before {
  content: "\ea68";
}

.icon-hearts-suit::before {
  content: "\ea69";
}

.icon-shape-star-2::before {
  content: "\ea6a";
}

.icon-shape-star-1::before {
  content: "\ea6b";
}

.icon-mail::before {
  content: "\ea6c";
}

.icon-email-open::before {
  content: "\ea6d";
}

.icon-letter-1::before {
  content: "\ea6e";
}

.icon-letter-2::before {
  content: "\ea6f";
}

.icon-logo-reddit-1::before {
  content: "\ea70";
}

.icon-logo-tumblr-1::before {
  content: "\ea71";
}

.icon-logo-weibo-1::before {
  content: "\ea72";
}

.icon-devto-1::before {
  content: "\ea73";
}

.icon-tiktok-1::before {
  content: "\ea74";
}

.icon-logo-snapchat-1::before {
  content: "\ea75";
}

.icon-logo-unsplash-1::before {
  content: "\ea76";
}

.icon-google-1::before {
  content: "\ea77";
}

.icon-telegram-1::before {
  content: "\ea78";
}

.icon-spectrum-1::before {
  content: "\ea79";
}

.icon-logo-mixer-1::before {
  content: "\ea7a";
}

.icon-microsoft-onenote-1::before {
  content: "\ea7b";
}

.icon-twitch-1::before {
  content: "\ea7c";
}

.icon-discord-1::before {
  content: "\ea7d";
}

.icon-logo-wikipedia-1::before {
  content: "\ea7e";
}

.icon-logo-medium-1::before {
  content: "\ea7f";
}

.icon-logo-wechat-1::before {
  content: "\ea80";
}

.icon-logo-weibo-2::before {
  content: "\ea81";
}

.icon-logo-vk-1::before {
  content: "\ea82";
}

.icon-logo-squarespace-1::before {
  content: "\ea83";
}

.icon-logo-qq-1::before {
  content: "\ea84";
}

.icon-logo-messenger-1::before {
  content: "\ea85";
}

.icon-logo-angellist-1::before {
  content: "\ea86";
}

.icon-logo-shopify-1::before {
  content: "\ea87";
}

.icon-logo-youtube-1::before {
  content: "\ea88";
}

.icon-logo-yelp-1::before {
  content: "\ea89";
}

.icon-logo-wordpress-1::before {
  content: "\ea8a";
}

.icon-logo-whatsapp-1::before {
  content: "\ea8b";
}

.icon-logo-vine-1::before {
  content: "\ea8c";
}

.icon-logo-vimeo-1::before {
  content: "\ea8d";
}

.icon-logo-twitter-1::before {
  content: "\ea8e";
}

.icon-logo-tumblr-2::before {
  content: "\ea8f";
}

.icon-logo-trello-1::before {
  content: "\ea90";
}

.icon-logo-spotify-1::before {
  content: "\ea91";
}

.icon-logo-soundcloud-1::before {
  content: "\ea92";
}

.icon-logo-slack-1::before {
  content: "\ea93";
}

.icon-logo-skype-1::before {
  content: "\ea94";
}

.icon-logo-myspace-1::before {
  content: "\ea95";
}

.icon-logo-rss-1::before {
  content: "\ea96";
}

.icon-logo-reddit-2::before {
  content: "\ea97";
}

.icon-logo-product-hunt-1::before {
  content: "\ea98";
}

.icon-logo-pinterest-1::before {
  content: "\ea99";
}

.icon-logo-paypal-1::before {
  content: "\ea9a";
}

.icon-logo-meetup-1::before {
  content: "\ea9b";
}

.icon-logo-linkedin-1::before {
  content: "\ea9c";
}

.icon-logo-lastfm-1::before {
  content: "\ea9d";
}

.icon-logo-instagram-1::before {
  content: "\ea9e";
}

.icon-logo-github-1::before {
  content: "\ea9f";
}

.icon-logo-google-plus-1::before {
  content: "\eaa0";
}

.icon-logo-flickr-1::before {
  content: "\eaa1";
}

.icon-logo-feedly-1::before {
  content: "\eaa2";
}

.icon-logo-fb-simple-1::before {
  content: "\eaa3";
}

.icon-logo-envato-1::before {
  content: "\eaa4";
}

.icon-logo-facebook-1::before {
  content: "\eaa5";
}

.icon-logo-evernote-1::before {
  content: "\eaa6";
}

.icon-logo-dropbox-1::before {
  content: "\eaa7";
}

.icon-logo-dribbble-1::before {
  content: "\eaa8";
}

.icon-logo-deviantart-1::before {
  content: "\eaa9";
}

.icon-logo-crunchbase-1::before {
  content: "\eaaa";
}

.icon-logo-creative-market-1::before {
  content: "\eaab";
}

.icon-logo-codepen-1::before {
  content: "\eaac";
}

.icon-logo-buysellads-1::before {
  content: "\eaad";
}

.icon-logo-buffer-1::before {
  content: "\eaae";
}

.icon-logo-blogger-1::before {
  content: "\eaaf";
}

.icon-logo-behance-1::before {
  content: "\eab0";
}

.icon-logo-500px-1::before {
  content: "\eab1";
}

.icon-sun::before {
  content: "\eab2";
}

.icon-moon::before {
  content: "\eab3";
}

.icon-shopping-cart-1::before {
  content: "\eab4";
}

.icon-zoom-1::before {
  content: "\eab5";
}

.icon-zoom-2::before {
  content: "\eab6";
}

.icon-i-add::before {
  content: "\eab7";
}

.icon-e-add-1::before {
  content: "\eab8";
}

.icon-e-delete-1::before {
  content: "\eab9";
}

.icon-i-delete::before {
  content: "\eaba";
}

.icon-house-2::before {
  content: "\eabb";
}

.icon-house-1::before {
  content: "\eabc";
}

.icon-clock-2::before {
  content: "\eabd";
}

.icon-clock-1::before {
  content: "\eabe";
}

.icon-tag-2::before {
  content: "\eabf";
}

.icon-tag-1::before {
  content: "\eac0";
}

.icon-f-comment-2::before {
  content: "\eac1";
}

.icon-f-comment-1::before {
  content: "\eac2";
}

.icon-news::before {
  content: "\eac3";
}

.icon-energy::before {
  content: "\eac4";
}

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-Regular.eot');
  src: url('assets/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Inter-Regular.woff2') format('woff2'),
      url('assets/fonts/Inter-Regular.woff') format('woff'),
      url('assets/fonts/Inter-Regular.ttf') format('truetype'),
      url('assets/fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-Medium.eot');
  src: url('assets/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Inter-Medium.woff2') format('woff2'),
      url('assets/fonts/Inter-Medium.woff') format('woff'),
      url('assets/fonts/Inter-Medium.ttf') format('truetype'),
      url('assets/fonts/Inter-Medium.svg#Inter-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-SemiBold.eot');
  src: url('assets/fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Inter-SemiBold.woff2') format('woff2'),
      url('assets/fonts/Inter-SemiBold.woff') format('woff'),
      url('assets/fonts/Inter-SemiBold.ttf') format('truetype'),
      url('assets/fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-Bold.eot');
  src: url('assets/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Inter-Bold.woff2') format('woff2'),
      url('assets/fonts/Inter-Bold.woff') format('woff'),
      url('assets/fonts/Inter-Bold.ttf') format('truetype'),
      url('assets/fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-ExtraBold.eot');
  src: url('assets/fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Inter-ExtraBold.woff2') format('woff2'),
      url('assets/fonts/Inter-ExtraBold.woff') format('woff'),
      url('assets/fonts/Inter-ExtraBold.ttf') format('truetype'),
      url('assets/fonts/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Regular.eot');
  src: url('assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
      url('assets/fonts/Roboto-Regular.woff') format('woff'),
      url('assets/fonts/Roboto-Regular.ttf') format('truetype'),
      url('assets/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Italic.eot');
  src: url('assets/fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Roboto-Italic.woff2') format('woff2'),
      url('assets/fonts/Roboto-Italic.woff') format('woff'),
      url('assets/fonts/Roboto-Italic.ttf') format('truetype'),
      url('assets/fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Medium.eot');
  src: url('assets/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Roboto-Medium.woff2') format('woff2'),
      url('assets/fonts/Roboto-Medium.woff') format('woff'),
      url('assets/fonts/Roboto-Medium.ttf') format('truetype'),
      url('assets/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-MediumItalic.eot');
  src: url('assets/fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Roboto-MediumItalic.woff2') format('woff2'),
      url('assets/fonts/Roboto-MediumItalic.woff') format('woff'),
      url('assets/fonts/Roboto-MediumItalic.ttf') format('truetype'),
      url('assets/fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}



:root {
  --color-primary: #165134;
  --color-primary-hover: #11422a;
  --color-secondary: #b83838;
  --color-tertiary: #07a;
  --color-grey: #a0a4a8;
  --color-border: #eee;
  --color-background: #f6f4f2;
  --color-heading: #222222;
  --color-body: #565656;
  --font-primary: 'Inter';
  --font-secondary: 'Roboto';
}

/*------------------------------------------------------------------
01. Reset CSS
normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
-------------------------------------------------------------------*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 22px;
  color: var(--color-body);
  font-weight: 300;
}
p {
  font-family: var(--font-secondary);
  font-size: 14px;
  color: var(--color-body);
  font-weight: 400;
  line-height: 1.5;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  line-height: 1.4;
  color: var(--color-heading);
  font-weight: 600;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
  color: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
a:focus,
button:focus {
  outline: 0;
}
b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}
ul,
ol,
dl {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: "";
  border: solid 1px var(--color-border);
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
s button:focus {
  outline: none;
}
input[type="number"] {
  padding-right: 20px;
  border: solid 1px var(--color-border);
  height: 42px;
  line-height: 42px;
  width: 60px;
  text-align: center;
  border-radius: 2px;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select.form-control:focus::-webkit-input-placeholder,
select.form-control:focus,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="text"]:focus,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="email"]:focus,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="password"]:focus,
textarea:focus,
textarea:focus::-webkit-input-placeholder {
  color: #9b9b9b !important;
  border-color: #00857c !important;
  opacity: 1 !important;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="text"]:focus,
input[type="email"]:focus:-ms-input-placeholder,
input[type="email"]:focus,
select:focus:-ms-input-placeholder,
select:focus,
input[type="password"]:focus:-ms-input-placeholder,
input[type="password"]:focus,
textarea:focus,
textarea:focus:-ms-input-placeholder {
  color: #9b9b9b !important;
  border-color: #00857c !important;
  opacity: 1 !important;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
input[type="text"]:focus::-ms-input-placeholder,
input[type="text"]:focus,
input[type="email"]:focus::-ms-input-placeholder,
input[type="email"]:focus,
select:focus:-ms-input-placeholder,
select:focus,
input[type="password"]:focus::-ms-input-placeholder,
input[type="password"]:focus,
textarea:focus,
textarea:focus::-ms-input-placeholder {
  color: #9b9b9b !important;
  border-color: #00857c !important;
  opacity: 1 !important;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
input[type="text"]:focus::placeholder,
input[type="text"]:focus,
input[type="number"]:focus::placeholder,
input[type="number"]:focus,
select:focus::placeholder,
select:focus,
input[type="email"]:focus::placeholder,
input[type="email"]:focus,
input[type="password"]:focus::placeholder,
input[type="password"]:focus,
textarea:focus,
textarea:focus::placeholder {
  color: #9b9b9b !important;
  border-color: #00857c !important;
  opacity: 1 !important;
  outline: none;
  box-shadow: none !important;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  border: 1px solid var(--color-border);
  border-radius: 3px;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
label {
  font-size: 15px;
  font-weight: 400;
  color: #111;
  margin-bottom: 10px;
}
details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}
ins,
del {
  text-decoration: none;
  position: relative;
  margin: 0px 10px;
}
del:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #cee7c8;
}
[hidden] {
  display: none;
}
#wrapper {
  overflow: hidden;
}
.line-bottom {
  width: 100%;
  height: 10px;
  background-image: url("assets/images/icon-bg.png");
  margin: 20px 0px;
}
/* Clearings
--------------------------------------------- */
.clear:before,
.clear:after,
.grid-container:before,
.grid-container:after,
.hentry:before,
.hentry:after,
.product:before,
.product:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.widget_archive ul li:before,
.widget_archive ul li:after,
.widget_categories ul li:before,
.widget_categories ul li:after,
.riseup-main-content::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.grid-container:after,
.hentry:after,
.product:after,
.entry-content:after,
.entry-footer:after,
.comment-meta:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.nav-links:after,
.widget_archive ul li:after,
.widget_categories ul li:after,
.riseup-main-content::after {
  clear: both;
}

/*------------------------------------------------------------------
 02. Basic Css
 -------------------------------------------------------------------*/
/* Width Css */
.max-width {
  max-width: 660px;
}
.max-width-830 {
  max-width: 830px;
}
/* Colors */
.color-white {
  color: #fff;
}
.text-primary {
  color: #111 !important;
}
.text-secondary {
  color: #555 !important;
}
.text-tertiary {
  color: #777 !important;
}
/* Opacity */
.opacity-05 {
  opacity: 0.5;
}
.opacity-08 {
  opacity: 0.8;
}
.opacity-1 {
  opacity: 1;
}
/* Padding */
.pd-0-5 {
  padding: 0px 5px;
}
.pd-0-15 {
  padding: 0px 15px;
}
.pd-0-20 {
  padding: 0px 20px;
}
.pd-0-30 {
  padding: 0px 30px;
}
.pd-0-50 {
  padding: 0px 50px;
}
.pd-0-100 {
  padding: 0px 100px;
}
.pd-25-0 {
  padding: 25px 0px;
}
.pd-50-0 {
  padding: 50px 0px;
}
.pd-100-0 {
  padding: 100px 0px;
}
.pd-60-0 {
  padding: 60px 0px;
}
.pd-30-0 {
  padding: 30px 0px;
}
.pd-110 {
  padding: 110px 0px;
}
.pd-120 {
  padding: 120px 0px;
}
.pd-15 {
  padding: 15px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-110 {
  padding-top: 110px;
}
.pd-top-120 {
  padding-top: 120px;
}
.site-main .pd-r-20.col-lg-6,
.site-main .pd-r-20.col-lg-7,
.site-main .pd-r-20.col-lg-8,
.site-main .pd-r-20.col-lg-10,
.site-main .pd-r-20.col-lg-9 {
  padding-right: 20px !important;
}
.pd-bt-20 {
  padding-bottom: 20px !important;
}
.pd-bt-40 {
  padding-bottom: 40px !important;
}
.pd-bt-60 {
  padding-bottom: 60px !important;
}
.pd-bt-90 {
  padding-bottom: 90px !important;
}
.pd-bt-114 {
  padding-bottom: 114px !important;
}
.pd-bt-120 {
  padding-bottom: 120px !important;
}

/* Margin */
.reset-mg {
  margin: 0px;
}
.mg--15 {
  margin: 0px -15px !important;
}
.mg--5 {
  margin: 0px -5px !important;
}
.mg-5-0 {
  margin: 5px 0px !important;
}
.mg-t-5 {
  margin-top: 5px !important;
}
.mg-t-10 {
  margin-top: 10px !important;
}
.mg-t-15 {
  margin-top: 15px !important;
}
.mg-t-20 {
  margin-top: 20px !important;
}
.mg-t-25 {
  margin-top: 25px !important;
}
.mg-t-30 {
  margin-top: 30px !important;
}
.mg-t-40 {
  margin-top: 40px !important;
}
.mg-t-50 {
  margin-top: 50px !important;
}
.mg-t-60 {
  margin-top: 60px !important;
}
.mg-t-100 {
  margin-top: 100px !important;
}
.mg-bt-0 {
  margin-bottom: 0px !important;
}
.mg-bt-5 {
  margin-bottom: 5px !important;
}
.mg-bt-10 {
  margin-bottom: 10px !important;
}
.mg-bt-15 {
  margin-bottom: 15px !important;
}
.mg-bt-20 {
  margin-bottom: 20px !important;
}
.mg-bt-25 {
  margin-bottom: 25px !important;
}
.mg-bt-30 {
  margin-bottom: 30px !important;
}
.mg-bt-35 {
  margin-bottom: 35px !important;
}
.mg-bt-40 {
  margin-bottom: 40px !important;
}
.mg-bt-45 {
  margin-bottom: 45px !important;
}
.mg-bt-50 {
  margin-bottom: 50px !important;
}
.mg-bt-60 {
  margin-bottom: 60px !important;
}
.mg-bt-65 {
  margin-bottom: 65px !important;
}
.mg-bt-80 {
  margin-bottom: 80px !important;
}
.mg-bt-100 {
  margin-bottom: 100px !important;
}
.mg-bt-110 {
  margin-bottom: 110px !important;
}
.mg-bt-120 {
  margin-bottom: 120px !important;
}
.mg-bt-150 {
  margin-bottom: 150px !important;
}
.mg-r-50 {
  margin-right: 50px !important;
}
.mg-r-25 {
  margin-right: 25px !important;
}
.mg-r-20 {
  margin-right: 20px !important;
}
.mg-r-15 {
  margin-right: 15px !important;
}
.mg-r-10 {
  margin-right: 10px !important;
}
.mg-l-5 {
  margin-left: 5px !important;
}
.mg-0-15 {
  margin: 0px -15px !important;
}
/* Border */
.border-radius-3 {
  border-radius: 3px;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-radius-50 {
  border-radius: 50%;
}
.border-main {
  border: 1px solid var(--color-border);
}
.border-right {
  border-color: var(--color-border);
}
/* FontSize */
.fs-60 {
  font-size: 60px !important;
}
.fs-54 {
  font-size: 54px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-12 {
  font-size: 12px !important;
}
/* Font Weight */
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
/* Font Famyly */
.font-philosopher {
  font-family: "Philosopher";
}
.font-inherit {
  font-family: inherit;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #9b9b9b;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #9b9b9b;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #9b9b9b;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #9b9b9b;
}

.site-main {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*Columns*/
.comlumns-3 {
  margin: 0px -10px;
}
.comlumns-3 .column-item {
  float: left;
  width: 33.33%;
  padding: 0px 10px;
}
/*Grid*/
.grid-2 {
  margin: 0px -10px;
}
.grid-2 .grid-item {
  width: 50%;
  float: left;
  padding: 0px 10px;
}
/*Grid bootstrap*/
.site-main .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.site-main .col-md-12,
.site-main .col-md-11,
.site-main .col-md-10,
.site-main .col-md-9,
.site-main .col-md-8,
.site-main .col-md-7,
.site-main .col-md-6,
.site-main .col-md-5,
.site-main .col-md-4,
.site-main .col-md-3,
.site-main .col-md-2 .site-main .col-lg-12,
.site-main .col-lg-11,
.site-main .col-lg-10,
.site-main .col-lg-9,
.site-main .col-lg-8,
.site-main .col-lg-7,
.site-main .col-lg-6,
.site-main .col-lg-5,
.site-main .col-lg-4,
.site-main .col-lg-3,
.site-main .col-lg-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/*Checkbox*/
.checkbox-field {
  position: relative;
}
.checkbox-field label {
  color: #32383a;
  font-size: 14px;
  margin: 0px 0px 0px 25px;
  cursor: pointer;
}
.checkbox-field .shape {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  display: block;
  top: 5px;
  position: absolute;
  left: 0;
}
.checkbox-field .shape:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: var(--color-primary);
  visibility: hidden;
  border-radius: 2px;
  font-size: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.checkbox-field input[type="checkbox"] {
  display: none;
  opacity: 0;
  position: relative;
  z-index: 9;
}
.checkbox-field input[type="checkbox"]:checked + span {
  border-color: var(--color-primary);
}
.checkbox-field input[type="checkbox"]:checked + span:before {
  visibility: visible;
}
/*Text field*/
.text-field {
  margin-bottom: 20px;
}
textarea.form-control,
textarea.wpcf7-textarea {
  min-height: 120px;
  width: 100%;
  border-radius: 3px;
  box-shadow: none !important;
  border: solid 1px var(--color-border);
}
.text-grid {
  margin: 0px -10px;
}
.text-grid:after {
  content: "";
  display: block;
  clear: both;
}
.text-grid .text-field,
.wpcf7-form-control-wrap {
  width: 50%;
  float: left;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.form-control,
.wpcf7-form-control,
input[type="text"],
input[type="password"],
input[type="email"] {
  border-radius: 3px !important;
  height: 42px !important;
  border: solid 1px #D7DBE3 !important;
}
.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="submit"].submit-field {
  font-size: 14px;
  font-family: var(--font-primary);
  height: 42px;
  line-height: 42px;
  padding: 0px 31px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  background-color: var(--color-primary);
}
input[type="submit"].submit-field:hover {
  opacity: 0.8;
}

/*Menu Mobile*/
.menu-mobile {
  display: none;
  width: 25px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.overlay-menu-mobile {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay-menu-mobile.open {
  display: block;
}

.menu-mobile span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--color-heading);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-mobile span:nth-child(1) {
  top: 0px;
}

.menu-mobile span:nth-child(2),
.menu-mobile span:nth-child(3) {
  top: 8px;
}

.menu-mobile span:nth-child(4) {
  top: 16px;
}

.menu-mobile.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-mobile.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-mobile.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-mobile.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.ads img {
  width: auto;
}
.ads ins,
.ads del {
  margin: 0px;
}
.navigation {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.navigation span,
.navigation a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  background-color: var(--color-border);
  text-align: center;
  line-height: 42px;
  margin: 0px 5px;
}
.navigation a:hover,
.navigation span {
  background-color: var(--color-primary);
  color: #ffffff;
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #f6f6f6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e7e7e7;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
}

.riseup-main-content {
  float: left;
  width: calc(100% - 360px);
  padding-right: 20px;
}
.riseup-main-sidebar {
  width: 360px;
  float: right;
}

/*------------------------------------------------------------------
3. Header
-------------------------------------------------------------------*/
.header-main .search-form {
  padding-left: 50px;
}
.header-main .search-form form {
  position: relative;
}
.header-main .search-form .form-control {
  border-radius: 25px !important;
  font-size: 12px !important;
  height: 36px !important;
  width: 200px;
  display: inline-block;
  border: solid 1px var(--color-border);
  background-color: #ffffff;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}
.header-main .search-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}
.header-main .search-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}
.header-main .search-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}
.header-main .search-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}
.header-main .search-form button {
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: #9b9b9b;
}
.header-main ul li,
.header-main span {
  font-size: 13px;
  color: #555555;
}
.header-main {
  padding: 10px 0px;
}
.header-main .site-brand img {
  max-height: 42px;
  width: auto;
}
.header-bottom {
  background-color: var(--color-primary);
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 14px;
  position: relative;
  color: #fff;
  font-family: var(--font-primary);
}
.main-menu ul li.current-menu-item a,
.main-menu ul li a:hover {
  background-color: var(--color-primary-hover);;
}

.sub-menu li a:hover {
  background: none !important;
  text-transform: none !important;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(20px);
  padding: 10px 25px;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--color-primary);
  z-index: 999;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-menu ul li .sub-menu li {
  color: #fff;
  margin-right: 0px;
  display: block;
}
.main-menu ul li .sub-menu li a:before {
  display: none;
}
.main-menu ul li .sub-menu li a:hover {
  padding-left: 5px;
  opacity: 0.8;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-menu ul li.icon a:before {
  display: none;
}
.main-menu ul li.icon a {
  background-color: var(--color-primary-hover);;
  font-size: 15px;
  text-align: center;
}
.main-menu .arrow {
  display: none;
}
.main-menu .arrow i {
  transform: rotate(0deg);
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.main-menu .arrow.change i {
  transform: rotate(-90deg);
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.top-nav li {
  display: inline-block;
  padding-left: 40px;
  
}
.top-nav li i {
  font-size: 13px;
  position: absolute;
  top: 1px;
  left: -20px;
}
.top-nav li a {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-body);
}
.menu-home {
  width: 42px;
  text-align: center;
}
.menu-home i {
  font-size: 15px;
}
.home .menu-home {
  background-color: var(--color-primary-hover);;
}
@media screen and (max-width: 768px) {
  .main-menu ul li.current-menu-item a, .main-menu ul li a:hover {
    background-color: transparent !important;
    color: var(--color-primary-hover) !important;
  }
}
/*------------------------------------------------------------------
4. Top Slider
-------------------------------------------------------------------*/
.top-slider-area {
  margin-bottom: 10px;
}
.trending-icon {
  max-width: 30px;
  height: 30px;
  margin-right: 10px;
  background: rgba(250, 102, 33, .1);
  text-align: center;
  line-height: 34px;
  display: block;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
}
.trending-icon:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid rgba(250, 102, 33, .1);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 10px;
  right: -6px;
}
.trending-icon i {
  font-size: 14px;
  color: #FD6621;
}
#news-ticker {
  margin: 0px 0px 12px;
}

#news-ticker a {
  font-size: 16px;
  font-weight: 500;
  color: #777;
}
#news-ticker a:hover {
  color: var(--color-heading);
}
#news-ticker .news-ticker-container {
  overflow: hidden;
  height: 30px;
}
#news-ticker dl {
  display: none;
  margin: 0;
}
#news-ticker .caroufredsel_wrapper dl {
  display: block;
  height: 30px;
  line-height: 30px;
}
#news-ticker dt,
#news-ticker dd {
  display: block;
  float: left;
  margin: 0 5px;
  font-weight: 700;
  font-size: 14px;
}
#news-ticker dt {
  font-size: 12px;
  text-transform: uppercase;
}
#news-ticker dd {
  margin-right: 50px;
}
#news-ticker dd a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: var(--color-heading);
}
#news-ticker dd a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-heading);
}

.top-slider-area .ticker {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: none;
  background-color: transparent;
  padding: 0px;
}
/*------------------------------------------------------------------
5. Post Area
-------------------------------------------------------------------*/
.featured-wrapper {
  padding-bottom: 10px;
  border-bottom: 4px solid #f1f1f1;
}
.main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-post-area .post-large .title {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 32px !important;
  margin-top: 0;
  color: var(--color-heading);
}
.main-post-area .main-post__left {
  padding-right: 20px !important;
}
.main-post-area .main-post__center {
  padding-left: 20px !important;
  border-left: 1px solid var(--color-border);
  padding-right: 20px !important;
  border-right: 1px solid var(--color-border);
}
.main-post-area .main-post__right {
  padding-left: 20px !important;
}

.main-post-area .post-medium:not(:last-child) {
  margin-bottom: 20px;
}
.main-post-area .post-small:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
}
.main-post-area .post-small .thumb {
  width: 150px;
  height: 90px;
  max-width: 100%;
  margin-left: 15px;
}
.main-post-area .post-small .thumb img {
  width: 120px;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.main-post-area .post-small .info > a {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-primary);
  display: inline-block;
  margin-bottom: 8px;
  color: var(--color-primary);
}

.title-area .main-title {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-primary);
  color: var(--color-primary);
  padding-left: 20px;
  text-transform: uppercase;
  position: relative;
}
.title-area .main-title:before {
  content: "";
  position: absolute;
  width: 4px;
  left: 4px;
  top: 2px;
  bottom: 2px;
  -webkit-transform: skew(-20deg);
  -khtml-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  background-color: var(--color-primary);
  -ms-transform: skew(-20deg);
}

/*------------------------------------------------------------------
6. Article
-------------------------------------------------------------------*/
.post {
  margin-bottom: 20px;
}

.post .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.post .thumb {
  margin-bottom: 12px;
  position: relative;
}
.post .icon {
  width: 46px;
  height: 30px;
  border-radius: 0.5px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 30px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.post_format-post-format-video .icon,
.post_format-post-format-link .icon,
.post_format-post-format-image .icon {
  display: block;
}
.post_format-post-format-video .icon i:before {
  content: "\e846";
}
.post_format-post-format-image .icon i:before {
  content: "\e987";
}
.post .info .title {
  font-size: 16px;
  line-height: 22px;
  font-family: var(--font-primary);
}

.post .info p {
  margin-bottom: 0px;
}
.post.post-small .thumb a img {
  width: 100%;
}
.post.big-post .thumb {
  margin-bottom: 15px;
}
.post.big-post .info .title {
  font-size: 20px;
  margin: 0px 0px 10px;
  font-family: var(--font-primary);
}
.post.post-grid .thumb {
  width: 260px;
  float: left;
  margin: 0px 15px 0px 0px;
}
.lists-post-area .post.post-grid .thumb {
  max-height: 180px;
  overflow: hidden;
}
.lists-post-area .post.post-grid .thumb img {
  height: 100%;
  object-fit: cover;
}
.post.post-grid .info {
  width: calc(100% - 275px);
  float: left;
}
.post.post-grid .info .title {
  font-size: 18px;
  font-family: var(--font-primary);
  position: relative;
}

.post .info .post-meta {
  margin-bottom: 7px;
}
.post .info .post-meta li {
  display: inline-block;
  color: #9b9b9b;
}
.post .info .post-meta li a {
  display: inline-block;
  vertical-align: middle;
}
.post .info .post-meta li i {
  margin-right: 5px;
  vertical-align: middle;
}
.post .info .post-meta li.category {
  font-family: var(--font-primary);
  color: #9b9b9b;
}
.post .info .post-meta li:not(:last-child):after {
  content: "/";
  display: inline-block;
  color: var(--color-border);
  margin: 0px 5px;
}
.post.post-grid:after {
  content: "";
  display: block;
  clear: both;
}
.post.post-grid-small .thumb {
  width: 120px;
  margin-right: 10px;
}
.post.post-grid-small .info {
  width: calc(100% - 130px);
}
.post.post-grid-small .info {
  order: 1;
}
.post.post-grid-small .thumb {
  order: 2;
}



.post.post-grid-big .thumb {
  width: 120px;
  height: 80px;
}
.post.post-grid-big .info {
  width: calc(100% - 160px);
}

.post-bottom-4 {
  padding-top: 15px;
}
.post-bottom-4 li {
  display: block;
  padding-left: 15px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  position: relative;
  margin-bottom: 5px;
}
.post-bottom-4 li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  top: 8px;
}
.post-bottom-4 li a {
  display: block;
}

.category-featured {
  padding-bottom: 20px;
}
.category-featured .post-small .thumb {
  width: 100%;
}
.category-featured .post-small .info {
  width: 100%;
}
.category-featured .post-large .title {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font-primary);
  line-height: 1.2;
}
.category-featured .post-small {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}
.category-featured .post-small .title {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-primary);

}

.category-featured .post-bottom-2 li:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}

@media screen and (max-width: 768px) {
  .category-featured {
    padding-bottom: 30px;
  }
  .menu-footer {
    display: none;
  }
  .main-post-area .main-post__left {
    padding-right: 10px !important;
  }
}

/*------------------------------------------------------------------
9. Widget
-------------------------------------------------------------------*/
.widget_widget_lists_post_multi_style,
.widget_widget_post_category_two_col,
.widget_widget_post_category_three_col {
  border-top: 2px solid #f1f1f1;
  padding-top: 20px;
}
.widget {
  margin-bottom: 30px;
}
.ads-image img {
  width: 100%;
}

.widget_widget_lists_post_multi_style .post.big-post {
  margin-bottom: 0;
}
.widget_widget_lists_post_multi_style .style-2 .big-post {
  border-bottom: none !important;
}
.widget_widget_lists_post_multi_style .style-2 .post-small:last-child {
  border-bottom: none !important;
}

.post-bottom-3 .post {
  margin-bottom: 12px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}
.post-bottom-3 li:last-child .post {
  border-bottom: none;
}

.widget_widget_post {
  background-color: #F4F5F7;
  padding: 10px;
}
.widget .widget-tab {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--color-border);
}
.widget .widget-tab ul li {
  display: inline-block;
  color: var(--color-body);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font-primary);
  text-transform: uppercase;
}
.widget .widget-tab ul li.active {
  color: var(--color-primary);
}
.widget .widget-tab ul li:not(:last-child):after {
  content: "/";
  color: var(--color-border);
  display: inline-block;
  margin: 0px 8px;
}
.widget_widget_post .widget-content ul li span {
  display: block;
  font-size: 13px;
  color: var(--color-body);
}
.widget_widget_post .widget-content ul li:not(:last-child) {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f9f9f9;
}
.widget_widget_post .show-post-ajax .post:first-child .thumb {
  min-height: 200px;
  height: 200px;
  margin-bottom: 15px;
  width: 100%;
}
.show-post-ajax .post.post-grid-small .title {
  padding: 0 0 0 25px;
}

.show-post-ajax .info .title:before {
  content: counter(count) ".";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  color: #a0a4a8;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.show-post-ajax {
  counter-reset: count;
}
.show-post-ajax .post {
  counter-increment: count;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
}
.show-post-ajax .post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.show-post-ajax .post .title {
  font-size: 14px !important;
  font-weight: 600;
}

.widget_widget_post .show-post-ajax .post:first-child .post-thumbnail {
  height: 100%;
}
.widget_widget_post .show-post-ajax .post:first-child .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget_widget_post .show-post-ajax .post:first-child .info {
  width: 100%;
}
.widget_widget_post .show-post-ajax .post:first-child .title {
  font-size: 18px !important;
  line-height: 1.4;
}
.widget_widget_post .post.post-grid-small .thumb {
  height: 64px;
  width: 30%;
  margin: 0px;
}
.widget_widget_post .post.post-grid-small:not(:first-child) {
  display: flex;
}
.widget_widget_post .post.post-grid-small .info {
  width: 70%;
  order: 1;
}
.widget_widget_post .post.post-grid-small .thumb {
  padding-left: 15px;
  order: 2;
}
.widget_widget_post .post.post-grid-small .thumb .post-thumbnail {
  height: 100%;
}
.widget_widget_post .post.post-grid-small .thumb .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.widget-register {
  background-color: #f8f9fa;
  padding: 10px;
}
.widget-register ul li {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  font-family: var(--font-primary);
  color: #022b49;
  position: relative;
}
.widget-register ul li a {
  display: block;
}
.widget-register ul li:first-child:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  background-color: var(--color-border);
}
.widget-register ul li:first-child .links a {
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: 500;
}
.widget-register ul li:first-child .links a:first-child:after {
  content: "/";
  display: inline-block;
  color: var(--color-border);
  margin: 0px 5px;
}
.widget-register ul li span {
  display: block;
  color: #5e7586;
  font-size: 11px;
  font-family: var(--font-primary);
  font-weight: 500;
}
.widget-register ul li i {
  color: var(--color-primary);
  margin-right: 10px;
}
.widget-posts {
  border-top: 3px solid var(--color-primary);
  background-color: #F4F5F7;
  padding: 10px;
}
.widget-posts .widget-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--font-primary);
}
.widget-posts .widget-content {
  padding-top: 10px;
  border-top: 1px solid var(--color-border);
}
.widget-posts .widget-content .post:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}
.widget-posts-grid {
  padding: 10px 0px 0px;
  border: none;
  border-top: 2px solid var(--color-primary);
}
.widget-posts-grid .widget-title {
  padding-left: 0px;
  border: none;
}
.widget-posts-grid ul {
  margin: 0px -5px;
}
.widget-posts-grid ul li {
  width: 50%;
  float: left;
  padding: 0px 5px;
}
.right-sidebar .widget-title {
  text-transform: uppercase;
}
.right-sidebar .widget {
  display: block;
  margin-bottom: 20px;
}
.riseup-main-sidebar .post .info .title,
.right-sidebar .post .info .title {
  overflow: hidden;
  max-height: 64px;
}
.right-sidebar .post .thumb img:hover {
  opacity: 0.8;
}

.widget .title-area {
  margin-bottom: 15px;
}

/* Breaking News */
.widget_widget_breaking_news {
  margin-bottom: 12px;
}

/* Highlight */
.widget_widget_post_media {
  padding-bottom: 20px;
}
.highlight-area {
  padding: 20px;
  background-color: var(--color-background);
}

.highlight-area .left-area .thumb {
  width: 100%;
}
.highlight-area .left-area .info {
  width: 100%;
}
.highlight-area .post-large .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-heading);
  line-height: 30px;
}
.highlight-area .post-large p {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-body);
  line-height: 1.4;
}
.highlight-area .post-small {
  margin-bottom: 20px;
}
.highlight-area .post-small .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-heading);
}

/* List Post */
.lists-post-area .post-small:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
}
.lists-post-area .post .title {
  font-size: 20px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 600;
}
.lists-post-area .post .post-meta {
  display: flex;

}
.lists-post-area .post .post-meta .timeago {
  display: block;
  font-size: 13px;
  color: var(--color-body);
  padding-right: 20px;
}
.lists-post-area .post .post-meta .category {
  font-size: 13px;
  color: var(--color-body);
  font-family: var(--font-primary);
  font-weight: 300;
}

/* Post Category 2 Col */
.post-by-cate-area .category {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 5px;
}
.post-by-cate-area .post-large {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
}
.post-by-cate-area .post-large .thumb {
  height: 240px;
  overflow: hidden;
}
.post-by-cate-area .post-large .thumb img {
  object-fit: cover;
}
.post-by-cate-area .post-large .title {
  font-size: 17px;
  line-height: 1.2;
  color: var(--color-heading);
  margin-bottom: 10px;
}
.post-by-cate-area .post-small {
  display: flex;
  border-bottom: 1px solid var(--color-border);
}

.post-by-cate-area .post-small .thumb {
  width: 120px;
  height: 80px;
  padding-right: 10px;
  overflow: hidden;
}
.post-by-cate-area .post-small .thumb img {
  object-fit: cover;
}
.post-by-cate-area .post-small .info {
  width: calc(100% - 120px);
}
.post-by-cate-area .post-small .title {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-primary);
  color: var(--color-heading);
  line-height: 1.2;
  margin-bottom: 5px;
}
.post-by-cate-area .post-small .timeago {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: var(--color-body);
}

/* Post Category Style */
.post-by-cate-area.style-2 .post-large {
  padding-right: 20px !important;
  border-right: 1px solid var(--color-border);
}
.post-by-cate-area.style-2 .post-large .category {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: var(--color-primary);
  font-family: var(--font-primary);
}
.post-by-cate-area.style-2 .post-large .title {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--font-primary);
  color: var(--color-heading);
  line-height: 1.2;
}

.post-by-cate-area.style-2 .post-large p {
  margin-bottom: 8px;
}
.post-by-cate-area.style-2 .post-small {
  display: flex;
}
.post-by-cate-area.style-2 .post-small .thumb {
  order: 2;
  padding-left: 10px;
  padding-right: 0;
}
.post-by-cate-area.style-2 .post-small .info {
  order: 1;
}
.post-by-cate-area.style-2 .timeago {
  font-size: 13px;
  color: var(--color-body);
}
.post-by-cate-area.style-5 .post-large {
  border-bottom: 0;
}
.post-by-cate-area.style-5 .post-large .title {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-heading);
  font-family: var(--font-primary);
  line-height: 1.2;
}
.post-by-cate-area.style-5 .post-list li {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-heading);
  font-family: var(--font-primary);
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}
.post-by-cate-area.style-5 .post-list li:last-child {
  border: none;
}

/* Post Slider */
.post-enterprise .post .title {
  font-size: 17px !important;
  color: var(--color-heading);
  font-weight: 600 !important;
  line-height: 1.2;
  font-family: var(--font-primary);
}
.post-enterprise .thumb {
  height: 180px;
  overflow: hidden;
}
.post-enterprise .thumb img {
  height: 100%;
  width: auto;
  overflow: hidden;
  object-fit: cover;
}

/*------------------------------------------------------------------
10. Category
-------------------------------------------------------------------*/
.page-header {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}
.page-header ul li {
  font-size: 14px;
  color: var(--color-heading);
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  font-family: var(--font-primary);
}
.page-header ul li a {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.page-header ul li.active {
  color: var(--color-heading);
}
.category-page .post-by-cate-area .post-bottom-2 > li {
  padding-left: 0px;
}
.category-page .post-by-cate-area .post-bottom-2 > li:before {
  display: none;
}
.page-title {
  font-size: 14px;
  color: var(--color-heading);
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
/*------------------------------------------------------------------
11. Single
-------------------------------------------------------------------*/
.post-single {
  position: relative;
}
.post-single .entry-title h1 {
  font-size: 32px;
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 10px 0;
}
.post-single .entry-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.post-single .entry-title ul li {
  display: inline-block;
  color: var(--color-primary);
  font-family: var(--font-primary);
  text-transform: uppercase;
}
.post-single .entry-title ul li:not(:first-child):before {
  content: ",";
  display: inline-block;
  margin-right: 5px;
}
.post-single .entry-title .time {
  color: #9b9b9b;
}
.post-single .entry-title .time i {
  margin-right: 5px;
  vertical-align: middle;
}
.post-single .entry-content {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
}
.post-single .entry-content div {
  margin-bottom: 20px;
}
.post-single .entry-content h1 {
  font-family: var(--font-secondary);
  font-size: 36px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--color-heading);
}
.post-single .entry-content h2 {
  font-family: var(--font-secondary);
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--color-body);
}
.post-single .entry-content h3 {
  font-family: var(--font-secondary);
  font-size: 20px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--color-heading);
}
.post-single .entry-content h4 {
  font-family: var(--font-secondary);
  font-size: 18px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--color-heading);
}
.post-single .post-bottom-4 li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-primary);
  color: var(--color-body);
}
.post-single figure,
.post-single .entry-content img {
  max-width: 750px;
  width: 100%;
  height: auto;
  margin:  10px auto;
}

@media screen and (max-width: 575px) {
  .post-single figure,
  .post-single .entry-content img {
    max-width: 350px;
  }
}
.post-single .entry-content .entry-excerpt {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 500;
}
.post-single .entry-content p {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.post-single .entry-content figure img {
  width: 100%;
  margin-bottom: 8px;
}
.post-single .entry-content figcaption {
  display: block;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #555555;
}
.post-single .entry-footer {
  margin-bottom: 20px;
}
.post-single .entry-footer .tags span {
  display: inline-block;
  margin-right: 30px;
  white-space: nowrap;
  color: var(--color-heading);
  font-size: 14px;
  font-family: var(--font-primary);
}
.post-single .entry-footer .tags {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-border);
}

.post-single .entry-footer .tags span i {
  margin-right: 4px;
}
.post-single .entry-footer .tags ul li {
  display: inline-block;
  margin-right: 10px;
}
.post-single .entry-footer .tags ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 9px;
  border-radius: 16px;
  overflow: hidden;
  color: #ffffff;
  background-color: var(--color-primary);
  font-family: var(--font-primary);
  font-weight: 500;
}
.post-single .socials-share {
  position: absolute;
  z-index: 9999;
  left: -50px;
  top: 12%;
}
.post-single .socials-share ul li {
  display: block;
}
.post-single .socials-share ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  position: relative;
}
.post-single .socials-share ul li a span {
  height: 30px;
  line-height: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  padding: 0 15px 0 6px;
  background-color: var(--color-body);
  visibility: hidden;
  opacity: 0;
  left: 36px;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-single .socials-share ul li a:hover span {
  left: 46px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-single .socials-share ul li a span:before {
  content: "";
  top: 0;
  left: -14px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid var(--color-body);
  border-right-color: rgb(85, 85, 85);
  border-bottom: 15px solid transparent;
}
.post-single .socials-share ul li.facebook span:before {
  border-right-color: #3b5999;
}
.post-single .socials-share ul li.google span:before {
  border-right-color: #dd4b39;
}
.post-single .socials-share ul li.twitter span:before {
  border-right-color: #55acee;
}
.post-single .socials-share ul li.comment span:before {
  border-right-color: #00b489;
}
.post-single .socials-share ul li.facebook span,
.post-single .socials-share ul li.facebook a {
  background-color: #3b5999;
}
.post-single .socials-share ul li.google span,
.post-single .socials-share ul li.google a {
  background-color: #dd4b39;
}
.post-single .socials-share ul li.twitter span,
.post-single .socials-share ul li.twitter a {
  background-color: #55acee;
}
.post-single .socials-share ul li.comment span,
.post-single .socials-share ul li.comment a {
  background-color: #00b489;
}
#reply-title i {
  color: #ee2e2a;
  margin-right: 8px;
  font-size: 15px;
}
.post-single .entry-footer .tags ul li a:hover {
  opacity: 0.8;
}
.comment-form {
  margin-bottom: 40px;
}
.comment-form .sub-title {
  font-size: 16px;
  font-family: var(--font-primary);
  color: var(--color-heading);
}
.comment-form p {
  font-size: 14px;
  color: var(--color-heading);
}
.comment-list {
  margin-bottom: 30px;
}
.comment-list .comment {
  margin-top: 30px;
  position: relative;
}
.comment-list .comment .comment-meta {
  display: block;
  margin-bottom: 10px;
}
.comment-list .comment .comment-author {
  margin-bottom: 10px;
}
.comment-list .comment img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
.comment-list .comment .comment-content p {
  margin-bottom: 10px;
}
.comment-list .comment .reply {
  position: absolute;
  right: 0;
  top: 0;
}
.comment-list .comment .reply a {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 9px;
  border-radius: 16px;
  overflow: hidden;
  color: #ffffff;
  background-color: var(--color-primary);
  font-family: var(--font-primary);
  font-weight: 500;
}
.comment-list .comment .children {
  padding-left: 50px;
}
.comment-list .comment .comment-respond {
  margin-top: 20px;
}

.related-post .post .title {
  margin-bottom: 0px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
}
.related-post .post .thumb img {
  height: 160px;
  width: 100%;
  object-position: center center;
  object-fit: cover;
}
.related-post .owl-dots {
  position: absolute;
  right: 0;
  top: -36px;
}
.related-post .owl-dots span {
  background-color: var(--color-border);
}
.related-post .owl-dots .active span {
  background-color: #fff;
  border: solid 2px var(--color-primary);
}
.related-post.care-post .post .title {
  min-height: 0px;
}
.related-post .post-slider-area .owl-nav i {
  top: 43%;
}
.post-single .ads {
  margin: 10px 0px;
}
hr,
input[type="search"] {
  box-sizing: border-box !important;
}

/*------------------------------------------------------------------
8. Footer
-------------------------------------------------------------------*/
.site-footer .footer-top {
  padding: 40px 0px 35px;
  background-color: #F3F3F3;
}
.site-footer .footer-top .custom-logo-link img {
  max-height: 50px;
  width: auto;
  height: 100%;
  margin-bottom: 12px;
}
.site-footer .widget-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: var(--font-primary);
}
.site-footer .widget p {
  margin-bottom: 6px;
  color: var(--color-heading);
}
.site-footer .menu-footer{
  background-color: var(--color-background);
  padding: 10px 0px;
  text-align: center;
}

.site-footer .menu-footer ul li {
  display: inline-block;
  padding: 0 10px;
}
.site-footer .menu-footer ul li a {
  color: var(--color-body);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-primary);
}
.site-footer .menu-footer ul li a:hover {
  color: var(--color-primary);
}
.site-footer .copyright {
  color: #022b49;
  margin-bottom: 0px;
}
.site-footer .footer-menu {
  text-align: right;
}
.site-footer .footer-menu li {
  display: inline-block;
  color: #022b49;
  padding-left: 30px;
}
.site-footer .widget i {
  font-size: 13px;
  margin-right: 6px;
}

.footer-mobile.active {
  display: block;
}
.footer-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  background: var(--color-primary);
  width: 100%;
  padding: 8px 15px;
  border-top: 1px solid rgba(235, 235, 235, 0.8);
  border-bottom: 1px solid rgba(235, 235, 235, 0.8);
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out; /** Chrome & Safari **/
  -moz-transition: all 2s ease-in-out; /** Firefox **/
  -o-transition: all 2s ease-in-out; /** Opera **/
}
.footer-mobile ul {
  display: flex;
  justify-content: space-between;
}
.footer-mobile ul li a {
  color: #fff;
  display: grid;
  text-align: center;
}
.footer-mobile ul li a i {
  margin-bottom: 8px;
  font-size: 13px;
}
.footer-mobile ul li a span {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .footer-mobile,
  .footer-mobile.active {
    display: none;
  }
  
  .menu-home {
    display: none;
  }
}


.widget-right--type4 .widget-right__footer {
  display: none;
}
.widget-right--type4 .widget-right__layout,
.widget-right--type4 {
  overflow: hidden !important;
  min-height: 0px !important;
  width: 250px !important;
}
.weather-right__icon {
  left: 45% !important;
}
.weather-right-card {
  font-size: 14px !important;
}
.widget-right--blue span {
  margin-left: 3px !important;
}
.weather-right__icon--type4 {
  display: block;
  top: 50% !important;
  z-index: 100;
  background: 0 0;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  width: 31px;
}
.widget-right--type4 .widget-right__layout--blue {
  background-image: none !important;
}
.widget-right--type4 .widget-right__title {
  color: #555 !important;
}
.weather-right-card--blue .weather-right-card__item:first-child {
  border: none !important;
}
.widget-right--type4 .widget-right__description {
  display: none !important;
}
.widget-right--type4 .widget-right__title {
  margin-bottom: 0px !important;
}
.weather-right-card--blue .weather-right-card__item {
  color: #555 !important;
}
.widget-right__title:after {
  content: "/" !important;
  color: #D7DBE3 !important;
  display: inline-block;
  margin-left: 15px;
}
.widget-right--type4 .widget-right__layout {
  padding: 0px !important;
}
.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 600px;
  text-align: left;
  border: #ccc 1px solid;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

.riseup-main-sidebar .widget {
  margin-bottom: 20px;
}

/*Animate and Responsive*/
@media screen and (min-width: 1200px) {
  .media-area .top-area .post .thumb {
    width: 50%;
    margin-right: 2%;
  }
  .media-area .top-area .post .info {
    width: calc(100% - 52%);
  }
  .mg-bt-md-30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .widget-posts-grid ul li {
    width: 100%;
    float: none;
  }
  .widget-posts-grid ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  .widget-posts-grid ul li .thumb {
    width: 30%;
    margin-right: 2%;
    float: left;
  }
  .widget-posts-grid ul li .info {
    width: calc(100% - 32%);
    float: left;
  }
  .riseup-main-sidebar .post .info .title {
    height: auto;
  }
  .riseup-main-content,
  .riseup-main-sidebar {
    width: 100%;
    padding-right: 0;
  }
  .riseup-main-sidebar .show-post-ajax .post .info .title {
    height: auto;
    margin-bottom: 10px !important;
  }

  .site-main .pd-r-20.col-lg-6,
  .site-main .pd-r-20.col-lg-7,
  .site-main .pd-r-20.col-lg-8,
  .site-main .pd-r-20.col-lg-10,
  .site-main .pd-r-20.col-lg-9 {
    padding-right: 10px !important;
  }

  .ads-image {
    display: none;
  }

  .widget-register ul li:first-child:after {
    display: none;
  }

  .widget-posts-ajax .post.post-grid-small .thumb {
    width: 30%;

    margin-right: 2%;
  }

  .widget-posts-ajax .post.post-grid-small .info {
    width: calc(100% - 32%);

    padding: 0px;
  }

  .related-post.none-nav {
    margin-bottom: 30px;
  }

  .post .info p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #openweathermap-widget-9 {
    display: none !important;
  }
  .site-header .menu-mobile {
    display: block;
  }
  

  .site-header .header-main {
    border-bottom: 1px solid var(--color-border);
  }
  .mg-bt-40 {
    margin-bottom: 20px;
  }
  .site-header .main-menu {
    display: block;

    position: fixed;

    z-index: 9999;

    background-color: #fff;

    padding: 30px;

    left: 0px;

    right: 50%;

    top: 0;

    bottom: 0;

    visibility: hidden;

    overflow: auto;

    transform: translateX(-100%);

    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);

    -webkit-transition: all ease-in-out 0.4s;

    -o-transition: all ease-in-out 0.4s;

    transition: all ease-in-out 0.4s;
  }

  .site-header .main-menu.open {
    visibility: visible;

    transform: translateX(0px);

    -webkit-transition: all ease-in-out 0.4s;

    -o-transition: all ease-in-out 0.4s;

    transition: all ease-in-out 0.4s;
  }

  .site-header .main-menu ul li {
    display: block;

    margin-right: 0px !important;

    position: relative;

    border-bottom: 1px solid rgba(235, 235, 235, 0.8);

    text-align: left;
  }
  .site-header .main-menu ul li.menu-home {
    display: none;
  }

  .site-header .main-menu ul li:last-child {
    border: none;
  }

  .site-header .main-menu ul li.icon {
    display: none;
  }

  .site-header .main-menu ul li a {
    display: inline-block;

    height: auto;

    line-height: normal;

    padding: 14px 0px;

    font-size: 14px;

    font-weight: 500;

    color: #0b0f10;

    position: relative;

    font-family: var(--font-primary);
  }

  .site-header .main-menu ul li a:hover {
    color: var(--color-primary);

    background-color: transparent;
  }

  .site-header .main-menu ul li a:after {
    display: none;
  }

  .site-header .main-menu ul li .arrow {
    display: block;

    position: absolute;

    z-index: 9;

    cursor: pointer;

    right: 0px;

    top: 3px;

    width: 39px;

    height: 39px;

    text-align: center;

    line-height: 45px;
  }

  .site-header .main-menu ul li .sub-menu {
    display: none;

    visibility: visible;

    opacity: 1;

    top: 100%;

    transform: translateY(0px);

    position: relative;

    background-color: rgba(0, 0, 0, 0.02);

    -webkit-transition: all ease-in-out 0s;

    -o-transition: all ease-in-out 0s;

    transition: all ease-in-out 0s;
  }

  .site-header .main-menu ul li:hover .sub-menu {
    visibility: visible;

    opacity: 1;
  }

  .main-post-area .right-main-post ul {
    max-height: 444px;
  }

  .media-area .top-area .post .info,
  .media-area .post.big-post-grid .thumb {
    width: 100%;
  }

  .post-by-cate-area .post-bottom-2,
  .post-by-cate-area .post-bottom {
    margin-bottom: 20px;
  }

  .mg-bt-sm-0 {
    margin-bottom: 0px !important;
  }

  .site-footer .widget {
    margin: 10px 0px;
  }

  .site-footer .footer-menu,
  .site-footer .footer-bottom {
    text-align: center;
  }

  .lists-post-area .post:nth-child(12) .thumb,
  .lists-post-area .post:nth-child(8) .thumb,
  .lists-post-area .post:nth-child(4) .thumb,
  .post.big-post-grid .thumb {
    width: 260px;
  }

  .p.lists-post-area .post:nth-child(12) .info,
  .lists-post-area .post:nth-child(8) .info,
  .lists-post-area .post:nth-child(4) .info,
  .post.big-post-grid .info {
    width: calc(100% - 275px);

    float: left;

    padding: 0px;
  }

  .lists-post-area .post:nth-child(12) .thumb img,
  .lists-post-area .post:nth-child(8) .thumb img,
  .lists-post-area .post:nth-child(4) .thumb img {
    min-height: 0px;
  }

  .socials-share {
    display: none;
  }

  .post-single .entry-footer .tags {
    display: block !important;
  }

  .post-single .entry-footer .tags ul li {
    margin: 5px;
  }

  .ads {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .site-brand img {
    max-width: 200px;
    height: auto;
  }

  .header-top .search-form .form-control {
    width: 100%;
  }
  .riseup-main-content .right-main-post {
    display: none;
  }
  .post-slider-area .post {
    margin-bottom: 0px;
  }
  .post-slider-area .post .title {
    margin-bottom: 0px;
  }
  .main-post-area .right-main-post ul {
    max-height: 100%;

    margin-top: 20px;
  }

  .post.post-small .thumb a img {
    max-height: 100px;
  }

  .site-header .main-menu {
    right: 20%;
  }

  .lists-post-area .post .info p {
    display: none;
  }

  .lists-post-area .post:nth-child(12) .thumb,
  .lists-post-area .post:nth-child(8) .thumb,
  .lists-post-area .post:nth-child(4) .thumb,
  .post.big-post-grid .thumb,
  .post.post-grid .thumb {
    width: 30%;
    margin-right: 2%;
  }
  .lists-post-area .post.post-grid .thumb {
    height: 80px;
    overflow: hidden;
  }
  .lists-post-area .post.post-grid .thumb img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
  .lists-post-area .post.post-grid h3 {
    font-size: 16px !important;
    font-weight: 500;
  }

  .lists-post-area .post:nth-child(12) .info,
  .lists-post-area .post:nth-child(8) .info,
  .lists-post-area .post:nth-child(4) .info,
  .post.big-post-grid .info,
  .post.post-grid .info {
    width: calc(100% - 32%);

    padding: 0px;
  }

  .lists-post-area .post .info .post-bottom-4 {
    display: none;
  }

  .post-bottom-3 .post .info p {
    display: none;
  }

  .post .info .post-meta .category{
    display: none;
  }

  .post.post-grid .info .title {
    font-size: 14px;
  }

  .media-area .top-area .post .thumb {
    width: 100%;
  }

  .media-area .top-area .post .info {
    width: 100%;
  }

  .media-area .bottom-area .post {
    margin-top: 20px !important;
  }

  .title-area ul {
    display: none;
  }

  .text-grid .text-field {
    width: 100%;
  }

  .post-single .entry-title h1 {
    font-size: 24px;
  }

  .post-single .entry-content .entry-excerpt {
    font-size: 16px;
  }
  .post-single .entry-content h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .post-enterprise .thumb {
    height: 100px;
    overflow: hidden;
  }
  .post-enterprise .thumb img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }

  .mg-bt-40 {
    margin-bottom: 20px !important;
  }

  .mg-bt-sm-0 {
    margin-bottom: 0px !important;
  }

  .mg-bt-sm-30 {
    margin-bottom: 30px !important;
  }

  .page-header ul {
    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;
  }

  .search-form {
    padding: 5px 0px;
  }
  .footer-menu {
    display: none;
  }
}
