/*
Theme Name: skelFlo Framework
Theme URI: http://skelflo.com
Description: skelFlo Framework
Tags: 
Author: Panji Tri Atmojo
Author URI: http://skelflo.com
Version: 1.0.0
License: 
License URI: 
*/

/*  General Styling */
html {
    width: 100%;
    overflow-x: hidden;
    font-size: 12px;
    font-weight: normal;
}

body {
    margin: 0;
    background: #FFF;
    color:#3F3F3F;
}

body, input, textarea, select {
    font-family: 'Raleway', 'Roboto', Verdana, Arial;
}

h1, h2, h3, h4, h5, h6, .btn {
    font-family: 'Oswald','Roboto', 'Sans-Serif';
    font-weight: 400;
    color: #5E5E5E;
}

h1, h2, h3, h4, h5, h6
{
    line-height: 150%;
}

.admin-layout, .admin-layout h1, .admin-layout h2, .admin-layout h3, .admin-layout h4, .admin-layout h5, .admin-layout h6, .admin-layout .btn,
.admin-layout input, .admin-layout textarea, .admin-layout select
{
    font-family: 'Open Sans', Verdana, Arial;
}

.admin-layout #page-wrapper
{
    padding:15px;
}

h1
{
    font-size: 160%;
}
h2
{
    font-size: 130%;
}

h3
{
    font-size: 110%;
}

.overflow-hidden
{
    overflow: hidden;
}

ul.flexnav.large {
    display:block;	
}

ul.flexnav.small {
    display:none;	
}


ul.flexnav > li > a, ul.flexnav > li > span
{
    font-size: 120%;
    font-weight:400;	
}
a {
    text-decoration: none;
    font-style: normal;
    color: inherit
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
    margin: 0
}

.sub-title
{
    font-size: 80%;
    font-style: italic;
    color: #888;
    padding-bottom: 10px;
}

.btn
{
    font-family: "Montserrat", "Sans Serif";
    box-shadow: none;
    text-shadow: none;
    color: #FFF;
    border: none;
    min-height: 35px;
    line-height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 120%;
}

.btn-default
{
    background: #666;
}

.modal-title
{
    text-transform: uppercase;
}

.modal-header
{
    border-bottom: none;
}

.modal-body
{
    font-size: 110%;
}

.modal-footer
{
    border-top: none;
}

.button {
    display: inline-block;
}

