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

body, html {
    -webkit-font-smoothing: subpixel-antialiased;
}
.single .gridlove-content .entry-header .gridlove-breadcrumbs{
  margin: 0;
  padding: 0;
}
.mks_button.rounded {
    border-radius: 10px;
}
.mks_button i {
    margin: 0 5px 0 0;
}
.comment-list .avatar{display:none;}
.comment-content, .reply{margin-left: 0;}
.comment-form{
    clear: both;
}
.comment-respond{
  display: none;
}
.leave_comment_btn_wrp{
    text-align: center;
}
.leave_comment_btn{
  display: inline-block;
  text-decoration: none;
  background: #ffa226;
  line-height: 18px;
  position: relative;
  margin: 0 10px 10px 0;
  color: #FFF;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 1s ease 0s;
  -webkit-transition: background 1s ease 0s;
  -moz-transition: background 1s ease 0s;
  -o-transition: background 1s ease 0s;

  color: #fff!important;
  background-color: #e6308d!important;
  margin: 0 0 1em 0;
}
.leave_comment_btn:hover{
    color: #fff!important;
    background-color: #111!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.leave_comment_btn i,
.leave_comment_btn span{
    vertical-align: middle;
}
#respond{
    text-align: left;
}
.leave_comment_btn_wrp #respond,
.__showing_comment_form #respond{
    display: block;
}
.cerber-form-marker{
  display: block;
  clear: both;
}
.g-recaptcha {
  margin-top: 20px!important;
}
/*.logged-in .g-recaptcha {
  margin-top: 10px!important;
}*/


.has_breadcrumbs .gridlove-sticky-share.is_stuck.showing{
  transform: translateY(42px);
}
.gridlove-header-sticky-on .gridlove-sticky-share.is_stuck.showing{
  transform: translateY(70px);
}
.has_breadcrumbs.gridlove-header-sticky-on .gridlove-sticky-share.is_stuck.showing{
  transform: translateY(110px);
}


.sticky_header_with_breadcrumb,
.sticky_responsive_header .sticky_header_with_breadcrumb{
  -webkit-transform: translate3d(0,-70px,0);
  transform: translate3d(0,-70px,0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform,top;
  transition-property: transform,top;
  transition-property: transform,-webkit-transform,top;
}
/*.sticky_responsive_header.has_breadcrumbs .sticky_header_with_breadcrumb{
  -webkit-transform: translate3d(0,-112px,0);
  transform: translate3d(0,-112px,0);
}*/

.showing.sticky_responsive_header .sticky_header_with_breadcrumb{
  -webkit-transform: translate3d(0,0,0)!important;
  transform: translate3d(0,0,0)!important;
}

#gridlove-breadcrumbs{
  display: none;
}
.sticky_header_with_breadcrumb>.container:first-child{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
}

#top_breadcrumb_wrp{
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-transition-property: transform,top;
  -webkit-transition-property: -webkit-transform,top;
  transition-property: -webkit-transform,top;
  transition-property: transform,top;
  transition-property: transform,-webkit-transform,top;
  
  position: absolute;
  
  top: 100%;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background: #fff;
  height: 52px;
  z-index: 1;
}

#top_breadcrumb_wrp a{
  position: absolute;
  top: 10%;
  height: 80%;
  color: #343434;
  display: table;
  left: auto;
}


#top_breadcrumb_wrp span,
#top_breadcrumb_wrp i{
  display: table-cell;
  vertical-align: middle;
}
#top_breadcrumb_wrp i{
  width: 1.45em;
  font-size: .895em;
  color: #555;
}

.sticky_responsive_header #top_breadcrumb_wrp{
  top: 100%;
  /*-webkit-transform: translate3d(0,0,0)!important;
  transform: translate3d(0,0,0)!important;*/
}


@media screen and (min-width: 1024px) {
  #top_breadcrumb_wrp a span{
    position: relative;
  }
  #top_breadcrumb_wrp a span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.5em;
    width: 100%;
    height: 1px;
    border-bottom: 0.03em dotted rgba(0,0,0,0.5);
  }
  #top_breadcrumb_wrp a:hover span:after{
    border-bottom: 0;
  }

}
@media screen and (max-width: 1023px) {
  body{
    overflow-x: hidden;
  }
  /*body.has_breadcrumbs{
    padding-top: calc( 112px + 30px );
  }*/

  .box-single .gridlove-share a {
      height: 40px;
      line-height: 40px;
      color: #fff;
  }
  .box-single .gridlove-share{
      display: none;
  }
  .gridlove-share-wrapper{
      display: none;
  }

  .sticky_header_with_breadcrumb{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  #top_breadcrumb_wrp{
    height: 48px;
  }
  #top_breadcrumb_wrp a:active{
    background-color: #ccc;
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
  }
  #top_breadcrumb_wrp a{
    left: 25px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 599px){
}

