@charset "UTF-8";

/*                   TEST
**********************************************/

#content, .column, #sidebar, #footer .archiv-container .archiv-post {
    /*border: 1px solid #ccc;*/
}

#sidebar .widget-container {
    /*border: 1px solid #C00;*/
}

/*                   COMMON
**********************************************/
body {
    font: normal 13px/135% 'deichmannregular', Arial, Helvetica, sans-serif;
    color: #000000;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

h1 {
    font-size: 38px;
    line-height: 110%;
    font-style: normal;
    text-transform: uppercase;
}

a {
    color: #000000;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

a.mehr-lesen {
    text-decoration: underline !important;
    font-style: normal;
    font-weight: normal;
}

a.post-edit-link {
    margin: 10px 0;
    border-bottom: 1px solid #008A52;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    color: #008A52 !important;
}

a.post-edit-link:hover {
    border-bottom: 1px solid #000000;
    opacity: 1 !important;
    color: #000000 !important;
}

a.post-edit-link:before {
    content: '\f411';
    width: 15px;
    height: 15px;
    font: 300 20px/1 'Genericons';
}

.category #content .entry-meta img:hover,
#content form input[type=submit]:hover,
#footer a:hover,
.entry-meta a .entry_author_image:hover,
#header .music-links a:hover,
.ssba img:hover,
.dot-irecommendthis:hover {
    /*
    .post-image-wrapper a img:hover,,
    .archiv-image img:hover */
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*ie FIX */
    filter: alpha(opacity=50); -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

/*                   HEADER
**********************************************/

#searchform input:focus {
    border: none;
    box-shadow: none;
}

#header #breadcrumb {
    float: left;
    font-style: italic;
    color: #667766;
    margin: -25px 0 0 20px;
}

#header #breadcrumb a {
    text-decoration: none;
    color: #667766;
}

#header .header-image {
    text-align: center;
    overflow: hidden;
    max-height: 344px;
}

#header .header-image {
    height: auto;
    width: 100%;
}

#header img {
    width: 100%;
}

#header .header-content {
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    position: relative;
}

.header-mobile {
    display: none;
}

#header .music-links {
    width: 100%;
    text-align: right;
}

#header .music-links a {
    margin: 15px 0 0 5px;
    width: 88px;
    height: 32px;
    text-indent: -9999px;
    display: inline-block;
    text-align: left;
    background: #CCCCCC;
}

#header .music-links a.itunes { background: url('../img/music-link-itunes.png'); }

#header .music-links a.google { background: url('../img/music-link-google.png'); }

#header .music-links a.amazon { background: url('../img/music-link-amazon.png'); }

#header .music-links a.spotify { background: url('../img/music-link-spotify.png'); }

#header .music-links a.eventim { background: url('../img/music-link-eventim.png'); }

/*                   CONTENT
**********************************************/
#content {
    width: 74.5%;
    min-width: 630px;
    float: left;
    padding: 1%;
}

#content .header-image img {
    width: 100%;
    height: auto;
}

#content .header-image {
    text-align: center;
    overflow: hidden;
    max-height: 300px;
}

.single-post #content .header-image {
    max-height: inherit;
}

.single-post #content .entry-content a.dot-irecommendthis {
    text-decoration: none;
}

#content .entry-title {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}

#content .post-vertical-left .entry-title,
#content .post-vertical-right .entry-title {
    /*margin-top: 0;*/
}

.search-results h1 {
    margin-bottom: 15px;
}

.content-teaser .attachment-horizontal-thumb,
.content-teaser .attachment-medium {
    width: 100%;
}

#content table td {
    padding: 2px 20px 2px 0;
    border-bottom: 1px solid #EEEEEE;
}

.contact-form input, .contact-form textarea {
    border-radius: 15px;
}

.home #content {
    padding: 0;
}

.author .entry_author_image {
    float: left;
    margin-right: 20px;
}

.form-error {
    background: #EFEFEF;
    color: #DD3D36;
    padding: 10px;
    border-left: 4px solid #DD3D36;
    margin: 10px 0;
}

.form-errors .form-error-message {
    color: #DD3D36 !important;
    padding: 3px 0;
}

/* GRID */
.row, .row:after {
    clear: both;
}

.column-100 {
    width: 100%;
    clear: both;
}

.column-70 {
    width: 66%;
    margin-right: 2.5%;
    float: left;
}

.column-50 {
    width: 50%;
    float: left;
}

.column-30 {
    width: 31.5%;
    float: left;
}

.column-70, .column-50, .column-30 {
    border: 1px solid #CCCCCC; /**/
}

