/*
	Theme Name: Digital Ads
	Description: Noble Image base theme. Created in 2021. Built using HTML5 to be responsive in nature; this theme adjusts based on the user's browser width to optimal styles.
	Author: Ryan Stora
	Version: 1.0
*/

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*
    Oswald
      Light 300
      Regular 400
      Medium 500
    Source Serif Pro
      Regular 400
      Bold 700
*/

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; 
}

/* GENERAL TAGS */

html {
	scroll-behavior: smooth;
}
main {
  width: 100%;
  overflow: hidden;
}
body {
  background-color: #101010;
  font: normal 400 20px "Source Serif Pro", serif;
  line-height: 1.5em;
}
p {
  font: normal 400 20px "Source Serif Pro", serif;
  color: #404040;
  padding: 0;
  margin: 0 0 30px;
  line-height: 1.5em;
}
p.small {
  font: normal 400 18px "Source Serif Pro", serif;
  margin: 0;
}
a {
  display: inline;
  position: relative;
  color: #3163bf;
  transition: .25s all;
  -webkit-transition: .25s all;
  -moz-transition: .25s all;
  -ms-transition: .25s all;
  -o-transition: .25s all;  
}
nav a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -4px;
  background: #3163bf;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
nav a:hover:after,
nav a:focus:after,
nav a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
a.button {
  font: normal 400 18px/18px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 30px;
  background-color: #3163bf;
  display: inline-block;
}
a.button:hover {
  background-color: #fcc723;
  opacity: 1;
  transition: .25s all;
  -webkit-transition: .25s all;
  -moz-transition: .25s all;
  -ms-transition: .25s all;
  -o-transition: .25s all; 
}
a.button:after {
  display: none;
}
main a:hover  {
  opacity: .7;
  text-decoration: underline;
}
p a:after {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 30px;
}
h1 {
  font: normal 500 72px/1em "Oswald", sans-serif;
}
h2 {
  font: normal 500 48px/1em "Oswald", sans-serif;
}
h3 {
  font: normal 400 36px/1em "Oswald", sans-serif;
}
h4 {
  font: normal 400 30px/1.2em "Oswald", sans-serif;
}
h5 {
  font: normal 400 24px/1.2em "Oswald", sans-serif;
}
h6 {
  font: normal 400 18px/1.2em "Oswald", sans-serif;
}
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
  color: #fff;
}
blockquote, q {
}
blockquote:before, blockquote:after, q:before, q:after {
}
a {
  text-decoration: none;
}
.clear {
  clear: both; 
}
hr {
}
.alignleft {
  width: auto;
  float: left;
  padding: 0px;
  margin: 20px 40px 20px 0;
  max-width: 100%;
  height: auto; 
}
.alignright {
  width: auto;
  float: right;
  padding: 0px;
  margin: 20px 0px 20px 40px;
  max-width: 100%;
  height: auto; 
}
.aligncenter {
  width: auto;
  margin: 20px auto;
  display: block;
  padding: 0px;
  max-width: 100%;
  height: auto; 
}
.alignnone {
  padding: 0px;
  max-width: 100%;
  width: auto;
  height: auto; 
}
figure {
  margin: 0; 
}
blockquote {
}
strong {
  color: #202020;
  font-weight: 500;
  font-weight: 700;
}
ul {
  margin: 0 25px 16px 25px;
  padding: 0 0 20px 0; 
}
ul li {
  list-style: square outside;
  font: normal 300 18px/30px "Source Serif Pro", serif;
  color: #444;
  padding: 0 0 5px 0;
  margin: 0; 
}
ol {
  margin: 0 25px 16px 25px;
  padding: 0 0 20px 0; 
}
ol li {
  list-style: decimal outside;
  font: normal 300 18px/30px "Source Serif Pro", serif;
  color: #222;
  padding: 0 0 5px 0;
  margin: 20px 0; 
}
.uagb-blockquote__author {
  font: normal 300 20px/30px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #202020!important;
}
.overlay {
  background-color: rgba(16, 16, 16, .9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
img {
  height: auto;
}
.shadow img {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3); 
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
}
.wp-block-pb-accordion-item {
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.wp-block-pb-accordion-item p {
  font-size: 18px;
  line-height: 28px;
}
.c-accordion__title {
  margin-bottom: 0;
}
.c-accordion__content {
  margin: 30px 0 0;
}
.wp-block-media-text {
  padding: 30px 0;
}
sup, sub {
	vertical-align: baseline;
	font-size: smaller;
	position: relative;
	top: -.4em;
}
sub {
	top: .4em;
}

/* HEADER */

header {
  position: absolute;
  width: 100%;
  z-index: 99999;
  transition: .25s all;
  -webkit-transition: .25s all;
  -moz-transition: .25s all;
  -ms-transition: .25s all;
  -o-transition: .25s all;  
}
header.small {
  transition: .25s all;
  -webkit-transition: .25s all;
  -moz-transition: .25s all;
  -ms-transition: .25s all;
  -o-transition: .25s all;  
}
header .container.head {
  box-sizing: border-box;
  padding: 0 5%;
  overflow: hidden;
  position: relative;
}
header .container.head .logo {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 20px 0;
  margin: 0;
  z-index: 99999;
}
header .container.head .logo h1 {
  max-width: 250px;
}
.home header .container.head .logo a.logo-color {
  display: none;
}
header .container.head .logo a.logo-white {
  display: none;
}
.home header .container.head .logo a.logo-white {
  display: block;
}
.no-scroll header {
  position: fixed;
}
.no-scroll header .container.head .logo a.logo-white {
  display: block;
}
.no-scroll header .container.head .logo a.logo-color {
  display: none;
}
header.small .container.head .logo {
  background-color: #fcc723;
  opacity: 0;
  transition: .25s opacity .25s, .25s background-color .25s;
  -webkit-transition: .25s opacity .25s, .25s background-color .25s;
  -moz-transition: .25s opacity .25s, .25s background-color .25s;
  -ms-transition: .25s opacity .25s, .25s background-color .25s;
  -o-transition: .25s opacity .25s, .25s background-color .25s; 
}
.no-scroll header .container.head .logo, .no-scroll header.small .container.head .logo {
  background-color: #fcc723;
  opacity: 1;
  transition: .25s opacity .3s, .25s background-color .25s;
  -webkit-transition: .25s opacity .3s, .25s background-color .25s;
  -moz-transition: .25s opacity .3s, .25s background-color .25s;
  -ms-transition: .25s opacity .3s, .25s background-color .25s;
  -o-transition: .25s opacity .3s, .25s background-color .25s; 
}
header .container.head .logo h1 {
  margin: 0;
}
header .container.head .logo a {
  display: inline-block;
  line-height: 0;
}
header .container.head .logo a:after {
  display: none;
}
header .container.head .logo img {
  width: 100%;
}
header .container.head .splat {
  position: fixed;
  right: -5px;
  top: -5px;
  box-sizing: border-box;
  padding: 60px 40px;
  width: 180px;
  height: 192px;
  background: url(images/splat.png) no-repeat center center;
  z-index: 99999;
}
header .container.head .splat .mobile {
  position: relative;
  float: right;
}
header .container.head .search {
  position: relative;
  float: right;
  margin: 0;
}


/** SEARCH **/

form#demo-2 {
  position: absolute;
  right: 0;
  z-index: 99999;
  margin: 0 10px 0 0;
  }
    input {
      outline: none;
    }
    input[type=search] {
      -webkit-appearance: textfield;
      -webkit-box-sizing: content-box;
      font-family: inherit;
      font-size: 100%;
    }
    input::-webkit-search-decoration,
    input::-webkit-search-cancel-button {
      display: none; 
    }
    input[type=search] {
      background: transparent url(images/icon-search.png) no-repeat 12px center;
      border: none;
      padding: 5px 10px 5px 30px;
      width: 55px;
      -webkit-border-radius: 10em;
      -moz-border-radius: 10em;
      border-radius: 10em;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s;
    }
    input[type=search]:focus {
      width: 130px;
      background-color: #fff;
      border-color: #66CC75;
      -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
      -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
      box-shadow: 0 0 5px rgba(109,207,246,.5);
    }
    input:-moz-placeholder {
      color: #999;
    }
    input::-webkit-input-placeholder {
      color: #999;
    }
    #demo-2 input[type=search] {
      padding: 10px;
      color: transparent;
      cursor: pointer;
      border-radius: 100px;
      background-color: #101010;
      width: 45px;
      height: 45px;
      box-sizing: border-box;
    }
    #demo-2 input[type=search]:focus {
      background: transparent url(images/icon-search-focus.png) no-repeat 12px center;
      text-transform: uppercase;
      font: normal 400 18px/28px "Oswald", sans-serif;
      width: 300px;
      padding-left: 40px;
      color: #606060;
      background-color: #fff;
      cursor: auto;
    }
    #demo-2 input:-moz-placeholder {
      color: transparent;
    }
    #demo-2 input::-webkit-input-placeholder {
      color: transparent;
    }
    #demo-2 input:focus:-moz-placeholder {
      color: #b0b0b0;
    }
    #demo-2 input:focus::-webkit-input-placeholder {
      color: #b0b0b0;
    }


