/*
Theme Name: Dazzling
Theme URI: http://colorlib.com/wp/themes/dazzling
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Dazzling is a clean, modern, minimal and fully responsive flat design WordPress WooCommerce theme well suited for blogs, static and ecommerce websites. Theme can be used for travel, corporate, portfolio, photography, green thinking, nature, health, personal and any other creative and minimalistic style website. Dazzling theme is highly customizable with unlimited color options, slider, call for action button, several widget areas and much more that can be adjusted via Theme Options. The theme is built using Bootstrap 3, which makes it responsive and mobile friendly. It features infinite scroll, SEO friendly structure, logo upload, full-screen slider, call for action section, social media icons, popular post widget and translation ready setup. This theme supports WooCommerce and Jigoshop ecommerce plugins. Dazzling is also available in Mexican Spanish, Brazilian Portuguese, Finnish, Swedish, Dutch, Hungarian, German, Persian, Lithuanian, Portuguese, Italian, Danish, Turkish and Polish. It is Multilingual ready and compatible with WPML plugin. It is probably the best free WordPress theme built for eStores and business websites.
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dazzling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featu#781a0e-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Dazzling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
body {
  color: #000;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 19px;
}

a {
  color: #781a0e;
  text-decoration: none;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

a:hover,
a:focus {
  color: #781a0e;
  text-decoration: none;
}

a:focus {

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #781a0e;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 30px;
}

h6,
.h6 {
  font-size: 30px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
background-color: #fff;
    border: 1px solid #dce4ec;
    font-size: 19px;
    height: 43px;
    padding: 5px;
    width: 250px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  width:100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* 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 */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary, p {
font-family:'pt sans', 'Raleway'!important;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #781a0e;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 32px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #781a0e;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #781a0e;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #781a0e;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #781a0e;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #781a0e;
  border: 1px solid #781a0e;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

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

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

.page-content img.wp-smiley,
.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;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

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

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid grey;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 0;
}
.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #781a0e;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #781a0e;
  border-color: #781a0e;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #000;
  border-color: #000;
}
.btn.btn-default {
    color: #FFF;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #781a0e;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #781a0e;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #6B6B6B;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  clear: both;
  color: #777;
  font-weight: 200;
  font-size: 14px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

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

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #781a0e;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
display:none;
}
@media screen and (max-width:770px)
{
.navbar.navbar-default {display:block;}
}
.fixed{    
position: fixed;
top:0;
width:100%;
z-index:99999;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  line-height: 30px;
}
.navbar > .container .navbar-brand {
  color: #781a0e;
  font-size: 24px;
  margin: 8px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
} 
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background:none;
color:#fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {background:#781a0e!important;color:#fff}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #999;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: 2px solid #781a0e;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #781a0e;
  color: #fff;
}
.dropdown-menu li {border-bottom:1px dotted grey;}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding:18px 30px;
  border-right:2px solid #781a0e;
  font-family: 'pt sans', sans-serif;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  width:75%;
  
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
}
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .requi#781a0e {
  color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #781a0e;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #781a0e;
  color: #fff;
  font-size: 16px;
}
#footer-area a {
  color: #fff;
} 
#footer-area a:hover {
color:#fff;text-decoration:underline;
}               
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #aaa;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 22px;
  color: inherit;
  margin-top: 0px;