.padding-top-left { padding: 10px 10px 10px 0; }

.padding-top-left { padding: 10px 10px 10px 0; }

.header-home .entry-summary {
    display: none;
}

.entry-summary p {
    -webkit-mask-box-image: -webkit-linear-gradient(top, #000000 60%, transparent 100%);
}

.post-image-wrapper, .entry-summary-video {
    position: relative;
}

.post-image-wrapper .box {
    position: absolute;
    padding: 0 1% 1% 1%;
    bottom: 20px;
    display: block;
    width: 100%;
    left: 0px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.7);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    /*opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); /*ie FIX */
}

/* CSS3 ZOOM */
.post-image-wrapper, .archiv-image {
    overflow: hidden;
    display: block;
}

.post-image-wrapper a img, .archiv-image img, #sidebar .tagcloud a {
    text-decoration: none;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    z-index: 3;
}

.home-container a img:hover, .post-image-wrapper a img:hover, .archiv-image img:hover, #sidebar .tagcloud a:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
}

.teaser-group-horizontal .post-image-wrapper .box li {
    clear: none !important;
}

.teaser-group-large .box, .hor-mid .box, .teaser-group-horizontal .box {
    width: 50%;
}

.top-teaser .box {
    width: 25%;
    z-index: 4;
    /*right: 0;
    left: auto;*/
}

.post-image-wrapper .box {
    z-index: 4;
}

.post-image-wrapper .box h2 {
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
}

.post-image-wrapper .box a {
    text-decoration: none;
}

.post-image-wrapper:hover .box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*ie FIX */
    filter: alpha(opacity=100);
}

.post-icons {
    line-height: 22px;
    color: #777777;
    width: 100%;
}

.post-icons li {
    float: left;
    width: auto !important;
    background: none !important;
}

.post-icons li.last-child {
    float: right;
}

.post-icons li span.genericon {
    border-radius: 50%;
    width: 23px;
    color: #777777;
    margin: 0 3px 0 3px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    height: 23px;
    border: 1px solid #777777;
    font-size: 18px;
}

.other-languages {
    margin: 5px 0 0 0;
}

#content p {
    padding: 5px 0;
}

#content h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    text-transform: uppercase;
}

#content form {
    max-width: 800px;
}

#content form div input {
    width: 50%;

}
@media only screen and (max-width: 640px) {
    #content form div input {
        width: 100%;
    }
}

#content form div textarea {
    width: 100%;
    max-width: 100%;

}

#content form label {
    width: 30%;
    display: block;
    float: left;
}

.searchwp-live-search-result img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
}

.searchwp-live-search-result a {
    white-space: normal !important;
    text-decoration: none;
}

.searchwp-live-search-results {
    width: 300px !important;
}

.searchwp-live-search-result {
    clear: both;
    min-height: 50px !important;
    border-top: 1px solid #CCCCCC !important;
    padding: 5px;
    overflow: auto !important;
}

.searchwp-live-search-result:hover {
    background: #EEEEEE;
}

.searchwp-live-search-result p {
    padding: 8px !important;
}

.ui-widget-content {
    border: 1px solid #CCCCCC !important;
}

.ui-widget-content li a:hover {
    border: 1px solid #CCCCCC;
    color: #000000;
    background: #EEEEEE;
}

.wp-caption {
    width: 354px;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.wp-caption-text {
    padding: 0px;
}

.debug {
    position: absolute;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
    text-align: left;
    background: #FFFFFF;
    color: #000000;
}

.entry-content {
    margin: 20px 0 0 0;
}

#content .page .entry-content a {
    text-decoration: underline;
}

#content .page .entry-content .content-teaser a {
    text-decoration: none;
}

#content form input[type=submit] {
    background: #000000;
    color: #FFFFFF;
    padding: 0 15px;
    text-decoration: none;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    box-shadow: none;
    text-align: center;
    display: block;
    text-transform: uppercase;
    border-radius: 15px;
}

.not-found form {
    max-width: 400px;
    margin-top: 20px;
}

.banner-image {
    max-width: 210px;
}

.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden; }

.flex-video.widescreen {
    padding-bottom: 56.34%; }

.flex-video.vimeo {
    padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ssba {
    padding: 20px 0 0 0;
}

.ssba img {
    height: 35px;
}

.dot-irecommendthis {
    float: left;
    padding: 20px 0 0 0;
}

.dot-irecommendthis .ssba_sharecount {
    position: absolute;
    margin: 5px 0 0 0;
}

.dot-irecommendthis .like-post {
    font-size: 27px !important;
    color: #058950;
    margin-right: 13px;
    line-height: 38px;
    /*line-height: 38px;*/
    float: left;
}

.ssba_facebook_share {
    margin-left: 20px;
}

/*             CATEGORY / POST
**********************************************/

#content .page, #content .post {
    clear: both;
}

