/*!
 * RCA BANNER
 *
 * @package 	RcaTheme.com
 * @subpackage 	mod_rca_banner
 * @author      RcaTheme LLC https://www.rcatheme.com
 * @copyright   Copyright (C) 2012 - 2019 RcaTheme.com, all rights reserved.
 * @license     https://www.rcatheme.com/rcatheme-license
 *
 */
.rca-banner-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow: hidden;

  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;

}
.rca-banner-overlay, .rca-banner-url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.rca-banner-overlay {
  background-color: #000000;
}
.rca-banner-url {
  z-index: 1;
}
.rca-banner-content {
  position: relative;
}
.rca-banner-content-inner > h1 {
  font-size: 48px;
  line-height: 0.97;
  padding: 0;
  margin: 0 0 15px;
}
@media only all and (max-width: 767px) {
  .rca-banner-content-inner > h1 {
    font-size: 20px !important;
  }
  .rca-banner-content-inner > div {
    font-size: 13px !important;
  }
}
.rca-banner-subtitle {
  display: block;
  font-size: 50%;
  opacity: 0.95;
  margin-bottom: 12px;
}
.rca-banner-content-inner > div {
  font-size: 16px;
}
.rca-banner-content-inner > a {
  margin-top: 30px !important;
  position: relative;
  z-index: 11;
}

.rca-banner-content-center .rca-banner-block {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.rca-banner-content-right .rca-banner-block {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}