/*
 Theme Name:   AZ-2018
 Theme URI:    http://atomiczombie.com
 Description:  AZ-2018
 Author:       RADBRAD
 Author URI:   http://atomiczombie.com
 Template:     Newspaper
 Version:      MAY 01 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";
font-size: 20px;
font-weight: 700;
color: #ffff00;	
text-shadow:
-1px -1px 0 #000,  
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}

/* 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;
text-shadow: 0 0 2px #000000;
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: #000033;
color:white;}

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

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

/* PAGINATOR STYLE */
.PAGDIV {
display: table;
margin: 0 auto;
}
#PAGIN li{
border:0;
margin:0;
padding:0;
font-size:18px;
list-style:none;
display:inline-block;
}
#PAGIN a{
border:solid 1px #4a78e2;
margin-right:10px;
background:#EEEEEE;
}
#PAGIN .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:500;
padding:2px 12px;
margin-right:10px;
margin-bottom:20px;
}
#PAGIN a:link,
#PAGIN a:visited {
color:#004477;
padding:3px 10px;
text-decoration:none;
margin-bottom:20px;
}
#PAGIN a:hover{
border:solid 1px #4a78e2;
background:#2e6ab1;
color:#FFFFFF;
}


