/*
Theme Name: Setupad
Author: setupad.com
Author URI: https://setupad.com
Version: 0.0.13
Text Domain: setupad
*/

/* Including Inter Fonts */
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 200;
  font-display: swap;
  src: url("assets/fonts/inter/Inter-ExtraLight.woff2?v=3.12") format("woff2"),
  url("assets/fonts/inter/Inter-ExtraLight.woff?v=3.12") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/inter/Inter-Light.woff2?v=3.12") format("woff2"),
  url("assets/fonts/inter/Inter-Light.woff?v=3.12") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter/Inter-Regular.woff2?v=3.12") format("woff2"),
  url("assets/fonts/inter/Inter-Regular.woff?v=3.12") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/inter/Inter-Medium.woff2?v=3.12") format("woff2"),
  url("assets/fonts/inter/Inter-Medium.woff?v=3.12") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/inter/Inter-SemiBold.woff2?v=3.12") format("woff2"),
  url("assets/fonts/inter/Inter-SemiBold.woff?v=3.12") format("woff");
}

/* Including Space Grotesk Fonts */
@font-face {
  font-family: Space Grotesk;
  src: url("assets/fonts/spacegrotesk/SpaceGrotesk-Light.woff") format('woff');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Space Grotesk;
  src: url("assets/fonts/spacegrotesk/SpaceGrotesk-Medium.woff") format('woff');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Space Grotesk;
  src: url("assets/fonts/spacegrotesk/SpaceGrotesk-SemiBold.woff") format('woff');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: Space Grotesk;
  src: url("assets/fonts/spacegrotesk/SpaceGrotesk-Regular.woff") format('woff');
  font-weight: 100;
  font-display: swap;
}


html {
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #848d9b;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  opacity: 0.8;
  color: #59616d;
}

#main-nav>ul>li>a:hover, #main-nav>ul>li.show>a {
    color: #0497A5 !important;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 2rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #111111;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}



figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

code {
  display: block;
  text-wrap: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
:root {
  --accent: #1AB6C5;          /* brand accent */
  --banner-top: #161b21;      /* theme surface (lighter) */
  --banner-bottom: #0c1015;   /* theme surface (darker) */
}

header#masthead {
  padding: 22px 10px;
  height: 96px;
  /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);*/
  background: linear-gradient(180deg, #111111 0%, rgba(17,17,17,0) 100%);
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar {
  z-index: 9;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
}

.navbar-brand {
  height: auto;
}

.navbar-light .navbar-toggler {
  margin-top: -20px;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.fas.fa-bars {
  font-size: 40px !important;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.dropdown-toggle::after {
  transform: rotate(-90deg);
}
.nav-item:hover .dropdown-toggle::after {
  color: #0497A5;
}
.show .dropdown-toggle::after{
  color: #0497A5;
  transform: rotate(0deg);
  transition: transform 0.5s;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 210px;
  padding: 25px 10px;
  margin-left: -35px;
  background: #FFFFFF;
  opacity: 0.95;
  border: 1px solid rgba(255,255,255,0.2);
  text-align: start;
}

@media (max-width: 768px ){
  .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 1200px ){
  .dropdown-menu {
    padding-left: 0px !important;
    min-width: 100%;
  }
  #menu-item-504 ul {
    margin-left: 0px !important;
  }
  #menu-item-158 ul, #menu-item-18895 ul, #menu-item-1364 ul {
    margin-left: 8px !important;
  }
  ul {
    margin-left: -20px;
  }
}

#menu-item-504 .dropdown-menu {
  min-width: 310px;
}
#menu-item-158 .dropdown-menu{
  min-width: 136px;
}
#menu-item-18895 .dropdown-menu{
  min-width: 122px;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  color: #000000;
  font-family: Inter;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 35px;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #0497A5;
  font-weight: 600;
}
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

.navbar-nav .dropdown-menu {
  text-align: start;
  border: medium none;
  margin-left: 0.250rem;
  padding: 18px 23px 10px 23px !important;
}

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    /*padding-bottom: 0.625rem;*/
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /*padding-bottom: 3.75rem;*/
  /*padding-top: 4.125rem;*/
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";

  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  /*background-color: #f6f7fa;*/
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}



/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-toggler-icon {
    height: unset;
    width: unset;
  }
  .navbar-light .navbar-toggler {
    margin-top: -10px;
  }
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: none;
    padding: 8px 23px 8px 23px !important;
    text-align: center;
  }
  #menu-item-18895 {
    padding-bottom: 10px;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }

  #setupadVideo {
    width: 100% !important;
    position: relative !important;
    height: auto !important;
    left: 0 !important;
   bottom: 0 !important;
   margin-bottom: 0 !important;
}


  #setupadVideoButtonMakeFullscreen {
      bottom: 0 !important;
  }

  .setupadVideoHdBg {
    display: none;
  }



}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

