/*
Theme Name: gifdb.com
Author: YikChai
Version: 0.3
*/
.ads-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 80%;
  font-weight: bold;
}
.ads-container::before, .ads-container::after {
  display: block;
  min-height: 0.5rem;
  text-transform: uppercase;
  color: #888;
}
.ads-container::before {
  /* 	content: "Advertisement"; */
  content: " ";
}
.ads-container::after {
  /* 	content: "Continue reading below" */
  content: " ";
}
.ads-unit-hr {
  width: 380px;
  height: 300px;
}
.ads-sticky {
  display: none;
}
.ads-mobi {
  display: flex;
}
.ads-desk {
  display: none;
}
.avatar svg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 13px;
}
.author-info {
  border-bottom: 1px solid #f0f0f0;
  height: 60px;
}
@media (max-width: 479px) {
  body {
    margin: auto;
    width: 100vw;
  }
  header nav ul.navbar-nav > li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ececec;
  }
  #navbarMainContent {
    height: 100vh;
  }
  .container {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .sub-menu-mobile-wrap {
    z-index: 9;
  }
  .gifdb-modal {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 4000;
    background: white;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  header .container {
    padding: 0;
  }
  .filter-menu-item {
    border-bottom: 1px solid #e0e0e0;
  }
  .filter-menu-item > button {
    width: 100%;
    text-align: left;
    height: 46px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 10px;
  }
  .filter-menu-item > button:hover {
    color: white;
    background: #2464c4;
  }
  .filter-menu-item > button:hover svg {
    transform: rotate(270deg) !important;
  }
  .filter-menu-item > button:hover svg path {
    fill: #fff;
  }
  .btn:focus,.btn:hover {
    box-shadow: none !important;
    background-color: #2464c4;
  }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #267AD0 !important;
    font-weight: 700;
  }
  header nav li.menu-item-has-children .sub-menu {
    display: none;
  }
  header nav .submenu-content ul.menu-list {
    column-count: 2;
  }
  footer nav ul li:first-child {
    padding-left: 0px;
  }
  footer nav ul li:nth-child(5) {
    padding-left: 0px;
    border: none;
  }
  footer nav ul li:not(:first-child) {
    font-size: 14px;
    white-space: nowrap;
  }
  .footer-section-column {
    border-bottom: 1px solid #e0e0e0;
  }
  #col3 ul {
    column-count: 1 !important;
  }
  .search-container {
    padding-left: 0;
    padding-right: 0;
  }
  .search-form {
    height: 144px;
  }
  .search-form > .input-group {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }
  .top-search {
    max-width: 100%;
    font-size: 1rem;
  }
  .top-search-list {
    width: 100%;
    padding: 0;
  }
  .top-search-list > li {
    margin-right: 1rem;
  }
  .top-search-list > li:nth-of-type(1n+5) {
    display: none;
  }
  .new-gifs-row > .categories-card {
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    gap: 0.5rem;
  }
  .cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 120px;
    height: 1.2em;
    white-space: nowrap;
  }
  .card-columns {
    column-count: 2 !important;
  }
  .card.content img {
    height: auto;
    width: 100%;
    background: lightgray;
  }
  .contact-us-container {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  .container form .form-group {
    width: 95% !important;
  }
  .container form button {
    width: 95% !important;
  }
  .new-categories-card {
    display: flex;
    flex-flow: row wrap;
  }
  .content-div {
    background: #808080;
    overflow: hidden;
  }
  .pop-image-div {
    overflow: hidden;
    margin-bottom: 25px;
    background: #808080;
    width: 180px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0px;
  }
  .trending-li {
    background: #808080;
    width: 180px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    border: none;
    border-radius: 0px;
    overflow: hidden;
  }
  .trending-ul {
    justify-content: space-evenly;
  }
  .bold-font {
    font-weight: 500;
  }
  .taxonomy-related {
    overflow: hidden;
    margin-bottom: 25px;
    background: #808080;
    width: 180px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0px;
  }
  .footer-copyright {
    justify-content: flex-start;
  }
  .search-div {
    background-color: #242b3d;
    height: 50px;
    width: 64px;
    border: none;
    border-radius: 0px 3px 3px 0px;
  }
  .view-all-div {
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .menu-item-link-mob {
    margin-left: -10px;
  }
  .search-text {
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
  }
  .ads-mobi.ads-unit-vt {
    width: 100%;
    height: 300px;
  }
  .author-info {
    border-bottom: 0px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (min-width: 480px) and (max-width: 991px) {
  header nav ul.navbar-nav > li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ececec;
  }
  header nav .submenu-content ul.menu-list {
    column-count: 2;
  }
  #navbarMainContent {
    height: 100vh;
  }
  .sub-menu-mobile-wrap {
    z-index: 9;
  }
  .gifdb-modal {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4000;
    background: white;
    text-align: center;
    height: 100%;
  }
  .filter-menu-item {
    border-bottom: 1px solid #e0e0e0;
  }
  .filter-menu-item > button {
    width: 100%;
    text-align: left;
    height: 46px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 10px;
  }
  .filter-menu-item > button:hover {
    color: white;
    background: #2464c4;
  }
  .filter-menu-item > button:hover svg {
    transform: rotate(270deg) !important;
  }
  .filter-menu-item > button:hover svg path {
    fill: #fff;
  }
  header nav li.menu-item-has-children.mobile .sub-menu {
    display: block;
  }
  header nav li.menu-item-has-children .sub-menu {
    display: none;
  }
  footer nav ul li:first-child {
    padding: 7px 20px 7px 0px;
  }
  .new-gifs-row > .categories-card {
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    gap: 0.5rem;
  }
  #col3 ul {
    column-count: 2;
    column-gap: 150px;
  }
  .card-columns {
    column-count: 2;
  }
  .card.content img {
    height: auto;
    width: 100%;
    background: lightgray;
  }
  .search-text {
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
  }
  .search-div {
    background-color: #242b3d;
    height: 50px;
    width: 64px;
    border: none;
    border-radius: 0px 3px 3px 0px;
  }
}
@media (min-width: 992px) {
  header nav li.menu-item-has-children:hover ul.sub-menu {
    display: grid;
  }
  header nav ul.sub-menu {
    list-style: none;
    display: none;
    grid-template-columns: 20% 20% 20% 20% 20%;
    position: absolute;
    background: #fff;
    top: 50px;
    left: -200px;
    right: 0;
    padding: 2rem;
    padding-left: 0;
  }
  .card-columns {
    column-count: 4;
  }
  .card.content img {
    height: auto;
    width: 100%;
    background: lightgray;
  }
  .content-div {
    width: 250px;
    background: #808080;
    overflow: hidden;
  }
  .menu-item-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .taxonomy-related {
    overflow: hidden;
    margin-bottom: 25px;
    background: #808080;
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0px;
  }
  .footer-copyright {
    align-items: center;
    justify-content: flex-end;
  }
  .trending-li {
    background: #808080;
    width: 202px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    border: none;
    border-radius: 0px;
    overflow: hidden;
  }
  .trending-ul {
    justify-content: space-between;
  }
  .bold-font {
    font-weight: 500;
  }
  .pop-image-div {
    overflow: hidden;
    margin-bottom: 25px;
    background: #808080;
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0px;
  }
  .search-div {
    background-color: #242b3d;
    height: 50px;
    border: none;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
  }
  .search-form {
    min-height: 110px;
  }
  .stickyunit {
	height: 95px;
  }
  .ads-unit-hr {
	width: 970px;
	height: 300px;
  }
  .ads-container.ads-verti {
	height: auto;
  }
  .ads-unit-vt {
	min-width: 300px;
	width: 300px;
	height: auto;
  }
  .ads-sticky {
	position: sticky;
	top: 96px;
	display: block;
  }
  .ads-mobi {
	display: none;
  }
  .ads-desk {
	display: flex;
  }
  .ads-container.ads-page {
	height: 300px;
  }
  .ads-container.ads-page .ads-unit-hr {
	width: 970px;
	height: 300px;
  }	
}
.row.ad-holder-section{
  height: 100%
}
/* xl - DESKTOP STYLES */
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.6;
  font-size: 14px;
}
* {
  box-sizing: border-box;
}
a,
a:hover {
  color: #011010;
  text-decoration: none;
}
nav ul li {
  font-size: 14px;
  white-space: nowrap;
}
.category__title {
  font-weight: 700;
}
.non-list {
  padding-left: 0;
  list-style: none;
}
.non-list li {
  padding-bottom: 10px;
  white-space: nowrap;
}
#col3 ul {
  column-count: 2;
  column-gap: 100px;
}
a {
  color: #011010;
  text-decoration: none;
}
a.obvious {
  background-color: #2464c5;
  color: white;
  text-decoration: none;
}
.footer {
  /*   padding: 15px; */
  padding-left: 0;
  position: relative;
}
footer .navbar {
  display: flex;
  justify-content: center;
}
nav ul li {
  border-bottom: 4px white solid;
  margin-right: 2px;
  padding-right: 15px;
  padding-left: 15px;
}
header nav ul li {
  padding: 7px 25px;
  font-weight: bold;
  font-size: 16px;
}
header nav form {
  padding: 0 0 0 10px;
  border-left: 1px solid #f0f0f0;
}
header nav ul.navbar-nav > li:last-child {
  padding-right: 10px;
  font-size: 17px;
}
header nav ul li a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
.hidden {
  display: none;
}
main {
  min-height: 600px;
}
main > div {
  margin: 20px 0;
}
header {
  background: white;
}
header nav ul.sub-menu {
  list-style: none;
  border-top: 1px solid #d3d3d3;
}
header nav li.menu-item-has-children:hover > a {
  color: #0d6ecc;
}
header nav ul.sub-menu li {
  font-weight: normal;
}
header nav ul.sub-menu li:hover > a {
  color: #0d6ecc;
}
.sub-menu-mobile-wrap {
  position: absolute;
  background: white;
  top: 52px;
  left: 0px;
  right: 0;
  border-top: 1px solid #e0e0e0;
  display: none;
  height: 100%;
}
.close-submenu {
  padding: 1rem;
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.submenu-content ul li.col1 {
  grid-column: 1;
}
.submenu-content ul li.col2 {
  grid-column: 1;
}
.submenu-content ul li.col3 {
  grid-column: 2;
}
.submenu-content ul li.col4 {
  grid-column: 2;
}
.gifdb-modal {
  display: none;
  position: fixed;
  margin: 0 auto;
  right: 0;
  background-color: white;
  z-index: 4000;
  text-align: center;
  height: 100%;
}
.search {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  position: relative;
}
.searchInput {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 77%;
  z-index: 1;
  font-size: 16px;
}
.search-input-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 5px;
}
.searchInput.show {
  visibility: visible;
}
.filter-menu-item > button {
  width: 100%;
  text-align: left;
  height: 46px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 10px;
}
#module {
  font-size: 1rem;
  line-height: 1.5;
}
.sub-keywords #collapseSubs.collapse:not(.show) {
  display: flex;
  max-height: 57.5rem;
  overflow: hidden;
}
.sub-keywords #collapseSubs.collapsing {
  max-height: 57.5rem;
}
.gifdb-modal input {
  width: 384px;
  height: 54px;
  border: #d5d5d5 solid 1px;
  border-radius: 4px;
  padding: 10px;
}
.gifdb-modal button {
  width: 384px;
  height: 54px;
  border-radius: 4px;
  border: #0d6ecc solid 1px;
  background-color: #2a9fe8;
  color: white;
  margin-bottom: 12px;
}
.gifdb-modal .facebook {
  font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 12px;
  padding: 13px 30px 13px 30px;
  height: 54px;
  width: 384px;
  background: #3a5a97;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 20, 0.4);
  text-decoration: none;
  line-height: 1;
  position: relative;
  border-radius: 5px;
}
.gifdb-modal .apple {
  font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 12px;
  padding: 13px 44px 13px 44px;
  height: 54px;
  width: 384px;
  background: black;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 20, 0.4);
  text-decoration: none;
  line-height: 1;
  position: relative;
  border-radius: 5px;
}
.gifdb-modal * {
  box-sizing: border-box;
}
.gifdb-modal a {
  color: #011010;
  text-decoration: none;
}
.gifdb-modal a.obvious {
  color: black;
  text-decoration: underline;
  background-color: #fff !important;
}
.gifdb-modal.show {
  display: block;
}
.gifdb-modal article {
  background: white;
}
.navbar-expand-lg {
  padding-left: 0;
  padding-right: 0;
}
form > div {
  margin-bottom: 12px;
}
.btn,.btn-primary {
  background-color: #2c9ee6;
  color: white;
  font-weight: 700;
}
main aside {
  max-width: 22rem;
}
.form-control.search-field {
  height: 60px;
  /* max-width: 800px; */
}
.ui-autocomplete {
  z-index: 1200 !important;
}
.gifdb-modal {
  width: 460px;
}
.gifdb-modal h2 {
  font-size: 20px;
}
header nav li.menu-item-has-children a {
  font-size: 16px;
}
header nav li.menu-item-has-children li {
  padding-bottom: 0;
}
.extra-list {
  padding-left: 15px;
  height: 54px;
  line-height: 39px;
  border-bottom: 1px solid #ececec;
}
.dropdown-item {
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 44px;
  border-bottom: 1px solid #ececec;
}
.navbar-toggler:focus {
  outline: none;
}
.extra-submit-button {
  background: #299ee7;
  color: white;
  font-size: 16px;
  font-weight: bold;
  height: 54px;
  line-height: 39px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  margin-left: 5%;
  max-width: 90%;
  cursor: pointer;
  border-radius: 5px;
}
.background-blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.wrapper {
  width: 100%;
  min-height: 26px;
  padding: 2px;
  border-radius: 1px;
  border: 1px solid #f3f3f3;
  outline-color: none;
  cursor: text;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: row;
  align-items: center;
}
input {
  color: #000000;
  outline-color: none;
  background-color: transparent;
  border: none;
  height: 100%;
  flex-grow: 1;
  font-size: 12px;
  margin-left: 10px;
}

