* {
  box-sizing: border-box;
  font-weight: normal
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  font-size: 13px;
  line-height: 28px;
  margin: 0;
}

/*
#	  IE7     IE8     FF2    	    FF3         Opera   Safari
H1  24pt    2em     32px        32px        32px    32px
H2  18pt    1.5em   24px        24px        24px    24px
H3  13.55pt 1.17em  18.7333px   18.7167px   18px    19px
H4  n/a     n/a     n/a         n/a         n/a     n/a
H5  10pt    0.83em  13.2667px   13.2833px   13px    13px
H6  7.55pt  0.67em  10.7333px   10.7167px   10px    11px
*/
h1 {
  font-size: 32px
}

h2 {
  font-size: 20px
}

h3 {
  font-size: 16px
}

h4,
h5,
h6 {
  font-size: 14px
}

input::placeholder,
textarea::placeholder,
html,
body,
button,
input,
option,
select,
#site-footer .top-row .footer-contact address .business-hours pre {
  font-family: Yekan Bakh;
}
textarea{
  padding: 10px
}
input::placeholder,
textarea::placeholder{
  font-size: 12px;
  opacity: 0.35
}

body.toggle-on {
  overflow: hidden;
}

#toggle-effect {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
  z-index: 10;
}

#toggle-effect.active {
  visibility: visible;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

a {
  text-decoration: none
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold
}

button,
.btn {
  cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
textarea,
input,
select,
.faq-question a {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

video {
  max-width: 100%
}
input[type=submit],
input[type=button],
.btn,
button{
    padding: .5em 1em;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    padding: .5em 1em;
}
/*
======================================================
#   Helper
======================================================
*/
/* html{
  margin-top: 75px;
} */
#page{
    overflow: hidden;
}
.default-max-width {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 380px) {
  .default-max-width {
    max-width: 380px;
  }
}

@media (max-width: 360px) {
  .default-max-width {
    max-width: 360px;
  }
}

#site-header .default-max-width,
#hero-section .default-max-width,
#why-naati .default-max-width,
#call-action .default-max-width,
#other-description-naati .default-max-width {
  overflow: unset;
}

.inline-flex {
  display: inline-flex;
  align-items: center;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
}

.flex.wrap {
  flex-wrap: wrap;
}

.flex.center {
  justify-content: center;
  align-items: center;
}

.flex.between {
  justify-content: space-between;
  align-items: center;
}

.flex.around {
  justify-content: space-around;
  align-items: center;
}

.half {
  width: 50%;
  max-width: 50%;
}

.archive main,
.blog main,
.full-width {
  width: 100%;
  max-width: 100%;
}

/** buttons **/
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  margin: 1em 0;
  border-radius: 4px;
  font-weight: 400;
}

.btn.whatsapp::before,
.btn.telegram::before {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: .5em
}

.btn.secondary {
  opacity: .8;
}

.btn.secondary.arrow::after {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 1em
}

.btn.location {
  padding: .1em .8em;
}

.btn.location::after {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: .5em;
}

.btn.border {
  border-width: 1px;
  border-style: solid;
}

.btn.min {
  padding: 0.3em 1em 0.1em 1em;
  line-height: 1
}

.opa {
  opacity: 0.7
}

/*
======================================================
#   Site Header
======================================================
*/
#site-header {
  position: relative;
  padding: 10px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: white;
  font-size: 1.2em;
  z-index: 10;
  border-bottom: 1px solid #eee !important;
}

.fix-header #site-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 15px #d5d5d5;
}

#page.fix-header {
  padding-top: 66px
}

.home #page.fix-header {
  padding-top: 71px
}

@media (max-width: 780px) {
  #site-header {
    padding: 0.2em 0 2em 0;
    /* overflow:hidden; */
  }
}

/**
 * support button
 */
.support-btn-container #support-btn {
  margin: 0;
  padding: 0.6em;
  border-width: 0;
  box-shadow: unset;
  border-radius: 0;
  width: 100%;
  background-color: #2b6a52;
}

.support-btn-container #support-btn .ic-angle-left:first-child {
  margin-left: -9px !important;
  opacity: 0.5
}

.support-btn-container #support-btn .ic-angle-left:last-child {
  margin-left: .1em
}

.support-btn-container #support-btn::before {
  content: unset;
}

.support-btn-container #support-btn::after {
  content: '';
  margin-right: .5em;
}

.support-btn-container .hidden-content {
  position: fixed;
  visibility: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-500px);
  z-index: 999999
}