.site-header > .container > .row {
  text-align: center;
}

.site-header > .container > .row > a{
  margin-top: 20px;
}

.site-header > .container > .row > div {
  margin-top: 35px;
}

.content-area {
  margin-top: 0 !important;
}

.page-blog-home>a:hover {
  /*display: none;*/
}

.page-blog-main-article-black-block {
  display: none;
}

.page-blog-main-article-block {
  margin-bottom: 0 !important;
}

.page-blog-main-article-title {
font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
  margin-bottom: 5px !important;
}

.page-blog-main-article-photo {
  height: 200px !important;
}

.page-blog-main-article-excerpt {
  margin-bottom: 20px !important;
}


.content-area {
  margin-top: 0px !important;
}


.single-item-article-title {
  font-size: 27px !important;
  line-height: 30px !important;
}

.single-item-back-button a{
  top: 0 !important;
}

  /* Language buttons */
  #menu-item-131-en, #menu-item-138-en > a {
    margin: 30px 0 0 0 !important;
  }

  /* Log in button */
  #menu-item-141 {
    margin: 0 30px !important;
  }

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}



























/*---------------------------------------------------------------
# SETUPAD.com
 */

.monetize-your-website-traffic-with-us-dark {
  background-color: #111111;
  padding: 80px 0;
}

.monetize-your-website-traffic-with-us-dark-button {
  border-radius: 24px;	background-color: #1AB6C5;margin: 0 auto;
}

.monetize-your-website-traffic-with-us-dark-button a {
  color: #111111;	font-family: Inter;	font-size: 16px;	letter-spacing: 0.1px;	line-height: 50px;	text-align: center;padding: 14px 35px;
}

.monetize-your-website-traffic-with-us-light {
  background-color: #1AB6C5;
}

.monetize-your-website-traffic-with-us-light-button {
  border-radius: 24px; margin: 0 auto;background-color: #FFFFFF;
}

.monetize-your-website-traffic-with-us-light-button a{
  color: #1ab6c5;font-family: Inter;font-size: 16px;letter-spacing: 0.1px;line-height: 50px;text-align: center;padding: 14px 35px;
}

.block-tip {
  opacity: 0.6;	color: #00132F;	font-family: Inter;	font-size: 14px; line-height: 20px; display: inline-block;
}

.hr-separator{
  border-top: 1px solid #FFFFFF; opacity: 0.16; margin-top: 35px;clear: both;
}

.Logo {
  height: 32px;
  width: 177px;
  object-fit: contain;
}


.fas.fa-bars {
  font-style: normal;
}

.fas.fa-bars:before {
  content: "☰";
}

#main-nav>[id^=menu-main-menu] > li > a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    padding-left: 32px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    line-height: 30px;
}


.nav-link[hreflang] {
  font-size: 10px !important;
  margin: 0px;
  padding-right: 0px !important;
  padding-left: 8px !important;
}

#menu-item-131-en, #menu-item-138-en > a {
  margin-left: 50px;
}
.gglobe {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .gglobe {
    margin: auto;
    margin-top: 20px;
  }
}

/*  Home Page Titles */


.earn-more-money-from {
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -2.3px;
  line-height: 63px;
}

.earn-more-money-from h1{
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -2.3px;
  line-height: 63px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px ){
  .earn-more-money-from {
    padding-top: 120px;
  }
}

.earn-more-money-from-signup-now a, .earn-more-money-from-explore-more a{
  font-size: 16px;
  background: #1AB6C5;
  color: #111111;
  font-family: Inter;
  font-weight: 400;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 24px;
  text-align: center;
  line-height: 24px;
  padding: 10px;
  margin: -10px 0px -10px 0px;
  display: block;
  letter-spacing: 0.1px;
}

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

@media (max-width: 767px) {
  .earn-more-money-from-explore-more a{
    margin-top: 24px;
  }
}

.earn-more-money-from-explore-more a{
  background: none;
  color: #FFFFFF;
  border: 1px solid #1AB6C5;
}

.earn-more-money-from-text {
  color: #FFFFFF; font-family: Inter; font-weight: normal; font-size: 14px; line-height: 20px;
}

.homepage-video-bg {
  top: -140px;
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: -100;
}

.homepage-video-bg video {
  margin-right: -1px;
}

#our-products-section {
  padding: 0 0 70px 0; color: #FFFFFF;	font-family: Space Grotesk; font-size: 40px; letter-spacing: -0.5px; line-height: 48px; text-align: center;
}

#our-products-section h2{
  color: #FFFFFF;	font-family: Space Grotesk; font-size: 40px; letter-spacing: -0.5px; line-height: 48px; text-align: center; margin: 0;padding: 0;
}

