/*
Theme Name: Shocoon
Theme URI: http://metcreative.com?theme=shocoon
Author: MetCreative
Author URI: http://metcreative.com/
Version: 1.0.3
Description: Clean Shop & Business Theme
License: GNU General Public License
License URI: license.txt
Tags: custom-header, custom-background, custom-menu, flexible-width, full-width-template, post-formats, theme-options
*/


/*Color variables*/

body {
    color: black !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
button,
input,
select,
textarea,
table.dataTable thead th,
.tablepress thead th,
table.dataTable td,
.tablepress tbody tr td,
table.dataTable tbody td {
    font-family: 'Mulish', sans-serif !important;
}

.color {
    --blue: #053c6d;
    --maroon: #97291e;
    --grey: #d1d1bb;
    --orange: #e77817;
    --musterd_yellow: #fcb913;
    --sky_blue: #00abea;
    --black: #000;
}

.font-size {
    --15px: 0.94em;
    --15px: 1em;
    --16px: 1.08em;
    --17px: 1.15em;
    --18px: 1.29em;
    --18px: 1.29em;
    --18px: 1.29em;
}


/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}


/* =Content
----------------------------------------------- */

.sticky {}

.hentry {
    margin: 0 0 1.5em;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-content,
.entry-summary {
    margin: 0;
    min-height: 40px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.site-content .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-content .gallery dd {
    margin: 0;
}

.site-content .gallery-columns-4 .gallery-item {}

.site-content .gallery-columns-4 .gallery-item img {}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}

[class*="navigation"] .previous {
    float: left;
    width: 50%;
}

[class*="navigation"] .next {
    float: right;
    text-align: right;
    width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {}


/* =Widgets
----------------------------------------------- */

.widget {}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}


/* Search widget */

.widget_search .submit,
.widget_product_search input[type="submit"] {
    display: none;
}


/*-------------------------------
	Metro Sidebar Components
 ------------------------------*/

.sidebar-widget {
    margin-bottom: 10px;
}

.sidebar-widget ul {
    margin-left: 5px;
}

.sidebar-widget ul li {
    font-size: 14px;
    list-style: none;
}

.sidebar-widget ul li:after {
    display: block;
    clear: both;
    content: '';
}

.sidebar-widget ul li .children {
    margin-left: 20px;
}

.sidebar-widget ul li a {
    /*font-size   : 18px;
    line-height : 36px;*/
}

.sidebar-widget ul li a:hover {}

.sidebar-widget select {
    width: 100%;
    margin-top: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 13px;
}

.widget_calendar table {
    width: 100%;
    float: left;
    color: #FFFFFF;
}

.widget_calendar table a {
    margin-top: 0;
    padding-top: 0;
}

.widget_calendar table caption {
    font-size: 14px;
    padding: 10px 0;
}

.widget_calendar table tr td {
    text-align: center;
}

.widget_rss a.rsswidget:last-child {
    color: #FFFFFF;
}

.widget_rss li a.rsswidget {
    display: block;
    float: left;
    width: 100%;
    line-height: 15px;
    margin: 15px 0;
}

.widget_rss .rsswidget img {
    display: none;
}

.widget_rss cite {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 12px;
    margin-top: 5px;
}

.widget_rss .rss-date {
    display: block;
    float: left;
    width: 100%;
    font-size: 10px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.widget_rss .rssSummary {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
}

.widget_search #searchform,
.widget_product_search form {
    margin: 0;
}

.widget_search input[type="search"],
.widget_product_search input#s {
    width: 92%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px;
}

.n_metro_title {
    float: left;
    width: 100%;
    color: #FFFFFF;
    display: table;
    height: 40px;
}

.n_metro_title:hover {
    text-decoration: none;
}

.n_metro_title span:first-child {
    background-color: rgba(91, 96, 96, 0.1);
    display: table-cell;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center
}

.n_metro_title span:last-child {
    font-size: 14px;
    line-height: 40px;
    margin-left: 15px;
}


/*-------------------------------
Metro Sidebar Categories Box
------------------------------*/


/*.widget_categories ul {
    float      : left;
    width      : 100%;
    margin     : 10px 0;
    list-style : none;
}

.widget_categories ul li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
}

.widget_categories ul li:last-child a {
    border-bottom : none;
}

.widget_categories a {
    position: relative;
    float: left;
    display: block;
    text-decoration: none;
    width: 100%;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #292929;
    font-size: 18px;
    color: #595959;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

.widget_categories a:after {
    position: absolute;
    right: 2px;
    top: 0;
    display: block;
    font-family: FontAwesome;
    content: '\f054';
    line-height: 36px;
    height: 36px;
    font-size: 9px;
    color: #595959;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

.widget_categories a:hover {
    color           : #000000;
}

.widget_categories a i {
    float      : right;
    margin-top : 11px
}*/


/*-------------------------------
Metro Sidebar Recent Work Box
------------------------------*/

.n_recent_work {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 3px;
}

.n_recent_work .n_recent_work_shadow {
    position: absolute;
    left: -9px;
    bottom: -11px;
    width: 164px;
    height: 88px;
    background-image: url('../img/recent-work-shadow.png');
}


/*-------------------------------
Metro Sidebar Recent Posts Box
------------------------------*/

.n_recent_posts {
    float: left;
    margin: 0;
}

.n_recent_posts li {
    float: left;
    width: 100%;
    background-color: #F2F2F2;
    margin-top: 3px;
    list-style: none;
}

.n_recent_posts a {
    display: block;
    padding: 15px 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.n_recent_posts a:hover {
    background-color: #00AAAA;
    text-decoration: none;
}

.n_recent_posts a:hover h4,
.n_recent_posts a:hover p {
    color: #FFFFFF;
}

.n_recent_posts img {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
}

.n_recent_posts h4,
.n_recent_posts p {
    margin-left: 58px;
}

.n_recent_posts h4 {
    margin-top: 0;
    color: #151719;
    margin-bottom: 4px;
}

.n_recent_posts p {
    color: #5B6A6F;
    font-size: 10px;
    margin-bottom: 0;
}


/*-------------------------------
Metro Sidebar Tag Cloud Box
------------------------------*/

.tagcloud {
    margin-top: 20px;
}

.tagcloud a {
    font-size: 13px!important;
    margin: 0 2.5px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    color: #FFF;
    padding: 4px 14px;
    background-color: #A4AEB9;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.tagcloud a:first-child {
    margin-left: 0;
}

.tagcloud a:hover {
    background-color: #50535A;
    text-decoration: none;
}

.format-quote {
    margin-bottom: 20px !important;
}

.flexslider .slides {
    background: #171717;
}

.form-allowed-tags code {
    background: none !important;
    border: none;
    font-size: 12px;
    white-space: normal;
}

.comment-list,
.comment-list>ul,
.comment-list>li,
.comment-list li[class*="depth"] {
    list-style: none;
}

.comment-list .children li {
    margin-bottom: 20px;
}

.footer-widget {
    margin-bottom: 20px !important;
}

#back-to-top {
    height: 9px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: -50px;
    width: 49px;
    z-index: 9999;
    display: block;
    top: 85%;
    background-image: url("img/back_to_top.png");
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #404040;
    font-size: 9px;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    padding: 28px 0 12px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

#back-to-top.back-to-top-on {
    right: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

header {
    height: 111px;
}

.met_bgcolor5 {
    background-color: #053D6D !important;
}

#back-to-top.back-to-top-off {
    right: -59px
}

footer .met_content {
    color: #FFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #FFF !important;
}

foot {
    padding-top: 0px !important;
}

.met_page_wrapper {
    background-color: WhiteSmoke !important;
    overflow: hidden;
    position: relative;
    z-index: 3;
}


/* Added by Naresh to reduce gap between menu and banner */

met_main_nav {
    margin-bottom: 5px !important;
    z-index: 4;
    position: relative;
}

.btn-primary {
    background: #053D6D !important;
}

.btn-success {
    background: #053D6D !important;
}

//Added by Naresh Kumar
// The Responstable mixin
.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: $background-color;
    color: $text-color;
    border-radius: $border-radius;
    border: $outer-border;
    tr {
        border: $cell-border;
        &:nth-child(odd) {
            // highlight the odd rows with a color
            background-color: $highlight-color;
        }
    }
    th {
        display: none; // hide all the table header for mobile
        border: $header-border;
        background-color: $header-background-color;
        color: $header-text-color;
        padding: 1em;
        &:first-child {
            // show the first table header for mobile
            display: table-cell;
            text-align: center;
        }
        &:nth-child(2) {
            // show the second table header but replace the content with the data-th from the markup for mobile
            display: table-cell;
            span {
                display: none;
            }
            &:after {
                content: attr(data-th);
            }
        }
        @media (min-width: $breakpoint) {
            &:nth-child(2) {
                // hide the data-th and show the normal header for tablet and desktop
                span {
                    display: block;
                }
                &:after {
                    display: none;
                }
            }
        }
    }
    td {
        display: block; // display the table data as one block for mobile
        word-wrap: break-word;
        max-width: 7em;
        &:first-child {
            display: table-cell; // display the first one as a table cell (radio button) for mobile
            text-align: center;
            border-right: $cell-border;
        }
        @media (min-width: $breakpoint) {
            border: $cell-border;
        }
    }
    th,
    td {
        text-align: left;
        margin: .5em 1em;
        @media (min-width: $breakpoint) {
            display: table-cell; // show the table as a normal table for tablet and desktop
            padding: 1em;
        }
    }
}


/* remove border */

.met_blog_miscs {
    margin-top: 0px !important;
    border-top: 0px !important;
}

li {
    line-height: 20px !important;
}

.tablepress .odd td {
    background-color: #f9f9f9;
    text-align: left;
}

.tablepress .even td {
    text-align: left;
}

.tablepress tbody td,
.tablepress tfoot th {
    border-top: 1px solid #ddd;
}

.tablepress tbody td {
    vertical-align: top;
}

.tablepress td,
.tablepress th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: none !important;
    padding: 8px;
    text-align: left;
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.entry-content {
    word-wrap: break-word;
}

@font-face {
    font-family: ZurichFonts;
    src: url(css/font-awasome-fonts/zurch.TTF);
}


/* Disable payment list */

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none;
    display: none;
}


/* Reduce TAB Size*/

.summarytab>li>a {
    padding: 15px 20px !important;
    font-size: 15px !important;
}


/*Increase font size*/

.woocommerce .order_details li {
    font-size: 1em;
    margin-left: 20px;
}
