/*
Theme Name: Clinique
Theme URI: http://shtheme.com/demosd/clinique
Author: Verga Theme Team
Author URI: http://shtheme.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.0
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
Text Domain: clinique

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

**bootstrap overrides
**vertical margins and paddings
**general styles
**styled lists
**icons
**buttons 
**common sections styles
**light section - .ls
**grey section - .ls.ms
**dark sections - .ds
**color section - .cs
**boxed layout
**template styles
**main menu (min 768px) styles
**main menu mobile styles
**subpages
**widgets
**shortcodes
**utilites
**plugins
  - Owl Carousel
  - FlexSlider
  - prettyPhoto
  - Easy pieChart
  - toTop

*/
body {
        font-size: 15px !important;
    line-height: 26px !important;
    color: #333 !important;
}

.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:8px;}
#wp-calendar tbody td#today {background-color: #ef90a4 !important; color: #ffffff !important;}
#wp-calendar tbody td#today a{color: #fff !important;}
#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: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.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_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}
#wp-calendar {
    margin-bottom: 40px;
}




.wp-caption img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}
.comment-respond p.form-submit {
    text-align: center;

}
.form-submit input.submit {
         font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 14px 40px 13px !important;
    margin-bottom: 4px !important;
    line-height: 1 !important;
    display: inline-block !important;
    min-width: 8.5em !important;
    text-align: center !important;
    color: #ffffff !important;
    border: none !important;
        background-color: #ef90a4 !important;
    border-radius: 0px !important;
    position: relative !important;
    -webkit-transition: all 0.4s linear 0s !important;
    transition: all 0.4s linear 0s !important;
    margin-top: 20px !important;
}
.form-submit input.submit:hover {
color: rgba(255, 255, 255, 0.7);


}

.screen-reader-text{}

/* add */

 .wp-caption-text , .sticky  , .bypostauthor , {
    
 }
.entry-content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.entry-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
 .entry-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }

 .comment_right table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment-body  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment-body  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 .comment-body  li{
  padding: 0!important;
  list-style: inherit!important;
 }
 .comment-body  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
 .comment-body  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }

.pagination .current {
        color: #ef90a4 !important;
    background-color: transparent !important;
}
.comments-area .avatar.photo {
        border-radius: 50%;
}
span.reply :hover {
    display: normal !important;
    background-color: white !important;
}
.reply a:before {
    display: none;
}
.search .input-group {
    width: 90%;
}
.search .input-group .validate{
    width: 100%;
}
.sidebar_none {
    display: none;
}
.logged-in .page_header.affix {
    margin-top: 32px;
}



.contact-form1 .contact-form-email ,.contact-form1 .contact-form-subject ,.contact-form1 .contact-form-name ,.contact-form1 .contact-form-phone ,.contact-form1 .contact-form-message {
    margin-top: -26px !important;
}
.contact-form2 .contact-form-email ,.contact-form2 .contact-form-subject {
    margin-top: -26px !important;
}