/*  center vertical horizontal  */
.center-parent
{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-child
{
    /*
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position:relative;
    display: inline-block;
    vertical-align: middle;
    float:none;
    width:100%;
    */

    width: 100%;
}

/*  background image styling    */
.background-cover
{
    background-size: cover;
}
.background-center
{
    background-position: center;
}

/**	define maximum image size inside content-wrapper	**/
.content-wrapper img
{
}

/*  define pagination styling   */
.pagination li a
{
    height: 35px;
    /*width:35px;*/
    line-height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #484848;
    background: #F5F5F5;
    text-align: center;
}

.pagination li a span
{
    color: #484848;
}

.pagination li.active a
{
    background-color: #484848;
    color: #F3F3F3;
}

.pagination li a img
{
    height: 10px;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/**	define maximum grid size	**/

.main-content, .content-wrapper, .footer, .footer-partner-wrapper, .footer-widget-wrapper, .social-button-wrapper, h2.credit {
    /*max-width: 1100px;*/
    /*width: 100%;*/
    display: block;
    /*margin: auto;*/
}
.header, .flexnav {
    max-width: 1280px;
    width: 100%;
    display: block;
    margin: auto;
}
.add_to_cart_button {
    padding: 0px;
}

.no-border-radius
{
    border-radius: 0px;
}

.no-border
{
    border: none;
}

select
{
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

p {
    line-height: 1.625;
}
/**	end of html general styling	**/

.separator {
    display: block;
    clear: both
}
iframe {
    max-width: 100%;
    overflow-x: hidden;
}
.header-wrapper {
    background-color: rgb(255, 174, 76);
    color: /*#FFF*/ #4F4F4F;
}

.shopping-cart
{
    height:50px;
}

.middle-vertical
{
    vertical-align: middle;
    display: table-cell;
}

.vertical-center
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header
{
    border: none;
}

.navbar-default
{
    background-image: none;
    border-color: transparent;
    border: none !important;
    box-shadow: none;
}

.navbar-default .navbar-toggle
{
    border: 0px;
}

.navbar-toggle
{
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
}

.navbar-collapse
{

}

.navbar-default .navbar-nav>li>a
{
    color: /*#FFF*/ #4F4F4F;
}

.navbar-nav>li>a
{
    padding:0;
    line-height: inherit;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    border: none;
}

.admin-layout .navbar-default
{
    border-bottom: 1px solid #DEDEDE !important;
}

.admin-layout .btn, .admin-layout .btn[type=submit]
{
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
}

.admin-layout .pagination li a
{
    border-radius: 2px !important;
    display: inline-block;
    width: auto;
}

/**	header styling here	**/
.mobile-logo {
    display:none;	
}

.menu-button
{
    width:40px;
    height:50px;
    background:transparent !important;
    position:absolute !important;
    right:0;
    top:0;
    padding:0px !important;
    display:none;
    border-bottom:0px !important;
}
.ecc-menu-logo-wrapper
{
    width:40px;
    height:50px;	
    position: absolute;
    right: 0;
    top: 0;
}
/**	show touch button on every flexnav menu/sub-menu	**/
.flexnav .touch-button
{
    display:block !important;
    position:absolute !important;
    right:0;
    top:0;
    margin:auto;	
}

/**	hide touch button on drop down menu	**/
.menu-button .touch-button
{
    display:none !important;	
}

.flexnav .touch-button .navicon
{
    display:block !important;
    position:relative !important;
    right:0 !important;
    top:0 !important;
    bottom:0 !important;
    left:0 !important;
    margin:auto !important;	
}

.ecc-menu-logo-wrapper img
{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.header-sub-wrapper {
    display: table;
    float: left;
}
.header-sub-wrapper.left {
    width: 100%;
}
.header-sub-wrapper.center {
    width:20%;
    top:0;
    left:0;
    right:0;
    margin:auto;
    display:inline;
    position:absolute;
}

.banner-wrapper {
    font-size: 22px;
    text-align: center;
    float: left;
    display: table;
    margin: auto;
    width: 100%;
}


/**	style for center positioned logo	**/
.header .banner-logo
{
    width:auto;
    height:auto !important;
    position:absolute;
    top: 0;	
}

.header .banner {
    text-transform: none;
    display: inline-block;
    margin: 0px auto;
    font-size: 90%;
    text-transform: capitalize;
    color: /*#e74c3c*/ #DADFE1;
    background-color: rgb(255, 174, 76);

}
.header .banner img {
    width: auto;
}
.header .banner-sub {
    font-size: 50%;
    display: inline-block;
    text-align: left;
    margin: 0px auto;
}

.contact-wrapper {
    font-size: 130%;
    max-width: 20%;
    display: table;
    float: left;
    margin-left: 5%;
}

h2.contact {
    display: table-cell;
    vertical-align: middle;
    font-size: 80%;
}

.contact a {
    font-style: normal;
}

.navigation-wrapper {
    display: table;
    opacity: 1;
    width: 50%;
    max-width: 70%;
    float: left;
    margin-left: 10%;
}

.display-slider-content-wrapper {
    width: 100%;
    background: #FFF;
    overflow: hidden;
    display: block;
}

.display-slider-image-wrapper {
    /*width: 40%;*/
    /*    left: 0;
        top: 0;
        height: inherit;*/
    /*    position: absolute;*/
}

.display-slider-image
{
    width: 100%;
}
.display-slider-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.display-slider-info-wrapper
{
    /*width: 55%;*/
    height: inherit;
    /*    position: absolute;
        right: 5%;
        top: 0;*/
    display: table;
}

.display-slider-info-inner-wrapper
{
    display: table-cell;
    vertical-align: middle;
}

.display-slider-title
{
    display: block;
}

.display-slider-description
{
    font-size: 150%;
    line-height: 150%;
}

#left-wrapper {
    width: 16%;
    padding: 0 3% 0 1%;
    float: left;
    height: auto;
    min-height: 100px;
}
.right-wrapper {
    padding-bottom: 20px;
    width:100%;
    margin:auto;
}

.page h2
{
    font-size: 130%;
}

.single-product
{
    /*background-color: transparent !important;*/
}

.index-page h2 {
    font-size: 250%;
}

.category {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto
}
.main-wrapper {
    /*    width: 100%;*/
}

.product-grid-container
{
    padding-top:30px;
}

.product-grid-container-title
{
    font-size: 140%;

}

.content-header
{
    font-size: 165%;
    background-color: transparent;
    text-transform: uppercase;
    color: #606060;
    padding-left: 10px;
    font-weight: normal;
    margin-top: 10px; 
    margin-bottom: 10px; 
}

.latest-post-grid {
    width: 30%;
    padding: 0px 1%;
    display: inline-block;
}
.latest-post-grid .image-wrapper {
    width: 90%;
    margin: auto;
}
.latest-post-grid .image-wrapper img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}
li.product {
    margin-top:10px;
    width: 49.5%;
    max-width: 640px;
    min-width: 480px;
    height: 225px;
    float: left;
    overflow: hidden;

}
li.product + li.product {
    margin-left: 1%;
}
.product-grid {
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    transition: all ease-in 0.5s;
    background: #000;
    color: /*#FFF*/ #4F4F4F;
}
.product-grid:hover {
}

.product-grid-content
{
    overflow: hidden;
    /*border: 1px solid #5b5b5b;*/
    border-collapse: collapse;
    box-sizing: border-box;
    /*display: inline-table;*/
    display: inline-block;
    /*    margin-left: -1px;
        margin-top: -1px;*/
    /*outline: 1px solid #5b5b5b;*/
    transition: all linear 0.4s;
    padding-left: 5px;
    padding-right: 5px;

}

.product-grid-inner
{
    max-width: 160px;
    margin: auto !important;
}

.product-grid-image-wrapper {
    overflow: hidden;
    /*height: 180px;*/
    /*height: 300px;*/
    height: 150px;
    width: 150px;
    background: #FFF;
    border: none;
    /*padding: 2.5%;*/
    margin: auto;
}

.product-grid-image-wrapper a
{
    overflow: hidden;
    height: inherit;
    display: block;
}
.product-grid-image {
    width: 100%;
    width: auto;
    height: auto;
    max-height: 150px;
    max-height: 150px;
    height: inherit;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.product-grid-image img {
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-grid-sale-banner {
    position: absolute;
    width: 100%;
    background: #000;
    opacity: 0.8;
    height: 0px;
    line-height: 40px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    color: /*#FFF*/ #4F4F4F;
    font-weight: bold;
    text-align: center;
    transition: all ease-in 0.2s;
    overflow: hidden;
}
.product-grid-image:hover .product-grid-sale-banner {
    /*height:40px;*/
}
.product-grid-out-of-stock {
    position: absolute;
    width: 100%;
    background: #FFF;
    opacity: 0.8;
    height: 60px;
    line-height: 60px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    color: #222;
    font-weight: bold;
    text-align: center;
    transition: all ease-in 0.2s;
    overflow: hidden;
}
.product-grid-discount-background {
    position: absolute;
    top: -70px;
    /*right: -70px;*/
    left: -70px;
    width: 120px;
    height: 120px;
    /*background: #F00;*/
    background: /*#DADFE1*/ #FF5252;
    /*transform: rotate(-45deg);*/
    transform: rotate(-225deg);
}

.product-grid-info
{
    display: inline-block;
    margin:auto;
    background-position:bottom;
    background-size:contain;
    height: inherit;
    line-height: 25px;
    width:95%;
    padding: 10px 0;
}

.product-grid-title,
.product-grid-price
{
    display:block;
    overflow:hidden;
    font-size:90%;	
}

.product-grid-title
{
    height: 25px;
    text-align: center;
}

.product-grid-title h2 {
    vertical-align: middle;
    font-size: 135%;
    line-height: inherit;
    margin: 0;
    overflow: hidden;
    font-weight:400;
    color: /*rgb(255, 174, 76) - test*/ #484848;
}

/**	styling for product with new label 	**/
.product-grid-new-label
{
    position:absolute;
    top:0;
    right:0;
    height:50px;
    width:50px;	
}

.woocommerce-result-count {
    display: inline-block;
    margin-right: 10px;
}
#category-widget li a, #sub-category-widget li a {
    border-bottom: 1px solid #999999;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
#category-widget li:hover a, #sub-category-widget li:hover a {
    background: #999999;
    color: /*#FFF*/ #4F4F4F;
    padding-left: 20px;
}
#category-widget li a, #sub-category-widget li a {
    /*font-family: 'Roboto', Verdana, Arial;*/
    display: block;
    font-style: normal;
    font-size: 80%;
    line-height: 35px;
    text-transform: uppercase;
}


.footer-wrapper {
    /*    background: #000;
        color: #FFF;*/
    padding-top: 10px;
    overflow: hidden;
    display: block;
}
.footer, .footer-partner-wrapper, .footer-widget-wrapper {
    overflow: hidden;
    min-height: 100px;
}
ul#footer-partner-widget {
    height: 100px;
    padding: 10px 0px;
}
ul#footer-partner-widget li {
    display: block;
    width: auto;
    max-width: 8%;
    margin: 0px 1%;
    float: left;
    height: 100px;
}
ul#footer-partner-widget li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.credit-wrapper {
    display: block;
    background: #D7D7D7;
    color: #7D858A;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center; 
    bottom: 0px;
}