.our-products {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 200;
  box-sizing: border-box;
  border: 1px solid #1AB6C5;
  height: 48px;
  width: 152px;
  border-radius: 24px;
  text-align: center;
  line-height: 24px;
  padding: 10px;
  margin: 24px auto;
  display: block;
  letter-spacing: 0.1px;
}

.our-products:hover {
  opacity: 1;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.our-product-title {
  padding: 20px 50px;
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 25px;
  letter-spacing: -0.1px;
  line-height: 32px;
  text-align: center;
}

.our-product-title h3{
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 25px;
  letter-spacing: -0.1px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.our-product-desc {
  opacity: 0.5;
  padding: 0 45px;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.additional-products-title {
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 40px;
  letter-spacing: -0.1px;
  line-height: 32px;
  text-align: center;
}

.additional-products-title h2{
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 40px;
  letter-spacing: -0.1px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.additional-product-title {
  padding: 20px 25px;
  letter-spacing: -0.1px;
  text-align: left;
  opacity: 0.96;
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 28px;
}

.additional-product-title h4{
  letter-spacing: -0.1px;
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.additional-product-desc {
  opacity: 0.5;
  padding: 0 7.5px;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.additional-products-block {
  padding-bottom: 150px;
}

.our-client-success-stories {
  padding-bottom: 70px; color: #033A59;	font-family: Space Grotesk; font-size: 40px; letter-spacing: -0.5px; line-height: 48px; text-align: center;
}

.our-client-success-stories h2,.our-clients-title h2{
  color: #033A59;
  font-family: Space Grotesk;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 48px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.our-client-success-story {
  padding: 32px;
  height: 100%;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.our-client-success-story:hover {
  background: #1AB6C5;
}
.our-client-success-story:hover > div:nth-child(2), .our-client-success-story:hover > div:nth-child(3), .our-client-success-story:hover > div:nth-of-type(4)  {
  color: #fff;
}
.our-client-success-story:hover > a {
  border: 2px solid #fff;
  color: #fff;
}
.our-client-success-story:hover > div:nth-child(1) {
  filter: brightness(100);
}

.our-client-success-story.text-center.row {
  margin: 0px;
}

.our-client-success-story > div:nth-child(1) {
  background-repeat: no-repeat; background-size: contain; background-position: center; height: 80px
}

.our-client-success-story > div:nth-child(2) {
  margin: 0 auto; color: #00132F;	font-family: Space Grotesk;	font-size: 40px;	letter-spacing: -0.5px;	line-height: 48px;
}

.our-client-success-story > div:nth-of-type(3) {
  color: #00132F;	font-family: Space Grotesk;	font-size: 18px;	font-weight: 600;	line-height: 28px;     padding-top: 10px;
  padding-bottom: 12px;
}

.our-client-success-story > div:nth-of-type(4) {
  color: #00132F;	font-family: Inter;	font-size: 14px;	line-height: 20px;
}

.our-client-success-story > div:nth-of-type(5) {
  box-sizing: border-box;  min-height: 48px;  width: 165px;  border: 1px solid #1AB6C5;  border-radius: 24px;  text-align: center;  line-height: 42px; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.our-client-success-story > a  {
  box-sizing: border-box;  min-height: 48px;  width: 165px;  border: 1px solid #1AB6C5;  border-radius: 24px;  text-align: center;  line-height: 42px; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  color: #1AB6C5;
}

.our-client-success-story > img {
  padding: 15px 50px 30px 50px
}

.our-clients-title {
  font-family: Space Grotesk;
  font-size: 24px;
  letter-spacing: -0.1px;
  line-height: 32px;
  text-align: center;
  padding-bottom: 70px;
}

.our-clients-logos img {
  padding: 10px 30px; width: 180px;
}

.home-signup-block {
  background: #1AB6C5;
}

.home-signup-block > div > div  > div:nth-child(2) > a {
  color: #1AB6C5;
  font-family: Space Grotesk;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 50px;
  padding: 14px 35px;
}

.learn-with-us {
  padding-bottom: 45px;color: #00132F;	font-family: Space Grotesk;	font-size: 40px;	letter-spacing: -0.5px;	line-height: 48px;	text-align: center;
}

.learn-with-us h2{
  color: #00132F;
  font-family: Space Grotesk;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 48px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.home-blog-entry {
  padding: 15px;position: relative;top: -30px;background: white;margin: 0 12px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  height: 250px;
}

.home-blog-entry > div:nth-child(2) {
  color: #00132F;	font-family: Space Grotesk;	font-size: 18px;	font-weight: 200;	line-height: 28px; padding: 10px 0;clear: both;
}

.home-blog-entry > div:nth-child(3) {
  opacity: 0.6;	color: #00132F;	font-family: Inter;	font-size: 14px;	line-height: 20px;
}

.home-blog-entry-button {
  box-sizing: border-box;	border: 1px solid #00132F; background-color: #00132F;	border-radius: 24px;margin: 0 auto 150px auto; padding: 10px 30px;
  color: #fff;	font-family: Inter;	font-size: 16px;	letter-spacing: 0.1px;	line-height: 24px;	text-align: center;
}


@media (max-width: 1199px) {
  .homepage-video-bg {
    display: none;
  }

  #main-nav > [id^=menu-main-menu] > li > a {
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
  }

  #main-nav {
    height: 95vh;
    margin-top: 30px;
    margin-right: -25px;
    margin-left: -25px;
    position: relative;
    top: -15px;
    background-color: rgba(17, 17, 17, 0.98);
  }

  .dropdown-menu .dropdown-item {
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-align center;
    letter-spacing: 0.1px;
    /*margin: 0 50%;*/
  }

  .login-menu-button {
    margin-left: 0 !important;
    padding-right: 0 !important;
  }

    #our-products-section {
        padding-top: 50px;
    }

}

#main-nav {
  /*background-color: rgba(17, 17, 17, 0.98);*/
  text-align: center;
  z-index: 10;
  /*box-shadow: 0 10px 10px 5px rgba(17, 17, 17, 1);*/
}

.login-menu-button {
  border: 1px solid #1AB6C5;
  border-radius: 24px;

  margin-left: 27px;
  padding-right: 24px;
}


/* Page: information */
.page-information-header-with-background {
  background: url('/wp-content/themes/setupad/assets/img/our-products-bg-mask.png') no-repeat top;
  height: 555px;
  margin-top: -100px;
  margin-bottom: -510px;
}

.page-information-back-button {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #1AB6C5;
  border-radius: 24px;
  padding: 10px 25px;
}

.page-information h1 {
  opacity: 0.96;
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 68px;
  text-align: center;
}

.page-information h2 {
  color: #00132F;
  font-family: Space Grotesk;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 48px;
  font-weight: 100;
}

.page-information span {
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.page-information-direction-arrow {
  margin: 0 10px 5px -20px;
}

.page-information-direction-arrow ~ h3 {
  color: #00132F;font-family: Space Grotesk;font-size: 18px;font-weight: 200;line-height: 28px;display: inline;
}

.page-information-direction-arrow ~ p {
  opacity: 0.6;	color: #00132F;	font-family: Inter;	font-size: 16px;	letter-spacing: 0.1px;	line-height: 24px;
}


/* Page: Ad Formats*/
.page-ad-formats-page-title {
  margin: 64px 0; color: #00132F;	font-family: Space Grotesk;	font-weight: 100; font-size: 40px;	letter-spacing: -0.5px;	line-height: 48px;	text-align: center;
}

.page-ad-formats-block {
  margin-bottom: 60px;
}

.page-ad-formats-ad-title {
  color: #00132F;font-family: Space Grotesk;font-size: 24px;letter-spacing: -0.1px;font-weight: 100;line-height: 32px;float: left;
}

.page-ad-formats-ad-device{
  opacity: 0.6;color: #00132F;font-family: Inter;font-size: 14px;line-height: 20px;float: right;
}
.page-ad-formats-ad-sizes{
  color: #00132F;font-family: Space Grotesk;font-size: 16px;letter-spacing: 0.1px;padding-top: 15px;line-height: 24px;font-weight: 100;clear: both;
}



/* Page: Faq */



.card-header {
  padding: 0;
}

.card-header > i {
  line-height: 25px; color: #1AB6C5;
  float: right;
  margin-top: 10px;
}

.page-faq > div > div >h1 {
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 56px;
  letter-spacing: -2.3px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

#accordion {
  cursor: pointer;
}

#accordion > div > div > h2 {
  opacity: 0.96;	color: #FFFFFF;	font-family: Space Grotesk;	font-size: 18px;	font-weight: 200;	line-height: 28px;
  padding: 0;
  margin: 0;
}

.page-faq-block-header {
  color: #FFFFFF;    font-family: Space Grotesk;  letter-spacing: -0.5px;    line-height: 48px;    padding: 64px 0 24px 0;    font-size: 40px;
}

.page-faq-block {
  border-bottom: rgba(255, 255, 255, 0.16) solid 1px;
  margin: 20px 0;
}

.page-faq-block-question {
  float: left; text-align: left; margin: 10px 0 0 0;
}

.card-body {
  padding: 15px;  opacity: 0.7;	color: #FFFFFF;	font-family: Inter;	font-size: 16px;	line-height: 24px;
}

/*=========================================*/

/* BLOG */

.page-blog-around-container {
  background-color: #F4F6F8;
}

.page-blog-main-article-block {
  /*margin-bottom: -580px;*/
}

.page-blog-main-article-block:hover {
  opacity: 0.9;
}

.page-blog-main-article-white-bg {
  background: #FFFFFF;    height: 360px;    position: relative;    top: -360px;
}

.page-blog-main-article-content-block {
  padding: 32px 20px 20px 20px;position: relative;top: 0px;background: white;
}

.page-blog-main-article-photo {
  width: 100%;height: 360px;background-size: cover;
}

.page-blog-main-article-excerpt{
  opacity: 0.6;	color: #00132F;	font-family: Inter;	font-size: 14px;	line-height: 20px;
}

.page-blog-main-article-title {
  color: #00132F;
  font-family: Space Grotesk;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 48px
  margin-bottom: 5px;
}

.page-blog-index-articles-photo {
  width: 100% !important; height: 205px !important; background-position: center !important; background-size: cover !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 20px;
}

.page-blog-index-articles-block {
  padding: 15px;position: relative;top: -30px;background: white;margin: 0 12px;
  height: 260px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.page-blog-index-articles-title {
  color: #00132F;	font-family: Space Grotesk;	font-size: 18px;	font-weight: 200;	line-height: 28px; padding: 10px 0;clear: both;
}

.page-blog-index-articles-excerpt {
  opacity: 0.6;	color: #00132F;	font-family: Inter;	font-size: 14px;	line-height: 20px;
}

.single-item-article-title {
  color: #00132F;
  font-family: Space Grotesk;
  letter-spacing: -0.5px;
  line-height: 48px;
  font-weight: 100;
  font-size: 40px;
}

.single-item-content-separator {
  height: 43px;
  background: linear-gradient(45deg, #f4f6f8, #f4f6f8 31px, #D8D8D8 30px);
  margin-bottom: 32px;
}

.single-item-meta {
  margin: 10px 0 30px 0;
}

.single-item-tags {
  margin: 10px;
}

.single-item-tags a{
  color: #1AB6C5;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 10px;
}

.single-item-text img {
  mix-blend-mode: multiply;
}

.single-item-text > p, .single-item-text > ol > li{
  opacity: 0.6;
  color: #00132F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: justify;
  word-break: break-word;
}

.single-item-text h2 {
  color: #00132F;
  font-family: Space Grotesk;
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
}

.single-item-text h3 {
  color: #00132F;
  font-family: Space Grotesk;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.single-item-text h6 {
  color: #00132F;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}


.single-item-text a {
  text-decoration: underline;
  opacity: 1 !important;
  color: #00132F;
}

.single-item-related-articles {
  background-color: #1AB6C5;
  padding-bottom: 30px;
}

.single-item-back-button a{
  border: 1px solid rgba(60,60,60,0.16);
  border-radius: 24px;
  padding: 10px 25px;
  color: #1AB6C5;
  font-family: Inter;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  position: relative;
  top: 55px;
}

@media(min-width: 768px){
  .page-blog-main-article-content-block {
    top: -690px !important;
  }
}
.footer-element-block {
  padding-bottom: 20px; color: #FFFFFF;	font-family: Space Grotesk;	font-size: 40px;	letter-spacing: -0.5px;	line-height: 48px;
}

.footer-element-block h2{
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 48px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.footer-logo {
  margin-top: -5px;
}

.footer-menu-item-head {
  color: #FFFFFF;	font-family: Space Grotesk;	font-size: 16px;	letter-spacing: 0.1px;	line-height: 24px;    font-weight: 200;
}

.footer-menu-item a {
  opacity: 0.7;	color: #FFFFFF;	font-family: Inter;	font-size: 14px;	line-height: 20px;
}

.footer-menu-item a:hover {
  opacity: 1;
  color: #FFFFFF;
}

.footer-menu-item-darker {
  opacity: 0.3;	color: #FFFFFF;	font-family: Inter;	font-size: 14px;	line-height: 20px;
}

.footer-menu-social-block {
  margin: -10px 0 80px -8px;
}

.footer-menu-social-items {
  background-color: #1AB6C5;
  border-radius: 25px;
  padding: 5px;
  margin: 4px;
}



/* Careers */
.careers-list{
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 24px;
  letter-spacing: -0.1px;
  line-height: 32px;
}

.careers-post-title {
  margin: 0;
}

.careers-post-title a {
  opacity: 0.96;
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.careers-container h1, .careers-container h2 {
  opacity: 0.96;
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 68px;
  text-align: center;
}

.careers-container > div > h1 {
  position: relative;
  top: -300px;
  margin-bottom: -170px;
}

.careers-entry-content h3{
  opacity: 0.96;
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.careers-entry-content > h3:before {
  content: url("https://setupad.com/wp-content/themes/setupad/assets/img/careers-ic-essential.svg");
  vertical-align: middle;
  padding-right: 20px;
}

@media not all and (min-resolution:.001dpcm) {
  @media {
    .careers-entry-content > h3:before {
      position: relative;
      top: 10px;
    }
  }
}

.careers-entry-content p  {
  opacity: 0.7;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
}

.careers-entry-content ul {
  opacity: 0.7;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  padding-left: 60px;
}

.careers-no-entries {
  color: #FFFFFF;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}



/* Footer */

.footer-copyright-line {
  margin-top: auto;margin-bottom: auto; opacity: 0.7;	color: #FFFFFF;	font-family: Inter;	font-size: 14px;	line-height: 20px;
}



/* Other */

.other-pages-title>h1 {
  opacity: 0.96;  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 56px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 68px;
}

.other-pages-title>h2 {
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 48px;
  font-weight: 400;
}

.other-pages-for-advertisers-headings {
  text-align: left;
}

.other-pages-for-advertisers-block {
  padding: 130px 0 60px 0;
}

.other-pages-for-advertisers-headings img{
  height: 40px;
}
.other-pages-for-advertisers-headings > div:nth-child(2){
  opacity: 0.96;
  color: #FFFFFF;
  font-family: Space Grotesk;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  display: inline-block;
  line-height: 28px;
  padding-left: 16px;
}

.other-pages-for-advertisers-headings > div:nth-child(3){
  opacity: 0.7;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 10px;
}

.other-pages-meet-your-goals-block {
  background-color: #F2F8FF;
}

.other-pages-meet-your-goals-block > .container > .row > div:nth-child(3){
  margin-bottom: 150px;
}

.other-pages-meet-your-goals {
  color: #00132F;
  font-family: Space Grotesk;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 48px;
  text-align: center;
}

.other-pages-meet-your-goals-desc {
  color: #033A59;
  font-family: Space Grotesk;
  font-size: 24px;
  letter-spacing: -0.1px;
  line-height: 32px;
  text-align: center;
}

.tags-page-title, .search-page-title {
  color: #00132F;
  font-family: Space Grotesk;
  letter-spacing: -0.5px;
  line-height: 48px;
  font-weight: 100;
  font-size: 30px;
}

.grecaptcha-badge { visibility: hidden; }


.page-privacy-policy-text {
  color: #B8B8B8 !important;
  font-family: Inter !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 21px !important;
}

.page-privacy-policy-headings {
  color: #FFFFFF  !important;
  font-family: Space Grotesk !important;
  font-size: 24px !important;
  letter-spacing: -0.1px !important;
  line-height: 32px !important;
}

.nf-error.field-wrap .nf-field-element:after {
  border-radius: 20px;
}

@media (min-width: 1025px){
  .homepage-video-row{
    margin-top: -40px;
  }
}
#setupadVideo {
  position: relative;
  cursor: pointer;
  border-radius: 15px;
}
#setupadVideo.homepage-video {
  width: 650px;
  height: 440px;
  left: 460px;
  bottom: 300px;
  margin-bottom: -420px;
}

#setupadVideoButtonMakeFullscreen {
  display: none;
  cursor: pointer;
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-family: Inter;
  margin-bottom: -20px;
  float: right;
  font-weight: 200;
  position: relative;
  right: 5px;
}

#setupadVideoButtonMakeFullscreen.homepage-video {
  bottom: -110px;
}

.setupadVideoHdBg {
  width: 840px;
  height: 489px;
  position: relative;
  left: 422px;
  bottom: 120px;
  z-index: -1;
  margin-bottom: -500px;
}


/*global moving button styling start*/
 .moving-button-container {
   align-items: center;
   height: 60px;
   margin: 0 auto;
 }
.moving-button {
  font-family: inherit !important;
  font-weight: 400;
  margin: 0 auto;
  border-radius: 24px;
  border: none;
  text-decoration: none !important;
  background-color: #FFFFFF;
  background: linear-gradient(-70deg, #ffffff 50%, rgb(243, 243, 243) 50%);
  background-size: 200%;
  background-position: right;
  animation-name: btnchange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transition: background-position 0.7s ease-in-out;
}
.moving-button > button, .moving-button{
  color: #1AB6C5 !important;
}
@keyframes btnchange {
  0% {padding: 15px 37px; border-radius: 24px;}
  50% {padding: 18px 42px; border-radius: 29px;}
  100% {padding: 15px 37px; border-radius: 24px;}
}
.moving-button:hover {
  animation: none;
  cursor: pointer;
  padding: 18px 42px;
  opacity: 1;
  border-radius: 29px !important;
  background-position: left;
}
.moving-button:focus {
  outline: none;
}

/* bigger button */
.moving-button-container.moving-button-big{
  width: 270px;
}
.moving-button.moving-button-big {
  width:100%;
  font-size: 20px;
  animation-name: btnchange-big;
}
.moving-button.moving-button-big:hover{
  border-radius: 35px !important;
}
@keyframes btnchange-big {
  0% {padding: 15px 37px; border-radius: 35px;}
  50% {padding: 18px 42px; border-radius: 35px;}
  100% {padding: 15px 37px; border-radius: 35px;}
}
@media (max-width: 992px) {
  .moving-button-container.moving-button-big {
    height: 50px;
  }
  .moving-button.moving-button-big {
    font-size: 18px !important;
  }
}
/*global moving button styling end*/



/* Table's custom styling */
table {
  background: #f5f6f8;
  padding: 10px;
}
article figure > table > tbody > tr:nth-child(1) {
  background-color: #17a2b8;
}
td, th {
  border: 1px solid #cad0d5;
  padding: 10px;
}
.three-columns-table > table > tbody > tr > td:nth-child(1) {
  width:20%
}
.three-columns-table > table > tbody > tr > td:nth-child(2), .three-columns-table > table > tbody > tr > td:nth-child(3) {
  width: 40%;
}

/*Sign Up popup in Blog start*/
.signup-popup{
  display: none;
  z-index: 9999;
  position: fixed;
  top: 15%;
  bottom: 60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  min-height: 250px;
  width: 603px;
  background: transparent;
  opacity: 0;
}

.signup-popup-content{
  background-color: #fff;
  z-index: 9999;
  position: fixed;
  min-height: 200px;
  width: 603px;
  display: table;
}

.close-signup-popup{
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 2;
}

.close-signup-popup-visual{
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
  position: absolute;
  right: 15px;
  top: 15px;
}

.close-signup-popup:before{
  transform: rotate(45deg);
}

.close-signup-popup:after{
  transform: rotate(-45deg);
}

.close-signup-popup:before, .close-signup-popup:after{
  background-color: #414141;
  content: '';
  position: absolute;
  left: 29px;
  height: 14px;
  top: 23px;
  width: 2px;
  z-index: 1;
}

.signup-popup-img{
  display: table-cell;
  padding-top: 15px;
}

.signup-popup-text{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 290px;
  font-size: 16px !important;
}

.signup-popup-text p{
  width: 210px;
  margin-right: 0;
  margin: 0 auto 30px auto;
}

.signup-popup-text a{
  color: #111;
  background-color: rgb(86, 179, 195);
  width: 100px;
  height: 35px;
  display: block;
  padding-top: 3.75px;
  border-radius: 1em;
  margin: auto;
}

.signup-popup-bg{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9995;
  height: 100%;
  width: 100%;
  display: none;
  background: #000;
  background-color: #000;
  opacity: 0
}

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

  .our-clients-logos img {
    padding: 10px 20px;
    width: 160px;
  }

  .signup-popup{
    width: 310px;
  }

  .signup-popup-content{
    width: 310px;
  }

  .signup-popup-img{
    display: block;
  }

  .signup-popup-text{
    display: block;
    width: 100%;
    padding: 30px 0 30px 0;
  }

  td, th {
    padding: 5px;
  }
}

@media only screen and (max-width: 350px) {
  .signup-popup{
    width: 250px;
  }

  .signup-popup-content{
    width: 250px;
  }

  .signup-popup-img{
    display: block;
  }

  .signup-popup-text{
    display: block;
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
/*Sign Up popup in Blog end*/

@media only screen and (min-width: 768px) and (max-width: 991px)  {
  .our-client-success-story > img{
    padding: 0;
  }
  .our-client-success-story {
    padding: 18px;
  }
}


/*in content sign up block function*/

.sign-up-blue h2 {
  font-size: 30px;
}
.blog-sign-up-dark-button {
  border-radius: 24px;
  background-color: #1AB6C5;
  margin: 0 auto;
}
.blog-sign-up-dark-button a {
  color: #111;
  font-family: Inter;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 50px;
  text-align: center;
  padding: 14px 35px;
  text-decoration: none;
}

/* authors inarticle block */

 .author_bio_section{
   background-color: #F5F5F5;
   padding: 15px;
   border: 1px solid #ccc;
   border-radius: 5px;
 }

.author_name{
  color: #00132F;
  font-family: Space Grotesk;
  letter-spacing: -0.5px;
  margin: 0;
  line-height: 48px;
  font-weight: 200;
  font-size: 20px;
}

.author_details img {
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  float: left;
  margin: 0 15px 15px 0;
  width: 75px;
}

.author_details{
  color: #00132F;
  font-family: Inter;
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  width: 100%;
}


/*TODO*/
/*https://purifycss.online/#*/



/* https://www.websitepolicies.com/cookie-consent-banner-generator */
.wpcc-container{opacity:1}.wpcc-transparency-5{opacity:.95}.wpcc-transparency-10{opacity:.9}.wpcc-transparency-15{opacity:.85}.wpcc-transparency-20{opacity:.8}.wpcc-transparency-25{opacity:.75}.wpcc-container{border-style:solid;border-width:0;box-sizing:border-box;display:flex;flex-wrap:nowrap;font-family:inherit;font-size:16px;line-height:1.5em;-webkit-transition:opacity 1s ease;-moz-transition:opacity 1s ease;-ms-transition:opacity 1s ease;-o-transition:opacity 1s ease;overflow:hidden;position:fixed;transition:opacity 1s ease;z-index:9999}@media print{.wpcc-container{display:none}}.wpcc-pushdown-wrap{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;-moz-transition:max-height 1s;-ms-transition:max-height 1s;-o-transition:max-height 1s;transition:max-height 1s}.wpcc-pushdown{margin:0!important;position:static}.wpcc-invisible{opacity:0}.wpcc-fontsize-tiny{font-size:12px}.wpcc-fontsize-small{font-size:14px}.wpcc-fontsize-large{font-size:18px}.wpcc-border-thin{border-width:1px}.wpcc-border-normal{border-width:3px}.wpcc-border-thick{border-width:5px}.wpcc-float{flex-direction:column;max-width:22em;padding:1.5em}.wpcc-float.wpcc-padding-small{padding:1em}.wpcc-float.wpcc-padding-large{padding:2em}.wpcc-banner{flex-direction:row;margin:1em;padding:1em}.wpcc-banner.wpcc-padding-small{padding:.5em .5em .5em 1em}.wpcc-banner.wpcc-padding-large{padding:1.5em}.wpcc-banner.wpcc-margin-none{margin:0}.wpcc-banner.wpcc-margin-small{margin:.5em}.wpcc-banner.wpcc-margin-large{margin:1.5em}.wpcc-padding-none{padding:0}.wpcc-padding-none.wpcc-float .wpcc-message{margin:1em}.wpcc-padding-none.wpcc-banner .wpcc-message{margin:.8em 1em}.wpcc-padding-none.wpcc-banner .wpcc-btn{height:100%;padding:.9em 1.5em}.wpcc-btn,.wpcc-privacy{cursor:pointer}.wpcc-privacy{display:inline-block;opacity:.85;text-decoration:underline}.wpcc-privacy:hover{opacity:1}.wpcc-privacy:active,.wpcc-privacy:visited{color:initial}.wpcc-btn{display:block;font-size:.9em;font-weight:700;padding:.4em .8em;text-align:center;white-space:nowrap;-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;-o-transition:background-color .2s ease}.wpcc-btn:hover{text-decoration:none}.wpcc-top{top:1em}.wpcc-top.wpcc-margin-none{top:0}.wpcc-top.wpcc-margin-small{top:.5em}.wpcc-top.wpcc-margin-large{top:1.5em}.wpcc-left{left:1em}.wpcc-left.wpcc-margin-none{left:0}.wpcc-left.wpcc-margin-small{left:.5em}.wpcc-left.wpcc-margin-large{left:1.5em}.wpcc-right{right:1em}.wpcc-right.wpcc-margin-none{right:0}.wpcc-right.wpcc-margin-small{right:.5em}.wpcc-right.wpcc-margin-large{right:1.5em}.wpcc-bottom{bottom:1em}.wpcc-bottom.wpcc-margin-none{bottom:0}.wpcc-bottom.wpcc-margin-small{bottom:.5em}.wpcc-bottom.wpcc-margin-large{bottom:1.5em}.wpcc-float .wpcc-message{display:block;margin-bottom:1em}.wpcc-banner{align-items:center}.wpcc-banner.wpcc-top{left:0;right:0;top:0}.wpcc-banner.wpcc-bottom{left:0;right:0;bottom:0}.wpcc-banner .wpcc-message{display:block;flex:1 1 auto;margin-right:1em;max-width:100%}.wpcc-float .wpcc-compliance{flex:1 0 auto}.wpcc-corners-small{border-radius:5px}.wpcc-corners-normal{border-radius:7px}.wpcc-corners-large{border-radius:10px}.wpcc-corners-round .wpcc-btn{border-radius:4px}.wpcc-corners-round.wpcc-margin-none,.wpcc-corners-round.wpcc-padding-none .wpcc-btn{border-radius:0}.wpcc-corners-round.wpcc-margin-none{border-radius:0}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.wpcc-top{top:0!important}.wpcc-bottom{bottom:0!important}.wpcc-banner,.wpcc-float,.wpcc-left,.wpcc-right{left:0!important;margin:0!important;right:0!important}.wpcc-banner{align-items:unset;flex-direction:column}.wpcc-corners-round{border-radius:0!important}.wpcc-float{max-width:none}.wpcc-message{margin-bottom:1em}.wpcc-banner.wpcc-padding-small{padding:.5em}.wpcc-padding-small .wpcc-message{margin-bottom:.5em}}