/**
Theme Name: Astra Child
Author: AMG Digital
Author URI: https://amgdigital.nl/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html,
body {
  min-height: 100%;
}

body p{
  font-family: 'Lato', sans-serif;
  /*font-size: 18px;
  line-height: 24px;
  color:#9A9B9C;*/
  padding: 0px;
}

h1, h2, h3, h4{
  font-family: 'Lato', sans-serif;
  line-height: normal;
}

h1{
  font-size: 60px;
  line-height: 68px;
}

h2{
  font-size: 36px;
  line-height: 46px;
}

h3{
  font-size: 30px;
  line-height: 42px;
}

ul li {
  margin-bottom: 10px;
}

a:hover, a:focus {
  outline: none;
}

.site-title {
  display: none!important;
}

.site-footer a {
  text-decoration: none!important;
}


/*------------------------------------------*/
/*     HEADER
/*------------------------------------------*/

.ast-theme-transparent-header #masthead{
  position: fixed;
}

.site-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  height: auto;
  background-color:transparent;
}

.site-header.active {
  background: #fff;
  /*border-bottom: 1px solid #eee;*/
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.16);
}

/* ------------------------------
 *     NAVIGATION MENU
 * ------------------------------ */

.site-navigation ul li{
  margin-bottom: 0px;
}

.site-navigation a.menu-link:hover,
.site-navigation a.menu-link:focus{
  color: #EEAF30;
}

#headerButtonPopup, .popup-call-btn {
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  background-color: #EEAF30;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 30px 10px 28px;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#headerButtonPopup:hover,
#headerButtonPopup:focus,
.popup-call-btn:hover,
.popup-call-btn:focus{
  background-color: #4D4F53;
}

.popup-call-btn{margin-left: auto;}

.popup-call-btn.white-bgbtn{
  fill: #EEAF30;
  color: #EEAF30;
  background-color: #F5F4F0;
}

.popup-call-btn.white-bgbtn:hover,
.popup-call-btn.white-bgbtn:focus{
  color: #F5F4F0;
  background-color: #4D4F53;
}

.bottom-yellow-content

/* Transitions */

header,
nav,
a,
img,
li {
	transition: .10s all;
	-moz-transition: .10s all;
	-webkit-transition: .10s all;
	-o-transition: .10s all;
}

/*------------------------------------------*/
/*       HOME
/*------------------------------------------*/

.main-banner-btn .popup-call-btn{
  display: block;
  margin: 0 auto;
}

.bottom-yellow-content-btn{
  text-align: right;
}

.elementor-counter-title{
  margin-top: 24px;
}


/** Testiminial slider **/

.home-testimonial-slider .single-item-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-testimonial-slider .single-item-wrapper h3.author-name{margin-left: 30px;}
.home-testimonial-slider .single-item-wrapper .item-content-wrapper{
  background: transparent;
  padding: 0px;
  padding-top: 20px;
}

.home-testimonial-slider .single-item-wrapper .item-content-wrapper::before{
  content:url(/wp-content/themes/astra-child/images/testimonial-punktion.svg);
  top: -85px;
  right: 0px;
  left: auto;
}

.home-testimonial-slider .swiper-pagination{
  top: -90px;
  text-align: right;
}

.home-testimonial-slider .swiper-pagination-bullet,
.home-testimonial-slider .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 24px;
  height: 24px;
  background: #E6E2DF;
  opacity: 1;
}

.home-testimonial-slider .swiper-pagination-bullet:hover,
.home-testimonial-slider .swiper-pagination-bullet-active,
.home-testimonial-slider .swiper-pagination-bullet:hover,
.home-testimonial-slider .swiper-pagination-bullet-active{
  background: #EEAF30;
}

/*------------------------------------------*/
/*      SERVICE PAGE
/*------------------------------------------*/

.colmn-box {
  border: 40px solid #F7F6F4;
  background: url(/wp-content/themes/astra-child/images/Cubes-bg-img.svg) left top no-repeat, url(/wp-content/themes/astra-child/images/Cubes-bg-img.svg) right bottom no-repeat;
}