h2.credit {
    line-height: 45px;
    padding: 0 1%;
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFF;
}
.post-content {
    font-size: 16px;
    line-height: 1.625;
}

.post-content ol li {
    width: 100%;
    line-height: 150%;
    list-style: decimal;
    clear: both;
}

.post-content ol {
    margin: 10px auto;
    overflow: hidden;
}
.post-content h2 {
    /*letter-spacing: 2px;*/
    /*font-family: 'Roboto', Verdana, Arial;*/
    font-size: 20px;
}
h3 {
    /*font-family: 'Roboto', Verdana, Arial;*/
    font-size: 18px;
}
.post-content img {
    /**	style to limit image size in the post body content	**/
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.up-arrow {
    background: #cecece;
    opacity: .85;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    /*border-radius: 20px;*/
    text-align: center;
}

.up-arrow:hover {
    background: #ababab;
}
.up-arrow img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: auto;
}




/**	navigation bar styling **/

#slider-wrapper {
    width: 100%;
    /*max-width:1100px;*/
    margin: auto;
    height: 390px;
    /*    background: #cccccc;
        background: #FFF;*/
    background: #000;
}





/* --------------------------------- */

/* Edit Link Button */

span.edit-link a.post-edit-link {
    line-height: 35px;
    height: 35px;
    display: inline-block;
    /*font-family: 'Roboto', Verdana, Arial;*/
    /*border-radius: 3px;*/
    background: #999999;
    color: /*#FFF*/ #4F4F4F;
    text-transform: uppercase;
    min-width: 40px;
    text-align: center;
    padding: 0px 20px !important;
    font-size: 16px !important;
    font-style: normal;
}
/**--------------------------------**/