h2 {
  font-size: 1.5rem;
  white-space: nowrap;
}
.search-form {
  background-image: url("https://gifdb.com/wp-content/themes/gifdb-com-develop/src/search-bg.jpg");
  background-size: cover;
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
}
.top-search {
  max-width: 90%;
  font-size: 1rem;
}
.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.search-form > .input-group {
  max-width: 90%;
}
.top-search-list {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.top-search-list li {
  border-radius: 20px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0px 4px;
  margin-top: 0.25rem;
}
.top-search-list > li > a {
  color: white;
  white-space: nowrap;
  margin: 0 7px;
}
.new-gifs-row > .catergories-card > .card {
  width: 200px;
}
.new-gifs-row::-webkit-scrollbar {
  display: none;
}
.new-gifs-row > .categories-card > li {
  width: 200px;
  margin-right: 0.2rem;
}
/* Hide scrollbar for IE, Edge and Chrome */
.new-gifs-row {
  -ms-overflow-style: none;
}
.category__title .info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column-reverse;
  background: linear-gradient(transparent 0 70%, rgba(0, 0, 0, 0.5));
  font-size: 18px;
}
.category__title .info .info-blue-line {
  background-color: #0085da;
  height: 5px;
}
.category__title .info .info-red-line {
  background-color: #e82d23;
  height: 5px;
}
.category__title .info a {
  color: white;
  text-align: center;
}
.new-gif-container {
  position: relative;
  border-left: 2px solid #efe4ce;
  border-right: 2px solid #efe4ce;
  border-bottom: 2px solid #efe4ce;
}
.new-gif-container::before {
  content: "";
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(
    left,
    #f47333 0%,
    #ed8034 32%,
    #feb123 32%,
    #feb123 32%,
    #feb123 66%,
    #f0a902 100%,
    #2184cd 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f47333 0%,
    #ed8034 32%,
    #feb123 32%,
    #feb123 32%,
    #feb123 66%,
    #f0a902 100%,
    #2184cd 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f47333 0%,
    #ed8034 25%,
    #feb123 25%,
    #feb123 32%,
    #feb123 66%,
    #f0a902 100%,
    #2184cd 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47333', endColorstr='#2184cd',GradientType=1);
  /* IE6-9 */
}
.new-gif-container .right-arrow-button {
  height: 50px;
  background-color: rgba(207, 143, 2, 0.7);
  width: 30px;
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 100;
  cursor: pointer;
}
.top-button {
  position: fixed;
  width: 56px;
  height: 56px;
  right: 6%;
  bottom: 10%;
  padding: 10px;
  z-index: 4;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
}
header nav ul.navbar-nav > li:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav ul.navbar-nav > li:nth-child(4):after {
  content: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer%5f1%22%20height%3D%2220%22%20width%3D%2210%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.99%208.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232a9fe8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M2.15%2C3.51A1.67%2C1.67%2C0%2C0%2C0%2C1%2C4%2C1.59%2C1.59%2C0%2C0%2C0%2C1%2C6.26L6.86%2C12a1.72%2C1.72%2C0%2C0%2C0%2C2.32%2C0L15%2C6.3A1.59%2C1.59%2C0%2C0%2C0%2C15%2C4a1.67%2C1.67%2C0%2C0%2C0-2.33%2C0L8%2C8.61%2C3.31%2C4A1.67%2C1.67%2C0%2C0%2C0%2C2.15%2C3.51Z%22%20transform%3D%22translate%28-0.5%20-3.51%29%22%2F%3E%3C%2Fsvg%3E);
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.related-tag {
  display: flex;
  flex-wrap: wrap;
}
.related-tag .image-tag:first-child {
  margin-left: 0;
}
.related-tag .image-tag:hover {
  background-color: #3791d1;
}
.related-tag .image-tag:hover > a {
  color: white;
}
.ads-only {
  border: 1px solid #6fb7e9;
}
.custom-select {
  background: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer%5f1%22%20width%3D%2230%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.99%208.98%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232a9fe8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M2.15%2C3.51A1.67%2C1.67%2C0%2C0%2C0%2C1%2C4%2C1.59%2C1.59%2C0%2C0%2C0%2C1%2C6.26L6.86%2C12a1.72%2C1.72%2C0%2C0%2C0%2C2.32%2C0L15%2C6.3A1.59%2C1.59%2C0%2C0%2C0%2C15%2C4a1.67%2C1.67%2C0%2C0%2C0-2.33%2C0L8%2C8.61%2C3.31%2C4A1.67%2C1.67%2C0%2C0%2C0%2C2.15%2C3.51Z%22%20transform%3D%22translate%28-0.5%20-3.51%29%22%2F%3E%3C%2Fsvg%3E)
    0 0 no-repeat;
  background-size: 16px 16px;
  background-position: right 0.75rem center;
}
.card-columns .card {
  display: inline-block;
  min-width: 0;
}
ol.breadcrumb {
  background: none;
  padding: 0.75rem 0;
  margin-bottom: 0;
}
ol .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item > a {
  color: black;
}
.breadcrumb-item:last-child::after {
  content: none;
}
.breadcrumb-item::after {
  content: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer%5f1%22%20height%3D%2218%22%20width%3D%2215%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221%20-3%205.94%2018.96%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232a9fe8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.05%2C13.34a1.63%2C1.63%2C0%2C0%2C0%2C.49%2C1.15%2C1.58%2C1.58%2C0%2C0%2C0%2C2.24%2C0h0L8.54%2C8.63a1.72%2C1.72%2C0%2C0%2C0%2C0-2.32L2.84.49A1.59%2C1.59%2C0%2C0%2C0%2C.59.44s0%2C0%2C0%2C0a1.65%2C1.65%2C0%2C0%2C0%2C0%2C2.33L5.15%2C7.49.54%2C12.18A1.64%2C1.64%2C0%2C0%2C0%2C.05%2C13.34Z%22%20transform%3D%22translate%28-0.05%200%29%22%2F%3E%3C%2Fsvg%3E%0A);
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.breadcrumb-item::before {
  display: none;
}
.post-image {
  width: 100%;
  height: 100%;
}
.share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  width: 60px;
  height: 40px;
  margin-right: 5px;
}
.share-btn:last-child {
  margin-right: 0;
}
.share-fb {
  background-color: #3b86ef;
}
.share-tw {
  background-color: #20cdff;
}
.share-tum {
  background-color: #569dce;
}
.share-wa {
  background-color: #6ac93e;
}
.share-reddit {
  background-color: #f66269;
}
.share-pt {
  background-color: #e03d98;
}
.share-em {
  background-color: #9b9b9b;
}
/* slider css */
.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 10px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -1px;
  bottom: -3px;
  background-color: #2c9ee6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.create-gif {
  display: flex;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
}
.share-gif-button {
  background-color: #20a1e8;
  color: white;
  width: 80%;
  margin-right: 10px;
  height: 50px;
}
.three-dot-button {
  background-color: #20a1e8;
  width: 20%;
  height: 50px;
}
.avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 13px;
}

