/*
Theme Name: Privacy Hints
Theme URI: https://wpsuperninja.com/
Author: WpSuperNinja
Author URI:  https://wpsuperninja.com/
Description: A custom theme for Privacy Hints
Tags: blog, four-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, block-styles
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: privacyhints
*/

/* Add fonts */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 }
 
 @font-face {
    font-family: 'BarlowMedium';
    src: url('fonts/Barlow-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 }

 @font-face {
    font-family: 'BarlowBold';
    src: url('fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 }

/* Default */
:root {
	--content-font: 'OpenSansRegular', sans-serif;
	--heading-font: 'BarlowBold', sans-serif;	
    --medium-font: 'BarlowMedium', sans-serif;	
	--content-color: #001e00;
    --heading-color: #18202b;
    --anchor-color: #34a8ca;
    --bg-color-one: rgba(245,247,250,.98);
    --white-color: #fff;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: var(--content-font);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
body {
	font-family: var(--content-font);
	color: var(--content-color);
	width: 100%;
    line-height: 30px;
    font-size: 18px;
    overflow-x: hidden;
    word-break: break-word;
    margin: 0;
    padding: 0;
}

body,
figure {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}
::selection {
	background: var(--anchor-color);
	color: var(--white-color);
}
::-webkit-input-placeholder {
  color: var(--content-color);
}
:-ms-input-placeholder {
  color: var(--content-color);
}
::placeholder {
  color: var(--content-color);
}
a,
a:visited,
a:active,
a:focus,
a:not([href]),
a:not([href]):hover {
	text-decoration: none;
	color: var(--anchor-color);
}
a:hover {
	text-decoration: none;
	color: var(--anchor-color);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: var(--heading-font);
	margin: 0 0 10px;
	color: var(--heading-color);
}
.h1 a,
.h1 a:visited,
h1 a,
h1 a:visited,
.h2 a,
.h2 a:visited,
h2 a,
h2 a:visited,
.h3 a,
.h3 a:visited,
h3 a,
h3 a:visited,
.h4 a,
.h4 a:visited,
h4 a,
h4 a:visited,
.h5 a,
.h5 a:visited,
h5 a,
h5 a:visited,
.h6 a,
.h6 a:visited,
h6 a,
h6 a:visited {
	color: var(--heading-color);
}

.h1 a:hover,
h1 a:hover,
.h2 a:hover,
h2 a:hover,
.h3 a:hover,
h3 a:hover,
.h4 a:hover,
h4 a:hover,
.h5 a:hover,
h5 a:hover,
.h6 a:hover,
h6 a:hover {
	color: var(--anchor-color);
}
h1, .h1 {
  font-size: 36px;
  line-height: 45px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 20px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 26px;
}

p {
    margin: 0 0 10px 0;
}
button:focus {
	outline: 0;
	border: 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
hr {
    background-color: var(--anchor-color);
    height: 1px;
}
em {
    font-style: italic;
}
b, strong {
    font-weight: bold;
}
ol {
    list-style-type: decimal;
}
code, tt, a>code, pre code {
    background-color: var(--anchor-color);
    color: var(--white-color);
}
a>code {
    opacity: 1;
}
ins {
    background-color: var(--anchor-color);
    color: var(--white-color);
    text-decoration: none;
}
small {
    font-size: smaller;
}
pre {
    color: var(--white-color);
    padding: 1.33333rem;
    margin: 1.33333rem 0;
    line-height: 1.73333;
    background-color: var(--anchor-color);
    border: 1px solid var(--anchor-color);
    border-radius: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
table {
	width: 100%;
}
table, th, td {
  padding: 10px;
  vertical-align: middle;
  display: table-cell;
}
th, td, .wp-block-table td, .wp-block-table th {
  min-inline-size: 10rem;
}
sup {
    vertical-align: super;
    font-size: 10px;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
img {
	max-width: 100%;
	height: auto;
}
.clear {
    clear: both;
}

/* Remove 'x' from all over search input */

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/* Custom Style & classes*/
blockquote {
  background: var(--bg-color-one);
  border-left: 5px solid var(--heading-color);
  padding: 25px;
  margin: 30px 40px;
}

/* DEFAULT BLOCK DESIGN RESET */
.wp-block-table.is-style-stripes {
  border-bottom: 0px solid #f0f0f0;
}

/* START LAYOUT */
.privacyhints-container {
    width: calc(100% - 20px);
    margin: 0 10px;
}
.privacyhints-single-post-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 992px) {
    .privacyhints-container {
        max-width: 960px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .privacyhints-container {
        max-width: 1020px;
        margin: 0 auto;
    }
}
@media (min-width: 1400px) {
    .privacyhints-container {
        max-width: 1320px;
        margin: 0 auto;
    }
}

/* END LAYOUT */

/* START MARGIN */
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
/* END MARGIN */

/* START Typhography */
.text-center {
  text-align: center;
}
/* END Typhography */

/* START BUTTTON */
.privacyhints-btn-primary, a.privacyhints-btn-primary {
  background: var(--anchor-color);
  color: var(--white-color);
  padding: 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  line-height: 30px;
}
.privacyhints-btn-primary:hover, a.privacyhints-btn-primary:hover {
  background: var(--heading-color);
  color: var(--white-color);
}
.privacyhints-single-post-heading .privacyhints-btn-primary, .privacyhints-single-post-heading a.privacyhints-btn-primary {
  display: inline-block;
}
/* END BUTTON */

/* START HEADER */
.privacyhints-header {
  padding: 10px 0;
  margin-bottom: 35px;
  background: var(--bg-color-one);
  box-shadow: 0 0 2px 0 rgba(112,114,118,.15), 0 0 0 1px rgba(50,53,59,.05);
  border-bottom: 1px solid #dddee1;
}
.privacyhints-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.privacyhints-brand {
    width: 160px;
    min-width: 160px;
}
.privacyhints-brand a {
    line-height: 0;
    display: block;
}
.privacyhints-main-nav {
    width: 100%;
    display: flex;
    justify-content: end;
}
#privacyhints-nav-search {
  width: 20px;
  min-width: 20px;
  text-align: right;
  cursor: pointer;
  position: relative;
  right: 45px;
  top: 3px;
}
@media (min-width: 768px) {
  #privacyhints-nav-search {
    width: 20px;
    min-width: 20px;
    text-align: right;
    padding-top: 5px;
    cursor: pointer;
    position: static;
  }
}

/* Start Main Menu */
.privacyhints-main-menu {
  list-style:none;
  padding:0;
  margin: 0;
}
.privacyhints-main-menu a, .privacyhints-main-menu a:hover, .privacyhints-main-menu a:focus, .privacyhints-main-menu a:active {
  padding: 5px 10px;
  padding-right: 58px;
  text-decoration: none;
  display: block;
  position: relative;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: 16px;
}
.privacyhints-main-menu a {
  color: var(--heading-color);
}
.privacyhints-main-menu a:hover, .privacyhints-main-menu a:focus, .privacyhints-main-menu a:active, .privacyhints-main-menu a.highlighted, .privacyhints-main-menu .current-menu-item a {
  color: var(--anchor-color);
}
.privacyhints-main-menu a.current {
  color: var(--anchor-color);
}
.privacyhints-main-menu a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
}
.privacyhints-main-menu a .sub-arrow::before {
  content: '+';
}
.privacyhints-main-menu a.highlighted .sub-arrow::before {
  content: '-';
}

.privacyhints-main-menu li {
  position:relative;
}
.privacyhints-main-menu > li:first-child {
  border-top: 0;
}
.privacyhints-main-menu ul {
  background: var(--white-color);
  display:none;
  list-style:none;
  padding:0;
}
.privacyhints-main-menu ul a:hover, .privacyhints-main-menu ul a:focus, .privacyhints-main-menu ul a:active, .privacyhints-main-menu ul a.highlighted {
  background: #eeeeee;
}
.privacyhints-main-nav-toggle {
  display: none;
}
@media (min-width: 768px) {
.privacyhints-main-nav {
    justify-content: center;
}
.privacyhints-main-menu ul {
    position: absolute;
    width: 12em;
    top: 37px !important;
}
.privacyhints-main-menu li {
  float: left;
}

.privacyhints-main-menu ul li, .privacyhints-main-menu.sm-rtl ul li, .privacyhints-main-menu.sm-vertical li {
  float: none;
}

.privacyhints-main-menu a {
  white-space: nowrap;
}

.privacyhints-main-menu ul a, .privacyhints-main-menu.sm-vertical a {
  white-space: normal;
}

.privacyhints-main-menu .sm-nowrap > li > a, .privacyhints-main-menu .sm-nowrap > li > :not(ul) a {
  white-space: nowrap;
}

.privacyhints-main-menu a, .privacyhints-main-menu a:hover, .privacyhints-main-menu a:focus, .privacyhints-main-menu a:active, .privacyhints-main-menu a.highlighted {
  padding: 0 25px;
}
.privacyhints-main-menu a.has-submenu {
  padding-right: 24px;
}
.privacyhints-main-menu a .sub-arrow {
  top: 50%;
  margin-top: -2px;
  right: 12px;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid dashed dashed dashed;
  border-color: var(--heading-color) transparent transparent transparent;
  background: transparent;
  border-radius: 0;
}
.privacyhints-main-menu a .sub-arrow::before {
  display: none;
}

.privacyhints-main-menu ul {
  padding: 5px 0;
}
.privacyhints-main-menu ul a, .privacyhints-main-menu ul a:hover, .privacyhints-main-menu ul a:focus, .privacyhints-main-menu ul a:active, .privacyhints-main-menu ul a.highlighted {
  padding: 10px 20px;      
} 
.privacyhints-main-menu ul a.has-submenu {
  padding-right: 20px;
}
.privacyhints-main-menu ul a .sub-arrow {
  right: 8px;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #555555;
}
}

/* START NAVIGATION MOBILE */
@media (max-width: 768px) { 
  .privacyhints-main-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    height: 100%;
    list-style: none;
    background: var(--white-color);
  }
  .privacyhints-nav-active .privacyhints-main-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    transition-duration: .6s;
    overflow-y: auto;
    height: 100%;
    padding: 10px 0;
    top: 52px;
    z-index: 99999;
  }
  .privacyhints-main-nav-toggle {
    display: block;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    right: -25px;
  }
.privacyhints-main-nav-toggle-bar {
	display: block;
	width: 27px;
	height: 2px;
	background: var(--heading-color);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.privacyhints-main-nav-toggle-bar:nth-child(2) {
	width: 20px;
	margin: 8px 0;
	margin-left: 7px;
}
.privacyhints-nav-active .privacyhints-main-nav-toggle-bar:first-child {
	-webkit-transform: rotate(45deg) translate(6px, 7px);
	-moz-transform: rotate(45deg) translate(6px, 7px);
	-ms-transform: rotate(45deg) translate(6px, 7px);
	-o-transform: rotate(45deg) translate(6px, 7px);
	transform: rotate(45deg) translate(6px, 7px);
}
.privacyhints-nav-active .privacyhints-main-nav-toggle-bar:nth-child(2) {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.privacyhints-nav-active .privacyhints-main-nav-toggle-bar:last-child {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	-moz-transform: rotate(-45deg) translate(7px, -8px);
	-ms-transform: rotate(-45deg) translate(7px, -8px);
	-o-transform: rotate(-45deg) translate(7px, -8px);
	transform: rotate(-45deg) translate(7px, -8px);
}
}


  /* END NAVIGATION MOBILE */

/* Nav Search */
  #privacyhints-nav-search-wrapper {
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 0%;
	 background-color: var(--heading-color);
	 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
	 -o-transition: all 0.5s ease-in-out;
	 -ms-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
	 -webkit-transform: translate(0px, -100%) scale(0, 0);
	 -moz-transform: translate(0px, -100%) scale(0, 0);
	 -o-transform: translate(0px, -100%) scale(0, 0);
	 -ms-transform: translate(0px, -100%) scale(0, 0);
	 transform: translate(0px, -100%) scale(0, 0);
	 opacity: 0;
}

#privacyhints-nav-search-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999;
    height: 100%;
}
.privacyhints-nav-search-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.privacyhints-nav-search-input {
	 color: var(--white-color);
	 background: transparent;
	 font-size: 30px;
	 text-align: center;
	 border: 0px;
	 margin: 0px auto 20px;
	 outline: none;
}
.privacyhints-nav-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5);
}
.privacyhints-nav-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}
.privacyhints-nav-search-input::placeholder {
  color: rgba(255, 255, 255, .5);
}
.privacyhints-nav-search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--white-color);
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  cursor: pointer;
}
/* END Nav SEARCH */
/* END HEADER */

