/*
Theme Name: HTM Concepts
Theme URI: http://www.htm-concepts.ch/
Description: Custom child theme for Canvas theme from WooThemes
Author: WEBSAMURAI AG
Author URI: http://www.websamurai.ch/
Template: canvas
Version: 1.0
*/

@import url("../canvas/style.css");

html, body, p, label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, ul, li, a {
    font-family: 'Poppins', sans-serif !important;
}
a:hover {
    color: #428bca;
}

.entry a:link,
.entry a:visited {
    color: #4c4c4e;
    font-weight: 400;
}

label {
    display: inline-block;
    vertical-align: top;
}

.entry ul {
    padding-left: 0;
}
.entry li {
    list-style: none;
    padding-left: 18px;
    background: url(images/li-grey.gif) no-repeat left top transparent;
}
.entry .highlighted li {
    background: url(images/li-blue.gif) no-repeat left top transparent;
}

.dearJoe6 {
    font-family: "dearJoe6";
}

#header-container {
    background-color: transparent !important;
}

#header-container {
    float: left;
    width: 100%;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 15px;
    overflow: hidden !important;
}

#logo {
    width: 100%;
    text-align: center;
}

img.wp-post-image {
    height: auto;
}

#content {
    clear: both;
    margin-bottom: 60px;
}

.page .icons-content {
    margin: 15px 0 60px;
    padding-bottom: 15px;
    text-align: center;
    background: url(images/line-h.png) no-repeat center bottom transparent;
    line-height: 100px;
}
.page #content .icon {
    width: 100px;
    padding: 17px 0 18px 0;
    text-align: center;
    height: 65px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border: 4px solid transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin: 5px 0px 5px -4px;
}
.page #content .icon.active {
    border: 4px solid #f7931d;
}

.entry img.alignnone {
    margin: 0 15px 15px 0;
}
.entry .small-icon img.alignnone {
    margin: 0 3px 0 0;
    padding-bottom: 1px;
}

.blog .wp-post-image {
    margin-bottom: 45px;
}

article.post {
    background: url(images/line-h.png) no-repeat center top transparent;
    padding-top: 45px;
}
article.post h1.entry-title {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.download {
    line-height: 20px;
}
.download a {
    font-weight: 700 !important;
    float: left;
    color: #4c4c4e;
    font-weight: 700;
    line-height: 20px;
    padding: 3px 15px 1px;
    margin: 1em 25px 1em 0;
    border: 3px solid #4c4c4e;
}

.full-width {
    width: 100%;
    clear: both;
}

.social {
    float: right;
    text-align: right;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 25%;
    display: block;
}

.entry h1 {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.handwriting {
    font-family: "dearJoe6" !important;
    font-weight: 400;
}
h3.handwriting {
    font-size: 38px;
    text-align: right;
}

.highlighted {
    margin-top: 1.5em;
}
.highlighted,
.highlighted h3 {
    color: #195eaa;
    border-bottom: 5px solid #195eaa;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
.highlighted h3 {
    text-transform: uppercase;
    letter-spacing: .1em;
}
.highlighted ul {
    margin-bottom: 0;
}
.highlighted .price {
    float: right;
    margin-top: -1.1em;
    font-weight: 700;
    font-size: 1.428em;
}

ul.nav {
    width: 940px;
}
ul.nav li a {
    text-transform: uppercase;
}
#navigation ul.nav > li > a {
    font-weight: 700 !important;
}

#navigation ul.nav > li {
    white-space: nowrap;
}
#navigation ul.nav > li > ul {
    display: inline-block;
    width: auto;
}
#navigation ul.nav > li > ul > li > a {
    text-transform: none;
}

@media only screen and (min-width: 768px) {
    #nav-container,
    #navigation {
        float: left !important;
        width: auto !important;
        display: block;
    }
    #nav-container {
        padding: 0;
        float: right;
        width: 73.385%;
        margin: 0;
    }
    #navigation .nav li.parent > a:after {
        display: none;
    }
    ul.nav li ul.sub-menu {
        display: none;
    }
    #navigation ul.nav {
        margin-right: 0;
    }
    #navigation ul.nav li a {
        display: block;
        padding: .25em 21px;
        padding-top: .25em !important;
        padding-bottom: .25em !important;
    }
    #navigation ul.nav li:first-child > a,
    .inner-sub-navigation li:first-child,
    .inner-sub-navigation li:nth-child(7) {
        padding-left: 0;
    }
    .inner-sub-navigation li:nth-child(7) {
        clear: both;
    }
    #navigation ul.nav li:last-child > a,
    .inner-sub-navigation li:last-child  {
        padding-right: 0;
    }
    #navigation ul.nav li a, #navigation ul.nav-search, #navigation ul.nav-search a {
        font: normal 17px/1.2em 'Poppin', sans-serif;
    }
    #main-sidebar-container #main {
        clear: both;
    }
}

/* Sub Navigation */
.sub-navigation {
    float: right;
    width: 100%;
    min-height: 34px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.inner-sub-navigation {
    max-width: 1040px;
    margin: 0 auto;
}
.sub-navigation li {
    list-style: none;
    padding: .5em 1em .25em;
}
.sub-navigation li,
.sub-navigation li a {
    float: left;
    display: inline-block;
}
.sub-navigation li a {
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    color: #a7a9ab;
}
.sub-navigation li.current_page_item a {
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .sub-navigation {
        display: none !important;
    }
}

/* Content */
.entry blockquote {
    padding: 0;
}
.entry blockquote:before {
    display: none;
}
.entry blockquote p {
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    color: #008bc1;
}
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    padding: 0;
    border: 0px none;
    background: transparent;
}

