/*
 Theme Name:   AZ-2018
 Theme URI:    http://atomiczombie.com
 Description:  AZ-2018
 Author:       RADBRAD
 Author URI:   http://atomiczombie.com
 Template:     Newspaper
 Version:      APR 07 2019
 License:      AZ-2018
 License URI:  AZ-2018
 Tags:         AZ-2018
 Text Domain:  AZ-2018
*/

/* DEFAULT FONT  */
*{font-family: 'Roboto', Helvetica, Arial, serif;}
.tdm-descr {color:#555555;}

/* WOO BUTTON FRAME */
.woocommerce.add_to_cart_inline {border: 0 !important;}
.woocommerce-Price-amount {
font-style: normal;
font-weight: 700;
margin-right: 20px;}

/* WOO PRICE NEXT TO BUTTON */
.woocommerce-Price-amount {
font-family: "Roboto-Bold";
font-size: 18px;
}

/* WOO CART BUTTON */
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
background: #4a78e2;
border-radius: 10px;
font-size: 15px;
font-style: normal;
font-weight: 500;
color:white;}

/* WOO HOVER BUTTON */
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
background: #304e94;
color:white;}

/* REMOVE CART TABLE PRICE AND QUANTITY COLUMN */
.woocommerce table.cart td:nth-of-type(4), .woocommerce table.cart th:nth-of-type(4) {display: none;}
.woocommerce table.cart td:nth-of-type(5), .woocommerce table.cart th:nth-of-type(5) {display: none;}
.cart-subtotal {display: none;}

/* REMOVE VIEW CART TEXT */
a.added_to_cart {display:none !important}

/* FORCE IMAGE BORDERS */
.tdm-image{outline: #4a78e2 solid 1px;}
.entry-thumb{outline: #4a78e2 solid 1px;}

/* PLANS PAGE TEXT CENTER */
.tdm-title-sm {
text-align:center;
font-weight:700;
}

/* MINICART TEXT */
.MCART {
font-family:"Roboto";
pointer-events:none;
margin-left:20px; 
}

/* SOCIAL ICONS */
.td-social-style-2 .td-icon-font::after {
background-color: #000;
border: 2px solid #fff;
opacity: 0.1;
}    

/* HIDE MOBILE SEARCH  */   
.header-search-wrap {display: none;}