/** Social button **/

.social-button-wrapper {
    padding-top: 20px;
    text-align: center;
}
.social-button-wrapper a.social-button {
    width: auto;
    height: auto;
    min-height: 40px;
    margin-right: 10px;
}
.social-button-wrapper a.social-button img {
    max-height: 40px;
}
/**--------------------------------**/


.desktop-view {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
    line-height: 40px;
}
.desktop-view a {
    font-style: normal !important;
}
table tr, table tr td {
    padding: 10px;
}

/* ----------------------------- */



/*  bootstrap tweak */

.form-control
{
    box-shadow: none;
}

.panel-heading
{
    background-image: none !important;
}

.table-responsive
{
    border: none !important;
}

/*  ----------------------------    */

/* search result container */

.content-wrapper.search
{
    display:block;
    margin:auto;
    width:100%;	
}

/* widget styling */

li.widget {
    margin: 10px auto 20px auto;
}
li.widget h1 {
    line-height: 120%;
    letter-spacing: 2px;
    border-left: none;
    margin-bottom: 0px;
    padding: 0px inherit;
    margin-top: 0px;
}
li.widget h1 span {
    font-weight: normal;
    font-size: 50%;
    padding: 0px;
    margin-left: 0px;
}
li.widget h2 {
    text-transform: uppercase;
    font-size: 130%;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
#pushstat {
    /** this style to remove spaces below body tag due to google analytics **/
    display: none;
}
/**	shop page styling	**/