.related-tag::-webkit-scrollbar {
  display: none;
}

.related-tag .image-tag {
  padding: 7px;
  border-radius: 20px;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 8px;
  background-color: #f8f8f8;
}
.related-tag .image-tag > a {
  color: black;
  margin-left: 10px;
  margin-right: 10px;
}
.related-tag .image-tag:hover {
  background-color: #3791d1;
  text-shadow: 0px 0px 1px white;
}
.related-tag .image-tag:hover > a {
  color: white;
}
.ads-only {
  border: 1px solid #6fb7e9;
}

.card-columns {
  column-count: 4;
}
.card-columns .card {
  margin-bottom: 0.75rem;
  display: inline-block;
  border: none;
}
.card.content img {
  height: auto;
  width: 100%;
  background: lightgray;
}
footer nav ul li:not(:first-child) {
  border-left: 1px solid #e0e0e0;
}
/* css for contact us form */
.container form input {
  margin-left: 0;
  background-color: #f8f8f8;
}
.container form .form-group {
  width: 80%;
}
.container form .form-group .form-control-lg {
  padding: 1rem;
  font-size: 1rem;
}
.container form button {
  width: 80%;
  background-color: #229ee7;
  border-color: #229ee7;
}
ol li::marker {
  font-weight: 800;
}
ol li p {
  margin-left: 10px;
}
.card-img {
  object-fit: cover;
}
.link-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 auto;
}
.high-image-div {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-copyright {
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 0px;
}
.scroll-btn-div {
  margin-left: 3px;
  margin-top: 7px;
}
.menu-footer-menu-container ul li {
  height: 16px;
}
.fb-apple-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}

