/*
Theme Name:   InLove
Theme URI:    http://themeforest.net/user/_nK/portfolio
Author:       nK
Author URI:   http://nkdev.info/
Description:  Wedding Theme
Version:      1.0.0
License:      GNU General Public License version 3.0
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  flatness
Tags:         pink, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* WordPress Core
-------------------------------------------------------------- */
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    text-align: center;
    margin: 5px auto 5px auto;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    color: #000;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}



/* =InLove
-------------------------------------------------------------- */

/* Fix wide images inside posts */
.inlove-post-text img,
.inlove-post-image img {
  max-width: 100%;
  height: auto;
}

/* fix navbar fixed position with wp admin bar */
.admin-bar .inlove-navbar.navbar-fixed-top {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .inlove-navbar.navbar-fixed-top {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar.navbar-fixed {
        margin-top: -46px;
    }
    .admin-bar .inlove-navbar.navbar-fixed-top {
        top: 0;
    }
    .admin-bar #wpadminbar {
        top: -46px;
    }
}


/* fixes for sidebar */
.widget > ul,
.widget ul.menu {
  padding-left: 15px;
}

#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-size: 12px; padding: 0; margin-bottom: 15px; }
#wp-calendar thead { font-weight: 900; font-size: 1.2rem; }
#wp-calendar thead th { text-align: center; padding-bottom: 10px; }
#wp-calendar tbody td { border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 1.2rem; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 1.2rem; text-transform: uppercase; padding-top: 10px; }



/* Fix Wishes author image height */
.inlove-wishes-styled .inlove-wish-author-photo,
.inlove-wish .inlove-wish-author-photo {
  height: 100px;
}


/* Fix header margins */
#page .inlove-navbar + .inlove-header {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}


/* display block for strong tag in image box */
.inlove-image-box-sub-title strong {
  display: block;
}


/* Comments Style fix */
.comment-respond .form-submit,
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  padding-left: 15px;
  padding-right: 15px;
}


/* Fix VC full widht row with no paddings */
.vc_row-fluid.vc_row-no-padding > [class*=col-] {
  padding: 0 !important;
}


/* Fix vpf7 response padding */
div.wpcf7-response-output {
  padding: 15px;
}


/* Fix Heading Heart */
.inlove-heading-divider > i {
  width: 21px !important;
}

/* Remove blue outline when focused */
.inlove-section:focus {
  outline: 0;
}


/**
 * nK Spinner
 * http://codepen.io/_nK/pen/GobwqW?editors=1100
 */
.nk-spinner {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(243, 139, 141, 0.3);
}
.nk-spinner i {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  overflow: hidden;
  -webkit-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
  -webkit-animation: nk-spinner 0.7s infinite linear;
          animation: nk-spinner 0.7s infinite linear;
}
.nk-spinner i:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #F38B8D;
}

@-webkit-keyframes nk-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes nk-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}