/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */
table#table-2 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1px;
}

table#table-2 tr:nth-child(even) td, tr:nth-child(even) th {
    background-color: transparent;
}




/* Contact page map - html before iframe: <div class="overlay" onClick="style.pointerEvents='none'"></div>*/

.overlay {
   background-color:transparent; 
   position:relative; 
   width:100%;
   height:350px; /* your iframe height */
   top:350px;  /* your iframe height */
   margin-top:-350px;  /* your iframe height */
}

/* Print Styles */

@media print{
.tc-rectangular-thumb{display:none;margin:0}
.navbar.resp{display:none;margin:0}
@page{margin:0.5cm}
body{margin:1cm; font-size:11px; line-height:1.5}
.site-logo img {width: 200px; height:auto; margin:0}
td{vertical-align: text-top; font-size:11px;line-height:1;}
.tc-hot-crumble{margin:0}
.tc-reset-margin-top{margin:0}
.tc-header {border-bottom:none;}
.tc-header {margin:0;}
.featurette-divider {margin:0; display:none;}
img{width: 200px; height:auto;}
blockquote p {font-size: 13px;line-height:1;padding:0;}
dd, dt, li {line-height:1.5;padding:0;}
ol, ul {margin: 0 0 10px 5px;}
#main-wrapper {margin:0;}
h1 {font-size: 20px;line-height: 10px;}
}


.site-logo img {
margin-left: 20px;
}


/* Post grid titles */
.tc-post-list-grid article .entry-title {
    font-size: 15px;
    line-height: 23px;
}


/* Divider line after header */
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
}

/* Share buttons inline with title */
h1.entry-title {
    display: inline;
    text-transform: uppercase;
}

.ssbp-wrap.ssbp--aligned-right {
    display: inline;
    float: right;
}

.ssbp-share-text {
vertical-align: bottom;
}

.entry-header {
    padding-top: 15px;
}

/* Upper social buttons to right */
.navbar-inner .social-block{
padding-right: 0;
}

a.social-icon.icon-linkedin {
padding-right: 3px;
}

/* menu buttons distance from each other */
.navbar .nav>li>a {
    padding: 5px 10px;
    font-size: 15px;
}


@media (max-width:770px){
td{
    display:block;
}
}

@media (max-width:979px){

.ssbp-wrap.ssbp--aligned-right {
    float: left;
    padding-top: 15px;
}
}

@media (max-width:800px){
.site-logo img {
    max-width: 80%;
padding-left: 0;
}
	
#wpsl-stores .wpsl-store-thumb {
    height: 67px !important;
    width: 190px !important;
}
}


    .entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
    .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