main figure {
	margin: 0;
	position: relative;
	min-height: 96px;
}
main figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0.125em 0.5em;
	background: linear-gradient(transparent 0 50%, rgba(0,0,0,0.6));
	height: 6em;
	color: #fff;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}
main figure figcaption span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
main .category__title figure figcaption {
	font-size: 16px;
	line-height: 1.2;
}

main figure picture {
}

@media (min-width: 1200px) {
  body {
    margin: auto;
    width: 1050px;
  }
}

ul.category-cards {
  column-gap: 0.75rem;
}


@media (min-width: 300px){
	.latest-blog {
  display:flex;
  flex-direction:column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.latest-blog-item-list-top {

  padding-bottom: 20px;
}

.latest-blog-item-list {
  padding: 0px 2px 0px 2px;
}

.latest-blog-item-list-content-top {
  padding: 0px 2px 0px 2px;

  padding-bottom: 10px;

}
.latest-blog-title {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;

}

.latest-blog-item-list-content {
  list-style-type: none;
  padding: 0;
/*   img {
    height:auto;
	  border-radius: 0;
  } */

}
.latest-blog-item-list-content:first-child {
  border-bottom: 1px solid #ececec;
	font-size: 1.2rem;
	font-weight: bold;
	span {
  margin-bottom: 1rem;
  display: block;
  height: 3.5rem;
  overflow: hidden;
}
}

.latest-blog-with-image{
  list-style-type: none;
  padding: 0;
}

.latest-blog-col{
  max-width:100%;
  padding-bottom: 1.1rem;
}

.latest-blog-row{
  column-gap: 1rem;
  row-gap:1rem;
  padding: 0 !important;
  list-style-type: none;
  margin: 0;
}



.latest-blog-new-div{
  padding: 0px 2px 0px 2px;
  border-top:1px solid #ececec;
}
	
	.section-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
}

}
.latest-blog-item-list-content img {
    height: auto;
    border-radius: 0;
	aspect-ratio: 1.5;
}
.latest-blog-item-list-content:first-child span {
    margin-bottom: 1rem;
    display: block;
    height: 3.5rem;
    overflow: hidden;
}
ul.extra-blog {
    display: none;
}
@media (min-width: 800px){
		.latest-blog-gp .section-content {
    display: flex;
    column-gap: 1em;
}
	.latest-blog-gp .section-content > ul {
    flex: 1;
	border: 1px solid #ececec;}
	
	ul.extra-blog {
		display: block;
		margin-top: 1em;
		list-style-type: none;
		padding: 0;
	}
	ul.extra-blog li.extra-blog-item {
		line-height: 2;
		display: flex;
		align-items: center;
		column-gap: 4px;
    }
	ul.extra-blog li.extra-blog-item svg {
		width: 16px;
		height: 16px;
    }
}