.contact-form3 .contact-form-email ,.contact-form3 .contact-form-subject ,.contact-form3 .contact-form-name ,.contact-form3 .contact-form-message {
    margin-top: -26px !important;
}
.page_footer p a.logo{
    display: none;
}
.bg_teaser .plan-name {
    margin-top: -20px;
}
.social-icons-demo br {
    display: none;
}
.button_post {
    padding: 14px 10px 13px !important;
}
.panel-group br {
    display: none;
}
.star-rating {
    float: left !important;
    overflow: hidden !important;
    position: relative !important;
    height: 1em !important;
    line-height: 1em !important;
    font-size: 12px !important;
    width: 5.5em !important;
    margin-bottom: 4px !important;
    clear: both;
}
.price {
    color: #ef90a4 !important;
    font-weight: 700 !important;
}
.summary .price {
        font-size: 50px !important;
            line-height: 1 !important;
    word-wrap: break-word !important; 
}
.product_meta {
    clear: both;
}
#tab-description .gallery {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
        margin-top: 60px !important;
            border-bottom-color: transparent !important;
            border-bottom: 1px solid #ddd !important;
}
.nav-tabs {
    clear: both;
}.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
   padding: 13px 8px 0px 8px !important;
}
.stars a:after {
    display: none;
}
.archive.woocommerce .price del {
    display: none;
}
.archive.woocommerce .star-rating {
    display: none;
}
.woocommerce-page div.product div.thumbnails a {
    width: 100% !important;
    margin-right: 0px !important;
}
.woocommerce span.onsale {
    background-color: #583b4c !important;
    left: 20px !important;
    right: auto !important;
    margin-top: 300px !important;
        position: absolute !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    text-transform: uppercase !important;
    border-radius: 0% !important;
    line-height: 26px !important;
}
.related.products {
    display: none;
}
.fullwidth_menu .sf-menu > li > a {
        padding-left: 35px !important;
    padding-right: 35px !important;
}

 .woocommerce ul.product_list_widget li img {
    width: 91px !important;
 }
 .wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
 }
 span.featured-post {
        color: #fff;
    font-weight: 600;
    margin-left: 40px;
    border: 1px solid #ef90a4;
    padding: 3px 10px;
    background: #ef90a4;
 }

 .cart-dropdown .total.fontsize_18{
    font-size: 14px!important;
}

.search-dropdown.open .form-group{
    width: 100%!important;
}
.search-dropdown.open button.topline-button{
    display: none!important;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
   background: #ef90a4 !important;
    color: #ffffff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #ef90a4 !important; 
}
.woocommerce-message, .woocommerce-message:before{
    border-top-color: #ef90a4 !important; 
}
.woocommerce .quantity .qty{
    padding-top: 1px;
    padding-bottom: 2px;
}
.cart_totals h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.text-center .widget_search {
    margin-top: 20px;
}
.entry-header .letter-spacing-033.small-text{
    letter-spacing: 0.08em;
}
.entry-content h1{
    font-size: 48px;
}
.entry-content h2{
    font-size: 44px;
}
.entry-content h3{
    font-size: 40px;
}
.entry-content h4{
    font-size: 35px;
        margin-top: 20px;
    margin-bottom: 10px;
}
.entry-content h5{
    font-size: 30px;
        font-weight: 500;
            margin-top: 20px;
    margin-bottom: 10px;
}
.entry-content h6{
    font-size: 24px;
        font-weight: 500;
            margin-top: 20px;
    margin-bottom: 10px;
}



.comment-body h1{
    font-size: 48px;
}
.comment-body h2{
    font-size: 44px;
}
.comment-body h3{
    font-size: 40px;
}
.comment-body h4{
    font-size: 35px;
        margin-top: 20px;
    margin-bottom: 10px;
}
.comment-body h5{
    font-size: 30px;
        font-weight: 500;
            margin-top: 20px;
    margin-bottom: 10px;
}
.comment-body h6{
    font-size: 24px;
        font-weight: 500;
            margin-top: 20px;
    margin-bottom: 10px;
}
.blog-buttons .col-md-6 .button_post[rel="next"]{
    float: right;
}
.post-password-form input#pwbox-1168{
    border: 1px solid #a0a0a0;
}
.post-password-form  input[type="submit"]{
    background: #111;
    color:white;
    border: none;
    padding: 5px 14px;
    margin-left:8px;
}

.comment-respond{
    margin-top:40px;
}
.comment-respond h3{
    font-size: 23px;
}
.comments-area h2{
        font-weight: 500;
            margin-bottom: 10px;
}
.ls{
        color: #333;
}
.comments-area li{
    padding-top: 10px;
}

.widget_recent_entries label.screen-reader-text, .widget_categories label.screen-reader-text{
  display: none;
 }
 .widget ul.sub-menu{
    display: none!important;
 }
.widget .input-group input{
    width: 100%;
 }
.widget .input-group .input-group-btn{
    display: none!important;
}
.widget .input-group{
    width: 100%;
}
.alignleft, .alignright{
    width: auto;
}
h4.title111{
    text-align: center;
    margin-bottom:40px;
}