.three-box-div .elementor-widget-icon-box,
.three-box-div .elementor-widget-icon-box .elementor-widget-container {
  height: 100%;
}

.two-in-row-btn {
  text-align: right;
}

.two-in-row-btn .popup-call-btn.white-bgbtn {
  padding-left: 47px;
  padding-right: 50px;
}

/*------------------------------------------*/
/*      JOB VACANCIES PAGE
/*------------------------------------------*/

body.post-type-archive-jobs .ast-container {
  max-width: 100%;
  padding: 0px;
  flex-direction: column;
}

body.post-type-archive-jobs .site-primary-header-wrap{
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-wrap {
  background-image: url(/wp-content/uploads/2022/09/Service-page-banner-img.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 600px;
}

.heading-paraf {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-paraf h1 {
  color: #4D4F53;
  font-family: "Lato", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 61px;
}

.heading-paraf a{
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  background-color: #EEAF30;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 30px 10px 28px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 30px;
  display: inline-block;
  color: #fff;
}

.heading-paraf a:hover, .heading-paraf a:focus, .heading-paraf a:target {
  background-color: #4D4F53;
}

.job-page-section {
  max-width: 1180px;
  margin: 50px auto;
  padding: 0 20px 0;
}

.single-job-vacancie {
  margin-bottom: 20px;
  padding: 20px;
  background: #F7F6F4;
}

.single-job-vacancie h3{
  font-size: 24px;
  line-height: 26px;
  color: #4D4F53;
  font-family: "Lato", Sans-serif;
}

.single-job-vacancie p{
  font-size: 18px;
  line-height: 24px;
  /*color: #9A9B9C;*/
}

.job-vacancies-wrapp {
  display: flex;
  flex-direction: row;
  display: block;
}

.single-job-vacancie {
  display: flex;
}

.job-details {
  margin-bottom: 15px;
  margin-left: -5px;
}

.job-info {
  padding: 15px;
}

.job-feature {
  margin: auto 20px;
  display: block;
}

.job-feature img {
  width: 220px;
}

.type-wrap {
  display: inline-block;
  margin: 5px;
  background: #e7e7e7;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 3px;
}

.job-information {
  display: flex;
  flex-wrap: wrap;
  margin: 5px auto;
}

.company-name {
  margin-bottom: 10px;
  margin-right: 20px;
}

img.country-fa, img.company-fa {
  width: 20px;
}

.view-post {
  margin-top: 25px;
}

.view-post a{
  background: #eeaf30;
  color: white;
  padding: 7px 13px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.view-post a:focus,
.view-post a:hover,
.view-post a:focus{
  background-color: #4D4F53;
}

/*------------------------------------------*/
/*      SINGLE JOB VACANCIES PAGE
/*------------------------------------------*/

.single.single-jobs #content > .ast-container{
  max-width: 100%;
  flex-direction: column;
  padding: 0px;
}

.single-job-wrap {
  margin-top: 45px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.single-job-info-wrap .company-name {
  display: inline-block;
}

.single-job-info-wrap .company-country {
  display: inline;
  margin-left: 10px;
}

.job-description-and-form {
  display: flex;
  margin: 10px auto;
}

.job-form {
  border: 1px solid #eeaf30;
  border-radius: 3px;
  padding: 15px;
  min-width: 350px;
}

.job-content {
  background: #F7F6F4;
  padding: 20px;
  margin-right: 15px;
  border: 1px solid #ececec;
  border-radius: 3px;
}

.job-content p {
  margin: 0px;
  margin-bottom: 5px;
}

.job-form-group input {
  width: 100%;
  padding: 10px;
}

.job-form-group {
  margin: 25px auto;
}

/*------------------------------------------*/
/*      CONTACT US PAGE
/*------------------------------------------*/

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
  color: #B8B9BA;
}

.wpcf7 input, .wpcf7 textarea {
  border: 1px solid #B8B9BA;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.wpcf7 textarea{
  resize: none;
  height: 150px;
}

.wpcf7 .wpcf7-submit{
  background-color: #EEAF30;
  float: right;
  border-radius: 4px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 35px;
  border: none;
}

.contact-img .elementor-widget-image,
.contact-img .elementor-widget-image .elementor-widget-container{
  height: 100%;
}

.contact-img .elementor-widget-image .elementor-widget-container img {
  height: 100%;
  object-fit: cover;
}

/*------------------------------------------*/
/*     BLOG PAGE
/*------------------------------------------*/

.blog .site-header,
.archive .site-header,
.single .site-header,
.search .site-header{
  background-color: #fff;
}

.blog .site-content,
.single .site-content,
.search .site-content,
.archive .site-content{
  margin-top: 85px;
  border-top: 1px solid #eeaf31;
}

.blog .site-content,
.archive .site-content{
  background: #f7f6f4;
}

.blog .ast-row,
.archive .ast-row{
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}

.blog .ast-row article,
.archive .ast-row article{
  width: 32%;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  margin-right: 2%;
}

.blog .ast-row article:first-of-type {
  width: 100%;
  padding-bottom: 5px;
  margin-right: 0px;
}

.blog .ast-post-format-,
.archive .ast-post-format- {
  height: 100%;
  border-bottom: 0px;
  padding-bottom: 10px;
}

.blog .post-content,
.archive .post-content{
  display: flex;
  flex-direction: column;
}

.blog .entry-header,
.single .entry-header .ast-single-post-order,
.archive .entry-header,
.ast-related-post-content .entry-header{
  display: flex;
  padding-top: 5px;
  flex-direction: column;
}

.blog .ast-row article:first-of-type .post-content{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.blog .ast-row article:first-of-type .dh-post-image,
.blog .ast-row article:first-of-type .dh-post-content{ flex:1 1;}
.blog .ast-row article:first-of-type .dh-post-image{margin-right: 38px;}

.blog .ast-row .post-thumb,
.archive .ast-row .post-thumb{ width: 100%;}

.blog .ast-row .post-thumb-img-content.post-thumb img,
.archive .ast-row .post-thumb-img-content.post-thumb img,
.search .ast-row .post-thumb-img-content.post-thumb img,
.ast-related-post-content .post-thumb img{
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog .ast-row article:first-of-type .post-thumb-img-content.post-thumb img {
  height: 350px;
}

.blog .ast-row article:hover img,
.archive .ast-row article:hover img,
.ast-related-post-content:hover img{
  opacity: .8;
}

.blog .ast-row .entry-meta,
.blog .ast-row .entry-meta *,
.single .entry-meta,
.single .entry-meta *,
.search .entry-meta,
.search .entry-meta *,
.archive .ast-row .entry-meta,
.archive .ast-row .entry-meta *{
  font-size: 14px;
  line-height: 17px;
  color: #a47619;
}

.blog .ast-row .entry-meta a:hover,
.blog .ast-row .entry-meta *:hover a,
.single .entry-meta a:hover a,
.search .entry-meta a:hover,
.archive .ast-row .entry-meta a:hover,
.archive .ast-row .entry-meta *:hover a{
  color:#3a3a3a;
}

.blog h2.entry-title,
.archive h2.entry-title{
  line-height: 24px;
  font-family: "Lato", Sans-serif;
}

.blog h2.entry-title a,
.archive h2.entry-title a{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.blog h2.entry-title a:hover,
.blog h2.entry-title a:focus,
.archive h2.entry-title a:hover,
.archive h2.entry-title a:focus { color:#4D4F53;}

.blog .entry-content p,
.archive .entry-content p{
  font-size: 17px;
  line-height: 21px;
}

.single #secondary {
  padding-left: 30px;
  border: none;
}

.single #secondary .widget {
  margin: 0 0 2em 0;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #4c4f53;
  padding: 20px;
  background: none;
  border: 1px solid #d9d9d9;
}

.single #secondary .wp-block-search__label{
  display: none;
}

.single #secondary .wp-block-search__button.wp-element-button,
.single #comments .submit{
  color: #F5F4F0;
  background-color: #3a3a3a;
}

.single #secondary .wp-block-search__button.wp-element-button:hover,
.single #secondary .wp-block-search__button.wp-element-button:focus,
.single #comments .submit:hover,
.single #comments .submit:focus{background-color: #4D4F53;}

.single h1.entry-title{
  font-family: "Lato", Sans-serif;
  line-height: 27px;
  font-size: 32px;
  font-weight: 600;
}

.single #secondary h2{
  font-family: "Lato", Sans-serif;
  line-height: 24px;
  font-size: 22px;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  background: none;
  position: relative;
}

.single #secondary h2::after{
  position: absolute;
  width: 60px;
  height: 3px;
  background: #337ab7;
  bottom: -2px;
  content: "";
  left: calc(50% - 30px);
  background-color: #eeaf31;
  border-color: #eeaf31;
}

.ast-article-post:last-child{
  margin-bottom: 2em;
}

.single.single-post article img{
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}

.ast-related-post-content .entry-meta{ margin: 0px; }

.post-content .read-more a{ color: #d29f38; }
.post-content .read-more a:hover,
.post-content .read-more a:focus,
.post-content .read-more a:target{color: #4D4F53;}

.blog .author-name a:hover,
.blog .author-name a:focus,
.blog .author-name a:target{
  color:#3a3a3a;
}

/*------------------------------------------*/
/*       FOOTER
/*------------------------------------------*/

.site-footer a {
  text-decoration: none!important;
}

footer h2.widget-title{
  font-size: 22px;
  line-height: 27px;
  color:#FFFFFF;
  margin-bottom: 15px;
}

footer ul li a{
  font-family: "Lato", Sans-serif;
  font-size: 17px;
  line-height: 18px;
  color: #B8B9BA;
  cursor: pointer;
}

footer ul li a:hover,
footer ul li a:focus,
footer h2.widget-title a:hover,
footer h2.widget-title a:focus{
  color:#EEAF30;
  cursor: pointer;
}

.social-icon-footer {
  margin-left: 20px;
}

.social-icon-footer a {
  margin: 0 5px;
}

.social-icon-footer a:hover svg path,
.social-icon-footer a:focus svg path{
  fill:#EEAF30;
}

/*------------------------------------------*/
/*       MEDIA QUERY
/*------------------------------------------*/

/*@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
  h1{
    font-size: 33px;
    line-height: 37px;
  }

  h2{
    font-size: 28px;
    line-height: 32px;
  }

  .bigger-p p {
    font-size: 23px;
    line-height: 28px;
  }
  header img.custom-logo.large, header img.custom-logo {
    height: 85px;
    width: auto;
  }
  .main-navigation a{
    font-size: 16px;
    line-height: 16px;
    padding: 0 0.5em;
  }
  .order-2{
    order: 2;
    margin-bottom: -75px;
  }
  .boxes-pouches h2{
    font-size: 18px;
    line-height: 20px;
  }
  .boxes-pouches p{
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .ast-header-break-point .main-navigation .stack-on-mobile li {
    border-color: #ccc;
    width: 100%;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
  }
}
*/



@media screen and (min-width: 992px) {
  .blog article:nth-child(3n+1){
    margin-right: 0px;
  }
  .archive article:nth-child(3n){
    margin-right: 0px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .two-in-row-btn.lefted {
    text-align: right;
  }
  .two-in-row-btn.righted {
    text-align: left;
  }
  .heading-wrap{
    padding-top: 52px;
    min-height: 450px;
  }
  .heading-paraf h1{
    font-size: 40px;
    line-height: 46px;
  }
  .heading-paraf {
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 920px) {
  li.menu-item a:first-of-type {
    font-size: 18px!important;
  }
  li.menu-item ul.sub-menu a {
    font-size: 1rem!important;
  }
}

@media screen and (min-width: 767px) {
  footer ul li a.jobfooter{padding-left: 20px;}
  .blog .ast-row article:first-of-type .post-thumb{ margin-bottom: 0px;}
}

@media screen and (max-width: 992px) {
  .single-event-container .event-description h2{
    font-size: 19px;
    line-height: 22px;
  }
  .ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{outline: none;}
  .main-header-menu .sub-menu{display: block!important;}
  .ast-mobile-header-content{
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ast-mobile-header-content img.image{
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  html.disable-scroll{ overflow: hidden;}
  .single #secondary{
    padding-left: 0px;
    margin-top: 35px;
  }
  .single .site-main{padding-top: 25px;}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .home-testimonial-slider .single-item-wrapper h3.author-name{
    margin-left: 12px;
    font-size: 17px!important;
    line-height: 19px!important;
    z-index: 1;
  }

  .two-in-row-btn .popup-call-btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }
  .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-size: 20px;}
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  .two-in-row-btn {
    text-align: center;
  }
}

@media screen and (max-width: 992px) and (min-width: 767px) {
  section .service-bottom-box-text h2{
    font-size: 30px;
    line-height: 35px;
  }
  .blog .ast-row article,
  .archive .ast-row article{
    width: 49%;
  }

  .blog article:nth-child(2n-1){
    margin-right: 0px;
  }

  .archive article:nth-child(2n){
    margin-right: 0px;
  }

  .blog .ast-row article:first-of-type .post-thumb-img-content.post-thumb img {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  section .service-bottom-box {
    padding: 25px;
  }
  section .service-bottom-box-text{
    padding-bottom: 10%;
  }
  section .service-bottom-box-text h2{
    font-size: 22px;
    line-height: 28px;
  }
  section .service-bottom-box-text-btn{margin-top: 20px;}
  .job-vacancies-wrapp .single-job-vacancie {
    flex-direction: column;
    padding: 15px;
  }
  .job-vacancies-wrapp .single-job-vacancie h3{
    font-size: 23px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
  }
  .job-info button.job-vacancies-buttons{
    margin-right: 0px;
    padding: 8px 25px;
  }
  .job-info button.job-vacancies-buttons:first-of-type{margin-right: 5px;}
  .site-primary-footer-wrap {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  footer h2.widget-title {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 8px;
  }
  footer ul li{margin-bottom: 0px;}
  footer ul li a{
    font-size: 16px;
    line-height: 17px;
  }
  #custom_html-3 ul li a, .social-icon-footer{margin-left:0px;}
  .site-below-footer-wrap {padding-bottom: 3px;}
  .bottom-yellow-content-btn {text-align: center;}
  .popup-call-btn {
    display: block;
    margin: 0 auto;
  }
  .two-in-row-btn.lefted .popup-call-btn.white-bgbtn {
    padding-left: 55px;
    padding-right: 58px;
  }
  .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-size: 18px;}
  .heading-paraf h1{
    font-size: 29px;
    line-height: 35px;
  }
  .heading-wrap{
    min-height: 300px;
    padding-top: 200px;
    padding-bottom: 56px;
  }
  .heading-paraf{
    max-width: 767px;
  }
  .single-job-vacancie {
    flex-wrap: wrap;
  }
  .job-feature {
    margin: 40px auto 10px;
    display: block;
  }
  .single.single-jobs .heading-wrap{
    padding-bottom: 115px;
  }
  .single.single-jobs .job-description-and-form{flex-wrap: wrap;}
  .single.single-jobs .job-content{margin-right: auto;}
  .single.single-jobs .job-form{
    min-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .blog .ast-row article:first-of-type .post-content{flex-direction: column;}

  .blog .ast-row article,
  .blog .ast-row article:first-of-type .dh-post-image,
  .archive .ast-row article{width: 100%;}

  .blog .ast-row article:first-of-type .post-thumb-img-content.post-thumb img{ height: 220px;}
  .blog .ast-row article:first-of-type .dh-post-image {margin-right: auto;}
  .blog .ast-row article, .archive .ast-row article{ margin-right: auto;}
  #custom_html-3 ul li a, .social-icon-footer {	margin-left: auto!important;}
}