.support-btn-container .hidden-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-btn-container .hidden-content>.entry {
  position: relative;
  max-width: 360px;
  margin-top: 0px;
  font-size: 14px;
}

.support-btn-container .hidden-content p {
  margin-top: 0;
  font-style: normal;
  padding-right: .5em;
  text-align: justify
}

.support-btn-container .hidden-content .phone-number p {
  direction: ltr;
  text-align: right;
  letter-spacing: 1px;
  font-size: 15px;
}

.support-btn-container .hidden-content .phone-number p .line {
  padding-left: 4px;
  padding-right: 4px;
}

.support-btn-container .hidden-content .phone-number p .opacity {
  opacity: 0.7
}

.support-btn-container .hidden-content .btn {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: .5em 1em
}
.support-btn-container .hidden-content .multiple-btns{justify-content: space-between;}
.support-btn-container .hidden-content .multiple-btns .whatsapp-button{width: 55%}
.support-btn-container .hidden-content .multiple-btns .telegram-button{width: 42%}

.support-btn-container .hidden-content .content-vector {
  position: absolute;
  width: auto;
  top: -50px;
  right: 33%;
  right: calc(50% - 50px);
  text-align: center;
}

.support-btn-container .hidden-content .content-vector .entry {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 13px 47px 0 rgba(94, 94, 94, 0.17);
}

.support-btn-container .hidden-content .content {
  border-radius: 4px;
  padding: 1em 2em;
  min-width: 300px;
}

.support-btn-container .hidden-content .content .title {
  font-size: 1.3em;
  margin-top: 60px;
  margin-bottom: 20px
}

.support-btn-container .hidden-content.active {
  visibility: visible;
  transform: translateY(0);
}

@media (max-width:640px) {
  .support-btn-container .hidden-content .content {
    border-radius: 4px;
    padding: 1em 1.5em;
    min-width: 300px;
  }
}

@media (max-height: 500px) {

  .support-btn-container .hidden-content .content-vector,
  .support-btn-container .hidden-content .content .title {
    display: none;
  }

  .support-btn-container .hidden-content>.entry {
    max-width: 450px
  }

  .support-btn-container .hidden-content>.entry .btn.whatsapp {
    padding: .7em
  }
}

/**
 * site brand
 */
 #site-header .site-logo img{
    height: 50px;
    width: auto;
  }
  
  #site-header .site-logo a {
    display: flex
  }
  
  #site-header .site-logo .has-mobile-logo .mobile-logo {
    display: none;
  }
  
  @media (max-width: 720px) {
    #site-header .site-logo img{
      height: 35px;
      width: auto;
    }
  }

/**
 * site menu
 */
#site-header nav.site-menu {
  flex-shrink: 0;
  flex-grow: 1;
}

#mobile-menu {
  display: none;
}

#site-header nav.site-menu button {
  border-width: 0;
}

/** Menu icon **/
.main_nav_button {
  position: relative;
  display: inline-block;
  z-index: 3;
  border: 1px solid #798c9e !important;
  border-radius: 3px;
  outline: 0;
  margin-left: 24px;
  padding: 7px 6px;
}

.hamburger {
  display: block;
  position: relative;
  transition: opacity 50ms;
  cursor: pointer;
  width: 18px;
  height: 16px;
}

.hamburger-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: #151f27;
  transition-property: all;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19), background-color .3s linear;
  transition-duration: .13s
}

.hamburger-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  transition: .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), background-color .3s linear;
  background: #151f27;
  top: 7px;
  width: 18px;
}

.hamburger-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  transition: .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear, background-color .3s linear;
  background: #151f27;
  top: 14px;
  width: 18px;
}

/** End Menu icon **/
#site-header nav.site-menu ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#site-header nav.site-menu ul ul {
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 90%;
  right: 0;
  z-index: 10;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 1em;
}

#site-header nav.site-menu ul ul ul {
  right: 100%;
  top: 0;
}

#site-header nav.site-menu ul ul ul ul {
  display: none
}

#site-header nav.site-menu ul ul li {
  padding: .5em 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 100%;
}

#site-header nav.site-menu ul ul li:last-child {
  border-bottom-width: 0;
}

#site-header nav.site-menu .nav-toggle>div>ul>li>ul {
  border-top-width: 1px;
  border-top-style: solid
}

#site-header nav.site-menu #desktop-menu li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
}

#site-header nav.site-menu ul li {
  position: relative;
  display: inline-block;
}

#site-header nav.site-menu ul li a {
  padding: 0 .8em
}

#site-header nav.site-menu .nav-toggle>div>ul>li>a {
  padding: 1.5em .8em
}

