/*
Theme Name: Tripster Child 1
Description: Child theme for Tripster
Author: Jeff
Version: 1.0.0
Template: tripster
Text Domain: tripster_child
*/
/* TABLE OF CONTENTS: */

.top_panel_navi {
  border-bottom: none;
}

.banner-wrap h3 {
  font-size: 36px;
  padding-bottom: 0 !important;
}
.newsletter-container .sc_item_title::before,
.banner-wrap .sc_item_title::before {
  content: "";
  display: none !important;
}
.newsletter-container .sc_item_title {
  font-size: 44px !important;
}
.newsletter-container .sc_title_descr {
  margin-top: 0 !important;
  max-width: 800px;
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
}
.banner-wrap .sc_title_descr {
  margin-top: 15px !important;
  font-size: 16px;
  line-height: 24px;
}

/* latest posts */
.latest-post-container
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}

.latest-post-container {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.latest-post-container > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.latest-post-content .sc_item_title_text {
  -webkit-text-stroke-width: 0px;
}

.latest-post-content .sc_item_title_text2 {
  -webkit-text-stroke-width: 0px;
}

.text-lines-1 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}

.text-lines-2 {
  overflow: hidden;
  /** 隐藏超出的内容 **/
  word-break: break-all;
  text-overflow: ellipsis;
  /** 多行 **/
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 2;
  /** 显示的行数 **/
}

.list-post-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.list-post-item img {
  height: 130px !important;
}

.list-post-item .sc_blogger_item_content {
  flex: 1;
  padding-left: 15px;
  margin-top: 0 !important;
}

.post_categories {
  margin-right: 8px !important;
}

.post_categories a {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

h6.sc_blogger_item_title {
  font-size: 15px !important;
}

.latest-col-1,
.latest-col-2,
.latest-col-3 {
  padding-right: 20px !important;
}

.sc_blogger_item {
  height: auto !important;
  margin-bottom: 20px;
}

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

@media screen and (min-width: 992px) {
  .newsletter_form .elementor-shortcode {
    width: 600px;
    max-width: 600px !important;
  }
}
.newsletter_form input[name="AGREE_TO_TERMS"] {
  margin-right: 15px !important;
}

.newsletter_form label a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.newsletter_form label a b {
  color: #d85726;
  font-size: 18px;
}
.newsletter_form label a:hover {
  color: rgba(255, 255, 255);
}


/*Start footer css*/

body{ margin:0; padding: 0; }
*, ::after, ::before {
  box-sizing: border-box;
}
.footer-wapper {
  background: #1E1D1D;
  padding-top: 50px;
  padding-bottom: 27px;
  position: relative;
}
.footer-wapper:before{
  content: '';
  background-image: url(images/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  margin: auto;
}
.container-c {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.footer-top-card { 
  display:flex; 
  align-items:center; 
  justify-content: space-between; 
  flex-flow:wrap row; 
  padding-bottom:40px; 
}
.footer-logo { 
  width: 340px;
  height: 74px; 
}
.footer-logo img { max-width:100%;  height: auto; }

.footer-top-menu ul, .footer-social-icon ul { margin:0; padding:0; }
.footer-top-menu ul li, .footer-social-icon ul li { list-style-type:none; display: inline-block; }
.footer-top-menu ul li a {
  display: block;
  color: #ffffff;
  padding: 0 20px;
  text-decoration: none;
  text-transform: none;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.footer-top-menu ul li:first-child a{ padding-left:0; }
.footer-top-menu ul li:last-child a{ padding-right:0; }

.footer-social-icon ul li a img{
  width: 40px;
  height: 40px;
  text-decoration: none;
  margin: 0 8px;
}
.footer-social-icon ul li:first-child a img{ margin-left:0; }
.footer-social-icon ul li:last-child a img{ margin-right:0; }
.footer-bottom-card { 
  padding-top:40px; 
  padding-bottom: 40px;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(7,1fr);
}
.footer-bottom-menu h4{
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  font-family: "Nunito",sans-serif;
  margin: 0;
  padding-bottom: 22px;
  color: #fff;
  text-transform: uppercase;
}
.footer-bottom-menu ul{ margin:0 ; padding: 0}
.footer-bottom-menu ul li{ list-style-type: none;margin: 0 !important; }
.footer-bottom-menu ul li a{
  font-family: "Nunito",sans-serif;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #F1F1F1;
  margin: 0;
  text-decoration: none;
  padding-bottom: 12px;
}
.footer-bottom-menu ul li:last-child{ padding-bottom:0; }
/*hr { opacity: 0.2; margin:0; border: 1px solid #FFFFFF; }*/

hr {
    opacity: 0.2;
    margin: 0 !important;
    border: 1px solid #FFFFFF;
}
.footer-top-menu ul li { margin:0 !important; }
.footer-bottom-menu ul li:last-child a{ padding-bottom:0; }
.copy-rights-text{ padding:40px 0 0; }
.copy-rights-text p { 
  text-align:center; 
  margin:0;
  font-family: "Nunito",sans-serif;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.copy-rights-text p a { text-decoration-line: underline; color: rgba(255, 255, 255, 0.6); }

@media (max-width: 1439px){
  .container-c { max-width:1130px; }
}
@media (max-width: 1279px){
  .container-c { max-width:954px; }
  .footer-top-menu ul li a { padding:0 10px; }
  .footer-wapper:before { background-size:cover; background-position:center; }
   hr { margin:0 !important; border: 1px solid #FFFFFF; opacity:0.2 !important }
  .footer-wapper hr { margin:0 !important; border: 1px solid #FFFFFF; opacity:0.2 !important }
}
@media (max-width: 1024px){
  .container-c { max-width:960px; }
  .footer-bottom-card { grid-template-columns: repeat(4,1fr); }
}
@media(max-width:991px){
  .container-c { max-width:720px; }
  .footer-logo{ margin-bottom:10px; }
}

@media (max-width: 767px){
  .footer-bottom-card { grid-template-columns: repeat(2,1fr); }
  .footer-logo { width:100%; }
  .footer-top-menu ul li a { padding:0.5em 0.5em; }
  .footer-top-menu{ margin-bottom:10px }
  .container-c { max-width:100%; padding:0 20px; }
  .footer-top-menu ul li:last-child a { padding-left:0; }
}
@media (max-width: 479px){
}


/*End footer css*/

  /*@media (max-width: 479px)
  {
.content_wrap, .content_container {
  width: 375px !important;
}
}*/