@media screen and (max-width: 579px){
  /*body.has_breadcrumbs{
    padding-top: calc( 92px + 20px );
  }*/
  .container, .container-fluid {
    max-width: 100%;
  }
  .comment-form textarea{
    min-height: 145px;
  }

  .sticky_responsive_header .sticky_header_with_breadcrumb{
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
  }
  /*.sticky_responsive_header.has_breadcrumbs .sticky_header_with_breadcrumb{
    -webkit-transform: translate3d(0,-92px,0);
    transform: translate3d(0,-92px,0);
  }*/

  #top_breadcrumb_wrp a{
    left: 10px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 414px){
    
}

@media screen and (max-width: 375px){
    
    .g-recaptcha{
        transform: scale(0.9725);
        transform-origin: top left;
    }
    
}

@media screen and (max-width: 320px){
    .g-recaptcha{
        transform: scale(0.85);
    }
}

.entry-content p {
    margin: 0 0 24px;
}

.akismet_comment_form_privacy_notice
{display:none;}

#searchsubmit {
margin-top: 10px !important;
}

.gridlove-site-description {
    display: block;
    line-height: 22px;
    margin-top: -37px;
    margin-left: 146px;
    margin-bottom: 20px;
    color: #999;
    font-size: 12px;
    opacity: 0.7;
}

@media (max-width: 415px) {

.entry-title.h1 {
    margin-top: 110px !important;
}
ol.children {
    margin-top: 0px !important;
    margin-bottom: -7px !important;
}
.column-1.rowspan-10 {
    display:none;
}
}

@media (max-width: 767px) {

.gridlove-sidebar {
    display: none;
}
.entry-content ol {
    margin-top: -20px;
}
.two-columns1 {
    margin-top: 30px;
}
}

/* Links */

.subpages a {
    color: #e6308d;
    border-bottom: 0.09em solid rgba(0,0,0,0.1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.subpages a:hover {
    border-color: rgba(230,48,141,0.8);
    border-bottom: 1px solid;
}

.box-single h2 a {
    color: #e6308d;
    border-bottom: 0.09em solid rgba(0,0,0,0.1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.box-single h2 a:hover {
    border-color: rgba(230,48,141,0.8);
    border-bottom: 1px solid;
}

.entry-block ol li a {
    border-bottom: 0.09em dotted rgba(0,0,0,0.3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.entry-block ol li a:hover {
    border-color: rgba(230,48,141,0.8);
    border-bottom: 1px dotted;
    color: #e6308d;
}

ol.children li a {
     border-bottom: 0.03em solid rgba(0,0,0,0.1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ol.children li a:hover {
    border-color: rgba(230,48,141,0.8);
    border-bottom: 1px dotted;
    color: #e6308d;
}

/* END - Links */

.cerber-recaptcha, .g-recaptcha {
    margin-top:100px;
}

@media (max-width: 767px) {

.cerber-recaptcha, .g-recaptcha {
   margin-top: 240px;
}
}

.ngg-breadcrumbs {
    display:none;
}

.ngg-album-compact p {
    font-size: 11px;
    margin-bottom: 20px !important;
    margin-top: -10px !important;
}

@media (min-width: 414px) {
.two-columns1 {
    height: 100%;
    margin: 1px 0 0;
    overflow: hidden;
}
.entry-block {
    float: left;
    padding: 5px 0px;
    position: relative;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 10px;
}
.mks_toggle {
    width: 60%;
}
}
.mks_toggle {
    background-color: #f6f6f6;
}
.mks_accordion_heading, .mks_toggle_heading {
    font-weight:bold;
}
.wp-table-reloaded .odd td, .wp-table-reloaded .even td {
    font-size: 1.4em;
}
.wp-table-reloaded .odd td {
    background-color: #f9f9f9 !important;
}
@media (min-width:992px) and (max-width:1271px) {
.hidden-md{display:none!important}
.hidden-lg{display:none!important}
}
@media (max-width: 717px) {
.hidden-mobile{display:none!important}
}
@media (min-width: 718px) {
.hidden-desktop{display:none!important}
#gridlove-module-0{display:none!important}
}

.recaptcha-text {
  display: block;
  font-size: 0.8em;
  opacity: 0.6;
  margin-top: -15px;
}

.grecaptcha-badge { 
  visibility: hidden; 
}