#site-header nav.site-menu ul li a {
  display: flex;
}

#site-header nav.site-menu ul ul li.menu-item-has-children>a {
  width: 100%;
  justify-content: space-between
}

#site-header nav.site-menu ul li.menu-item-has-children>a::after {
  content: '';
  display: inline-block;
  margin-right: .7em;
  width: 18px;
  height: 16px;
}

#site-header nav.site-menu ul ul li.menu-item-has-children>a::after {
  transform: rotate(270deg);
}

#site-header nav.site-menu ul li.current-menu-item>a,
#site-header nav.site-menu #desktop-menu ul li a:hover {
  font-weight: 400;
}

#site-header nav.site-menu #desktop-menu ul.site-header-menu>li.current-menu-item:hover::before,
#site-header nav.site-menu #desktop-menu ul.site-header-menu>li.current-menu-item:hover::after {
  content: none;
}

#site-header .site-menu #close-mobile-menu,
#site-header .site-menu #open-mobile-menu,
#site-header .site-menu .whatsapp-btn {
  display: none
}

@media (min-width: 781px) {
  #site-header nav.site-menu ul ul {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  #site-header nav.site-menu ul ul li {
    padding: .2em 0;
  }
}

@media (max-width: 780px) {
  .support-btn-container #support-btn {
    padding: .57em !important;
    font-size: 13px;
  }

  #site-header {
    padding: 15px 0
  }

  #site-header nav.site-menu a {
    font-size: 14px;
  }

  #site-header .site-menu.has-both #desktop-menu,
  #site-header .site-menu.has-mobile #desktop-menu {
    display: none
  }

  #mobile-menu {
    display: block;
  }

  #site-header .site-menu #open-mobile-menu {
    display: block;
    padding-right: 0;
  }

  #site-header .site-menu .nav-toggle #close-mobile-menu {
    display: none;
    align-items: center
  }

  #site-header .site-menu .nav-toggle.active #close-mobile-menu {
    display: flex;
  }

  #site-header .site-menu .whatsapp-btn {
    display: flex;
  }

  #site-header .site-menu .whatsapp-btn a {
    margin: 0 auto;
    font-size: .9em
  }

  #site-header .site-menu .nav-toggle .entry-nav-toggle {
    overflow: auto;
    visibility: hidden;
    position: fixed;
    padding: 70px 0px 34px 0px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 65%;
    max-width: 100%;
    height: 100%;
    z-index: 999999;
    transform: translateX(100%);
    transition: .3s all;
  }

  #site-header .site-menu .nav-toggle.active .entry-nav-toggle {
    visibility: visible;
    transform: translateX(0%);
  }

  #close-mobile-menu {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 30px;
    right: 65.5%;
    z-index: 9999
  }

  .admin-bar #close-mobile-menu {
    top: 66px;
  }

  #close-mobile-menu:before,
  #close-mobile-menu:after {
    content: "";
    position: absolute;
    background-color: #FFF;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 35px;
  }

  #close-mobile-menu:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #close-mobile-menu:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  /* URLs */
  #site-header .site-menu .nav-toggle a,
  #site-header .site-menu .nav-toggle .current-menu-item a,
  #site-header nav.site-menu .nav-toggle li>a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px !important;
  }

  #site-header nav.site-menu ul ul li.menu-item-has-children a::after {
    content: '' !important;
    transform: rotate(180deg);
  }

  #site-header nav.site-menu ul li a {
    display: inline-flex;
    width: 100%;
    padding: .5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  #site-header nav.site-menu ul ul.dropdown-menu li a {
    opacity: 0.7;
    padding-right: 1em !important;
  }

  #site-header nav.site-menu .nav-toggle .whatsapp-btn {
    margin: 70px auto 10px auto;
  }

  #site-header nav.site-menu .nav-toggle .whatsapp-btn a {
    width: auto;
    justify-content: flex-start;
  }

  /* 'LI' */
  #site-header .site-menu .nav-toggle ul li {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-width: 0 !important;
  }

  /* 'LI' Hover */
  /*    #site-header nav.site-menu li.dropdown:hover > ul{visibility: visible;opacity: 1;} */
  /* First Lv 'UL' */
  #site-header .site-menu .nav-toggle>div>ul {
    margin: 50px 0 100px 0;
  }

  /* Children 'UL' */
  #site-header nav.site-menu ul ul,
  #site-header nav.site-menu ul ul ul ul {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    box-shadow: unset !important;
    border-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: unset;
    transform: translateY(-1000%);
  }

  #site-header nav.site-menu ul ul.active {
    position: static;
    height: auto;
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
  }

  #site-header nav.site-menu ul ul.dropdown-menu {
    padding-right: 1.5em !important;
  }

  #site-header nav.site-menu ul ul {
    background-color: #2f334a !important
  }

  #site-header nav.site-menu ul ul li a{
    border-width: 0;
  }
}

