/*
Theme Name: CheerUp
Theme URI: https://cheerup.theme-sphere.com
Version: 7.3.1
Description: A luxury, powerful, and elegant Blog Theme designed by ThemeSphere.
Author: ThemeSphere
Author URI: https://theme-sphere.com
License: ThemeForest Split License
License URI: https://themeforest.net/licenses/standard
Copyright: (c) 2020 ThemeSphere.
Text Domain: cheerup
*/
/*

1. =Resets & Core Elements
 1.1. =Core Typography
 1.2. =Core Elements
 1.3. =Main Helpers
 1.4. =Grid

2. =Global Structure
3. =Header
4. =Navigation
5. =Posts and Single
6. =Singular & Other Pages
7. =Main Sidebar
8. =Footer
9. =Category Listing/Archives
10. =Components & Common Classes
11. =Widgets
12. =Miscellaneous

*/
/**
 * 1. =Resets & Core Elements
 * ----------------------------------------------------------------------------
 */
@import url(https://fonts.googleapis.com/css2?family=Philosopher:wght@700&display=swap);
::-webkit-scrollbar {
  width: 10px;
  height: 5px; }

::-webkit-scrollbar-track-piece {
  background-color: #ccc; }

::-webkit-scrollbar-thumb:vertical {
  height: 5px;background-color: #FF7007;
   }


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video,
button, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-family: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Be compatible with "input" defaults */
button,
input[type="submit"] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Normalize webkit search */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Fix IE scrollbar */
textarea {
  overflow: auto;
}

a img {
  border: 0;
}

/* Responsive images */
img {
  max-width: 100%;
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img {
    min-height: 1px;
  }
}

/* Reset placeholder color */
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
}

/**
 * 1.1. =Typography
 * ----------------------------------------------------------------------------
 */
:root {
  --base-aa: antialiased;
  --main-color: #07a3cc;
  --main-color-rgb: 7, 163, 204;
  --main-width: 1170px; 
  --main-l-width:1500px;
  --wrap-padding: 25px;
  --grid-gutter: 30px;
  --body-font: IBM Plex Sans, system-ui, -apple-system, Segoe UI, sans-serif;
  --ui-font: var(--body-font);
  --text-font: var(--body-font);
  --title-font: var(--ui-font);
  --h-font: var(--ui-font);
  --blockquote-font: Lora, Georgia, serif;
  --text-color: #333333;
  --text-tracking: 0;
  --text-size: 14px;
  --text-lh: 1.8;
  --black-900: #000;
  --black-800: #161616;
  --black-700: #333;
  --black-color: var(--black-700);
  --share-icons-color: var(--black-color);
  --topbar-height: 52px;
  --topbar-social-color: var(--share-icons-color);
  --nav-items-space: 20px;
  --nav-active-color: var(--main-color);
  --nav-hover-color: var(--nav-active-color);
  --nav-drop-active-color: var(--nav-active-color);
  --nav-blip-color: #a0a0a0;
  --nav-blip-hover-color: var(--nav-hover-color);
  --nav-drop-shadow: 0 2px 3px -1px rgba(0,0,0,.08), 0px 4px 11px -2px rgba(0,0,0,.06);
  --title-size-xs: 14px;
  --title-size-s: 16px;
  --title-size-n: 17px;
  --title-size-m: 19px;
  --title-size-l: 24px;
  --title-size-xl: 28px;
  --post-title-size: var(--title-size-l);
  --large-post-title: var(--post-title-size);
  --grid-post-title: var(--title-size-m);
  --grid-post-title-c2: var(--grid-post-title);
  --grid-post-title-c3: var(--grid-post-title);
  --list-post-title: var(--title-size-m);
  --list-post-title-b: var(--title-size-m);
  --overlay-post-title: var(--title-size-l);
  --carousel-post-title: calc(var(--title-size-n) + 1px);
  --w-posts-title-large: var(--title-size-s);
  --excerpt-size: var(--text-size);
  --single-content-size: 15px;
  --single-title-size: 26px;
  --post-content-size: var(--single-content-size);
  --p-media-margin: 2em;
  --related-posts-title: var(--title-size-s);
  --related-posts-2-title: var(--title-size-n);
  --block-head-bc: #ebebeb;
  --block-head-bw: 1px;
  --feat-grid-title-s: var(--title-size-n);
  --feat-grid-title-m: calc(var(--title-size-m) * 1.10526);
  --feat-grid-title-l: var(--title-size-xl);
  --rmore-btn-fs: 11px;
  --widget-boxed-pad: 30px;
	--font-philosophe: 'Philosopher',sans-serif;
}

/* Baseline 14px -- 1.866x base line-height */
html {
  font-size: 14px;
}

body {
  font-family: var(--body-font);
  line-height: 1.8666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-weight: 500;
}

::selection {
  background: rgba(var(--main-color-rgb), 0.2);
}

img::selection {
  background: transparent;
}

*,
:before,
:after {
  -webkit-font-smoothing: var(--base-aa);
}

/* Base headings */
h1 {
font-size: 45px;  line-height: 57px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 11px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
   
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--h-font);
  font-weight: 700;
  color: var(--h-color, #161616);
}

p {
  margin-bottom: 20px;
}

/* Link and text helpers */
a {
  opacity: initial;
  color: var(--text-color);
  text-decoration: none;
  transition: all .25s ease-in-out;
}

a:hover {
  text-decoration: none; color: #f96331;
}

/**
 * 1.2. =Other Elements
 * ----------------------------------------------------------------------------
 */
address {
  margin-bottom: 1.857em;
}

hr {
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 3em 0;
}

code,
pre {
  background: #f8f8f8;
}

code {
  padding: 4px 10px;
}

pre {
  padding: 1.857em;
  margin-bottom: 1.857em;
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  font-family: Menlo, Monaco, Consolas, monospace;
}

pre code {
  white-space: pre-wrap;
}

abbr,
acronym {
  border-bottom: 1px dotted #222;
  text-decoration: none;
}

q {
  font-style: italic;
  margin: 0;
  font-size: 1.1em;
  margin-right: 8px;
}

sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
  
}

sub {
  font-size: 0.8em;
  vertical-align: sub;
}

dl {
  margin: 0 0 21px 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 21px;
}

/* Default table styling */
table {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}

/*th,
td {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
  border-right: 0;
  border-left: 0;
}*/

th {
  background: transparent;
  font-weight: 600;
}

/*tr:nth-child(odd) td {
  background: #fafafa;
}*/

table caption {
  padding: 0 0 7px 0;
  width: auto;
  font-weight: 600;
}

/* Default Form styling */
input,
textarea,
select {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 16px;
  max-width: 100%;
  outline: 0;
  font-size: 13px;
  font-family: var(--text-font);
  letter-spacing: var(--text-tracking);
  color: #b4b4b4;
}

input {
  height: 2.84615em;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
}

select {
  line-height: 1;
  padding: 0 14px;
  height: 36px;
}

textarea {
  width: 100%;
  padding: 20px 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #b4b4b4;
  color: #888;
}

input[type="submit"],
button, input[type="button"],
.button {
  -webkit-appearance: none;
  background: var(--main-color);
  color: #fff;
  padding: 13px 20px;
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  height: auto;
  letter-spacing: 0.09em;
  text-transform: capitalize;
  border: 0;
}

input[type="submit"]:active,
button:active,
input[type="button"]:active {
  opacity: 0.9;
}

legend {
  font-weight: 600;
  margin-bottom: 20px;
}

/* Blockquotes with citation */
blockquote {
  padding-left: 45px;
  color: #252525;
  font-family: var(--blockquote-font);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: initial;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

blockquote:before {
  content: "\201c";
  float: left;
  margin-top: 18px;
  margin-left: -45px;
  font-family: Georgia, Merriweather, serif;
  font-style: normal;
  font-size: 60px;
  line-height: 0.41;
  color: var(--main-color);
}

blockquote p:last-child,
blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote cite,
blockquote [class*=__citation] {
  font-family: var(--ui-font);
  color: #888;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}

blockquote p + cite,
blockquote [class*=__citation] {
  display: block;
  margin-top: 12px;
}

blockquote cite:before {
  content: "-";
  margin-right: 8px;
}

blockquote > p:last-of-type {
  margin-bottom: 0;
}

blockquote p > cite {
  margin-left: 16px;
  margin-right: 14px;
}

.modern-quote {
  margin: 0;
}

.modern-quote,
.wp-block-quote.is-style-large {
  position: relative;
  padding: 0 38px;
  padding-top: 22px;
  color: #000;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}

.modern-quote:before,
.wp-block-quote.is-style-large:before {
  position: absolute;
  z-index: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%) translateY(7px) rotate(1deg);
  opacity: .12;
  font-size: 132px;
}

.modern-quote p,
.wp-block-quote.is-style-large p {
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
}

.modern-quote cite,
.modern-quote [class*=__citation],
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large [class*=__citation] {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

.modern-quote cite:before,
.modern-quote [class*=__citation]:before,
.wp-block-quote.is-style-large cite:before,
.wp-block-quote.is-style-large [class*=__citation]:before {
  display: none;
}

.modern-quote p + cite,
.wp-block-quote.is-style-large p + cite {
  margin-top: 26px;
}

/**
 * 1.3. =Main Helpers
 * ----------------------------------------------------------------------------
 */
/* Clearfix */
.cf:after, .cf:before {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}

.cf:after {
  clear: both;
}

.limit-line {
  overflow: hidden;
  white-space: nowrap;
}

.ellipsis {
  text-overflow: ellipsis;
}

/* Image replacement - via H5BP */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* Hide only visually, but have it available for screenreaders: H5BP */
.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.main-color {
  color: var(--main-color);
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.fade-in-up {
  animation: 0.5s fade-in-up ease-out;
  animation-fill-mode: both;
}

.fade-in-up-lg {
  animation: 0.65s fade-in-up-lg ease-out;
  animation-fill-mode: both;
}

.fade-in-down-lg {
  animation: 0.65s fade-in-down-lg ease-out;
  animation-fill-mode: both;
}

.no-transition {
  transition: none !important;
}

a.blur {
  outline: none;
}

.media-ratio {
  position: relative;
  display: block;
  height: 0;
}

.media-ratio .wp-post-image,
.media-ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  overflow: hidden;
}

.media-ratio.ratio-1-1 {
  padding-bottom: 100%;
}

.media-ratio.ratio-4-3 {
  padding-bottom: 75%;
}

.media-ratio.ratio-3-2 {
  padding-bottom: 66.66667%;
}

.media-ratio.ratio-16-9 {
  padding-bottom: 56.25%;
}

.media-ratio.ratio-3-4 {
  padding-bottom: 133.33333%;
}

.media-ratio.ratio-2-3 {
  padding-bottom: 150%;
}

.bg-ratio {
  --a-ratio: 0;
  padding-bottom: calc(100% / var(--a-ratio));
}

.bg-cover {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* CSS Animations */
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 2px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fade-in-up-lg {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fade-in-down-lg {
  from {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.show-lg,
.show-md,
.show-sm,
.show-xs,
.show-ty {
  display: none !important;
}

/**
 * 1.4 =Grid
 * ----------------------------------------------------------------------------
 */
.ts-row {
  --grid-gutter-h: calc(var(--grid-gutter) / 2);
  min-height: 1px;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: calc(-1 * var(--grid-gutter-h));
  margin-left: calc(-1 * var(--grid-gutter-h));
  box-sizing: border-box;
}

.column,
.ts-row [class^="col-"],
.ts-row [class*=" col-"] {
  padding-left: var(--grid-gutter-h, 15px);
  padding-right: var(--grid-gutter-h, 15px);
  float: left;
  min-height: 1px;
  box-sizing: border-box;
}

.col-12, .column {
  width: 100%;
}

.col-11 {
  width: 91.66666666666667%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-9, .column.three-fourth {
  width: 75%;
}

.col-8, .column.two-third {
  width: 66.66666666666667%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-6, .column.half {
  width: 50%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-4, .column.one-third {
  width: 33.333333333333336%;
}

.col-3, .column.one-fourth {
  width: 25%;
}

.col-2 {
  width: 16.666666666666668%;
}

.col-1 {
  width: 8.333333333333334%;
}

.column.one-fifth {
  width: 20%;
}

.column.two-fifth {
  width: 40%;
}

.column.three-fifth {
  width: 60%;
}

.column.four-fifth {
  width: 80%;
}

.column.right {
  text-align: right;
}

.column.left {
  text-align: left;
}

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

.grid-cols, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
  grid-template-columns: repeat(var(--g-cols), minmax(0, 1fr));
}

.grid-1 {
  --g-cols: 1;
}

.grid-2 {
  --g-cols: 2;
}

.grid-3 {
  --g-cols: 3;
}

.grid-4 {
  --g-cols: 4;
}

.grid-5 {
  --g-cols: 5;
}

.grid-6 {
  --g-cols: 6;
}

.grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(var(--w-min, 0), 1fr));
}

/**
 * 2. =Global Structure
 * ----------------------------------------------------------------------------
 */
/* Grid: 1170px total - 97px columns - 30px gutters - 12 columns */
body {
  color: #494949;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ts-contain,
.wrap,
.main-wrap {
  max-width: 100%;
  box-sizing: border-box;
}

.wrap {
  width: 1170px;
  width: var(--main-width);
  margin: 0 auto;
  text-align: left;
}
footer .wrap { width:96%;}



.main {
  width: calc(var(--main-width) + var(--wrap-padding) * 2);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

@media (max-width: 940px) {
	
  .main {
    *max-width: 750px;
  }
}

@media (max-width: 1200px) {
  .wrap {
    width: 96%;
  }
}

.ts-contain,
.main {
  padding: 0 35px;
  padding: 0 var(--wrap-padding);
}


.ts-contain .ts-contain,
.main .ts-contain {
  padding: 0;
}

.no-sidebar .main .main-content {
  width: 100%;
   margin: 0 auto;
   float: none;
}

/**
 * 3. =Header
 * ----------------------------------------------------------------------------
 */
/**
 * Header Top Bar
 */
.top-bar {
  min-height: var(--topbar-height);
}

.top-bar .actions {
  float: right;
}

.top-bar .navigation {
  z-index: 110;
}

.top-bar .wrap-full {
  width: 94%;
}

.top-bar nav.nav-secondary {
  box-shadow: none;
}

.top-bar-content {
  position: relative;
  background: var(--topbar-bg, #fff);
  border-bottom: 1px solid var(--topbar-bc, #efefef);
  box-shadow: 0 0 4px 0 #eee;
  height: var(--topbar-height);
  line-height: var(--topbar-height);
  font-family: var(--ui-font);
  box-sizing: border-box;
}

/* Social Icons - if used */
.top-bar .social-icons {
  float: left;
  max-height: var(--topbar-height);
}

.top-bar .social-icons li {
  margin-right: 2px;
}

.top-bar .social-icons li:last-child {
  margin-right: 0;
}

.top-bar .social-icons a {
  display: inline-block;
  padding: 0 6px;
  line-height: inherit;
  color: var(--topbar-social-color);
}

.top-bar .social-icons a:hover {
  color: var(--main-color);
}

/* Posts Ticker */
.posts-ticker {
  float: left;
  display: flex;
  font-size: 13px;
  letter-spacing: 0.05em;
      width: 100%;
    text-align: center;
}

.posts-ticker .heading {
  flex-shrink: 0;
  margin-right: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.posts-ticker ul {
  max-width: 100%;
  flex: 1 1 auto;
}

.posts-ticker li {
  display: none;
  color: #656565;
}

.posts-ticker li:first-child {
  display: block;
}

.posts-ticker a {
  display: inline-block;
  vertical-align: text-bottom;
  max-width: 1000px;
  padding-right: 10px;
  text-overflow: ellipsis;
  *white-space: nowrap;
  overflow: hidden;
  align-self: center;
  line-height: 1.3;
  letter-spacing: 0;
}

.posts-ticker em {
  font-style: normal;
}

/* Top bar search */
.search-action {
  float: left;
}

.search-action .search-submit {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  color: #444;
  font-size: 14px;
}

.search-action .search-field {
  padding: 0;
  margin-left: 8px;
  border: 0;
  width: 60px;
  background: inherit;
  color: #b4b4b4;
  text-transform: uppercase;
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: width 0.3s ease-in;
}

.search-action .search-field:focus {
  width: 150px;
}

/* WooCommerce Cart Icon */
.cart-action {
  position: relative;
  float: right;
  margin-left: 5px;
  padding-left: 14px;
  border-left: 1px solid #ebebeb;
}

.cart-action .cart-link {
  display: block;
  padding-right: 10px;
  font-size: 13px;
  line-height: inherit;
  transition-property: opacity;
}

.cart-action .tsi {
  display: block;
  line-height: inherit;
  transform: translateY(2px);
}

.cart-action .cart-link .counter {
  position: absolute;
  top: 50%;
  top: calc(50% - 13px);
  left: 0;
  margin-left: 22px;
  padding-top: 3px;
  width: 14px;
  height: 14px;
  line-height: 1;
  border-radius: 50%;
  box-sizing: border-box;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 9px;
  font-weight: 400;
}

.top-bar.dark {
  --topbar-social-color: rgba(255, 255, 255, 0.92);
  color: rgba(255, 255, 255, 0.92);
  z-index: 1;
}

.top-bar.dark .top-bar-content {
 background: #f2f5f6 !important;
  border: 0;
  box-shadow: none;
	
}

.top-bar.dark .cart-action {
  border-color: rgba(255, 255, 255, 0.2);
}

.top-bar.dark .cart-link {
  color: #ebebeb;
}

.top-bar.dark .search-action .search-field {
  background: transparent;
}

.top-bar.dark .search-submit {
  color: inherit;
}

.top-bar.dark .social-icons a:hover {
  color: #ebebeb;
}

.top-bar.dark .posts-ticker a {
      color: #fff; font-size: 14px;
}

.top-bar.dark .posts-ticker a:hover {
  color: #fff;
}

.top-bar-b .social-icons {
  float: right;
}

.top-bar-b .actions {
  margin-left: 18px;
}

.sticky-bar {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000 !important;
}

.admin-bar .sticky-bar {
  top: 32px;
}

/* Main Header */
.main-head {
  border-bottom: 1px solid #ebebeb;
}

.main-head .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: var(--head-inner-height, initial);
  min-height: var(--head-inner-height, initial);
  box-sizing: border-box;
}

.main-head .parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.main-head .navigation > .wrap {
  padding: 0;
}

.main-head .title {
  font-family: var(--ui-font);
  font-weight: 400;
  font-size: inherit;
  letter-spacing: -3px;
  text-rendering: optimizeLegibility;
  padding: 70px 0;
  text-align: left;
}

.main-head .title .logo-image {
  display: inline-block;
}

.main-head .title a {
  text-decoration: none;
  color: #2e2e2e;
  font-size: 70px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  vertical-align: middle;
  text-transform: uppercase;
  transition: none;
}

.mobile-logo {
  display: none;
}

.search-alt .top-bar .search-field {
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.search-alt .top-bar .search-field.active {
  width: 100px;
  opacity: 1;
}

.search-alt .top-bar .search-submit {
  display: block;
  float: left;
  line-height: inherit;
  outline: none;
}

.search-alt .top-bar.dark {
  --topbar-social-color: #fff;
}

.search-alt .top-bar.dark .search-submit {
  color: rgba(255, 255, 255, 0.59);
}

/* Header: With Ad */
.main-head.logo-left .logo-wrap {
  padding: 55px 0;
}

.main-head.logo-left .title {
  padding: 0 !important;
  float: left;
  line-height: 90px;
}

.main-head.logo-left .title .logo-image {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.main-head.logo-left .a-right {
  float: right;
  width: 728px;
}

.main-head.logo-left .a-right img {
  display: block;
  margin: 0 auto;
}

/* Header: Navigation Below */
.main-head.nav-below {
  --topbar-height: 40px;
  border: 0;
}

.main-head.nav-below .title {
  padding: 55px 0;
}

/**
 * Header adjustments with other elements
 */
.has-slider .main-head:not(.compact):not(.simple) {
  border-bottom: 0;
}

.has-slider-bold .main-head.compact,
.has-slider-bold .main-head.simple,
.has-slider-large .main-head.compact,
.has-slider-large .main-head.simple,
.layout-creative .main-head.compact,
.layout-creative .main-head.simple {
  border-bottom: 0;
  box-shadow: none;
}

.head-nav-below + .beauty-slider,
.head-nav-below + .carousel-slider,
.head-nav-below + .fashion-slider,
.main-head.has-bg + .beauty-slider,
.main-head.has-bg + .carousel-slider,
.main-head.has-bg + .fashion-slider {
  margin-top: 55px;
}

.head-nav-below + .main-slider,
.head-nav-below + .trendy-slider,
.main-head.has-bg + .main-slider,
.main-head.has-bg + .trendy-slider {
  margin-top: 2px;
}

.head-nav-below + .feat-grid-b:not(.feat-grid-full),
.head-nav-below + .feat-grid-c:not(.feat-grid-full),
.main-head.has-bg + .feat-grid-b:not(.feat-grid-full),
.main-head.has-bg + .feat-grid-c:not(.feat-grid-full) {
  margin-top: 38px;
}

/* Header: Navigation Below - B */

.nav-below-b .navigation {
  position: relative;
  z-index: 999;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.05);
}

.has-slider .nav-below-b .navigation {
  position: static;
}

/* Header: Full Top Bar */
.main-head.full-top {
  position: relative;
}

.main-head.full-top .navigation {
  float: none;
}

.main-head.full-top .social-icons {
  position: absolute;
  left: 30px;
  z-index: 2;
}

.main-head.full-top .actions {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 2;
}

/* Header 6: Default with social */
.main-head.alt .top-bar-content > .wrap {
  display: flex;
}

.main-head.alt .social-icons {
  order: 2;
  margin-left: auto;
  margin-top: 1px;
}

.main-head.alt .social-icons a:hover {
  opacity: 0.7;
}

.main-head.alt .actions {
  order: 3;
  margin-left: 18px;
}

/* Header 7: Topbar Below Logo */
.main-head.top-below .social-icons a {
  font-size: 13px;
}

/* Header 8: Compact */
.main-head.compact {
  --head-inner-height: 34px;
  --topbar-height: 40px;
}

.main-head.compact .top-bar.dark {
  --topbar-social-color: #fff;
	
}
 .me_product {
	display:block !important;
}

.bg_marquee {
    width: 89%;
    margin: 0px auto;
}
.me_product{
	
background:#333;
	color:#fff;
	padding: 0px 0px;
	width:100%;
	margin:0px auto;
}
.me_product-design{
	width:100%;
	    padding-top: 6px;
	    padding-bottom: 6px;
}
.me_product a{color:#fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px 0px;
    font-size: 14px;
}
.main-head.compact .posts-ticker .heading {
  display: inline-block;
  margin-right: 16px;
  padding: 0 6px;
  background: var(--main-color);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  align-self: center;
  -webkit-font-smoothing: antialiased;
}

.main-head.compact .social-icons li {
  margin-right: 0;
  font-size: 12px;
  float: left;
}

.main-head.compact .inner {
  position: relative;
  overflow: visible;
  background: #fff;    padding: 12px 14px;
box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);

}

.main-head.compact .inner > .wrap {
  display: flex;
  align-items: center;
  min-height: inherit;
}

.main-head.compact .title {
  padding: 0;
  min-width: 210px;
  padding-right: 50px;
  box-sizing: border-box;
}

.main-head.compact .title a {
  font-size: 45px;
  line-height: inherit;
}

.main-head.compact .title .logo-image {
  display: block;
  margin-bottom: 0;
  max-height: 90px;
  transition: all 0.25s ease-in-out;
  width: 150px;
}

.main-head.compact .navigation-wrap {
  flex-grow: 1;
}

.main-head.compact .menu > li:not(:hover) a:after {
  color: #111;
}

.main-head.compact .actions {
  display: none;
}

.main-head.compact .inner.sticky-bar {
  line-height: 35px;
  min-height: 35px;
  border-bottom: none;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  animation: 0.55s fade-in-up-lg ease-out;
  animation-fill-mode: both;
}

.main-head.compact .inner.sticky-bar .logo-image {
  max-height: 55px;
}

/* Header 9: Simple */
.main-head.simple {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
  --head-inner-height: 96px;
}

.main-head.simple .inner {
  overflow: initial;
  background: #fff;
}

.main-head.simple .left-contain {
  position: absolute;
  display: flex;
  position: absolute;
  left: 38px;
  height: 100%;
  z-index: 2;
}

.main-head.simple .navigation {
  float: none;
  text-align: center;
}

.main-head.simple .actions {
  position: absolute;
  display: flex;
  right: 38px;
  top: 0;
  z-index: 2;
}

.main-head.simple .actions a {
  transition-property: opacity, color;
}

.main-head.simple .cart-action {
  border-left: 0;
}

.main-head.simple .cart-action .tsi {
  transform: none;
  font-size: 14px;
}

.main-head.simple .cart-action .counter {
  margin-top: -2px;
}

.main-head.simple .social-icons {
  display: flex;
  margin-right: 22px;
}

.main-head.simple .social-icons .tsi {
  font-size: 15px;
  opacity: 0.9;
}

.main-head.simple .search-link {
  margin-top: -2px;
  font-size: 15px;
  color: #555;
}

.main-head.simple .search-link:before {
  display: inline-block;
  content: "";
  padding-right: 22px;
  height: 14px;
  border-left: 1px solid #ddd;
  vertical-align: middle;
}

.main-head.simple .search-link:first-child:before {
  display: none;
}

.main-head.simple .mobile-nav {
  display: none;
  margin-left: 4px;
  margin-right: 21px;
  font-size: 18px;
}

.main-head.simple .title {
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
}

.main-head.simple .title a {
  font-size: 48px;
  display: block;
}

.main-head.simple .title .logo-image {
  display: block;
  margin-bottom: 0;
  max-height: 90px;
  transition: all 0.25s ease-in-out;
}

.main-head.simple .inner.sticky-bar {
  line-height: 55px;
  min-height: 55px;
  border-bottom: 1px solid #efefef;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  animation: 0.55s fade-in-up-lg ease-out;
  animation-fill-mode: both;
}

.main-head.simple .inner.sticky-bar .logo-image {
  max-height: 45px;
}

/* Header 10: Simple Boxed (extension of simple) */
.main-head.simple-boxed {
  border-top: 3px solid #090909;
  --head-inner-height: 106px;
}

.main-head.simple-boxed .inner > .wrap {
  display: flex;
  flex-shrink: 0;
}

.main-head.simple-boxed .left-contain {
  position: static;
  display: flex;
  height: auto;
  margin-right: 45px;
}

.main-head.simple-boxed .title a {
  text-align: left;
}

.main-head.simple-boxed .actions {
  display: flex;
  position: relative;
  right: auto;
  top: auto;
  margin-left: auto;
  padding-left: 20px;
  align-items: center;
}

.main-head.simple-boxed .search-link {
  display: flex;
}

.main-head.simple-boxed .navigation .menu {
  justify-content: left;
  text-align: left;
  flex-wrap: nowrap;
}

.main-head.simple-boxed .navigation .menu > li {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

/* Ad Below Header */
.the-wrap.head {
  padding: 14px 0;
  margin-bottom: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #efefef;
}

.the-wrap.head > div,
.the-wrap.head > iframe,
.the-wrap.head img {
  display: inline-block;
  vertical-align: middle;
}

.layout-creative .the-wrap.head {
  margin-bottom: 0;
}

/**
 * 4. =Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {
  float: left;
  text-align: center;
  color: var(--nav-color, #161616);
  font-family: var(--ui-font);
  font-size: var(--nav-text, 12px);
  font-weight: var(--nav-text-weight, 600);
  letter-spacing: var(--nav-text-ls, 0.09em);
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
}

.nav-secondary {
  --nav-items-space: 15px;
}

.navigation ul {
  list-style: none;
  position: relative;
}

.navigation ul li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

/* nth level link */
.navigation .menu li > a {
  float: left;
  padding: 0;
  color: inherit;
}

/* top level links */
.navigation .menu > li > a {
  /*padding: 0 var(--nav-items-space);*/
	margin: 0 10px 0 6px;
}

.navigation .menu > li:first-child {
  margin-left: calc(-1 * var(--nav-items-space));
}

/* Blips for menus with children */
.navigation .menu-item-has-children > a:after {
  display: inline-block;
    content: "\f282";
    font-family: bootstrap-icons !important;
  margin-left: 4px;
  font-family: ts-icons;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 0.9;
  color: var(--nav-blip-color, inherit);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Hover and active states */
.navigation .menu > li:hover > a {
  color: #f96331;
}

.navigation .menu > .current-menu-item > a,
.navigation .has-parent-state .current-menu-parent > a,
.navigation .has-parent-state .current-menu-ancestor > a {
  color: var(--nav-active-color);
}

.navigation li:hover > a:after {
  color: var(--nav-blip-hover-color);
}

.navigation li li:hover > a:after {
  color: var(--nav-drop-active-color);
}

.navigation .current-menu-item > a:after,
.has-parent-state .current-menu-parent > a:after,
.has-parent-state .current-menu-ancestor > a:after {
  color: inherit;
}

/* Nested menus */
/* 1st level */
.navigation .menu > li > ul,
.navigation .menu > li > .sub-menu {
  top: 100%;
  margin-left: 19px;
  margin-top: -1px;
}

.navigation .menu > li > .mega-menu {
  margin-left: 0;
  margin-right: 0;
}

.navigation .menu li li {
  display: block;
}

/* 1st to nth level links */
.navigation .menu > li li a {
  float: none;
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 9px 22px;
  border-top: 1px solid var(--nav-drop-sep-color, rgba(0, 0, 0, 0.07));
  font-size: var(--nav-drop-text, 11px);
  letter-spacing: var(--nav-drop-ls, 0.1em);
  color: var(--nav-drop-color, #404040);
  pointer-events: none;font-weight: 500;
}

.navigation .menu > li:hover li a {
  pointer-events: auto;
}

.navigation .menu ul li,
.navigation .menu .sub-menu li {
  float: none;
  min-width: 200px;
  max-width: 350px;
  border-top: 0;
  padding: 0;
  position: relative;
}

.navigation .menu > li li:first-child > a {
  border-top: 0;
  box-shadow: none;
}

.navigation .sub-menu li:first-child > .sub-menu {
  margin-top: -1px;
}

.navigation .menu ul,
.navigation .menu .sub-menu {
  position: absolute;
  overflow: visible;
  visibility: hidden;
  display: block;
  opacity: 0;
  padding: 0;
  border: none;
  z-index: 110;
  line-height: 1.8666;
  visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    
    transition: 0.3s;
    border-radius: 0px;
    margin-top: 20px;
}

/* Blips for nth level parents */
.navigation .menu ul .menu-item-has-children {
  --nav-blip-color: var(--nav-drop-blip-color, #b4b4b4);
}

.navigation .menu ul .menu-item-has-children > a:after {
  line-height: 1;
  content: "\f105";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 16px;
}

/* 2nd+ level */
.navigation .menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.navigation li:hover > ul,
.navigation li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* nth level hover or current active item */
.navigation .menu li li:hover > a,
.navigation .menu li li.current-menu-item > a {
  color: #f96331;
}

.mobile-menu-container {
  display: none;
}

/* Mega Menu */
.navigation .mega-menu {
  left: 0;
  max-width: none;
}

.navigation .mega-menu .sub-cats {
  float: none;
  vertical-align: top;
  padding: 12px 30px;
  width: 19.5%;
  border-right: 1px solid #ebebeb;
}

.navigation .mega-menu .sub-cats li {
  min-width: initial;
  max-width: initial;
}

.navigation .mega-menu .sub-cats a {
  padding: 11px 0;
}

.navigation .mega-menu .sub-cats li:last-child a {
  border-bottom: 1px solid #ebebeb;
}

.navigation .menu .mega-menu {
  display: flex;
  flex: 0 1 auto;
}

/* Mega Menu: Recent Posts */
.mega-menu .recent-posts {
  float: none;
  vertical-align: top;
  padding: 25px;
  width: 100%;
}

.mega-menu .recent-posts .posts {
  display: none;
  margin: 0 -13px;
  margin-bottom: 30px;
  text-align: center;
}

.mega-menu .recent-posts .posts.active {
  display: block;
  animation: 0.5s fade-in-up ease-out;
  animation-fill-mode: both;
}

.mega-menu .recent-posts .post {
  padding: 0 13px;
}

.mega-menu .recent-posts img {
  display: block;
  -webkit-filter: blur(0);
}

.mega-menu .recent-posts .lazyload {
  display: none;
}

.mega-menu .recent-posts .post-title {
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
  color: var(--black-color);
  font-size: 15px;
  letter-spacing: 0;
}

.mega-menu .recent-posts .post-title em {
  font-style: normal;
  font-weight: inherit;
}

.mega-menu .recent-posts .show-prev {
  margin-right: 1px;
}

.mega-menu .recent-posts .show-next,
.mega-menu .recent-posts .show-prev {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ebebeb;
  color: #b4b4b4;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  box-sizing: border-box;
}

.mega-menu .recent-posts .show-next:hover,
.mega-menu .recent-posts .show-prev:hover {
  border-color: #ddd;
}

.mega-menu .recent-posts .tsi {
  -webkit-font-smoothing: initial;
}

.mega-menu .sub-cats + .recent-posts {
  width: 80.5%;
}

.navigation li:hover > .mega-menu .lazyload {
  display: block;
}

.navigation li:not(:hover) > .mega-menu .wp-post-image {
  pointer-events: none;
}

/* Navigation icons */
.navigation .nav-icons {
  position: relative;
}

.navigation .nav-icons .cart-action {
  float: right;
}

.navigation .nav-icons .cart-link {
  font-size: 14px;
  color: #8a8a8a;
}

.navigation .nav-icons .cart-link .counter {
  margin-left: 23px;
  padding: 0 2px;
  padding-left: 3px;
  min-width: 15px;
  width: auto;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
}

.navigation .nav-icons .tsi-shopping-cart:before {
  content: "\f290";
}

.navigation .nav-icons .search-link {
  float: left;
  padding: 0 var(--nav-items-space);
  padding-right: 10px;
  transition-property: opacity, color;
}

.navigation .nav-icons .search-box {
  display: none;
}

.navigation .menu .nav-icons a {
  font-size: 14px;
  color: #898989;
}

/* Sticky Nav Logo */
.navigation .sticky-logo {
  display: none;
  float: left;
  padding-right: 30px;
}

.navigation .sticky-logo img {
  display: inline-block;
  max-height: 44px;
  margin-top: -2px;
  vertical-align: middle;
}

.sticky-bar .sticky-logo {
  display: block;
}

/* Search box */
.search-box-overlay {
  position: absolute;
  visibility: hidden;
  top: 100%;
  margin-top: -2px;
  right: 0;
  z-index: 99;
  width: 280px;
  padding: 12px 14px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  line-height: 1;
  background: #fff;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.search-box-overlay.active {
  visibility: visible;
  opacity: 1;
}

.search-box-overlay .search-field {
  float: none;
  width: 100%;
  padding: 0 14px;
  height: 38px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  background: #fff;
  font-size: 13px;
}

.search-box-overlay button {
  display: none;
}

/**
 * Dark Navigation
 */
.navigation.dark {
  --nav-color: rgba(255, 255, 255, 0.92);
  --nav-active-color: #fff;
  --nav-blip-color: rgba(255, 255, 255, 0.92);
  --nav-drop-blip-color: rgba(255, 255, 255, 0.92);
  --nav-drop-bg: #111;
  --nav-drop-color: #b4b4b4;
  --nav-drop-active-color: rgba(255, 255, 255, 0.92);
  --nav-drop-sep-color: rgba(255, 255, 255, 0.11);
}

.navigation.dark.has-bg {
  background: var(--nav-dark-bg, #000);
}

.navigation.dark .menu > li ul,
.navigation.dark .menu > li .sub-menu {
  border: 0;
  border-top: 1px solid var(--nav-drop-sep-color);
}

.navigation.dark .menu > li ul ul,
.navigation.dark .menu > li .sub-menu ul {
  border-left: 1px solid var(--nav-drop-sep-color);
}

.navigation.dark .mega-menu .sub-cats,
.navigation.dark .mega-menu .sub-cats li:last-child a,
.navigation.dark .mega-menu .recent-posts .show-next,
.navigation.dark .mega-menu .recent-posts .show-prev {
  border-color: rgba(255, 255, 255, 0.12);
}

.navigation.dark .mega-menu .recent-posts .show-next,
.navigation.dark .mega-menu .recent-posts .show-prev,
.navigation.dark .mega-menu .recent-posts time {
  color: #666;
}

.navigation.dark .mega-menu .post-title {
  color: #ddd;
}

.navigation.dark .mega-menu .post-title:hover {
  opacity: .8;
}

.navigation.dark .cart-action {
  border-color: rgba(255, 255, 255, 0.22);
}

.nav-below .dark .social-icons a {
  color: #ebebeb;
}

/**
 * Navigation: Below variation
 */
.navigation.below {
  float: none;
  margin-bottom: 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
}

.navigation.below .menu {
  text-align: center;
  margin-top: -1px;
}

.navigation.below .menu > li > .sub-menu {
  margin-top: -1px;
}

.navigation.below.light {
  background: var(--nav-bg, #fff);
}

.navigation.below.dark {
  border: 0;
}

/**
 * Navigation: Inline / Compact
 */
.navigation.inline {
  --nav-items-space: 15px;
  --nav-text: 13px;
 
  --nav-text-weight: 600;
  --nav-drop-text: 13px;
  --nav-drop-ls: 0;
  --nav-blip-color: initial;
  width: 100%;
  text-align: right;
}

.navigation.inline .menu {
  position: static;
}

.navigation.inline .menu > li:first-child {
  margin-left: 0;
}

.navigation.inline .menu > li > ul,
.navigation.inline .menu > li > .sub-menu {
  margin-left: 0;
  margin-top: 0;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25) !important;
}
}

.navigation.inline .menu > li > a {
  transition-property: opacity, color;
}

.navigation.inline .menu > .current-post-parent:not(:hover) > a {
  color: inherit;
}

.navigation.inline .menu > li li a {
  padding: 8px 21px;
}

.navigation.inline .menu > li li a {
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.navigation.inline .menu-item-has-children > a:after {
  font-size: .924em;
}

.navigation.inline .mega-menu .sub-cats a {
  padding-left: 0;
  padding-right: 0;
}

.navigation.inline .nav-icons {
  float: right;
}

.navigation.inline .nav-icons a,
.navigation.inline .nav-icons .tsi {
  font-size: 15px;
  color: #505050;
}

.navigation.inline .nav-icons .search-link {
  padding-right: 2px;
}

.navigation.inline .cart-action {
  border-left: 0;
}

.navigation.inline .search-box-overlay {
  margin-top: 0;
}

/**
 * Navigation: For Simple header (depends on: inline)
 */
.navigation.simple {
  --nav-text: 15px;
  --nav-text-ls: 0;
  --nav-items-space: 18px;
  --nav-drop-text: 14px;
  color: #3a3a3a;
}

.navigation.simple .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.navigation.simple .menu > li > a {
  text-transform: none;
}

.navigation.simple .menu > li li a {
  padding: 8px 26px;
}

.navigation.simple .menu > li li a {
  font-weight: 500;
  -webkit-font-smoothing: initial;
}

.navigation.simple .sub-menu .menu-item-has-children > a:after {
  margin-top: -1px;
  right: 20px;
  transform: translateY(-50%);
  color: inherit;
}

/**
 * 5. =Posts & Single
 * ----------------------------------------------------------------------------
 */
/**
 * The Single Post
 */
.the-post .featured {
  margin-bottom: 42px;
}

.the-post .featured img {
  display: block;
  width: 100%;    *max-width: 768px;
}

.the-post .featured-vid {
  margin-bottom: 36px;
}

.the-post .the-post-header {
  --post-title-size: var(--single-title-size);
  text-align: center;
}

.the-post .the-post-header > :last-child:not(.featured) {
  margin-bottom: 36px;
}

.the-post .the-post-header .image-link {
  display: block;
}

.the-post .the-post-meta {
  --post-meta-mb: 28px;
  --pm-h-below-mb: 28px;
}

.the-post-header .post-meta-center {
  --pm-title-a-pad: 5%;
}

.the-post-foot {
  margin-top: 70px;
}

/* Tags and sharing */
.tag-share {
  font-family: var(--ui-font);
}

.tag-share .post-tags {
  float: left;
  margin-top: -8px;
  max-width: 70%;
}

.tag-share .post-tags a {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  padding: 6px 18px;
  border: 1px solid #ebebeb;
  color: var(--tags-color, var(--black-color));
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.095em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 540px) {
  .tag-share .post-tags a {
    padding: 5px 14px;
  }
}

.tag-share .post-tags a:hover {
  color: var(--main-color);
}

.tag-share .post-tags + .post-share {
  float: right;
  margin-bottom: 25px;
}

.post-pagination {
  margin-bottom: 45px;
}

.post-top .cat-label {
  position: static;
  display: block;
  margin-bottom: -3px;
}

.post-top .cat-label a {
  vertical-align: top;
}

/**
 * Single Post: Cover Style 
 */
.single-cover .featured {
  position: relative;
  margin-top: 0px;
  margin-bottom: 45px;
}

.single-cover .featured:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  *background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0) 50%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

.single-cover .featured .image-link {
  box-sizing: border-box;
  min-height: 250px;
}

.single-cover .featured img {
  display: block;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.single-cover .gallery-slider .caption {
  text-align: right;
  padding: 7px 40px;
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  left: auto;
}

.single-cover .overlay {
  *position: absolute;
  display: inline-block;
  align-items: flex-end;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0px;
  box-sizing: border-box;
}

.overlay .meta-above, .overlay .below.meta-below{ display:none;}

.single-cover .overlay .post-meta {
  color: #fff;
}

.single-cover .overlay .post-meta .by {
  font-style: unset;
  text-transform: unset;
}

.single-cover .overlay .post-title, .single-cover .overlay h1.inner-heading-jkf {
    font-size: 48px;
    color: #000;
    margin: 0;
    font-weight: 600;
    line-height: 56px;
    margin-top: 45px;
}

.single-cover .overlay .meta-item,
.single-cover .overlay .comments,
.single-cover .overlay time {
  color: inherit;
}

.single-cover .overlay .post-author {
  font-weight: 500;
  letter-spacing: 0.075em;
}

.single-cover .overlay .post-author a {
  color: inherit;
}

.single-cover .overlay .meta-sep {
  padding: 0 6px;
}

.single-cover .overlay .post-share {
  margin-left: auto;
  margin-right: -5px;
  margin-top: -7px;
}

.single-cover .overlay .post-share .counters {
  display: none;
}

.single-cover .overlay .post-share a {
  border: 0;
  color: #fff;
  width: 25px;
  height: 23px;
  line-height: 23px;
  font-size: 13px;
}

/**
 * Single Post: Modern Dynamic Style for full-width posts
 */
.the-post-modern {
  --post-content-width: 790px;
  margin: 0 auto;
}

.the-post-modern .featured {
  margin-bottom: 40px;
}

/**
 * Single Post: Magazine
 */
.single-magazine .post-top .post-title {
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.3;
}

.single-magazine .post-top .sub-title {
  margin-top: -4px;
  margin-bottom: 16px;
  line-height: 1.4;
  font-size: 17px;
  color: #808080;
  -webkit-font-smoothing: antialiased;
}

.single-magazine .post-top .the-post-meta {
  margin-bottom: 35px;
}

.single-magazine .the-post-foot {
  margin-top: 0;
}

.single-magazine .tag-share {
  margin-top: 60px;
}

.single-magazine.the-post-modern .post-top {
  text-align: center;
}

.single-magazine.the-post-modern .post-top .cat-label {
  display: inline-block;
}

.single-magazine.the-post-modern .post-top .sub-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.single-magazine.the-post-modern .post-top .post-title {
  font-size: 38px;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 790px;
}

.single-magazine.the-post-modern .post-top .post-share-b {
  display: flex;
  justify-content: center;
}

.single-magazine.the-post-modern .post-meta {
  text-align: center;
}

.single-magazine.the-post-modern .post-share-b .show-more {
  line-height: 41px;
  height: 100%;
}

/**
 * Single Post: Creative Large 
 */
.single-creative .main {
  margin-top: 50px;
}

.single-creative .featured {
  position: relative;
  height: 663px;
}

.single-creative .featured:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  opacity: 0.3;
  pointer-events: none;
}

.single-creative .featured .image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.single-creative .featured .wp-post-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.single-creative .featured .overlay {
  position: absolute;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}

.single-creative .featured .post-meta {
  font-size: 11px;
  color: #fff;
}

.single-creative .featured .post-meta .by {
  font-style: unset;
  text-transform: unset;
}

.single-creative .featured .post-meta .category {
  padding: 0 8px;
  background: #000;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.06em;
}

.single-creative .featured .post-meta .category:last-child {
  margin-right: 0;
}

.single-creative .featured time,
.single-creative .featured .meta-item {
  color: inherit;
}

.single-creative .featured .post-title {
  margin-top: 25px;
  margin-bottom: 23px;
  color: inherit;
  font-size: 46px;
  line-height: 1.1;
}

.single-creative .featured .post-author {
  font-weight: 600;
  letter-spacing: 0.06em;
}

.single-creative .featured .post-author a {
  color: inherit;
}

.single-creative .featured .post-share {
  display: none;
}

.single-creative .has-gallery:before {
  display: none;
}

.single-creative .has-gallery:hover .slick-slide:after {
  opacity: 0;
}

.single-creative .has-gallery .overlay,
.single-creative .has-gallery .slick-slide:after {
  transition: 0.3s ease-in-out;
  will-change: opacity;
}

.single-creative .has-gallery:hover .overlay {
  opacity: 0;
  visibility: hidden;
}

.single-creative .parallax .image-link > img {
  visibility: hidden;
}

.single-creative .parallax .wp-post-image {
  transition-property: opacity;
}

/**
 * Single Post Sharing 
 */
.post-share-icons a {
  float: left;
  margin-left: 4px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  color: var(--post-share-color, var(--share-icons-color));
  font-size: 13px;
  line-height: 29px;
  text-align: center;
}

.post-share-icons a:first-child {
  margin-left: 0;
}

.post-share-icons i {
  line-height: inherit;
}

.post-share-icons .tsi-google-plus {
  padding-left: 2px;
}

.post-share-icons a:hover {
  color: var(--main-color);
}

.post-share-icons .likes-count {
  padding: 0 16px;
  width: auto;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  color: var(--main-color);
}

.post-share-icons .tsi-heart-o:before {
  content: "\f004";
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

.post-share-icons .voted {
  color: var(--post-share-color, var(--share-icons-color));
}

.post-share-icons .likes-count:after {
  display: none;
}

.post-share-icons .likes-count .number {
  font-weight: 600;
  font-size: 12px;
}

.post-share-b {
  margin-bottom: 30px;
}

.post-share-b .service {
  float: left;
  width: 240px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 2px;
  color: #fff;
  font-family: var(--ui-font);
  line-height: 40px;
  text-align: center;
  will-change: opacity;
}

.post-share-b .service:hover {
  filter: brightness(110%);
}

.post-share-b .service i {
  margin-right: 11px;
  font-size: 18px;
  line-height: inherit;
  vertical-align: middle;
}

.post-share-b .label {
  font-size: 14px;
}

.post-share-b .service:nth-child(n+3) {
  display: none;
  width: 50px;
}

.post-share-b .service:nth-child(n+3) i {
  margin: 0;
}

.post-share-b .service:nth-child(n+3) .label {
  display: none;
}

.post-share-b.all .service {
  display: block;
}

.post-share-b.all .show-more {
  display: none;
}

.post-share-b .show-more {
  float: left;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  background: #aaa;
  color: #fff;
  font-size: 16px;
}

.post-share-b .facebook {
  background: #3059b0;
}

.post-share-b .twitter {
  background: #55acef;
}

.post-share-b .gplus {
  background: #e6422e;
}

.post-share-b .pinterest {
  background: #ca2128;
}

.post-share-b .linkedin {
  background: #02669a;
}

.post-share-b .tumblr {
  background: #44546b;
}

.post-share-b .email {
  background: #19232d;
}

.post-share-float {
  position: absolute;
  margin-left: -120px;
  margin-top: 5px;
  height: 100%;
  opacity: 1;
  transition: opacity .2s ease-in;
}

.post-share-float .service {
  margin-top: -1px;
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #ebebeb;
  color: #000;
  font-size: 17px;
  justify-content: center;
  align-items: center;
}

.post-share-float .service:hover {
  background: #fafafa;
}

.post-share-float .share-text {
  display: block;
  margin-bottom: 30px;
  color: #000;
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  word-wrap: normal;
  overflow-wrap: normal;
}

.post-share-float .tsi {
  -webkit-font-smoothing: initial;
}

.post-share-float .label {
  display: none;
}

.post-share-float .facebook {
  color: #135cb6;
  --service-color-rgb: 19, 92, 182;
}

.post-share-float .twitter {
  color: #089fc5;
  --service-color-rgb: 8, 159, 197;
}

.post-share-float .gplus {
  color: #e6422e;
  --service-color-rgb: 230, 66, 46;
}

.post-share-float .pinterest {
  color: #ca2128;
  --service-color-rgb: 202, 33, 40;
}

.post-share-float .linkedin {
  color: #02669a;
  --service-color-rgb: 2, 102, 154;
}

.post-share-float .tumblr {
  color: #44546b;
  --service-color-rgb: 68, 84, 107;
}

.post-share-float .vk {
  color: #45668e;
  --service-color-rgb: 69, 102, 142;
}

.post-share-float .sticky-top .services {
  transform: translate3d(0, 50px, 0);
}

.share-float-b .service {
  margin-bottom: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  --shadow-color: rgba(var(--service-color-rgb, 0,0,0), 0.18);
  box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.05), 1px 3px 4px -1px var(--shadow-color);
  border-radius: 50%;
  font-size: 16px;
}

.share-float-b .service:hover {
  background: #fff;
  transform: translateY(-2px);
}

/**
 * Author box
 */
.author-box {
  margin-top: 55px;
  margin-bottom: -5px;
  border-top: 1px solid #ebebeb;
  text-align: center;
  font-family: var(--ui-font);
}

.author-box .image img {
  display: inline-block;
  margin-top: -65px;
  border-radius: 50%;
  border: 22px solid #fff;
}

.author-box .author > span {
  display: block;
  margin-top: -9px;
  color: var(--main-color);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.author-box .author > a {
  display: inline-block;
  margin-top: 3px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
}

.author-box .author-bio {
  margin-top: 25px;
}

.author-box .social-icons {
  margin-top: 30px;
}

.author-box .social-icons a {
  color: #c6c6c6;
  -webkit-font-smoothing: initial;
}

.author-box .social-icons a:hover {
  color: #aaa;
}

.author-box .social-icons li {
  margin-right: 11px;
}

.author-box-b {
  border: 0;
  padding: 26px 28px;
  background: #f5f5f5;
  text-align: left;
}

.author-box-b .image {
  float: left;
}

.author-box-b .image img {
  display: block;
  margin-top: 6px;
  margin-left: 3px;
  margin-right: 22px;
  border: 0;
}

.author-box-b .content {
  overflow: hidden;
}

.author-box-b .author > a {
  font-size: 20px;
}

.author-box-b .author-bio {
  margin-top: 9px;
  margin-bottom: 0;
}

.author-box-b .social-icons {
  margin-top: 10px;
  margin-bottom: -2px;
}

/**
 * Comments list
 */
.comments-area .section-head .number {
  color: var(--main-color);
}

.comments-area .no-comments {
  margin-top: 25px;
}

.comments-list {
  position: relative;
}

.comments-list > .comment,
.comments-list > li {
  padding: 50px 0px;
  border-bottom: 1px solid #f2f2f2;
}

.comments-list .pingback {
  padding: 30px 50px;
}

.comments-list .pingback p {
  margin: 0;
}

.comments-list .comment-avatar {
  float: left;
  margin-right: 22px;
}

.comments-list .comment-avatar img {
  border-radius: 50%;
}

.comments-list .comment-content {
  overflow: hidden;
  font-family: var(--ui-font);
}

.comments-list .comment-meta {
  overflow: hidden;
  vertical-align: top;
}

.comments-list .comment-author {
  display: block;
  margin-top: 4px;
  margin-bottom: 3px;
  color: #161616;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.comments-list .bypostauthor .post-author {
  display: inline-block;
  padding: 5px 7px;
  margin-top: -3px;
  margin-left: 10px;
  vertical-align: top;
  border-radius: 2px;
  background: var(--main-color);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.comments-list .comment-time,
.comments-list .comment .edit-link {
  color: #b4b4b4;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comments-list .comment-reply-link {
  float: right;
  margin-top: -22px;
  color: var(--main-color);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comments-list .comment-reply-link:before {
  content: "\f112";
  display: inline-block;
  margin-right: 6px;
  color: #b4b4b4;
  font-family: ts-icons;
  font-size: 7px;
}

.comments-list .comment-text {
  margin-top: 6px;
}

.comments-list .comment .children {
  margin-top: 50px;
}

.comments-list .comment p:last-child {
  margin-bottom: 0;
}

.comments-list .children li.comment {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 50px;
  border-top: 1px solid #f2f2f2;
}

.comments-list .children .comment:before,
.comments-list .children .comment:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0px;
  height: 65px;
  width: 1px;
  background: #f2f2f2;
}

.comments-list .children .comment:after {
  top: 90px;
  width: 18px;
  height: 1px;
}

.bypostauthor > .comment .comment-avatar img {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--main-color);
}

.comments-list > .comment:last-child {
  border: 0;
  padding-bottom: 10px;
}

.comment-nav {
  margin: 0 -50px;
  padding: 35px 60px;
  border-top: 1px solid #efefef;
}

/**
 * Comment Form
 */
.comment-respond .section-head {
  display: block;
}

.comment-form {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  /* 3 fields side by side */
}

.comment-form > * {
  width: 100%;
}

.comment-form .required {
  color: #efa4a4;
}

.comment-form .fields > div {
  padding: 0 13px;
  margin-bottom: 25px;
}

.comment-form .reply-field {
  margin-bottom: 25px;
}

.comment-form .inline-field {
  flex: 1 1 30%;
  width: 33.3333%;
  margin-left: 13px;
  margin-bottom: 25px;
  font-size: 13px;
  color: #c0c0c0;
  box-sizing: border-box;
}

.comment-form input[type=checkbox] {
  vertical-align: middle;
  margin-top: -3px;
  padding: 0;
  border: 1px solid #e5e5e5;
  color: var(--main-color);
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.comment-form input[type=checkbox]:checked:before {
  content: "\2713";
  display: inline-block;
  color: currentColor;
  line-height: 15px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  vertical-align: text-top;
}

.comment-form input[type=checkbox] + label {
  margin-left: 7px;
}

.comment-form label {
  color: #505050;
  -webkit-font-smoothing: antialiased;
}

.comment-form .inline-field:first-child {
  margin-left: 0;
}

.comment-form .inline-field input {
  width: 100%;
  color: inherit;
}

.comment-form textarea {
  display: block;
  padding: 18px 14px;
  color: #c0c0c0;
  box-sizing: border-box;
}

.comment-form .inline-field input:focus,
.comment-form textarea:focus {
  color: #777;
}

.comment-form .form-submit {
  display: block;
  margin: 0;
}

.comment-form .submit {
  display: inline-block;
}

.comments-list .wprm-comment-rating {
  margin-bottom: 15px;
}

.wprm-rating-stars {
  margin-left: 10px;
}

.comment-form-wprm-rating {
  font-weight: 600;
}

/* Nested respone form */
.children .comment-form {
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  position: relative;
  float: right;
  margin-top: -27px;
  background: #fff;
  padding-left: 22px;
  color: #b4b4b4;
  font-size: 0;
}

#cancel-comment-reply-link:before {
  content: "\f00d";
  font-family: ts-icons;
  font-size: 13px;
}

.comment-respond .comment-subscription-form {
  margin-top: -12px;
}

.comment-respond .comment-subscription-form .subscribe-label {
  margin-left: 7px;
}

.comment-subscription-form input[type=checkbox] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 16px !important;
}

/**
 * Related Posts
 */
.related-posts .posts {
  margin-bottom: -25px;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}

.related-posts .post {
  margin-bottom: 25px;
}

.related-posts .post:nth-child(3n+1) {
  clear: both;
}

.related-posts .image-link .image-link {
  display: block;
}

.related-posts .post-title {
  display: block;
  margin-top: 4px;
  margin-bottom: 7px;
  font-size: var(--related-posts-title);
}

.related-posts .post-title em {
  font-style: normal;
  font-weight: inherit;
}

.related-posts .post-meta {
  margin-bottom: 15px;
}

.related-posts.grid-2 .post:nth-child(3n+1) {
  clear: none;
}

.related-posts.grid-2 .post:nth-child(2n+1) {
  clear: both;
}

.related-posts.grid-2 .post {
  width: 50%;
}

.related-posts.grid-2 .post-title {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 10%;
  font-size: var(--related-posts-2-title);
}

.related-posts.grid-2 .post-meta {
  font-size: 11px;
}

/**
 * Post next/prev navigation
 */
.post-nav {
  display: none;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #efefef;
}

.post-nav .post {
  position: relative;
  display: flex;
  width: 50%;
  padding-right: 25px;
}

.post-nav .post.next {
  padding: 0;
  padding-left: 25px;
}

.post-nav .common-heading {
  display: block;
  font-size: 12px;
}

.post-nav .label {
  display: block;
  margin-bottom: 16px;
  font-family: var(--ui-font);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.post-nav .content {
  display: flex;
  flex: 1;
  box-sizing: border-box;
}

.post-nav .next .content {
  text-align: right;
  justify-content: flex-end;
}

.post-nav .image-link {
  flex: 0 0 auto;
  margin-right: 20px;
}

.post-nav .next .image-link {
  order: 2;
  margin: 0;
  margin-left: 20px;
}

.post-nav .wp-post-image {
  display: block;
  width: 100px;
  height: 86px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.post-nav .post-meta {
  margin: 0;
}

.post-nav .post-meta .post-title {
  margin: 0;
}

.post-nav .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-nav .post-title {
  font-size: 15px;
  line-height: 1.4;
}

.post-nav .meta-below {
  display: none;
}

.post-nav .nav-icon {
  display: none;
}

.post-nav-inline {
  display: flex;
}

.post-nav-inline .previous + .next:before {
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  height: 80%;
  border-left: 1px solid #efefef;
}

.post-nav-float {
  display: flex;
  margin: 0;
  border: 0;
  padding: 0;
}

.post-nav-float .post {
  display: flex;
  position: fixed;
  width: auto;
  z-index: 1;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  margin-top: -57px;
  pointer-events: none;
}

.post-nav-float .post:hover .content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.post-nav-float .post.next {
  left: auto;
  right: 0;
}

.post-nav-float .post.active {
  opacity: 1;
  visibility: visible;
}

.post-nav-float .content {
  width: 355px;
  height: 112px;
  padding: 22px;
  margin-left: -1px;
  align-items: center;
  border: 1px solid #ebebeb;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.02);
  opacity: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
  pointer-events: auto;
}

.post-nav-float .next .content {
  margin-right: -1px;
  transform: translateX(100%);
}

.post-nav-float .wp-post-image {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.post-nav-float .label {
  display: none;
}

.post-nav-float .meta-below {
  display: block;
  margin-top: 8px;
}

.post-nav-float .nav-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 110px;
  border: 1px solid #ebebeb;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.02);
  background: #f6f6f6;
  color: #000;
  font-size: 18px;
  line-height: 112px;
  text-align: center;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transform: translateX(-34px);
  transition: none;
}

.post-nav-float .next .nav-icon {
  order: 2;
  transform: translateX(34px);
}

.post-nav-float .active .nav-icon {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}

/**
 * 6. =Singular & Other Pages
 * ----------------------------------------------------------------------------
 */
/**
 * Single Page 
 */
.the-page .the-page-title {
  --post-title-size: var(--single-title-size);
  margin-bottom: 28px;
}

.the-page .featured .wp-post-image {
  margin-top: 0;border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.page-404 .post-title-alt {
  text-align: center;
  margin-bottom: 55px;
}

.page-404 .text-404 {
  font-size: 105px;
  line-height: 1;
  margin-top: -20px;
  text-align: center;
}

.page-404 .search-field {
  width: 300px;
}

.blocks > .widget-cta {
  margin-top: -15px;
  margin-bottom: 50px;
}

.blocks > .widget-cta .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blocks > .widget-cta .cta-box {
  width: 33.33333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.blocks > .widget-cta img {
  transition: transform 0.5s ease-in;
  will-change: transform;
}

.blocks > .widget-cta img:hover {
  transform: scale(1.05, 1.05);
}

.blocks > .widget-cta a {
  position: relative;
  overflow: hidden;
}

.blocks > .widget-cta a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.6s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.blocks > .widget-cta a:hover:after {
  opacity: 1;
}

.block .main-pagination {
  margin-top: 65px;
}

.block .block-content.loading {
  position: relative;
}

.block .block-content.loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
}

/**
 * 7. =Main Sidebar
 * ----------------------------------------------------------------------------
 */
/**
 * Sidebar
 */
.main .sidebar {
  padding-left: 15px;
}
.single-post .main.wrap {
   max-width: 1218px;
}
.sidebar .widget {
  margin-bottom: 45px;
}

.block-head-widget {
  --block-head-bw: 1px;
}

.widget-title:not(.has-style),
.block-head-widget {
  margin-bottom: 35px;
  padding: 0 18px;
  border: var(--block-head-bw) solid var(--block-head-bc, #ebebeb);
  box-sizing: border-box;
  font-family: var(--h-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.widget-boxed {
  border: 1px solid #ebebeb;
  padding: var(--widget-boxed-pad, 30px);
  --n-margin: calc(-1 * var(--widget-boxed-pad) - 1px);
  background: #fff;
}

.widget-boxed .block-head-widget {
  margin-left: var(--n-margin);
  margin-top: var(--n-margin);
  margin-right: var(--n-margin);
}

.widget-boxed .block-head-c {
  margin-top: calc(var(--n-margin) - 0.52em);
  justify-content: center;
  font-size: 17px;
}

.widget-boxed .block-head-c .title {
  padding: 0 22px;
  background: #fff;
  line-height: 1;
}

.widget-boxed.widget-slider, .widget-boxed.widget-cta, .widget-boxed.widget-a-wrap {
  padding: 0;
  border: 0;
}

.widget-boxed.widget-slider .block-head-widget, .widget-boxed.widget-cta .block-head-widget, .widget-boxed.widget-a-wrap .block-head-widget {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}


/**
 * 8. =Footer
 * ----------------------------------------------------------------------------
 */
/**
 * Main Footer
 */
.main-footer {
  *background: #f7f7f7;
}

.main-footer .bg-wrap {
  position: relative;
  overflow: hidden;
}

.main-footer .bg-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.upper-footer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 31px;
}

.upper-footer .ts-row {
  margin: 0 0px;
}

.upper-footer .widgets {
  display: flex;
  flex-wrap: wrap;
}

.upper-footer .widget {
  padding: 0 12px;
  margin-bottom:0px;
}

.upper-footer .widget-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  padding-bottom: 0px;
  margin-bottom: 18px;
  border-bottom: none;
  color: #333 !important;
}

.upper-footer .widget-about .about-text {
  font-size: 14px;
}

.upper-footer .widget-posts .excerpt > p {
  color: #333;
}

/* Dark Widgets */
.main-footer.dark {
  background: #020202;
}

.main-footer.dark a {
  color: #ddd;
}

.main-footer.dark a:hover {
  color: #fff;
}

.main-footer.dark .widget {
  color: #989898;
}

.main-footer.dark .post-title,
.main-footer.dark .product-title {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.main-footer.dark .post-title a,
.main-footer.dark .product-title a {
  color: inherit;
}

.main-footer.dark .date-link {
  color: inherit;
}

.main-footer.dark .date-link:hover {
  color: inherit;
}

.main-footer.dark .about-text {
  color: inherit;
}

.main-footer.dark .textwidget,
.main-footer.dark .text {
  color: inherit;
}

.main-footer.dark .widget-title {
  border-bottom: 0;
  color: #fff;
  font-weight: 700;
}

.main-footer.dark .social-btn {
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer.dark .lower-footer {
  padding: 0;
}

.main-footer.dark .lower-footer > .wrap {
  padding: 30px 0;
  
  text-align: center;
}

.main-footer.dark .copyright a {
  color: #ddd;
}

.main-footer.dark .copyright a:hover {
  color: #fff;
}

.main-footer.dark .back-to-top {
  display: inline-block;
  color: #989898;
  font-size: 12px;
  font-family: var(--ui-font);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-footer.dark .back-to-top:hover {
  color: #b4b4b4;
}

.main-footer.dark .back-to-top i {
  font-size: 13px;
  color: #b4b4b4;
}

.main-footer.dark .social-strip {
  background: #1e1e1e;
}

.main-footer.dark .social-link {
  color: #fff;
}

.main-footer.dark .social-link:hover {
  color: var(--main-color);
}

.main-footer.dark .widget_links li,
.main-footer.dark .widget_links li > ul,
.main-footer.dark .widget_meta li,
.main-footer.dark .widget_meta li > ul,
.main-footer.dark .widget_recent_comments li,
.main-footer.dark .widget_recent_comments li > ul,
.main-footer.dark .widget_recent_entries li,
.main-footer.dark .widget_recent_entries li > ul,
.main-footer.dark .widget_rss li,
.main-footer.dark .widget_rss li > ul,
.main-footer.dark .widget_pages li,
.main-footer.dark .widget_pages li > ul,
.main-footer.dark .widget_nav_menu li,
.main-footer.dark .widget_nav_menu li > ul,
.main-footer.dark .widget_categories li,
.main-footer.dark .widget_categories li > ul,
.main-footer.dark .widget_product_categories li,
.main-footer.dark .widget_product_categories li > ul,
.main-footer.dark .widget_archive li,
.main-footer.dark .widget_archive li > ul {
  border-color: rgba(255, 255, 255, 0.19);
}

.main-footer.dark .widget_calendar thead {
  border-color: rgba(255, 255, 255, 0.19);
}

/* Instagram Footer */
.mid-footer {
  position: relative;
  --mf-insta-cols: 7;
  --mf-insta-rows: 1;
}

.mid-footer .spc-insta-media {
  display: flex;
}

.mid-footer .spc-insta-item {
  flex: 1;
}

@supports (display: grid) {
  .mid-footer .spc-insta-media {
    
    display: grid;
    grid-template-columns: repeat(var(--mf-insta-cols), 1fr);
    grid-template-rows: repeat(var(--mf-insta-rows), 1fr);
    grid-auto-rows: 0;
    overflow-y: hidden;
  }
  .mid-footer .spc-insta-item {
    position: relative;
  }
}

.mid-footer .spc-insta-image {
  transition: opacity 0.3s;
  will-change: opacity;
  -webkit-filter: blur(0);
}

.mid-footer li a:hover img {
  opacity: 0.9;
}

.mid-footer .spc-insta-link {
  margin: 0;
}

.mid-footer .spc-insta-link a {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  padding: 0 18px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  background: #fff;
  color: var(--black-color);
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 35px;
  transition: none;
}

.mid-footer .spc-insta-link a:hover {
  color: #222;
}

.mid-footer .tsi-instagram {
  font-size: 15px;
  margin-right: 6px;
}

.mid-footer .tsi-instagram:before {
  width: auto;
  display: inline;
}

/* Lower Footer - Copyright message & back to top */
.lower-footer {
  position: relative;
  padding: 30px 0;
  color: #999;
  font-size: 12px;
}

.lower-footer .copyright {
  float: left;
  *max-width: 80%;
  *max-width: calc(100% - 150px);
  *margin-right: 200px; width: 100%;
  margin-bottom: 0;
}

.lower-footer .copyright a {
  color: #717171;
}

.lower-footer a:hover {
  color: #161616;
}
a hover-346:hover{color:#333}
.lower-footer .to-top {
  float: right;    position: absolute;
    right: 2%;
    bottom: 14px;
}

.lower-footer .wrap{ display: table;  }

.lower-footer .to-top a{    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100px; text-align:center;
    font-size: 0;    line-height: 48px;}
.lower-footer .to-top a:hover{  background: rgba(0, 0, 0, 0.7);}
.lower-footer .to-top a i:hover{ top:5px}

.lower-footer .to-top a i{ font-size: 25px;}


.back-to-top {
  display: block;
  letter-spacing: var(--text-tracking);
  color: #999;
}

.back-to-top i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 2px;
  font-size: 14px;
}

/**
 * Alternate high contrast footer 
 */
.contrast .lower-footer {
  padding: 0;
  background: #161616;
}

.contrast .lower-footer .bottom {
  padding: 32px 0;
}

.contrast .lower-footer .copyright {
  margin-right: 50px;
  max-width: 50%;
}

.contrast .lower-footer a:hover {
  color: #fff;
}

.contrast .mid-footer {
  background: #161616;
}

.footer-logo {
  padding: 55px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
}

.lower-footer .social-icons {
  float: right;
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.lower-footer .social-icons li:last-child .social-link:after {
  display: none;
}

.lower-footer .social-icons .tsi {
  margin-right: 6px;
  color: var(--main-color);
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.lower-footer .social-icons .label {
  font-size: 11px;
}

.lower-footer .social-link {
  color: #fafafa;
}

.lower-footer .social-link:after {
  content: "/";
  margin-left: 18px;
  margin-right: 4px;
  font-size: 10px;
  font-weight: 400;
  color: #b4b4b4;
  -webkit-font-smoothing: antialiased;
}

.lower-footer .social-link:hover {
  opacity: 0.9;
}

.main-footer .social-strip {
  position: relative;
  padding: 24px 0;
  text-align: center;
}

.main-footer .social-strip li {
  margin-right: 48px;
}

.main-footer .social-strip li:last-child {
  margin-right: 0;
}

.main-footer .social-strip .social-link {
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.main-footer .social-strip .label {
  display: inline-block;
  margin-left: 7px;
}

.main-footer .social-strip .tsi {
  font-size: 13px;
}

/**
 * Alternate light footer
 */
.main-footer.alt {
  background: #fff;
}

.main-footer.alt .upper-footer {
  padding-top: 75px;
  padding-bottom: 80px;
}

.main-footer.alt .lower-footer {
  padding: 0;
}

.main-footer.alt .lower-footer > .wrap {
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
}

.main-footer.alt .social-icons {
  line-height: 1.7;
}

.main-footer.alt .social-icons .label {
  color: #a2a2a2;
}

.main-footer.alt .social-link:after {
  color: #ebebeb;
}

/**
 * Stylish Dark footer
 */
.main-footer.stylish {
  background: #020202;
}

.main-footer.stylish .upper-footer {
  padding-top: 75px;
  padding-bottom: 80px;
}

.main-footer.stylish .widget-title {
  color: #8d8d8d;
  position: relative;
}

.main-footer.stylish .widget-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.main-footer.stylish .footer-logo {
  border: 0;
  margin-top: -20px;
  padding: 42px 0;
}

.main-footer.stylish .copyright {
  float: none;
  margin-right: 0;
  max-width: initial;
  color: #999;
}

.main-footer.stylish .copyright a {
  color: #b4b4b4;
}

.main-footer.stylish .copyright a:hover {
  color: inherit;
  color: #ccc;
}

.main-footer.stylish .to-top {
  margin-top: 40px;
  float: none;
}

.main-footer.stylish-b .social-strip {
  background: transparent;
  padding: 32px 0;
  padding-top: 25px;
}

/**
 * Magazine/Classic Footer
 */
.main-footer.classic {
  background: #1d1d1d;
}

.main-footer.classic .widget-title {
  margin-bottom: 37px;
  padding-bottom: 0;
  font-size: 17px;
}

.main-footer.classic .lower-footer > .wrap {
  border-color: rgba(255, 255, 255, 0.12);
}

.main-footer.classic .upper-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-footer.classic .lower-footer {
  color: #7a7a7a;
}

/**
 * Bold Footer
 */
.main-footer.bold .upper-footer {
  padding-top: 75px;
  padding-bottom: 80px;
}

.main-footer.bold .widget-title {
  padding-bottom: 0;
  font-size: 19px;
  text-transform: none;
  font-weight: 600;
}

.main-footer.bold .lower-footer > .wrap {
  border: 0;
  padding: 60px 35px;
  text-align: center;
}

.main-footer.bold .links {
  margin-bottom: 26px;
}

.main-footer.bold .links .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-footer.bold .links .menu-item {
  margin-bottom: 11px;
  margin-right: 35px;
  font-family: var(--ui-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.main-footer.bold .links .menu-item:last-child {
  margin-right: 0;
}

.main-footer.bold .footer-logo {
  border: 0;
  margin-top: -20px;
  padding: 42px 0;
}

.main-footer.bold .lower-footer .social-icons {
  float: none;
  margin-bottom: 38px;
}

.main-footer.bold .lower-footer .social-icons .label {
  display: none;
}

.main-footer.bold .lower-footer .social-icons .tsi {
  margin-right: 0;
  margin-top: 1px;
  color: #fff;
  font-size: 19px;
  line-height: inherit;
}

.main-footer.bold .lower-footer .social-link {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
}

.main-footer.bold .lower-footer .social-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.main-footer.bold .lower-footer .social-link:after {
  display: none;
}

.main-footer.bold .copyright {
  float: none;
  margin-right: 0;
  margin-bottom: 34px;
  max-width: initial;
  color: #666;
  font-family: var(--ui-font);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-footer.bold .copyright a {
  color: #b4b4b4;
}

.main-footer.bold .copyright a:hover {
  color: inherit;
  color: #ccc;
}

.main-footer.bold .to-top {
  float: none;
}

.main-footer.bold .to-top i {
  color: #666;
}

.main-footer.bold .back-to-top {
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
}

.main-footer.bold-light .lower-footer {
  padding: 0;
}

.main-footer.bold-light .lower-footer > .wrap {
  padding: 50px 35px;
  padding-top: 55px;
}

.main-footer.bold-light .lower-footer .social-link {
  background: #000;
}

.main-footer.bold-light .lower-footer .social-link:hover {
  background: #000;
  opacity: 0.8;
}

.main-footer.bold-light .widget-title {
  padding-bottom: 11px;
}

.main-footer.bold-light .links a:hover {
  opacity: 0.75;
}

.main-footer.bold-light .copyright {
  color: #616161;
}

.main-footer.bold-light .copyright a {
  color: #161616;
}

.main-footer.bold-light .copyright a:hover {
  color: inherit;
}

.main-footer.bold-light .back-to-top:hover {
  color: #161616;
}

/**
 * 9. =Category Listings/Archives
 * ----------------------------------------------------------------------------
 */
/**
 * Archives page
 */
.archive-head {
    position: relative;
    padding: 45px 0;
    border: none;
    background: transparent;
    font-family: var(--ui-font);
    text-align: left;
    text-transform: capitalize;
    overflow: hidden;
    border-bottom: 2px solid #000;
    max-width: 1168px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.archive-head .sub-title {
  display: block;
  z-index: 2;
  color: var(--main-color);
  font-size: 10px;
  letter-spacing: 0.09em;
  line-height: 1;
  font-weight: 600;
}

.archive-head .title {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.archive-head .background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #b4b4b4;
  opacity: 0.042;
  font-size: 126px;
  line-height: 1.45;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  pointer-events: none; display:none;
}

.archive-head .description {
  margin-top: 30px;
  font-family: var(--text-font);
  text-transform: none;
  text-align: center;
  width: 900px;
}

.archive-head .description p {
  margin-bottom: 10px;
}

.archive-head .description > :last-child {
  margin-bottom: 0;
}

.archive-head .description:empty {
  display: none;
}

.archive-head .breadcrumbs {
  margin-top: 22px;
  margin-bottom: -15px;
}

.archive-head .breadcrumbs .inner {
  justify-content: center;
}

.archive .the-wrap.head {
  margin-bottom: 0;
}
.breadcrumbs a.f-098 {
    color: #f47040;
}
.breadcrumbs .f-sub98{color: #000;}
.widget-a-wrap + .archive-head {
  background: #fff;
}

.widget-a-wrap + .archive-head .background {
  display: none;
}

/**
 * Post Listings Containers
 */
/* One Plus Two Posts */
.posts-dynamic {
  margin-bottom: -60px;
}

.posts-dynamic .large-post,
.posts-dynamic .overlay-post {
  margin-bottom: 60px;
}

.posts-dynamic .post-thumb {
  position: relative;
}

.posts-dynamic > .col-12 {
  float: none;
}

.posts-dynamic .grid-post {
  margin-bottom: 60px;
}

.posts-dynamic .posts-wrap {
  display: flex;
  flex-flow: row wrap;
}

.posts-dynamic .posts-wrap .col-6,
.posts-dynamic .posts-wrap .col-4 {
  float: none;
}

.posts-dynamic.has-grid-eq .column {
  display: flex;
}

.posts-dynamic.has-grid-eq .column > .post {
  flex: 1;
}

/* Large and Overlay Posts */
.posts-large:last-child,
.posts-overlay:last-child {
  margin-bottom: 0;
}

/* List Posts */
.posts-list > :last-child .list-post,
.posts-dynamic.list .posts-wrap:last-child > :last-child .list-post {
  margin-bottom: 60px;
}

.posts-dynamic.list > .large + .posts-wrap {
  margin-top: -10px;
}

.cat-label {
  position: inherit;
  bottom: 0;
  left: 0;
  
}

.cat-label a {
  display: inline-flex;
  vertical-align: bottom;
  background: transparent ;
  flex-shrink: 0;

  margin-right: 5px;
  padding: 0 7px;
  color: #000;
  font-family: var(--ui-font);
      font-size: 12px;
    font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}

.grid-post.has-post-thumbnail .post-meta-c .meta-above{ display:none;}

.cat-label a:hover {
  background: transparent;
  color: #000;
}

.cat-label a:last-child {
  margin-right: 0;
}

.cat-label a:hover {
  background: var(--main-color);
}

.cat-label.color a {
    background: transparent;
    color: var(--text-color);
    font-size: 14px;
}

.cat-label.color a:hover {
  background: none;
}

.post-thumb:hover .cat-label a {
  background: transparent;
  color: #000;
}

/* Post Formats */
.format-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  width: 58px;
  height: 58px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 22px;
  line-height: 55px;
  text-align: center;
}

.format-icon > .icon {
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
  vertical-align: baseline;
  vertical-align: initial;
}

.format-video > .tsi {
  margin-top: -1px;
  margin-left: 4px;
}

/* Read More */
.read-more-btn {
  padding: var(--rmore-btn-pad, 11px 16px);
  border: 1px solid #ff7007;
  background: #ff7007;
  color: #fff !important;
  font-family: var(--ui-font);
  font-size: var(--rmore-btn-fs);
  line-height: 1;
  letter-spacing: var(--rmore-btn-ls, 0.1em);
  font-weight: 500;
  text-transform: uppercase;
}

.read-more-btn:hover {
  background: #161616;
  border-color: #161616;
  color: #fff;
}

.read-more-basic {
  border-bottom: 1px solid #efefef;
  color: var(--main-color);
  font-weight: 600;
  font-size: 14px;
}

.read-more-basic:hover {
  opacity: 0.8;
}

/**
 * 10. =Components & Common Classes
 * ----------------------------------------------------------------------------
 */
/**
 * 2. =Components & Common Classes
 * ----------------------------------------------------------------------------
 */
/* Default text element */
.text {
  font-family: var(--text-font);
  font-size: var(--text-size);
  letter-spacing: var(--text-tracking);
  line-height: var(--text-lh);
  color: var(--text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Section heading */
.section-head {
  position: relative;
  margin-top: 55px;
  text-align: center;
  font-family: var(--ui-font);
  font-size: 0;
  line-height: 28px;
}

.section-head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}

.section-head .title {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  z-index: 1;
  background: #fff;
  text-transform: uppercase;
  font-size: var(--section-head-size, 13px);
  font-weight: 600;
  letter-spacing: var(--section-head-ls, 0.075em);
  vertical-align: middle;
}

/* Common Post Titles */
.post-title-alt {
  position: relative;
  margin-top: 9px;
  margin-bottom: 22px;
  font-family: var(--title-font);
  font-size: var(--post-title-size);
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}

.post-title-alt a {
  color: inherit;
}

.post-title {
  font-family: var(--h-font);
  font-size: var(--post-title-size);
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}

.post-title a {
  color: inherit;
}

.post-title a:hover,
a.post-title:hover,
.post-title-alt a:hover {
  opacity: 1;
}

.post-title:hover:after {
  width: 50px;
}

/* Home Blog Blocks Common */
.blocks .block {
  /*margin-bottom: 65px;*/
	margin-bottom: 0px !important;
}

.block-head {
  font-family: var(--h-font);
  color: var(--black-800);
}

.block-head .title {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.block-head .view-all {
  font-weight: initial;
  line-height: 1.866;
}

.block-head-legacy {
  --block-head-bc: #ebebeb;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 0;
}

.block-head-legacy:before, .block-head-legacy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 100%;
  height: 1px;
  background: var(--block-head-bc);
}

.block-head-legacy:after {
  margin-top: 0;
}

.block-head-legacy .title {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  z-index: 1;
  height: 22px;
  vertical-align: middle;
  background: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.block-head-legacy .title:before,
.block-head-legacy .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  top: calc(50% - 7px);
  width: 1px;
  height: 12px;
  background: var(--block-head-bc);
}

.block-head-legacy .title:after {
  right: 0;
  left: auto;
}

/* Home Blocks: Magazine Style */
.block-head-b {
  --block-head-bc: #e7e7e7;
  margin-bottom: 35px;
  border-bottom: var(--block-head-bw) solid var(--block-head-bc);
  text-align: left;
  letter-spacing: 0.02em;
}

.block-head-b > span,
.block-head-b .title {
  display: inline-block;
  margin-bottom: -1px;
  padding: 0 1px;
  padding-bottom: var(--sep-distance, 10px);
  border-bottom: var(--block-head-bw) solid var(--main-color);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.block-head-b .view-all {
  float: right;
  margin-top: 2px;
  padding: 0 3px;
  color: #b6b6b6;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 28px;
}

.block-head-b .view-all:hover {
  color: #333;
}

.block-head-c {
  display: flex;
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: 700;
}

.block-head-c .title {
  line-height: 1.2;
}

.block-head-c .view-all {
  margin-left: auto;
  color: #9e9e9e;
  font-size: 12px;
  align-self: center;
}

.block-head-c .view-all:hover {
  color: #333;
}

.block-head-d {
  --block-head-bc: var(--main-color);
  --block-head-bw: 0px;
  --sep-distance: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.block-head-d .title:after {
  content: "";
  display: none;
  margin: 0 auto;
  margin-top: var(--sep-distance);
  width: 28px;
  height: var(--block-head-bw);
  background: var(--block-head-bc);
}

/* Image hover effect */
.wp-post-image,
.post-content img {
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.wp-post-image:hover,
.post-content img:hover {
  opacity: 1;
}

/* Lazy Load */
.lazyload,
.lazyloading {
  background-color: #ddd;
  opacity: 0.1 !important;
  transition: opacity .3s;
}

.lazyloaded {
  opacity: 1;
}

.wpcf7 p {
  font-size: 0.9em;
  font-style: italic;
  color: #999;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.9em;
  color: #d24c4c;
  margin-top: 7px;
}

/* Small Post for Blocks */
.small-post {
  display: flex;
  margin-bottom: 25px;
}

.small-post:last-child {
  margin-bottom: 0;
}

.small-post .post-thumb {
  width: 110px;
  margin-right: 22px;
  flex-shrink: 0;
}

.small-post .post-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: var(--title-size-xs);
  line-height: 1.6;
}

.small-post .post-meta {
  margin-top: 8px;
  margin-bottom: 0;
}

.small-post .post-meta .meta-sep, .yoen .post-meta .meta-sep {
  display: none;
}



.small-post .post-meta .post-cat {
  margin-right: 10px;
}

.small-post .content {
  margin-top: 2px;
  overflow: hidden;
}

.pinit-btn {
  display: none;
  position: absolute;
  border-radius: 2px;
  width: auto !important;
  height: auto !important;
  margin-left: 5px !important;
  margin-top: 5px !important;
  padding: 9px 12px !important;
  z-index: 1;
  background: #ff1616 !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.pinit-btn i {
  font-size: 22px;
}

.pinit-btn .label {
  font-weight: 600;
  margin-left: 10px;
  margin-right: 2px;
}

.pinit-btn.show {
  display: flex;
  align-items: center;
  animation: 0.45s fade-in ease-in-out;
}

.ar-cheerup-main {
  padding-bottom: 66.88312%;
}

.ar-cheerup-main-full {
  padding-bottom: 43.4188%;
}

.ar-cheerup-slider-alt {
  padding-bottom: 43.4188%;
}

.ar-cheerup-slider-trendy {
  padding-bottom: 52.91667%;
}

.ar-cheerup-slider-stylish {
  padding-bottom: 57.22222%;
}

.ar-cheerup-slider-grid {
  padding-bottom: 68.96552%;
}

.ar-cheerup-slider-grid-sm {
  padding-bottom: 100%;
}

.ar-cheerup-slider-carousel {
  padding-bottom: 100%;
}

.ar-cheerup-slider-grid-b {
  padding-bottom: 84.11552%;
}

.ar-cheerup-slider-grid-b-sm {
  padding-bottom: 152.28758%;
}

.ar-cheerup-slider-bold-sm {
  padding-bottom: 100%;
}

.ar-cheerup-grid {
  padding-bottom: 75.13514%;
}

.ar-cheerup-carousel {
  padding-bottom: 82.43243%;
}

.ar-cheerup-carousel-b {
  padding-bottom: 77.02703%;
}

.ar-cheerup-list {
  padding-bottom: 76.92308%;
}

.ar-cheerup-list-full {
  padding-bottom: 76.96203%;
}

.ar-cheerup-list-b {
  padding-bottom: 82.43243%;
}

.ar-cheerup-list-b-full {
  padding-bottom: 82.44444%;
}

.ar-cheerup-thumb {
  padding-bottom: 77.01149%;
}

.ar-cheerup-thumb-alt {
  padding-bottom: 100%;
}

.ar-cheerup-widget-slider {
  padding-bottom: 117.64706%;
}

.ar-cheerup-small-post {
  padding-bottom: 75.45455%;
}

/* Generic Social Sharing and Icons */
.social-share, .social-icons {
  font-size: 0;
}

.social-share li, .social-icons li {
  display: inline-block;
  font-size: var(--share-icons-size, 14px);
  margin-right: 14px;
}

.social-share a, .social-icons a {
  color: var(--share-icons-color);
}

.social-share li:last-child, .social-icons li:last-child {
  margin-right: 0;
}

.social-share a:hover, .social-icons a:hover {
  color: var(--main-color);
}

.likes-count.tsi {
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

.likes-count .number {
  margin-left: 5px;
  font-family: var(--ui-font);
  font-size: 12px;
  font-weight: 500;
}

.likes-count:after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 1px;
  margin: 0 22px;
  margin-right: 7px;
  background: #ebebeb;
  transform: translateY(1px);
}

.likes-count.voted {
  cursor: default;
}

.likes-count.voted:before {
  content: "\f004";
}

.likes-count.animate {
  animation: 0.4s pulse ease-in;
}

/**
 * Common Post Meta
 */
.post-meta {
  margin-bottom: var(--post-meta-mb, initial);
  color: #b4b4b4;
  font-family: var(--ui-font);
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-meta.has-below {
  margin-bottom: var(--pm-h-below-mb, var(--post-meta-mb));
}

.post-meta .post-cat {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.post-meta .post-cat > a {
  color: var(--main-color);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.post-meta .post-cat > a:hover {
  opacity: 0.8;
}

.post-meta .post-cat a + a:before {
  content: "\2022";
  display: inline-flex;
  padding: 0 6px;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1;
}

.post-meta .text-in {
  margin-right: 6px;
  align-self: flex-end;
  font-family: var(--text-font);
  font-style: italic;
  text-transform: lowercase;
}

.post-meta .meta-item,
.post-meta .comments,
.post-meta time {
  font-weight: 400;
  letter-spacing: 0.06em;
}

.post-meta .date-link {
  color: inherit;
}

.post-meta .meta-sep {
  padding: 0 2px;
}

.post-meta .meta-sep:before {
  content: "-";
  padding: 0 3px;
}

.post-meta .meta-sep:first-child, .post-meta .meta-sep:last-child {
  display: none;
}

.post-meta .comments {
  color: var(--black-color);
}

.post-meta .comments a {
  color: inherit;
}

.post-meta .comments a:hover {
  opacity: 0.9;
}

.post-meta .post-author > a {
  color: var(--black-color);
  font-weight: 500;
}

.post-meta .post-author > a:hover {
  opacity: .9;
}

.post-meta .by {
  font-style: italic;
  text-transform: lowercase;
}

.post-meta .post-title-alt {
  margin: 14px 0;
  padding: 0 var(--pm-title-a-pad, 0);
}

.post-meta .post-title {
  margin: 15px 0;
  padding: 0 var(--pm-title-pad, 0);
}

.post-meta .cat-labels {
  display: block;
  margin-bottom: -5px;
}

.post-meta .cat-labels .text-in {
  display: none;
}

.post-meta .cat-labels .category {
  display: inline-flex;
  margin-bottom: 5px;
  background: var(--main-color);
  margin-right: 5px;
  padding: 0 7px;
  color: #fff;
  font-family: var(--ui-font);
      font-size: 12px;
    font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}

.post-meta .cat-labels .category:hover {
  background: #000;
  color: #fff;
}

.post-meta .cat-labels .category:last-child {
  margin-right: 0;
}

.post-meta .meta-above {
  margin-bottom: -1px;
}

.post-meta .meta-above > :first-child,
.post-meta .meta-below > :first-child {
  margin-left: 0;
}

.post-meta .meta-above > :last-child,
.post-meta .meta-below > :last-child {
  margin-right: 0;
}

.post-meta > :last-child {
  margin-bottom: 0;
}

.post-meta > :first-child {
  margin-top: 0;
}

.post-meta > .is-title:last-child {
  margin-bottom: 0 !important;
}

.post-meta > .is-title:first-child {
  margin-top: 0 !important;
}

.post-meta .wprm-recipe-link {
  margin: 0 16px;
  padding: 8px 10px;
  text-transform: inherit;
  font-weight: 600;
  letter-spacing: .08em;
  border-radius: 3px;
  border: 1px solid #efefef;
}

.post-meta .wprm-recipe-link:hover {
  background: var(--main-color);
  color: #fff !important;
}

.post-meta .wprm-recipe-link:after {
  content: "\f177";
  margin-left: 4px;
  display: inline-block;
  font-family: ts-icons;
  opacity: .4;
  transform: rotate(-90deg);
  line-height: 1;
  font-size: .9em;
}

.post-meta-left {
  text-align: left;
}

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

.post-meta-center:not(_) .post-title {
  max-width: 100%;
}

.post-meta-divider .meta-below {
  padding-bottom: 4px;
}

.post-meta-divider:after {
  content: "";
  display: inline-flex;
  margin-top: var(--pm-divider-mt, 15px);
  padding-bottom: 3px;
  width: 36px;
  border-top: 1px solid var(--main-color);
}

.post-meta-b {
  font-size: 11px;
}

.post-meta-c {
  color: #aaa;
  font-size: 11px;
}

.post-meta-c .post-title-alt {
  margin: 15px 0;
  margin-bottom: 12px;
  line-height: 1.3;
}

.post-meta-c .cat-label {
  position: static;
  bottom: initial;
}

.post-meta-c .meta-sep:before {
  padding: 0 4px;
}

.post-meta-c .by {
  font-style: inherit;
  text-transform: inherit;
}

.post-meta-c .post-author > a {
  color: var(--main-color);
  font-weight: 500; text-transform:capitalize;
}

.post-meta-c .meta-item,
.post-meta-c .post-author,
.post-meta-c time {
  font-weight: 400;
  letter-spacing: 0.025em;
	text-transform:initial !important;
}

.grid-post .post-meta-c,
.list-post .post-meta-c {
  --post-meta-mb: 13px;
  --pm-h-below-mb: 13px;
}

/**
 * Grid Post
 */
.grid-post {
  --post-meta-mb: 19px;
  --pm-h-below-mb: 21px;
  margin-bottom: 50px;
  text-align: left;
}

.grid-post .content-wrap .post-meta {
  margin-top: 0;
}

.grid-post .post-thumb {
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.grid-post .image-link {
  display: block;
  position: relative;    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.grid-post .image-link > img {
  display: block;
}

.grid-post .post-meta-center {
  --pm-title-a-pad: 5%;
}

.grid-post.has-post-thumbnail .post-meta-c {
  margin-top: -5px;
}

.grid-post.no-excerpt .post-meta {
  margin-bottom: 0;
}

.grid-post .post-title-alt {
  font-size: var(--grid-post-title);font-weight: 600;
}

.grid-post .post-title:after {
  margin-top: 10px;
}

.grid-post .post-footer {
  margin-top: 35px;
  text-align: center;
  line-height: 41px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.grid-post .post-excerpt {
  text-align: initial;
}

.grid-post .social-share {
  font-size: 10px;
  width: 100%;
}

.grid-post .read-more-link {
  display: inline-block;
  margin-top: 10px;
}

.grid-post .read-more-basic {
  margin-top: 20px;
}

.grid-post-center .cat-label {
  left: 50%;
  transform: translateX(-50%);
}

.grid-post-c2 {
  --grid-post-title: var(--grid-post-title-c2);
}

.grid-post-c3 {
  --grid-post-title: var(--grid-post-title-c3);
}

.grid-post.title-s {
  --grid-post-title: var(--title-size-s);
}

.grid-post.title-m {
  --grid-post-title: var(--title-size-m);
}

.grid-post.title-l {
  --grid-post-title: var(--title-size-l);
}

.grid-post-c {
  --shad-weight: 30px;
  --shad-intensity: 0.06;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 2px var(--shad-weight) -1px rgba(0, 0, 0, var(--shad-intensity));
}

.grid-post-c .post-thumb {
  margin-bottom: 0;
}

.grid-post-c .content-wrap {
  padding: 25px;
  padding-bottom: 27px;
  background: inherit;
}

.grid-post-c .post-meta {
  --pm-title-a-pad: 0;
}

.grid-post-b .post-excerpt,
.grid-post-c .post-excerpt {
  text-align: left;
}

/**
 * Posts in List Style - FLAG object
 */
.list-post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  width: 100%;
  --post-meta-mb: 15px;
  --pm-h-below-mb: 19px;
}

.list-post .post-thumb {
  display: block;
  flex-shrink: 0;
  width: 33.76623%;
  max-width: 50%;
}

.list-post .image-link {
  display: block;
  position: relative;
}

.list-post .image-link img {
  display: block;
  max-width: 100%;
  border: 1px solid #e5dede;
}

.list-post .content {
  display: block;
  width: 100%;
  padding-left: 30px;
  vertical-align: top;
}

.list-post .post-title {
  font-size: var(--list-post-title);
}

.list-post > :last-child {
  margin-bottom: 0;
}

.list-post .post-footer {
  overflow: initial;
  margin-top: 10px;
}

.list-post .read-more-link {
  margin-top: 16px;
}

.list-post .social-share {
  margin-left: 2px;
}

/**
 * List style B - alternate
 */
.list-post-b {
  margin-bottom: 50px;
  padding-bottom: 0;
  border: 0;
  --post-meta-mb: 16px;
}

.list-post-b .content {
  display: block;
  align-self: center;
}

.list-post-b .post-thumb {
  width: 48.05195%;
}

.list-post-b .post-meta-a .meta-above {
  display: flex;
  font-size: 11px;
  flex-wrap: wrap;
}

.list-post-b .post-title {
  max-width: 88%;
  font-size: var(--list-post-title-b);
}

.list-post-b .read-more-basic {
  margin-top: 6px;
}

.list-post-b-full .post-thumb {
  width: 39%;
}

/**
 * Overlay Posts
 */
.overlay-post {
  position: relative;
}

.overlay-post .post-meta {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
}

.overlay-post .post-meta time {
  color: #fff;
}

.overlay-post img {
  display: block;
}

.overlay-post:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.overlay-post .cat-labels .category {
  display: inline-block;
  padding: 0 6px;
  background: #fff;
  color: #161616;
  line-height: 18px;
  letter-spacing: 0.1em;
}

.overlay-post .cat-labels .category:hover {
  background: #fff;
  opacity: 0.9;
}

.overlay-post .post-title {
  margin-top: 16px;
  margin-bottom: 14px;
  font-size: var(--overlay-post-title);
  line-height: 1.3;
}

.overlay-post .post-title a {
  color: #fff !important;
}

.overlay-post .post-title a:hover {
  opacity: 1;
}

.overlay-post time {
  color: #fff;
}

/**
 * Large post style
 */
.large-post {
  margin-bottom: 65px;
  --post-meta-mb: 22px;
  --pm-h-below-mb: 25px;
}

.large-post .featured {
  margin-bottom: 20px;
}

.large-post .featured img {
  display: block;
  width: 100%;
}

.large-post .featured-vid {
  margin-bottom: 28px;
}

.large-post .post-header {
  text-align: center;
}

.large-post .post-title-alt {
  font-size: 20px;    font-weight: 600;
}

.large-post .post-meta-center {
  --pm-title-a-pad: 5%;
}

.large-post .likes-count .number {
  float: right;
  visibility: hidden;
  width: 0;
  opacity: 0;
  margin: 0;
  margin-top: 1px;
  white-space: nowrap;
  transition: 0.25s ease-in-out;
  transition-property: margin, visibility, opacity;
}

.large-post .likes-count:after {
  display: none;
}

.large-post .likes-count:hover .number {
  visibility: visible;
  width: auto;
  margin-left: 5px;
  opacity: 1;
}

/* Large Post footer meta */
.large-post-footer {
  margin-top: 45px;
}

.large-post-footer .col {
  border: 1px solid #ebebeb;
  border-right-color: transparent;
  text-align: center;
  line-height: 41px;
  box-sizing: border-box;
  flex: 1;
}

.large-post-footer .col:only-child {
  width: 100%;
  text-align: center;
}

.large-post-footer .col:last-child {
  border-right-color: #ebebeb;
}

.large-post-footer .author {
  font-size: 12px;
  letter-spacing: var(--text-tracking);
  color: #b4b4b4;
}

.large-post-footer .author a {
  color: var(--black-color);
}

.large-post-footer .read-more {
  font-family: var(--ui-font);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.07em;
}

.large-post-footer .read-more-link {
  margin-left: 2px;
  color: var(--black-color);
}

.large-post-footer .read-more-link:hover {
  opacity: 0.7;
}

.large-post-footer .social-icons {
  display: flex;
  justify-content: center;
}

.post-footer {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.post-footer .social-share {
  display: inline-block;
  line-height: 43px;
  height: 43px;
  font-family: var(--ui-font);
}

.sticky.large-post .post-title-alt:after {
  border-bottom-width: 4px;
}

/**
 * Large Style B
 */
.large-post-b .featured {
  margin-top: 28px;
}

.large-post-b .post-footer {
  margin-top: 44px;
}

.large-post-b .post-footer .col {
  border-right: 0;
  border-left: 0;
}

.large-post-b .post-footer .author {
  font-size: 11px;
  text-align: left;
}

.large-post-b .post-footer .author span {
  margin-right: 2px;
  font-style: italic;
}

.large-post-b .post-footer .author a {
  color: var(--main-color);
  font-family: var(--ui-font);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.large-post-b .post-footer .author a:hover {
  opacity: 0.8;
}

.large-post-b .post-footer .social-icons {
  text-align: right;
  justify-content: flex-end;
}

.large-post-b .post-footer .number {
  float: none;
  margin-left: 5px;
  visibility: visible;
  width: auto;
  opacity: 1;
}

.large-post-b .likes-count:after {
  display: inline-block;
}

/**
 * Large Style C
 */
.large-post-c {
  --large-post-title: 24px;
}

.large-post-c .featured .wp-post-image {
  margin-bottom: 0;
}

.large-post-c .meta-title {
  margin: 0 42px;
  padding: 25px 40px;
  padding-bottom: 0;
  background: #fff;
  position: relative;
  margin-top: -48px;
}

.large-post-c .post-meta-center {
  --pm-title-a-pad: 0;
}

.large-post-c .post-meta {
  margin-bottom: 0;
}

/**
 * Block: Products
 */
.products-block {
  border-bottom: 1px solid #f0f0f0;
}

.products-block .woocommerce .products {
  margin-bottom: -45px;
}

.products-block .block-head-legacy {
  margin-bottom: 55px;
}

.products-block .more {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.products-block .more-link {
  display: inline-block;
  border: 2px solid #ebebeb;
  padding: 0 30px;
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
}

.products-block .more-link:hover {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #fff;
}

.products-block,
.blocks .products-block {
  margin-top: 15px;
  margin-bottom: 75px;
}

/**
 * Block: Highlights
 */
.highlights-block .grid-post {
  margin-bottom: 32px;
}

.categories-block {
  display: grid;
  grid-gap: 30px;
}

.cat-block-list {
  grid-row-gap: 10px;
}

.cat-block-list .category {
  display: flex;
  list-style-type: circle;
  align-items: center;
}

.cat-block-list .category:before {
  content: "";
  margin-right: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  box-sizing: border-box;
}

.cat-block-list .label {
  color: #161616;
  font-size: 1.05em;
}

.cat-block-list .post-count {
  display: inline-flex;
  margin-left: 4px;
  color: #777;
  font-size: .9em;
}

.cat-block-list .post-count:before {
  content: "(";
}

.cat-block-list .post-count:after {
  content: ")";
}

.image-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.image-box .media {
  width: 100%;
  background: var(--main-color);
  overflow: hidden;
}

.image-box .label {
  color: #161616;
  font-family: var(--ui-font);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 600;
}

.image-box .post-count {
  display: inline-block;
  padding: 0 6px;
  margin-left: 5px;
  min-width: 22px;
  border-radius: 5px;
  box-sizing: border-box;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-shadow: none;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.image-box-round .media {
  border-radius: 50%;
  overflow: hidden;
}

.image-box-a .content {
  margin-top: 15px;
  margin-bottom: 10px;
}

.image-box-a.image-box-round .content {
  margin-top: 18px;
}

.image-box-border .media:after {
  position: absolute;
  content: "";
  margin: calc(5px + 2%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  border-radius: inherit;
}

.image-box-border .media img {
  transition: transform .5s ease-in;
}

.image-box-border:hover .media {
  opacity: 1;
}

.image-box-border:hover .media img {
  transform: scale(1.05);
}

.image-box-b {
  display: grid;
  grid-template-columns: 1fr;
}

.image-box-b:hover .media:before {
  opacity: .1;
}

.image-box-b .media,
.image-box-b .content {
  grid-row: 1/1;
  grid-column: 1/1;
  align-self: center;
  justify-self: center;
  text-align: center;
}

.image-box-b .media:hover {
  opacity: 1;
}

.image-box-b .media:before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .18;
  background: #000;
  transition: opacity .3s ease-in;
}

.image-box-b .content {
  z-index: 1;
  pointer-events: none;
}

.image-box-b .label {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
}

/**
 * Block: News Grid
 */
.news-block .grid-post {
  margin-bottom: 0;
}

.news-block .posts-list {
  margin-bottom: -20px;
}

.news-block .small-post {
  flex-direction: column;
}

.news-block .small-post .image-link {
  margin-bottom: 10px;
}

.news-block .small-post:nth-child(2n+1) {
  clear: both;
}

/**
 * Subscribe box for home
 */
.subscribe-box {
  margin-top: 70px;
  padding: 20px 25px;
  background: #f7f7f7;
}

.subscribe-box .text {
  float: left;
  margin-top: 0.53em;
  padding-left: 0;
  font-size: 14px;
}

.subscribe-box .fields {
  float: right;
  margin-bottom: -15px;
}

.subscribe-box .input {
  margin-right: 20px;
  margin-bottom: 15px;
  width: 235px;
  max-width: calc(50vw - 100px);
}

.subscribe-box .button {
  width: 200px;
  box-sizing: border-box;
  vertical-align: top;
}

/**
 * Posts Carousel 
 */
.posts-carousel {
  position: relative;
  text-align: center;
  max-width: 100%;
}

.posts-carousel.has-sep {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}

.posts-carousel .the-carousel {
  position: relative;
}

.posts-carousel .block-head-legacy {
  margin-bottom: 60px;
}

.posts-carousel .block-head-d {
  margin-bottom: 50px;
}

.posts-carousel .posts {
  margin-top: -3px;
  overflow: hidden;
  z-index: 1;
  max-height: 270px;
}

.posts-carousel .slick-list {
  margin-right: -30px;
}

.posts-carousel .post {
  opacity: 0;
  float: left;
  margin-right: 30px;
}

.posts-carousel .loaded {
  max-height: none;
}

.posts-carousel .loaded .post {
  opacity: 1;
}

.posts-carousel .post-link {
  display: block;
  margin-bottom: 22px;
}

.posts-carousel .post-link .wp-post-image {
  display: inline-block;
}

.posts-carousel .slick-initialized .wp-post-image {
  display: block;
}

.posts-carousel .post-title {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: var(--carousel-post-title);
}

.posts-carousel .heading a:hover {
  opacity: 0.7;
}

.posts-carousel .prev-post,
.posts-carousel .next-post {
  position: absolute;
  top: 100px;
  left: 15px;
  margin-top: -14px;
  font-size: 26px;
  line-height: 1;
  color: #b4b4b4;
  cursor: pointer;
}

.posts-carousel .next-post {
  left: auto;
  right: 15px;
}

.posts-carousel .navigate {
  visibility: hidden;
  opacity: 0;
  padding: 0 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -62px;
  right: -62px;
  max-width: calc(100vw - 130px);
  transition: all .3s ease-in-out;
}

.posts-carousel .the-carousel:hover .navigate {
  visibility: visible;
  opacity: 1;
}

.posts-carousel-a .post-meta-center {
  --pm-title-pad: 5%;
}

/**
 * Posts Carousel - Style B
 */
.posts-carousel-b {
  padding-top: 10px;
  padding-bottom: 25px;
}

.posts-carousel-b .the-carousel {
  position: relative;
  border: 1px solid #efefef;
  padding: 30px;
  text-align: center;
}

.posts-carousel-b .block-heading {
  margin-top: -40px;
  margin-bottom: 55px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.posts-carousel-b .block-heading .title {
  background: #fff;
  padding: 0 24px;
}

.posts-carousel-b .block-heading .title:before, .posts-carousel-b .block-heading .title:after {
  display: none;
}

.posts-carousel-b .posts {
  display: flex;
  overflow: hidden;
  z-index: 1;
}

.posts-carousel-b .slick-list {
  margin-right: -30px;
}

.posts-carousel-b .post {
  opacity: 0;
  float: left;
  margin-right: 30px;
}

.posts-carousel-b .loaded .post {
  opacity: 1;
}

.posts-carousel-b .post-link {
  display: block;
  margin-bottom: 23px;
}

.posts-carousel-b .post-link .wp-post-image {
  display: inline-block;
}

.posts-carousel-b .slick-initialized .wp-post-image {
  display: block;
}

.posts-carousel-b .post-meta {
  margin: 0 auto;
  margin-bottom: 23px;
  max-width: 80%;
}

.posts-carousel-b .post-meta .below {
  margin-bottom: -5px;
}

.posts-carousel-b .post-title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: var(--carousel-post-title);
}

.posts-carousel-b .navigate {
  position: relative;
  transform: translateY(50%);
  margin-bottom: -30px;
  margin-top: 0;
  z-index: 100;
}

.posts-carousel-b .slick-arrow {
  display: inline-block;
  margin-right: 1px;
  height: 33px;
  width: 33px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  font-size: 17px;
  line-height: 31px;
  cursor: pointer;
}

.posts-carousel-b .slick-arrow .tsi {
  -webkit-font-smoothing: initial;
}

.posts-carousel-b .slick-arrow:hover {
  border-color: #d8d8d8;
}

.posts-carousel-b .next-post .tsi {
  margin-left: 2px;
}

.posts-carousel-b .prev-post .tsi {
  margin-right: 2px;
}

/**
 * 9. =Featured & Sliders
 * ----------------------------------------------------------------------------
 */
@keyframes slider-fade-in {
  from {
    opacity: 0;
    transform: translate3d(0, 0px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.slick-initialized img {
  display: inline;
}

.common-slider .slick-arrow {
  display: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0;
  margin-top: -16px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  height: 32px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  transition-property: color, background;
}

.common-slider .slick-arrow i {
  line-height: inherit;
}

.common-slider .slick-arrow:hover {
  background: #fff;
  color: #161616;
}

.common-slider .prev-arrow {
  left: 25px;
}

.common-slider .next-arrow {
  left: auto;
  right: 25px;
}

.common-slider .item {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.common-slider .slides {
  max-height: 700px;
}

.common-slider .loaded.slides {
  max-height: none;
}

.common-slider .loaded .item {
  opacity: 1;
}

.common-slider .parallax img {
  visibility: hidden;
}

.common-slider.arrow-hover .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
}

.common-slider.arrow-hover .slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/**
 * The Main Slider
 */
.main-slider {
  --overlay-color: rgba(0, 0, 0, 0.36);
  margin-bottom: 65px;
  width: 100%;
  font-family: var(--ui-font);
}

.main-slider .image-link {
  width: 762px;
  max-width: 100%;
}

.main-slider .wp-post-image {
  transition: filter 0.3s ease-in;
}

.main-slider .wp-post-image:hover {
  opacity: 1;
}

.main-slider .item {
  position: relative;
  margin-right: 3px;
}

.main-slider .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(140, 140, 140, 0) 45%, var(--overlay-color) 100%);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.main-slider .item:hover .wp-post-image {
  filter: brightness(110%);
}

.main-slider .slider-overlay {
  position: absolute;
  display: none;
  bottom: 0;
  width: 100%;
  padding: 28px;
  padding-bottom: 24px;
  z-index: 1;
  box-sizing: border-box;
}

.main-slider .prev-arrow {
  left: initial;
  margin-left: -50px;
}

.main-slider .next-arrow {
  left: initial;
  right: initial;
  margin-left: 20px;
}

.active .slider-overlay {
  animation: 0.35s slider-fade-in;
  animation-fill-mode: both;
  animation-delay: 0.4s;
  display: block;
}

.slider-overlay .category {
  display: inline-block;
  background: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.slider-overlay .heading {
  margin-top: 12px;
  margin-bottom: 5px;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.slider-overlay .heading a {
  color: #fff;
}

.slider-overlay .excerpt {
  color: #fff;
  font-size: 13px;
  letter-spacing: var(--text-tracking);
  -webkit-font-smoothing: antialiased;
}

.slider-overlay .excerpt p {
  margin: 0;
}

.slider-overlay .read-more {
  float: right;
  margin-top: -36px;
  padding: 10px 16px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
}

.slider-overlay .read-more:hover {
  background: #fff;
  color: inherit;
}

.gallery-slider .prev-arrow {
  left: 25px;
}

.gallery-slider .next-arrow {
  right: 25px;
  left: auto;
}

.gallery-slider-lg {
  height: inherit;
}

.gallery-slider-lg .slick-list,
.gallery-slider-lg .slick-track,
.gallery-slider-lg .slick-slide > a {
  height: inherit;
}

.gallery-slider-lg .slick-slide {
  margin: 0 3px;
}

.gallery-slider-lg .slick-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.29);
  transition: background 0.3s ease-in;
  pointer-events: none;
  will-change: opacity;
}

.gallery-slider-lg img {
  width: auto;
  height: 100%;
}

.gallery-slider-lg.parallax img {
  visibility: hidden;
}

/**
 * Stylish Slider - Borrows from .main-slider and modifies
 */
.stylish-slider .image-link {
  width: 900px;
  max-width: 100%;
}

.stylish-slider .active .slider-overlay {
  animation: 0.35s fade-in;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}

.stylish-slider .slider-overlay {
  top: 50%;
  bottom: auto;
  padding: 20px;
  transform: translate3d(0, -50%, 0);
  text-align: center;
}

.stylish-slider .heading {
  font-size: 28px;
  line-height: 1.5;
}

.stylish-slider .read-more {
  display: inline-block;
  float: none;
  margin-top: 20px;
}

.stylish-slider .category {
  font-size: 10px;
}

.stylish-slider .item {
  margin-right: 10px;
}

.stylish-slider .item:after {
  background: rgba(0, 0, 0, 0.28);
  top: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
}

.stylish-slider .prev-arrow {
  margin-left: -60px;
}

.stylish-slider .next-arrow {
  margin-left: 30px;
}

/**
 * Beauty Slider
 */
.beauty-slider {
  position: relative;
}

.beauty-slider .slick-slide {
  position: relative;
}

.beauty-slider .wp-post-image:hover {
  opacity: 1;
}

.beauty-slider .overlay {
  position: absolute;
  width: 340px;
  bottom: 35px;
  left: 50%;
  margin-left: -170px;
  padding: 25px 15px;
  padding-bottom: 50px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}

.beauty-slider .slick-current .overlay {
  animation: 0.5s fade-in ease-in;
}

.beauty-slider .post-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.beauty-slider .slick-dots {
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1;
}

.beauty-slider .slick-dots li {
  display: inline-block;
  line-height: 8px;
}

.beauty-slider .slick-dots button {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 3px;
  border-radius: 50%;
  border: 1px solid #b4b4b4;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  outline: 0;
  font-size: 0;
  background: transparent;
  vertical-align: top;
}

.beauty-slider .slick-dots .slick-active button {
  background: var(--main-color);
  border-color: var(--main-color);
}

.beauty-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
}

.beauty-slider .slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/**
 * Trendy Slider
 */
.trendy-slider .item {
  position: relative;
  margin-right: 3px;
}

.trendy-slider .item:hover .wp-post-image {
  filter: brightness(103%);
}

.trendy-slider .wp-post-image {
  transition: filter 0.3s ease-in;
}

.trendy-slider .wp-post-image:hover {
  opacity: 1;
}

.trendy-slider img {
  width: 100%;
}

.trendy-slider .overlay {
  position: absolute;
  z-index: 1;
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}

.trendy-slider .post-cat a {
  display: inline-block;
  padding: 0 6px;
  background: #fff;
  color: var(--main-color);
  line-height: 18px;
  letter-spacing: 0.11em;
}

.trendy-slider .post-title {
  margin-top: 12px;
  margin-bottom: 13px;
  font-size: 22px;
}

.trendy-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
}

.trendy-slider .slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/**
 * Large / Full-width Slider
 */
.large-slider {
  font-family: var(--ui-font);
}

.large-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.large-slider .item {
  position: relative;
  height: 675px;
}

.large-slider .item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.25);
  transition: background 0.3s ease-in;
  pointer-events: none;
  will-change: opacity;
}

.large-slider .item:hover:after {
  background: rgba(34, 34, 34, 0.35);
}

.large-slider .item > a {
  display: block;
  height: inherit;
  transition: none;
}

.large-slider .wp-post-image {
  max-width: 100%;
  width: 100%;
  height: inherit;
  object-fit: cover;
  will-change: initial;
  font-family: 'object-fit: cover;';
}

.large-slider .wp-post-image:hover {
  opacity: 1;
}

.large-slider .overlay {
  position: absolute;
  z-index: 2;
  width: 80%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
}

.large-slider .category a {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.large-slider .heading {
  margin-top: 12px;
  margin-bottom: 5px;
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.large-slider .heading:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 28px;
  border-bottom: 2px solid #fff;
}

.large-slider .heading a {
  color: #fff;
}

.large-slider .read-more {
  display: inline-block;
  margin-top: 30px;
  padding: 13px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}

.large-slider .read-more:hover {
  background: #fff;
  color: #161616;
}

.large-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

/**
 * Carousel Slider
 */
.carousel-slider {
  max-width: 100%;
  overflow: hidden;
}

.carousel-slider .item {
  position: relative;
  margin-right: 30px;
  transform: translate3d(0, 0, 0);
}

.carousel-slider .item:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  top: 0px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  z-index: 3;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.carousel-slider .slick-list {
  margin-right: -30px;
}

.carousel-slider .slick-track {
  -webkit-perspective: 2000;
}

.carousel-slider .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  padding-bottom: 35px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  text-align: center;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in;
}

.carousel-slider .item:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.carousel-slider .wp-post-image:hover {
  opacity: 1;
}

.carousel-slider .category {
  display: inline-block;
  vertical-align: top;
  transform: translateY(-50%);
  background: var(--main-color);
  color: #fff;
  padding: 7px 11px;
  line-height: 1;
  font-family: var(--ui-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  pointer-events: auto;
}

.carousel-slider .heading {
  margin-top: 8px;
  margin-bottom: 4px;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.31;
}

.carousel-slider .heading a {
  color: #fff;
}

.carousel-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
}

.carousel-slider .slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/**
 * Bold Slider
 */
.bold-slider {
  font-family: var(--ui-font);
}

.bold-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.bold-slider .item {
  position: relative;
  height: 660px;
  min-height: 480px;
}

.bold-slider .item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.29);
  transition: background 0.3s ease-in;
  pointer-events: none;
  will-change: opacity;
}

.bold-slider .item:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

.bold-slider .item > a {
  display: block;
  height: 100%;
}

.bold-slider .wp-post-image {
  will-change: initial;
  opacity: 1;
}

.bold-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.bold-slider .item img:hover {
  opacity: 1;
}

.bold-slider .overlay {
  position: absolute;
  z-index: 2;
  width: 80%;
  max-width: 650px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  transform: translate3d(-50%, -50%, 0);
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
}

.bold-slider .active .overlay {
  opacity: 1;
}

.bold-slider .active .overlay > * {
  animation: 0.96s fade-in-up-lg, 1s fade-in;
  animation-timing-function: cubic-bezier(0.32, 0.29, 0, 0.96);
  animation-fill-mode: both;
  animation-delay: 0.75s;
}

.bold-slider .active .overlay > :nth-child(1) {
  animation-delay: 0.35s;
}

.bold-slider .active .overlay > :nth-child(2) {
  animation-delay: 0.55s;
}

.bold-slider .active .overlay > :nth-child(3) {
  animation-delay: 0.75s;
}

.bold-slider .cats {
  display: block;
}

.bold-slider .cats a {
  display: inline-block;
  padding: 0 8px;
  background: #000;
  color: #fff;
  line-height: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bold-slider .heading {
  margin-top: 21px;
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.bold-slider .heading a {
  color: #fff;
}

.bold-slider .author {
  display: inline-block;
  margin-top: 27px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}

.bold-slider .author a {
  color: inherit;
}

.bold-slider .slick-arrow {
  margin-top: -19px;
  height: 38px;
  width: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  font-size: 22px;
  line-height: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.bold-slider .next-arrow {
  padding-left: 3px;
}

.bold-slider .prev-arrow {
  padding-right: 3px;
}

.bold-slider .thumbs-wrap {
  display: flex;
  position: relative;
  margin-bottom: -4px;
  justify-content: center;
  transform: translate3d(0, 0, 0);
}

.bold-slider .thumbs {
  display: flex;
  margin-top: -50px;
  padding: 9px;
  background: #fff;
  max-width: 100%;
}

.bold-slider .post-thumb {
  padding-right: 9px;
  width: 136px;
  height: 90px;
}

.bold-slider .post-thumb .image-link {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.bold-slider .post-thumb:last-child {
  padding-right: 0;
}

.bold-slider .thumbs .active .wp-post-image {
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.13));
}

/**
 * Fashion Slider
 */
.fashion-slider {
  position: relative;
}

.fashion-slider .slick-track {
  -webkit-perspective: 2000;
}

.fashion-slider .item {
  position: relative;
  height: 625px;
  min-height: 400px;
}

@media (max-width: 940px) {
  .fashion-slider .item {
    min-height: auto;
    min-height: initial;
    height: 400px;
  }
}

@media (min-width: 941px) and (max-width: 1400px) {
  .fashion-slider .item {
    height: calc(100vw * 0.4);
  }
}

@media (max-width: 540px) {
  .fashion-slider .item {
    height: 300px;
  }
}

.fashion-slider .image-link {
  display: block;
  height: 100%;
}

.fashion-slider .wp-post-image {
  width: 100%;
  max-width: none;
  max-width: initial;
  height: inherit;
  will-change: initial;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.fashion-slider .wp-post-image:hover {
  opacity: 1;
}

.fashion-slider .overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.fashion-slider .overlay {
  max-width: 680px;
  min-width: 50%;
  opacity: 0;
  will-change: opacity;
  pointer-events: auto;
  padding: 35px 45px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
}




@media (max-width: 767px) {
  .fashion-slider .overlay {
    max-width: 90%;
    min-width: 350px;
  }
}

@media (max-width: 540px) {
  .fashion-slider .overlay {
    padding: 20px 15px;
  }
}

.fashion-slider .active .overlay {
  opacity: 1;
  animation: 0.8s fade-in-up-lg, 0.9s fade-in;
  animation-timing-function: cubic-bezier(0.32, 0.29, 0, 0.96);
  animation-fill-mode: both;
  animation-delay: 0.75s;
}

.fashion-slider .post-meta {
  margin-bottom: 0;
}

.fashion-slider .post-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .fashion-slider .post-title {
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .fashion-slider .post-date {
    display: none;
  }
}

.fashion-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
}

.fashion-slider .prev-arrow {
  left: 36px;
}

.fashion-slider .next-arrow {
  right: 36px;
}

.fashion-slider .slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/**
 * Grid Overlay Styles
 */
.grid-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-overlay:before,
.grid-overlay .post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-overlay:before {
  pointer-events: none;
  z-index: 1;
  transition: .25s ease-in;
  will-change: opacity;
}

.pos-center .grid-overlay {
  text-align: center;
  justify-content: center;
}

.pos-v-center .grid-overlay .content {
  align-self: center;
}

.pos-top .grid-overlay .content {
  align-self: flex-start;
  padding: 30px;
}

.grid-overlay .post-thumb .image-link,
.grid-overlay .post-thumb .wp-post-image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid-overlay .post-thumb .wp-post-image {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  pointer-events: none;
  transition: 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: initial;
}

.grid-overlay.hover-zoom .wp-post-image {
  will-change: transform;
}

.grid-overlay.hover-zoom:hover .wp-post-image {
  transform: scale(1.06);
}

.grid-overlay .content {
  position: relative;
  pointer-events: none;
  z-index: 1;
  box-sizing: border-box;
  padding: 24px;
  align-self: flex-end;
  width: 100%;
}

.grid-overlay .content a {
  pointer-events: auto;
}

.grid-overlay .post-meta {
  margin-bottom: 0;
}

.grid-overlay .post-meta .post-title {
  margin: 13px 0;
  line-height: 1.28;
}

.grid-overlay .post-meta .text-in,
.grid-overlay .post-meta .by {
  display: none;
}

.grid-overlay .post-meta .post-author a {
  color: inherit;
  font-weight: 400;
}

.grid-overlay .post-meta > :last-child {
  margin-bottom: 0;
}

.grid-overlay .is-title a:hover {
  opacity: 0.9;
}

.grid-overlay .meta-contrast {
  color: #fff;
}

.grid-overlay .meta-contrast a,
.grid-overlay .meta-contrast .meta-item,
.grid-overlay .meta-contrast time {
  color: inherit;
}

.grid-overlay .meta-contrast .post-title {
  color: #fff;
}

.grid-overlay-a {
  --grad-opacity: 0.63;
  --grad-color: rgba(0, 0, 0, var(--grad-opacity));
}

.grid-overlay-a:before {
  content: "";
  background: linear-gradient(transparent 25%, var(--grad-color) 100%);
  opacity: .8;
}

.grid-overlay-a:hover:before {
  opacity: 1;
}

.grid-overlay-b:before {
  content: "";
  background: #000;
  opacity: .25;
}

.grid-overlay-b:hover:before {
  opacity: .1;
}

/**
 * Featured Grids
 */
.feat-grid {
  --main-ratio: 1.755;
  --grid-gap: 2px;
}

.feat-grid .items-wrap {
  display: flex;
}

@supports (display: grid) {
  .feat-grid .items-wrap {
    display: grid;
    grid-gap: var(--grid-gap, 2px);
  }
}

.feat-grid .item {
  flex: 1;
  position: relative;
  min-height: 135px;
  max-height: 100vh;
}

.feat-grid .item-1 {
  grid-area: item1;
}

.feat-grid .item-2 {
  grid-area: item2;
}

.feat-grid .item-3 {
  grid-area: item3;
}

.feat-grid .item-4 {
  grid-area: item4;
}

.feat-grid .item-5 {
  grid-area: item5;
}

.feat-grid .item-large .post-title {
  max-width: 80%;
}

.feat-grid .item-large.pos-center .post-title {
  max-width: initial;
}

.feat-grid .item-small .post-title {
  font-size: var(--feat-grid-title-s);
}

.feat-grid .item-medium .post-title {
  font-size: var(--feat-grid-title-m);
}

.feat-grid .item-large .post-title {
  font-size: var(--feat-grid-title-l);
  line-height: 1.2;
}

.feat-grid .parallax img {
  visibility: hidden;
}

.feat-grid.slider .slick-slide {
  display: grid;
}

.feat-grid .slick-track {
  -webkit-perspective: 2000;
}

.feat-grid-ratio .item-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.98006%;
  padding-top: calc(100% / var(--main-ratio));
  pointer-events: none;
}

.feat-grid-equals .item {
  grid-area: unset;
}

.feat-grid-equals.slider .slick-slide {
  display: block;
}

.feat-grid-equals.slider .slick-slider {
  overflow: hidden;
}

.feat-grid-equals.slider .slick-list {
  margin-right: calc(var(--grid-gap) * -1);
}

.feat-grid-equals.slider .item {
  margin-right: var(--grid-gap);
}

.feat-grid-equals.static .slides {
  display: flex;
}

@supports (display: grid) {
  .feat-grid-equals.static .slides {
    display: grid;
    grid-gap: var(--grid-gap, 2px);
    grid-template-columns: repeat(var(--columns), 1fr);
  }
}

.feat-grid-equals.static .item {
  flex: 1;
}

.feat-grid-a {
  --main-ratio: 1.16534;
}

.feat-grid-a .items-wrap {
  grid-template-areas: "item1 item2 item4" "item1 item3 item5";
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.feat-grid-b {
  --main-ratio: 1.443;
}

.feat-grid-b .items-wrap {
  grid-template-areas: "item1 item2" "item1 item3";
  grid-template-columns: 74% 1fr;
  grid-template-rows: 1fr 1fr;
}

.feat-grid-c {
  --main-ratio: 1.18884;
  --grad-opacity: 0.69;
}

.feat-grid-c .items-wrap {
  grid-template-areas: "item1 item2 item3";
  grid-template-columns: 47.35043% 1fr 1fr;
  grid-template-rows: 1fr;
}

.feat-grid-c .item-large .post-title {
  max-width: initial;
}

.feat-grid-c .grid-overlay-a:before {
  background: linear-gradient(transparent 40%, var(--grad-color) 100%);
}

.feat-grid-d {
  --main-ratio: .75;
  --columns: 2;
  --grid-gap: 0px;
}

.feat-grid-d-full {
  --main-ratio: 1.25;
}

.feat-grid-e {
  --main-ratio: 1;
  --columns: 3;
  --grid-gap: 0px;
}

.feat-grid-e-full {
  --main-ratio: 1.25;
}

.feat-grid-f {
  --main-ratio: 0.75;
  --columns: 4;
  --grid-gap: 0px;
}

.feat-grid-g {
  --main-ratio: 0.66667;
  --columns: 5;
  --grid-gap: 0px;
}

.feat-grid-g-full {
  --main-ratio: 0.75;
}

/**
 * Main Pagination
 */
.main-pagination {
  margin-top: 100px;
  font-family: var(--ui-font);
}

.main-pagination .next a,
.main-pagination .previous a {
  float: left;
  padding-bottom: 3px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

.main-pagination .next a:hover,
.main-pagination .previous a:hover {
  color: var(--main-color);
}

.main-pagination .next a {
  float: right;
}

.main-pagination .tsi {
  font-size: 12px;
  margin-left: 10px;
}

.main-pagination .previous .tsi {
  margin: 0;
  margin-right: 10px;
}

.main-pagination .previous:empty + .next:empty {
  margin-top: -75px;
}

.main-pagination .load-button {
  display: inline-block;
  min-width: 275px;
  border: 1px solid #e7e7e7;
  background: #f6f6f6;
  color: #000;
  font-family: var(--ui-font);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
}

.main-pagination .load-button .tsi {
  margin-left: 4px;
  font-size: 11px;
}

.main-pagination .load-button:hover, .main-pagination .load-button.loading {
  color: #fff;
  background: #000;
  border-color: #000;
}

/* Fancy Numbered Pagination */
.main-pagination.number {
  font-size: 13px;
  color: #161616;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
}

.main-pagination.number .inner {
  display: inline-block;
  padding: 5px 26px;
  border: 1px solid #ebebeb;
}

.main-pagination.number .page-numbers {
  padding: 0 5px;
  margin-right: 10px;
}

.main-pagination.number .page-numbers:last-child {
  margin-right: 0;
}

.main-pagination.number .page-numbers:hover,
.main-pagination.number .page-numbers a:hover {
  color: #777;
}

.main-pagination.number .page-numbers,
.main-pagination.number a {
  display: inline-block;
  line-height: 30px;
}

.main-pagination.number .current {
  color: var(--main-color);
}

.main-pagination.number .dots {
  color: #b4b4b4;
  font-size: 0.86em;
}

.main-pagination.number .tsi {
  font-size: 13px;
}

.main-pagination.number .label-prev {
  padding: 0;
  margin-right: 18px;
}

.main-pagination.number .label-prev .tsi {
  color: #acacac;
  margin: 0;
  margin-right: 8px;
}

.main-pagination.number .label-next {
  padding: 0;
  margin-left: 8px;
}

.main-pagination.number .label-next .tsi {
  color: #acacac;
  margin: 0;
  margin-left: 8px;
}

.main-pagination.number .page-numbers .disabled {
  color: #b4b4b4;
  text-decoration: line-through;
}

.main-pagination.number .page-numbers .disabled .tsi {
  display: none;
}

/* Page Links */
.page-links {
  overflow: hidden;
  font-family: var(--ui-font);
}

.page-links .page-numbers,
.page-links a,
.page-links > span {
  display: block;
  float: left;
  padding: 8px 10px;
  margin-right: 5px;
  border: 1px solid #ebebeb;
  color: #a0a0a0;
  background: transparent;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
}

.page-links .current,
.page-links a:hover,
.page-links > span {
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
  text-decoration: none;
}

/* Load More Pagination */
.main-pagination.load-more {
  text-align: center;
}

/**
 * Post Content 
 */
.post-content,
.textwidget,
.wp-block-group__inner-container {
  /* Post Content - Lists */
}

.post-content > ul,
.post-content > ol,
.textwidget > ul,
.textwidget > ol,
.wp-block-group__inner-container > ul,
.wp-block-group__inner-container > ol {
  margin: 2em 0;
  margin-left: 35px;
}

@media (max-width: 540px) {
  .post-content > ul,
  .post-content > ol,
  .textwidget > ul,
  .textwidget > ol,
  .wp-block-group__inner-container > ul,
  .wp-block-group__inner-container > ol {
    margin-left: 15px;
  }
}

.post-content li,
.textwidget li,
.wp-block-group__inner-container li {
  padding-left: 5px;
  margin-bottom: 0.5em;
}

.post-content ul,
.textwidget ul,
.wp-block-group__inner-container ul {
  list-style-type: disc;
}

.post-content ol,
.textwidget ol,
.wp-block-group__inner-container ol {
  list-style-type: decimal;
}

.post-content li > ul,
.post-content li > ol,
.textwidget li > ul,
.textwidget li > ol,
.wp-block-group__inner-container li > ul,
.wp-block-group__inner-container li > ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.post-content > ul[class]:not([class*=align]),
.textwidget > ul[class]:not([class*=align]),
.wp-block-group__inner-container > ul[class]:not([class*=align]) {
  margin-left: 0;
}

.post-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-family: var(--text-h-font, var(--h-font));
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  -webkit-font-smoothing: initial;
}

.post-content a,
.textwidget a {
  color: var(--main-color);
}

.post-content a:hover{ color:var(--text-color)!important; }


.textwidget a:hover {
  opacity: 0.84;
}
.post-content .p-mr-bottom-10 a:hover,.post-content .ul-36784 a:hover{color:#333 !important;}
.post-content a:hover img,
.textwidget a:hover img {
  opacity: 1;
}

.post-content table,
.textwidget table {
  margin: 2.5em auto;
}

.post-content blockquote,
.post-content .wp-block-quote.is-style-large,
.textwidget blockquote,
.textwidget .wp-block-quote.is-style-large {
  margin-top: 2em;
  margin-bottom: 2em;
}

.post-content blockquote > p:not(:last-of-type),
.post-content .wp-block-quote.is-style-large > p:not(:last-of-type),
.textwidget blockquote > p:not(:last-of-type),
.textwidget .wp-block-quote.is-style-large > p:not(:last-of-type) {
  margin-bottom: 26px;
}

.post-content .wp-block-pullquote.alignleft,
.post-content .wp-block-pullquote.alignright,
.textwidget .wp-block-pullquote.alignleft,
.textwidget .wp-block-pullquote.alignright {
  margin-top: 0;
  margin-bottom: 0;
}

.post-content .modern-quote,
.post-content .wp-block-quote.is-style-large,
.textwidget .modern-quote,
.textwidget .wp-block-quote.is-style-large {
  margin-bottom: 1.7em;
}

.post-content iframe,
.textwidget iframe {
  max-width: 100%;
}

.post-content figcaption a,
.post-content .wp-caption-text a,
.textwidget figcaption a,
.textwidget .wp-caption-text a {
  text-decoration: underline;
}

.post-content > :first-child,
.textwidget > :first-child {
  margin-top: 0;
}

.post-content {
  font-family: var(--text-font);
  font-size: var(--text-size);
  letter-spacing: var(--text-tracking);
  line-height: var(--text-lh);
  color: var(--text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: var(--post-content-lh, 1.8);
  font-size: var(--post-content-size);
}

.post-content .has-small-font-size {
  font-size: 13px;
}

.post-content .has-regular-font-size {
  font-size: inherit;
}

.post-content .has-large-font-size {
  font-size: 1.29412em;
  line-height: 1.6;
}

.post-content .has-larger-font-size {
  font-size: 1.64706em;
  line-height: 1.5;
}

.post-content .search-field {
  vertical-align: top;
}

.post-content .search-submit {
  font-size: 0;
}

.post-content .search-submit .tsi {
  font-size: 11px;
}

.post-content .gallery {
  margin-top: 32px;
  margin-bottom: 32px;
}

.post-content .tiled-gallery,
.post-content .wp-block-media-text {
  margin: 2.5em auto;
}

.post-content .alignwide {
  margin-left: -3.896%;
  margin-right: -3.896%;
  max-width: 107.8%;
}

.post-content .alignwide.wp-block-image img {
  width: 100%;
  max-width: initial;
}

.post-content .wp-block-cover-image.alignwide {
  width: auto;
}

.no-sidebar .post-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}

.post-content figure > a:not(.pinit-btn) {
  display: block;
}

.post-content .read-more {
  margin-top: 10px;
  font-family: var(--ui-font);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: left;
}

.post-content .read-more a {
  position: relative;
  display: inline-block;
  color: #161616;
}

.post-content .read-more a span {
  position: relative;
  padding: 0 0px;
  *background: #fff;
  z-index: 1;
}

.post-content .read-more a:before {
  position: absolute;
  left: -20px;
  top: 50%; display:none;
  margin-top: -1px;
  content: "";
  width: calc(100% + 40px);
  border-bottom: 1px solid #d6d6d6;
}

.post-content .modern-quote,
.post-content .wp-block-quote.is-style-large {
  margin-top: 1.8em;
  margin-bottom: 1.9em;
}

.post-content > iframe.instagram-media,
.post-content > .twitter-tweet {
  margin: var(--p-media-margin) auto !important;
}

.post-content > p .fluid-width-video-wrapper {
  margin: var(--p-media-margin) auto;
}

.post-content table {
  font-size: calc(0.76923em + 3px);
}

.entry-content {
  --text-size: var(--single-content-size);
  font-size: var(--single-content-size);
}

.post-excerpt {
  font-size: var(--excerpt-size);
}

/**
	 * Spacious Style
	 */

.content-spacious > p img.alignnone,
.content-spacious .wp-caption.alignnone,
.content-spacious figure.alignnone,
.content-spacious .alignwide,
.content-spacious .alignfull,
.content-spacious .gallery,
.content-spacious .fluid-width-video-wrapper {
  margin-left: -3.896%;
  margin-right: -3.896%;
  max-width: 107.8%;
}

.content-spacious .wp-caption:not([class*=align]) {
  max-width: unset;
}

.content-spacious .fluid-width-video-wrapper {
  width: auto;
}

.content-spacious > p img.alignleft,
.content-spacious .wp-caption.alignleft,
.content-spacious figure.alignleft,
.content-spacious .wp-block-pullquote.alignleft {
  margin-left: -3.896%;
}

.content-spacious > p img.alignright,
.content-spacious .wp-caption.alignright,
.content-spacious figure.alignright,
.content-spacious .wp-block-pullquote.alignright {
  margin-right: -3.896%;
}

.content-spacious > p img.aligncenter,
.content-spacious .wp-caption.aligncenter,
.content-spacious .wp-block-image.aligncenter,
.content-spacious .wp-block-gallery.aligncenter,
.content-spacious .gallery.aligncenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.content-spacious .wp-block-cover-image {
  width: auto;
}

/**
	 * Full Width variation of content spacious
	 */
.content-spacious-full .alignnone,
.content-spacious-full .wp-block-embed,
.content-spacious-full .wp-block-image:not(.alignleft):not(.alignright),
.content-spacious-full .wp-block-gallery {
  margin-top: calc(var(--p-media-margin) + 0.25vw);
  margin-bottom: calc(var(--p-media-margin) + 0.25vw);
}

.content-spacious-full .wp-caption-text,
.content-spacious-full .wp-block-image figcaption,
.content-spacious-full .blocks-gallery-caption {
  margin-top: 1em;
}

.content-spacious-full .alignfull {
  margin-top: calc(var(--p-media-margin) + 1vw);
  margin-bottom: calc(var(--p-media-margin) + 1vw);
}

/**
 * Search Modal
 */
.search-modal {
  -webkit-font-smoothing: antialiased;
}

.search-modal.mfp-bg {
  background: #fff;
  opacity: 0;
  transition: 0.35s ease-in-out;
  will-change: opacity;
}

.search-modal.mfp-bg.mfp-ready {
  opacity: 0.98;
}

.search-modal.mfp-bg.mfp-removing {
  opacity: 0;
}

.search-modal .search-modal-wrap {
  display: block;
}

.search-modal.mfp-ready.mfp-wrap {
  opacity: 1;
  transform: none;
}

.search-modal.mfp-wrap, .search-modal.mfp-removing.mfp-wrap {
  opacity: 0;
  will-change: opacity;
  transition: 0.4s ease-in-out;
  transform: scale(0.95);
}

.search-modal.mfp-removing.mfp-wrap {
  transition-duration: 0.2s;
}

.search-modal .mfp-close {
  position: absolute;
  z-index: 1046;
  top: 20px;
  right: 20px;
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 60px;
  font-family: Arial, Baskerville, monospace;
  line-height: 44px;
  opacity: 0.65;
  -webkit-text-stroke: 2px #fff;
}

.search-modal .mfp-close:active {
  top: 20px;
}

.admin-bar .search-modal .mfp-close {
  top: 50px;
}

.search-modal .search-field {
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 22px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  height: auto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #252525;
  background: transparent;
}

.search-modal .message {
  font-size: 18px;
  color: #a0a0a0;
}

.search-modal-box {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 790px;
}

.search-modal-wrap {
  display: none;
}

.breadcrumbs {
  margin-top: 30px; display:block;
  font-size: 12px;
  color: #999;
  text-transform: none;
  line-height: 1.5;
}

.breadcrumbs .inner {
  display: flex;
  max-width: 100%;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  max-width: 100%;
}

.breadcrumbs a {
  color: #747474;
}

.breadcrumbs a:hover {
  color: #111;
}

.breadcrumbs .delim {
  padding: 0 9px;
  font-size: 14px;
}

.breadcrumbs .breadcrumb_last,
.breadcrumbs .current {
  display: block;
  flex-shrink: 1;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumbs-center .inner {
  justify-content: center;
}

.breadcrumbs + .main {
  margin-top: 35px;
}

.layout-magazine .breadcrumbs + .main {
  margin-top: 20px;
}

.single-creative .breadcrumbs {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
/**
 * 11. =Widgets
 * ----------------------------------------------------------------------------
 */
/* Widget: About */
.widget-about .author-image {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.widget-about .image-circle {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.widget-about .image-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.widget-about .image-circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 50%;
}

.widget-about .about-text {
  padding: 0 0px;
  text-align: left;
}

.widget-about .about-text.below {
  margin-top: 32px;
}

.widget-about .about-text p:last-child {
  margin-bottom: 0;
}

.widget-about .about-footer {
  margin-top: 16px;
  text-align: center;
}

.widget-about .more {
  padding-bottom: 3px;
  border-bottom: 1px solid #ebebeb;
  color: var(--main-color);
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.widget-about .more:hover {
  opacity: 0.8;
}

.widget-about .social-icons {
  margin-bottom: -5px;
  margin-top: 30px;
  text-align: left;
}

.widget-about .social-btn {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 21px;
  text-align: left;
}

.widget-about .social-icons .social-btn:hover {
  color:#f96331;
}

.widget-about .tsi-google-plus {
  padding-left: 2px;
}

/* Widget: Posts */
.widget-posts .post {
  display: flex;
  margin-bottom: 25px;
}

.widget-posts .posts:not(.full) .post-thumb {
  margin-right: 22px;
  flex: 0 0 auto;
}

.widget-posts .posts.default .post-thumb,
.widget-posts .posts.meta-below .post-thumb {
  width: 87px;
}

.widget-posts .post:last-child {
  margin-bottom: 0;
}

.widget-posts .content {
  overflow: hidden;
}

.widget-posts .post-meta {
  margin-top: -2px;
}

.widget-posts .post-meta .post-cat {
  margin-right: 10px;
}

.widget-posts .post-meta .post-title {
  margin-top: 8px;
  margin-bottom: 11px;
}

.widget-posts .posts:not(.large) .post-meta {
  font-size: 10px;
}

.widget-posts .posts:not(.full) .meta-sep {
  display: none;
}

.widget-posts .post-title {
  padding: 0;
  display: block;
  font-family: var(--title-font);
  font-size: 15px;
  line-height: 1.5;
}

.widget-posts .post-title.limit-line {
  text-overflow: ellipsis;
  padding-right: 10px;
}

.widget-posts .post-title em {
  font-style: normal;
}

.widget-posts .excerpt {
  margin-top: 10px;
}

.widget-posts .excerpt > p {
  margin: 0;
  padding-right: 10px;
  color: #b4b4b4;
  font-size: 13px;
  letter-spacing: var(--text-tracking);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased;
}

.widget-posts .content > :last-child {
  margin-bottom: 0;
}

/* Alternate Large style */
.widget-posts .posts.large .post {
  margin-bottom: 30px;
}

.widget-posts .posts.large .post:last-child {
  margin-bottom: 0;
}

.widget-posts .posts.large .post-thumb {
  width: 124px;
  height: 103px;
}

.widget-posts .posts.large .post-thumb .image-link {
  padding-bottom: 0;
  height: 100%;
}

.widget-posts .posts.large .content {
  margin-top: -0.15em;
  align-self: center;
}

.widget-posts .posts.large .post-title {
  font-size: var(--w-posts-title-large);
  line-height: 1.4;
}

.widget-posts .posts.full {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  counter-reset: posts;
}

.widget-posts .posts.full .grid-post {
  display: block;
  width: 100%;
}

.widget-posts .posts.full article {
  margin-bottom: 8px;
}

.widget-posts .posts.full > .post {
  width: 100%;
}

.widget-posts .posts.full .counter:before {
  counter-increment: posts;
  content: counter(posts);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  background: var(--main-color);
  color: #fff;
  font-size: 17px;
  font-family: var(--ui-font);
  font-weight: 700;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}

/**
 * Widget: Call To Action boxes
 */
.widget-cta .fixed-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.widget-cta .cta-box {
  position: relative;
  margin-bottom: 28px;
}

.widget-cta a,
.widget-cta img {
  display: block;
}

.widget-cta .label {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 95%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  padding: 6px 18px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--black-color);
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}

@supports (display: grid) {
  .widget-cta .cta-box > a {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .widget-cta img,
  .widget-cta .label {
    grid-column: 1/1;
    grid-row: 1/1;
  }
  .widget-cta .label {
    position: initial;
    max-width: initial;
    left: initial;
    top: initial;
    transform: none;
    align-self: center;
    justify-self: center;
  }
}

/**
 * Widget: Social
 */
.widget-social {
  text-align: center;
}

.widget-social .social-icons {
  margin-bottom: -5px;
}

.widget-social .social-link {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
}

.widget-social .tsi-google-plus {
  padding-left: 2px;
}

.widget-social .social-link:hover {
  color: var(--main-color);
}

/**
 * Widget: Social Follow
 */
.social-follow {
  margin: 0 -6px;
  margin-bottom: -12px;
}

.social-follow .service {
  float: left;
  width: 50%;
  padding: 0 6px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.social-follow .service-link {
  display: flex;
  align-items: center;
  padding: 0 11px;
  background: #000;
  font-family: var(--ui-font);
  letter-spacing: -0.01em;
  font-size: 13px;
  font-weight: 600;
  line-height: 37px;
  color: #fff;
}

.social-follow .service-link:hover {
  filter: brightness(110%);
}

.social-follow .the-icon {
  width: 16px;
  margin-left: 4px;
  margin-right: 12px;
  margin-top: 1px;
  font-size: 18px;
}

.social-follow .count {
  margin-left: 5px;
  margin-right: 8px;
}

.social-follow .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-follow .facebook {
  background: #3059b0;
}

.social-follow .gplus {
  background: #e6422e;
}

.social-follow .twitter {
  background: #55acef;
}

.social-follow .youtube {
  background: #cd201f;
}

.social-follow .vimeo {
  background: #1ab7ea;
}

.social-follow .instagram {
  background: #f77737;
}

.social-follow .pinterest {
  background: #e52730;
}

/**
 * Widget: Instagram reskin
 */
.spc-insta-image-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.spc-insta-image-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget .spc-insta-media {
  overflow: hidden;
  margin: 0 -4px;
  margin-bottom: -8px;
}

.widget .spc-insta-item {
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0 4px;
  margin-bottom: 8px;
}

.widget .spc-insta-image {
  transition: opacity 0.3s ease-in;
  will-change: opacity;
}

.widget .spc-insta-image:hover {
  opacity: 0.8;
}

/**
 * Widget: Mailchimp Subscribe - for integrated and external plugin widget
 */
.sidebar .widget_mc4wp_form_widget,
.sidebar .widget-subscribe,
.widget-subscribe-boxed .widget_mc4wp_form_widget,
.widget-subscribe-boxed .widget-subscribe {
  padding: 28px 30px;
  background: #f7f7f7;
}

.sidebar .widget_mc4wp_form_widget .widget-title,
.sidebar .widget-subscribe .widget-title,
.widget-subscribe-boxed .widget_mc4wp_form_widget .widget-title,
.widget-subscribe-boxed .widget-subscribe .widget-title {
  position: relative;
  margin: 0;
  border: 0;
  margin-bottom: 40px;
  line-height: 1;
  background: transparent;
  color: var(--black-800);
}

.sidebar .widget_mc4wp_form_widget .widget-title .title,
.sidebar .widget-subscribe .widget-title .title,
.widget-subscribe-boxed .widget_mc4wp_form_widget .widget-title .title,
.widget-subscribe-boxed .widget-subscribe .widget-title .title {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  text-transform: inherit;
  line-height: inherit;
}

.sidebar .widget_mc4wp_form_widget .widget-title:after,
.sidebar .widget-subscribe .widget-title:after,
.widget-subscribe-boxed .widget_mc4wp_form_widget .widget-title:after,
.widget-subscribe-boxed .widget-subscribe .widget-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 9px);
  margin-top: 18px;
  width: 18px;
  height: 1px;
  background: #b4b4b4;
}

.sidebar .widget_mc4wp_form_widget .message,
.sidebar .widget-subscribe .message,
.widget-subscribe-boxed .widget_mc4wp_form_widget .message,
.widget-subscribe-boxed .widget-subscribe .message {
  text-align: center;
}

.dark .widget_mc4wp_form_widget,
.dark .widget-subscribe {
  background: transparent;
}

.dark .widget_mc4wp_form_widget .message,
.dark .widget-subscribe .message {
  color: inherit;
}

.widget .mc4wp-form .message,
.widget-subscribe .message {
  margin-bottom: 22px;
  color: #353535;
  font-size: 14px;
  letter-spacing: var(--text-tracking);
  line-height: var(--text-lh);
}

.widget .mc4wp-form input,
.widget-subscribe input {
  box-sizing: border-box;
  width: 100%;
  height: 41px;
}

.widget .mc4wp-form p:last-of-type,
.widget-subscribe p:last-of-type {
  margin-top: -16px;
  margin-bottom: 0;
}

.widget .mc4wp-response {
  margin-top: 20px;
  text-align: center;
}

.mc4wp-alert {
  padding: 10px 10px;
  background: #fcf8e3;
  color: #8a6d3b;
  font-size: 12px;
}

.mc4wp-error {
  background: #f2dede;
  color: #b94a48;
}

.mc4wp-success {
  background: #dff0d8;
  color: #3c763d;
}

/**
 * Widget: Twitter
 */
.widget-twitter .meta {
  display: flex;
}

.widget-twitter .meta a {
  margin-right: 16px;
  color: #bbb;
  font-size: 13px;
}

.widget-twitter .meta a:hover {
  filter: invert(1.2);
}

.widget-twitter .meta .date {
  margin: 0;
  margin-left: auto;
  font-family: var(--ui-font);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.widget-twitter .tweet {
  margin-bottom: 35px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
}

.widget-twitter .follow {
  display: block;
  margin-top: -6px;
  font-family: var(--ui-font);
  text-transform: uppercase;
}

.dark .widget-twitter .meta a {
  color: #6f6f6f !important;
}

.dark .widget-twitter .tweet {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

/**
 * Widget: Slider
 */
.widget-slider .item {
  position: relative;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.widget-slider .slick-track {
  -webkit-perspective: 2000;
}

.widget-slider .slides {
  max-height: 400px;
}

.widget-slider .slick-initialized.slides {
  max-height: none;
}

.widget-slider .slick-initialized .item {
  opacity: 1;
}

.widget-slider .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.widget-slider .post-meta {
  margin: 0;
}

.widget-slider .post-meta .post-date,
.widget-slider .post-meta .post-cat > a {
  color: #fafafa;
}

.widget-slider .post-cat {
  display: block;
  margin-bottom: 18px;
}

.widget-slider .post-cat > span {
  display: none;
}

.widget-slider .post-title {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.25;
}

.widget-slider .post-title a {
  color: #fff;
}

.widget-slider .post-title a:hover {
  opacity: 0.9;
}

.widget-slider .post-date {
  font-weight: 400;
}

.widget-slider .slick-arrow {
  display: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 10px;
  margin-top: -19px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.widget-slider .slick-arrow i {
  line-height: inherit;
}

.widget-slider .slick-arrow:hover {
  background: #fff;
  color: #161616;
}

.widget-slider .next-arrow {
  left: auto;
  right: 10px;
  padding-left: 2px;
}

.widget-slider .prev-arrow {
  padding-right: 2px;
}

.widget-slider .slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/**
 * Widgets: WordPress Defaults
 */
.textwidget {
  font-family: var(--text-font);
  font-size: var(--text-size);
  letter-spacing: var(--text-tracking);
  line-height: var(--text-lh);
  color: var(--text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Shared Default Widgets */
.widget_links,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_pages,
.widget_nav_menu {
  color: var(--widgets-text-color, var(--black-color));
}

.widget_links ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin-top: -12px;
}

.widget_links li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  padding: 0px 0;
  margin-bottom: 4px;
  padding-top: 0;
  border-bottom: none;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
}

.widget_links li:only-child,
.widget_meta li:only-child,
.widget_recent_comments li:only-child,
.widget_recent_entries li:only-child,
.widget_rss li:only-child,
.widget_pages li:only-child,
.widget_nav_menu li:only-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.widget_links li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_rss li a,
.widget_pages li a,
.widget_nav_menu li a {
  -webkit-font-smoothing: initial;
}

.widget_links li > ul,
.widget_meta li > ul,
.widget_recent_comments li > ul,
.widget_recent_entries li > ul,
.widget_rss li > ul,
.widget_pages li > ul,
.widget_nav_menu li > ul {
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: -24px;
  border-top: 1px solid #ebebeb;
}

.widget_links li > ul li,
.widget_meta li > ul li,
.widget_recent_comments li > ul li,
.widget_recent_entries li > ul li,
.widget_rss li > ul li,
.widget_pages li > ul li,
.widget_nav_menu li > ul li {
  margin-left: 14px;
}

.widget_links li > ul li:last-child,
.widget_meta li > ul li:last-child,
.widget_recent_comments li > ul li:last-child,
.widget_recent_entries li > ul li:last-child,
.widget_rss li > ul li:last-child,
.widget_pages li > ul li:last-child,
.widget_nav_menu li > ul li:last-child {
  border-bottom: 0;
}

.widget_rss .rssSummary {
  margin-top: 12px;
}

.widget_rss a {
  font-weight: 600;
}

.recentcomments .comment-author-link,
.recentcomments .comment-author-link a {
  font-style: italic;
  color: inherit;
}

/* Widget: Tag Cloud */
.tagcloud a {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  padding: 8px 18px;
  background: #f0f0f0;
  color: var(--black-color);
  font-size: 12px !important;
  text-transform: capitalize;
  line-height: 1;
}

.tagcloud a:hover {
  background: #f9f9f9;
}

/* Widget: Categories / Archives - shared with WooCommerce too */
.widget_categories,
.widget_product_categories,
.widget_archive {
  color: #c3c3c3;
  font-family: var(--ui-font);
}

.widget_categories select,
.widget_product_categories select,
.widget_archive select {
  width: 100%;
}

.widget_categories ul,
.widget_product_categories ul,
.widget_archive ul {
  margin-top: -12px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.widget_categories li,
.widget_product_categories li,
.widget_archive li {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px;
  border-bottom: 1px solid #ebebeb;
  font-size: 13px;
  line-height: 1.8;
}

.widget_categories li:only-child,
.widget_product_categories li:only-child,
.widget_archive li:only-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget_categories a,
.widget_product_categories a,
.widget_archive a {
  margin-right: auto;
  color: var(--black-color);
  font-family: var(--text-font);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: var(--text-tracking);
}

.widget_categories a:before,
.widget_product_categories a:before,
.widget_archive a:before {
  content: "";
  float: left;
  margin-top: 9px;
  margin-right: 12px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  box-sizing: border-box;
}

.widget_categories .children,
.widget_product_categories .children,
.widget_archive .children {
  margin-top: 12px;
  border-top: 1px solid #ebebeb;
}

.widget_categories .children li,
.widget_product_categories .children li,
.widget_archive .children li {
  margin-left: 14px;
}

.widget_categories .children li:last-child,
.widget_product_categories .children li:last-child,
.widget_archive .children li:last-child {
  border-bottom: 0;
}

/* Widget: Calendar */
.widget_calendar thead {
  border: 1px solid #ebebeb;
}

.widget_calendar th {
  text-align: center;
  padding: 10px 0;
  border: 0;
  font-size: 11px;
  color: #666;
}

.widget_calendar caption {
  padding-bottom: 14px;
  font-size: 13px;
}

.widget_calendar tr td {
  padding: 7px 0;
  background: transparent;
  border: 1px solid #efefef;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.widget_calendar td a {
  font-weight: 700;
}

.widget_calendar #today {
  font-weight: 700;
}

.widget_calendar tfoot a {
  font-weight: 600;
}

/* Widget: Search */
.widget_search .search-field {
  width: 100%;
  height: 3.1em;background: #f2f5f6 !important;
}

.widget_search .search-form {
  position: relative;
}

.widget_search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f86e38;
  background: transparent;
  font-size: 14px;
}

.the-post .widget_search .search-field {
  font-size: 15px;
  color: #888;
}

.widget-a-wrap .the-wrap {
  text-align: center;
}

.widget-a-wrap .the-wrap > div,
.widget-a-wrap .the-wrap > iframe,
.widget-a-wrap .the-wrap img {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Classes: WordPress Defaults
 */
.alignnone,
.wp-block-image figure,
figure.wp-block-image,
.wp-block-gallery,
.wp-block-embed {
  margin: var(--p-media-margin) auto;
}

.alignwide,
.alignfull {
  margin: calc(var(--p-media-margin) + 4px) auto;
}

.alignright,
a img.alignright,
.wp-block-image .alignright {
  float: right;
  margin: 4px 0 20px 30px;
}

.alignleft,
a img.alignleft,
.wp-block-image .alignleft {
  float: left;
  margin: 4px 30px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: var(--p-media-margin) auto;
  text-align: center;
}

.aligncenter > img,
div.aligncenter > img {
  margin: 0 auto;
}

p img.alignnone,
img.alignnone {
  display: block;
  margin: var(--p-media-margin) auto;
}

p img,
figure img {
  vertical-align: middle;
}

.wp-caption {
  max-width: 100%;
}

figcaption {
  font-style: italic;
  font-size: calc(0.28571em + 9.28571px);
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
}

.wp-caption-text,
.wp-block-image figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption {
  margin-top: calc(.5em + 5px);
  padding-bottom: 2px;
}

/**
 * Gutenberg blocks
 */
.wp-block-image:not(figure) {
  margin: 0;
}

.wp-block-image figcaption {
  margin-bottom: 0;
}

.wp-block-embed__wrapper {
  display: flex;
  flex-direction: column;
}

.wp-block-embed figcaption {
  text-align: inherit;
}

.aligncenter .wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-embed-twitter figcaption, .wp-block-embed-instagram figcaption {
  margin-top: calc(.5em - 4px);
}

.wp-block-embed-youtube {
  text-align: center;
}

.wp-block-pullquote {
  margin: 2em 0;
  padding: 0;
  padding-left: 30px;
  font-size: calc(1.07692em + 4px);
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  color: #252525;
}

.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.wp-block-pullquote blockquote:not(.has-text-color) {
  color: inherit;
}

.wp-block-pullquote blockquote:before {
  position: absolute;
  margin-left: -33px;
  margin-top: 20px;
  z-index: 0;
  color: var(--main-color);
  opacity: .13;
  font-size: 96px;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  padding-top: 0.15em;
  padding-bottom: 1em;
  max-width: 40%;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: inherit;
  line-height: inherit;
}

.wp-block-pullquote.alignleft {
  margin-right: 6%;
}

.wp-block-pullquote.alignright {
  margin-left: 3.9%;
}

.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote p + cite {
  margin-top: 24px;
  color: #9c9c9c;
  font-style: normal;
}

.wp-block-pullquote.is-style-solid-color {
  padding: 25px;
  font-size: calc(1em + 6px);
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: initial;
  text-align: center;
}

.wp-block-pullquote.is-style-solid-color blockquote:before {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: inherit;
}

.wp-block-pullquote .has-text-color cite {
  color: inherit;
}

.wp-block-separator {
  background: #e1e1e1;
}

.wp-block-separator:not(.is-style-wide) {
  margin: 2.8em auto;
  height: 2px;
  max-width: 180px;
}

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  padding-left: 21px;
  color: inherit;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 21px;
  font-family: georgia, serif;
}

hr.is-style-dots {
  color: #666;
}

.wp-block-audio.aligncenter > audio, .wp-block-audio.alignwide > audio, .wp-block-audio.alignfull > audio {
  width: 100%;
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-column {
  margin-bottom: 32px;
}

.wp-block-column > :not(._):last-child {
  margin-bottom: 0;
}

.wp-block-column > ul,
.wp-block-column > ol {
  margin-bottom: 2em;
  margin-left: 25px;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: calc(70px + 2.2em);
  line-height: 0.78;
  margin: .02em 13px 0em 0;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
}

@supports (-ms-ime-align: auto) {
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 6.1em;
  }
}

p.has-background {
  padding: 25px 30px;
}

.has-very-light-gray-background-color {
  background: #f3f3f3;
}

.wp-block-button {
  --bg-color: var(--main-color);
  --text-color: #fff;
}

.wp-block-button.is-style-outline {
  --bg-color: transparent;
  --text-color: var(--black-color);
}

.wp-block-button__link {
  -webkit-appearance: none;
  padding: 13px 20px;
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  height: auto;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-radius: 0;
}

.wp-block-button__link:not(.has-background) {
  background: var(--bg-color);
}

.wp-block-button__link:not(.has-text-color) {
  color: var(--text-color);
}

.wp-block-button__link:not(._):hover {
  opacity: 1;
  background: #000;
  border-color: #000;
  color: #fff;
}

.wp-block-cover {
  width: auto;
  color: #fff;
}

.wp-block-cover__inner-container > :last-child {
  margin-bottom: 0;
}

.wp-block-cover .aligncenter {
  margin: 0 auto;
}

.wp-block-cover-image {
  color: #fff;
}

.wp-block-media-text figure > img {
  display: block;
  margin-bottom: 0;
}

.wp-block-group {
  margin: 2.5em auto;
}

.wp-block-group.has-background {
  padding: 2.5em;
}

.wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}

.wp-block-group:not(.alignwide):not(.alignfull) * {
  max-width: initial;
}

.wp-block-group .alignfull {
  margin-top: 2.5em;
}

.wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
}

.wp-block-latest-posts li,
.wp-block-social-links li {
  padding: 0;
  margin-bottom: 0;
}

.wp-block-social-links a {
  color: #fff;
}

.wp-block-table:not(table) {
  overflow: unset;
}

.alignfull > .wp-block-group__inner-container,
.alignwide > .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1170px;
  max-width: var(--post-content-width, var(--main-width));
}

.alignfull .alignfull,
.alignwide .alignwide {
  margin-left: 0;
  margin-right: 0;
}

.no-sidebar .alignnone:not(img) {
  width: auto !important;
}

.no-sidebar .alignnone img,
.no-sidebar img.alignnone {
  width: 100%;
  max-width: initial;
}

.no-sidebar .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
}

@supports (--var: 1) {
  .no-sidebar .alignfull {
    margin-left: calc(50% - 50vw - (var(--content-share-ml, 0px) / 2)) !important;
  }
}

.no-sidebar .alignfull.wp-block-image img {
  max-width: 100vw;
  width: 100vw;
}

/**
 * Default galleries
 */
.gallery {
  margin: -5px;
}

.gallery-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
}

.gallery-item a img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.gallery-columns-1 .wp-caption-text {
  margin-top: 12px;
  margin-bottom: 28px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
  display: none;
}

.right-sidebar .gallery-columns-5 .wp-caption-text,
.right-sidebar .gallery-columns-6 .wp-caption-text {
  display: none;
}

/**
 * Gutenberg Gallery
 */
.wp-block-gallery li {
  padding: 0;
}

.wp-block-gallery li:before {
  display: none !important;
}

.wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}

.wp-block-gallery .blocks-gallery-item figure {
  position: relative;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  padding: 7px 10px;
  background: rgba(17, 17, 17, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  transition: all .3s ease-in;
}

.wp-block-gallery .blocks-gallery-item:hover figcaption {
  visibility: visible;
  opacity: 1;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 5px 10px;
  margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 10px) / 2);
}

.wp-block-gallery .blocks-gallery-caption {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

/**
 * One + Two Columns Gallery
 */
.gallery-1-2 {
  margin: 32px -5px;
}

.gallery-1-2 > .gallery {
  margin: 0;
}

.gallery-1-2 img {
  display: block;
}

.gallery-1-2 .gallery-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 50%;
  max-width: 100%;
  padding: 5px;
  float: left;
}

.gallery-1-2 .gallery-item:hover .gallery-caption {
  visibility: visible;
  opacity: 1;
}

.gallery-1-2 .gallery-item:nth-child(3n+1) {
  width: 100%;
}

.gallery-1-2 .gallery-caption {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 7px 10px;
  background: rgba(17, 17, 17, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px;
  color: #fff;
  font-size: 12px;
  transition: all .3s ease-in;
}

/**
 * Gallery slider
 */
.gallery-slider {
  visibility: hidden;
  margin-bottom: 36px;
}

.gallery-slider.slick-initialized {
  visibility: visible;
}

.gallery-slider img {
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.gallery-slider img:hover {
  opacity: 0.84;
}

.gallery-slider .slick-slide {
  position: relative;
}

.gallery-slider .slick-slide img {
  margin-bottom: 0 !important;
}

.gallery-slider .caption {
  position: absolute;
  padding: 7px 10px;
  background: rgba(17, 17, 17, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

/**
 * 12. =Miscellaneous
 * ----------------------------------------------------------------------------
 */
/**
 * Slick slider
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus,
.slick-slide:focus,
.slick-slide a {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mobile-nav {
  display: none;
  float: right;
  font-size: 28px;
  color: #333333;
}

.dark .mobile-nav {
  color: #fff;
}

/**
 * Mobile Navigation 
 */
.mobile-menu {
  font-size: 12px;
  font-family: var(--ui-font);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #161616;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu ul {
  max-height: 0;
  opacity: 0;
  background: transparent;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transition: opacity .6s ease, max-height .8s ease;
}

.mobile-menu ul li {
  float: none;
  clear: both;
  display: block;
  max-width: 100%;
  padding-left: 25px;
}

.mobile-menu ul li a {
font-size: 14px;
    color: #333;
    font-weight: 100;
    text-transform: inherit;
    justify-content: space-between;
    padding: 0px 20px !important;
    font-size: 15px;
    font-weight: 600;
}
.mobile-menu > li li a {
    border: none;
    margin: 0px;
       padding: 3px 0;
    margin: 10px 0;
}

.mobile-menu  ul.sub-menu {
    padding: 0px 0px;
}

.mobile-menu .nav-icons {
  display: none;
}

.mobile-menu .mega-menu {
  display: none;
}

.mobile-menu .item-active > ul {
  opacity: 1;
  max-height: 3000px;
  transition: opacity .4s ease-in, max-height 1s ease-in;
}

.mobile-menu li {
  position: relative; margin-bottom:15px;
}

.mobile-menu li a {
  position: relative;
    float: none;
    display: block;
    padding: 0px 0;
	    margin-bottom: 0px;
    padding-right: 50px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.07); */
    line-height: 1.4;
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;    color: #333; letter-spacing: 0 !important;
}

.mobile-menu .chevron {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 15px;
  margin-right: -15px;
  border: 0;
  color: #333;
  text-align: center;
  font-size: 12px;
    line-height: 1.7;
  cursor: pointer;
}

.mobile-menu .item-active > .chevron {
  transform: rotate(180deg);
}

.mobile-menu > li li {
  padding-left: 0px;
}

.mobile-menu ul li:last-child > a {
  border-bottom-color: none;
	border-bottom:0px !important;
}
@media (max-width: 1175px){li#menu-item-4113 a{
margin-left: 0px !important;
    width: 200px!important;
    text-align: center!important;
    padding: 10px!important;}
}

.tsi-times:before {
    content: "\f00d";
    font-weight: 100;
    font-size: 27px;
}

.mobile-menu ul li:last-child ul {
  border-bottom-color: transparent;
}

.mobile-menu ul li.item-active > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/*.mobile-menu li:hover > a,
.mobile-menu > .current-menu-item.menu-item > a,
.mobile-menu > .current-menu-parent.menu-item > a,
.mobile-menu > .current-menu-ancestor.menu-item > a,
.mobile-menu li li.current-menu-item a {
  background: rgba(0, 0, 0, 0.01);
}*/

/**
 * Off-canvas side menu
 */
.hide-scroll,
.nav-off-canvas {
  overflow-x: hidden;
}

.nav-off-canvas .main-wrap {
  position: relative;
  transition: transform 0.4s ease-in-out;
  transform: none;
}

.off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  height: 100%;
  width: 45vw;
  min-width: 200px;
  padding: 25px 20px;
  padding-top: 80px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  z-index: 1000;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease-in-out;
}

.off-canvas .mobile-logo {
  display: inline-block;
      max-width: 163px;
}

.off-canvas .logo {
  margin-bottom: 0px;
  text-align: left;
  margin-top: -37px;
  margin-bottom: 60px; display:none;
}

.off-canvas .close {
    position: absolute;
    top: 15px;
    right: 16px;
    padding: 0 9px;
    line-height: 26px;
    font-size: 36px;
    color:#ff941a;
}

.off-canvas .mobile-menu {
  transition: opacity 0.5s ease-in;
  opacity: 0.2;
}

.admin-bar .off-canvas {
  top: 52px;
}

.off-canvas-active .off-canvas {
  transform: translate3d(0, 0, 0);
  *box-shadow: 4px 0px 8px 0 rgba(0, 0, 0, 0.2);
}

.off-canvas-active .mobile-menu {
  opacity: 1;
}

.off-canvas-active .main-wrap {
  transform: translate3d(0vw, 0, 0);
}

.off-canvas-active .main-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

/**
 * Visual Composer changes
 */
.page-content .block.last-block,
.page-content .blocks .last-block {
  margin-bottom: 0;
}

.vc_column_container > .vc_column-inner:not([class*="vc_custom"]) {
  padding: 0 !important;
}

.ts-row[data-vc-stretch-content] > .vc_column_container {
  padding-left: 0;
  padding-right: 0;
}

.wpb_wrapper > .sidebar {
  padding-left: 30px;
}

.vc_btn-content {
  box-sizing: border-box;
}

.the-post > .blocks:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper > .block:last-child {
  margin-bottom: 0;
}

body {
  visibility: visible;
  overflow: initial;
}

.single .main-wrap {
  overflow-x: hidden;
}

.wf-loading .ts_ld {
  z-index: 99999;
  position: fixed;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.egcf-modal .checkbox {
  color: var(--main-color);
}
.home-top-banner { text-align:center;    padding-bottom: 0px;    padding-top: 10px;}
.home-top-banner .post-content{     margin-bottom: 5px;   margin-top: 0px;}
#arrow-top-patch{ position:relative;width:100%;margin:0 auto;}
#arrow-top-patch:before{content:''; 
/* 	background:url(https://www.techforce.ai/supervity/wp-content/uploads/2022/03/home-arrow.png) no-repeat center;  */
	
	width:137px; height:316px; position: absolute;  top: -264px;  left: 130px;}
.home-top-banner h1{    font-size: 45px;  line-height: 57px; text-align: center;    margin-bottom: 5px;}
.light-blue-patch { background: #f6f6f6;  padding: 65px 0;padding-bottom: 0px;    text-align: center;}
.white-patch { *background: #fff;  padding: 39px 0;     margin-top: 44px; margin-bottom: 35px;  text-align: center;}
.light-blue-patch h2, .white-patch h2{text-align: center; font-size: 36px;  line-height: 46px; margin-bottom: 15px;}
.light-blue-patch p, .white-patch p{ font-size: 16px;margin-bottom: 0px;    color: #1d262e;}
.c-y677{ text-align:center;}
.c-y677 h2{font-size: 30px;    line-height: 40px;    margin-bottom: 0px;}
.c-y677 .post-content{    margin-top: 6px;    margin-bottom: 22px !important;}
.c-y677 p{font-size: 16px; color:#000;   line-height: 1.8125;}
.c-y677 h2 br, .c-y677 p br{ display:none;}
h4.number-div-liast{text-align: center;  color: #f8f8f7;  font-size: 370px; letter-spacing: -20px;opacity: 0.7;  position: absolute; top: 0; line-height: 0; left: 0;  right: 0; z-index: -1;    white-space: nowrap;}
.l-r-number-p{ position:relative;    padding-top: 100px;    }
.four-colum-box-icon .vc_col-sm-3.col-3 { border-right: 1px solid #d8d8d8;padding: 0 4%;}

.four-colum-box-icon .vc_col-sm-3.col-3:last-child { border-right: none;}
.p-huy7656{ margin-bottom:0px !important;}
.four-colum-box-icon .vc_col-sm-3.col-3 h5{ font-size: 20px; line-height: 24px;  margin-bottom: 13px;  margin-top: 10px;}
.four-colum-box-icon .vc_col-sm-3.col-3 p{    text-align: center;  font-size: 14px; line-height: 24px;margin-bottom: 0 !important;}
.four-colum-box-icon .f-4-i-space{ margin-bottom:0px;}
.top-section-heading-p {   margin: 0 auto;margin-bottom: 40px;}
.top-section-heading-p .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.post-content.wpb_start_animation.animated{ margin-bottom:0;}
li#menu-item-1793 a ,li#menu-item-1791 a,li#menu-item-1792 a{
    -moz-border-radius: 3px / 3px 3px 3px 3px;
    -webkit-border-radius: 3px / 3px 3px 3px 3px;
    border-radius: 3px / 3px 3px 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ff941a;
    color: #fff;
    font-size: 14px;
}

.subscribe-form-input, .subscribe-form-btn{display: inline-block;vertical-align: top; margin-top: 0px;}
.post-template-default .sub-form-post h5{font-size: 18px;}
.wpcf7 .subscribe-form-input .wpcf7-form-control-wrap { margin-top: 0px !important;}
.subscribe-form-btn .wpcf7-spinner{ position: absolute;}
.sub-form-0987 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    max-width: 404px;
    margin: 20px auto;
}
.sub-form-0987 { margin-bottom: 3px !important;}
.sub-form-0987 p{ font-size: 14px;}
.sub-form-0987 .wpcf7-response-output{max-width: 404px;    margin: 0 auto !important;}
.page-content {    text-align: center;}
.loader {
    font-size: 40px;
    color: #000;
    font-family: var(--h-font);
    font-weight: 600;
    line-height: 30px;
}
span.count {
    font-size: 40px;
    color: #000;
    font-family: var(--h-font);
    font-weight: 600;
}
.number-counter .post-content {
    margin-bottom: 0;
}
.number-counter{ margin:26px 0 150px 0;}
.persnol-use{ background:rgba(255,175,75,1); border-radius:12px; padding:61px 0;width: 88%;margin: auto;text-align: center;display:none;}

.persnol-use .wpb_content_element, .persnol-use .vc_btn3-container.vc_btn3-inline{ margin-bottom:0;}
.persnol-use p{    font-size: 36px;    color: #fff;    line-height: 49px;}
.home-top-banner .wpb_single_image.wpb_content_element.vc_align_center{    margin-bottom: 6px;margin-top: 0;}
.sub-form-0987 {  margin-top: 20px;}
.productive-persion{ text-align: left;}
#j8752{}
.succeed-346 .f-4-i-space{    margin-bottom: 15px; margin-top:0;}
.productive-persion .vc_col-sm-3.col-3 { padding-right: 0; max-width: 80px;}
#j8752 { margin-top: 7px;}
#j8752 .vc_col-sm-9.col-9{ font-size:12px;    line-height: initial;margin-top: 6px;    padding-left: 5px;}
#j8752 .vc_col-sm-9.col-9 strong{ font-size:16px;}
/*
 li#menu-item-1792 a:before {  content: "\f007";  font-family: 'FontAwesome';  font-size: 16px;  vertical-align: middle;
    margin-right: 5px;}
li#menu-item-1791 a:before{ content: "\f090";font-family: 'FontAwesome';  font-size: 16px; vertical-align: middle;    margin-right: 5px;    margin-bottom: 30px;}
*/


.title {  line-height: 57px;}
.office-list {   margin: 115px 0;    margin-bottom: 0;}
.office-list h2, .inner-image-page h2{ margin-bottom: 40px;}
.office-list .address .vc_col-sm-4.col-4 .vc_column-inner{
	background: #f5f5f5;
    padding: 8% !important;
    min-height: 285px;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 4px;
}
.office-list .address .vc_col-sm-4.col-4 .vc_column-inner .wpb_single_image{ margin-bottom:30px;    margin-top: 0;}
.office-list .address .vc_col-sm-4.col-4 .vc_column-inner .wpb_text_column.wpb_content_element.post-content{ margin-bottom:0;}
.contact-us-form { max-width: 727px; margin: 0 auto; margin-top:80px;}
.contact-us-form input, .contact-us-form select, .contact-us-form textarea {
    height: auto;    width: 100%;
    border: none;
    border-bottom: 1px solid #333333;    padding: 4px 0px;
	color: #1d262e;
    font-size: 17px;
	
}

.contact-us-form .ct-fr09899 .vc_col-sm-6.col-6, .contact-us-form .ct-fr09899 .vc_col-sm-12.col-12{ margin-bottom:30px;}
.contact-us-form .ct-fr09899 .vc_col-sm-6.col-6 .wpcf7-form-control-wrap, .contact-us-form .ct-fr09899 .vc_col-sm-12.col-12 .wpcf7-form-control-wrap{padding-bottom:25px;}
.contact-us-form .ct-fr09899 label.error {
    position: absolute;
    bottom: 0;
    left: 0;
}
.btnsubmit input {
   border-radius: 3px / 3px 3px 3px 3px;
    background-color: #F96331;
    color: #fff;
    font-size: 14px;
    padding: 16px 0px;
    width: 100%;
    max-width: 244px;
    border: none;
	
}

li#menu-item-1793 {
    display: none;
}
#right-side-img{ float:right !important;}
li#custom_html-2 { width: 100%; padding: 0;}
li#custom_html-2 .ts-row.blocks.cf.wpb_row.free-for-persnol-use.persnol-use {  margin-left: 0;text-align: center;    margin-right: 0;}

.wpb_single_image.wpb_content_element.vc_align_left.f-4-i-space {  margin-bottom: 18px;}
.persnol-use button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-white {
    border-radius: 8px;
}

.persnol-use .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    color: #333333 !important;
    padding: 13px 50px !important;
}

span.made {
    float: right;
}

.lower-footer span.made a {
    color: #f96331;
}
a.launguage {
    margin-right: 15px;
}

a.terms {
    margin-left: 15px;
}

@media (min-width: 940px) {
li#bunyad-widget-about-2 { width: 40%;padding-left: 0;padding-right: 3.8%;}
/*#nav_menu-3, li#nav_menu-4, li#text-2 {width: 13%;padding-right:0px;}*/
/*#nav_menu-6 {width: 21%;padding-right: 0;}*/
li#text-2,li#nav_menu-4{width:30%;padding-right:0px;}

}

@media (max-width: 1500px) { .single-magazine.the-post-modern .post-top .post-title { font-size: calc(1.42857vw + 16.57143px); }
  .post-share-float {
    margin-left: -90px;
    margin-left: calc(-100px + ((1500px - 100vw) * 0.2));
  }
  .has-share-float.content-normal {
    --content-share-ml: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 1440px) {
  .post-nav .post.ss-overlap {
    top: 80%;
  }
}

@media (max-width: 1350px) {
  .has-share-float.content-normal {
    --content-share-ml: 90px;
    margin-left: 90px;
  }
  .has-share-float.content-spacious {
    --content-share-ml: 95px - 3.896%;
    margin-left: calc(95px - 3.896%);
  }
}

@media (max-width: 1200px) {
  .main-head.simple-boxed .inner > .wrap {
    max-width: 100%;
  }
  .nav-relative .mega-menu {
    width: calc(100vw - 70px);
  }
  .the-post-modern {
    max-width: 790px;
  }
  .the-post-modern .featured .image-link {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .single-magazine .post-top .post-title {
    font-size: 25px;
  }
  .main-footer.dark .social-strip li {
    margin-right: 28px;
  }
  .main-footer.alt .lower-footer > .wrap {
    padding: 30px 35px;
  }
  .main-footer.stylish .lower-footer > .wrap {
    padding: 30px 35px;
  }
  .main-footer.bold .lower-footer > .wrap {
    padding: 30px 35px;
  }
  .subscribe-box {
    text-align: center;
  }
  .subscribe-box .text {
    float: none;
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .subscribe-box .fields {
    float: none;
  }
  .subscribe-box .button {
    margin-bottom: 20px;
  }
  .posts-carousel .navigate {
    display: none;
  }
  .carousel-slider .overlay {
    width: 100%;
  }
  .feat-grid .item-medium .post-title {
    font-size: calc(var(--feat-grid-title-m) * 0.9);
  }
  .feat-grid .item-large .post-title {
    font-size: calc(var(--feat-grid-title-l) * 0.85);
  }
  .post-content table {
    display: block;
    overflow-x: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    -webkit-overflow-scrolling: touch;
  }
  .post-content table tbody {
    display: table;
    table-layout: initial !important;
    width: 100%;
  }
  .alignleft,
  .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    max-width: 50%;
  }
}

@media (max-width: 940px) {/* All columns full-width */
h1 { font-size: 36px;  line-height: normal;}
h2 {  font-size: 28px;  line-height: normal;}
.office-list .address .vc_col-sm-4.col-4 .vc_column-inner {   margin-bottom: 30px;}

.office-list {   margin-bottom: 0;    margin-top: 75px;}
li#custom_html-2 p {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: normal;
}
#arrow-top-patch:before {  left: 0px;}
.four-colum-box-icon .vc_col-sm-3.col-3 {
    border-right: none;
    padding: 0 4%;
    margin-bottom: 50px;
}
.l-r-number-p {
    position: relative;
    padding-top: 115px;
}
.productive-persion .col-4{margin-bottom:50px;}
.productive-persion .col-4:last-child{margin-bottom:0px;}
.productive-persion .col-4 p br{ display:none; }
#j8752 .col-3 {  float: left;}
.persnol-use {  padding: 31px 0;}
li#custom_html-2 {  margin-bottom: 50px;}
	
  .ts-row .column,
  .column,
  .ts-row [class^="col-"],
  .ts-row [class*=" col-"] {
    float: none;
    width: 100%;
  }
  .md\:grid-1 {
    --g-cols: 1;
  }
  .md\:grid-2 {
    --g-cols: 2;
  }
  .md\:grid-3 {
    --g-cols: 3;
  }
  .md\:grid-4 {
    --g-cols: 4;
  }
  .md\:grid-5 {
    --g-cols: 5;
  }
  .md\:grid-6 {
    --g-cols: 6;
  }
  .md\:grid-auto {
    grid-template-columns: repeat(auto-fit, minmax(var(--w-min, 0), 1fr));
  }
  .top-bar .wrap-full {
    max-width: 100%;
  }
  .top-bar .social-icons {
    display: none;
  }
  .posts-ticker a {
    max-width: 90%;
  }
  .main-head.logo-left .title {
    float: none;
  }
  .main-head.logo-left .a-right {
    margin-top: 50px;
    float: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .main-head.nav-below {
    border-bottom: 1px solid #ebebeb;
  }
  .main-head:not(.top-below):not(.simple):not(.has-bg) + .common-slider {
    margin-top: 0;
  }
  .nav-below-b .social-icons {
    display: block;
  }
  .main-head.alt .social-icons {
    display: block;
  }
  .main-head.alt .social-icons li:nth-child(n+8) {
    display: none;
  }
  .main-head.compact .social-icons {
    display: block;
  }
  
  .main-head.compact .actions {
    display: none;
  }
  .main-head.simple .mobile-nav {
    display: block;
  }
  .main-head.simple .title {
    margin: 0 auto;
    max-width: 40vw;
    min-width: initial;
  }
  

  .single-cover .featured:before {
    *background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.4) 100%);
  }
  .the-post-modern {
    width: 100%;
  }
  .post-share-b .service {
    width: 180px;
  }
  .post-share-b .service:nth-child(n+3) {
    width: 45px;
  }
  .post-share-float {
    margin-left: -35px;
  }
  .has-share-float:not(.content-spacious) {
    --content-share-ml: 55px;
    margin-left: 55px;
  }
  .has-share-float.content-spacious {
    --content-share-ml: 30px;
    margin-left: 30px;
  }
  .page-404 .text-404 {
    margin-bottom: 35px;
  }
  .home-assorted .blocks .sidebar {
    display: none;
  }
  .main .sidebar {
    float: none;
    margin: 0 auto;
    margin-top: 65px;
    padding-left: 15px;
  }
  .sidebar .widget:last-child {
    margin-bottom: 0px;
  }
  .upper-footer {
    padding-bottom: 40px;
  }
  .upper-footer .ts-row {
    margin: 0;
  }
  .upper-footer .widget {
    margin-bottom: 25px;
    padding: 0;
  }
  .main-footer.dark .social-link .tsi {
    font-size: 15px;
  }
  .main-footer.dark .social-link .label {
    display: none;
  }
  .mid-footer {
    --mf-insta-cols: 5;
  }
  .contrast .lower-footer .copyright {
    margin-right: 0;
    max-width: initial;
  }
  .lower-footer .social-icons {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .main-footer.alt .upper-footer {
    padding-bottom: 20px;
  }
  .main-footer.alt .copyright {
    float: none;
    margin-right: 0;
    max-width: initial;
    text-align: center;
  }
  .main-footer.stylish .upper-footer {
    padding-bottom: 20px;
  }
  .main-footer.bold .upper-footer {
    padding-bottom: 20px;
  }
  .main-footer.bold .links .menu-item {
    font-size: 13px;
    margin-right: 30px;
  }
  .large-post-footer .col {
    float: left;
    width: 33.33%;
    flex: 0 0 auto;
  }
  .large-post-b .post-footer .col {
    width: 50%;
  }
  .large-post-b .post-footer .author {
    display: block;
  }
  .news-block .grid-post .wp-post-image {
    width: 100%;
  }
  .news-block .posts-list {
    margin-top: 30px;
  }
  .news-block .small-post {
    float: left;
    width: 50%;
  }
  .main-slider .slick-arrow {
    margin-left: 0;
  }
  .main-slider .prev-arrow {
    left: 25px;
  }
  .main-slider .next-arrow {
    right: 25px;
    left: auto;
  }
  .main-slider .image-link {
    max-width: initial;
    width: 100%;
  }
  .main-slider .item {
    margin: 0;
  }
  .beauty-slider {
    padding: 0;
  }
  .beauty-slider .wrap {
    max-width: initial;
  }
  .trendy-slider img {
    width: auto;
  }
  .fashion-slider {
    padding: 0;
  }
  .fashion-slider .wrap {
    max-width: initial;
  }
  .feat-grid .wrap .prev-arrow {
    left: 50px;
  }
  .feat-grid .wrap .next-arrow {
    right: 50px;
  }
  .feat-grid-equals.static .slides {
    --columns: 2;
  }
  .feat-grid-a .items-wrap {
    grid-template: unset;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-rows: minmax(auto, 250px);
  }
  .feat-grid-a .items-wrap .item {
    grid-area: initial;
  }
  .feat-grid-a .items-wrap .item-main {
    grid-column: 1 / -1;
  }
  .feat-grid-a .item-main {
    max-height: 450px;
  }
  .feat-grid-b > .wrap {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
  .feat-grid-b .items-wrap {
    grid-template-areas: "item1 item1" "item2 item3";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto minmax(auto, calc(50vw / var(--main-ratio)));
  }
  .feat-grid-b .item {
    min-height: 200px;
    max-height: 40vh;
  }
  .feat-grid-b .item-main {
    max-height: 50vh;
  }
  .feat-grid-c .items-wrap {
    grid-template-areas: "item1 item1" "item2 item3";
    grid-template-columns: 1fr 1fr;
  }
  .feat-grid-c .item {
    height: 300px;
    max-height: 55vh;
  }
  .feat-grid-c .item-main {
    max-height: 400px;
  }
  .feat-grid-d .item-1 {
    grid-column: 1 / -1;
  }
  .feat-grid-e .item-1 {
    grid-column: 1 / -1;
  }
  .feat-grid-g .item-1 {
    grid-column: 1 / -1;
  }
  .widget-cta img {
    width: 100%;
    max-width: initial;
  }

	.page-id-1974 .card-box.col-3{ margin-bottom: 50px;float:right;}
}

@media (max-width: 1175px) {
	.navigation {
    display: none;
  }
  .navigation-wrap {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .off-canvas {
    display: block;
  }
  .main-head.compact .title {
    margin: 0 auto;
    padding: 15px 0; text-align:left;
    line-height: 1;    min-width: 100%;
  }
}



@media (max-width: 782px) {
  .admin-bar .sticky-bar {
    top: 46px;
  }
}

@media (max-width: 767px) {
	.cli_main ul{
		    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
	}	
	
.light-blue-patch {  padding-bottom: 20px;}
.top-section-heading-p {    margin-bottom: 0px;}
	
  .sm\:grid-1 {
    --g-cols: 1;
  }
  .sm\:grid-2 {
    --g-cols: 2;
  }
  .sm\:grid-3 {
    --g-cols: 3;
  }
  .sm\:grid-4 {
    --g-cols: 4;
  }
  .sm\:grid-5 {
    --g-cols: 5;
  }
  .sm\:grid-6 {
    --g-cols: 6;
  }
  .sm\:grid-auto {
    grid-template-columns: repeat(auto-fit, minmax(var(--w-min, 0), 1fr));
  }
  .posts-ticker {
    display: inline-grid;
  }
  .main-head .title {
    padding: 60px 0;
  }
  .main-head .title .mobile-logo + .logo-image,
  .main-head .title picture + picture {
    display: none;
  }
  .main-head .title a {
    font-size: 55px;
  }
  .mobile-logo {
    display: block;    width: 100%;    max-width: 163px;
  }
  .main-head.simple .left-contain {
    left: 15px;
  }
  .main-head.simple .actions {
    right: 15px;
  }
  .the-post-foot {
    margin-top: 60px;
  }
  .tag-share .post-tags {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .tag-share .post-tags + .post-share {
    float: none;
    text-align: center;
  }
  .tag-share .post-tags + .post-share .post-share-icons {
    display: inline-block;
  }
  .tag-share .post-share {
    margin-bottom: 25px;
  }

  .single-cover .overlay .post-title {
    font-size: 30px; line-height:normal;
  }
  .single-magazine.the-post-modern .post-top .post-title {
    font-size: 30px;    line-height: normal;
  }
  .single-creative .featured {
    min-height: initial;
    height: 400px;
  }
  .single-creative .featured .post-title {
    font-size: 31px;
  }
  .post-share-float {
    position: static !important;
    display: flex;
    margin-left: 0;
    margin-top: -10px;
    margin-bottom: 30px;
    padding-left: 1px;
    height: auto !important;
  }
  .post-share-float .theiaStickySidebar {
    display: flex;
    width: 100%;
  }
  .single-magazine .post-share-float {
    display: none;
  }
  .post-share-float .services {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .post-share-float .service {
    margin-left: -1px;
    width: 60px;
    height: 40px;
  }
  .post-share-float .share-text {
    display: none;
  }
  .share-float-b .service {
    margin-left: 2%;
    margin-right: 2%;
    width: 40px;
    height: 40px;
  }
  .has-share-float {
    --content-share-ml: 0px !important;
    margin-left: 0 !important;
  }
  .comments-list .depth-2 .children {
    padding-left: 0;
  }
  .related-posts .post {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-posts .image-link .image-link {
    width: 100%;
    max-width: initial;
  }
  .related-posts.grid-2 .post {
    width: 100%;
    max-width: 500px;
  }
  .post-nav .post {
    padding-right: 15px;
  }
  .post-nav .post.next {
    padding-left: 15px;
  }
  .post-nav .label {
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .post-nav .content {
    flex-direction: column;
    justify-content: initial !important;
  }
  .post-nav .image-link {
    margin: 0 !important;
    width: 100%;
    order: 0 !important;
  }
  .post-nav .wp-post-image {
    width: 100%;
    height: 120px;
  }
  .post-nav-inline .previous + .next:before {
    display: none;
  }
  .blocks > .widget-cta .cta-box {
    width: 100%;
  }
  .blocks > .widget-cta img {
    max-height: 50vh;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .lower-footer .copyright {
    display: block;
    float: none;
    max-width: initial;
    margin: 0;
    text-align: center;
  }
  .lower-footer .to-top {
    float: none;
    
    margin-top: 10px;
    text-align: center; 
  }
  .main-footer.bold .links .menu-item {
    font-size: 12px;
    margin-right: 24px;
  }
  .main-footer.bold .lower-footer .social-icons .tsi {
    font-size: 16px;
  }
  .main-footer.bold .lower-footer .social-link {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .read-more-btn {
    font-size: calc(10px + (var(--rmore-btn-fs) - 10px) * 0.7);
  }
  .wp-post-image,
  .post-content img {
    will-change: initial;
  }
  .grid-post .image-link > img {
    width: 100%;
    max-width: initial;
  }
  .list-post .post-thumb {
    max-width: 30%;
  }
  .list-post-b .post-title {
    width: 100%;
    font-size: calc(var(--list-post-title-b) * 0.91);
  }
  .large-post-footer {
    margin-top: 25px;
  }
  .large-post-footer .col {
    width: 50%;
  }
  .large-post-footer .author {
    display: none;
  }
  .stylish-slider .heading {
    font-size: 20px;
  }
  .beauty-slider .overlay {
    padding: 20px 15px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .beauty-slider .post-title {
    font-size: 19px;
  }
  .beauty-slider .slick-dots {
    display: none !important;
  }
  .large-slider .item {
    height: 400px;
  }
  .large-slider .heading {
    font-size: 31px;
  }
  .large-slider .slick-arrow {
    display: none !important;
  }
  .bold-slider .item {
    min-height: initial;
    height: 400px;
  }
  .bold-slider .heading {
    font-size: 31px;
  }
  .bold-slider .slick-arrow {
    display: none !important;
  }
  .feat-grid .item-small .post-title {
    font-size: calc(var(--feat-grid-title-s) * 0.85);
  }
  .feat-grid .item-medium .post-title {
    font-size: calc(var(--feat-grid-title-m) * 0.85);
  }
  .feat-grid .item-large .post-title {
    font-size: calc(var(--feat-grid-title-l) * 0.7);
  }
  .feat-grid-equals.static .slides {
    --columns: 1;
  }
  .feat-grid-equals.static .item {
    max-height: 400px;
  }
  .feat-grid-a > .wrap {
    width: 94%;
    max-width: initial;
    padding: 0;
  }
  .feat-grid-a .items-wrap {
    grid-auto-rows: minmax(auto, calc(50vw / var(--main-ratio)));
  }
  .search-modal .search-field {
    font-size: 42px;
  }
  .search-modal-box {
    max-width: 100%;
  }
  .breadcrumbs .inner {
    overflow-x: auto;
  }
  .widget-posts .posts.full > .post {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  .widget-slider .slick-arrow {
    display: none !important;
  }
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    width: 100%;
    max-width: initial;
    margin: 0 !important;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 33.333%;
  }
}

@media (max-width: 600px) {
  .admin-bar .sticky-bar {
    top: 0;
  }
}

@media (max-width: 540px) {
  hr {
    margin: 35px 0;
  }
  .modern-quote,
  .wp-block-quote.is-style-large {
    font-size: 25px;
  }
  .modern-quote,
  .wp-block-quote.is-style-large {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .xs\:grid-1 {
    --g-cols: 1;
  }
  .xs\:grid-2 {
    --g-cols: 2;
  }
  .xs\:grid-3 {
    --g-cols: 3;
  }
  .xs\:grid-4 {
    --g-cols: 4;
  }
  .xs\:grid-5 {
    --g-cols: 5;
  }
  .xs\:grid-6 {
    --g-cols: 6;
  }
  .xs\:grid-auto {
    grid-template-columns: repeat(auto-fit, minmax(var(--w-min, 0), 1fr));
  }
  .main-head.simple .social-icons .tsi {
    font-size: 13px;
  }
  .main-head.simple .social-icons li:nth-child(n+3) {
    display: none;
  }
  .main-head.simple .social-icons li:nth-child(2) {
    margin-right: 0;
  }

  .single-cover .overlay {
    padding: 0px;
    padding-bottom: 0px;
  }

  .single-creative .featured {
    height: 300px;
  }
  .single-creative .featured .overlay {
    padding: 30px;
    padding-bottom: 20px;
  }
  .single-creative .featured .post-title {
    font-size: 28px;
  }
  .post-share-b .service {
    width: 45px;
  }
  .post-share-b .service i {
    margin: 0;
  }
  .post-share-b .label {
    display: none;
  }
  .author-box-b .image img {
    max-width: 55px;
  }
  .author-box-b .content {
    overflow: initial;
  }
  .author-box-b .author > a {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .author-box-b .author-bio {
    margin: 15px 0;
  }
  .comments-list .comment-content {
    overflow: initial;
  }
  .comments-list .bypostauthor .post-author {
    display: none;
  }
  .comments-list .comment-text {
    clear: both;
    padding-top: 6px;
  }
  .comment-form .inline-field {
    margin-left: 0;
    margin-bottom: 10px;
    flex-basis: 100%;
  }
  .main-footer.dark .social-strip li {
    margin-right: 22px;
  }
  .mid-footer {
    --mf-insta-cols: 3;
    --mf-insta-rows: 2;
  }
  .main-footer.bold .lower-footer > .wrap {
    padding: 30px 15px;
  }
  .post-title-alt {
    font-size: calc(15px + (var(--post-title-size) - 15px) * 0.7);
  }
  .blocks .block {
    margin-bottom: 45px;
  }
  .list-post {
    display: block;
  }
  .list-post .content {
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }
  .list-post .image-link {
    display: block;
  }
  .list-post .post-thumb {
    width: 100% !important;
    max-width: initial;
  }
  .list-post .post-title {
    font-size: calc(var(--list-post-title) * 0.91);
  }
  
  .large-post-b .likes-count {
    display: none;
  }
  .large-post-c .meta-title {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .large-post-c .post-title-alt {
    font-size: calc(14px + (var(--large-post-title) - 14px) * 0.6);
  }
  .subscribe-box .input {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
  }
  .posts-carousel.has-sep {
    padding-bottom: 45px;
  }
  .posts-carousel .slick-initialized .wp-post-image {
    width: 100%;
    max-width: initial;
  }
  .posts-carousel-b .slick-initialized .wp-post-image {
    width: 100%;
    max-width: initial;
  }
  .slider-overlay .read-more {
    display: none;
  }
  .main-slider .slick-arrow {
    display: none !important;
  }
  .trendy-slider .overlay {
    max-width: 85vw !important;
  }
  .trendy-slider .post-title {
    font-size: 19px;
  }
  .large-slider .item {
    height: 300px;
  }
  .large-slider .overlay {
    max-width: 95vw !important;
  }
  .large-slider .heading {
    font-size: 28px;
  }
  .large-slider .read-more {
    display: none;
  }
  .bold-slider .item {
    height: 300px;
  }
  .bold-slider .overlay {
    max-width: 95vw !important;
  }
  .bold-slider .heading {
    font-size: 28px;
  }
  .bold-slider .author {
    display: none;
  }
  .pos-bot .grid-overlay .content {
    padding-bottom: 18px;
  }
  .grid-overlay .content {
    padding: 14px;
  }
  .feat-grid .cat-labels a {
    font-size: 10px;
    line-height: 20px;
  }
  .feat-grid .item:not(.item-large) .category + .category {
    display: none;
  }
  .feat-grid-c .item {
    height: 66vw;
  }
  .feat-grid-a .item:not(.item-large) .meta-below,
  .feat-grid-b .item:not(.item-large) .meta-below,
  .feat-grid-c .item:not(.item-large) .meta-below {
    display: none;
  }
  .feat-grid-a .item:not(.item-large) :nth-last-child(2),
  .feat-grid-b .item:not(.item-large) :nth-last-child(2),
  .feat-grid-c .item:not(.item-large) :nth-last-child(2) {
    margin-bottom: 0;
  }
  .alignleft,
  .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
    margin: 30px auto !important;
  }
  figure.alignleft img,
  figure.alignright img,
  a img.alignleft,
  a img.alignright {
    float: none;
    width: 100%;
    max-width: initial;
  }
  p.has-drop-cap:not(:focus):first-letter {
    font-size: calc(60px + 1.8em);
  }
  .off-canvas {
    width: 100vw;
  }
  .off-canvas-active .main-wrap {
    transform: translate3d(0vw, 0, 0);
  }
}

@media (max-width: 350px) {
  .show-ty {
    display: block !important;
  }
  .main-head.simple .social-icons {
    display: none;
  }
  .single-cover .overlay .post-share {
    display: none;
  }
  .comments-list .comment-avatar {
    margin-right: 15px;
    max-width: 40px;
  }
  .comments-list .children li.comment {
    padding-left: 20px;
  }
  .read-more-btn {
    font-size: 10px;
    padding: 10px 14px;
  }
  .overlay-post time {
    display: none;
  }
  .large-post-footer .col {
    width: 100%;
    border: 0;
  }
  .large-post-b .post-footer .col {
    width: 50%;
  }
  .stylish-slider .excerpt {
    display: none;
  }
  .beauty-slider .overlay {
    width: 250px;
    margin-left: -125px;
  }
  .beauty-slider .post-date {
    display: none;
  }
  .trendy-slider time {
    display: none;
  }
  .feat-grid .item:not(.item-large) .meta-below {
    display: none;
  }
  .feat-grid .item:not(.item-large) :nth-last-child(2) {
    margin-bottom: 0;
  }
  .off-canvas {
    width: 85vw;
  }
  .off-canvas-active .main-wrap {
    transform: translate3d(85vw, 0, 0);
  }
}

@media (min-width: 541px) {
  .classic-slider .heading {
    max-width: 77%;
  }
  .grid-overlay.meta-hide .post-meta {
    overflow: hidden;
  }
  .grid-overlay.meta-hide .meta-below {
    margin-bottom: -28px;
    opacity: 0;
    transition: all .2s ease-in, opacity .4s ease-in-out;
    will-change: opacity;
  }
  .grid-overlay.meta-hide:hover .meta-below {
    margin-bottom: 0;
    opacity: 1;
    max-height: auto;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 10px * 2) / 3);
    margin-right: 10px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 10px * 4) / 5);
    margin-right: 10px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 10px * 5) / 6);
    margin-right: 10px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 10px * 6) / 7);
    margin-right: 10px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 10px * 7) / 8);
    margin-right: 10px;
  }
  .wp-block-gallery .blocks-gallery-image:last-child,
  .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
	
  .post-share-float.is-hidden {
    opacity: 0;
  }
  .feat-grid .item-large.pos-center .content {
    max-width: 85%;
  }
  .content-spacious {
    padding-left: 3.896%;
    padding-right: 3.896%;
  }
	
}

@media (min-width: 941px) {
  .show-lg {
    display: block !important;
  }
  .mid-footer-six {
    --mf-insta-cols: 6;
  }
}

@media (min-width: 1201px) {
  .main-head.compact .inner > .wrap {
    position: relative;
  }
  .main-head.simple .navigation {
    position: relative;
  }
  .main-head.simple-boxed .inner > .wrap {
    position: relative;
  }
  .main-head.simple-boxed .navigation {
    position: static;
  }
  .navigation .mega-menu {
    max-width: calc(100vw - ((var(--wrap-padding) * 2)));
  }
  .the-post-modern {
    width: 100%;
  }
  .the-post-modern header .featured {
    margin-left: -190px;
    margin-right: -190px;
    width: auto;
    width: calc(100% + 380px);
    max-width: 100vw;
  }
  .feat-grid-c .grid-overlay-a .content,
  .feat-grid-c .grid-overlay-b .content {
    padding: 27px;
  }
  .content-spacious-full {
    *--post-content-width: 720px;
    *max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-spacious-full > p img.alignnone,
  .content-spacious-full .wp-caption.alignnone,
  .content-spacious-full figure.alignnone,
  .content-spacious-full .alignwide,
  .content-spacious-full .alignfull,
  .content-spacious-full .gallery {
    margin-left: -190px;
    margin-right: -190px;
    width: auto;
    width: calc(100% + 380px);
    max-width: 100vw;
  }
  .content-spacious-full > p img.alignleft,
  .content-spacious-full .wp-caption.alignleft,
  .content-spacious-full figure.alignleft,
  .content-spacious-full .wp-block-pullquote.alignleft {
    margin-left: -6%;
  }
  .content-spacious-full > p img.alignright,
  .content-spacious-full .wp-caption.alignright,
  .content-spacious-full figure.alignright,
  .content-spacious-full .wp-block-pullquote.alignright {
    margin-right: -6%;
  }
  .content-spacious-full > p img.aligncenter,
  .content-spacious-full .wp-caption.aligncenter,
  .content-spacious-full .wp-block-image.aligncenter,
  .content-spacious-full .wp-block-gallery.aligncenter,
  .content-spacious-full .gallery.aligncenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .breadcrumbs .breadcrumb_last,
  .breadcrumbs .current {
    max-width: 550px;
  }
}

@media (min-width: 1501px) {
  .the-post-modern .post-share-float {
    margin-left: -180px;
  }
}

@media (min-width: 941px) and (max-width: 1500px) {
  .the-post-modern .post-share-float {
    margin-left: -90px;
    margin-left: calc(-5.76923vw - 20.76923px);
  }
}

@media (min-width: 941px) and (max-width: 1350px) {
  .post-share-float {
    margin-left: 0;
  }
}

@media (min-width: 941px) and (max-width: 1200px) {
  .main-head.logo-left .logo-wrap .title {
    max-width: calc(100% - 775px);
  }
  .main-head.full-top .menu > li > a {
    padding: 0 12px;
    font-size: calc(10px + (var(--nav-text) - 10px) * 0.5);
  }
  .main-head.full-top .social-icons {
    left: 10px;
  }
  .main-head.full-top .actions {
    right: 10px;
  }
  .main-head.compact .title .logo-image {
    max-width: 225px;
  }
  .main-head.simple .social-icons .tsi {
    font-size: 13px;
  }
  .main-head.simple .menu > li > a {
    padding: 0 12px;
    font-size: calc(10px + (var(--nav-text) - 10px) * 0.6);
  }
  .main-head.simple .title .logo-image {
    max-width: 225px;
  }
  .small-post .post-thumb {
    margin-right: 16px !important;
    max-width: 70px;
  }
  .small-post .post-meta .post-cat {
    display: none;
  }
  .stylish-slider .image-link {
    max-width: 700px;
  }
  .content-spacious {
    margin-right: -3.896%;
  }
  .widget-posts .posts:not(.full) .post-thumb {
    margin-right: 16px !important;
    max-width: 70px;
  }
  .widget-posts .post-meta .post-cat {
    display: none;
  }
  .widget-posts .post-title.limit-line {
    text-overflow: initial;
    white-space: initial;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .single-creative .featured {
    height: calc(100vw * 0.44);
  }
  .bold-slider .item {
    height: calc(100vw * 0.44);
  }
}

@media (min-width: 768px) and (max-width: 940px) {
  .show-md {
    display: block !important;
  }
  .related-posts .post {
    float: left;
    width: 33.333%;
  }
  .posts-dynamic .posts-wrap > .col-6,
  .posts-dynamic .posts-wrap > .col-4 {
    float: left;
    width: 50%;
  }
  .highlights-block .large {
    width: 50%;
    float: left;
  }
  .highlights-block .posts-list {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
  }
  .widget-posts .posts.full {
    margin: 0 -15px;
    flex-direction: row;
  }
  .widget-posts .posts.full > .post {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media (min-width: 541px) and (max-width: 767px) {
  .show-sm {
    display: block !important;
  }
}

@media (min-width: 351px) and (max-width: 540px) {
  .show-xs {
    display: block !important;
  }
}

@media (max-width: 1290px) {
h4.number-div-liast {
    font-size: 200px;
}
}

@media (max-width: 600px) {
.home-top-banner h1 {
    font-size: 35px;
    line-height: 42px;
}
.light-blue-patch h2, .white-patch h2{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
}
.office-list h2{font-size: 24px;}
	.c-y677 h2{font-size: 20px;}
	span.made {
    float: none;
    clear: both;
    display: block;
}
}

.text-543 .wpb_wrapper p{
	text-align:left;
	font-size:16px;
	line-height:30px;
}
.background-white-234{
	background: #ffffff;
    padding: 65px 0;
    padding-bottom: 37px;
    text-align: center;
	background-color:white;
}
#enterprise-plan-section .enterprise-plan-192.ts-row{
	max-width: 1070px;
    margin: 0px auto;
	width:100%;
}
#rank-section .ts-row:nth-child(3){
	 max-width: 980px;
    margin: 0px auto;
}
.enterprise-plan-192.ts-row .col-6:nth-child(1){
	width: 38%;
    margin: 0 6%;
    padding: 0;
}
.enterprise-plan-192.ts-row .col-6:nth-child(2){
	width: 38%;
    margin: 0 6%;
    padding: 0;
	
}

#enterprise-plan-section .ts-row .col-6 h2{
	font-size:18px;
	margin-bottom:0px;
	
}
.four-colum-box-icon .vc_col-sm-4.col-4 {
    border-right: 1px solid #d8d8d8;
    padding: 0 4%;
}
.four-colum-box-icon .vc_col-sm-4.col-4:nth-child(3) {
    border-right:none;
}
#btn-general.btn-text{
	text-transform:inherit;
}
.btn-contact-sales input {
    border-radius: 3px / 3px 3px 3px 3px;
    background-color: #02ae84;
    color: #fff;
    font-size: 24px;
    padding: 16px 20px;
    width: 80%;
    max-width: 240px;
    border: none;
}

.logo-list ul{
	list-style:none;
}
.logo-list ul li{
	display:inline;
}
.logo-list ul li:nth-child(2) img,.logo-list ul li:nth-child(3) img,.logo-list ul li:nth-child(4) img,.logo-list ul li:nth-child(5) img ,.logo-list ul li:nth-child(6) img,.logo-list ul li:nth-child(7) img{
	margin:25px 5px;
}
.card-box .wpb_wrapper {
   padding: 3%;
}
.card-box .vc_column-inner{
	border:1px solid #e0e4e8;
}
.card-box .text-543 .wpb_wrapper{
	 padding: 0%;
}
.card-box.col-3{
padding-left: 11px;
    padding-right: 11px;
}
.card-box.col-3.c-y677 h2 {
font-size: 36px;
    line-height: 34px;
    margin-bottom: 0px;
    font-weight: 600;
}
.card-box.col-3 .wpb_content_element{
	margin-bottom:0px;    margin-top: 0px;
}

.card-box.col-3 h4 {
    font-size: 20px;
	 margin-bottom: 10px;
}
.card-box.col-3 .text-543 .wpb_wrapper p {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
	padding-top:0px;
}

.card-box.col-3 .vc_btn3-container{    margin-bottom: 10px;}


.card-box .wpb_single_image .wpb_wrapper{
	 padding: 0%;
}
.card-box .get-started-btn-345 .wpb_wrapper{
	 padding: 0%;
}
.card-ul-list ul{
	list-style:none;
}
.card-ul-list ul li{
	text-align: left;
    position: relative;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 12px;
}
.card-ul-list ul li span.sub-text{
	font-size:12px;
}
.card-ul-list ul li:before {
	top: 4px;
    content: "\f058";
    margin-right: 2px;
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -16px;
    line-height: 18px;
}
.card-ul-list ul li.disabled:before {
	top: 4px;
    content: "\f057";
    margin-right: 2px;
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -16px;
}
.faq-section .ts-row:nth-child(2){
	max-width:960px;
	margin: 0 auto;
}
.faq-section.white-patch {
    text-align: left;
}

.disabled{
color:#ccc;
}
.sub-form-section .wpb_wrapper{
	text-align:left;
}
.sub-form-section.vc_col-sm-4 {
	width: 33%;
}
.sub-form-section p{
	margin-bottom: 0px;
    margin-top: -2px;
}
.sub-form-section h3{
	font-size: 24px;
    margin: 15px 0px 23px 0px;
    letter-spacing: 0.3px;
}
.sub-form-section.vc_col-has-fill>.vc_column-inner{
    padding-top: 0px;
}
.grid-post-section.vc_col-sm-8 {
    width: 66%;
    margin-left:2%;
	margin-top: 15px; max-width:760px;
}
.grid-post-section.vc_col-sm-8 .vc_column-inner .wpb_wrapper section .block-content .posts-dynamic .posts-wrap .col-6:nth-child(1){
	width: 50%;
}
/*.grid-post-section.vc_col-sm-8 .vc_column-inner .wpb_wrapper section .block-content .posts-dynamic .posts-wrap .col-6:nth-child(2){
	width: 50%;
}*/
.main .sub-form-section {
    padding-left: 0px;
}

.sub-form-section .vc_column-inner .wpb_wrapper{
   padding:0 36px;
}
.sub-form-section .subscribe-home-sidebar  .wpb_wrapper, .sub-form-section .recent-post-section .wpb_wrapper{ padding:0;}
.page-id-2029 .subscribe-form-btn.sub-btn-bg{
	margin-top: 13px;
    margin-bottom: 0px;
}
.subscribe-form-btn.sub-btn-bg input {
    background: #FF7007;
    text-transform: initial;
    width: 100%;
    color: #fff;
    background-color: #FF7007;
    font-size: 14px;
    padding-left: 27px;
    padding-right: 27px;
    border-radius: 5px;
    font-weight: 500;
}
.subscribe-form-input input{
	width:100%;
	height:30%;
	background: none;
    border: none;
    border-bottom: 1px solid gray;
    /* text-align: left; */
    /* padding: 0px; */
    padding: 3px 0px;
}

.sub-form-section.office-list .address .vc_col-sm-4.col-4 .vc_column-inner{
   background:none;
	padding: 0%
}
.blog-content-3456 .read-more{
	display:block;
}

.blog-content-3456 .read-more a{
    border: 2px solid #f86e38;
    background: #f86e38;
    font-family: var(--ui-font);
    line-height: 1;
    letter-spacing: var(--rmore-btn-ls, 0.1em);
    font-size: 13px;
    padding: 11px 17px;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;}

.office-list .blog-content-3456 .vc_col-sm-4.col-4 .vc_column-inner {
    padding: 0% !important;
}
.blog-section-377 img,.news-section img{
	border-radius:5px;
}
.blog-content-3456 .post-excerpt {
	text-align:left;
}
.blog-content-3456 .large-post .post-meta .meta-above > :last-child,.blog-content-3456 .cat-label {
	top: 0;
    position: absolute;
	bottom:normal;
}

.blog-content-3456 .post-thumb:hover .cat-label a {
  background: none;
  color: #000;
}
.blog-content-3456 .cat-label a {
	background:none;
	color:#000;
	text-transform:initial;
}
.blog-content-3456 .cat-label a:hover {
  background:none;
}
.recent-post-section .widget-title:not(.has-style){
	text-align: left;
    border: none !important;
    padding: 0px;
    font-size: 20px;
    text-transform: inherit;
}
.recent-post-section ul.meta-below li{
	border-top:1px solid #e4e4e4;
	padding:5px 0px;
}
.recent-post-section .widget-posts .post {
    margin-bottom:0px;
}
.recent-post-section .widget-posts .post-meta .post-title{
	 margin:5px 0px;
}
.recent-post-section .block-head-d .title:after {background:none;}
.recent-post-section .date-link {
    display: block;
}
.recent-post-section .block-head-d {
    letter-spacing: 0;
    font-size: 20px;
    text-align: left;
    text-transform: inherit;
	 margin-bottom:0px;
}
.recent-post-section .bunyad-posts-widget-4 li{
	border:none;
}
.recent-post-section .title {
    line-height: 36px;
}
.blog-content-3456 .post-meta .cat-labels .category ,.post-meta .cat-labels .category:hover{
    background: none;
	color:#000;
	text-transform: initial;
	margin-top: -15px;
    padding: 0px;
    *margin-left: -20%;
}

.news-image-section.vc_col-sm-4 {
   width: 26%;
}
.news-content-6554.ts-row{
	max-width: 980px;
	margin: 0px auto;
    margin-bottom: 20px;
}
.news-heading-section.ts-row{
    max-width: 1033px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.news-content-6554 .list-post-a .post-thumb {
    width: 40.5%;
	margin-top: 0px;border-radius: 8px;
    overflow: hidden;
}
.news-content-6554 .list-post-a .post-thumb  a{    border-radius: 8px;
    overflow: hidden;}
.news-content-6554 .post-meta .meta-below {
    text-transform: initial;
	font-size: 14px;
}

.news-content-6554 .post-meta .meta-sep {
    padding: 0;
    display: none;
}
.news-content-6554 .is-title {
    font-size:20px;    font-weight: 600;
}
.news-content-6554 .post-meta .meta-above {
  padding-bottom:20px;
}
.news-heading-section .col-8{
	margin-top: 129px;
    text-align: left;
    width: 74%;
}
.news-content-6554 .post-meta .comments a , .news-content-6554 .post-cat, .news-content-6554 .meta-above, .news-content-6554 .meta-above{
    display: block;
}

/*.news-content-6554 .meta-below{
	top: 0;
    position: absolute;
    margin: 35px 0px;
}*/
.blog-content-3456 .image-link{
  margin-top: 3px;
}
.grid-post-section .date-link{
	display:none;
}

.blog-content-3456 .description.cf.post-excerpt, .blog-content-3456 .grid-post .post-excerpt,.news-content-6554 .list-post .post-excerpt,.news-heading-section p{
	*color: #7c8b9a;
    font-size: 16px;
 
    margin-top: 4px;    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.blog-content-3456 .post-title-alt ,.news-content-6554 .post-title-alt,.news-heading-section .vc_custom_heading,.blog-section-377 .post-title-alt {
	*color:#1d262e;
}
.news-heading-section h2 {
	letter-spacing: 2px;
    font-size: 34px;
	margin-bottom:0px
}
.news-content-6554 .block-content {
    margin-top: 20px;
}

.news-content-6554 .list-post:not(.list-post-b) .content {
  display: block;
    align-self: normal;
    margin-bottom: 5px;
    margin-top: 0px;
}
 .blog-content-3456 img.attachment-cheerup-768.size-cheerup-768.wp-post-image.lazyloaded ,.blog-content-3456 span.img.bg-cover.wp-post-image.attachment-cheerup-768.size-cheerup-768.lazyloaded {
    border-radius: 5px;
	margin-top: 30px;
}
.news-content-6554 span.img.bg-cover.wp-post-image.attachment-cheerup-768.size-cheerup-768.lazyloaded{border-radius: 5px;}
.page-id-2050 .news-content-6554 .col-12{margin-bottom:20px}

.wpb_text_column.wpb_content_element.logo-list.post-content {
    margin-top: 90px;
}
.ranks-box h3{
  font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 5px;
}
.four-colum-box-icon.ranks-box .vc_col-sm-3.col-3 p,.four-colum-box-icon.succeed-346 .vc_col-sm-3.col-3 p{text-align: center;  font-size: 16px; line-height: 30px;}
.productive-persion .productive-content p{
	*font-size:18px;
	*line-height:30px;
}

.card-box .card-ul-list .wpb_wrapper {
   padding: 4.5%;
	padding-right:0%;
}
.card-box.col-3 .wpb_single_image img{
margin-top: 8px;
}

/*.card-box .vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 87px;
    padding-right: 87px;
    margin-top: 30px;
    text-transform: inherit;
}*/

.card-box .vc_btn3-container.btn-bg-color-1 .vc_btn3.vc_btn3-color-sandy-brown, .card-box .vc_btn3-container.btn-bg-color-2 .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline{
	font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
	margin-top: 0px;    width: 100%;
}
.card-4-section .col-3:nth-child(1) .vc_column-inner{
	border-radius:5px;
}
.card-4-section .col-3:nth-child(2) .vc_column-inner,.card-4-section .col-3:nth-child(3) .vc_column-inner,.card-4-section .col-3:nth-child(4) .vc_column-inner{
	border-radius:5px;
}

.card-box .c-y677 h2{
	font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.resources-left-content.wpb_column.vc_column_container.vc_col-sm-4.col-4 h3,.resources-left-content.wpb_column.vc_column_container.vc_col-sm-4.col-4 p{
	color:#fffefc;
}
.resources-left-content.wpb_column.vc_column_container.vc_col-sm-4.col-4 .whats-new-text p{
	margin-bottom: 55px;    font-size: 14px;
}
.resources-left-content.wpb_column.vc_column_container.vc_col-sm-4.col-4 .whats-new-text-info p{
	margin-bottom: 80px;
}
.wpb_text_column.wpb_content_element.resources-right-text-p.post-content p{
	 line-height:24px;
}

.productive-persion .col-4 .vc_column-inner {
    background: #f3effe;
    padding: 8% 6% !important;
    min-height: 410px;
    padding-bottom: 3% !important;
}

.productive-persion .col-4:nth-child(2) .vc_column-inner {background: #ecf9ff;}
.productive-persion .col-4:nth-child(3) .vc_column-inner {background: #fff3d1;}

.mr-top-btn{
	margin-top:36px;
}
.p-huy7656 p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 42px !important;
}
.p-huy7656 p br{ display:none;}
.persnol-use button, .persnol-use a{    color: #1d262e !important;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 800;
    padding: 14px 30px !important;
}
.persnol-use button:first-child-child{margin-right:10%}
.resources-left-content.wpb_column.vc_column_container.vc_col-sm-4.col-4 {
    text-align: left;
	padding: 1% 3%;
	border-radius:2%;
}
.resources-left-content.wpb_column.vc_column_container.vc_col-sm-4.col-4 h3, .resources-right-content.wpb_column.vc_column_container.vc_col-sm-8.col-8 h3{
	margin-top:20px;
	font-size: 20px;
    line-height: 30px;
	margin-bottom: 12px;
}


.resources-right-content.wpb_column.vc_column_container.vc_col-sm-8.col-8 {
	color: #1d262e;
    text-align: left;
	padding:5.5% 3.5% 4.5% 3.5%;
	border-radius:2%;
	padding-right:3%;
	border-radius:2%;
	
}
.resources-1-sub-section.wpb_column.vc_column_container.vc_col-sm-8.col-8{
	  background: #ffdc64;
	  margin-bottom:27px;
}
.resources-2-sub-section.wpb_column.vc_column_container.vc_col-sm-4.col-4{
	 background: #ff8554;
	  margin-bottom:27px;
}
.resources-3-sub-section.wpb_column.vc_column_container.vc_col-sm-8.col-8{
	  background:#02ce9d;
	  margin-bottom:0px;
}
.resources-4-sub-section.wpb_column.vc_column_container.vc_col-sm-4.col-4{
	  background: #516cf5;
	  margin-bottom:0px;
}
.wpb_text_column.wpb_content_element.resources-right-text-p.post-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.Resources-section .wpb_single_image.wpb_content_element{
	margin-top:0px;
	margin-bottom: 18px;
}


.page-id-3 .page-content ul{ margin-left:18px;}
.wpb_text_column.wpb_content_element.text-543.post-content {
    margin-top: 0;
}
.succeed-3-box:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 190px;
    top: 100px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.succeed-346.ts-row{
  max-width:1263px;
	margin:0 auto;
}
.number-counter .loader .count,.number-counter .loader{
color:#000;
}

.page-id-853 .home-top-banner p{ 
/* 	background:url(img/email-icon.png) no-repeat top right; */
	margin-bottom: 30px !important;
	max-width: 750px;margin: 0 auto;}
.r-jku-hduyd:before{ content:'';background:url(img/star-icon.png) no-repeat top left; width:360px; height:104px;    display: block;    position: absolute; z-index: -1; left: -50px; top: -40px;}
.vc_toggle_title {background:url(img/faq.png) no-repeat center right;}
.address p .email-address-text{
	color:#f96331;
}

.page-id-2029 .grid-post-section.vc_col-sm-8 .vc_column-inner .wpb_wrapper section .block-content .posts-dynamic .posts-wrap .col-6:nth-child(1){
    display: none;
}
.page-id-2029 .posts-large .large-post, .page-id-2029 section.cf.block.loop-classic{ margin-bottom:0;}
.post-top.cf {
    padding: 0px;
}



@media (max-width: 940px) {
	.sub-form-section.vc_col-sm-4 {
    width: 100%;
}
.grid-post-section.vc_col-sm-8 {
    width: 100%;
	 margin-left: 1%;
}
.grid-post-section.vc_col-sm-8 .vc_column-inner .wpb_wrapper section .block-content .posts-dynamic .posts-wrap .col-6:nth-child(1){
	width: 100%;
	margin-right:0%
}
/*.grid-post-section.vc_col-sm-8 .vc_column-inner .wpb_wrapper section .block-content .posts-dynamic .posts-wrap .col-6:nth-child(2){
	width: 100%;
}*/
.main .sub-form-section {
    padding-left: 15px;
}
.enterprise-plan-192.ts-row .col-6:nth-child(1){
	width:100%;
	margin:0%;
	padding:0px;
}
.enterprise-plan-192.ts-row .col-6:nth-child(2){
	width:100%;
	padding:0px;
	margin:0%;
}
.productive-persion .col-4{
   width: 100%;
}
.news-image-section.vc_col-sm-4 {
   width: 100%;
}
.news-heading-section .col-8{
   width: 100%;
}
.news-content-6554 .list-post-a .post-thumb {
	width:100%
}

.resources-right-text-p .wpb_wrapper p br {	display:none !important;}
.list-img-898{
		display:none !important;
}
.c-y677 p br{
		display:none;
}
.news-content-6554 .post-meta .meta-below {
    top: 20px;
}
	.succeed-3-box:after{
		border:none;
	}
}
@media (min-width: 1200px) {
	.resources-right-content.wpb_column.vc_column_container.vc_col-sm-8.col-8 {
		 width: 57.5%;
         margin-right: 2%;
		 min-height:442px;
	}
	.resources-left-content.wpb_column.vc_column_container.vc_col-sm-4.col-4 {
    	width: 40.5%;
	
    }
	.resources-3-sub-section.wpb_column.vc_column_container.vc_col-sm-8.col-8{
	  float: right;
      margin-right: 0px;
	  min-height:442px;
	}
	.Resources-section.ts-row{
		margin:0 auto;margin-top: 50px;padding-bottom: 0;
	}
	.top-section-heading-p .post-content{    margin-bottom: 0px;}
}
@media (min-width: 768px)and (max-width: 1024px){
	.card-box.col-3 {
		width:50%;
		margin:10px 0px;
	}
}

@media (min-width: 1400px) { 
.lower-footer .to-top {right:3%;}
	}


/*@media (min-width: 1300px) { 
li#menu-item-1792 {  margin-left: 12%;margin-right:1%}
}*/

@media (max-width: 1175px) {
	#arrow-top-patch:before{left: 0px;}
}


@media (max-width: 1024px) { 
.no-sidebar .main .main-content {
    width: 96%;
}
.wrap {   width: 96%;}
footer .wrap {  width: 96%;}
.lower-footer .wrap {  width: 96%;}
}


@media (max-width: 480px) { 
h1 {
    font-size: 36px;
    line-height: 40px;
}
	.persnol-use button {  font-size: 16px !important;    padding: 2px 14px !important;}
}
@media (min-width: 940px) and (max-width: 1024px) {

.productive-persion .col-4 .vc_column-inner {
    background: #f3effe;
    padding: 8% 6% !important;
    min-height: 460px;
    padding-bottom: 3% !important;
}

.resources-right-content.wpb_column.vc_column_container.vc_col-sm-8.col-8 {
    width: 57.5%;
    margin-right: 2%;
}
.resources-left-content.wpb_column.vc_column_container.vc_col-sm-4.col-4 {
    width: 40.5%;
}
.resources-3-sub-section.wpb_column.vc_column_container.vc_col-sm-8.col-8 {
    float: right;
    margin-right: 0px;
    min-height: 467px;
}
.resources-1-sub-section.wpb_column.vc_column_container.vc_col-sm-8.col-8 {
    min-height: 467px;
}
.post-content li{
    padding-left: 0px;
    margin-bottom: 0.5em;
}
}

@media (max-width: 940px){
.four-colum-box-icon .vc_col-sm-4.col-4{border-right:0px;}
.office-list .address:last-child .vc_col-sm-4.col-4:last-child .vc_column-inner {
    margin-bottom: 0px;
}
li#menu-item-1793 a{padding-right: 0px;}
.r-jku-hduyd:before{background-image:none;}
#arrow-top-patch:before{background-image:none;}
.home-four-colum-box-1275{display:none;}
.slider-2356{display:block !important;}

}


.four-colum-box-icon .vc_col-sm-4.col-4 P{margin-bottom: 0px !important;}
li#menu-item-1793{text-align:center;}

.home-top-image-5443{padding-top: 21px !important;}
.page-id-2029 li#custom_html-3{ display:none;}

.single-magazine.category-news .post-top .post-title {margin-top:0px}


 .post-template-default a.news-dj, .post-template-default a.news-dj{    display: none;}

.post-template-default .category-news a.news-dj{ display: block;}
 .category-news a.blog-dj {    display: none;}
@media (max-width: 1024px) and (min-width: 768px){
.succeed-346.four-colum-box-icon .vc_col-sm-4.col-4 {
    padding: 0 2%;
}
	.succeed-346.four-colum-box-icon .vc_col-sm-4.col-4 h5{font-size: 18px;}
.four-colum-box-icon .vc_col-sm-3.col-3 {
    padding: 0 3%;
}
}
#jdkf898 {  margin-bottom: 35px;}
.fkfol {  font-size: 11px;    text-transform: uppercase;  margin-bottom: 5px;}
#jdkf898 a {    margin-left: 0;  margin-right: 28px;   border: none;   font-size: 20px;    width: auto;    height: auto;}

.slider-2356{display:none;}
@media (max-width: 480px){
.page-id-853 .home-top-banner p {
    background:none;
}
}
@media (max-width: 768px){
	.page-id-2029 .wpb_text_column.wpb_content_element.subscribe-home-sidebar.post-content{margin-top:0px!important;}
.news-content-6554 .list-post:not(.list-post-b) .post-title {
margin-top:10px;
}
.vc_col-has-fill>.vc_column-inner{padding-top:0px;}
.news-heading-section .col-8 {margin-top:0px}
.sub-form-section input{padding:0px}
.sub-form-section .subscribe-form-btn.sub-btn-bg input {padding-right:0px;padding-left:0px;padding-top: 10px;
    padding-bottom: 10px;}
.sub-form-section .subscribe-form-input, .subscribe-form-btn {display:block}
.sub-form-section input[type="submit"]{padding-right: 0px;
    padding: left:0px;}
	.top-section-heading-p {
    margin: 0 auto;
    margin-bottom: 20px;
}

/*-------*/
.white-patch {
    padding: 18px 0;
    margin-top: 45px;
}
.resources-4-sub-section.wpb_column.vc_column_container.vc_col-sm-4.col-4{margin-bottom: 0px;}
.l-r-number-p {
    position: relative;
    padding-top: 50px;
}
.page-id-1974 .card-box.col-3:last-child,.productive-persion .col-4:last-child, .succeed-346.four-colum-box-icon .vc_col-sm-4.col-4:last-child, .four-colum-box-icon .vc_col-sm-3.col-3:last-child{margin-bottom: 0px;}
.succeed-346.four-colum-box-icon .vc_col-sm-4.col-4{margin-bottom: 50px;}
.contact-us-form {margin-top: 40px;}
.office-list .address .vc_col-sm-4.col-4 .vc_column-inner {min-height:auto;}
.main .sidebar {margin-top:0px;}
.productive-persion .col-4 .vc_column-inner {min-height:auto;}
	.sub-form-post ,.post-share	{width:100% !important}

}
.card-box .vc_column-inner:hover {
    background: #f2f5f6;
}
.postid-2074 .fa-arrow-left:before{color:#02ce9d;}
.postid-2074 .main-content{margin-top:6px;}
.news-content-6554 .post-title a:hover{opacity: 1;
    border-bottom: 1px solid #333333;}
.postid-1939 .post-template-default .col-12 ul{margin-left:2%}
i.fa.fa-arrow-left {
     color:#f58100;
} 

.page-id-2050 .news-content-6554 .col-12:last-child {margin-bottom: 0px;}
.post-share-icons a{border:none;}
.ts-row.blocks.cf.wpb_row.vc_inner.number-3467-content {max-width: 995px;margin: auto;}

 .post-share{width: 30%;display: inline-block;}
 .overlay .post-share{display:none;}
.subscribe-form-input input {margin-top: 20px;}

.sub-form-post{display: inline-block;margin-top: -30px;width:65%}
.post-template-default .subscribe-form-btn.sub-btn-bg input{margin-left: 38px;}

@media (min-width: 1183px){.post-template-default .wpcf7 .subscribe-form-input .wpcf7-form-control-wrap{max-width:332px}}
@media (min-width: 1024px) and (max-width: 1183px){
.post-template-default .subscribe-form-btn.sub-btn-bg input {
    margin-left: 30px;
}
.post-template-default .wpcf7 .subscribe-form-input .wpcf7-form-control-wrap {
    max-width: 300px;
}}
.post-template-default #post-footer-sub-form .sub-form-post .subscribe-form-btn.sub-btn-bg{margin-top:-40px;}
#post-footer-sub-form .post-share-icons a{text-align:left;margin-left:0px}
.subscribe-form-btn.sub-btn-bg {margin-top: 0px;padding:0px}

@media (max-width: 1024px){#post-footer-sub-form .sub-form-post .subscribe-form-btn.sub-btn-bg {
   margin-left: 0px;margin-top:0px;
	
}
.subscribe-form-input{display:block}
.post-template-default .subscribe-form-btn.sub-btn-bg input {
    margin-left: 0px;
	margin-top:40px;
}
	.post-template-default #post-footer-sub-form .sub-form-post .subscribe-form-btn.sub-btn-bg {
    margin-top: 0px;
}

}

@media (max-width: 768px){.post-template-default .subscribe-form-btn.sub-btn-bg input {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
	margin-top:40px !important;
}
.sub-form-post {
    display: block;
    margin-top: 0px;
}
.subscribe-form-input {
width:100%;
}
.why-choose-us .wpb_text_column p:last-child,.use-cases .col-4:last-child,.areas-dif .col-4:last-child {
    margin-bottom: 0 !importent;
}
}
@media (max-width: 569px)
.page-id-2029 .subscribe-form-btn.sub-btn-bg {
    margin-top: 45px !important;
}
.category-news #jdkf898,.category-news .tag-share {display: none;}
.page-id-2050 .below.meta-below,.page-id-2050 .post-cat{
    display: none;
}
.page-id-2029 .has-grid-2 .meta-above{display:none;}
.page-id-2029 .meta-above{position: absolute;top: 0px;text-transform: initial;}

.page-id-2029 .post-meta .meta-sep{display:none;}
@media (max-width: 1044px){
li#menu-item-1793 a {
    padding-right: 0px;
	}
}
@media (max-width: 920px){
	.right-img-pattern .wpb_single_image .vc_figure{margin-top:15px;}
}
.select_box{

  overflow: hidden;

  position: relative;
 
}
.select_box:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333333;
  position: absolute;
  top: 32%;
  right: 25px;
  content: "";
  z-index: 98;
 }
.select_box select{
  position: relative;
  z-index: 99;
  background: none;
border-bottom: 1px solid #333333 !important;
-webkit-appearance: none;
line-height: 25px;
}
@media (max-width: 940px){
	.office-list .address .vc_col-sm-4.col-4 .vc_column-inner {margin-bottom:30px !important;}
	.address{margin-bottom:0px !important}
.address.top-address-row{margin-bottom:0px !important}
.top-address-row.address {
   margin-bottom: 0px;
}
.margin-top-39{margin-top:0px !important}

	.wpb_text_column.wpb_content_element.logo-list.post-content {
    margin-top: 50px;
}
	.resources-3-sub-section.wpb_column.vc_column_container.vc_col-sm-8.col-8 { margin-bottom: 27px !important;}
}
.address{margin-bottom:39px}
.top-address-row.address{margin-bottom:30px}
.office-list .address .vc_col-sm-4.col-4 .vc_column-inner {margin-bottom:0px}
.margin-top-39{margin-top:39px}

.category-news .post-content.description.cf.entry-content.content-normal {
    margin-bottom: 0px;
}

.category-news .wpb_text_column.wpb_content_element.post-content{margin-bottom:34px;margin-top:0px}

.category-news .cat-label.color a ,.post-template-default .cat-label.color a  {padding-left:0px;text-transform:initial}

.single-magazine .the-post-foot {margin-bottom:39px}

#post-footer-sub-form .post-share-icons a {
   font-size:20px;
   margin-right: 15px;
}
.page-id-2050 a.meta-item.date-link,.category-news .post-meta time {
    font-size: 14px;
}
::placeholder {
  color: #333333;
}
.post-template-default .subscribe-form-btn.sub-btn-bg input{padding-top:21px;padding-bottom:21px;padding-left:15px;padding-right:15px}
.page-id-2050 .posts-dynamic.list .posts-wrap:last-child > :last-child .list-post {
    margin-bottom: 0px important;
}
.post-template-default .cat-label{margin-left:0px;text-transform: inherit;}
.category-news .cat-label{display:none;}
.post-template-default .main-content{margin-top:4px}
.c-y677.card-box.wpb_column.vc_column_container.vc_col-sm-3.col-3 {
    float: left !important;
}
.post-template-default .subscribe-form-input input{margin-top:25px;}
@media (min-width: 941px){
.page-id-1850 .ct-fr09899 .ts-row .col-6:nth-child(1){max-width: 46%;margin-right: 4%;} 
.page-id-1850 .ct-fr09899 .ts-row .col-6:nth-child(2){max-width: 46%;margin-left: 4%;}
}
@media (max-width: 940px){
.page-id-1850 .ct-fr09899 .ts-row .col-6:nth-child(1){width: 100%;margin-right: 0;} 
.page-id-1850 .ct-fr09899 .ts-row .col-6:nth-child(2){max-width:100% ;margin-left: 0;}
.productive-persion .owl-item{width:100% !important;margin-bottom:50px}
.productive-persion .owl-item{width:100% !important;margin-bottom:50px}
.productive-persion #slider_2383_slide01 ,.productive-persion #slider_2383_slide02, .productive-persion #slider_2383_slide03 {
    margin-left: 0% !important;
	  margin-right: 0% !important;
	min-height: auto !important;
}
.page-id-1942 .background-white-234{padding-top:0px}
}
textarea { resize: none; }
.category-news .single-magazine .post-top .post-title {margin-top:30px}

@media (min-width: 941px){.category-news .main-content.col-10,.post-template-default .main-content.col-10 {
    width: 77%;
}
.category-news .sidebar.col-2,.post-template-default .sidebar.col-2 {
    width: 12%;
}	
}

.category-news .post-content h2{
font-size: 16px;
line-height: 30px;margin-bottom:5px}


.productive-persion .owl-carousel .owl-item img {margin-bottom: 18px;margin-top:15px;}
.productive-persion .col-3 img {margin-bottom: 0px !important;margin-top:0px !important;}

.productive-persion .p-bottom-m-42{
	margin-bottom:42px;
	line-height:25px;
}
.productive-persion .owl-item{width:100%;}

@media (min-width: 941px){ 
.box-4054{display: flex;
align-items: center;
justify-content: center;}
}

@media (min-width: 941px) and (max-width: 1920px){.productive-persion #slider_2383_slide01 {
    margin-right: 6% !important;
	padding-bottom:3% !important;
}

.productive-persion #slider_2383_slide02 {
    margin-left: 3% !important;
    margin-right: 3% !important;
	padding-bottom:3% !important;
}

.productive-persion #slider_2383_slide03 {
    margin-left: 6% !important;
	padding-bottom:3% !important;
}}
@media (max-width: 540px){
.news-content-6554 .post-meta .meta-above{margin-top:20px;}
}
@media (max-width: 425px){
	.logo-list ul li:nth-child(2) img,.logo-list ul li:nth-child(3) img,.logo-list ul li:nth-child(4) img,.logo-list ul li:nth-child(5) img ,.logo-list ul li:nth-child(6) img,.logo-list ul li:nth-child(7) img{
	margin:2px 0px;
}
	.logo-list ul li{display:block;}
}
.page-id-2029 .col-6 .post-thumb {
    padding-bottom: 30px}
@media (max-width: 1306px){#slider_2383_slide02, #slider_2383_slide01, #slider_2383_slide03{min-height: 410px !important;
}}
.category-news .wpb_text_column.wpb_content_element.post-content:last-child{margin-bottom:0px !important}
.category-news .post-content h2{margin-top:34px!important}
.post-template-default .post-content h3{
margin-top: 10px;
    margin-bottom: 5px;}
.post-template-default .wpb_content_element{margin-bottom: 20px !important;
    margin-top: 0px; !important}
.post-template-default .post-content li, .category-news.post-content li{margin-bottom:10px !important}

.mobile-menu li#menu-item-1791 a,.mobile-menu li#menu-item-1792 a{font-size:18px !important;text-align:center;}
.mobile-menu li#menu-item-1791 a{margin-top:40px;margin-bottom:10px;}


.video-list{ margin-bottom:30px; text-align:left;}
.video-list h5{ margin-bottom:0px; }
.video-list .wpb_text_column.wpb_content_element.post-content{ margin-top:5px;}
.resources-left-content.resources-2-sub-section.wpb_column.vc_column_container.vc_col-sm-4.col-4 a,.resources-left-content.resources-4-sub-section.wpb_column.vc_column_container.vc_col-sm-4.col-4 a {
    color: #FFFEFC !important;
}

article.the-post ol {
    margin-left: 15px;
}

.direction{
	flex-direction:row-reverse;
}
.leadership-box-3565 p{text-align:left;}

.image-box.col-3 .vc_column-inner .wpb_wrapper .wpb_content_element,.image-box.col-4 .vc_column-inner .wpb_wrapper .wpb_content_element{
    margin-bottom: 0px;
    margin-top: 0px;
}

.yellow-box.col-3 .vc_column-inner {background-color:#ffdc64;}
.green-box.col-3 .vc_column-inner {background-color:#02ce9d;}
.blue-box.col-4 .vc_column-inner {background-color:#516cf5;}

.box-row{display: flex;
align-items: center;
justify-content: center;}

.page-id-2438 .awsm-job-more-container {
    display: none !important;
}

.page-id-2438 .awsm-list-right-col {
    float: left;
    width: 100%;
    text-align: left;
}

.page-id-2438 .awsm-lists {
    border:none;
}
.color-box .vc_column-inner >.wpb_wrapper{padding: 67px 25px;}
.blue-box{ color:#fff;}


.awsm_job_openings-template-default #jdkf898, .awsm_job_openings-template-default header.post-header.cf, .awsm_job_openings-template-default .the-post-foot.cf, .awsm_job_openings-template-default .awsm-job-form {  margin-bottom: 0px;  display: none;}


.awsm_job_openings-template-default .awsm-job-content .col-8 ul { margin-left:19px;}

#wpcf7-f2449-p2557-o1 {
    background: #f6f6f6;
    padding: 5%;
    color: #000;
}
#wpcf7-f2449-p2557-o1 label,  #wpcf7-f2449-p2557-o1 p{
    color: #000;    font-size: 12px;     font-style: initial;
}
#wpcf7-f2449-p2557-o1 label.error {
    color: red;
}

#wpcf7-f2449-p2557-o1 input, #wpcf7-f2449-p2557-o1 select, #wpcf7-f2449-p2557-o1 textarea{    height: auto;
    padding: 5px 5%;
    font-size: 14px;}

#wpcf7-f2449-p2557-o1 input#btn-submit-cv {
    font-size: 14px;
    padding: 16px 0px;
    max-width: initial;
}
.post-template-default .post-content ul{ margin-left:20px;}
.post-template-default .post-content ul li{ list-style: disc}
.grid-post-section a.image-link, .grid-post-section .featured{ margin-top:23px;}
.grid-post-section .col-6 .post-thumb {
    padding-bottom: 0px;
}
.products-in{ text-align:left;}
.form-in-p{  box-shadow: 0px 0px 19px #dcdbdb; border-radius: 10px;}
.form-in-p h4{background: #02ce9d;
    color: #fff;
    text-align: left;
    padding: 6px 5%;
    margin-left: -4%;
    margin-right: -4%;
    border-radius: 10px 10px 0px 0px;}
.why-choose-us .col-4 .vc_column-inner{    *box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    padding: 5px 20px 15px !important;
    border: 0;
    border-radius: 10px;}
.areas-dif .col-4 .vc_column-inner{     background: #f2f5f6;
    text-align: center;
    padding: 30px 0px !important;
    box-shadow: 3px 3px 5px #e5e3e3;
    border-radius: 10px;}
.areas-dif .col-4{ margin-bottom:25px;}
.use-cases .col-4{ text-align:left;}
.use-cases .col-4 ul li{ position:relative; list-style:none;}
.use-cases .col-4 h3{    border-bottom: 1px solid #000;}
.use-cases .col-4 ul{    margin-left: 12px;}
.use-cases .col-4 ul li:before {
    top: 4px;
    content: "\f058";
    margin-right: 2px;
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -16px;
    line-height: 18px;
}
.jkd-0096h{ text-align:left; margin-bottom:50px;}
.jkd-0096h ul{ margin-left:20px;}
.jkd-0096h ul li{text-align:left;}
#slider_2873 .owl-item img{ max-width:100px;}
.lspdjk{ margin-bottom:50px;}
.jkd-0096h p{ text-align:left;}
.in-faq{ text-align:left;}
.awsm-job-listing-item .awsm-job-specification-item.awsm-job-specification-job-category:before {
    content: 'Job Category : ';
    font-weight: 500;
    margin-right: 5px;
}
.awsm-job-listing-item .awsm-job-specification-item.awsm-job-specification-experience:before {
    content: 'Experience : ';
    font-weight: 500;
    margin-right: 5px;
}

.post-type-archive-awsm_job_openings .awsm-job-wrap {
    margin-top: 50px;
}
.leadership-box-3565 h5{    margin-bottom: 0;}
.leadership-box-3565 .dsc-344{ margin-top: 0 !important;
    font-size: 14px;
    color: #959595;}
.use-cases .col-4 {  margin-bottom: 50px;}
.yt-0ksj .col-3, .yt-0ksj .col-4 { margin-bottom:15px;  padding: 0px 7px;}
.yt-0ksj .col-3 .vc_column-inner, .yt-0ksj .col-4 .vc_column-inner{ border-radius: 8px;  overflow: hidden;}
.yt-0ksj .col-3 .wpb_content_element, .yt-0ksj  .col-4 .wpb_content_element{ margin-top:0;}
.yt-0ksj .col-3 h2, .yt-0ksj  .col-4 h2{ margin-bottom:0;}
.yt-0ksj .blue-box h2, .yt-0ksj .blue-box p{ color:#fff;}
.page-id-2029 section.cf.block.loop-classic {
    margin-bottom: 50px !important;
}
/*.current-menu-item a{color: #f96331 !important;}*/
@media (min-width: 1024px){
	.image-box-3.col-4,.color-box-3.col-4{width:25%}
.image-box-4.col-4{width:50%}
}
@media (max-width: 1023px){
	/*.image-box-3.col-4,.color-box-3.col-4{width:50%}
.image-box-4.col-4{width:50%}*/
}

@media (max-width: 940px){
	.products-in h1{    margin-bottom: 50px;}
	
}

@media (max-width: 768px){
.home-top-banner {  padding-bottom: 30px;}
}

@media (max-width: 600px){
	li.list-img-898 {
    display: none !important;
}
}
.blog-img-center-344{text-align:center;}

@media (max-width: 1024px)and (min-width: 940px){.color-box .vc_column-inner >.wpb_wrapper {
    padding: 39px 25px;
}
.color-box h2{font-size: 23px !important;}
}

@media (max-width: 940px){
	.color-box .vc_column-inner{width: 309px !important;margin: auto;}
	
}

@media (max-width: 768px) and (min-width: 680px){.color-box .vc_column-inner >.wpb_wrapper {
    padding: 71px 25px;
}

.image-box.wpb_column.vc_column_container.vc_col-sm-3.col-3, .image-box.wpb_column.vc_column_container.vc_col-sm-4.col-4 {
    float: left;
    width: 50%;
}
.color-box.wpb_column.vc_column_container.vc_col-sm-3.col-3, .color-box.wpb_column.vc_column_container.vc_col-sm-4.col-4 {
    width: 50%;
    float: right;
}
.image-box.image-box-4.wpb_column.vc_column_container.vc_col-sm-4.col-4 {
    width: 100%;
}
}

.service-content-3429.four-colum-box-icon .vc_col-sm-3.col-3 {
    height: 174px;
}
.video-list:last-child{margin-bottom:0px}

@media (max-width: 768px){
	.video-list{margin-bottom:0px;}
	.video-section .col-4.video-1{margin-bottom:20px}
	.video-section .video-list:last-child .video-1:last-child{margin-bottom:0px}
	.mr-39-bottom{margin-bottom:18px !important;}
}
.mr-39-bottom{margin-bottom:25px !important;}

.ts-row.blocks.cf.wpb_row.vc_inner.box-4054.reverse-img-left.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex {
    flex-direction: row-reverse;
}
.l-r-number-p.jkd-0096h{margin-bottom:0px}


@media (min-width: 1024px){.use-cases:last-child .col-4{margin-bottom:0px} }
@media (max-width: 940px){.use-cases:last-child .col-4:last-child{margin-bottom:0px} }
.right_inner {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.right_inner a {
    width: 100%;
    height: 100%;
}

.right_inner a img {
    width: 100%;
}

.right_inner a h5 {
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
    font-size: 18px;
}

.right_inner a p {
    font-size: 13px !important;
    color: #000 !important;
    text-align: left;
}
#color_greenTheme button, #color_greenTheme a{
	    color: #000;
    background-color: #02ce9d;
	font-weight:500;
}

.pcolor{color:#E2A020;}
.pcolor1{color:#516cf5;}
.pcolor2{color:#ff8554;}
.pcolor3{color:#3AA0DA;}
.card-box.col-3{position:relative;}
.card-box.col-3::before{
	content:'';
}


.ts-row.blocks.cf.wpb_row.vc_inner.me_client {
    display: flex;
    align-items: center;
}
.testimonial {
    background: #fafafa;
    padding: 15px;
    margin: 0 0px 40px 0px;
    position: relative;
    border-radius: 10px;
	    height: 350px;
}

.testimonial .title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 30px;
}

.testimonial .description {
        font-size: 16px;
    color: #1d262e;
    line-height: 25px;
    margin-bottom: 0;
    text-align: center;
}

.testimonial .testimonial-content {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.testimonial .pic {
       float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial .pic img {
       width: 60px;
    height: 60px;
    object-fit: cover;
}

.testimonial .content {
    
    margin: 0px 0;
	text-align: center;
}

.testimonial h5 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}

.testimonial .name {
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    line-height: 25px;
}
.testimonial .post {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.testimonial .rating {
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial .rating li {
    display: inline-block;
    color: #ff492c;
}
.cli_main ul {
       padding: 0;
    display: flex;
    gap: 10px;
    margin: 0px auto;
	width: 70%;
    text-align: center;
}
.cli_main ul li{}
.cli_main ul li img{width: 80%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.cli_main {
        background: #f6f6f6;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
li#menu-item-1793 a:hover, li#menu-item-1791 a:hover, li#menu-item-1792 a:hover, #color_greenTheme button:hover, #color_greenTheme a:hover{
	background-color: #ff941a;
    color: #fff;
}
.cli_main h2 {
    font-size: 15px;
    text-transform: uppercase;
}
a.testi_sec {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline{
	    color: #000000 !important;
    border-color: #02ce9d !important;
}
.video-wrapper video {
    width: 100%;
}
.card-ul-list p{text-align:left;}
.watch_main {
	    display: flex;
    justify-content: center;
    align-items: center;
}

.watch_main a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
   
    padding: 5px 15px;
    border-radius: 5px;
}
.watch_main a.start_for{
 background: #02ce9d;	
	    padding: 15px 20px;
	    margin-right: 10px;
}
.watch_main a.start_for .watch_icon h6{margin-bottom:0px}
.watch_icon i {
    font-size: 30px;
    margin-right: 10px;
    color: #02ce9d;
}

.watch_icon h6 {
 color: #000000;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px 0;
    line-height: 10px;

}

.watch_icon span {
    font-size: 12px;
    font-weight: 500;
    color: rgb(0 0 0);
    line-height: 10px;
}
.watch_icon {
       display: inline-flex;
    align-items: center;
    justify-content: center;
/*     background: #02ce9d; */
/*     padding: 7px 15px; */
	    flex-direction: column;
    border-radius: 5px;
	align-items: flex-start;
}
.watch_main a.start_for:hover .watch_icon h6{    color: #fff;}
.watch_main a.start_for:hover{background:#00a980;}
/* .watch_main a:hover .watch_icon h6, .watch_main a:hover .watch_icon span, .watch_main a:hover .watch_icon i{color:#fff;} */
.wp-video {
    width: 100% !important;
}




.box {
 text-align: center;
    border: 1px solid #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    transition: all .40s ease-in-out;
    position: relative;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
	    margin-bottom: 50px;
	    box-shadow: 11px -16px 40px 0px rgb(29 35 115 / 7%), 0 41px 33px rgb(29 35 115 / 5%), 0 22px 17px rgb(29 35 115 / 4%), 0 12px 10px rgb(29 35 115 / 4%), 0 6px 5px rgb(29 35 115 / 3%), 0 2px 2px rgb(29 35 115 / 2%);
}
.me_setbusiness {
    align-items: center;
    justify-content: center;
    display: flex;
}
.box:before{
    content: "\f0dd";
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    bottom: 10px;
}
.box:hover:before{
	    transform: rotateZ(180deg);
}
.box:hover{background: #f1f1f1;}
.boxOverlay p{display: none;margin: 10px 0 0 0 ;color: #1d262e;font-size: 16px;    line-height: 28px;}
.boxOverlay h5{margin: 10px 0 0 0;}
.boxOverlay{position: relative;transition: all .40s ease-in-out;}
.box:hover .boxOverlay{transform: translate(0px, -70px);}
.box:hover .boxOverlay p{display: block;}
.box-1 {position: relative;}
.ts-row.blocks.cf.wpb_row.white-patch.customers {
    margin: 0px auto;
    padding: 80px 0px 0px 0px;
}
.ts-row.blocks.cf.wpb_row.privacy_main {
    text-align: left;
}

.ts-row.blocks.cf.wpb_row.privacy_main p {
    margin-bottom: 5px;
}

.ts-row.blocks.cf.wpb_row.privacy_main ul {
    margin-bottom: 20px;
}

.ts-row.blocks.cf.wpb_row.privacy_main ul li a {
    color: #02ce9d;
}
.ts-row.blocks.cf.wpb_row.privacy_main h3{margin-bottom:2px;}
.ts-row.blocks.cf.wpb_row.privacy_main h2{margin-bottom:10px;margin-top:0px;}
@media (max-width:767px){
	.box {margin-bottom:80px;}
	.me_setbusiness{flex-direction:column;}
	.me_setbusiness1{flex-direction:column-reverse;}
}

.wpb_single_image.wpb_content_element.vc_align_left.bt img.vc_single_image-img.attachment-full {
    width: 60%;
}

.white-patch.four_sec_none {
    display: none;
}
.pum-theme-3485 .pum-container, .pum-theme-lightbox .pum-container{border:none !important;}
.offer_sec{
    text-align: center;
    border-bottom: 4px solid #02ce9d;
    padding: 15px;
    border-radius: 10px;
    transition: all .40s ease-in-out;
    position: relative;
    height: auto;
    box-shadow: 11px -16px 40px 0px rgb(29 35 115 / 7%), 0 41px 33px rgb(29 35 115 / 5%), 0 22px 17px rgb(29 35 115 / 4%), 0 12px 10px rgb(29 35 115 / 4%), 0 6px 5px rgb(29 35 115 / 3%), 0 2px 2px rgb(29 35 115 / 2%);
}
.offer_sec i{
    background: #02ce9d;
    color: #fff;
    padding: 10px;
    border-radius: 40px;
    font-size: 20px;
}
.offer_sec p{
}
.main-footer .upper-footer {
    background-color: #f2f2f2 !important
}

ul#menu-why-supervity-coming-soon a,ul#menu-company a {
    color: #333 !important;
}
section.upper-footer p {
    color: #333 !important;  margin-bottom: 16px;  line-height: 26px;}

section.upper-footer p.jsl {
  margin-bottom: 23px;
}


.lower-footer .copyright a,.lower-footer .copyright {color: #333 !important;}
.main-footer .upper-footer{margin-top: 46px; padding-top:53px;}
.sub-form-post {
	display:none;
}
p.footer-title {
    margin-bottom: 2px !important;
}
a.a-left-10{
    color: #8c9195 !important;margin-left:10px;}
.post-content a{color:#f86e38!important;}

.sub-form-section .vc_custom_1676614025868 {
    padding-bottom: 50px;
}

li#menu-item-4113 a,.download-info-grap-23453 a,.download-info-grap-btn {
		background:#f86e38!important;
		color: #fff!important;
		border: 2px solid transparent;
		border-radius: 50px;
		padding: 4px 20px;
		font-weight: 600;
		margin-left: 53px;letter-spacing: 0; margin-right:0;
	}
	
	li#menu-item-4113 a:hover,.download-info-grap-23453 a:hover,.download-info-grap-btn:hover {
		background: #fff!important;
		color: #f86e38 !important;
		border: 2px solid #f86e38;
	}

	.read-more a, a.read-more-link{
		background:#f86e38;
		color: #fff;
		border: 2px solid transparent;
		border-radius: 50px;
		font-weight: 600;    font-size: 13px;
    padding: 11px 17px;
    font-weight: 600;
	}
	
	.read-more a:hover, a.read-more-link:hover {
		background: #fff;
		color: #f86e38 !important;
		border: 2px solid #f86e38;
	}
.frt-links {
    border-top: 1px solid #535353;
    color: #95855f;
    border-bottom: 1px solid #535353;
    font-size: 14px;
    padding: 12px 0;
    line-height: 20px;
    font-weight: 100;
}
.frt-links a {
    color: #95855f;
    margin: 0 1px;
    font-size: 16px;
    font-weight: 700;
}
.frt-links a span {
    color: #333333;
}
.frt-links br{display:none;}
.page-id-2029 .wpb_button, .page-id-2029.wpb_content_element, .page-id-2029 ul.wpb_thumbnails-fluid>li {
    margin-bottom:0px; 
    margin-top: 0px;
}

.page-id-2029 #wpcf7-f1747-p2029-o1, .page-id-2029 .wpb_text_column.wpb_content_element.subscribe-home-sidebar.post-content{background-color: #f2f5f6 !important;padding: 36px;}
.sub-form-section .vc_column-inner .wpb_wrapper{padding:0px;}

.wpb_text_column.wpb_content_element.subscribe-home-sidebar.post-content {
    margin-bottom: 0px;
}
.page-id-2029 .wpb_text_column.wpb_content_element.subscribe-home-sidebar.post-content {
    background-color: #f2f5f6 !important;
    padding-bottom: 0px;
	margin-top:141px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit{background: #f86e38;
    color: #fff !important;
    border: 2px solid transparent!important;
    border-radius: 50px!important;
    font-weight: 600;!important;
	text-transform: uppercase;
    margin-top: 10px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	background: #fff!important;
	color: #f86e38 !important;
	border: 2px solid #f86e38!important;
}

.the-post .widget_search .search-field {
    font-size: 15px;
    color: #333;
    border: none;
    background:#f2f5f6 !important;    padding-right: 55px;
}

a.frat-articles:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/frat.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    /* margin-top: 4px; */
    width: 30px;
    height: 29px;
}


a.autism-spectrum-disorder:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/autism-spectrum-disorder-information.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    /* margin-top: 4px; */
    width: 30px;
    height: 29px;
}

a.diagnosis:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/diagnosis.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    /* margin-top: 4px; */
    width: 30px;
    height: 29px;
}


a.parents-tips-and-caring:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/parents-tips-and-caring.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    /* margin-top: 4px; */
    width: 30px;
    height: 29px;
}


a.science:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/science.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    /* margin-top: 4px; */
    width: 30px;
    height: 29px;
}

a.sign-symptoms:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/sign-ymptoms.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    /* margin-top: 4px; */
    width: 30px;
    height: 29px;
}


.articles-p-10{
    border-bottom: 1px solid #d5d8d9 !important;
    padding: 10px 10px;
}
.articles-p-10 a{margin-left:30px;color:#000000!important;}


/*--blog page-14-8-2023--*/
@media (max-width: 940px){
        .blog-heading-3563 h1 {font-size:25px !important; line-height:30px!important;}
        .published-date{display:block!important; float:left!important;}
         .top-24535{padding: 20px 28px 50px 0px !important;}
         a.download-info-grap-btn{
            display: block;
            text-align: center;
            margin-bottom: 20px;
            margin-right:0px !important;
            
         }
	 .download-info-grap-btn{margin-top:5px !important;}
     .postid-5674 #sq-number-2 ol {
    counter-reset: list;
    margin-left: 20px !important;
} 
	.postid-5674 #sq-number-2 ol > li:before {
    content: "[" counter(list) "] ";
    counter-increment: list;
    margin-left: -21px !important;
}
    }
    .top-24535{border-top:2px solid #000;border-bottom:2px solid #000;padding: 20px 28px 20px 0px;margin-top:30px;margin-bottom:30px;font-size:16px;}
	@media (min-width: 1200px){
	 .main-249377 .col-lg-10 {
		width: 90% !important;
		padding-left:0px !important;
	}
	.main-249377 .col-lg-2 {
		width: 15.7777777	7%!important;
		padding-left:0px !important;
	}
	}
	
    .main-249377 p{color:#333;font-size: 16px !important;}
    .main-249377 .table-title-24525{color:#333;font-size: 17px !important;margin-bottom:10px;}
    .blog-info-234542 h4{font-size: 20px;color:#333;font-weight: 700;line-height: 30px;}
    .blog-info-234542 h4 img{margin-top:-2px;}
	.blog-heading-3563 h1{
		font-size: 48px;
		color: #000;
		margin: 0;
		font-weight: 700;
		line-height: 56px;
		margin-top:45px;
	}
	.content-1463{margin-bottom:50px}
	.content-1463 h3{font-size:24px;font-weight: 500;}
	.content-1463 p{font-size:16px;}
	.img-mr-top-30{margin-top:30px;}
	.table-section-356325{background:#fef5ea;width:100%;}
	.table-section-356325 tbody tr{vertical-align: top; border-bottom: 3px solid #fff;}
	.table-section-356325 tbody td{padding: 15px 15px;}
	a.twitter-btn {
        background:#459bd4;
        color: #fff!important;
        border-radius: 50px;
        padding: 11px 40px;
        text-transform: uppercase;
        text-decoration:none;
        font-weight:700;
    }
    a.download-info-grap-btn {
        background:#f69220;
        color: #fff!important;
        border-radius: 50px;
        padding: 7px 25px 5px 25px;
        text-transform: uppercase;
        margin-top:0px;    display: inline-block;
        margin-right:10px;
        text-decoration:none;
        font-weight:700;
		margin-left:0px;
		margin-bottom:50px;
    }
    .table-2339{margin-bottom: 35px;}
    .mr-b-503456{margin-bottom: 35px;}
    .blog-info-234542{margin-top:15px;}
     ul.arrweb-row-23453-342 li:before {
        content: "\f0a9";
       /* background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/main-list-arr.png);*/
        display: inline-block;
        position: absolute;
        margin-left: -22px;
		font-family: 'FontAwesome';        
		width: 15px;
        height: 15px;
        font-size: 16px;
    }
    ul.arrweb-row-23453-342{margin-bottom:20px;}

    ul.arrweb2-row-23453-4565,ul.arrweb-row-23453-342{font-size: 16px;margin-left: 20px;
    line-height: 28px;}
    ul.arrweb2-row-23453-4565 li{margin-left:10px;}
    ul.arrweb2-row-23453-4565 li:before {
        content: "\f18e";
		font-family: 'FontAwesome';
        display: inline-block;
        position: absolute;
        margin-left: -22px;
        width: 15px;
        height: 15px;
    }
    .download-info-grap-23453{margin-top: 30px;margin-bottom: 80px;}
    .twitter-section{background-color:#f5f9fa;margin-bottom:50px;}
    .twitter-section .twitter-sub-35673{padding:30px 50px;}
    .twitter-section .twitter-sub-35673 img{margin-bottom:20px;}
    .twitter-section .twitter-sub-35673 ul{list-style: disc !important;
        margin-left: 15px !important;
        font-size: 16px;
        line-height: 26px;margin-bottom: 30px;
    }
    ul.arrweb2-row-23453-4565 a,ul.arrweb-row-23453-342 a,.a-397033 a{color:#333 !important;}
    .font-18{font-size:18px;color:#333;}
    #references.blog-info-234542{margin-bottom:50px;}
    .published-date{display:inline-block;float:right;margin-top:15px;}
    .mr-b-26{margin-bottom:26px;}  
	.wpb_text_column.wpb_content_element.mr-b-10-blog-p.post-content{margin-bottom:10px!important;}
    
    ul.ul-36784{color: #333!important;
    font-size: 16px !important;
    list-style: disc!important;
    margin-left: 20px!important;
    }
    
    .arr-right-345{color: #a19e9e;
    margin-right: 8px;}
    .mr-left-ul-40{margin-left:40px !important;}
    .ul-b-color{background:#fef5ea!important;
    padding: 15px;margin-bottom:30px;}
    .ul-b-color ul{margin-bottom:0px !important;}
    .text-color-black{
        color:#333;
    }
    ul.td-ul{
        color: #333!important;
        list-style: disc!important;
        margin-left: 20px!important;
    }
    .share-blog{float:left;font-weight:700;font-size:16px;margin-right: 20px;}
    p.p-mr-bottom-10{margin-bottom:10px;}




.a2a_overlay_style{ display:none;}

.tag-infographic .a2a_overlay_style, .tag-knowledge .a2a_overlay_style{margin-top: 40px;margin-bottom:20px; display:block;}



.mr-top-bottom-10{margin-top:40px;}
.img-w-100{width:100%;}

#img-div-456 img.img-w-100.mr-top-bottom-10 {
    padding-bottom: 40px;
}

/*-----14-8-2023---*/
.post-content ul, .textwidget ul, .wp-block-group__inner-container ul {
    list-style-type: none;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{color:#f86e38!important}

.upper-footer .widget-title, .menu-item-4178 a, .menu-item-4181 a,.menu-item-4182 a, .menu-item-4186 a,.menu-item-4172 a{
		font-size: 16px!important;
		font-weight: bold!important;
		position: relative!important;
		margin-top: 17px!important;
	}

.d-flex {
    display: flex!important;
}
 .social-links a:hover {
		color: #fff;
		border-color: transparent;
	 	background:#f86e38!important;
	}


.social-links a {
 
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
    background: #333333;text-align:center;
}
.social-links a i{margin-top:10px}
.widget-about .social-icons{display:none;}

.navbar a{text-transform: uppercase!important;}

.topic-link a{font-weight:500;}
.heading-mr-40{margin-top:60px;}
.navigation.inline .menu > li > a {
    text-transform: uppercase!important;
}
.wpb_text_column.wpb_content_element.subscribe-home-sidebar.post-content h3 {
    color: #333 !important;
}
.social-links a:hover{	background:#f86e38!important;}

h5.widget-title.has-style{margin-bottom: 20px;    line-height: 15px;}


footer .wrap {
 width: 96%;
    max-width: 977px;
}
.author-image img {
    max-height: 40px;
}


@media (min-width: 992px){

footer .wrap {
    width: 96%;
}

li#bunyad-widget-about-2 {
    width: 50%;
	
}

li#text-2, li#nav_menu-4,li#custom_html-4 {
    width: 25%;
    padding-right: 0px;
	}
}
.contact-info.align-items-center {
    /* text-align: right; */
    float: right;
    color: #333;line-height: 27px;
}

.contact-info.align-items-center i {
    margin-right: 10px;
}

.post-content ul.arrweb-row-23453-342 li {
    list-style: none;
}
.wpb_single_image .vc_single_image-wrapper{    border: 1px solid #e9e9e9;}

@media (max-width: 768px) {
	
	input.search-field {
    padding: 16px !important;
}

.articles-p-10 {
    font-size: 13px;
}

input.wpcf7-form-control.has-spinner.wpcf{
	margin-top: 10px !important;
    padding: 10px 0px;
}
div#wpcf7-f1747-p2029-o1 {
    margin-bottom: 30px;
}

	footer .wrap {
    width: 96%;
}
	:root {

  --wrap-padding: 0px;
	}
}


<!--- blog --->

.navigation.inline .menu > li > a {
    font-weight: 600!important;
    font-size: 14px!important;
    color: #000!important;    letter-spacing: 0;
}

.navigation.inline .menu-item-has-children > a:after {
   font-size: 12px!important;
    vertical-align: middle;
}


.navigation.inline .menu > li > a{
font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif!important;
}

.navigation .menu > li li a {border-top:0px!important;}

.navigation .menu ul, .navigation .menu .sub-menu{box-shadow:none!important;}

.navigation .menu > li > ul, .navigation .menu > li > .sub-menu{padding: 10px 0px!important;}

@media (min-width: 1024px){
li#text-2{margin-top:24px;padding-left: 18px;}
}
	
	
	
@media (min-width: 1280px){
.navigation>.menu-main-menu-container>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #F69220;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #F69220;
}
}
.navigation.inline .menu > li > a {
	 font-weight: 600!important; 
	 font-size:14px!important;  position:relative;
}

.navigation.inline .menu > li li a {
    padding: 8px 21px!important;  
    padding: 10px 20px!important;  
    font-size: 14px!important;  
    text-transform: none!important;  
    font-weight: 600!important;  
    color: #000;  
}
.navigation.inline .menu > li li a:hover, 
.navigation.inline .menu > li li a:hover::after{color:#f86e38;}
footer .textwidget p {
    font-size: 14px;line-height: 25px;
}
ul#menu-science li {
    margin-bottom: 10px;
}
ul#menu-science a {
    font-size: 16px!important;
    font-weight: bold!important;
    position: relative!important;
    margin-top: 20px!important;
    margin-bottom: 14px !important;
}

li#nav_menu-4 h5.widget-title.has-style {
    display: none;
}
#menu-science{margin-top: 38px;}
.textwidget h5 {
    margin-bottom: 12px !important;
    font-weight: bold !important;
}
.main-head.compact .inner.sticky-bar{padding: 0px;
}
.tsi-bars:before {
    font-size: 28px;
}


#hide{ display:none;}

.top-bar-content .contact-info i a, .top-bar-content .contact-info a, .top-bar-content .contact-info i {
    padding-left: 3px;
    font-weight: 600;
       color: #333;
    font-size: 12px; margin-right:0;    letter-spacing: 0px;
}

li#menu-item-4012 a sup {
    font-size: 11px;
    vertical-align: revert;
    top: 0px;
    display: inline-block;
}

.sidebar .inner {
    
    padding:0;
}

li#menu-item-4336 a:after, li#menu-item-4338 a:after, li#menu-item-4339 a:after {
    content: "\f08e";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 12px;
	float: right;
    font-weight: 500;
}
.post-content h2{
	font-family: var(--text-h-font, var(--h-font)) !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
	margin-top:15px;
}

h4.vc_custom_heading, .h3-tag-style h3.vc_custom_heading,.h2-tag-style h2.vc_custom_heading {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #333 !important;
    margin-bottom: 10px;
	margin-left: 20px;
}

 h4.vc_custom_heading:before,.h3-tag-style h3.vc_custom_heading:before,.h2-tag-style h2.vc_custom_heading:before {
        content: "\f0a9";
		font-family: 'FontAwesome';
        display: inline-block;
        position: absolute;
        margin-left: -22px;
        width: 15px;
        height: 15px;
	 	color:#f86e38!important
    }

@media(min-width: 940px){
.cbp-ntopenact:after {
    content: '';
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/09/Layer-7-copy.png) no-repeat center;
    width: 34px;
    height: 113px;
    position: absolute;
    /* right: 0; */
    /* float: right; */
       right: 119px;
    /* right: 386px; */
    /* bottom: -40px; */
    /* margin: 0 auto; */
    top: 30;
    margin-top: -179px;
}
}
.w-71{width:73%;background-color:#333;padding:30px;display:inline-block;    border-radius: 50px;padding-bottom:50px;margin-top:30px;}
.w-28{width:26%;display:inline-block;}
.w-28 img {
    margin-top: -107px;
    /* float: right; */
    margin-left: 40px;
}
.w-71 h4, .w-71 h2{font-size:24px!important;color:#333 !important;margin-bottom:15px !important;}


@media(max-width: 800px){
.cbp-ntopenact:after {
    content: '';
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/09/arrow-bottom.png) no-repeat center;
    width: 113px;
    height: 34px;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 11px; */
    margin: 0 auto;
    margin-top: 50px;
}
.w-28 img {
    margin-top: 50px;
    margin-left: auto;
    width: 40%;
}
.w-71 {
    width:auto !important;
    background-color: #add1d9;
    padding: 30px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom:50px;
}
.w-28 {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}
.w-28 img {
    margin-top: 20px;
    /* float: right; */
    /* margin-left: 40px; */
    margin-left: auto;
    width: 30%;
}
}

.w-71 {
    width: 73%;
    background-color: #add1d9;
    padding: 30px;
    display: inline-block;
    border-radius: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
	color:#333 !important;
}

.w-28 {
    width: 18%;
    display: inline-block;
}
td.bg-blue-td {
    text-align: center;
    background: #a9def0!important;
}

a.meta-item.date-link:before {
    content: "Published : ";
}

.yoen #authe-img-ui img {
    width: 50px;
    border-radius: 50px; margin:0;
}

.yoen span#authe-img-ui {
    display: inline-block;
    width: 5%;
    vertical-align: middle;
}

.yoen .post-meta.post-meta-c.post-meta-left.the-post-meta.has-below {
    display: inline-block;
    vertical-align: middle;
    width: 94%;
}

figure.wpb_wrapper.vc_figure, figure.wpb_wrapper.vc_figure .vc_single_image-wrapper, figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img{ width:100%;}

.cat-item-1 a:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/frat.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    margin-top: 0px;
    width: 30px;
    height: 29px;
	border:none;
}


.cat-item-61 a:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/autism-spectrum-disorder-information.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    /* margin-top: 4px; */
    width: 30px;
    height: 29px;
	border:none;
	margin-top: -3px;
}

.cat-item-64 a:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/science.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    margin-top: 0px;
    width: 30px;
    height: 29px;
	border:none;
}

.cat-item-62 a:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/diagnosis.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    margin-top: 0px;
    width: 30px;
    height: 29px;
	border:none;
}



.cat-item-1 a:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/frat.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    margin-top: 0px;
    width: 30px;
    height: 29px;
	border:none;
}


.cat-item-63 a:before{
 content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/sign-ymptoms.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    margin-top: 0px;
    width: 30px;
    height: 29px;
	border:none;
}

.cat-item-65 a:before{
 content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2023/08/parents-tips-and-caring.png);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    margin-top: 0px;
    width: 30px;
    height: 29px;
	border:none;
}
.cat-item-60 a, .cat-item-61 a,.cat-item-62 a,.cat-item-65 a,.cat-item-1 a,.cat-item-63 a,.cat-item-64 a{margin-left:30px;}
.widget.widget_categories h5 {

}

.cat-item-61{border-top: 1px solid #ebebeb;margin-top:10px;}

.wpb_text_column.wpb_content_element.mr-bottom-10.post-content {
    margin-bottom: 10px !important;
}
h4 .p-mr-bottom-10{margin-bottom: 10px !important;}
.p-m-left-20{margin-left:20px !important;}
.mobile-menu a:hover, .mobile-menua a:focus {
    color: #f86e38 !important;
}

.posts-dynamic.posts-container.ts-row.list.count-0.is-mixed {
    margin-top: 0px !important;
}

.posts-dynamic.posts-container.ts-row.list.count-0.is-mixed .a2a_kit,.posts-dynamic.posts-container.ts-row.list.count-0.is-mixed .a2a_menu,.posts-dynamic.posts-container.ts-row.list.count-0.is-mixed .a2a_modal,.posts-dynamic.posts-container.ts-row.list.count-0.is-mixed .a2a_overlay{display:none !important;}


nav>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  nav a:hover:before,
  nav li:hover>a:before,
  nav .active:before {
    visibility: visible;
    width: 100%;
  }

.navigation.inline .menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f96331;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navigation.inline .menu > li > a:hover::before {
    visibility: visible;
    width: 100%;
}
.b-table-2353 td, .b-table-2353 th {
    padding: 0;
    border-bottom: 1px solid;
    padding: 10px;
}
.b-table-2353 {
    width: 100%;
    border: 1px solid;
    font-size: 16px;
    margin-bottom: 10px;
}

.b-table-2353 td.p-20 {
    padding: 20px;
}
.postid-4370 .the-post .wpb_single_image .vc_single_image-wrapper, .postid-4324 .the-post .wpb_single_image .vc_single_image-wrapper{border:none;}

li#categories-4 a {
	font-weight:600;
}
.vc_wp_categories.wpb_content_element li {
    font-weight: 700;
}
ul.arrweb2-row-23453-4565{margin-left:4px !important}
ul.arrweb-row-23453-342 li {
    line-height: 25px !important;
}
p.download-info-grap-23453.mr-top-bottom-10{margin-bottom:40px!important}

ul.arrweb-row-23453-342 a:hover {
    color:#f86e38 !important;
}
.navigation.inline .menu > li.menu-item-4113 > a:before {
    content: "";
    background-color: none !important;
    height: 0px;
}
ul.td-ul {
    font-size: 14px;
}
.table-section-356325 tbody td{font-size: 14px;}
.blog-scroll-point-6 h2 br{display:none;}

@media(max-width:768px){.blog-scroll-point-6 h2 br{display:block;}
	h2.vc_custom_heading {
    font-size: 18px;
    line-height: normal;
}
.blog-text-35795 h4, .blog-text-35795 h6,.blog-text-35795 h5,.blog-text-35795 h3 {font-size: 18px !important;}
}

@media(min-width:1024px){
.single-post .col-8.main-content.cf {
    width: 63.666667%;
    margin-left: 3%; max-width:760px; float:right;
}
	
	aside.col-4.sidebar {
    float: left;
}
	}

.box-blue-45664{border: 1px solid #428bca;
    padding: 20px 20px 0px 20px}

.box-blue-45664 h4{color:#333 !important;}
table.table-section-356325 {
    margin-top: 0px !important;
}


@media(max-width:1024px){
	.download-info-grap-23453 .download-info-grap-btn{display: block;
    width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px!important;
}

.download-info-grap-23453{text-align:center;}
}

@media(max-width:768px){
	.contact-info.align-items-center{
		text-align:left;
		float:left;
	}
	p.copyright span {
    display: block;
	float: none !important;
}
}

@media (max-width: 940px){
.table-section-356325 tbody td {
    font-size: 12px;
}
}
.frt-links a:hover, .frt-links a:hover span {
    color: #f86e38!important;
}

@media (max-width: 1024px){
	.grid-post-section.vc_col-sm-8{margin-left:0%;}
}

.b-table-2353 {
    width: 100%;
    border: 1px solid;
    font-size: 16px;
    margin-bottom: 10px;
}
.td-b-1 {
    border: 1px solid;
}
th.text-a-4564 {
    text-align: center;
}
.b-table-2353 .sr-no-36743 {
    width: 10%;
    text-align: center;
}
.strong-mr-bottom-10{margin-bottom:5px !important;}

.a2a_overlay_style{display:none}



/*#infograph-section-3456 .a2a_overlay_style{display:none}*/

figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    padding-bottom: 0px !important;
}
.postid-4370 .a2a_overlay_style, .postid-4324 .a2a_overlay_style, .postid-4123 .a2a_overlay_style, .postid-4360 .a2a_overlay_style,.postid-4727 .a2a_overlay_style, .postid-4716 .a2a_overlay_style, .postid-4817 .a2a_overlay_style,.postid-4887 .a2a_overlay_style,.postid-4928 .a2a_overlay_style,.postid-4952 .a2a_overlay_style
{display:block;}


#infograph-section-3456 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    padding-bottom: 50px !important;
}

footer a:hover ,.copyright a:hover{color:#f86e38!important;}
footer .social-links a:hover,.lower-footer .to-top a:hover{color:#fff !important;}

.ul-mr-left-30{margin-left:35px !important}

	
/*@media (max-width: 940px){.main-head.compact .inner {
    position: fixed;
    background: #fff;
    padding: 14px;
    z-index: 1000;
    top: 10 px;
    top: 0px;
}

.admin-bar .off-canvas {
    top: 52px;
}
}*/


#cookieNotice.display-right {
  right: 20px;
    bottom: 20px;
    max-width: 322px;
    width: 80%;
}
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 25%);
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
  
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    border:1px solid  #f86e38!important;
    color: #f86e38!important;
    transform: translate3d(0,0px,0); background:#fff;	
}
#cookieNotice .btn-primary{
    color:#ffffff;
    background:#f86e38;
    border: 1px solid #f86e38; margin-bottom:0;
}
@media (max-width: 1600px){
	
.main-head.compact .inner > .wrap {
    position: relative;
    /* max-width: 1299px !important; */
    width: 1254px;
    padding: 0px 9px;
}
	.navigation ul li {
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding: 10px 0 10px 0px;
}
	
.main-head.compact .inner.sticky-bar .navigation ul li {  *padding: 13px 0 12px 0px;}
.main-head.compact .inner.sticky-bar li#menu-item-4113 a {padding: 3px 20px;}
	
	
	.top-bar .wrap {
    
    width: var(--main-width);
    margin: 0 auto;
    text-align: left; width:100%;
    max-width: 1283px;
    padding: 0px 23px;
}
}





@media (min-width: 1920px){
header .container-xl, #topbar .container {
    width: 96%;
    max-width: 1760px !important;
}

.navigation.inline .menu > li > a {
    font-weight: 600!important;
    font-size: 16px!important;
    position: relative;
}

#main-head .wrap {
    width: 1724px
	
}

.navigation.inline .menu > li > a {
    font-weight: 600!important;
    font-size: 16px!important;
    position: relative;
    padding: 10px 10px;
}
/*	.main {
    width:1550px !important;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 100px;
}
	.grid-post-section.vc_col-sm-8 {
    width: 66%;
    margin-left: 2%;
    margin-top: 15px;
    max-width: 975px;
}
	.wrap {
    width: 1500px;
}*/
}

@media (min-width: 1600px){

footer .wrap {
    width: 96%;
    max-width: 1200px;
}
.footer .footer-info p {
    line-height: 20px;
}
.footer .footer-info .logo img {
    max-height: inherit;
    max-width: 150px;
}
  section.upper-footer p {
    color: #333 !important;
    line-height: 21px;
}
li#bunyad-widget-about-2 {
    padding-right: 4%;
}
 
footer .author-image img {
   max-height: inherit;
    max-width: 150px;
}

.col-lg-6.col-md-12.footer-info {
    padding-right: 33px;
}
.checl-mark-342 ul li {
    font-size: 18px;
}
.carousel-inner .p-3421 {
    font-size: 30px;
    line-height: normal;
}
.testi-name {
    font-size: 18px;
}
.testi-name-vv {
    font-size: 16px;
}
.recent-posts .title {
    font-size: 20px;
line-height: normal;
}

.frt-links a {
    font-size: 19px;

}

.frt-links {
    padding: 7px 0;
}
.accordion-item p {
    
    font-size: 18px;
    line-height: 30px;
}

}

ul#u-4633.ul-roman>li {
    list-style: upper-roman !important;
}

li#custom_html-4 {
    margin-top: 25px;margin-left: 6px;
    width: 24%;
}

.social-links.d-flex.mt-4 {
    margin-top: 25px;
}


.top-bar-b .contact-info  span{
    margin: 0 6px;
    margin-left: 2px;    margin-right: 4px;
    letter-spacing: 0;    font-size: 12px;
}

.top-bar-content .contact-info i {
    margin-right: 2px;
}

.copyright i.bi.bi-heart-fill {
    vertical-align: middle;
}

@media (max-width: 768px){
	li#custom_html-4 {
    margin-top: 0px;
    margin-left: 6px;
    width: 100%;
}
	.main-head.compact .inner{box-shadow:none;padding: 9px 14px;}
	.yoen span#authe-img-ui {
    width: 8%;
   
}
.yoen a.meta-item.date-link {
   
    display: block;
}
	.yoen a.meta-item.date-link {
    float: inherit!important;
}
	
.top-bar .wrap { padding: 0px 15px;}
.main-head.compact .inner > .wrap {padding: 0px 0px;}
.main-head.compact .title {padding: 0px 0;}
span.mobile-nav {  margin-top: 12px; margin-right:10px;}
li#menu-item-4113 a {  width: auto !important;  padding: 10px 20px !important;  display: inline-block;}	
.off-canvas .close  i{    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    color: #f86e38;
    z-index: 9999;}
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-to-top i {
    color: #fff;
    margin: 0;
    
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
.back-to-top:hover i {
    color: #fff;
    top: -16px;
}

@media (min-width: 1600px){
.frt-links {
    padding: 25px 0;
	}}

.lower-footer .to-top a:hover {
    background: rgba(0, 0, 0, 0.9);
}
.lower-footer .to-top:hover i {
    color: #fff;
       margin-top: -10px !important;

}

.page-id-2029 .sub-form-section h5.widget-title {
    display: none;
}
.post-meta .meta-below .post-author,.post-meta .meta-below .date-link{font-size:14px;}

.page-id-2029 .blog-content-3456 .cat-label a{margin-bottom:10px;}


@media (min-width: 940px){
	.postid-4817 .cbp-ntopenact:after {right: 126px!important;}}

a.a2a_button_twitter span{background-color: black !important;}

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

@media (max-width: 940px){.ts-row{padding-left:2px !important;padding-right:2px !important;}}

.th-width-33{width:33.33%!important; }
@media (max-width: 768px){.postid-4861 .table-section-356325 tbody td {
    padding: 15px 9px;
	}
	h1.inner-heading-jkf {
    font-size: 30px!important;
    line-height: 35px!important;
}
}

p.p-inline{display:inline;}
h3.font-h3{display:inline;font-size: 16px;
    color: #333 !important;font-weight:700!important;}

.font-h4 h3{font-family: var(--text-h-font, var(--h-font)) !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
    margin-top: 15px;
	font-size:24px;
}
.ts-row.blocks.cf.wpb_row.text-gray-23 p {
    font-size: 10px !important;
    color: gray !important;
    line-height: 20px !im;
}
#high-interest-toys h2.vc_custom_heading:before,#toys-that-give-sensory-stimulation h2.vc_custom_heading:before,#toys-that-trigger-repeat-play h2.vc_custom_heading:before,#open-ended-play-toys h2.vc_custom_heading:before{
    content: "\f0a9";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    margin-left: -22px;
    width: 15px;
    height: 15px;
    color: #f86e38!important;
}
.postid-4928 .wpb_single_image .vc_single_image-wrapper {
     border: none !important;
}
.postid-4928 p.download-info-grap-23453.mr-top-bottom-10 {
    margin-top: 0px!important;
}
.postid-4928 .w-71 .download-info-grap-btn{margin-left:20px;}
.text-gray-23 p {
    font-size: 10px;
    color: gray;
    line-height: 20px;
}
#high-interest-toys h2.vc_custom_heading, #toys-that-give-sensory-stimulation h2.vc_custom_heading, #toys-that-trigger-repeat-play h2.vc_custom_heading, #open-ended-play-toys h2.vc_custom_heading {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #333 !important;
    margin-bottom: 10px;
    margin-left: 20px;
}
#sq-number-2 ol {
    counter-reset: list;
	margin-left: 20px;
}
#sq-number-2 ol > li {
    list-style: none;
}
#sq-number-2 ol > li:before {
    content: "[" counter(list) "]  ";
    counter-increment: list;
	margin-left: -34px;
	
}
.twitter-sub-35673 p {
    font-size: 18px;
}
#ol-b-356 ol > li:before {
    content:  counter(list) ")  ";
    counter-increment: list;
	margin-left: -20px;
	font-weight:700;
	
}
#ol-b-356 ol > li {
    list-style: none;
}
#ol-b-356 ol {
    counter-reset: list;
	margin-left: 30px;
}
.mr-top-10{margin-top:10px;}
h3#font-14{font-size: 16px!important;
    color: #333 !important;
    font-weight: 500 !important}

.h3-font-size-16 h3{font-size:16px;font-weight:700!important;color:#333 !important;display:inline;}
.mr-left-346{margin-left:40px;}

.blog-banner-section h4, .blog-banner-section h2{font-family: var(--font-philosophe) !important;}
.blog-banner-section ul{margin-bottom: 30px !important;}
.post.next.cf.active .post-meta .meta-below .date-link, .post.previous.cf.active .post-meta .meta-below .date-link {
    font-size: 11px;
	
}
.post.next.cf.active h2.is-title.post-title,.post.previous.cf.active h2.is-title.post-title {
    font-size: 12px;
    
}

@media (max-width: 940px){.postid-4817 .ts-row .ts-row{padding-left:15px !important; padding-right:15px !important;}}


.postid-5119 .blog-banner-section,.postid-5119 .text-gray-23,.post-4817 .blog-banner-section,.post-4817 .text-gray-23{display:block !important;}
.list-section h3, .list-section-1 h3{font-size:16px;font-weight:700!important;color:#333 !important;display:inline;}

.list-section-2 h5{font-size:16px;font-weight:700!important;color:#333 !important;}
.blog-text-35795 h4,.blog-text-35795 h6,.blog-text-35795 h5,.blog-text-35795 h3  {
    font-family: var(--text-h-font, var(--h-font)) !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;margin-left:0px;color: #f86e38!important;font-size:24px  !important;
}
.blog-text-35795 h4.vc_custom_heading:before{content:"";width: 0px;
    height: 0px;margin-left:0px;}
.blog-text-35795 .download-info-grap-23453{font-size:15px;}

#card-1246 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    padding-bottom: 30px !important;
}
.blog-text-35795 .vc_single_image-wrapper.vc_box_border_grey {
    border: 0px !important;
} 
.postid-5036 .a2a_overlay_style{display:block;}
.blog-text-35795 p.download-info-grap-23453.mr-top-bottom-10 {
    margin-bottom: 35px!important;
    margin-top: 5px !important;
}
.postid-5036 #sq-number-2 ol > li:before {margin-left: -28px;}



.postid-5036 #sq-number-2 ol {
    counter-reset: list;
    margin-left: 23px;
}
.postid-5036 .a2a_overlay_style{display:block ;}
p.download-info-grap-23453.mr-top-bottom-10 {
    margin-top: 0px;
}
.blog-text-35765 h4, .blog-text-35765 h6,.blog-text-35765 h5,.blog-text-35765 h3 {
    font-family: var(--text-h-font, var(--h-font)) !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    margin-left: 0px;
    color: #f86e38!important;
    font-size: 24px !important;
	
}
.blog-text-35765 h4.vc_custom_heading:before {
    content: "";
    width: 0px;
    height: 0px;
    margin-left: 0px;
}
.arrow-point-3567 ul.list-gray-arrow li:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    margin-left: -22px;
    width: 15px;
    height: 15px;
	color:#a19e9e;
}
.arrow-point-3567 ul.list-gray-arrow li ul li:before {
    content: "";
}
.arrow-point-3567 ul.list-gray-arrow li ul li{list-style:disc !important; }
.arrow-point-3567 ul.list-gray-arrow li {
    list-style: none !important;
}
.postid-5119 #sq-number-2 ol > li:before {
    content: "[" counter(list) "] ";
    counter-increment: list;
    margin-left: -26px;
}

.postid-5119 #sq-number-2 ol {
    counter-reset: list;
    /* margin-left: 24px; */
}
.post-content .text-gray-23 a:hover,.arrow-point-3567 li a:hover{color:#333 !important}
.list-h3 li h3 {
    font-size: 16px;
    color: #333 !important;
    font-weight: 700!important;
}
.table-c-bottom {
    margin-top: 45px !important;
}
#did-you-know .blog-banner-section,#did-you-know .text-gray-23{display:block;}
.mr-top-20 {
    margin-top: 10px;
}
.p-mr-bottom-30{margin-bottom:30px;}
section.upper-footer p:first-child {
  margin-bottom:0px !important;
}
.blog-text-35795 .list-section h3, .blog-text-35795 .list-section-1 h3,.blog-text-35795 .list-section h5{font-size:16px !important;font-weight:700!important;color:#333 !important;display:inline!important;}

.blog-text-35795 .list-section ul p, .blog-text-35795 .list-section-1 ul p {
    display: inline!important;
}
.post-template-default .post-content .li-mr-bottom-4 li {
    margin-bottom: 4px !important;
}

.cat-item-70 a{margin-left:30px;}
.cat-item-70 a:before {
    content: "";
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2024/01/neurodiversity-and-wellbeing.webp);
    display: inline-block;
    position: absolute;
    margin-left: -37px;
    margin-top: 0px;
    width: 30px;
    height: 29px;
	border:none;
}
article#post-5358 span.post-cat {
    position: initial;
}
#bunyad-posts-widget-6 .media-ratio .wp-post-image, #bunyad-posts-widget-6 .media-ratio > img{height:auto !important;border: 1px solid #e9e9e9;}

#post-footer-sub-form.tag-share{margin-bottom:10px;}

p.video-credit-text-10{font-size:9px;margin-bottom:5px;margin-top: 64px }

.vc_tta-panel-body iframe {
    width: 100%;
	height: 232px !important}
.vc_tta-panel-body p.p-mr-bottom-10{line-height:22px;}
.vc_tta-panel-body figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    padding-bottom: 0px !important;
    overflow: hidden;
    pointer-events: none;
}
#infograph-section-3456.none-border-1.wpb_single_image .vc_single_image-wrapper {
    border: none !important;
}
#infograph-section-3456.none-border-1 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img{padding-bottom:20px !important}
.blog-content-3456 .large-post .post-meta .meta-above {
    position: initial !important;
   
}

.related-posts .media-ratio .wp-post-image{height:auto !important;}
#sq-number-2 ol > li {
    list-style: none;
}
ul.lower-alpha-list li{list-style:lower-alpha !important;}
.postid-5548 #knowledge-card-share .vc_single_image-wrapper.vc_box_border_grey {
    border: 0px !important;
	margin-bottom: -27px;
}
.postid-5548 .download-info-grap-23453 {
    font-size: 15px;
}
.postid-5548 #infograph-section-3456 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    padding-bottom: 0px !important;
}

p.download-info-grap-23453.mr-top-bottom-10{margin-top: 0px !important;}

.info-12357 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    overflow: hidden;
    pointer-events: none;
}
ul.upper-alpha-list li {
    list-style: upper-alpha!important;
}
ul.upper-alpha-list li::marker {
    font-weight: 900;
}
ul.upper-alpha-list li ul li {
    list-style: disc!important;
}
.p-mr-bottom-10 sub, ul sub{line-height:12px;}

.list-p-mr-top-10 {
    margin-left: 25px;
}
th.th-width-20 {
    width: 20%;
}

.postid-6459 .post-content table{overflow-x:hidden;}
#table-14 tbody th {
    background: transparent;
    font-weight: 600;
    border-right: 2px solid #fff !important;
    text-align: left;
    vertical-align: middle;
	padding: 10px 15px 10px;
}
#table-14 td {border-right: 2px solid #fff !important;}

.postid-5589 .download-info-grap-23453 {
    font-size: 15px;
}

.postid-5589 div#references a {
    margin-left: 11px;
}
@media (max-width: 768px){
.yoen.kk .post-meta .meta-below{width: 74%;}
.category .archive-head .title, .author .archive-head .title{font-size: 24px !important;line-height: 29px !important;}
.category .archive-head .sub-title,.author .archive-head .sub-title{margin-left:5px !important;}
.category .archive-head .title,.author .archive-head .title{margin-left:10px !important;}
}
.postid-5589 .post-content table{overflow-x:hidden;}
.related-posts .media-ratio.ratio-3-2 {
    padding-bottom: 59.66667%;
}

.or-color{color:#f86e38!important;}

ol.lower-alpha-ol-list {
  counter-reset: list;
}
ol.lower-alpha-ol-list > li {
  list-style: none;
}
ol.lower-alpha-ol-list > li:before {
  content:  "(" counter(list, lower-alpha) ") ";
  counter-increment: list;
      margin-left: -29px;

}


.knowledge-card-image-d-s img.knowledgecard-image, .infograph-card-image-d-s img.infographic-image{ padding-bottom:0px;}
.info-border-gray-1-3564 .infograph-card-image-d-s img.infographic-image{border: 1px solid #e9e9e9;}
a.a2a_button_knowledgepppppp, a.a2a_button_infographic9999{
 pointer-events: none;
  cursor: default;
}

a.a2a_button_knowledgepppppp span.a2a_label, a.a2a_button_infographic9999 span.a2a_label {
      position: inherit !important; -webkit-clip-path: none;    font-size: 0;
}

a.a2a_button_knowledgepppppp span.a2a_svg.a2a_s__default.a2a_s_undefined, a.a2a_button_infographic9999 span.a2a_svg.a2a_s__default.a2a_s_undefined{ display:none; pointer-events: none;
  cursor: default;}

a.a2a_button_infographic9999 span.a2a_label:before {
    content: 'Share This Infographic -';
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: #3c3c3c;
}


a.a2a_button_knowledgepppppp span.a2a_label:before {
    content: 'Share This Knowledge Card -';
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: #3c3c3c;
}.knowledge-card-image-d-s img{padding-bottom:30px !important;}
.infograph-card-image-d-s img{padding-bottom:35px !important;}

.download-info-grap-23453.mr-top-bottom-10{margin-top: 5px;}

.post-template-default .category-autism .wpb_raw_code.wpb_content_element.wpb_raw_html{margin-bottom: 0px !important;}
#ref-section #sq-number-2 ol {
    counter-reset: list;
    margin-left: 22px;
}
#ref-section #sq-number-2 ol > li:before{margin-left: -25px;}
#downlod-15.download-info-grap-23453 {
    font-size: 15px;
}
.st-blog li a:hover {
    color: #333 !important;
}
.ref-section-sq-number #sq-number-2 ol > li:before {
    margin-left: -25px;
}
@media (max-width: 768px){
.ref-section-sq-number ol.ul-36784 a {
    word-break: normal;
    margin-left: 0px;
}
}

.postid-6876 th {
    width: 33.33% !important;
	}
.p-mr-left-30{margin-left:25px;}
.mr-left-ul-60{margin-left:80px !important;}
.postid-6876 .infograph-card-image-d-s img {
    padding-bottom: 0px !important;
    margin-bottom: 35px !important;
}
.table-mob-view-display-none{display:none !important;}
@media (max-width: 940px){
	.table-desktop-view-display-none{display:none !important;}
	.table-mob-view-display-none{display:block !important;}
	.postid-6876 th{width:100% !important;}
}
p.banner-p-left-w-border:before {
   content: '';
    border-left: 2px solid #fff;
    position: absolute;
    left: -40px;
    display: block;
    height: 95%;
    width: 2px;
    margin-top: 8px;

}
p.banner-p-left-w-border{margin-bottom:10px !important; position:relative;}
.banner-p-left-w-border{margin-left:40px;margin-left: 40px;font-size:20px  !important;width: 80%;
    font-family: var(--font-philosophe) !important;
    font-weight: bold;}
.blog-banner-section #new-blue-banner h4, .blog-banner-section #new-blue-banner h6, .blog-banner-section #new-blue-banner h5 {
    font-family: font-family: var(--text-h-font, var(--h-font)) !important;color:#fff !important;font-size:24px;
}
.blog-banner-section #new-blue-banner h4{font-size: 35px !important;
    line-height: 42px;margin-bottom: 30px !important;
}
.blog-banner-section #new-blue-banner p {
    margin-bottom: 30px;
    font-weight: 600 !important;
}
p.font-color-w-235{color:#fff;margin-top:10px; }
b.banner-text-author,p.img-margin-left-40 img {
    margin-left: 40px;
}
b.banner-text-author{font-size:18px;}
.blog-banner-section #new-blue-banner p.mr-bottom{margin-bottom:30px !important;}
#new-blue-banner .w-71{background-color: #86c0cd !important;}

#bannek-hji h5 { color:#000 !important;}

span.brtdyhh {
    display: block;
    width: 100%;
    margin-top: 30px;
}

@media(min-width: 940px){
 #new-blue-banner .cbp-ntopenact:after {
    content: '';
    background: url(https://autism.fratnow.com/staging/blog/wp-content/uploads/2024/03/blue-banner-r-arrow.webp) no-repeat center !important;}

}
@media(max-width: 800px){
 #new-blue-banner .cbp-ntopenact:after {content: '';
    background: url(https://autism.fratnow.com/staging/blog/wp-content/uploads/2024/03/blue-banner-bottom-arrow.webp) no-repeat center !important;}
.font-color-w-235 br{display:none !important;}
.post-content li {padding-left:0px !important;}
}
@media (max-width: 768px){
.yoen .post-meta .meta-below {
    width: 74%;
	}}

#rdas-table .table-section-356325 tbody td {
    padding: 15px 9px;
    width: 20%;
}

@media (max-width: 1200px){
	#rdas-table .post-content table {
	  overflow-x: auto;
	}
}

@media (max-width: 940px){
#rdas-table .table-section-356325 tbody td {
    font-size: 11px;
}
}
.h3-16806 h3{color: #333 !important;
    font-weight: 900!important;
    font-size: 20px!important;
    margin-bottom: 10px!important;
}
@media (min-width: 1024px){
#graph-table .table-section-356325 tbody td {
    padding: 15px 24px;
    width: 25%;
}
#graph-table table.table-section-356325 {
    width: 50%;
    margin: 0;
}
}
.post-content .w-71 a:hover {
    color: #f86e38 !important; 
}
.postid-5844 div#sq-number-2 a{
    word-break: break-all;
}
.postid-5851 #sq-number-2 ol {
    counter-reset: list;
    margin-left: 22px !important;
}
.u-orange  u{color:#f86e38!important}
p.mr-left-57554{margin-left: -50px;
	 margin-top: 10px;}

#new-banner-3463 h5{
    font-size: 18px !important;
	margin-bottom: 50px!important;
}

.blog-banner-section #new-banner-3463 h4, .blog-banner-section #new-banner-3463 h2 {
    font-size: 35px !important;
    line-height: 42px;
    margin-bottom: 13px !important;
	font-weight:900 !important;
	color:#fff !important;
}
#new-banner-3463 ul{font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 59px !important;
	color: #fff !important;
}
p.banner-mr-top-30 {
    margin-top: 50px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px !important;
}
.wpb_text_column.wpb_content_element.list-h3.post-content h3 {
    display: inline-block;
	line-height:normal;
}
.wpb_text_column.wpb_content_element.list-h3.post-content p {
    display: inline;
}
ul.upper-alpha-list li {
    list-style: upper-alpha;
}
span.span-ora ange {color:#f86e38!important}

#h3-block .wpb_text_column.wpb_content_element.list-h3.post-content h3 {
    display: block !important;
	line-height:normal;
}

#h3-block .wpb_text_column.wpb_content_element.list-h3.post-content h3 {
    display: block !important;
	line-height:normal;
}

@media (max-width: 940px) {
    #adhd-autism .table-section-356325 tbody td {
        font-size: 10px;
        width: 33.33%;
        line-height: 18px;
    }
	.img-margin-top-235{margin-top:40px;}
	/*.blog-banner-section #new-banner-3463 h4 {
    font-size: 24px !important;
    line-height: 37px;
    margin-bottom: 13px !important;
    font-weight: 900 !important;*/
	#adhd-autism.table-section-356325 tbody td {
        font-size: 11px;
        padding: 10px 5px;
		line-height: 19px;
    }
}
	

#adhd-autism{margin-bottom:40px;}
#adhd-autism.table-section-356325 th.th-width-20  {
    font-size: 14px;
    width: 33.33%;
}

.sub-point-list-7432 ul

.h3-block li h3 {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 700 !important;
}

div#recommended-reading {
    margin-top: 25px;
    
}

div#recommended-reading h5 a {
    color: #333 !important;
    font-size: 16.5px;
    font-weight: 700;
}

div#recommended-reading h5 a:hover {
	 color:#f86e38!important;
}

.mar-text-3453{margin-top:40px;}


#recommended-reading a.vc_single_image-wrapper.vc_box_border_grey {
    border-radius: 10px;
}
	#blog-scroll-point-2.h3-block  .sub-point-list-7432.post-content h3 {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 700 !important;
}

.border-5787{
border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px !important;
    margin-top: 0px;
}
.border-566{
border-bottom: 1px solid #e9e9e9;
   margin-bottom: 35px !important;
    margin-top: 30px;
} 
#reading-blog .post-content h2{font-size:20px !important;}

.sub-point-list-7432 ul li a:hover{color:#333 !important;}

.postid-5972 #sq-number-2 ol {
    counter-reset: list;
    margin-left: 24px !important;
}
span.span-orange {color:#f86e38!important}


/*---frat-info-section-21-6-2024---*/



#frat-info-img-section .vc_single_image-wrapper.vc_box_border_grey {
    border: 0px !important;
}
#frat-info-img-section{width:50%;}
#frat-info-text-section{width:50%;}

#frat-info-text-section h2{font-size: 36px;
    color: #333 !important;
    font-weight: 700 !important;
}

#frat-info-text-section h2 b{color:#95855f;}
#act-now-button .wpb_wrapper{
	display:flex;
	align-items:center;
}
.act-now-img{margin-right:10px;}
a.act-now-btn{
    background: #f86e38 !important;
    color: #fff !important;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 6px 50px;
    font-weight: 600;
}

a.act-now-btn:hover {
    background: #fff !important;
    color: #f86e38 !important;
    border: 2px solid #f86e38;
}

.shape-2:before {
    content: '';
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2024/06/c-1.png) no-repeat top left;
    /* max-width: 360px; */
    width: 100%;
    height: 100%;
    /* display: block; */
    position: absolute;
    z-index: -1;
    /* z-index: -1; */
    left: -76px;
    margin-top: -103px;
    background-size: auto;
}

.shape-3:before {
    content: '';
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2024/06/c-2.png) no-repeat top left;
    /* max-width: 360px; */
    width: 100%;
    height: 100%;
    /* display: block; */
    position: absolute;
    z-index: -1;
    /* z-index: -1; */
    left: -76px;
   margin-top: -141px;
    background-size: auto;
}

.shape-4:before {
    content: '';
    background: url(https://autism.fratnow.com/blog/wp-content/uploads/2024/06/c-3.png) no-repeat top left;
    /* max-width: 360px; */
    width: 100%;
    height: 100%;
    /* display: block; */
    position: absolute;
    z-index: -1;
    /* z-index: -1; */
    left: -76px;
    margin-top: -103px;
    background-size: auto;
}
.pd-90{padding-top:90px;}

#tiktok-video-section h2{font-style: normal;
    font-weight: 900 !important;
    color: #fff !important;
    font-size: 38px;
    line-height: 44px;}


#tiktok-video-section{background: #add1d9;
    padding: 40px;
	margin-top:90px;
	margin-bottom:50px;
}
#tiktok-video-section p{
	font-size: 20px;
    line-height: 33px;
}

#tiktok-video-section p em{
	font-size:16px !important;
	line-height:normal!important;
}
p.em-test{font-size:16px !important;
	line-height:normal!important;margin-top:30px;text-align:center;}
div#video-img-234 {
    width: 80%;
    margin: auto !important;
	margin-top:40px !important;
}


.postid-6005 .infograph-card-image-d-s img,.postid-6040 .infograph-card-image-d-s img {
    padding-bottom: 0px !important;
}

 .postid-6005 .a2a_kit.a2a_kit_size_20.a2a_overlay_style.a2a_default_style, .postid-6040 .a2a_kit.a2a_kit_size_20.a2a_overlay_style.a2a_default_style {
    margin-top: 0px;
    padding-top: 0px;
}
.arr-point-test-p{margin-left:20px;}


@media (max-width: 768px){
	.postid-6005 .a2a_kit.a2a_kit_size_20.a2a_overlay_style.a2a_default_style, .postid-6040 .a2a_kit.a2a_kit_size_20.a2a_overlay_style.a2a_default_style {
    margin-top: 0px;
    padding-top: 21px;
}
#tiktok-video-section {
    background: #add1d9;
    padding: 20px;
}
#tiktok-video-section h2 {
    font-size: 32px;
}
#frat-info-img-section{float:left !important;margin:auto;width:90%;margin:5%;}
#frat-info-text-section{float:right!important;margin:auto;width:90%;margin:5%;}
	
.div-reverse {
    flex-direction: row-reverse !important;
}
	.shape-3:before{
	left: 2px;
    margin-top: -87px;
    background-size: 89px;
}
	.shape-2:before{
	left: 2px;
    margin-top: -48px;
    background-size: 89px;
}
	.shape-4:before{
	left: 2px;
    margin-top: -48px;
    background-size: 89px;
}
	
}
div#frat-info-img-section.shape-2, div#frat-info-img-section.shape-4 {
    float: right;
}

#tiktok-video-section blockquote:before{margin-left: 0px !important;display:none !important;}
#tiktok-video-section blockquote{margin-left: 0px !important;padding-left: 0px;}

.postid-6061 .post-content ol h2, .postid-6061 .post-content ol h3 {
    font-weight: 900 !important;
    color: #333 !important;
    font-size: 16px;
	margin-bottom:5px !important;
}
.postid-6066 h3.vc_custom_heading {
        font-size: 24px;
        line-height: normal;
	    margin-bottom: 15px;
    margin-top: 15px;
    }
@media (max-width: 768px) {
   .postid-6066 h3.vc_custom_heading {
        font-size: 18px;
        line-height: normal;
	       margin-bottom: 15px;
    margin-top: 15px;
    }
}
.postid-6066 .blog-banner-section #new-banner-3463 h4 {
    font-size: 32px !important;
}
.postid-6066 .infograph-card-image-d-s img {
    padding-bottom: 0px !important;
}
.postid-6066.tag-infographic .a2a_overlay_style{
  margin-top: 0px !important;
}
h3.h3-heading-title {
    font-size: 16px !important;
    font-weight: 700;
    color: #333 !important;
}
ol.lower-alpha-ol-style.mr-left-ul-40 {
    list-style: lower-alpha !important;
}

.postid-6104 .blog-banner-section #new-banner-3463 h4{font-size:32px !important;}

.postid-6104.tag-infographic .a2a_overlay_style{
  margin-top: 0px !important;
}
.infograph-card-image-d-s img {
    padding-bottom: 35px !important;
}


.post-template-default .post-content ul li ol#list-ol-357329 li {
    list-style: space-counter;
}

.post-template-default .post-content ul li ol#list-ol-357329 li ul li {
    list-style: circle;
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
	list-style:none !important;
}
ul.dashed > li:before {
    content: "-";
    /* text-indent: -27px; */
    margin-right: 10px;
    margin-left: -15px;
    font-weight: 600;
    font-size: 20px;
}
.table-contact-mr-5017{margin-top:20px;margin-bottom:20px;}
.blue-text-font-4562{color:#4b78ff;}
.small-heading-h3 h3{font-size:16px; color: var(--text-color) !important;font-weight: 700 !important;}
div#recommended-reading h5{line-height:20px;}

ul#a-list ol li {
    list-style: lower-alpha;
}

.postid-6303  h3.vc_custom_heading, .postid-6303 .post-content ul h4 {
    color: var(--text-color) !important;
}
.reading-blog-mr-top-25{margin-top:25px;}
ul.mr-left-ol-40.circle-list li {
    list-style: circle;
}
.ts-row.blocks.cf.wpb_row.h3-point-div {
    margin-left: 10px;
}
.ts-row.blocks.cf.wpb_row.h3-point-div h3{
	color:#000 !important;
	margin-bottom:10px;
}

ul.mr-left-ul-40 li h3 {
    color: #000 !important;
}


.about-the-frat p{
	font-size:16px !important;
	font-weight:600 !important;
	margin-top:50px;
}
.wpb_text_column.wpb_content_element.test-kit-banner-sec.post-content h2 {
    font-size: 24px !important;
	margin-bottom: 0px;
    margin-top: 40px;
}
.wpb_text_column.wpb_content_element.test-kit-banner-sec.post-content p{margin-bottom:30px;}

.wpb_text_column.wpb_content_element.test-kit-banner-sec.post-content p {
    font-size: 16px !important;
	font-weight:600 !important;
}

.postid-6458 #tiktok-video-section  {
    margin-top: 0px !important;
	margin-top: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
}

.postid-6458 #tiktok-video-section {
    background: #add1d9;
    /* padding: 0px; */
    margin-top: 0px;
    /* margin-bottom: 50px; */
}

@media (max-width: 768px) {
   .postid-6458 .ref-section-sq-number ol.ul-36784 a {
        word-break: break-all;
        margin-left: 0px;
    }
	
    #tiktok-video-section {
        width: 99%;
        margin: auto;
		margin-bottom:50px;
}
}
@media (max-width: 1200px) {
    .postid-6458 .post-content table {
        overflow-x: initial;
	}
}

#ul-h2 h2,#ul-h2 h3{
	font-size: 16px !important;
    display: inline;
    color: var(--text-color) !important;
    font-weight: 700 !important;
}
 #ul-h2 p{
	display: inline;
}
.post-content a.download-info-grap-btn:hover {
    color: #f86e38 !important;
}
h2#h2-point-2:before {
    content: "2.";
    display: inline-block;
    position: absolute;
    margin-left: -25px;
    color: #f86e38 !important;
}
h2#h2-point-2{margin-left:26px;}
ol.font-size-change li::marker {
	font-size:18px;
    font-weight: bold;
}
ol.font-size-change h3 {
    color: var(--text-color) !important;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}
h2#h2-point-4:before {
    content: "4.";
    display: inline-block;
    position: absolute;
    margin-left: -25px;
    color: #f86e38 !important;
}
h2#h2-point-4{margin-left:26px;}
.text-box-h3 h3{
	font-size: 20px !important;
    line-height: 30px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}
.text-box-h3 ol li::marker {
        font-weight: 600;
    font-size: 18px;
}
.post-template-default .post-content .text-box-h3 ol li{margin-bottom:30px !important;}

.circle-list ul li {
    list-style: disc !important;
}
ul.mr-left-ol-40.circle-list {
    margin-left: 20px !important;
}
.br-a-tag a{
word-break: break-all;
}
 ol.mr-left-ul-40.upper-alpha-ul {
    list-style: upper-alpha;
}
#l-alpha-list.upper-alpha-ul li::marker {
    font-size: 18px;
    font-weight: bold;
}

.religen-link{margin-top:70px;display:flex;}
.religen-link img{width: 76px;
    margin-top: -42px;
    margin-left: 15px;pointer-events: visible;}
.religen-link span{ font-weight: 600;}

.top-header-test{
     font-weight: 700;
}
.top-header-test a{
    color:#3c989d !important; text-decoration: underline;
    font-weight: 700 !important;
}

.top-header-test a:hover{
    color:#333;
    font-weight: 700 !important;
}
@media (max-width: 768px) {
   .top-bar-content .contact-info i a, .top-bar-content .contact-info a, .top-bar-content .contact-info i {
        font-size: 10px !important;
    }
}


/* science blog updated 10-5-2025*/

 .cat-item-64 .children {
      display: none;
    }
    .cat-item-64 .children.visible {
      display: block;
     display: block;
    background: #f3f3f3;
    padding-bottom: 22px;
		padding-top:8px;
	    margin-bottom: -12px;	
    }

  .cat-item-64 {
    position: relative;
	  
}

.cat-item-64 .children a:before {
    content: "";
    background: none !important;
}
ul.children.visible li {
    border-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 24px;
    padding-right: 0px;
}
ul.children.visible li a{margin-left:0px;}

ul.children.visible li a:before  {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 5px;
    position: absolute;
    font-size: 6px;
    margin-left: -12px;
    margin-top: 8px;}

ul.children.visible li a:hover {
    font-weight: 600;
    color: #f86e38;
}
/*ul.children.visible .cat-item {
    font-size: 0px;
}*/
@media screen and (min-width: 1200px) {
.category-71 .column.col-6,.category-72 .column.col-6,.category-73 .column.col-6,.category-74 .column.col-6,.category-75 .column.col-6,.category-76 .column.col-6,.category-77 .column.col-6,.category-78 .column.col-6, .category-78 .column.col-6, .category-79 .column.col-6,.category-80 .column.col-6,.category-81 .column.col-6{
    width: 33.33%;
}



.category-71 h2.is-title.post-title-alt,.category-72 h2.is-title.post-title-alt,.category-73 h2.is-title.post-title-alt, .category-74 h2.is-title.post-title-alt,.category-75 h2.is-title.post-title-alt,.category-76 h2.is-title.post-title-alt,.category-77 h2.is-title.post-title-alt,.category-78 h2.is-title.post-title-alt,.category-79 h2.is-title.post-title-alt,.category-80 h2.is-title.post-title-alt{font-size:16px;}

.category-71 .post-excerpt,.category-72 .post-excerpt,.category-73 .post-excerpt,.category-74 .post-excerpt,.category-75 .post-excerpt,.category-76 .post-excerpt,.category-77 .post-excerpt,.category-78 .post-excerpt,.category-79 .post-excerpt,.category-80 .post-excerpt {font-size: 14px;
    line-height: 20px;
}
	
}
.category-71 span.cat-label.cf,.category-72 span.cat-label.cf,.category-73 span.cat-label.cf,.category-74 span.cat-label.cf,.category-75 span.cat-label.cf, .category-76 span.cat-label.cf, .category-77 span.cat-label.cf, .category-78 span.cat-label.cf, .category-79 span.cat-label.cf, .category-80 span.cat-label.cf {
    display: none;
}
.category-71 .post-excerpt p,.category-72 .post-excerpt p,.category-73 .post-excerpt p, .category-74 .post-excerpt p, .category-75 .post-excerpt p,.category-76 .post-excerpt p,.category-77 .post-excerpt p,.category-78 .post-excerpt p,.category-79 .post-excerpt p,.category-80 .post-excerpt p {font-size: 14px;
   display: none;
}
.category .bread-sec-head {
    margin-bottom: 30px;
}
.category .archive-head h1.title {
    color: #f86e38 !important;
	
}


.category-71 a.read-more-link, .category-72 a.read-more-link, .category-73 a.read-more-link,.category-74 a.read-more-link,.category-75 a.read-more-link,.category-76 a.read-more-link,.category-77 a.read-more-link,.category-78 a.read-more-link,.category-79 a.read-more-link, .category-80 a.read-more-link{font-size:10px;
    padding: 8px 17px;}

ul.children.visible a {
    font-weight: 500 !important;
	 width: 84%;
}
#science-blog-list-page .post-thumb {
    display: none !important;
}
#science-blog-list-page span.post-cat {
    display: none !important;
}
#science-blog-list-page .content.dff {
    padding: 0px;
}
#science-blog-list-page h4.title {
    text-align: left;
	color:#f86e38 !important;
}
#science-blog-list-page h2.is-title.post-title {
    font-size: 14px;
	margin-left:20px;
}

.page-id-10007 .main .ts-row.cf{
    flex-direction: row-reverse;
	display:flex;
}

#science-blog-list-page article {
    margin-bottom: 0px !important;
}
#science-blog-list-page .vc_separator.vc_sep_color_grey .vc_sep_line {
    display: none;
}
section.cf.block.loop-list {
    /* border-bottom: 1px solid #444; */
    padding-bottom: 40px;
    clear: both;
}
.page-id-10007 .main{margin-top:70px;}


/*.post-title a:before {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 5px;
    position: absolute;
    left: 17px;
    font-size: 6px;
	margin-top: 4px;
}*/
#science-blog-list-page h4.title a {
    color: #f86e38 !important;
}
.post-title a:hover {
color:#f86e38 !important
}

#science-blog-list-page .posts-wrap .col-12 {
    padding-left: 0px;
}
#science-blog-list-page .posts-wrap {
    margin-left: 20px;
	border-bottom:1px solid #a9a9a9;padding-bottom:18px;
}
#science-blog-list-page .block-content {
    margin-bottom: 43px;
}
#science-blog-list-page .block-head-c{margin-bottom:20px;}
.after-title {
      display:block;
    }

div#science-blog-list-page .after-title {
    color: #333;
    font-size: 14px;
    line-height: 37px;
}
span.title-part-2 {
    font-weight: 500;
	line-height: 27px;
}
span.h-after-title {
    display: block; 
    color: #333;
}

ul.mr-left-ol-40-list.mr-left-ul-40 {
    margin-top: 0;
    margin-bottom: 0;
}

.deggg h3 {display: inline-block; width: 100%;}

@media screen and (min-width: 1200px) {
span.h-after-title {
	font-size:30px;
}
}

li.cat-item.cat-item-64.toggled {
    background: #f3f3f3;
}
li#categories-4 a:hover, .toggle-icon:hover {
    color: #f86e38 !important;
}

/*relavent-posts sidebar css */
 .relavent-posts li {
    margin-bottom: 20px;
    display: flex;
}
.relavent-posts .post-date {
    margin-top: 10px;
}

.relavent-posts .hdjd {
    line-height: 20px;
}
.relavent-posts .post-thumb {
       flex: 0 0 auto;
       width: 110px;
       margin-right: 22px;
}

.relavent-posts  .posts {
    margin-bottom: -30px;
    padding-top: 0px !important;
    text-align: initial;
}

.relavent-posts .posts li img{
    border: 1px solid #e5e0e0;
}

.relavent-posts .hdjd a {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px !important;
    color: #000000;
}
.relavent-posts img.attachment-thumbnail.size-thumbnail.wp-post-image {
    width: 128px;
    height: 70px;
}