ul.products {
    /*margin-top: 10px;*/
}

/**	shop product styling	**/
.products .product-grid {
    position: relative;
}
.products .add_to_cart_button, .products .added_to_cart, .products .product_type_simple {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 120px;
    bottom: 0;
    margin: auto;
    background: red;
    right: 20px;
    border-radius: 20px;
    opacity: 0.9;
    color: /*#FFF*/ #4F4F4F;
    line-height: 40px;
    text-align: center;
}
.products .added_to_cart {
    width: 100%;
    border-radius:0px;
    top:0;
    right:0;
}

/**	comment form styling	**/

ol.commentlist {
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
}
ol.commentlist li {
    overflow: hidden;
    margin-bottom: 10px;
}
ol.commentlist .comment_container img {
    display: block;
    float: left;
    max-width: 20%;
}
ol.commentlist .comment_container .comment-text {
    display: block;
    float: left;
    clear: right;
    margin-left: 5%;
    max-width: 70%;
}
/**	end of comment form styling	**/

/**	display slider styling	**/

#slider-wrapper .flexslider {
    position: relative;
    text-align: center;
    border: none;
}
#slider-wrapper .flexslider .flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    list-style: none;
}
#slider-wrapper .flexslider .flex-control-nav.flex-control-paging li {
    display: inline-block;
}
#slider-wrapper .flexslider .flex-control-nav.flex-control-paging li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 10px;
    background: #CCC;
    color: #ccc;
    opacity: 0.9;
    margin: auto 5px;
    overflow: hidden;
    cursor: pointer;
}
#slider-wrapper .flexslider .flex-control-nav.flex-control-paging li a.flex-active {
    background: #333;
    color: #333;
}
#slider-wrapper .flexslider .flex-direction-nav .flex-prev, #slider-wrapper .flexslider .flex-direction-nav .flex-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    content: "\e02c";
    transition: all ease-in 0.3s;
    opacity: 0.8;
    color: /*#FFF*/ #4F4F4F;
    font-size: 24px;
    font-weight: bold;
    background: url('images/arrow_sprite.png');
}
#slider-wrapper .flexslider .flex-direction-nav .flex-prev {
    left: -100px;
    background-position: 0 -60px;
}
#slider-wrapper .flexslider .flex-direction-nav .flex-next {
    right: -100px;
    background-position: 0 -120px;
}
#slider-wrapper .flexslider:hover .flex-direction-nav .flex-prev {
    left: 40px;
}
#slider-wrapper .flexslider:hover .flex-direction-nav .flex-next {
    right: 40px;
}
.editing-tools {
    margin: 20px auto;
}
.editing-tools .edit-button, .editing-tools .delete-button {
    margin-right: 10px;
    font-size: 80%;
}
/**	single post styling	**/
.post-content .editing-tools {
    margin-top: 10px;
}
.post-content .post-meta {
    margin-top: 10px;
}
.post-content .post-meta > li {
    padding-top: 10px;
    border-left: none;
    float: left;
    width: auto;
    margin-right: 10px;
}
/**	end of single post styling	**/

