/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}




/* ============================== customized starts here (desktop) =======================*/


.mainholder {
  margin-bottom: 100px;
}

.herogradient {
  width: 100%;
  height: 350px;
  background: rgb(198, 136, 176);
  background: -webkit-linear-gradient(rgba(198, 136, 176, 1) 0%, rgba(170, 101, 146, 1) 100%);
  background: -o-linear-gradient(rgba(198, 136, 176, 1) 0%, rgba(170, 101, 146, 1) 100%);
  background: linear-gradient(rgba(198, 136, 176, 1) 0%, rgba(170, 101, 146, 1) 100%);
}

.heroh1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 57px;
  text-align: center;
  color: white;
  margin-top: 0px;
  padding-top: 130px;
}

.top-holder {
  display: block;
  width: 1190px;
  margin: 0 auto;
  margin-top: 60px;
}

.respnav-holder {
  display: none;
}

.respnav-h5 {
  display: none;
}

.artnav-h5-firstone {
  display: inline-block;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #666666;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
}

.artnav-h5 {
  display: inline-block;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #666666;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 2px solid #707070;
}

.artnav-h5-lastone {
  display: inline-block;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #666666;
  text-align: right;
  padding-left: 30px;
  border-left: 2px solid #707070;
}

.artnav-h5-firstone a {
  text-decoration: none;
  color: #666666;
}

.artnav-h5 a {
  text-decoration: none;
  color: #666666;
}

.artnav-h5-lastone a {
  text-decoration: none;
  color: #666666;
}

/* ===================== LATEST ========================*/

.latest-holder {
  width: 1190px;
  margin: 0 auto;
}

.latest-h2 {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 29px;
  color: #666666;
  margin-top: 40px;
}

.latest-bottom-line {
  width: 75px;
  border-bottom: 2px solid #666666;
}

.latcp-post .latest-body {
  /* width: 1190px;
  height: 341px;
  margin-top: 60px;
  background-image: url(https://www.cardprinting.com/articles/wp-content/themes/cardprinting_blog/assets/uploads/2023/04/KT-LA-sushi546x341@1x.webp);
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  /* background-repeat: no-repeat; */
  background-color: #F6F6F6;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.latest-readnow {
  float: right;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #30BAA8;
  padding-top: 10px;
  padding-right: 0px;
  margin-bottom: 0px;
  text-align: right;
}

.latest-articleslink {
  text-decoration: none;
  color: #30BAA8;
}

/* .latest-text {
  padding-left: 600px;
  padding-right: 137px;
} */

.mob-latest-img {
  display: none;
}

.latest-h3 {
  font-family: 'roboto_slabregular', serif;
  font-weight: 400;
  font-size: 21px;
  text-decoration: none;
  letter-spacing: -.1px;
  padding-top: 4%;
  color: #30BAA8;
}

.latest-p-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}

.latest-day {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -.1px;
  margin: 0px;
  color: #666666
}

.latest-month {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0px;
  color: #666666
}

.day {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -.1px;
  margin: 0px;
  color: #666666
}

.month {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0px;
  color: #666666
}

.latcp-post .latest-text {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 4rem;
}

/* ===================== REF ========================*/

.ref-holder {
  width: 1190px;
  margin: 0 auto;
}

.ref-wrapper {
  width: 1190px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 120px 45px;
  grid-auto-rows: auto;
}

.ref-h2 {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 29px;
  color: #17B494;
  margin-top: 100px;
}

.ref-bottom-line {
  width: 75px;
  border-bottom: 2px solid #17B494;
  margin-bottom: 30px;
}

.ref-box {
  width: 365px;
}

.ref-h3 {
  font-family: 'roboto_slabregular', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -.1px;
  line-height: 29px;
  margin: 0px;
  padding-top: 30px;
  color: #17B494;
}

.ref-articleslink {
  text-decoration: none;
  color: #17B494;
}

.ref-p-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

/* ===================== pro ========================*/

.pro-holder {
  width: 1190px;
  margin: 0 auto;
}

.pro-wrapper {
  width: 1190px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 120px 45px;
  grid-auto-rows: auto;
}

.pro-h2 {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 29px;
  color: #3671FE;
  margin-top: 100px;
}

.pro-bottom-line {
  width: 75px;
  border-bottom: 2px solid #3671FE;
  margin-bottom: 30px;
}

