h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

table {
  margin-bottom: 1.2em;
  padding: 1em;
  background: #fafafa;
}

table th {
  padding-right: 1em;
  border-bottom: 1px solid #e0e0e0;
}

table td {
  padding-right: 1em;
}

ul {
  margin-bottom: 1.4em;
}

ul.no-bullet {
  list-style-type: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.8rem 0.8rem;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  content: "";
    display: block;
    width: 24px;
    height: 16px;
    background-image: url(../images/quote-icon-red.svg);
    margin-bottom: 16px;
}

blockquote p {
  display: inline;
}

.label {
  margin-bottom: .4em;
}

.header-dark #header:not(.scrolled) a {
  color: #444 !important;
}

.header-dark.header-transparent #header:not(.scrolled) {
  background-color: white;
}

.navbar-section > a {
  margin-right: 2em !important;
}

.navbar-section > a:last-child {
  margin-right: 0 !important;
}

section.section {
  padding-left: 3rem;
  padding-right: 3rem;
}

#breadcrumbs span, #breadcrumbs a {
  padding: 0 0.1rem;
}

#breadcrumbs span:not(:first-child)::before, #breadcrumbs a:not(:first-child)::before {
  padding-right: .4rem;
}

.pagination li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination li a {
  text-decoration: none;
  color: #23a45a;
}

.pagination li.active {
  z-index: 1;
  color: #fff;
  margin-left: -1px;
  outline: 0;
  background-color: #23a45a;
  border-color: #23a45a;
  box-shadow: 0 0 0 0.2rem rgba(117, 187, 129, .2);
}

.pagination li:not(:first-child) {
  border-left: none;
}

.small {
  font-size: 0.75em;
  color: #b3b3b3;
}

.margin-auto {
    margin: auto;
}

.margin-2em {
  margin: 2em;
}

.mt-1em {
  margin-top: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mb-3em {
  margin-bottom: 3em;
}

.ml-0 {
  margin-left: 0;
}

.pt-3em {
  padding-top: 3em !important;
}

.no-text-decoration {
  text-decoration: none !important;
}

.link-hover-transition:hover {
  color: #368EE0;
  transition: .4s;
}

.link-hover-background-transition:hover {
  color: white;
  background-color: #3085EE;
  transition: .2s;
}

.ultimate-guide {
  display: flex;
}

.ultimate-guide-branding {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/blog/user/themes/quark/images/logo/logo-symbol.png");
  background-color: #72bb80;
}

.ultimate-guide-url {
  line-height: 2.5em;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #b0b0b0;
  border-right: none;
}

.ultimate-guide-url a {
  display: inline-block;
  line-height: normal;
  padding: .5em;
}

.cta-skin {
  margin: 2em 0;
  /* padding: 2em 0; */
  border: 2px dashed #b0b0b0;
  border-radius: 3px;
  background: #FFFFFF;
  color: #333;
}

.cta-skin h2 {
  letter-spacing: 0;
  margin-bottom: 15px;
}
.cta-skin p {
  margin-bottom: 20px;
}

.cta-bg {
  background: url(../images/bg2.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0;
}

.cta-bg h3 {
  color: #fff;
}

a.cta {
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 3px;
  font-weight: bold;
  color: white;
  background-color: #f99319;
  transition: .2s;
}

a.cta:hover {
  background-color: #f09016;
  text-decoration: none;
}

.font-weight-bold {
  font-weight: bold;
}

.border-0 {
  border: none;
}

.color-success-green {
  color: #73D080;
}

.space-50 {
  width: 100%;
  margin-top: 50px;
}

.wave{
  height: 50px;
  position: relative;
}
.wave::before, .wave::after{
  border-bottom: 5px solid #5ABC7A;
}
.wave::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-size: 20px 40px;
  background-image:
    radial-gradient(circle at 10px -15px, transparent 20px, #5ABC7A 21px);
}
.wave::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background-size: 40px 40px;
  background-image:
    radial-gradient(circle at 10px 26px, #5ABC7A 20px, transparent 21px);
}

.feature-image-container img {
  margin-bottom: 2em;
}

.e-content img {
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
}

img.width40 {
  width: 40%;
}

img.width50 {
  width: 50%;
}

img.width60 {
  width: 60%;
}

img.width70 {
  width: 70%;
}

img.width75 {
  width: 75%;
}

img.width80 {
  width: 80%;
}

img.width85 {
  width: 85%;
}

.side-bar-card {
  border: none;
  border-radius: 3px;
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 25px;
}

.side-bar-card h4 {
  color: #ffffff;
}

.side-bar-card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.side-bar-card:before {
  background: url(../images/signup-pattern.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 214px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-40%,-40%);
  -ms-transform: translate(-40%,-40%);
  transform: translate(-40%,-40%);
  width: 214px;
  opacity: 0.5;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.no-margin {
  margin: 0;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.blog-listing .card:hover {
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.15);
}

.card {
  cursor: pointer;
}

.card * {
  transition: all .2s ease-out;
}

.card-image {
  position: relative;
}

.card-image img {
  float: left;
}

.card-image span {
  font-weight: bold;
  color: white;
}

.card-title a {
  color: #333;
  text-decoration: none;
}

.card:hover .card-title a {
  color: #fd5f75;
}

.card:hover .card-image-overlay {
  opacity: 1;
  visibility: visible;
}

.card-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2,162,175,.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .125s ease-in;
  -o-transition: all .125s ease-in;
  transition: all .125s ease-in;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.popular-posts-container {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 1em;
}

.popular-posts-header {
  border-bottom: 1px solid #f8f8f8;
}

#header a.stand-out {
  padding: .3em .8em;
  background: #f99319;
  border-radius: .2em;
  color: white;
  text-decoration: none;
  transition: .2s;
}

#header a.stand-out:hover {
  background-color: #f09016;
}

.header-dark #header:not(.scrolled) a.stand-out {
  color: #fff !important;
}