/* MENU */

#navbtn {
  display: block;
  position: relative;
  cursor: pointer;
  float: right;
  height: 25px;
  padding: 10px;
  margin: 0;
  border-radius: 100px;
  background-color: #101010;
  border: none;
  z-index: 99999;
  height: 45px;
}
  #navbtn a.abs {
    display: block;
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute; 
  }
  #navbtn a.abs:after {
    display: none;
  }
  .lines {
    clear: both;
    overflow: hidden;
    width: 25px;
    display: block;
    margin: 0; 
  }
  .lines .line {
    height: 3px;
    background: #fff;
    margin: 4px 0; 
  }
  .lines .line.one {
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all; 
    width: 100%; 
  }
  .lines .line.two {
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all; 
    width: 72%; 
  }
  .lines .line.three {
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all; 
    width: 88%; 
  }
  #navbtn:hover .lines .line.one {
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all; 
    width: 88%; 
  }
  #navbtn:hover .lines .line.two {
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all; 
    width: 100%; 
  }
  #navbtn:hover .lines .line.three {
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all; 
    width: 72%; 
  }
  #navbtn.open:hover .lines .line.one, #navbtn.open .lines .line.one {
    width: 100%;
    margin: 10px 0 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all; 
  }
  #navbtn.open:hover .lines .line.two, #navbtn.open .lines .line.two {
    display: none; 
  }
  #navbtn.open:hover .lines .line.three, #navbtn.open .lines .line.three {
    margin: -3px 0 10px 0;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all; 
  }