#content .entry-meta {
    width: 35%;
    float: left;
    padding-right: 3%;
    padding-bottom: 40px;
}

#content .entry-meta div {
    text-align: center;
}

.single-post #content .entry-meta {
    padding: 0 0 50px 0;
}

.single-post #content .entry-content a {
    text-decoration: underline;
}

/*.search-results #content .entry-meta {
	padding: 0 20px 0 0;
}*/
#content .entry-meta a {
    font-weight: normal;
}

.entry_author_image {
    text-align: center;
}

.entry_author_image img {
    border-radius: 50%;
    background: #EEEEEE;
    height: 170px;
    width: 170px;
}

#content .entry-info {
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
    width: 65%;
    float: left;
}

#content .entry-info .tag-links {
    margin: 15px 0;
    display: block;
}

#content .entry-info .tag-links a {
    padding-left: 10px;
}

#content .entry-info .delimiter {
    padding: 0 5px;
}

.single-post #content .entry-info {
    width: 100%;
}

#content .entry-footer {
    padding-top: 15px;
}

#content .page a, #content .post a {
    text-decoration: none;
}

.author-description {
    position: relative;
    padding: 10px;
    margin: 15px 0;
}

.author-description p {
    margin-left: 190px;
}

.author-description em.author {
    font-style: italic;
    font-size: 17px;
    padding-bottom: 5px;
    display: block;
    font-family: "Times New Roman", Times, serif;
}

.author-description em a {
    text-decoration: none;
}

.author-description .border-box {
    background-image: url('../img/border-box.png');
    position: absolute;
    width: 14px;
    height: 14px;
}

.author-description .border-box.top-left { background-position: 0px 0px; top: 0; left: 0; }

.author-description .border-box.top-right { background-position: 14px 0px; top: 0; right: 0; }

.author-description .border-box.bottom-left { background-position: 36px 14px; bottom: 0; left: 0; }

.author-description .border-box.bottom-right { background-position: 14px -18px; bottom: 0; right: 0; }

#nav-below {
    border-top: 1px solid #CCCCCC;
    padding: 15px 0;
    margin: 15px 0;
}

#nav-below .pagination {
    text-align: right;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
}

#nav-below .pagination a {
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}

#nav-below .pagination .page-numbers.current {
    text-decoration: underline;
}

.blogger .sharedaddy {
    display: none;
}

/*                   SIDEBAR
**********************************************/
#sidebar {
    width: 23.5%;
    min-width: 210px;
    float: left;
    padding: 1% 0 0 2%;
}

#sidebar .widget-container {
    border-top: 1px solid #000000;
    padding: 15px 0;
    text-align: center;
}

#sidebar .widget-container img {
    margin: 0 auto;
}

#sidebar .widget-title {
    display: none;
}

#sidebar .tagcloud {
    width: 210px;
    text-align: center;
    margin: 0 auto;
}

#sidebar .tagcloud a {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    text-decoration: none;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 5px;
}

#sidebar .tagcloud a:hover {
    color: #000000;
}

/*         SIDEBAR -> FASHION
**********************************************/

.sidebar-products {
    background: #F1F1F1;
    padding: 20px 0;
    font-style: italic;
}

.sidebar-products h3 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.sidebar-products ul {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.sidebar-products li {
    background: #FFFFFF url('../img/product-box.png');
    width: 181px;
    height: 181px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 15px;
    padding: 20px;
}

.sidebar-products li img {
    max-width: 114px;
    width: auto;
    max-height: 85px;
    height: auto;
}

.sidebar-products li .product-info {
    width: 100px;
    margin: 5px auto 0 auto;
}

.sidebar-products li a {
    text-decoration: underline;
    font-weight: 600;
}

/*                   FOOTER
**********************************************/
#footer {
    padding-top: 30px;
}

#footer .black-box {
    min-height: 40px;
    line-height: 40px;
    background: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 30px;
    font-weight: 300;
    clear: both;
}

#footer .black-box h4 {
    font-size: 30px;
    line-height: 40px;
    float: left;
}

#footer .black-box a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
}

#footer .black-box a span {
    content: '\f432';
    font-size: 30px;
    margin-top: 5px;
    border-radius: 50%;
    behavior: url('ie-css3.htc');
    height: 30px;
    width: 30px;
    border: 1px solid #FFFFFF;
}

#footer .black-box .pagination {
    font-size: 25px;
    font-weight: 600;
    text-align: right;
}