.text-muted {
  color: #bbb;
}

.minibar-container .search-wrapper {
    margin: 0;
}

.minibar-container .search-wrapper input[type=text] {
  float: left;
  width: 80%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #75bb81;
}

.minibar-container .search-wrapper button[type=submit] {
  width: 20%;
  height: 1.8rem;
  background: #23a45a;
  color: white;
  font-size: 17px;
  border: none; /* Prevent double borders */
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  transition: .2s;
}

.minibar-container .search-wrapper button[type=submit]:hover {
  background: #20a058;
}

.search-wrapper .search-input {
  border-color: #75bb81;
}

.search-wrapper .search-input:focus,
.simplesearch .search-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 187, 129, .2);
}

.simplesearch.main button[type=submit] {
  display: none;
}

::selection {
  background-color: #222;
  color: white;
}

.search-image img {
  max-width: 100px;
}

article.most-popular {
  margin: 2em 0;
}

.minibar-container {
  padding: 1em 1.5em;
  border-radius: .5em;
  background-color: white;
  border: none;
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.1);
}

.category-container .columns {
  justify-content: space-between;
  align-content: space-around;
}

.category-container {
  padding: 0 0 0 2em;
  border-left: 1px solid #f4f4f4;
}

.category-button {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 12em;
}

.category-button a {
  color: #23a45a;
  background-color: #ffffff;
  font-weight: bold;
  padding: .5em 2em;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s;
}

.category-button a:hover,
.category-button.highlighted a {
  color: white;
  background-color: #23a45a;
}

.mobile-menu .button_container {
  right: 2rem;
}

img.country {
  width: 20px;
  margin-right: 8px;
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 5%);
}

@media only screen and (max-width: 1024px) {
.category-button.bimi {
display: none;
}
}

@media only screen and (max-width: 640px) {
.simplesearch .search-input {
width: 100%;
}
.search-row {
margin-bottom: 3em;
}
.search-item {
margin-left: 0;
margin-right: 0;
}
.search-image {
margin-bottom: 1em;
}
.search-image img {
max-width: 100%;
}
#footer .column {
width: 35%;
}
}

@media only screen and (max-width: 480px) {
#footer .column {
width: 100%;
}
}

@media only screen and (max-width: 980px) {
.blog-listing .bricklayer-column {
padding-right: 0;
}
section.section {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
.columns {
margin-left: 0;
margin-right: 0;
}
.column {
padding-left: 0;
padding-right: 0;
}
.minibar-container .column.col-4 {
min-width: 100%;
}
.category-container {
display: none;
}
#listing-footer {
margin: 0 0 3em 0;
}
.pagination {
display: inline-block;
}
.pagination li {
border: none;
}
#footer .column {
width: 24%;
}
}