/**
 * quick contact
 */
#site-header .quick-contact .entry {
  direction: ltr;
  font-size: 1.1em
}

#site-header .quick-contact .entry .icon {
  margin-right: .5em;
}

#site-header .quick-contact a {
  letter-spacing: .05em;
}

#site-header .quick-contact a span {
  opacity: 0.7
}

@media (min-width:981px) {
  #site-header .quick-contact #show-qcall-toggle,
  #site-header .quick-contact .quick-call .icon{
    display: none;
  }
  #site-header .quick-contact .entry{
      align-items: unset;
  }
}

/*
======================================================
#   Site Content
======================================================
*/
#site-content {
  position: relative;
  z-index: 1;
}

#site-content.archive {
  padding-top: 30px
}

#site-content.archive.breadcrumb-position-after_header {
  padding-top: 0;
}

#site-content.archive.breadcrumb-type-none {
  padding-top: 30px !important;
}

/**
 * breadcrumb
 */
#site-breadcrumb {
  font-size: 11px;
  padding: 1em;
}

#site-breadcrumb a {
  font-weight: 400
}

@media (max-width:780px) {
  #site-breadcrumb {
    padding: 8px
  }
}

/**
 * search form
 */
form.search-form {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

form.search-form button,
form.search-form input {
  border-width: 0;
  padding: .5em 1em
}

/**
 * 404
 */
.content-404 {
  padding: 5em 0;
  text-align: center;
}

.content-404 h1 {
  font-size: 5em
}

.content-404 p {
  font-size: 1.5em
}

/**
 * Archive
 */
header.archive-header {
  margin-bottom: 3em;
}

header.archive-header .top-row {
  margin-bottom: 1em
}

header.archive-header .current-page-title {
  margin: 0
}

.categories-bar {
  border-radius: 4px;
  padding: .5em;
}

.categories-bar a {
  display: inline-block;
  padding: .8em 1em;
  border-left-width: 1px;
  border-left-style: solid;
}

.categories-bar a.current-cat {
  border-width: 0;
  border-radius: 4px;
}

/**
 * Custom Title - Type 1
 */
.title.left-line {
  position: relative;
  padding: 1em 0 0 0;
}

.title.left-line::after {
  position: absolute;
  content: '';
  width: 98%;
  border-top-width: 1px;
  border-top-style: solid;
  right: 0;
  top: 50%;
}

.title.left-line strong,
.title.left-line h4,
.title.left-line h5,
.title.left-line h6 {
  font-size: 1.2em;
  padding-left: 1em;
}

.title.with-description h2,
.title.left-line>.entry-title {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  z-index: 2;
}

#translation-iran .title .entry-title h2 {
  margin: 0 0 5px 0 !important;
}

#translation-iran .title .entry-title p {
  margin: 0 !important;
}

#start-content .row.top .title,
#start-content .row.bottom .header,
#translation-iran .title .entry-title,
.title.left-line>.entry-title {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
  padding-right: 1.5em;
}

#start-content .row.top .title {
  padding-right: 1em
}

#start-content .row.bottom .header {
  margin-bottom: 20px
}

#start-content .row.bottom .header>* {
  width: 100%;
}

#start-content .row.bottom .header h2 {
  margin-bottom: 0;
}

#start-content .row.bottom .header p {
  margin-top: 3px
}

.title.with-description h2::before,
.title.left-line>.entry-title::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 50%;
  max-width: 60px;
  max-height: 30px;
  right: 5px;
  top: 0;
  transform: rotate(165deg);
  z-index: 1;
  opacity: .2;
}

#start-content .row.top .title::before,
#start-content .row.bottom .header::before,
#translation-iran .title .entry-title::before {
  position: absolute;
  content: '';
  width: 4px;
  max-width: 4px;
  height: 100%;
  max-height: 100%;
  right: 5px;
  top: 0;
  transform: rotate(0);
  opacity: 1;
  z-index: 1;
}

#start-content .row.top .title::before,
#start-content .row.bottom .header::before {
  right: 0
}

#translation-iran .title .entry-title h2::before {
  content: unset;
}

.title.left-line>.entry-title::before {
  width: 4px;
  max-width: 4px;
  height: 100%;
  max-height: 100%;
  transform: rotate(0);
  opacity: 1
}

