/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

h1,h2,h3,h4,h5,h6,p,strong,span,b, li, b.a{
  font-family: 'Inter Tight';

}
h2.introd {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size:46px;
    margin-top:0px;
}

.geotitle h1 {
    font-family: 'Inter Tight';
    font-size:56px;
    font-weight: 500;

}

.geotitleh3 h3 {
    font-family: 'Inter'!important;
    font-size:18px;
    font-weight: 400;
    line-height:24px;

}

.geotitleh3 p {
    font-family: 'Inter'!important;
    font-size:16px;
    font-weight: 500;
    line-height:20px;

}
span.color , a.color, a {
    font-family: 'Inter Tight';
    color: #98401B;
}


span.tm-item {
  font-size:180px;
  font-weight: 500;
  color:#974121;
}
/*FAq*/
summary.e-n-accordion-item-title {
    border-radius: 10px ! Important;
    padding: 2% ! Important;
}


.e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 01px 01px 0px 01px;
    border-radius: 10px 10px 0px 0px ! Important;
}


.singleprojimg{
    min-height: 300px ! Important;
}

.single-post h2.wp-block-heading {
    padding-top: 40px;
}

.tags h3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    line-height: 40px;
}

.tags a{
border:1px solid lightgrey;
border-radius:0px;
padding: 5px 25px;
    margin-right: 10px;
    margin-bottom: 5px;
}

h2.content{
  font-size: 28px;
  font-weight: 500;
  color: #f5f5f5;
}



@media only screen and (max-width: 768px) {
  h2.introd {
      font-size:28px;

  }

  .tags h3{
      line-height: 20px;
  }

  span.tm-item {
    font-size:100px;
    font-weight: 500;
    color:#974121;
  }

  .geotitle h1 {
      font-family: 'Inter Tight';
      font-size:36px;
      font-weight: 500;

  }

  .geotitleh3 h3 {
      font-family: 'Inter'!important;
      font-size:16px;
      font-weight: 400;
      line-height:24px;

  }

  .geotitleh3 p {
      font-family: 'Inter'!important;
      font-size:14px;
      font-weight: 500;
      line-height:20px;

  }

}
