#page-slider{
  overflow: hidden;
}

#page-slider .page-slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

#page-slider img, #page-slider .blackout{
  height: 100%;
  width: 100%;
}

#page-slider .page-slide-item, #page-slider .carousel-item{
  height: 100%;
  overflow: hidden;
}

#faq-accordion button{
  white-space: normal !important;
}

.advantages-wrap .pb-4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
}

.advantages-wrap .pb-4{
  max-height: 100%;
}

.page-scroller {
    bottom: 15px !important;
}

#review-slider {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

#review-slider:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #1d4e58;
  opacity: .5;
}

/*#review-slider:after{*/
  /*content: '';*/
  /*position: absolute;*/
  /*top: -5px;*/
  /*left: -5px;*/
  /*right: -5px;*/
  /*bottom: -5px;*/
  /*z-index: 0;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-image: url(https://partnertrade.us/wp-content/uploads/2019/05/exportaciones.jpg);*/
  /*-webkit-filter: blur(5px);*/
          /*filter: blur(5px);*/
/*}*/
@media (min-width: 481px){
    #review-slider:after{
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        z-index: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(https://partnertrade.us/wp-content/uploads/2019/05/exportaciones.jpg);
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    /*#review-slider:after {*/
        /*background-image: url(https://partnertrade.us/wp-content/uploads/2019/05/exportaciones-365x480.jpg);*/
        /*content: none;*/
    /*}*/
    /*.advantages-bg {*/
        /*background-image: url(https://partnertrade.us/wp-content/uploads/2019/05/exportaciones-365x480.jpg)!important;*/
        /*background-image: none!important;*/
    /*}*/
}

#review-slider > div{
  position: relative;
  z-index: 2;
}

#review-slider .review-slide-item img {
    border: 10px solid #fff;
}

@media (min-width: 1225px){
  #review-slider .review-slide-item img {
    position: relative;
    left: -400px;
    height: 400px;
    width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
  }

  #review-slider .review-slide-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 591px;
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 1224px){
  #review-slider .review-slide-item img {
    display: block;
    height: 170px;
    width: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
  }
  .review-slide-content{
    margin-top: 50px;
  }
}

.faq_block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.faq_block__taxonomies_wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 4px solid #1056a3;
  border-left: 4px solid #1056a3;
  border-right: 4px solid #1056a3;
  border-bottom: 2px solid #1056a3;
  padding: 10px 5px 0 5px;
}

.faq_block__content_tabs_wrapper{
  border-top: 2px solid #1056a3;
  border-left: 4px solid #1056a3;
  border-right: 4px solid #1056a3;
  border-bottom: 4px solid #1056a3;
  padding: 10px 10px 0 10px;
}

.faq_block__taxonomies_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 10px 15px;
  font-size: calc(16px + .21vw);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #f3f3f3;
  margin: 0 5px 10px;
}

.faq_block__taxonomies_item:hover,
.faq_block__taxonomies_item.active{
  color: #fff;
  text-decoration: none;
}

.faq_block__taxonomies_item:hover{
  background-color: #1056a3;
}

.faq_block__taxonomies_item.active{
  background-color: #f7a71b !important;
}

.faq_block__question{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: #1056a3;
  padding: 10px 15px;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.faq_block__list_item{
  margin-bottom: 10px;
}

.faq_block__question:hover{
  color: #f7a71b;
}

.faq_block__question_block.open .faq_block__question{
  color: #ffffff;
  background-color: #f7a71b;
}

.faq_block__question:hover{
  text-decoration: none;
}

.faq_block__answer{
  padding: 10px 15px;
  background-color: #f3f3f3;
}

.faq_block__answer, .faq_block__content_tabs_item{
  display: none;
}

@media(min-width: 769px){
  .delivery-wrap h2{
    margin-top: -5px;
  }
}


@media only screen and (min-width: 1200px){
  .review-slide-item .review-slide-content{
    right: calc(50% - 600px);
    left: auto;
  }
}

@media (max-width: 768px){
  .page-scroller{
    display: none;
  }
}

@media (max-width: 1024px){
  .primary-bottom-menu{
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
  }
}

@media(max-width: 425px){
  .wp-block-button__link{
    margin: 0 auto;
      display: block;
      max-width: 260px;
  }
}

@media(max-width: 425px){
  .page-slide-item .page-slide-title>* {
      font-size: 2.6rem !important;
  }
}

.slider_home__dots{
  display: none !important;
}

@media(max-width: 768px){
  .tooltip-btn{
    display: none;
  }

  .slider_home__dots{
    position: absolute;
    bottom: 20px;
    z-index: 2;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 -10px;
  }
}

.advantage_wrapper{
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.advantage_item{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% / 5) - 30px);
          flex: 0 1 calc((100% / 5) - 30px);
  min-width: 200px;
  margin: 0 15px calc(20px + 1.61vw);
  padding: 0 15px;
}

.advantage_item__img_block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  width: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  margin-bottom: 15px;
}

.advantage_item__img{
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.advantage_title{
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

@media(min-width: 769px){
  .advantage_item:last-child .advantage_line{
    display: none;
  }

  .advantage_line{
    position: absolute;
    top: calc((55px / 2) - 5px);
    right: 0;
  }

  .advantage_line span{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 20px;
  }

  .advantage_line span:before, .advantage_line span:after{
    content: '';
  }

  .advantage_line span:before{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 4px;
    left: 0;
    height: 2px;
    width: 15px;
    background-color: rgba(255, 255, 255, 1); 
  }

  .advantage_line span:after{
    position: absolute;
    top: 0;
    right: -5px;
    border: 5px solid transparent;
    border-left: 5px solid rgba(255, 255, 255, 1);
  }

}

@media(max-width: 768px){
  .advantage_wrapper{
    counter-reset: section;
    counter-increment: item;
  }

  .advantage_line {
    position: absolute;
    left: 0;
    top: calc((55px / 2) - 5px);
  }
  
  .advantage_item{
    counter-reset: subsection;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    min-width: 250px;
  }

  .advantage_item__img_block{
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .advantage_line span:before{
    counter-increment: section;
    content: counter(section) " ";
    font-weight: 600;
  }
}

.archive-article-wrap{
  margin-bottom: calc(20px + 1.61vw);
}


@media(max-width: 768px){
	.navbar-brand img {
	    max-width: 120px !important;
	}
	
	#content.site-content {
	    padding-top: -webkit-calc(44px + 1.5rem + 4.25rem) !important;
	    padding-top: calc(44px + 1.5rem + 4.25rem) !important;
	}
}
