/*CSS for background styles*/
  /*Left inner */
.trivali-paragraph .left-inner{
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
  /*Right inner */
.trivali-paragraph .right-inner{
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

  /* Left outer */
.trivali-paragraph .left-outer{
  background-position: left;
  background-size:contain;
  background-repeat:no-repeat;
}

  /* Right outer */
.trivali-paragraph .right-outer{
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
  /* Cover inner */
.trivali-paragraph .cover-inner{
  background-position: center;
  background-size: cover;
}

  /* Cover outer */
.trivali-paragraph .cover-outer{
  background-position: center;
  background-size: cover;
}

  /* Contain (outer)*/
.trivali-paragraph .contain{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

  /* Parallax (outer)*/
.trivali-paragraph .parallax-background{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* CSS for icons */
.trivali-paragraph .icon-wrapper{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 100px;
}

.trivali-paragraph .icon{
  text-align: center;
  width: 100%;
  line-height: 60px;
  color: #3b3a3a;
}

/* Needed for absolute icons */
.trivali-paragraph .image{
  position: relative;
}

/* Quote paragraph */
.trivali-paragraph .quote a,
.trivali-paragraph .quote div{
  display: inline-block;
}
.trivali-paragraph .quote-sign{
  font-size: 50px;
}

/* Float left & right styles */
.trivali-paragraph .float-left-paragraph{
  float: left;
  width: auto;
}
.trivali-paragraph .float-right-paragraph{
  float: right;
  width: auto;
}

/* Images */
.trivali-paragraph .trivali-image img{
  max-width: 100%;
}

/* Gallery */
.trivali-paragraph .trivali-gallery .gallery{
  width: 100%;
}

.trivali-paragraph .trivali-gallery .gallery-item  .gallery-image{
  border: 1px solid black;
  padding: 1%;
}
.trivali-paragraph .trivali-gallery .gallery-item .more-images-text{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 100px;
}
.trivali-paragraph .trivali-gallery .gallery-item .more-images-text p{
  text-align: center;
  width: 100%;
  line-height: 50px;
  color: #000;
}
.trivali-paragraph .trivali-gallery .gallery-item  .gallery-image .img-background{
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.trivali-paragraph .trivali-gallery .five-images-more-link-first-promoted .gallery-item-2,
.trivali-paragraph .trivali-gallery .five-images-more-link-first-promoted .gallery-item-3{
  margin-bottom: 40px;
}

/* Default margin and padding paragraph items and rows */
.trivali-multiple-paragraphs .row{
  margin-left: -15px;
  margin-right: -15px;
}

.trivali-multiple-paragraphs .row .item,
.trivali-multiple-paragraphs .row .gallery-item{
  padding-left: 15px;
  padding-right: 15px;
}

.trivali-paragraph .outer-background-is-child{
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.container-fluid > .layer-inner > .trivali-multiple-paragraphs > .paragraphs > .row .outer-container.outer-background-is-child{
  padding-left: 0px;
  padding-right: 0px;
}

.container .trivali-multiple-paragraphs{
  width: 100%;
  overflow: hidden;
}