.pro-box {
  width: 365px;
}

.pro-h3 {
  font-family: 'roboto_slabregular', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -.1px;
  line-height: 29px;
  margin: 0px;
  padding-top: 30px;
  color: #3671FE;
}

.pro-articleslink {
  text-decoration: none;
  color: #3671FE;
}

.pro-p-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

/* ===================== IND ========================*/

.ind-holder {
  width: 1190px;
  margin: 0 auto;
}

.ind-wrapper {
  width: 1190px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 120px 45px;
  grid-auto-rows: auto;
}

.ind-h2 {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 29px;
  color: #9C27CD;
  margin-top: 100px;
}

.ind-bottom-line {
  width: 75px;
  border-bottom: 2px solid #9C27CD;
  margin-bottom: 30px;
}

.ind-box {
  width: 365px;
}

.ind-h3 {
  font-family: 'roboto_slabregular', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -.1px;
  line-height: 29px;
  margin: 0px;
  padding-top: 30px;
  color: #9C27CD;
}

.ind-articleslink {
  text-decoration: none;
  color: #9C27CD;
}

.ind-p-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

/* ===================== GEN ========================*/

.gen-holder {
  width: 1190px;
  margin: 0 auto;
}

.gen-wrapper {
  width: 1190px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 120px 45px;
  grid-auto-rows: auto;
}

.gen-h2 {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 29px;
  color: #FB3942;
  margin-top: 100px;
}

.gen-bottom-line {
  width: 75px;
  border-bottom: 2px solid #FB3942;
  margin-bottom: 30px;
}

.gen-box {
  width: 365px;
}

.gen-h3 {
  font-family: 'roboto_slabregular', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -.1px;
  line-height: 29px;
  margin: 0px;
  padding-top: 30px;
  color: #FB3942;
}

.gen-articleslink {
  text-decoration: none;
  color: #FB3942;
}


.gen-p-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

/* -- back to top button -- */

.back-to-top {
  background-color: #3671FE;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
}

