/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f07a" !important;
    font-size: 22px;
    color: #FFFFFF;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

.disclaimer {
  font-size: .7em;
  padding: 0px 0px 25px 0px;
  color: #666666;
}

.article-footsy {
  border-top: 1px solid #EFEFEF;
  padding: 15px;
  margin-bottom: 10px;
}
.article-footsy h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  text-align: center !important;
}

.article-footsy p {
  font-size: 16px !important;
  margin: 7px 0px;
  text-align: center !important;
}

.article-footsy a {
  font-size: 18px !important;
  text-align: center !important;
  font-weight: bold;
}

.author-box-wrap .desc {
  margin-top: 15px;
  margin-left: 0px;
  padding-left: 117px;
  background: url("/wp-content/uploads/2021/09/melissa-maker-avatar.jpg") no-repeat top left;
}
