/*
Theme Name: Lovefit
Theme URI: http://themetrademark.com/demo/lovefit
Author: Vergatheme
Author URI: http://vergatheme.com/
Description: In 2017, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: lovefit 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Repeatable Patterns
 * 2.0 - CALENDAR STYLES WIDGET

 * ----------------------------------------------------------------------------
 */

/* 1.0 Repeatable Patterns
-------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.widget .gallery-caption {
    line-height: 1.4583;
    padding: 0.5833em 0;
  }
.bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
  }

/*-----------------------------------------------------------------------------------*/
/*  CALENDAR STYLES WIDGET
/*-----------------------------------------------------------------------------------*/

.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td { 
    background: #f5f5f5; 
    border: 1px solid #E9E9E9;
    text-align: center;
    padding:6px;
}
#wp-calendar tbody td#today {
    background: #ed5434;color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    border: 1px solid #E9E9E9;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; color: #ed5434;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; color: #ed5434;
}

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.widget_text .textwidget img{
    max-width: 100%;height: auto;
}
.widget_text select, 
.widget_text input ,
.widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}
.widget_text .textwidget form.wpcf7-form input[type="submit"]{
    width: auto !important;
    padding: 0 20px !important;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
    font-size: 13px;
}
.widget_nav_menu ul li ul, 
.widget_pages ul li ul {
    padding-left: 15px;
}

.widget_nav_menu ul li a:hover, 
.widget_pages ul li a:hover {
    color: #615C5C;
}

.hentry ul{
    padding-left: 20px;
    list-style-type: square;
    margin-left: 30px;
}
.hentry ul li{ 
    list-style: inherit;
}

#content.meta ul ul,
.blog-desc ul ul {    
    list-style-type: decimal;
}
#content .meta ul ul ul,
.blog-desc ul ul ul{    
    list-style-type: decimal;
}

.hentry ol{
    padding-left: 20px;
    list-style: decimal outside none !important;
    margin-left: 30px;
}
.hentry ol li{ 
    list-style: inherit;
}

.blog-post ul li ul, 
.blog-post ol li ol,
.blog-fixed ul li ul  {
    margin-bottom: 0;
    margin-left: 1.25em;
}
.blog-post h1, 
.blog-post h2, 
.blog-post h3, 
.blog-post h4, 
.blog-post h5, 
.blog-post h6 {
    text-align: left;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 10px 19px;
}
blockquote cite {
  color: #ccc;
  display: block;
  font-size: 12px;
}
div.wp-caption.alignnone,
img.alignnone,
.blog-fixed div.wp-caption.alignnone img ,
.blog-post div.wp-caption.alignnone img {
    width: 100% !important;
    height: auto;
}
div.wp-caption.alignnone img{
    max-width: 100%;
    height: auto;
}
.alignright,.alignleft,
.aligncenter,
div.alignleft img,
div.alignright img{
    width: auto !important;
}
.alignright{
    float: right;
}
.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.aligncenter img{
    width: auto !important;
}
.aligncenter{
    text-align: center;
}

#wp-calendar tfoot #prev,#wp-calendar tfoot #next{
    background: #f5f5f5;
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 6px;
}
.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 15px;
    line-height: 3.692307692;
    margin-bottom: 1.714285714rem;
    text-align: center;
}
div.gallery{
    display: none;
}


.comment-respond input#submit {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #ed5434;
    cursor: pointer;
    padding: 10px 20px;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.comment-respond input#submit:hover{
 background: #333;
}
.pull-right > .img-circle > img.avatar{
    border-radius: 50% !important;
    height: 68px !important;
    width: 68px !important;
}
.header-video [class*='vc_col-'] {
    position: initial !important;
}
.woocommerce .product-remove a.remove:hover{
        color: red !important;
    background: transparent;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,.woocommerce .woocommerce-checkout .col2-set .col-2, .woocommerce-page .woocommerce-checkout .col2-set .col-1{
    width: 100% !important;
}
.woocommerce-order-received header.title, .woocommerce-order-received .box_style_2 header{display: none;}
.woocommerce-billing-fields .input-text, .woocommerce-shipping-fields textarea{
        border-radius: 0;
    background: none;
    border: none;
    border-bottom: 2px solid #ededed;
    padding-left: 0;
    box-shadow: none;
}
.comment_info ol li{
    list-style: decimal !important;   
}
.logged-in header{
    top: 32px !important;
}
#login,#register{
    color: white;
}
#full-slider-wrapper .vg_fixed{
    position: relative;
    display: inline-block;
}

.widget_categories ul.children{
    margin: 0 0 8px 15px;
}
.widget_categories ul.children ul.children{
    margin-top: 8px;
}
.post-left ul li {
    margin-right: 25px !important;
}
#comments ul li{
    padding-top: 0px !important;
}
#comments ol li{
    padding-bottom: 0px !important;
    padding-left: 23px;
     
}

.post-password-form input[type=submit],a.custom-button{
    border: none;
    font-family: inherit;
    color: #fff;
    background: #ed5434;
    cursor: pointer;
    padding: 4px 15px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    transition: all 0.3s;
    border-radius: 3px;
    font-weight: 500;
}
.post table tbody tr th,.post table tbody tr td,#comments table tbody tr td,#comments table tbody tr th{
    padding-right: 50px !important;
}
.comment_info ul li,.comment_info ul{
    list-style: disc !important;
}
.comment_info ol{
    list-style: decimal !important;
}
button.single_add_to_cart_button {
    border: none !important;
    font-family: inherit !important;
    color: #fff !important;
    background: #ed5434 !important;
    cursor: pointer !important;
    padding: 7px 15px !important;
    display: inline-block !important;
    outline: none !important;
    font-size: 13px !important;
}
.woocommerce div.product form.cart div.quantity {
    margin: 1px 4px 0 10px !important;
}
#sidebar ul li{
    list-style: none !important;
}
.post-left {
    width: 80%;
}
div.widget ul li a{
    color: #555;
}
div.widget ul{
    padding-left: 20px !important;
}
div.widget ul li:first-child{
    border-top: 0;
}
div.widget ul li{
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 8px;
    padding-top: 8px;
}
div.widget ul li a:hover{
    color: #ed5434;
}

footer div.widget {
    margin-top: 20px;
}
#message-subscribe .vg_fixed{
    width: 100% !important;
}
.post_info .post-right a span{
    color: #fff;
}

.post-left ul li a:hover{
    color: #ed5434;
}
@media screen and (max-width: 580px) {

#comments ul .children {
    padding-left: 1em;
}

}

@media screen and (max-width: 600px) {

.logged-in header.sticky {
    top: 0px !important;
}

}

.page.hentry {
    margin-bottom: 20px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    background-color: #fff;
    padding: 20px;
}
.search-overlay-menu .input-group-btn button{
    top: 1px;
}
#social ul li a {
    color: #242e30 !important;
}