/*
 Theme Name:   DigitalAnalog
 Description:  Theme for Digitalanalog - based on mon-cahier
 Author:       Andreas Bosl
 Template:     mon-cahier
 Version:      1.0.0
*/

#page {
    margin: 0 auto 0 auto;
    padding: 1.25em;
    max-width: 960px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 1000px) {
    #page {
        width: auto;
    }
}

.site-intro {
    border-bottom: none;
}

#masthead img,
#masthead,
#secondary .widget-title,
.footer-navigation li {
    border-color: #fff;
}

body,
button,
input,
select,
textarea {
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
}

footer.entry-meta {
    border-top: none;
    border-color: #fff;
    font-size: 8px;
}

.entry-content,
.entry-summary {
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    overflow: auto;
}

h1.entry-title {
    padding-left: 1rem;
    background-color: #000;
    color: #fff;
}

h1.entry-title a {
    text-decoration: none;
    color: #fff;
}

h1.entry-title a:hover {
    text-decoration: underline;
    color: #fff;
}

#searchform input[type=text] {
    border-radius: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.375em 0.625em;
    width: 80%;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.main-navigation ul ul a,
.main-navigation ul ul a:hover,
.entry-content a {
    color: #000;
}

.entry-content a:hover {
    color: #fff;
}

.main-navigation {
    font-weight: 700;
    font-family: 'Archivo Narrow', sans-serif;
}

h1.page-title,
h1.entry-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Archivo Narrow', sans-serif;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Ubuntu Condensed', sans-serif;
}

a {
    color: #fff;
}

a:hover,
a:focus,
a:active {
    color: #000;
}

.dapost-thumbnail {
    float: left;
    padding-right: 20px;
    margin-bottom: 10px;
}

img {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0);
}

img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    opacity: 0.7;
}

img#fancybox-img:hover {
    filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: none;
    opacity: 1;
}


/******** woocommerce ****/

.woocommerce select,
.woocommerce textarea,
.woocommerce input {
    color: #000;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.woocommerce ul.products li.product .price {
    color: #fff;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000;
}

.woocommerce div.product_meta a {
    color: #000;
}

.woocommerce div.product_meta a:hover,
.woocommerce div.product_meta a:focus,
.woocommerce div.product_meta a:active {
    color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #333333;
    color: #fff;
}

.woocommerce ul.products li.product h3 {
    min-height: 92px;
}

.woocommerce #content div.product .tabs.wc-tabs {
    display: none;
}

.woocommerce #content div.product .woocommerce-Tabs-panel--description {
	padding: 20px;
}


table.hoftable td{
    border-bottom: 1px solid #222;
}