/**	comment form styling	**/
#comment-wrapper {
    margin-top: 10px;
    padding-top: 10px;
}
#comments {
    font-size: 90%;
}
#comments ol.commentlist > li, #comments ol.commentlist li.comment > .comment-body {
    margin: 0px;
    margin-bottom: 10px;
}
#comments ol.commentlist li.comment ul > li.comment {
    margin-left: 2%;
}
#comments ol.commentlist .comment-author img {
    margin-bottom: 20px;
    display: block;
}
#comments #respond #commentform fieldset {
    border: none;
    padding-left: 0px;
}
#comments #respond #commentform fieldset label {
    display: block;
}

/**	woocommerce specific styling	**/

.wc-forward a:after, .wc-forward:after {
    content: normal !important;
}
/* =Price Filter Widget
        -------------------------------------------------------------- */
.widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
    float: left;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #ccc;
    outline: none;
    top: -0.2em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #4F4F4F;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #efefef;
}
.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.widget_price_filter .price_slider_amount .price_label {
    display: block;
    clear: both;
    text-align: left;
}


/**	styling for product feature	**/

.single-product .product-feature
{
    border-bottom:1px solid #000;
}

.product-feature.info
{
    width: 50%;	
    float: left;
}
.product-feature.image
{
    width: 48%;
    float:left;	
    padding:1%;
}

.product-feature.image img
{
    max-width:100%;
    height:auto;
    width:auto;	
}


.single-product h2.section-title
{
    display:block;
    font-weight:bold;
    padding-bottom:20px;
    border-bottom: 1px solid #000;
    font-family: 'Segoe UI' ,'Roboto', Verdana, Arial;
    color: #000;
    font-size:2rem;	
}
.single-product .feature-row
{
    display:block;
    margin-bottom:25px;
}
.single-product .feature-header
{
    display:inline-block;
    font-weight:bold;
    font-size: 1.2rem;
    width:40%;	
    vertical-align:top;
}
.single-product .feature-value
{
    display:inline-block;
    color: #666;
    font-size: 1.2rem;	
    width:60%;
    line-height:1.6;
}

/** woocommerce cart, my account & checkout style	**/
.post-content .woocommerce
{
    width: 100%;
    max-width:90%;
    padding: 5%;
    margin:auto;
    background: #FFF;
    color: #000;
}

/**	woocommerce page table / form styling	**/
.post-content .woocommerce form
{
    overflow-x: scroll;	
}

.navbar-default .navbar-toggle .icon-bar
{
    background-color: #515151;
}

.navbar-default
{
    background: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
    background: #FFF;
}

@media (max-width:1099px)
{
    .right-wrapper
    {
        width:90%;
        padding-left:5%;
        padding-right:5%;
        display:block;
        margin:auto;	
        float:none;
    }

    li.product
    {
        width:90%;
        float:none;
        margin-left:auto;
        margin-right:auto;
        min-width:0px;	
    }

    li.product + li.product
    {
        margin-left:auto;
        margin-right:auto;
    }


    /*    .single-product .product .images,
        .single-product .product .summary
    
        {
            display:block;
            margin:auto;
            width: 90%;	
            float:none;
            max-width:90%;
        }
    
        .single-product .product .images
        {
            max-width:600px;	
        }
    
        .single-product .product .summary
        {
            max-width: 90%;
        }*/

    .single-product .product-feature
    {
        max-width: 90%;
        width:90%;
        margin:auto;	
    }

    .product-feature.info,
    .product-feature.image
    {
        float:none;
        width:100%;
    }

    .product-feature.image
    {
        text-align: center;	
    }

    .single-product .feature-header, .single-product .feature-value
    {
        display:block;
        width:90%;
        margin:auto;	
    }

    .product-review
    {
        width:90%;
        float: none;
        margin:auto;	
    }

    .single-product #reviews input[type=text], .single-product #reviews textarea {
        width: 100%;
        max-width:100%;
    }
    .single-product #reviews label {
        width: 100%;
    }


}

