/* Enter Your Custom CSS Here */
@media only screen and (max-width: 600px) {
  .tp-caption {
    font-size: 10px !important;
    line-height: 10px !important;
    padding: 2px !important;
	}
}

/*BEGIN BANNER CSS &amp; SOCIAL MEDIA ICONS*/
.simple-banner .simple-banner-text {
    padding: 2px;
}
.column {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.social-container{
  width: 100% !important;
}

.container{
  width: 25% !important;
}

.fa {
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover, .fab:hover {
  opacity: 0.7;
}

/* Facebook */
.fa-header {
  background: #ac0003;
  color: white;
}
/*END BANNER CSS &amp; SOCIAL MEDIA ICONS*/