@media only screen and (max-width: 980px) {
#logo {
min-height: 100px;
}
#text-2 {
    text-align: center;
    width: 100%;
}
}
@media only screen and (min-width: 981px) {
#logo {
min-height: 120px;
}
}


/*WOO COMMERCE PRODUCT PAGE*/

.woocommerce .woocommerce-breadcrumb {
    display: none;

}

.entry-summary p.price span {

    font-size: 26px !important;
    color: black !important;

}

.product_meta {
    display: none;

}

body.woocommerce #content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel {

    margin: 0;
    padding: 30px;
    background-color: black;
    color: white;

}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {

    color: #f68714 !important;
    background-color: black;

}


body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a {

    padding: 4px 22px !important;
    color: #000000 !important;
    background-color: #f68714;

}


body.woocommerce .woocommerce-tabs {

    margin-bottom: 45px;
    border: 0px solid #d9d9d9;

}


body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, body.woocommerce div.product .woocommerce-tabs ul.tabs {

    margin: 0 !important;
    padding: 0 !important;
    background: white !important;

}


.orderby, .woocommerce div.product form.cart .variations td select {
    color: #f68714 !important;
    background-color: #000;
font-size: 16px;
}


.woocommerce div.product form.cart .button {

    vertical-align: middle;
    float: left;
    background-color: #f68714;

}



/* PRODUCT MORE INFO TABS */

.woocommerce-tabs {
    clear: both;
    display: none !important;
}


.woocommerce-product-details__short-description {
padding-top: 30px !important;
}

/*TWITTER FEED*/

#ctf .ctf-author-name {

    font-weight: bold !important;
    margin-top: 4px;
    color: #f68714 !important;

}



h4 {
text-transform: none !important;
}

/* MOBILE MENU */

span.mobile_menu_bar:before {
    color: #ffffff !important;
}



.et_mobile_menu {
  border-top: 3px solid #f68714;
}


/*WOO COMMERCE*/

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {

    background: black !important;

}

.woocommerce-page .related.products {
    clear: both;
}



.et_overlay {
    border: 3px solid #f68714 !important;
   
}


/*TABLEPRESS*/

.dataTables_info {
    display: none !important;

}


.tablepress tfoot th, .tablepress thead th {

    background-color: black;
    font-weight: 700;
    vertical-align: middle;
    color: #f68815 !important;

}

.entry-content table, body.et-pb-preview #main-content .container table {

    text-align: left;
    border: 1px solid #f68815 !important;

}

.tablepress tbody td {

    vertical-align: top;
    border: 1px solid #f68815 !important;

}


/* BLACKOUT PAGE */

.postid-1259 #main-content {
    background-color: #191919 !important;
}

.postid-1259 body {
    color: white !important;
}


.postid-1259  .woocommerce-tabs {
    display: none !important;
}


.postid-1259 p {
    color: white !important;
}

.postid-1259 .woocommerce div.product form.cart .variations td.label {
    color: white !important;
}

.postid-1259 .woocommerce div.product form.cart .variations td select {
    background-color: #292929 !important;
}

.postid-1259 .entry-summary p.price span {
    color: white !important;
}

.postid-1259 .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    background-color: #292929 !important;
}

.postid-1259 .woocommerce div.product form.cart .variations label {
    color: white !important;

}