.entry table {
    border: 0px none;
}
.entry table td,
.entry table tbody td {
    border: 0px none;
    padding: .5em 1em;
    border-right: 1px solid #000;
}
.entry table tbody th {
    background: transparent;
    border: 0px none;
    padding: .5em 1em;
    text-align: left;
}
.entry table tbody tr th:first-child,
.entry table tr td:first-child {
    padding-left: 0;
}

/* Gallery */
.gallery img {
    border: 0px none !important;
}
.gallery .gallery-item {
    margin-bottom: 10px;
}

/* Products */
#products .product {
    float: left;
    width: 50%;
    padding: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#products .product:nth-child(1),
#products .product:nth-child(3),
#products .product:nth-child(5),
#products .product:nth-child(7),
#products .product:nth-child(9) {
    width: 50%;
    background: url(images/p-1.png) no-repeat right bottom transparent;
    clear: both;
}
#products .product:nth-child(2),
#products .product:nth-child(4),
#products .product:nth-child(6),
#products .product:nth-child(8),
#products .product:nth-child(10) {
    background: url(images/p-2.png) no-repeat left bottom transparent;
}
#products .product:nth-child(7) {
    background-image: url(images/p-3.png);
}
#products .product:nth-child(8) {
    background: transparent;
}
#products .product h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
    margin: .5em 0 1em;
    height: 38px;
}

/* Widget */
body .widget {
    margin-bottom: 45px;
}
body .widget h3 {
    font: bold 14px/1.2em 'Poppin', sans-serif;
    padding-bottom: .2em;
}

#footer-widgets-container {
    background-image: url(http://www.websamurai.ch/dev/htm-concepts.ch/wp-content/themes/htmconcepts/images/header.jpg);
    background-size: cover;
}

#sidebar .widget_text:last-child h3,
#sidebar .widget_text:last-child p {
    color: #008bc1;
}

#footer-widgets,
#footer-widgets p,
#footer-widgets a,
#footer-widgets h3 {
    color: #fff;
}
#footer-widgets h3 {
    border: 0px none;
}
#footer-widgets p.handwriting {
    font-size: 22px;
}

#footer-container {
    background-color: #68696b !important;
}
footer #copyright,
footer #meta {
    float: left;
}
footer p,
footer a {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: .9em !important;
    letter-spacing: .1em;
}
footer a {
    text-transform: uppercase;
}
footer #copyright {
    padding: 0 45px 0 0;
}
footer #meta li {
    float: left;
    padding: 0 45px 0 0;
}

/* Page Template frontpage.php */
body.page.home {
    background-position: 50% 50%;
    background-size: cover;
}
.page.home .overlay {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}
.page.home .overlay p {
    font-family: "dearJoe6" !important;
    font-size: 22px;
    color: #fff;
}
.page.home .home-more-link {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.page.home .home-sub-header {
    width: 100%;
    display: block;
    float: left;
    margin: 50px 0;
    padding: 20px 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    text-align: center;
}
body.page.home #header {
    margin: 0 0;
    float: left;
    padding: 0;
    width: 100%;
    max-width: 100%;
}


/* Page Template products */
.page-template-template-products .entry article {
    max-width: 790px;
    position: static;
    margin: 0 auto 3em;
}
.page-template-template-products .entry article h1 {
    font-size: 1.6em;
    letter-spacing: .15em;
}

/* Contact form 7 */
.wpcf7 label {
    display: block;
    width: 25%;
    line-height: 30px;
    float: left;
    font-weight: bold;
    color: #776a6c;
}
.wpcf7 form p {
    margin-bottom: 0;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
    width: 55%;
    border: 1px solid #000;
    border-radius: 0;
    padding: 2px 5px;
}
.wpcf7 input[type=submit] {
    background: #776a6c;
    border-radius: 0;
    font-weight: bold;
    text-transform: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
    margin: -10px 0 10px 25%;
}
input.wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

/* Contact Form */
h2.big {
    font: bold 20px/1.2em 'Lato', arial, sans-serif;
    letter-spacing: 3px;
    margin: 2em 0 1.5em;
}
.blue {
    color: #195eaa;
}
input[type="checkbox"] {
    vertical-align: top;
    margin-right: 8px;
}
input.name2 {
    display: none !important;
    visibility: hidden !important;
}
.contact-row {
    width: 100%;
    display: block;
    clear: both;
}
.contact-row label {
    width: 135px;
    padding-right: 15px;
    margin-left: -150px;
    text-align: right;
    padding-top: 5px;
}
.contact-row input[type="text"],
.contact-row input[type="email"],
.contact-row textarea {
    width: 90%;
    border: 1px solid #d2d2d3;
    border-radius: 0;
}
.contact-row input.warning,
.contact-row textarea.warning {
    border-color: #f00;
}
.entry p.warning {
    font-weight: 700;
    color: #f00;
}
.entry p.success {
    font-weight: 700;
    color: #039200;
}

.trenner {
    height: 20px;
    line-height: 20px;
    background: url(images/line-h.png) no-repeat left top transparent;
}

@media only screen and (max-width: 767px) {
    .nav-toggle {
        position: absolute;
        z-index: 9999;
        top: 0;
        left: 0;
        background: transparent;
        border: 0px none;
        font-size: 2em;
    }
    .nav-toggle:before {
        padding: 0.4em .5em 0.4em 0.2em;
        border: 0px none;
    }
    .nav-toggle a {
        display: none;
    }
    #content {
        position: static;
    }
}

@media only screen and (max-width: 480px) {
    #products .product:nth-child(1),
    #products .product:nth-child(2),
    #products .product:nth-child(3),
    #products .product:nth-child(4),
    #products .product:nth-child(5),
    #products .product:nth-child(6) {
        width: 100%;
        background: url(images/p-2.png) no-repeat left bottom transparent !important;
    }
}