#footer .black-box .pagination a {
    font-size: 25px;
    font-weight: 600;
}

#footer .black-box .pagination .page-numbers {
    padding: 0 2px;
    display: inline-block;
}

#footer .black-box .pagination .page-numbers.current {
    text-decoration: underline;
}

#footer #footer-menu {
    padding: 30px;
    width: 100%;
}

#footer #footer-menu li, #footer #footer-copyright-menu li {
    text-transform: uppercase;
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
}

#footer #footer-menu li a, #footer #footer-copyright-menu li a {
    text-decoration: none;
}

#footer #footer-menu li.current-menu-item a, #footer #footer-copyright-menu li.current-menu-item a {
    /*background: #000;
    color: #fff;
    padding: 5px;*/
    border-bottom: 2px solid #000000;
}

#footer .page-social {
    float: none;
    padding: 30px 0 15px 30px;
}

.newsletter-link {
    background: #000000;
    color: #FFFFFF;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    border-radius: 15px;
}

#footer .newsletter-link {
    float: right;
    margin-top: -45px;
    margin-right: 30px;
}

#footer #copyright {
    border-top: 1px solid #000000;
    padding: 30px 30px;
    font-size: 12px;
    margin-top: 20px;
    text-transform: uppercase;
    clear: both;
}

#footer #copyright #footer-copyright-menu {
    min-width: 200px;
    float: right;
    text-align: right;
}

#footer #copyright #footer-copyright-menu li {
    padding: 0 0 0 20px;
}

#footer #copyright p {
    float: left;
}

#footer .archiv-container {
    padding: 0 0 50px 0;
}

#footer .archiv-container a {
    color: #000000;
}

#footer .archiv-container .archiv-post {
    width: 25%;
    min-height: 300px;
    float: left;
    padding: 25px 25px 25px 0;
}

#footer .archiv-container .archiv-image img {
    width: 300px;
    display: block;
    max-height: 144px;
}

#footer .archiv-container .archiv-post:last-child {
    padding: 25px 0 25px 0;
}

#footer .archiv-container .archiv-post h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#footer .archiv-container .archiv-post .archiv-text {
    padding: 25px 0 0 25px;
    font-size: 12px;
}

#footer .archiv-container .archiv-post .archiv-text p {
    -webkit-mask-box-image: -webkit-linear-gradient(top, #000000 70%, transparent 100%);
}

#footer .archiv-container .archiv-post a {
    text-decoration: none;
    font-weight: 400;
}

#footer .blogroll {
    clear: both;
}

#footer .blogroll .archiv-container {
    padding: 30px 0;
}

/*#footer .blogroll .archiv-container div.menu {
	display: none;
}*/


#footer .blogroll .archiv-container .archiv-post {
    min-height: 200px;
}

/*                   TABLET
**********************************************/
@media only screen and (max-width: 1024px) {
    * {
        max-width: 100%;
    }

    .post-image-wrapper .box {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*ie FIX */
        filter: alpha(opacity=100);
    }

    .home .post-icons {
        display: none !important;
    }

    /*
    #sidebar .widget-container {
        min-height: 330px;
    }
    */
}