#translation-iran .title .entry-title>*,
.title.left-line>.entry-title>* {
  position: relative;
  /* z-index: 2 */
}

/**
 * Post Star Rating
 */
.rating.just-show {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.post-rating {
  float: left;
  width: 23px;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.6em;
  line-height: 1.2;
  color: #ddd;
}

.just-show .post-rating {
  cursor: inherit;
}


.post-rating::before {
  content: '★ ';
}

.post-rating[data-check='1']+.post-rating::before,
.post-rating[data-check='1']~.post-rating::before,
.post-rating[data-check='1'] {
  color: gold;
}

.post-rating:hover::before,
.post-rating:hover~.post-rating::before {
  color: #ff6c00 !important
}

.just-show .post-rating:hover::before,
.just-show .post-rating:hover~.post-rating::before {
  color: gold !important
}

#post-rating-container.loading {
  filter: blur(4px);
}

/**
 * Tooltip
 */
.tooltip {
  position: relative;
  display: inline-flex;
  margin: 0 .2em 0 0;
  z-index: 1;
}

.tooltip i {
  cursor: pointer
}

.tooltip em {
  font-style: normal
}

.tooltip .entry {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 180px;
  padding: 7px;
  top: 90%;
  right: 0%;
  border-radius: 4px;
  transition: .3s all
}

.tooltip .entry em {
  display: inline-block;
}

.tooltip .entry em,
.tooltip .entry a {
  margin: 0;
  font-size: 11px;
  line-height: 1.7em
}

.tooltip .entry em {
  opacity: .85
}

.tooltip:hover .entry {
  visibility: visible;
  opacity: 1
}

/**
 * loop posts
 */
#posts .posts-entry {
  display: flex;
  flex-wrap: wrap;
}

#posts .post {
  width: 32%;
  max-width: 390px;
  padding: 20px;
  margin-left: 2%;
  margin-bottom: 1.5em;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

#posts .post:nth-child(3n) {
  margin-left: 0;
}

#posts .post .post-thumbnail {
  margin-bottom: 1.8em
}

#posts .post .post-thumbnail a {
  position: relative;
  display: block;
}

#posts .post .post-thumbnail img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

#posts .post .post-content {
  margin-bottom: 1.8em
}

#posts .post .post-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  text-justify: inter-character;
  font-weight: 300;
}

#posts .post .post-footer {
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 1.8em
}

.page .meta__column,
.post .meta__column {
  display: inline-flex;
  align-items: center;
  font-size: .9em;
  margin-left: .8em
}

.page .meta__column i,
.post .meta__column i {
  margin-left: 4px
}

.post .meta__column .tags-links a,
.post .meta__column .cat-links a {
  padding: 0 1em;
  border-radius: 4px;
}

.post .meta__column .cat-links a {
  margin-left: 4px;
}

.posts .post .meta__column .cat-links a {
  display: none;
}

.posts .post .meta__column .cat-links a:nth-last-child(1),
.posts .post .meta__column .cat-links a:nth-last-child(2) {
  display: block
}

/**
 * Posts Pagination
 * @type {[type]}
 */
#main-content .pagination {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 2em;

}

#main-content .pagination .page-numbers {
  transition: .3s all;
}

#main-content .pagination .page-numbers,
#main-content .pagination .page-numbers .nav-next-text,
#main-content .pagination .page-numbers .nav-short {
  font-weight: 400;
  padding: .5em
}

#main-content .pagination .page-numbers:not(.next) {
  border-radius: 50%;
  padding: .42em 1em;
  opacity: .5;
}

#main-content .pagination .page-numbers.current {
  cursor: no-drop;
  opacity: .8;
}

#main-content .pagination .page-numbers:hover {
  opacity: 1;
}

/*
======================================================
#   Site Footer
======================================================
*/

/**
 * site footer
 */
#site-footer {
  border-top-width: 7px;
  border-top-style: solid;
  padding-top: 20px;
}

#site-footer li a,
#site-footer p,
#site-footer pre {
  opacity: 0.8
}

#site-footer .btn.whatsapp {
  padding: .7em 2em;
}

/**
* Footer Call Action
*/
#site-footer .footer-call-action {
  margin-bottom: 2em;
  margin-top: -20px
}

#site-footer .footer-call-action .entry-footer-licenses {
  position: relative;
  padding: 80px 0 30px 0
}

#site-footer .footer-call-action .title {
  font-size: 2em
}

