/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.3.6.3
Template:       theratio
*/

.projects-grid .projects-box .portfolio-info {
  background: rgba(10, 10, 10, 0.25);
}
.filter-count {
  display: none;
}
.project_filters li {
  margin-right: 24px;
  margin-bottom: 12px;
}
.btn-details.pf-active,
.btn-details.selected {
  color: #111;
}
.btn-details {
  font-weight: 400;
  color: hsla(0, 0%, 40%, 0.85);
}
.btn-details:before {
  background-color: #000;
  height: 1px;
  bottom: -5px;
}
.projects-grid .project-item,
.pfi-item.project-item {
  padding: calc(10px / 2);
}
.btn-block .octf-btn {
  margin-top: 40px;
  border-radius: 100px;
  background: #fff;
  color: #F18C3E;
  font-weight: 400;
  border: 1px solid #111;
  padding: 5px 15px 5px 15px;
  line-height: 2.19em;
}
.btn-blog.btn-block .octf-btn {
    margin-top: 0px;
}

.btn-block .octf-btn.btn-page{
      padding: 10px 20px 10px 20px;
  background-color: #7f5a37;
  color: #fff
}
.btn-block .octf-btn.btn-page:hover{
border-color: #7f5a37;
      box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);

}
.btn-block .octf-btn:hover{
      background-color: #7f5a37;
    border-color: #f18c3e;
    color: #fff;

}
.home-blog .post-box .post-inner:hover img,
.projects-grid .projects-box:hover img {
  transform: scale(1.1);
}
.home-blog .post-box .post-inner img,
.projects-grid .projects-box img {
  transition:
    filter 0.6s,
    opacity 0.6s,
    transform 0.6s,
    box-shadow 0.3s;
}
.projects-grid .projects-box .portfolio-info h5 {
  font-size: 20px;
  font-weight: 300;
}
.projects-grid .projects-box .portfolio-info h5 a {
  background-size: 0%;
}
.tp-leftarrow .tp-thumb,
.tp-rightarrow .tp-thumb,
.tp-leftarrow .tp-arr-imgholder,
.tp-rightarrow .tp-arr-imgholder {
  display: none !important;
}
.home-blog .post-box .post-inner {
  border: 0px;
  padding: 0px;
}
.home-blog h5 {
  font-size: 1.35em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em !important;
}
.home-blog .the-excerpt {
  display: none;
}
.home-blog .post-box .entry-meta {
  text-transform: none;
  font-size: 13px;
  margin-bottom: 8px;
  color: #4d4d4d;
}
.post-box .entry-meta > span::before {
  top: 0px;
  font-weight: 100;
  background: #4d4d4d;
  width: 1px;
  content: "";
  height: 16px;
}
.post-box .entry-meta > span {
  padding-left: 8px;
}
.octf-swiper-button-next,
.octf-swiper-button-prev {
  border-radius: 100%;
  color: #111;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: transparent;
  border: solid 1px #111;
}
.octf-swiper-button-next {
  right: 15px;
}
.octf-swiper-button-prev {
  left: 15px;
}
.contact-block .elementor-container {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px !important;
}
.home-tabs .elementor-tab-title {
  background: linear-gradient(
    90deg,
    rgba(41, 39, 40, 0.25) 0%,
    rgba(41, 39, 40, 0.5) 100%
  );
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 14px;
}
.home-tabs .elementor-tab-title.elementor-active {
  background: linear-gradient(
    90deg,
    rgba(30, 28, 29, 0.5) 0%,
    rgba(30, 28, 29, 0.1) 0%,
    rgba(241, 224, 191, 0.5) 100%
  );
}
.button-about {
  display: inline-flex;
  color: #fff;
  padding: 3px 15px 3px 15px;
  border: 1px solid #fff;
  border-radius: 99px;
  margin-top: 10px;
  width: auto;
  clear: both;
  font-size: 16px;
  text-transform: uppercase;
  gap: 10px;
  align-items: center;
}
.button-about:hover {
  background: #fff;
  color: #111;
  border-color: #111;
}
.home-from input {
  border: unset !important;
  box-shadow: none !important;
  border-bottom: solid 1px rgba(154, 151, 152, 1) !important;
  margin-bottom: 12px;
  background: unset;
  color: #fff !important;
  height: 30px;
  width: 100%;
  padding: 0px;
}
.home-from button {
  border: 1px solid #fff !important;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  background: unset;
  border-radius: 99px;
  min-width: 150px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 15px;
}
.file-img span:nth-child(1) {
  color: #9a9798;
  position: absolute;
  border: dashed 1px rgba(154, 151, 152, 1);
  border-radius: 10px;
  padding: 14px 20px;
  width: 100%;
  left: 0;
  text-align: center;
}
.file-img input {
  display: block;
  cursor: pointer;
  border-radius: 10px;
  padding: 30px;
  height: 70px;
}
.file-img input {
  margin-bottom: 0 !important;
  overflow: hidden;
  width: 100%;
  opacity: 0;
}
.project_filters li a.pf-active:before,
.project_filters li a.selected:before {
  width: calc(100% + 14px);
}
.tax-portfolio_cat .page-title,
.single-post .page-title {
  display: none;
}
section.is-stuck .main-navigation ul.menu > li.current_page_item > a,
.main-navigation ul > li.current_page_item > a {
  color: #f6cb86;
}
.main-navigation > ul > li > a::before {
  display: none;
}
/* Modal overlay */
.search-modal-icon-wrapper{
    display: flex;
  height: 100%;
  justify-content:center;
  align-items:center;
    padding-left: 30px;
}
.search-icon{
  color:#fff;
  font-size: 18px;
}
.search-icon:hover{
  color: #fff
}
#search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.search-modal-content {
    width: 100%;
    max-width: 360px;
}
.search-modal-content label{
  width: 100%;
  display: flex;
}
.search-modal-content .search-form {
    display: flex;
    flex-direction: column;
  
  position:relative
}
.search-modal-content .search-form input::placeholder {
   color: #fff !important;
}
.search-modal-content .search-field {
    background-color: hsla(0, 0%, 100%, .2) !important;
    border-color: hsla(0, 0%, 100%, .09);
    color: #fff !important;
    border-radius: 99px;
    box-shadow: none;
    /* color: currentColor !important; */
    font-size: 1em;
    height: 3.507em;
    max-width: 100%;
    padding: 0 1.75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}
