/*
Theme Name:     Clipper Child Theme
Theme URI:      https://appthemes.com/
Description:    Child theme for the Clipper theme
Author:         Hitarth Pipariya
Template:       clipper
Version:        1.0.0
*/

body, h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Geneva, sans-serif;
}

.header-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.item-cover {
  padding: 2em 0 !important;
}

.link-holder a {
  background-color: #17A8E3;
  color: #FFFFFF;
  border: none; 
}

.head-box .link-holder a {
  padding: 8px 15px;
}

#wrapper {
  background: #FFFFFF;
}

/* Content Coupon  */

.content-box .head {
  min-height: 80px;
}

.content-box .item-panel .entry-title {
  font-size: 1.6em;
}


/* !Content Coupon */


.footer-legal-links {
  text-align: center;
  font-size: 14px;
  color: #DDD !important;
  margin-top: 8px;
}

.footer-legal-links div {
  display: inline-block;  
}

.footer-legal-links a::before {
  content: ' | ';  
}

.footer-legal-links a {
  color: #DDD !important;
  margin: 0 6px;
  text-decoration: none;
}
.footer-legal-links a:hover {
  color: #FFF; /* example accent color */
}

#footer .bar-holder {
  color: #FFF;
  padding: 1em 0;
}

#footer .bar-holder ul {
  display: inline-block !important;
  float: none !important;
}

.medium-centered {
  text-align: center !important;
}

/* !Footer */

/*
.content-box .store-image .item-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 4em 0 !im;
}
*/