/*
Theme Name:     Gridlove Child
Theme URI:      https://mekshq.com/theme/gridlove
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     https://mekshq.com
Template:       gridlove
Version:        0.1.0
*/

.hidden {
  visibility: hidden;
}

.inline-block {
  display: inline-block;
}

.badge_btn {
  display: inline-block;

  color: #FFFFFF;
  background-color: #F44336;

  padding: 18px 26px;

  margin: 25px 0;

  /*border-radius: 10px;*/

  border: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;

  font-weight: 700;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.badge_btn:hover {
  color: #FFFFFF;

  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
}

@media (max-width: 660px) {
  .badge_btn {
    margin: 0;
  }
}


.btn-cta {
  display: block;

  color: #FFFFFF;
  background-color: #f9294f;

  padding: 18px 26px;

  margin: 25px 0;

  border: none;
  font-size: 17px;
  font-weight: bold;

  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-cta:hover {
  color: #FFFFFF;

  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
}

.archive .gridlove-breadcrumbs {
  margin-bottom: 1.5rem;
  font-size: 12.5px;
}

.archive .gridlove-breadcrumbs a {
  color: #f9294f;
  text-decoration: underline;
}

:target::before {
  content: "";
  display: block;
  height: 120px; /* fixed header height*/
  margin: -120px 0 0; /* negative fixed header height */
}

.badge_btn {
  display: inline-block;

  color: #FFFFFF;
  background-color: #F44336;

  padding: 18px 26px;

  margin: 25px 0;

  /*border-radius: 10px;*/

  border: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;

  font-weight: 700;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.badge_btn:hover {
  color: #FFFFFF;

  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
}

@media (max-width: 660px) {
  .badge_btn {
    margin: 0;
  }
}

.app_badge_block {
  margin-bottom: 0;
}