/**
* Theme Name: Cialca Child
* Description: This is a child theme of Cialca Dev.
* Author: <a href="http://http://cialca.org">Cialca</a>
* Template: cialca-core
* Version: 1.0.0
*/
body {
    line-height: 1.538;
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto", -apple-system, "Raleway", sans-serif;
    color: #555;
}
.intro.index-header {
    min-height: 30vh !important;
    max-height: 100%;
}
.homepage-header1 {
    font-size: 3.2rem !important;
    color: #4a8b71 !important;
    font-weight: 500 !important;
}
.homepage-pillars-title {
    font-size: 2.8rem !important;
    font-weight: 500 !important;
    color: #4a8b71 !important;
    padding-top:15px !important;
    margin-bottom:0 !important;
}
.product-section.section.vc_custom_1568048300067 {
    padding-top:15px;
}
.homepage-pillars-separator {
    margin: 40px 0;
}
.homepage-footerpartners-title {
    font-size:17px !important;
    font-weight:500;
    color: #4a8b71 !important;
}
.homepage-footerpartners-title.space {
    padding-top:30px;
}
.cialca_greenbg.vc_custom_1568051148173 {
    background: #f5f5f5 !important;
}

#top-bar__navigation a:not(.custom-btn)::after {
    bottom: -2px !important;
    left: 7px !important;
}
.products__inner > div:hover {
    background: rgba(74,139,113,0.2) !important;
    color:#222 !important;
    cursor: pointer !important;
}
.blog--style-2 .blog__item figure::before {
    border-color: transparent !important; /*transparent transparent transparent #fff;*/
}
.vc_custom_1489843180838 .news-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.vc_custom_1489843180838 .news-section .section-heading {
    margin-bottom: 20px !important;
}

.intro__title {
    font-size: 4rem !important;
    word-spacing: 6px !important;
    letter-spacing: 3px !important;
}
code {
    display: none !important;
}
#menu-primary > li.li-btn {
    display: none !important;
}


/* Pagination */
.display-posts-listing.grid {
    display: grid;
    grid-gap: 16px;
}

.display-posts-listing.grid .title {
    display: block;
}

.display-posts-listing.grid img { 
    display: block; 
    max-width: 100%; 
    height: auto; 
}

@media (min-width: 600px) {
    .display-posts-listing.grid {
        grid-template-columns: repeat( 2, 1fr );
    }
}

@media (min-width: 1024px) {
    .display-posts-listing.grid {
        grid-template-columns: repeat( 3, 1fr );
    }
}

.listing-item a.title {
    font-weight: 500;
    word-spacing: 0px;
    font-size: 2rem;
    font-family: "Poppins", san-serif;
    line-height: 1.1;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}