#site-footer .footer-call-action .content {
  max-width: 500px;
  position: relative;
  z-index: 1
}

#site-footer .footer-call-action .image img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: -5%;
}

@media (max-width:860px) {
  #site-footer .footer-call-action .image img {
    object-fit: cover;
    left: 0;
    opacity: 0.1;
  }
}

@media (max-width:780px) {
  #site-footer .footer-call-action {
    text-align: center;
  }

  #site-footer .footer-call-action .entry-footer-licenses {
    flex-direction: column-reverse;
    padding-top: 0
  }

  #site-footer .footer-call-action .content {
    max-width: 100%;
    margin-top: 20px;
  }

  #site-footer .footer-call-action .image img {
    position: static;
    width: 100%;
    height: auto;
    object-position: center center;
    opacity: 1
  }
}

@media (max-width:580px) {
  #site-footer .footer-call-action .title {
    font-size: 1.5em
  }
}

@media (max-width:460px) {
  #site-footer .footer-call-action .title {
    font-size: 1.3em
  }
}

/**
 * site footer > top row
 */
#site-footer .top-row .top-row-entry {
  justify-content: flex-start;
}

#site-footer .top-row .top-row-entry .title h3 {
  margin-top: 0;
}

/**
 * site footer > top row > entry columns
 */
/* #site-footer .top-row .entry > .brand-description{
  margin-left: 5%;
}
#site-footer .top-row .entry > .footer-contact{
  margin-right: 5%;
}
#site-footer .top-row .entry > .brand-description,
#site-footer .top-row .entry > .footer-contact{
  width: 30%;
}
#site-footer .top-row .entry > .footer-navs{
  width: 40%
} */
#site-footer .top-row .entry>.brand-description {
  margin-left: 5%;
}

#site-footer .top-row .top-row-entry>div {
  flex: 1
}

#site-footer .top-row .top-row-entry>.navs {
  flex-grow: 2
}

.brand-description p {
  text-align: justify;
  text-justify: inter-character;
}

/**
 * site footer > top row > navs column
 */
#site-footer .top-row {
  padding: 50px 0;
}

#site-footer .top-row .navs-entry {
  display: flex;
  justify-content: space-between
}

#site-footer .top-row .navs-entry>.navs {
  width: 45%;
}

#site-footer .top-row .navs-entry nav ul {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 2em;
}

#site-footer .top-row nav li {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/**
 * site footer > top row > contact column
 */
#site-footer .top-row .footer-contact address {
  text-align: justify;
  text-justify: inter-character;
  font-style: normal;
}

#site-footer .top-row .footer-contact address>div,
#site-footer .top-row .footer-contact address .address-info .column>div {
  display: flex
}

#site-footer .top-row .footer-contact address .address-info {
  flex-direction: column-reverse;
}

#site-footer .top-row .footer-contact address .post-address {
  padding-right: 34px;
  letter-spacing: 1px;
}

#site-footer .top-row .footer-contact address .phone {
  margin: 5px 0;
}

#site-footer .top-row .footer-contact address .phone p {
  direction: ltr
}

@media (max-width: 600px) {
  #site-footer .top-row .footer-contact address .phone p {
    letter-spacing: .06em;
  }
}

#site-footer .top-row .footer-contact address .phone span.line {
  padding: 0 .5em;
}

#site-footer .top-row .footer-contact address p,
#site-footer .top-row .footer-contact address .business-hours pre {
  margin: 0
}

#site-footer .top-row .footer-contact address>div .icon {
  margin-left: 10px;
  padding-top: 3px
}

#site-footer .top-row .footer-contact address .btn.location {
  border-width: 1px;
  border-style: solid;
  margin-right: 34px;
  flex: 1
}

#site-footer .top-row .footer-contact address .btn.location.waze {
  flex-grow: 0;
  margin-right: 1em;
  min-width: 80px
}

#site-footer .top-row .footer-contact address .btn.location.google {
  min-width: 130px
}

#site-footer .top-row .footer-contact .whatsapp-button {
  display: none;
  margin: 2em 0;
  text-align: center;
}

/**
 * site footer > main row
 */
#site-footer .main-row .footer-licenses {
  padding: 15px 0;
}

#site-footer .main-row .entry-footer-licenses .description {
  width: 35%;
}

#site-footer .main-row .entry-footer-licenses .licenses {
  width: 64%;
}

#site-footer .main-row .entry-footer-licenses .license {
  box-sizing: content-box;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  position: relative;
  padding: 2px 4px
}

#site-footer .main-row .entry-footer-licenses .license span.sprite-img {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