a.back-to-top {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  padding-left: 2px;
  padding-top: 14px;
  text-decoration: none;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:visited {
  color: black;
}

.back-to-top.show {
  opacity: 1;
}

/* ===================== MOBILE ========================*/

@media screen and (max-width: 739px) {

  .herogradient {
    /* height: 180px; */
  }

  .heroh1 {
    font-size: 44px;
    /* padding-top: 40px; */
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-holder {
    display: none;
  }

  .respnav-holder {
    /*position: relative; */
    display: inline-block;
    float: right;
    margin: 20px 30px 0px 0;
  }

  #respnav-select {
    width: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-align: right;
  }

  .respnav-selected {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-align: right;
  }

  .respnav-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-align: right;
  }

  /* ================== (MOBILE) LATEST BLOCK ================= */

  .latest-holder {
    /* display: inline-block; */
    max-width: 100%;
    margin: 0 auto;
    width: 94%;
    /* margin: 0px 15px; */
  }


  .latest-body {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-image: none;
    background-color: white;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .latest-readnow {
    display: none;
  }

  .latest-text {
    width: 100%;
    padding: 0px;
    margin: 0px 0px;
  }

  .mob-latest-img {
    display: inline;
    max-width: 100%;
  }

  .latest-h3 {
    padding-top: 0px;
  }

  .latest-p-body {
    margin-right: 30px;
  }

  /* .day {
    display: none;
  } */

  /* .month {
    display: none;
  } */

  /* ================== (MOBILE) REF ARTICLES ================= */

  /* .mob-img {
    display: none;
  } */

  .ref-holder {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 15px;
    margin-right: 30px; */
    margin: 0 auto;
  }

  .ref-wrapper {
    width: 100%;
    display: inline;
  }

  .ref-h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #17B494;
    margin-top: 40px;
  }

  .ref-bottom-line {
    width: 75px;
    /* border-bottom: 2px solid #17B494;
    margin-bottom: 10px; */
    border-bottom: 4px solid #17B494;
    margin-bottom: 30px;
  }

  .ref-box {
    width: 100%;
  }

  .ref-h3 {
    font-family: 'roboto_slabregular', serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0px;
    padding-top: 0px;
    /* padding-left: 15px; */
    padding-right: 25px;
    color: #17B494;
  }

  /* .ref-p-body {
    display: none;
  } */


  /* ================== (MOBILE) pro ARTICLES ================= */

  .pro-holder {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 15px;
    margin-right: 30px; */
    margin: 0 auto;
  }

  .pro-wrapper {
    width: 100%;
    display: inline;
  }

  .pro-h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #3671FE;
    margin-top: 40px;
  }

  .pro-bottom-line {
    width: 75px;
    /* border-bottom: 2px solid #3671FE;
    margin-bottom: 10px; */
    border-bottom: 4px solid #3671FE;
    margin-bottom: 30px;
  }

  .pro-box {
    width: 100%;
  }

  .pro-h3 {
    font-family: 'roboto_slabregular', serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0px;
    padding-top: 0px;
    /* padding-left: 15px; */
    padding-right: 25px;
    color: #3671FE;
  }

  /* .pro-p-body {
    display: none;
  } */

  /* ================== (MOBILE) IND ARTICLES ================= */

  .ind-holder {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 15px;
    margin-right: 30px; */
    margin: 0 auto;
  }

  .ind-wrapper {
    width: 100%;
    display: inline;
  }

  .ind-h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #9C27CD;
    margin-top: 40px;
  }

  .ind-bottom-line {
    width: 75px;
    /* border-bottom: 2px solid #9C27CD;
    margin-bottom: 10px; */
    border-bottom: 4px solid #9C27CD;
    margin-bottom: 30px;
  }

  .ind-box {
    width: 100%;
  }

  .ind-h3 {
    font-family: 'roboto_slabregular', serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0px;
    padding-top: 0px;
    /* padding-left: 15px; */
    padding-right: 25px;
    color: #9C27CD;
  }

  .ind-articleslink {
    text-decoration: none;
    color: #9C27CD;
  }

  /* .ind-p-body {
    display: none;
  } */

  /* ================== (MOBILE) GENERAL ARTICLES ================= */

  .gen-holder {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 15px;
    margin-right: 30px; */
    margin: 0 auto;
  }

  .gen-wrapper {
    width: 100%;
    display: inline;
  }

  .gen-h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #FB3942;
    margin-top: 40px;
  }

  .gen-bottom-line {
    width: 75px;
    /* border-bottom: 2px solid #FB3942;
    margin-bottom: 10px; */
    border-bottom: 4px solid #FB3942;
    margin-bottom: 30px;
  }

  .gen-box {
    width: 100%;
  }

  .gen-h3 {
    font-family: 'roboto_slabregular', serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0px;
    padding-top: 0px;
    /* padding-left: 15px; */
    padding-right: 25px;
    color: #FB3942;
  }

  /* .gen-p-body {
    display: none;
  } */
}

/* ===================== TABLET ========================*/