.nav-wrap {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 0;
  background: #fcc723;
  z-index: 9999;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  transition: .25s all;
  -webkit-transition: .25s all;
  -moz-transition: .25s all;
  -ms-transition: .25s all;
  -o-transition: .25s all;
}
  .scroll-area {
    clear: both;
    width: 90%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    padding: 220px 0 40px;
    margin: 0 auto; 
    box-sizing: border-box;
  }
  .nav-wrap.open {
    bottom: 0;
    height: 100%;
    opacity: 1;
    overflow: scroll;
    transition: .25s all;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;  
  }
  .nav-wrap .right {
    width: 50%;
    float: right;
    padding: 0!important; 
  }
  .nav-wrap .left {
    width: 50%;
    float: left;
    padding: 170px 0 0 0; 
  }

nav {
  clear: both;
  text-align: right; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: right;
    clear: both;
    text-align: right; 
  }
  nav ul li {
    display: inline-block;
    float: right;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right; 
  }
  nav ul li a {
    font: normal 400 36px/36px "Oswald", sans-serif;
    color: #3163bf;
    padding: 10px 0;
    display: inline-block;
    float: right; 
    clear: both;
    text-transform: uppercase;
  }
  nav ul li a:after {
    bottom: 0;
    height: 3px;
  }
  nav ul li.current-menu-item > a {
    color: #101010; 
  }

.smedia {
  width: auto;
  float: left;
  padding: 0;
  text-align: left;
  overflow: hidden; }
  .smedia .textwidget {
    padding: 30px 0;
    clear: both;
    overflow: hidden; 
  }
  .smedia a {
    display: inline-block;
    padding: 8px;
    margin: 0 0;
    opacity: .5;
    transition: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; 
  }
  .smedia a:hover {
    opacity: 1; 
  }
  .smedia a:first-child {
    padding: 8px 8px 8px 0; 
  }
  .cpods {
    width: 45%;
    float: left;
    padding: 0 5% 0 0;
    text-align: left; 
  }
  .cpods h3 {
    color: #101010;
    border: none;
    font: normal 600 16px/26px "Source Serif Pro", serif;
    padding: 5px 0; 
  }
  .cpods p {
    font: normal 400 14px/24px "Source Serif Pro", serif;
    color: #101010;
    padding: 10px 0;
    margin: 0; 
  }


/* HOME */