/**
 * site footer > bottom row
 */
#site-footer .bottom-row {
  padding: 10px 0;
}

#site-footer .bottom-row .bottom-row-entry>div {
  width: 33%;
}

#site-footer .bottom-row .bottom-row-entry .nav-links a {
  padding: 5px 8px;
  margin-left: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
}

#site-footer .bottom-row .bottom-row-entry #to-the-top {
  text-align: left;
}

#site-footer .bottom-row .bottom-row-entry .copyright {
  font-size: .85em;
  text-align: center;
}

#site-footer .copyright,
#site-footer .copyright p,
#site-footer .copyright p a {
  opacity: 1;
}

#site-footer .bottom-row .bottom-row-entry #to-the-top {
  text-align: left;
}

#site-footer .bottom-row .bottom-row-entry #to-the-top a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}


/**
 * #1- Desktops
 * @media (min-width: 980px)
 *
 * #2- Portrait tablet to landscape and netbooks
 * @media (min-width: 768px) and (max-width: 979px)
 *
 * #3- Landscape phone to portrait tablet
 * @media (max-width: 767px)
 *
 * #4- Landscape phones and down
 * @media (max-width: 480px)
 */


/* #1- Desktops */
@media (max-width: 1180px) {

  .default-max-width {
    max-width: 1180px;
    padding: 0 30px
  }

}

@media (min-width: 720px) {

  #posts .post .post-thumbnail a::before,
  #posts .post .post-thumbnail a::after {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .3s all;
  }

  #posts .post .post-thumbnail a::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  #posts .post .post-thumbnail a::after {
    top: 30%;
    right: 33%;
    top: calc(50% - 46px);
    right: calc(50% - 46px);
  }

  #posts .post:hover .post-thumbnail a::after,
  #posts .post:hover .post-thumbnail a::before {
    visibility: visible;
    opacity: 1;
  }

}

@media (max-width: 1080px) {
  .default-max-width {
    max-width: 1080px;
  }

  #posts {
    width: 80%;
    min-width: 980px;
    margin: auto;
  }

  #posts .post {
    width: 45%;
    margin: 0 2.5% 20px 2.5% !important;
    overflow: hidden;
  }

  #posts .slider-items .post {
    width: 100%;
    margin: 0 !important;
  }

  #site-footer .main-row .entry-footer-licenses {
    flex-direction: column;
    text-align: center;
  }

  #site-footer .main-row .entry-footer-licenses p {
    margin-top: 0
  }

  #site-footer .main-row .entry-footer-licenses .description,
  #site-footer .main-row .entry-footer-licenses .licenses {
    width: 100%;
  }

  #site-footer .main-row .entry-footer-licenses .licenses {
    overflow: auto;
    max-width: 680px;
  }

  #site-footer .main-row .entry-footer-licenses .licenses>.license {
    margin-left: 3px
  }

  #site-footer .main-row .entry-footer-licenses .licenses>.license:last-of-type {
    margin-left: 0;
  }

}

@media (max-width: 980px) {
  .default-max-width {
    max-width: 980px;
  }

  #site-header .site-header-entry {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #site-header .quick-contact {
    display: none;
  }

  #site-header nav.site-menu {
    justify-content: flex-start;
    flex-grow: 0;
  }

  #site-header .site-logo .has-mobile-logo .custom-logo {
    display: none
  }

  #site-header .site-logo .has-mobile-logo .mobile-logo {
    display: block;
  }


  #posts {
    width: 100%;
    min-width: unset;
    margin: auto;
  }

  #posts .posts-entry {
    justify-content: space-between
  }

  /** footer **/
  #site-footer .top-row .entry>.brand-description {
    display: none;
  }

  #site-footer .top-row .footer-contact address .address-info {
    flex-direction: column;
  }

  #site-footer .top-row .entry>.footer-navs {
    width: 62%
  }

  #site-footer .bottom-row .bottom-row-entry>.nav-links {
    display: none;
  }

  #site-footer .bottom-row .bottom-row-entry>.copyright {
    width: 66%;
    text-align: right;
  }

}

@media (max-width: 860px) {
  .default-max-width {
    max-width: 860px;
  }

  /** footer **/
  #site-footer .top-row .entry>.footer-navs {
    width: 50%
  }

  #site-footer .top-row .entry>.footer-contact {
    width: 45%
  }
}