@media screen and (min-width: 740px) and (max-width: 1189px) {

  .herogradient {
    height: 200px;
  }

  .heroh1 {
    font-size: 44px;
    padding-top: 68px;
  }

  .top-holder {
    display: none;
  }

  .respnav-holder {
    /*position: relative; */
    display: inline-block;
    float: right;
    margin: 20px 30px 0px 0;
  }

  #respnav-select {
    width: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-align: right;
  }

  .respnav-selected {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-align: right;
  }

  .respnav-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-align: right;
  }

  /* ================== (TABLET) LATEST BLOCK ================= */

  .latest-holder {
    display: inline-block;
    max-width: 100%;
    margin: 0px 15px;
  }


  .latest-body {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-image: none;
    background-color: white;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .latest-readnow {
    /* display: none; */
  }

  .latest-text {
    width: 100%;
    padding: 0px;
    margin: 0px 0px;
  }

  .mob-latest-img {
    display: inline;
    max-width: 100%;
  }

  .latest-h3 {
    padding-top: 0px;
  }

  .latest-p-body {
    margin-right: 30px;
  }

  /* .day {
    display: none;
  } */

  /* .month {
    display: none;
  } */

  /* ================== (TABLET) REF ARTICLES ================= */

  /* .mob-img {
    display: none;
  } */

  .ref-holder {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 15px;
    margin-right: 30px; */
    margin: 0 auto;
  }

  .ref-wrapper {
    width: 100%;
    display: inline;
  }

  .ref-h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #17B494;
    margin-top: 40px;
  }

  .ref-bottom-line {
    width: 75px;
    border-bottom: 2px solid #17B494;
    margin-bottom: 10px;
  }

  .ref-box {
    width: 100%;
  }

  .ref-h3 {
    font-family: 'roboto_slabregular', serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0px;
    padding-top: 0px;
    /* padding-left: 15px; */
    padding-right: 25px;
    color: #17B494;
  }

  /* .ref-p-body {
    display: none;
  } */


  /* ================== (TABLET) pro ARTICLES ================= */

  .pro-holder {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 15px;
    margin-right: 30px; */
    margin: 0 auto;
  }

  .pro-wrapper {
    width: 100%;
    display: inline;
  }

  .pro-h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #3671FE;
    margin-top: 40px;
  }

  .pro-bottom-line {
    width: 75px;
    border-bottom: 2px solid #3671FE;
    margin-bottom: 10px;
  }

  .pro-box {
    width: 100%;
  }

  .pro-h3 {
    font-family: 'roboto_slabregular', serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0px;
    padding-top: 0px;
    /* padding-left: 15px; */
    padding-right: 25px;
    color: #3671FE;
  }

  /* .pro-p-body {
    display: none;
  } */

  /* ================== (TABLET) IND ARTICLES ================= */

  .ind-holder {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 15px;
    margin-right: 30px; */
    margin: 0 auto;
  }

  .ind-wrapper {
    width: 100%;
    display: inline;
  }

  .ind-h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #9C27CD;
    margin-top: 40px;
  }

  .ind-bottom-line {
    width: 75px;
    border-bottom: 2px solid #9C27CD;
    margin-bottom: 10px;
  }

  .ind-box {
    width: 100%;
  }

  .ind-h3 {
    font-family: 'roboto_slabregular', serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0px;
    padding-top: 0px;
    /* padding-left: 15px; */
    padding-right: 25px;
    color: #9C27CD;
  }

  .ind-articleslink {
    text-decoration: none;
    color: #9C27CD;
  }

  /* .ind-p-body {
    display: none;
  } */

  /* ================== (TABLET) GENERAL ARTICLES ================= */

  .gen-holder {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* margin-left: 15px;
    margin-right: 30px; */
    margin: 0 auto;
  }

  .gen-wrapper {
    width: 100%;
    display: inline;
  }

  .gen-h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #FB3942;
    margin-top: 40px;
  }

  .gen-bottom-line {
    width: 75px;
    border-bottom: 2px solid #FB3942;
    margin-bottom: 10px;
  }

  .gen-box {
    width: 100%;
  }

  .gen-h3 {
    font-family: 'roboto_slabregular', serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 29px;
    margin: 0px;
    padding-top: 0px;
    /* padding-left: 15px; */
    padding-right: 25px;
    color: #FB3942;
  }

  /* .gen-p-body {
    display: none;
  } */

  .post_list_content {
    padding: 12px 15px;
  }

  .ref-wrapper, .pro-wrapper, .ind-wrapper, .gen-wrapper {
    grid-gap: 44px 45px;
  }
}


/** */

.lat-bd-content,
.lat-bd-img {
  width: 50%;
}


@media screen and (max-width: 739px) {

  .lat-bd-content,
  .lat-bd-img {
    width: 100%;
  }

  .latcp-post .latest-text {
    padding-bottom: 5rem;
  }

  .post_list_content {
    padding: 12px 15px;
  }

  .cplist .mob-img {
    width: 100%;
  }

  .ref-box,
  .pro-box,
  .gen-box,
  .ind-box {
    margin-bottom: 2rem;
    border-radius: 4px;
    overflow: hidden;
  }

  .ref-box,
  .pro-box,
  .gen-box,
  .ind-box {
    box-shadow: 0px 5px 10px #00000038;
  }

  .lat-bd-img img {
    width: 100%;
  }

  .latcp-post .latest-body {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 740px) and (max-width: 1189px) {

  .ref-box,
  .pro-box,
  .gen-box,
  .ind-box {
    width: 46%;
    box-shadow: 0px 5px 10px #00000038;
    border-radius: 4px;
    overflow: hidden;
  }

  .ref-wrapper,
  .pro-wrapper,
  .gen-wrapper,
  .ind-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mob-img {
    width: 100%;
  }
}