/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.container h3.subtitle{
    color: #fff;
    font-style: italic;
}


.share_btn ul li:first-child, .share_btn li a i{
    color: #000
}

a.btn_2,
.btn_2 {
  border: none;
  color: #fff;
  background: #d92f0d;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
a.btn_2:hover,
.btn_2:hover {
  background: #a12006;
  color: #fff;
}
a.btn_2.full-width,
.btn_2.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_2.medium,
.btn_2.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_2.rounded,
.btn_2.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}
a.btn_2.outline,
.btn_2.outline {
  border: 2px solid #d92f0d;
  color: #d92f0d;
  padding: 11px 40px;
  background: none;
}
a.btn_2.outline:hover,
.btn_2.outline:hover {
  background: #a12006;
  color: #fff;
  border-color: #a12006;
}