/* START SECTION HEADING */
.privacyhints-sec-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--heading-font);
  margin-bottom: 25px;
}
.privacyhints-sec-title, .privacyhints-sec-heading p {
  margin-bottom: 0;
}
.privacyhints-sec-heading a {
  color: var(--heading-color);
}
.privacyhints-sec-heading a:hover {
  color: var(--anchor-color);
}
/* END SECTION HEADING */
/* START FOOTER */
.privacyhints-footer {
  background: var(--heading-color);
  padding: 40px 0 20px;  
  color: var(--white-color);
}
.privacyhints-footer-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.privacyhints-footer-widget {
  flex-grow: 0;
}

.privacyhints-footer-widget a {
  color: var(--white-color);
}
.privacyhints-footer-widget a:hover {
  color: var(--anchor-color);
}
.privacyhints-footer-widget-title {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--white-color)
}
.privacyhints-footer-widget ul {
  list-style: none;
  padding: 0;
}
.privacyhints-footer-widget ul li:not(:last-child) {
  padding-bottom: 10px;
}
.privacyhints-footer-widget-brand {
  max-width: 160px;
  margin: 10px auto 0;
}

.privacyhints-footer-copyright-wrapper {
  display: block;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  margin-top: 10px;
}
.privacyhints-footer-copyright-wrapper p {  
  margin-bottom: 0;
}
.privacyhints-footer-copyright-wrapper a {  
  color: var(--white-color);
  font-family: var(--medium-font);
}
.privacyhints-footer-copyright-wrapper a:hover {  
  color: var(--anchor-color)
}