font-weight:bold;
text-decoration:underline;
}
#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
padding: 10px 20px;
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-table;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #1F1F1F;
  padding: 10px 0;
  border-top: 1px solid #3A3A3A;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {

}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #781a0e;
  opacity: .8;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding: 15px 10px;
  }
}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
#social a {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
#social li a span {
  display: none;
}
.fa-googleplus:before {
  content: "\f0d5";
}
#social li,
#social ul {
    border: 0!important;
    list-style: none;
    padding-left: 0
}
#social li a[href*="twitter.com"] .fa:before,
.fa-twitter:before {
    content: "\f099"
}
#social li a[href*="facebook.com"] .fa:before,
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
#social li a[href*="github.com"] .fa:before,
.fa-github:before {
    content: "\f09b"
}
#social li a[href*="/feed"] .fa:before,
.fa-rss:before {
    content: "\f09e"
}
#social li a[href*="pinterest.com"] .fa:before,
.fa-pinterest:before {
    content: "\f0d2"
}
#social li a[href*="plus.google.com"] .fa:before,
.fa-google-plus:before {
    content: "\f0d5"
}
#social li a[href*="linkedin.com"] .fa:before,
.fa-linkedin:before {
    content: "\f0e1"
}
#social li a[href*="youtube.com"] .fa:before,
.fa-youtube:before {
    content: "\f167"
}
#social li a[href*="instagram.com"] .fa:before,
.fa-instagram:before {
    content: "\f16d"
}
#social li a[href*="flickr.com"] .fa:before,
.fa-flickr:before {
    content: "\f16e"
}
#social li a[href*="tumblr.com"] .fa:before,
.fa-tumblr:before {
    content: "\f173"
}
#social li a[href*="dribbble.com"] .fa:before,
.fa-dribbble:before {
    content: "\f17d"
}
#social li a[href*="skype.com"] .fa:before,
.fa-skype:before {
    content: "\f17e"
}
#social li a[href*="foursquare.com"] .fa:before,
.fa-foursquare:before {
    content: "\f180"
}
#social li a[href*="vimeo.com"] .fa:before,
.fa-vimeo-square:before {
    content: "\f194"
}
#social li a[href*="spotify.com"] .fa:before,
.fa-spotify:before {
    content: "\f1bc"
}
#social li a[href*="soundcloud.com"] .fa:before,
.fa-soundcloud:before {
    content: "\f1be"
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}

/* =Call For Action
----------------------------------------------- */