.wp-post-image
{
    margin-bottom: 20px;
}

.table tr th
{
    text-align: center;
    font-size: 100%;
}

.select2-container .select2-choice {
    height: 35px !important;
    line-height: 35px !important;
}

.select2-container .select2-choice .select2-arrow
{
    height: 35px !important;
    line-height: 35px !important;
}

/** category container styling  **/
.category-container:hover, .sub-category-container:hover,
.service-list-container:hover
{
    background: #F0F0F0;
}

.modal-content
{
    border-radius: 2px;
    border: none;
}


/*@font-face {
    font-family: 'Adam CG';
    src: url(library/fonts/adam.cg.pro.woff);
}*/


.opacity-8x
{
    opacity: 0.8;  
    filter: alpha(opacity=80);  
    zoom: 1;  
}
.opacity-7x
{
    opacity: 0.7;  
    filter: alpha(opacity=70);  
    zoom: 1;  
}
.opacity-6x
{
    opacity: 0.6;  
    filter: alpha(opacity=60);  
    zoom: 1;  
}

.opacity-5x
{
    opacity: 0.5;  
    filter: alpha(opacity=50);  
    zoom: 1;  
}

.row-1x
{
    margin-left: -5px;
    margin-right: -5px;
}
.row-2x
{
    margin-left: -10px;
    margin-right: -10px;
}
.row-3x
{
    margin-left: -15px;
    margin-right: -15px;
}
.row-4x
{
    margin-left: -20px;
    margin-right: -20px;
}
.row-5x
{
    margin-left: -25px;
    margin-right: -25px;
}
.row-6x
{
    margin-left: -30px;
    margin-right: -30px;
}


.no-padding
{
    padding:0px;
}
.padding-1x
{
    padding: 5px;
}
.padding-2x
{
    padding: 10px;
}
.padding-3x
{
    padding: 15px;
}
.padding-4x
{
    padding: 20px;
}
.padding-5x
{
    padding: 25px;
}
.padding-6x
{
    padding: 30px;
}

.padding-right-0x
{
    padding-right: 0px;
}
.padding-right-1x
{
    padding-right: 5px;
}
.padding-right-2x
{
    padding-right: 10px;
}
.padding-right-3x
{
    padding-right: 15px;
}
.padding-right-4x
{
    padding-right: 20px;
}
.padding-right-5x
{
    padding-right: 25px;
}
.padding-right-6x
{
    padding-right: 30px;
}

.padding-left-0x
{
    padding-left: 0px;
}
.padding-left-1x
{
    padding-left: 5px;
}
.padding-left-2x
{
    padding-left: 10px;
}
.padding-left-3x
{
    padding-left: 15px;
}
.padding-left-4x
{
    padding-left: 20px;
}
.padding-left-5x
{
    padding-left: 25px;
}
.padding-left-6x
{
    padding-left: 30px;
}

.padding-top-0x
{
    padding-top: 0px;
}
.padding-top-1x
{
    padding-top: 5px;
}
.padding-top-2x
{
    padding-top: 10px;
}
.padding-top-3x
{
    padding-top: 15px;
}
.padding-top-4x
{
    padding-top: 20px;
}
.padding-top-5x
{
    padding-top: 25px;
}
.padding-top-6x
{
    padding-top: 30px;
}