@media (min-width: 768px) {
  .privacyhints-footer-widget-brand {
    margin: 10px 0 0;
  }
}

@media (min-width: 992px) {  
  .privacyhints-footer-widget:nth-child(1) { 
    width: 50%;
  }  .privacyhints-footer-copyright-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

/* END FOOTER*/

/* START HOME HERO */
.privacyhints-hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.privacyhints-hero-left {
  width: 100%;
}
.privacyhints-hero-right {
  width: 100%;
}
@media (min-width: 992px) {
  .privacyhints-hero-left {
    width: 75%;
  }
  .privacyhints-hero-right {
    width: calc(25% - 20px);
  }
}
/* END HOME HERO */

/* START POST BLOCKS */

/* START COMMON POST META */
.privacyhints-post-featured-img img {
  border-radius: 10px;
}
.privacyhints-post-cat {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  display: block;
  overflow: hidden;
}
.privacyhints-must-read-posts-left .privacyhints-post-cat, .privacyhints-must-read-posts-left a.privacyhints-post-cat {
  background: var(--anchor-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  line-height: 30px;
}
.privacyhints-must-read-posts-left .privacyhints-post-cat:hover, .privacyhints-must-read-posts-left a.privacyhints-post-cat:hover {
  background: var(--heading-color);
  color: var(--white-color);
}
.privacyhints-post-meta-info {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  gap: 5px;
  font-size: 14px;  
}
.privacyhints-post-meta-author {
  text-transform: capitalize;
}
.privacyhints-single-post-container .privacyhints-post-meta-info {
  font-size: 16px; 
}
.privacyhints-post-meta-author a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--content-color);
}
.privacyhints-post-meta-date span {
  padding-right: 5px;
  font-family: var(--heading-font);
}
.privacyhints-post-meta-author a:hover {
  color: var(--anchor-color);
}
.privacyhints-post-meta-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
/* END COMMON POST META */


