/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/
/* Theme customization starts here
-------------------------------------------------------------- */
/* Footer */
.brand-and-copyright {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.4; }

@media only screen and (min-width: 768px) {
  .copyright {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .brand-and-copyright {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .brand {
    margin-right: 12px; } }

/* Home page Block Nav */
.block-nav__item {
  background: rgba(0, 119, 195, 0.7);
  padding: 32px 20px;
  -webkit-transition: background 150ms ease-out;
  -o-transition: background 150ms ease-out;
  transition: background 150ms ease-out;
  color: #fff; }
  .block-nav__item + .block-nav__item {
    margin-top: 0.5em; }
  .block-nav__item h2 {
    color: #fff;
    margin-bottom: 0.15em; }
  .block-nav__item a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600; }
    .block-nav__item a:after {
      content: '';
      display: inline-block;
      margin-left: 0.4em;
      width: 6px;
      height: 6px;
      border-width: 0 0 2px 2px;
      border-style: solid;
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      position: relative;
      top: -2px; }
  .block-nav__item .column {
    margin-bottom: 1px; }
  .block-nav__item:hover {
    background: rgba(0, 119, 195, 0);
    color: #111; }
    .block-nav__item:hover h2 {
      color: #111; }
    .block-nav__item:hover a {
      color: #0077c3; }

.block-nav__background {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  width: 100%;
  height: 100%; }
  .block-nav__background.active {
    opacity: 1; }

/* Feature block */
.feature-block {
  position: relative;
  margin: 60px 0; }
  @media only screen and (min-width: 900px) {
    .feature-block {
      margin: 100px 0;
      padding-top: 100px;
      overflow: hidden;
      min-height: 550px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media only screen and (min-width: 900px) {
    .feature-block__image {
      position: absolute;
      z-index: 10;
      width: 75%;
      bottom: 0;
      right: 0;
      height: 100%;
      background-position: 50% 25%;
      background-size: cover;
      background-repeat: no-repeat; } }
  .feature-block__image img {
    display: block; }
    @media only screen and (min-width: 900px) {
      .feature-block__image img {
        display: none; } }
  @media only screen and (min-width: 900px) {
    .feature-block--alt .feature-block__image {
      right: auto;
      left: 0; } }
  .feature-block__overlay {
    border-top: 10px solid #0077c3;
    padding: 25px 40px;
    background: #eee; }
    @media only screen and (min-width: 900px) {
      .feature-block__overlay {
        position: relative;
        z-index: 20;
        padding: 50px 50px;
        margin-left: 6%;
        width: 400px;
        min-height: 250px; } }
    @media only screen and (min-width: 1300px) {
      .feature-block__overlay {
        padding: 50px 100px;
        margin-left: 12.5%;
        width: 570px; } }
  @media only screen and (min-width: 900px) {
    .feature-block--alt .feature-block__overlay {
      margin-left: auto;
      margin-right: 6%; } }
  @media only screen and (min-width: 900px) {
    .feature-block--alt .feature-block__overlay {
      margin-left: auto;
      margin-right: 12.5%; } }

/*# sourceMappingURL=style.css.map */