.padding-bottom-0x
{
    padding-bottom: 0px;
}
.padding-bottom-1x
{
    padding-bottom: 5px;
}
.padding-bottom-2x
{
    padding-bottom: 10px;
}
.padding-bottom-3x
{
    padding-bottom: 15px;
}
.padding-bottom-4x
{
    padding-bottom: 20px;
}
.padding-bottom-5x
{
    padding-bottom: 25px;
}
.padding-bottom-6x
{
    padding-bottom: 30px;
}

.no-margin
{
    margin:0;
}

.margin-top-0x
{
    margin-top: 0px;
}
.margin-top-1x
{
    margin-top: 5px;
}
.margin-top-2x
{
    margin-top: 10px;
}
.margin-top-3x
{
    margin-top: 15px;
}
.margin-top-4x
{
    margin-top: 20px;
}
.margin-top-5x
{
    margin-top: 25px;
}
.margin-top-6x
{
    margin-top: 30px;
}

.margin-bottom-0x
{
    margin-bottom: 0px;
}
.margin-bottom-1x
{
    margin-bottom: 5px;
}
.margin-bottom-2x
{
    margin-bottom: 10px;
}
.margin-bottom-3x
{
    margin-bottom: 15px;
}
.margin-bottom-4x
{
    margin-bottom: 20px;
}
.margin-bottom-5x
{
    margin-bottom: 25px;
}
.margin-bottom-6x
{
    margin-bottom: 30px;
}

.padding-bottom-1x
{
    padding-bottom: 5px;
}
.padding-bottom-2x
{
    padding-bottom: 10px;
}
.padding-bottom-3x
{
    padding-bottom: 15px;
}
.padding-bottom-4x
{
    padding-bottom: 20px;
}
.padding-bottom-5x
{
    padding-bottom: 25px;
}
.padding-bottom-6x
{
    padding-bottom: 30px;
}


/*  color styling definition    */

.btn-google-plus
{
    background: #D84C40;
}
.btn-google-plus:active, .btn-google-plus:hover
{
    background: #6A1D16;
}

.btn-facebook
{
    background: #4A63A1;
}
.btn-facebook:active, .btn-facebook:hover
{
    background: #3D5285;
}

.btn-main
{
    background: #008FFF;
}
.btn-main:active, .btn-main:hover
{
    background: #04528E;
}

.background-red
{

}

.background-orange
{

}

.background-hover-red
{

}
.background-hover-orange
{

}

.border
{
    border-bottom: 1px solid #D0D0D0;
    margin-top: 20px;
    margin-bottom:20px;
}

.border-1
{
    border: 1px solid #D0D0D0;
}

#wpadminbar
{
    display: none !important;
}

/*  select2 override style  */
.select2-container--default .select2-selection--single
{
    border: none !important;
    height: 35px;
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 35px;
    color: #555;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    padding-left: 15px;
}

/*  table border styling    */
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
    border: none;
}

/*  bootstrap carousel */
.carousel-control.right, .carousel-control.left
{
    background-image: none;
}

.carousel .carousel-inner, .carousel .item
{
    height: inherit;
}

.carousel-control
{
    text-shadow: none;
    color: #303030;
    width: 40px;
}

/*  typeahead   */
.twitter-typeahead
{
    width: 100%;
}

.info-box
{
    margin: 15px auto;
    padding:15px;
    border-radius: 4px;
    color: #666;
    background: #DEDEDE;
    border: 1px solid #AEAEAE;
}

.border-between + .border-between
{
    border-left: 1px solid #989898;
}

/*  rating color    */
.fa-star
{
    color: #CECECE;
}
.fa-star.active
{
    color: #00374C;
}
.fa-star.half
{
    position:relative;
}
.fa-star.half:before
{ 
    content: "\f005"; 
    color:#CECECE; 
}
.fa-star.half:after 
{ 
    content: "\f089"; 
    color:#00374C; 
    position:absolute; 
    left:0; 
}

.flip 
{
    -moz-transform: scaleX(-1);    /* Gecko */
    -o-transform: scaleX(-1);      /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform: scaleX(-1);         /* Standard */
    filter: FlipH;                 /* IE 6/7/8 */
}