/* START POST STYLE ONE */
.privacyhints-post-title {
  margin: 5px 0 10px;
  display: block;
}
.privacyhints-style-one-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.privacyhints-style-one-post {
  flex-grow: 0;
  width: 100%;
}

@media (min-width: 480px) {
  .privacyhints-style-one-post {
    flex-grow: 0;
    width: calc(50% - 15px);
  }
}
@media (min-width: 940px) {
  .privacyhints-style-one-post {
    flex-grow: 0;
    width: calc(33.339% - 15px);
  }
}

/* END POST STYLE ONE */

/* START POST STYLE THREE */

.privacyhints-style-three-featured a {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.privacyhints-style-three-details {
	padding: 20px 20px 5px;
	color: var(--white-color);
	background: var(--heading-color);
}
.privacyhints-style-three-cat, a.privacyhints-style-three-cat {
  width: max-content;
}
.privacyhints-style-three-cat:hover, a.privacyhints-style-three-cat:hover {
  opacity: 0.9;
  background: var(--anchor-color);
}
.privacyhints-style-three-title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
}
.privacyhints-style-three-title a, .privacyhints-style-three-title a:visited, .privacyhints-style-three-details .privacyhints-post-meta-author a {
  color: var(--white-color);
}
@media (min-width: 480px) {
  .privacyhints-style-three-post {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .privacyhints-style-three-featured img {
      border-radius: 10px;
  }
  .privacyhints-style-three-details {
    width: 100%;
      position: absolute;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: -webkit-linear-gradient(bottom,rgba(25, 28, 32, 0.7) 0,#191c20f2 calc(100% - 150px),#191c2000 100%);
      background: linear-gradient(to top,rgba(25, 28, 32, 0.7) 0,#191c20f2 calc(100% - 200px),#191c2000 100%);
      border-radius: 10px;
  }
}
@media (min-width: 992px) {
.privacyhints-hero-left .privacyhints-style-three-details {
  padding: 20px 40px 40px;
}
}
/* END POST STYLE THREE */

/* START POST STYLE FOUR*/
.privacyhints-style-four-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.privacyhints-style-four-post {
	display: flex;
	margin-bottom: 15px;
  width: calc(50% - 10px);
  flex-direction: column;
  row-gap: 10px;
}

.privacyhints-style-four-post .privacyhints-post-details {
  margin-top: -10px;
}  
@media (max-width: 480px) {
  .privacyhints-style-four-post {
    width: 100%;    
  }
}
@media (min-width: 992px) {  
  .privacyhints-style-four-posts {
    margin-top:0;
    display: block;
  }
  .privacyhints-style-four-post {
    margin-bottom: 5px;
    width: 100%;
}
  .privacyhints-style-four-post .privacyhints-post-title {
    margin: 0 0 10px;
  }
}



/* START POST STYLE FOUR */


/* END POST BLOCKS */

/* START HOME MUST READ SECTION */
.privacyhints-must-read-sec {
  background: var(--bg-color-one);
  padding: 30px 0 10px;
}
.privacyhints-must-read-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;  
  flex-direction: column;
}
.privacyhints-must-read-sec .privacyhints-style-two-posts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.privacyhints-must-read-posts-left, .privacyhints-must-read-posts-right {
  width: 100%;
  flex-grow: 0;
}
@media (min-width: 768px) {  
.privacyhints-must-read-sec .privacyhints-style-three-posts {
  display: flex;
  gap: 20px;
}
  .privacyhints-must-read-sec .privacyhints-style-two-post {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .privacyhints-must-read-posts-wrapper {
    flex-direction: row;
  }
  .privacyhints-must-read-sec  .privacyhints-style-two-post {
    width: calc(25% - 15px);
  }
}
/* END HOME MUST READ SECTION */


/* START ARCHIVE PAGES */
.privacyhints-archive-page-heading-sec {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
}
/* END ARCHIVE PAGES*/

/* START BREADCRUMB REMOVE IT LATER*/
.privacyhints-breadcrumb {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}
/* END BREADCRUMB REMOVE IT LATER*/

/* START AUTHOR BOX */
.privacyhints-author-box {
  display: flex;
  gap: 15px;
  padding: 20px 20px 15px;
  background: var(--bg-color-one);
  margin-top: 50px;
}
.privacyhints-author-img {
  flex-shrink: 0;
  width: 65px;
}
.privacyhints-author-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.privacyhints-author-box-title {
  margin-bottom: 5px;
}
/* END AUTHOR BOX */


/* START FAQ */
.privacyhints-faq-sec {
  margin-top: 50px;
}
.privacyhints-faq-sec-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.privacyhints-faq-item {
  padding: 12px 0 5px;
  border-top: 1px solid #E8E8EA;
}
.privacyhints-faq-item:first-child {
  border-top: 1px solid transparent;
}
.privacyhints-faq-question {
  cursor: pointer;
  position: relative;
}
.privacyhints-faq-question-title {
  max-width: 90%;
  margin-bottom: 0;
}
.privacyhints-faq-opened-question .privacyhints-faq-question-title {
  margin-bottom: 10px;
}
.privacyhints-faq-question-title:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(img/up.png);
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 20px;
  transition: 0.25s all;
  webkit-transition: 0.25s all;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
}
.privacyhints-faq-opened-question .privacyhints-faq-question-title:after {
  transform: rotate(0deg);
}
.privacyhints-faq-answer {
  display: none;
  margin-bottom: 15px;
}
/* END FAQ */


/* START PAGINATION */
.privacyhints-pagination {
  display: block;
  overflow: hidden;
  margin: 20px 0 60px;
}
.privacyhints-pagination .nav-links {
  text-align: center;
}
.page-numbers, .page-numbers:visited {
  padding: 5px 10px;
  background: var(--anchor-color);
  color: #fff;
}
.page-numbers.current, .page-numbers:hover, .page-numbers:active, .page-numbers:focus {
  background: var(--heading-color);
  color: #fff;
}
/* END PAGINATION */

/* START SEARCH PAGE*/
.privacyhints-search-keyword {
  color: var(--anchor-color);
  text-decoration: underline;
}
/* END SEARCH PAGE */

/* START 404 PAGE */
.privacyhints-404-content {
  padding: 100px 0 150px;
}
/* END 404 PAGE*/

/* START RANK MATH TABLE OF CONTENT */
.privacyhints-single-post-content-sec .wp-block-rank-math-toc-block {
  background: var(--bg-color-one);
  padding: 20px 30px 10px;
  margin: 20px 0;
}
.privacyhints-single-post-content-sec .wp-block-rank-math-toc-block ol {
  padding-left: 20px;
}
.privacyhints-single-post-content-sec .wp-block-rank-math-toc-block ol li a {
  color: var(--heading-color);
  font-family: var(--medium-font);
  margin-bottom: 10px;
  display: block;
}
.privacyhints-single-post-content-sec .wp-block-rank-math-toc-block ol li::marker, .privacyhints-single-post-content-sec .wp-block-rank-math-toc-block ol li a:hover {
  color: var(--anchor-color);
}
/* END RANK MATH TABLE OF CONTENT */

/* START SINGLE POST */
.privacyhints-single-post-title {
  margin-top: 10px;
}
.privacyhints-single-post-content-sec img, .privacyhints-single-post-content-sec table {
  margin: 25px 0;
}
.privacyhints-single-post-content-sec h2 a, .privacyhints-single-post-content-sec h3 a, .privacyhints-single-post-content-sec h4 a, .privacyhints-single-post-content-sec h5 a, .privacyhints-single-post-content-sec h6 a {
  color: var(--anchor-color);
}
/* END SINGLE POST */

/* START BREADCRUMB */
.rank-math-breadcrumb a {
  font-family: var(--medium-font);
}
/* END BREADCRUMB */