section.full {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 0;
  margin: 0;
}
section .container {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 120px;
  z-index: 9;
}
section.full.hero {
  height: 100vh;
}
section.full.hero .container {
  height: 100%;
  padding: 0;
}
section.full.hero .container .text {
  width: 60%;
  position: absolute;
  bottom: 200px;
}
.home section.full.hero .container .text h1 {
  font-size: 120px;
  color: #fcc723;
  margin: 0;
}
section.full.hero .bkg-img {
  display: block;
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}
.home section.full.one {
  margin-top: -130px;
  margin-bottom: -80px;
  z-index: 9;
}
section.full.one {
  margin-top: -150px;
  margin-bottom: 140px;
  z-index: 9;
}
section .tear {
  background: url(images/tear.png) no-repeat top center / 100% auto;
  height: 30px;
  position: relative;
  overflow: hidden;
  clear: both;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
section .tear.bottom {
  background: url(images/tear.png) no-repeat bottom center / 100% auto;
}
section .container.white {
  background-color: #fff;
}
section .container .left {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
section .container .right {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
.home section .container.white .editor {
  width: 60%!important;
  padding: 0 10%;
}
.highlight {
  background-color: #101010;
  padding: 60px 0;
}
section .container .highlight h2 {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.home section .container .highlight.right, .home section .container .highlight.left {
  width: 40%;
}
section .container .highlight.right {
  padding-left: 40px;
  text-align: right;
}
section .container .highlight.left {
  padding-right: 40px;
  text-align: left;
}
section.two .container {
  padding-top: 220px;
  padding-bottom: 250px;
}
.container .left.editor {
  padding: 0 20px 0 0;
  width: 50%;
}
.light p {
  color: #dfdfdf;
}
.container .left.editor h2 {
  font-size: 100px;
}
.container .left.editor p {
  width: 80%;
}
section.two .container .repeater .item {
  width: 100%;
  position: relative;
  clear: both;
  padding-left: 160px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
section.two .container .repeater .item .icon {
  position: absolute;
  left: 0;
  top: 0;
}
section.two .container .repeater .item .text h5 {
  color: #fcc723;
  margin-bottom: 10px;
}
section.full.three {
    margin-top: -130px;
}
section.full.four .container {
  padding-bottom: 80px;
}
section.four .container .left.editor h2 {
  font-size: 120px;
}
section.four .container p, section.four .container ul li  {
  color: #dfdfdf;
}

/* INTERIOR */

section.full.hero.int {
  height: 80vh;
  background-color: #f0f0f0;
}
.int .highlight {
  position: absolute;
}
.uagb-block-8d419038 .uagb-column__inner-wrap {
  padding: 0!important;
}
.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide .slide-content > * {
  width: 100%;
  box-sizing: border-box;
}

/* POSTS */
.posts {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10%;
  position: relative;
}
.posts .item a:after {
  display: none;
}
.posts .item a:hover {
  color: #000;
  text-decoration: underline;
}
.posts article.item {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-direction: row;
  column-gap: 5%;
  align-items: flex-start;
}
section .container .posts figure.left {
  line-height: 0;
  flex-basis: 200px;
}
section .container .posts figure.left img {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3); 
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
  max-width: 100%;
}
section .container .posts .right {
  box-sizing: border-box;
  width: 100%;
  flex-grow: 3;
  margin-top: -8px;
}
section .container .posts h5 {
  font-weight: 500;
  margin-bottom: 10px;
}
section .container .posts p {
  font-size: 18px;
  line-height: 28px;
}
.addtoany_content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
}
.addtoany_list {
  float: right;
}
.wp-pagenavi {
 color: #3163bf;
 font: normal 400 24px/34px "Oswald", sans-serif;
 text-transform: uppercase;
}
.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi span.current {
  border: none!important;
}
span.pages {
  display: none;
}
.slide-content p {
  padding-bottom: 50px!important;
  line-height: 20px!important;
  font-size: 15px!important;
}
section .container article p.published {
    margin: 0 0 5px;
    color: #212121;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 700;
    text-decoration: underline;
}
.post-template-default section.full .container .editor,
.ad_examples-template-default section.full .container .editor, 
.resources-template-default section.full .container .editor,
.case_studies-template-default section.full .container .editor {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
  box-sizing: border-box;
}

/* FOOTER */

footer.footer {
  margin-top: -30px;
}
footer section.full {
  background-color: #fcc723;
}
footer section.full .container {
  padding: 80px 0;
}
footer .tear {
  background: url(images/tear-yellow.png) no-repeat top center / 100% auto;
  height: 30px;
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
}
footer .copyright {
  text-align: center;
}
footer p {
  font-size: 16px;
  color:  #101010;
}
.int.hero h1 {
  margin-bottom: 10px;
}
p#breadcrumbs {
  font-size: 18px;
  color: #101010;
}

/* RESPONSIVE */

@media screen and (max-width: 1100px) {
  .home section.full.hero .container .text h1 {
    font-size: 100px;
  }
  .container .left.editor h2 {
    font-size: 80px;
  }
  section.four .container .left.editor h2 {
    font-size: 100px;
  }
  section.full.four {
    background-size: 150% auto!important;
  }
  .nav-wrap .right {
    width: 60%;
  }
  .nav-wrap .left {
    padding: 100px 0 0 0;
    width: 40%;
  }
  .cpods {
    width: 100%;
  }
  nav ul li a {
    font: normal 400 30px/30px "Oswald", sans-serif;
  }
  section .container .highlight.right h2, section .container .highlight.left h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 900px) {
  section.full.hero .bkg-img {
    width: 100%;
    opacity: .2;
  }
  section .container {
    padding: 80px 0;
  }
  section.full.hero .container .text {
    width: 100%;
  }
  .home section .container.white .editor {
    width: 100%!important;
    margin: 0 0 40px;
  }
  .home section.three .container.white .editor {
    margin: 0;
  }
  .home section .container .highlight.right, .home section .container .highlight.left {
    width: 100%;
    text-align: left;
  }
  .home section .container .highlight.left {
    margin: 0 0 60px;
  }
  .container .left.editor {
    width: 100%;
    padding: 0;
    margin: 0 0 60px;
  }
  section .container .right {
    width: 100%;
  }
  .container .left.editor p {
    width: 100%;
  }
  section.two .container .repeater .item {
    min-height: 120px;
  }
  section.full.four {
    background-size: 200% auto!important;
  }
}
@media screen and (max-width: 766px) {
  section .container .highlight h2 {
    font-size: 48px;
  }
  .uagb-column__wrap {
    box-sizing: border-box;
  }
  .uagb-column__inner-wrap {
    padding: 0!important;
  }
}
@media screen and (max-width: 700px) {
  .nav-wrap .right {
    float: left;
    width: 100%;
  }
  nav ul {
    text-align: left;
    float: left;
  }
  nav ul li {
    float: left;
    text-align: left;
  }
  nav ul li a {
    float: left;
  }
  .nav-wrap .left {
    float: left;
    width: 100%;
  }
  .home section.full.hero .container .text h1 {
    line-height: 100px;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  section .container .highlight.right h2, section .container .highlight.left h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .home section.full.hero .container .text h1 {
    font-size: 72px;
  }
  header .container.head .splat {
    right: -30px;
    top: -50px;
    background-position: 0px -20px;
  }
  .posts article.item {
    flex-direction: column;
  }
  section .container .posts .right {
    margin-top: 20px;
  }
  section .container .posts figure.left {
    width: 100%;
  }
  section .tear, section .tear.bottom {
    height: 20px;
  }
  section.full.hero .container .text {
    bottom: 140px;
  }
  .wp-block-media-text.alignwide.is-stacked-on-mobile.is-vertically-aligned-top.light figure.wp-block-media-text__media {
    margin-bottom: 30px;
  }
  .wp-block-media-text.alignwide.is-stacked-on-mobile.is-vertically-aligned-top.light figure.wp-block-media-text__media img {
    max-width: 150px;
  }
  .wp-block-media-text.alignwide.is-stacked-on-mobile.is-vertically-aligned-top.light .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text figure {
    margin-bottom: 30px!important;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0!important;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-vertically-aligned-top .wp-block-media-text__media img {
    max-width: 100px;
  }
  .home section.full.hero .container .text h1 {
    line-height: 1em;
  }
}
@media screen and (max-width: 400px) {
  section .container {

  }
  .home section.full.hero .container .text h1 {
    font-size: 48px;
  }
  header .container.head .logo h1 {
    width: 60%;
  }
  header .container.head .search {
    clear: both;
  }
  form#demo-2 {
    margin: 10px 0 0;
  }
  header .container.head .splat {
    right: -30px;
    top: -50px;
    background-position: 50px 20px;
    height: 210px;
  }
  #demo-2 input[type=search]:focus {
    width: 250px;
  }
  section .tear, section .tear.bottom {
    height: 15px;
  }
  footer .tear {
    height: 20px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}