.search-modal-content .search-submit {
    color: #fff;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
    right: 0px;
    left: auto;
}
.main-navigation:not(.no-line) ul li li a:hover:before, .main-navigation:not(.no-line) ul ul li.current-menu-item > a:before, .main-navigation:not(.no-line) ul ul li.current-menu-ancestor > a:before{
  display: none
}
.main-navigation ul li li a:hover, .main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current-menu-ancestor > a{
   padding: 8px 10px;
   color: #f18c3e !important;
   background: #222;
}
.main-navigation ul li li a{
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 10px;
}
.main-navigation ul > li:hover > ul {
    padding: 0px;
    width: 240px;
    background: #111;
    padding: 10px 0px;
}
.main-navigation ul li li {
    padding: 0px 0px;
}
.copyright-block .elementor-container{
  border-top: 1px solid #9D9D9D;
}
.mmenu-wrapper,
.mmenu-wrapper .mmenu-inner{
  width:100%;
  background: transparent
}
.mmenu-active .mmenu-overlay {
    background: rgba(0, 0, 0, 0.9);
}
.mmenu-wrapper .mobile_mainmenu li a {
    padding: 12px 20px 12px 20px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.mobile-nav li.current_page_item a {
  background: #222;
}
.mmenu-wrapper .mmenu-inner{
  padding: 0px
}
.mmenu-wrapper .mmenu-close{
  padding: 0px 20px
}
.main-navigation ul li ul.sub-menu{
  top: 70px;
}
.page-header.header-transparent{
  position: relative
}
.page-header.header-transparent:before{
      background-color: rgba(0, 0, 0, 0.6);
      height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
  content: ""
}
.page-title {
    z-index: 9;
    position: relative;
    text-align: left;
    font-size: 38px;
    margin-top: 200px;
}
.single-ot_portfolio .page-title{text-align: center;font-size: 38px;margin-top: 0px;}
.page-header .breadcrumbs li:before{
  content: "/";
  /* position: relative; */
  left: 5px;
  top: 4px;
}
.page-header .breadcrumbs {
    text-align: left
}
.portfolio-related-title{
          font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-transform: uppercase;
        margin-bottom: 20px;
}

.project-bottom {
    border-top: 1px solid #ccc;
    padding-bottom: 30px;
}
.single-ot_portfolio .page-header .breadcrumbs,
.single-portfolio-navigation{
  display: none
}
.portfolio-related-posts-wrap {
    padding-top: 30px;
}
.elementor-default .elementor-widget-text-editor, .elementor-default li.elementor-icon-list-item, .elementor-default li.elementor-icon-list-item a{
    color: #23262f;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
.info strong{
      margin-right: 10px;
    text-decoration: underline;
}
.info div{
  margin-bottom:.5em
}
#back-to-top.show {
    right: auto;
    right: 25px;
    border-radius: 100%;
    bottom: 20px;
    background: #E4BB83;
    width: 50px;
    height: 50px;
}
#elce-phone .elce-phone-circle-fill,
#elce-zalo .elce-phone-circle-fill,
#elce-messenger .elce-phone-circle-fill {
    display: none
}
body .wp-elce .elce-contact .elce-phone{
  width: 45px !important;
  height: 60px !important
}
body .wp-elce {
    position: fixed;
    bottom: 85px;
    right: 45px;
    z-index: 99999;
}
.octf-swiper-pagination {
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-header .breadcrumbs li{
  text-transform: none;
  font-weight: 400;
}
@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (max-width: 600px) {
  .project-item,
  .grid-sizer,
  .projects-grid.pf_5_cols .project-item,
  .projects-grid.pf_4_cols .project-item,
  .projects-grid.pf_2_cols .project-item {
    width: 50%;
  }
  .search-modal-icon-wrapper {
    padding-left: 10px;
}

}
@media (min-width: 1230px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1340px;
  }
      .container {
        width: 1340px;
    }
  section.is-stuck {
    background-color: rgba(10, 10, 10, 0.6);
    -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: unset;
  }
}
