/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2018 | 09:54:46 */
/*@media only screen and (max-width: 1000px)*/
.dark .mobile_menu_button span {
  color: #feebd0;
}

@media only screen and (max-width: 768px) {
  .carousel:not(.advanced_responsiveness) .carousel-inner .slider_content {
    display:none;
  }
  
  .txt-cols {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
    margin-top:20px;
    }
    .txt-cols p {
      margin-top:0;
    }
  .title.title_size_large h1 {
    font-size: 60px !important;
  }
  
  .intro-hera .wpb_single_image img {
    max-width: 92%;
    margin: 0 0 4% 0 !important;
	}
  
  .table-overflow {
    overflow-x: auto;
	}
  
  .mobile-center {
    text-align: center !important;
  }
  .mobile-margin {
    margin-top: 4% !important;
    margin-bottom: 4% !important;
  }
  .mobile-padding {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  
  .about-paragraph p {
    font-size: 19px;
    line-height: 26px;
	}
  
  .portfolio_single .flexslider, .portfolio_single .portfolio_single_text_holder {
    margin: 0;
	}
}

@media only screen and (max-width: 480px) {
  .title.title_size_large h1 {
    font-size: 40px !important;
    line-height:  40px !important;
  }
  .box-download-plantas * {
    text-align: center !important;
	}
}