.date {
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Poppins", san-serif;
    display: inline;
}
.category-display {
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Poppins", san-serif;
    display: inline;
}
.excerpt {
    margin: 15px 0;
    box-sizing: inherit;
    line-height: 1.538;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: -apple-system, "Raleway", sans-serif;
    display: block;
}
.display-posts-pagination {
    margin-top: 15px;
}
.display-posts-pagination .screen-reader-text{
    display: none;
}
.footer-text {
    font-size: 1.4rem;
    text-align: center;
}
.feedback__author__name, .feedback__author__position {
    margin-left: auto !important;
    margin-right: auto !important;
}
.list-item-disc {
    text-indent: 0px;
    list-style: disc;
    display: list-item;
    margin-left: 2em;
    font-size: 1.4rem !important;
}
p.cialca-paragraph {
    font-weight: 400;
    font-size: 1.45rem !important;
}
p.cialca-paragraph.title {
    margin-bottom: 5px !important;
}
p.cialca-paragraph.title.normal {
    font-weight: 500;
}
p.cialca-paragraph.title.bold {
    font-weight: 800;
}
.cialca-grid {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.cialca-grid .list-item {
    /*display: inherit;*/
}
.cialca-grid .list-item figure {
    margin-bottom: 16px;
}
.cialca-grid .list-item .wp-post-image {
    cursor: pointer;
    max-width: 100%;
    height: auto;
}
.cialca-grid .list-item a.title {
    color: #555;
    position: relative;
    margin-top: 15px;
    line-height: 1.5rem;
    margin-bottom: 5px;
}
.cialca-grid .list-item a.title:hover {
    color: #4a8b71;
}
.vc_custom_heading.kpi {
    color: #4a8b71 !important;
    margin-bottom: 0 !important;
}
.vc_custom_heading.kpi.description {
    margin-top: 0 !important;
    font-weight: 500 !important;
    font-size: 2.0rem !important;
    margin-bottom: 10px !important;
}
.vc_general.vc_single_bar {
    background: #a4bcc4 !important;
    border-radius: 0px !important;
}
.vc_bar {
    border-radius: 0px !important;
}
.top-notch::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 34px solid transparent;
    position: absolute;
    left: 55%;
    top: -55px;
    border-bottom: 21px solid #e9f1ee;
}
.our-impact .vertical-text {
    transform: rotate(270deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    position: absolute;
    margin: 0 0 0;
    padding: 0 0 50px 0px;
}
.hidden {
    display: none !important;
}
article.category-news > .article-img {
    display: none;
}
/* File Downloader */
.download-box-content h1 {
  font-weight: 500;
  word-spacing: 0;
  font-size: 2rem;
  font-family: poppins,sans-serif;
  color: #333;
  transition: color .3s ease-in-out;
  line-height: 1.1;
  overflow-wrap: break-word;
  text-align: left;
}
.download-box-content h1:hover,
.download-box-content h1:focus{
  color: #4a8b71;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}
.download-box-content p {
  text-align: left;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-button {
  font-size: 14px;
  margin: 0;
    margin-top: 0px;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 7px 17px !important;
  font-weight: 500;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: #4a8b71;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  width: auto !important;
}
.download-button:hover,
.download-button:focus {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.download-box {
  width: auto;
  border: none;
  margin: 2em auto;
  box-shadow: none;
}
.download-box .download-box-content {
  padding: 0 0em 1em;
}
/* End File Downloader */
/* Start Modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 52vw;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 0px; /*2px 16px;*/}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.model-content {
  width: 50vw !important;
}
#myFrame {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* End Modal */
@media only screen and (min-width: 576px) {  
}
@media only screen and (min-width: 768px) { 
}
@media only screen and (min-width: 992px) {   
}
@media only screen and (min-width: 1200px) {   
}
.download-box {
  box-shadow: none !important;
  border: none !important;
}

.download-button {
  font-size: 14px !important;
  margin: 0 !important;
  margin-top: 0px !important;
  line-height: inherit !important;
  cursor: pointer !important;
  position: relative !important;
  text-decoration: none !important;
  overflow: visible !important;
  padding: 7px 17px !important;
  font-weight: 700 !important;
  border-radius: 3px !important;
  left: auto !important;
  color: #fff !important;
  background-color: #4a8b71 !important;
  border: 0 !important;
  white-space: nowrap !important;
  display: inline-block !important;
  background-image: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-shadow: none !important;
  width: auto !important;
}

.download-button:hover{
  background-color: #dfdcde !important;
  text-decoration: none !important;
  background-image: none !important;
  color: #515151 !important;
}

.download-box-content h1 {
  font-weight: 500 !important;
  word-spacing: 0 !important;
  font-size: 2rem !important;
  font-family: poppins,sans-serif !important;
  color: #333 !important;
  transition: color .3s ease-in-out !important;
  line-height: 1.1 !important;
  overflow-wrap: break-word !important;
  text-align: left !important;
}
.download-box-content h1:hover {
  color: #4a8b71 !important;
  text-decoration: none !important;
  outline: none !important;
  background-color: transparent !important;
}
.download-box-content p {
  text-align: left !important;
  max-height: 90px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
body.post-template-default .template-overlay.pattern {
	opacity: 0.8 !important;
}