.cfa{
  padding: 30px 0px;
  background: #781a0e;
  text-align: center;
  overflow: hidden;
}
.cfa-text{
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #781a0e;
}
.cfa-button:hover a {
    color: #781a0e;
}
/* Layout */
.side-pull-left #primary{
    float: left;
}
.side-pull-right #primary{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}
.full-page {max-width:1920px;margin:0 -31.66%;padding:0;}
.kontakt-left{width:48%;margin:1%;float:left;}
.kontakt-right{width:48%;margin:1%;float:right;text-align:center;color:#fff;font-weight:bold;font-size:20px;text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);}
.kontakt-left label {width:100%;color:#fff;text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);}
.shop-homepage {width:100%;}
.shop-kategorie h4 {text-align:center;margin-bottom:10px;}
.shop-kategorie {width:31%;margin:1%;float:left;}
.homeblock-rechts img {width:100%;height:auto;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;}
.homeblock-rechts-2 {margin-top:5px;width:100%;height:auto;}
.suche-header { position: absolute;
    right: 20px;
    top: 168px;
    width: 25%;
    z-index: 99999;}
#logo {padding-top:20px;left:30px;position:absolute;}
.image-block image-block_2 img{  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;}
.image-block image-block_2 img:hover {max-width:300px;height:auto;}
.links-footer {float:left;}
.grid-gallery-caption img:hover {-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);}
.left {width:45%;margin:0 2.5%;float:left;}
.right {width:45%;margin 0 2.5%;float:right;}
.clearer {clear:both;height:0;}
.grid-gallery-caption img {margin-bottom:30px!important;}
@media screen and (max-width:900px){
.left, .right {width:95%;margin:0 2.5%;float:none;}
}
@media screen and (max-width:1180px){
.full-page {margin:0 auto;}
}
.nav > li > a:focus, .nav > li > a:hover {background:#781a0e!important;color:#fff!important;}
.header-pic img {width:100%;height:auto;}
.header-pic-mobile {display:none;}
.form-search {float:right;width:25%;}
.form-group {margin-top:10px;}
.navbar-collapse {float:left;width:75%;height:50px;}
.menu-eigen {height:61px;border-bottom:3px solid #781a0e;border-top:3px solid #781a0e;}
#n2-ss-1-align {width:75%;height:auto;float:left;}
.homeblock {width:100%;height:auto;}
.homeblock-rechts {float: right;height: auto;margin: 0;padding: 0 0 0 0.2%;width: 24.8%;}
.woo-menu-cart {display:none!important;}
.woocommerce-product-search, #mega-menu-item-woocommerce_widget_cart-2 {  float: right;margin-right: 20px;}
.home-text {width:100%;margin-top:30px;}
.home-left {width:50%;float:left;}
.home-right {width:40%;margin: 0 5% 0 0;float:right;text-align:left;} 
.home-left img, home-right img {width:100%;height:auto;} 
.vorteile {margin-top:30px;width:100%;}
.vorteil {float:left;width:28%;margin:30px 2.5%;text-align:center;} 
.vorteil i:hover {-webkit-transform: rotate(-360deg) scale(1.1);transform: rotate(-360deg) scale (1.1);}
.vorteil i {-webkit-transition: all 0.7s ease;transition: all 0.7s ease;padding-top:45px;font-size:100px;border-radius: 200px 200px 200px 200px;-moz-border-radius: 200px 200px 200px 200px;-webkit-border-radius: 200px 200px 200px 200px;border: 2px solid #781a0e;color:#781a0e;width:200px;height:200px;box-shadow:9px 11px 9px rgba(0, 0, 0, 0.2);} 
.vorteil-u {font-size:28px;font.weight:bold;color: #781a0e;margin-top:10px;}
.headline {width: 100%;min-height: 1px;padding-left: 15px;padding-right: 15px;position: relative;}
.headline-with-line {border-bottom: 5px solid #e3e3e3;font-size: 28px;color:#781a0e;margin-bottom: 45px;position: relative;text-align: center;text-transform: uppercase;line-height: 1em;font-family:'pt sans'}
.headline-with-line span {background: #fff none repeat scroll 0 0;position: relative;padding: 0 15px;top: 14px;}
.overflow{overflow:hidden;}
.woocommerce ul.products li.product img,.homeblock-rechts img {-webkit-transition: all 0.4s ease;transition: all 0.4s ease; }
.woocommerce ul.products li.product img:hover {transform:scale(1.05);-webkit-transform:scale(1.05);}
.homeblock-rechts img:hover {transform:scale(1.05) translate(-10px, 0px);-webkit-transform:scale(1.05) translate(-10px, 0px);}
.legal-price-info{display:none!important;}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {position:relative;}
.woocommerce div.product .product_title {text-transform:uppercase;font-size:30px;color:#781a0e}
.woocommerce .woocommerce-result-count {display:none;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width:31.5%;margin:0 1.5% 0 0;-webkit-box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.75);-moz-box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.75);box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.75);}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {float:left;width:38.5%;margin:0 1.5% 0 1%;}
.container {margin-top:15px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {text-align:center;height:625px;-moz-box-shadow:0 0 6px -1px rgba(0, 0, 0, 0.75);box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.75);float: left;margin: 0 3% 25px 0;padding: 0;position: relative;width: 22%;}
.woocommerce ul.products li.product .button {margin-bottom:20px;background:#dedede;color:#222;}
.woocommerce ul.products li.product .button:hover{color:#fff!important;background:#781a0e;}
.woocommerce ul.products li.product h3 {font-size:20px;height:40px;text-transform:none;}
.woocommerce ul.products li.product .price {font-weight:normal;height:40px;}
#secondary {text-align:left;width:20%;background:#f4f4f4;min-height:1000px;}
#primary {width:80%;}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {float:left;}
.page-title {display:none;}
.product-right{top:0;width:25%;position:absolute;right:0;-webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.75);-moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.75);box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.75);padding:5px 20px 0;}
.woocommerce ul.products li.product .price:after, .price:after{content:" / pro m² *";color:#781a0e;}
.widget-title {border-bottom: 2px solid grey;font-family: "pt sans";font-size: 22px;}
.weitere-bilder{padding-left:10px;}
.woocommerce ul.products li.product .button {
    bottom: 0;

    margin: 15px -25%;
    position: absolute;
    width: 50%;  }
.beschreibung {width:100%;}
.merkmal  {padding-left:1%;width:30%;margin:0;float:left;background:#ebe9eb;border-bottom:1px solid grey;font-weight:bold;}
.merkmal-text {width:70%;padding-left:1%;float:right;border-bottom:1px solid grey}
.merkmal-reihe {line-height:2.5em;clear:both;z}
.woocommerce ul.products li.product .price ins, .woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins{text-decoration:none;color:#781a0e;}
.strich {border-bottom:2px solid grey;height:20px;width:70%;margin:0 15%;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {text-align:center;margin-bottom:20px;}
#n2-ss-3-align {background:#000;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{clear:none;}
.sale {background:url('/wp-content/bilder/sale-label.png')no-repeat;position:absolute;top:0;right:0;z-index:99999;display:block;height:100px;width:100px;}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {padding-left:0;}
.woocommerce div.product {width:100%;}
.woocommerce div.product p.price, .woocommerce div.product span.price {color:#781a0e;}
.woocommerce div.product p.price del, .woocommerce div.product span.price del,.woocommerce ul.products li.product .price del {color:#000;opacity:1;}
.woocommerce div.product p.price del::after, .woocommerce div.product span.price del::after,.woocommerce ul.products li.product .price del::after {
	content: "\A";
	white-space: pre;
}
.matte{color:#781a0e;font-weight:bold;text-decoration:underline;font-size:20px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,div.pp_pic_holder{z-index:999999;}
div.pp_overlay{z-index:999998;}
a, #infinite-handle span {color:#000!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {color:#fff!important;}
#mega-menu-wrap-primary #mega-menu-primary img,.kategorie img {transition:all ease 0.5s;-webkit-transition:all ease 0.5s;height:auto;}
#mega-menu-wrap-primary #mega-menu-primary img:hover,.kategorie img:hover {transform:scale(1.1);-webkit-transform:scale(1.1);}
.kategorien {width:100%;}
.kategorie {width:15%;margin:0 2.5%;float:left;margin-top:15px;}
.kategorie-ueberschrift {text-align:center;font-size:20px;font-weight:bold;margin-bottom:20px;}
.m2 {font-size:20px;}
.m2-2,.versand-2,.entspricht-2{text-align:center;font-size:17px;}
.entspricht-2 {margin-top:30px;}
.m2-2{margin-top:22px;}
.site-info a, #footer-area a {color:#fff!important;}
.versand {font-weight:bold;} 
.woocommerce div.product p.price, .woocommerce div.product span.price {font-size:30px;}
#mega-menu-wrap-primary {z-index:999999;}
.kontakt-background {background: rgba(0, 0, 0, 0) url("/wp-content/bilder/kontakt-hintergrund.jpg") no-repeat scroll 0 0;
    height: 700px;
    margin: -30px -3%;
    padding: 30px;
    width: 103%;
    background-size:cover;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {width:100px;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {color:#fff !important;}    
@media screen and (max-width:1500px){
.woocommerce div.product p.price del, .woocommerce div.product span.price del {width:100%;float:left;}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {margin-left:0;}
}
@media screen and (max-width:1600px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {height:555px;}
}
@media screen and (max-width:1450px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {height:530px;}
}
@media screen and (max-width:1300px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {height:505px;}
}
@media screen and (max-width:1150px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {height:480px;}
}
@media screen and (max-width:900px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {height:455px;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {width:97%;margin:20px 1.5% 0;}
.product-right{width:45%;margin:0 2.5%;top:0;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width:40%;margin:0 5%;}
.sale {background:none;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {box-shadow:none;}
.woocommerce ul.products li.product .button {width:75%;left:-23%;}
#n2-ss-1-align {width:100%;}
.homeblock-rechts {width:100%;float:left;border-top:3px solid #781a0e;}
.homeblock-einzel {float:left;width:33%;margin: 0;}
.homeblock-rechts-2{margin:0;}
.home-left,.home-right {width:100%;margin:0;}

}
@media screen and (max-width:1070px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {height:520px;}
#secondary {display:none;}
#primary {width:100%;}
.container {margin-top:0;padding-left:8px;padding-right:8px;}
}
@media screen and (max-width:860px){
.kategorie,#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {width:33%;}
}
@media screen and (max-width:800px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {float:left;width:30%;height:480px;}
}
@media screen and (max-width:750px){
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width:90%;}
.product-right {position:relative;width:100%;margin:0;}
.woocommerce div.product form.cart .button{margin-bottom:20px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {float:left;width:30%;height:520px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {clear:none;}

}
@media screen and (max-width:700px){
.kontakt-left,.kontakt-right,label{width:100%;color:#000;text-shadow:none;}
.kontakt-background{background:#fff;}
}
@media screen and (max-width:600px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {float:left;width:47%;margin:20px 1.5% 0 1.5%;height:570px;}
}
@media screen and (max-width:500px){
.kategorie,#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {width:50%;}

.homeblock-einzel {width:100%;margin-top:10px;}
}
@media screen and (max-width:450px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {float:left;width:95%;height:690px;margin:10px 2.5%;}
}
@media screen and (max-width:360px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {height:600px;}
}
.sku_wrapper,.woocommerce div.product .stock {display:none;}
.woocommerce div.product .woocommerce-tabs {position:absolute;left:33%;top:150px;width:40%;}
.woocommerce div.product .woocommerce-tabs ul.tabs {padding:0;}
.woocommerce div.product .woocommerce-tabs .panel {margin: 0em 0 2em 0.8em;}
.textwidget p,.widgettitle{text-align:left;}
#text-4,#text-17 {float:right;padding-right:20%;}
.woocommerce-Price-amount .amount {width:100%;}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {text-decoration:none;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background:#781a0e;color:#000;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background:#000;color:#fff;}
.woocommerce .woocommerce-breadcrumb {display:none;}
.woocommerce ul.products li.product .price {color:#781a0e;font-size:22px;font-weight:bold;}
.current-cat {background:#c3c3c3;font-weight:bold;padding-left:10px;}
#tab-weitere-infos h2,.wc-gzd-additional-info .tax-info,.wc-gzd-additional-info .shipping-costs-info {display:none;}
.mindestbestellmenge {font-size:15px;}
.woocommerce div.product form.cart, .woocommerce div.product p.cart,.versand {margin-bottom:10px;}
.tax-info,.shipping-costs-info,.woocommerce ul.products li.product .delivery-time-info, .woocommerce-page ul.products li.product .delivery-time-info,.woocommerce td.product-name p.backorder_notification {display:none;}
.price,.matte {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.52);
}
@media screen and (max-width:1400px){
.merkmal {width:40%;}
.merkmal-text {width:60%;}
.woocommerce div.product .woocommerce-tabs {top:180px;}
.related {margin-top:130px;}
}
@media screen and (max-width:900px){
.woocommerce div.product .woocommerce-tabs {left: 0;position: relative;top: 0;width: 100%;}
.related {margin-top:0;}
.woocommerce ul.products li.product .button {left: 37%;width: 75%;}
.woocommerce ul.products li.product .price {margin-top:10px;font-size:20px;}
}
@media screen and (max-width:990px){
.col-sm-6 {width:100%;text-align:center;}
#text-4, #text-16 {margin:0 0 0 33%;float:none;padding-right:0;}
}
@media screen and (max-width:600px){
#text-4, #text-16 {margin-left:0;}
}