/*
Theme Name: Moka Child
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: moka
Version: 1.0
Tags: Moka Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */


/* Base style */

body {
  hyphens: none;
}

@media screen and (min-width: 767px) {
  h3, h4 {
    max-width: 700px;
    line-height: 1.5;
  }
}

.entry-content a {
  text-decoration: none;
  box-shadow: inset 0 -2px 0 #54bbff;
}

.entry-content a:hover {
  color: inherit;
  box-shadow: inset 0 -1.1em 0 rgba(84, 187, 255, .2);
}

a.slider-prev, a.fl-button, a.standard-btn {
  box-shadow: none;
}

a.slider-prev:hover, a.fl-button:hover, a.standard-btn:hover {
  box-shadow: none;
}

span.rad_power_box_mode_inline {
  display: none !important;
}

.hide {
  display: none;
}

/*Style Social Follow*/

#social-follow {
  font-size: 0.875em;
  margin-top: 35px;
}

.follow-text {
  display: inline-block;
  position: relative;
  top: -5px;
}

.ig-b- { display: inline-block; }
.ig-b- img {
  visibility: hidden;
  height: 24px;
  width: 24px;
  margin-right: 5px;
}
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-24 { background: url(//badges.instagram.com/static/images/ig-badge-sprite-24.png) no-repeat 0 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ig-b-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-24@2x.png); background-size: 60px 178px; }
}


/*Style content share buttons*/

li.gplus {
  display: none;
}

.share-links-wrap ul li.twitter {
  margin-right: 40px;
}


/* Restyle lightbox */

#swipebox-overlay {
  background: white !important;
}

#swipebox-top-bar {
  color: black !important;
  text-shadow: none;
  display: none !important;
  background: white !important;
}

#swipebox-bottom-bar {
  color: black !important;
  text-shadow: none;
  bottom: 0;
  background: white !important;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 800px) {

  #swipebox-slider .slide img {
    padding: 50px;
  }

  #swipebox-top-bar {
    display: block !important;
    top: 0;
  }

  #swipebox-top-bar.visible-bars {
    -webkit-transform: none;
            transform: none;
  }
}

p.author-description a {
  color: #125688;
}

p.author-description a:hover {
  color: #4ca5e7;
}

/*Style jetpack subscription widget */

.jetpack_subscription_widget {
  max-width: 100% !important;
  border: 3px solid black;
  padding: 2rem;
  margin-bottom: 35px;
}

.jetpack_subscription_widget h2.widgettitle {
  margin: 0 0 1rem;
  font-size: 1.33rem;
}

#subscribe-text p {
  margin-bottom: 2rem;
}

p#subscribe-email {
  float: left;
  margin-bottom: 0;
}

#subscribe-email input {
  font-size: 1rem !important;
  padding: 11px 11px !important;
}

.jetpack_subscription_widget input[type="submit"] {
  height: auto !important;
  font-size: 1rem;
}

/* Twenty twenty image comparison */

.twentytwenty-container {
  width: auto !important;
}

@media screen and (min-width: 1270px) {
  .post .entry-header, .post .entry-content, .post .entry-footer, .site-content .page, #comments, #nav-below, #nav-single, #nav-image, #nav-comments, .wp-pagenavi, .archive-header, .search-results .site-content .page, .entry-thumbnail, #disqus_thread {
    /*max-width: 800px;*/
  }
}


/* Image Swap */

ul.image-swap {
  list-style: none;
  margin: -35px 0 35px 0;
  text-align: center;
  background-color: #4f4f4f;
  padding: 5px;
}

ul.image-swap li {
  display: inline-block;
  margin: 0 5px 0 0;
}

ul.image-swap li:last-child {
  margin-right: 0;
}

ul.image-swap li a {
    padding: 5px 13px;
    /*background-color: #ddd;*/
    text-decoration: none;
    color: white;
    border-radius: 5px;
}

ul.image-swap li a:hover {
  cursor: pointer;
  background: #6d6d6d;
}

ul.image-swap li a.selected {
  background: #d1d1d1;
  color: black;
}

/* Blockquote styles*/

.entry-content blockquote p {
  font-style: normal;

}

cite a {
  color: #999;
}



.quotes blockquote {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}

@media screen and (min-width: 767px) {
  .entry-content blockquote {
    margin-left: 0;
    padding-left: 0;
  }
  .quotes {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    columns: 2;
  }
}

span.photographer {
  display: block;
  margin: 5px 0 0 0;
  position: relative;
  line-height: 22px;
  padding-left: 70px;
  margin-top: -10px;
}

span.photographer img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: relative;
  top: 35px;
  margin: 0 10px 0 -70px;
}

span.photographer a {
  color: #999;
}

.entry-content blockquote {
  border-left: none;
  background: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  border: 1px solid #f0f0f0;
}

.entry-content blockquote p {
  margin-bottom: 0 !important;
  text-align: center;
}
