/* 
 Theme Name:   skt-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     skt-bakery
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font: 12px arial;
    background-color: #f3f0e9;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    margin: 0;
    padding: 0;
    height: auto
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.aligncenter {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

.postmeta a:hover,
a,
#footer .widget-column a:hover,
#copyright a:hover {
    text-decoration: none;
    color: #0ec7ab;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ul li ul,
ul li ul li ul,
ol li ol,
ol li ol li ol {
    margin-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.alignnone {
    width: 100% !important;
}

img.alignleft,
.alignleft {
    float: left;
    margin: 0 15px 0 0;
    padding: 5px;
    border: 1px solid #cccccc;
}

img.alignright,
.alignright {
    float: right;
    margin: 0 0 0 15px;
    padding: 5px;
    border: 1px solid #cccccc;
}


/* ------ Woocommerce ------- */
select.orderby {
    margin: 0;
    padding: 0;
    height: 35px;
    font: 14x 'PT Sans', Helvetica, sans-serif;
    color: #4e4e4e;
    border: 1px solid #cccccc;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #7ab040 !important;
}

.team_links {
    text-align: center;
    padding: 10px 0;
    border-top: 1px #fff solid;
}

.member_info {
    background: #f6f6f6;
    text-align: center;
    margin-top: 10px;
}

.member_dtl {
    padding: 15px;
}

.member_dtl p {
    margin: 5px 0 !important;
}

.mobile_nav a {
    background: url(images/mobile_nav_right.png) no-repeat right center #f6f6f6;
    border: 1px #ccc solid;
    margin: 4px 0 0;
    padding: 8px 20px;
    display: none;
    font: 400 20px 'Roboto Condensed', san-serif;
    position: relative;
}

.pagination {
    display: table;
    clear: both;
}

.pagination ul {
    list-style: none;
    margin: 20px 0;
}

.pagination ul li {
    display: inline;
    float: left;
    margin-right: 5px;
}

.pagination ul li span,
.pagination ul li a {
    background: #313131;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

.pagination ul li .current,
.pagination ul li a:hover {
    background: #0ec7ab;
}

#comment-nav-above .nav-previous,
#comment-nav-below .nav-previous {
    float: none !important;
    margin: 10px 0;
}

ol.comment-list li {
    list-style: none;
    margin-bottom: 5px;
}

.spacer40 {
    height: 40px;
    clear: both;
}

.spacer80 {
    height: 80px;
    clear: both;
}

.entry-content ul {
    list-style: none;
}

.site-aligner {
    width: min(100% - 2rem, 1200px) !important;
}

@media (max-width: 830px) {
    .entry-content iframe {
        width: 400px;
    }
}

@media (max-width: 480px) {
    .entry-content iframe {
        width: 280px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1150px) {

    .content-left,
    .content-right {
        width: 60% !important;
    }
}

#copyright {
    padding: 30px 0 !important;
}

.logo h2 a {
    font-size: clamp(2rem, 6vw, 4rem) !important;
}

.feature-box-main {
    margin-top: 80px !important;
}