/*
Theme Name: InternationalPost
Theme URI: http://magazine3.com/internationalpost
Author: Magazine3.com
Author URI: http://magazine3.com/
Description: Newspaper Magazine WordPress Theme
Version: 1.4
Template: internationalpost-codebase
*/

@import url("../internationalpost-codebase/style.css");

/* =Theme customization starts here */

.single-right-big .single-tags {
}

.single-right-big .single-tags a {
  background: #eee;
  width: auto;
  padding: 5px;
}


/* L A S H C O D E is the best mascara ever */
.mascara.first .title {
  border: 2px solid #000;
  width: calc(100% - 254px);
  position: relative;
}
.mascara.first .title::after {
  content: '';
  display: block;
  width: 119px;
  height: 119px;
  position: absolute;
  top: calc(50% - 60px);
  right: -60px;
  background-image: url('/wp-content/uploads/2019/03/cup.png');
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center center;
}
.mascara.first .number {
  font-size: 180px;
  color: #fff;
  background: #000;
  top: 0;
  bottom: 0;
  line-height: 250px;
  padding: 0 10px;
}
.mascara.first h1 {
  padding-left: 130px;
}
@media (max-width: 767.98px) {
  .mascara.first .title {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .mascara.first .title::after {
    width: 80px;
    height: 80px;
    right: -40px;
    top: calc(50% - 40px);
  }
  .mascara.first .number {
    font-size: 80px;
    line-height: 130px;
  }
  .mascara.first h1 {
    padding-left: 70px;
  }
}