/* #3- Landscape phone to portrait tablet */
@media (max-width: 780px) {
  .default-max-width {
    max-width: 780px;
  }

  #site-header .quick-contact.show-in-moble {
    display: flex;
    position: absolute;
    top: 30%;
    top: calc(50% - 16px);
    right: 75px;
  }

  #site-header .quick-contact .quickcall-entry-container {
    position: relative
  }

  #site-header .quick-contact #show-qcall-toggle {
    display: block;
    cursor: pointer;
  }

  #site-header .quick-contact.show-in-moble .entry {
    position: absolute;
    top: 100%;
    right: -50px;
    min-width: 170px;
    padding: 5px 15px 0px 15px;
    box-sizing: content-box;
    visibility: hidden;
    opacity: 0;
    transform: translateX(300%);
    transition: 0.5s all;
  }

  #site-header .quick-contact.show-in-moble .entry.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    border-radius: 5px;
    z-index:1;
  }

  #site-header .quick-contact.show-in-moble .entry.active .icon {
    padding-top: 8px
  }
  
  #site-header .quick-contact.show-in-moble .entry.active>.icon{display: none;}
  #site-header .quick-contact.show-in-moble .entry.active>.quick-call>a{display: flex;align-items: center}

  #posts>.post {
    width: 49%;
    margin: 0 .5% 20px .5% !important;
  }

}

@media (max-width: 720px) {
  .default-max-width {
    max-width: 720px;
  }

  #posts>.post {
    width: 100%;
    max-width: unset;
    margin: 0 auto 20px auto !important;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
  }

  #posts>.post .post-header {
    width: 40%;
    float: right;
  }

  #posts>.post .post-thumbnail {
    margin: 0
  }

  #posts>.post .post-header img {
    width: 100%;
    height: auto;
  }

  #posts>.post .post-header .meta-columns {
    display: none
  }

  #posts>.post .post-content.excerpt,
  #posts>.post .post-footer {
    float: left;
    width: 56%;
    margin-bottom: 0;
  }

  #posts>.post .post-footer {
    padding: 0;
    border-width: 0;
  }

  #posts>.post .post-content.excerpt h3 {
    margin: 0
  }
  

}

@media (max-width: 680px) {
  .default-max-width {
    max-width: 680px;
  }

  header.archive-header,
  .categories-bar {
    display: none
  }

  .tooltip .entry {
    right: auto;
    left: -80px
  }

  /**
   * Site footer
   */
  #site-footer .top-row {
    padding: 25px 0;
  }

  #site-footer .top-row .top-row-entry {
    flex-direction: column-reverse;
  }

  #site-footer .top-row .top-row-entry>.footer-contact,
  #site-footer .top-row .top-row-entry>.navs {
    width: 100%
  }

  #site-footer .top-row .entry>.footer-contact {
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 2em;
    margin-bottom: 2.5em
  }

  #site-footer .top-row .footer-contact address .location-buttons {
    justify-content: flex-start;
  }

  #site-footer .top-row .footer-contact address .btn.location {
    max-width: 200px
  }

  #site-footer .top-row .footer-contact address .btn.location.waze {
    min-width: 130px
  }

  #site-footer .top-row .entry>.brand-description {
    display: none
  }

}


/* #4- Landscape phones and down */
@media (max-width: 600px) {

  /**
   * Default width
   */
  .default-max-width {
    max-width: 600px;
    padding: 0 18px
  }

  #site-header .quick-contact.show-in-moble {
    right: 70px;
  }

  /**
   * Home page
   */
  .title.left-line {
    text-align: center;
  }

  .title.left-line::after {
    content: unset
  }

  /**
   * Post Archive
  */
  #posts>.post .post-header,
  #posts>.post .post-content.excerpt,
  #posts>.post .post-footer {
    float: none;
    width: 80%;
    margin: auto;
  }

  #site-content.front-page #blog #posts>article.post .post-header {
    width: 40%;
    float: right
  }

  #site-content.front-page #blog #posts>article.post .post-content,
  #site-content.front-page #blog #posts>article.post .post-footer {
    width: 59.5%;
    float: left;
  }

}

@media (max-width: 480px) {
  .default-max-width {
    max-width: 480px;
  }

  .tooltip .entry {
    right: auto;
    left: 0px
  }

  #posts .post .post-header,
  #posts .post .post-content.excerpt,
  #posts .post .post-footer {
    float: none;
    width: 100%;
    margin: auto;
  }

  #site-content.front-page #blog .post .post-footer .meta__column:last-of-type {
    display: none !important;
  }

  #site-footer .bottom-row .bottom-row-entry {
    flex-direction: column;
  }

  #site-footer .bottom-row .bottom-row-entry>div {
    width: 100% !important;
    text-align: center !important;
  }
}