@media only screen and (max-width: 860px) {
    /*                   CONTENT
    **********************************************/
    #content {
        /*padding: 0 2%;*/
    }

    #content form label {
        width: 100%;
    }

    .post-image-wrapper .box {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*ie FIX */
        filter: alpha(opacity=100);
    }

    .post-image-wrapper .box {
        width: 50%;
    }

    .post-image-wrapper .box ul {
        display: none;
    }

    .four-lite .post-image-wrapper .box {
        width: 100%;
    }

    /*                   SIDEBAR
    **********************************************/
    #content, #sidebar {
        width: 100%;
        min-width: 100%;
    }

    #sidebar .widget-container {
        width: 50%;
        float: left;
        padding: 10px 0;
    }

    #sidebar .widget-container:nth-child(odd) {
        border-right: 1px solid #000000;
    }

    #sidebar .widget-container:last-child {
        border-right: none;
        width: 100%;
    }

    .sidebar-products li {
        float: left;
    }

    /*                   FOOTER
    **********************************************/
    #footer .archiv-container .archiv-post .archiv-text {
        padding: 15px 15px 0 15px;
    }

    #footer .archiv-container .archiv-post {
        width: 50%;
        min-height: inherit;
    }

    #footer .archiv-container .archiv-post:nth-child(even) {
        padding: 25px 0 10px 10px;
    }

    #footer .archiv-container .archiv-post:nth-child(odd) {
        padding: 25px 10px 10px 0;
        clear: both;
    }

    #footer .archiv-container .archiv-image img {
        width: 100%;
        height: auto;
        max-height: none;
    }

    /*                   MOBILE
    **********************************************/
    @media only screen and (max-width: 640px) {

        /*                   COMMON
        **********************************************/
        * { max-width: 100% !important; }

        #wrapper { padding: 0 7px; }

        .author .entry_author_image {
            float: none;
            margin: 0;
        }

        /*                   HEADER
        **********************************************/
        #header .box-left { width: 100%; }

        .header-desktop { display: none; }

        .header-mobile { display: block; }

        .searchwp-live-search-results { left: 0 !important; }

        /*                   SIDEBAR
        **********************************************/
        #sidebar .widget-container {
            width: 100%;
            float: none;
        }

        #sidebar .widget-container:nth-child(odd) { border-right: none !important; }

        #sidebar { padding: 0; }

        #sidebar .widget-container { min-height: inherit; }

        .sidebar-products li { margin: 0px; }

        /*                   CONTENT
        **********************************************/
        .post-image-wrapper .box { min-height: 40px; }

        .post-image-wrapper .box h2 {
            font-size: 16px;
            line-height: 20px;
            padding: 0 0 0 5px;
        }

        .author-description p {
            margin-left: 0px;
        }

        #content .entry-meta, #content .entry-info {
            width: 100%;
            float: none;
        }

        #content .entry-meta {
            padding-right: 0;
        }

        #content form input, #content form textarea, #content form select { width: 100%; }

        #content form input[type=submit] { margin: 0; }

        .column-100, .column-70, .column-50, .column-30 {
            width: 100%;
            float: none;
        }

        .column-50 .column-50 {
            float: left;
            width: 50%;
        }

        .archiv-image img {
            width: 100%;
        }

        /*                   FOOTER
        **********************************************/
        #footer #footer-menu { display: none; }

        #footer .newsletter-link {
            float: none;
            width: 80%;
            margin: 0 auto;
        }

        #footer .archiv-container .archiv-image {
            min-height: 100px;
            height: auto;
        }

        #footer .archiv-container .archiv-post .archiv-text {
            padding: 15px 7px 0 7px;
        }

        #footer .archiv-container .archiv-post h3 {
            font-size: 17px;
            line-height: 20px;
        }

        #footer .black-box {
            padding: 0 15px;
        }

        #footer .black-box h4 {
            font-size: 21px;
            float: none;
        }

        #footer .black-box .pagination {
            text-align: left;
        }

        #footer .black-box .pagination, #footer .black-box .pagination a { font-size: 20px; }

        #footer .page-social {
            text-align: center;
            width: 270px;
            padding: 20px 0;
            margin: 0 auto;
        }

        #footer .page-social li {
            float: none;
            display: inline-block;
        }

        #footer .page-social li a .genericon {
            width: 40px !important;
            height: 40px !important;
            font-size: 19px !important;
            padding: 10px !important;
        }

        #footer #copyright p { padding: 15px 0; }

        #footer #copyright #footer-copyright-menu li {
            float: none;
            text-align: left;
            display: block;
            padding: 2px 0;
        }

        #footer #copyright #footer-copyright-menu {
            width: 100%;
            padding: 0;
        }

        /*              HOME POSTS
        **********************************************/
        /* Home Post */
        .home-post {
            display: block;
            float: left;
            margin-bottom: 4%;
            position: relative;
        }

        .post-horizontal { width: 100%; }

        .post-large { width: 100%; }

        .post-vertical-right, .post-vertical-left {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .post-vertical-right .post-image-wrapper, .post-vertical-left .post-image-wrapper {
            width: 48%;
            margin-right: 2%;
            float: left;
        }

        .home .post-vertical-right .entry-summary, .home .post-vertical-left .entry-summary {
            width: 50%;
            display: block;
            float: left;
        }

        .home .home-post p { min-height: 0; }

        /* Horizontalt Posts */
        .post-horizontal .post-image-wrapper {
            width: 100%;
            float: left;
        }

        .post-horizontal .post-image-wrapper-right { float: left; }

        .post-horizontal .entry-summary {
            width: 100%;
            margin-left: 0;
            float: left;
        }

        .post-horizontal .entry-summary-left {
            margin-right: 0;
            margin-left: 0;
        }

        /*              GET THE LOOK
        **********************************************/
        .get-the-look div { width: 100%; }

        .get-the-look-mid { margin: 0; }
    }
}

@media only screen and (max-width: 320px) {
    .sidebar-products li {
        float: none;
        margin: 15px;
    }
}

