/*!
Theme Name: smartMarket
Theme URI: http://underscores.me/
Author: Jeremy Hayes
Author URI: http://jeremyhayes.me
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartmarket
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

smartMarket is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
#post-1310 .entry-title {
  display: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*
Smart Market specific styles
*/

html {
  width: 100%;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  min-width: 100vw;
  width: 100vw;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gText {
  font-size: 72px;
  color: #89c144;
}
.gText-sm {
  font-size: 3rem;
  color: #89c144;
}

.bg-black {
  background-color: #000;
}

.navbar {
  background: #fff;
  height: 84px;
  z-index: 15000;
  border-radius: 0;
}

.current_page_item {
  border-bottom: 2px solid #000;
}

#contact_content,
#targeting,
targetingMobile {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 700px;
  align-content: center;
}

.margin-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.sm-align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sm-align-middle-wrap {
  height: 690px;
  display: table-cell;
  vertical-align: middle;
}

.btn-success {
  background-color: #89c144;
  border-radius: 0px !important;
  border: none;
}

.navbar-header {
  margin-left: 40px;
}

.scrollButton {
  bottom: 150px;
  left: 50px;
}

.worksImg {
  position: relative;
}

.worksImg h2 {
  position: absolute;
  top: calc(50% - 24px);
  left: 0%;
  right: 0%;
}

.heroWrapper {
  width: 100vw;
  overflow-x: hidden;
}

.hero {
  text-align: center;
  color: #fff;
  width: 100%;
  border-radius: 0 0 50% 50% / 50%;
  background: #89c144;
  background-size: cover;
}

.hero h1 {
  font-weight: 300;
}

.shadowHR {
  border: none;
  height: 20px;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid transparent;
  box-shadow: 0 15px 45px -20px #333;
  margin: -50px auto 10px;
  background-color: transparent;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.shadowHRlarge {
  border: none;
  height: 20px;
  width: 90%;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid transparent;
  box-shadow: 0 15px 45px -20px #333;
  margin: -50px auto 10px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}

#menuCollapse {
  background: white;
  margin-right: 40px;
}

#simple,
what {
  text-align: center;
}

#works {
  text-align: center;
}

.green {
  background-color: #89c144;
}

.large {
  font-size: 1.7rem;
}

#testimonials {
  margin-bottom: 45px;
}

h1,
h2,
h3 {
  text-align: center;
}

h4 {
  text-align: center;
}

h5 {
  text-align: center;
  font-weight: 300;
}

.iconCard {
  margin-top: 50px;
}

.hrSpacer {
  background: linear-gradient(to right, #ffc300, #ff406f);
  height: 8px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.back-to-top {
  cursor: pointer;
  z-index: 4;
  background-color: #000;
  color: #fff;
  border-bottom: none;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
}

.btn-primary {
  background: #89c144;
}

.btn-primary:hover {
  background: green;
}

.divider {
  background: linear-gradient(to right, #17d750, #dced47);
  height: 30px;
  margin-top: 30px;
}

.dividerDone {
  background: linear-gradient(to right, #dced47, #17d750);
  height: 30px;
  margin-top: 30px;
}

.where {
  background: #f9f9f9;
  padding-top: 30px;
}

.who {
  padding-top: 30px;
}

#whoDat {
  padding-left: 50px;
}

.imgLeft {
  padding: 50px;
}

.imgLeft img,
.imgRight img {
  width: 95%;
  margin: auto;
}

.imgRight {
  padding: 50px;
}

.simpleImgM {
  display: none;
}

.simpleImgD {
  display: block;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.numberBlock {
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg, #ff406f, #ffc300);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  margin-right: 20px;
}

.parentUpRight {
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
  background: green;
  height: 350px;
  background: linear-gradient(45deg, #17d750, #dced47);
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.parentUpRightComputer {
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
  width: 60%;
  margin-left: 15%;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.parentUpRight > .childUpRight {
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
}

.childUpRight {
  height: 250px;
  position: relative;
  top: 50px;
}

.parentUpLeft {
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
  background: green;
  height: 350px;
  position: relative;
  background: linear-gradient(45deg, #17d750, #dced47);
  margin-top: -350px;
}

.parentUpLeft > .childUpLeft {
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.childUpLeft {
  position: relative;
  top: 150px;
  text-align: center;
}

.phone {
  text-align: right;
}

.imgdiv img {
  width: 85%;
  position: relative;
  top: -115px;
}

.CTZ {
  background: #f9f9f9;
  padding: 50px;
}

.AdBuilder {
  padding-top: 100px;
}

.AdBuilder img {
  width: 90%;
  margin: 0 5%;
}

.AdBuilder ul {
  margin-top: 30px;
  padding-left: 0;
}

.AdBuilder li {
  background: url(http://localhost/wordpress/wp-content/uploads/2018/07/circlething.png)
    no-repeat left center;
  padding: 15px 0px 15px 35px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
}

.footer {
  min-height: 150px;
  background: #000;
  color: #fff;
  margin: 0px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #ddd;
  text-decoration: none;
}

footerTwo p {
  margin-bottom: 0% !important;
}

.footerFooter {
  height: 25px;
  background: #000;
  color: #fff;
  text-align: left;
  font-size: x-small;
}

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

#menuCollapse {
  margin-right: 0px;
  min-width: 95vw;
}

/* Large screens ----------- */

@media only screen and (min-width: 1280px) {
  .wrapper {
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }
}

@media only screen and (min-width: 1024px) {
  /* Styles */
  #heroImg img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
  .done p {
    width: 60%;
    margin-left: 20%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 860px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 768px) {
  #heroImg {
    margin-top: -120px;
  }
  .hero {
    text-align: center;
    color: #fff;
    border-radius: 0 0 150% 150%;
    margin-left: 0;
    background-size: cover;
  }
  .simpleImgM {
    display: block;
  }
  .simpleImgD {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .imgLeft img,
  .imgRight img {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
  .imgdiv {
    display: none;
  }
  #whoDat {
    padding-left: 15px;
  }
  .AdBuilder .listAB {
    padding-left: 50px;
  }
  .footerOne {
    padding-left: 40%;
    float: none;
  }
  .footerTwo {
    padding-left: 40%;
  }
  .footerThree {
    padding-right: 20%;
    padding-left: 20%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html {
    width: 100%;
  }
  .hero {
    width: 100vw;
    margin-left: 0;
  }
  body {
    min-width: 100vw;
    width: 100vw;
    margin-right: 0;
  }
}

.navbar .dropdown-menu li {
  background-color: #fff;
}

#collapsingNavbar {
  background: #fff;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}

.h-60 {
  height: 60px;
  width: 100vw;
}
.h-30 {
  height: 30px;
  width: 100vw;
}
.h-3 {
  height: 3px;
  width: 100vw;
}
.content-area {
  min-height: 500px;
}

.navbar-light {
  background-color: #fff !important;
}
.image-wrap {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 69px;
  height: 69px;
  z-index: 999;
}
.main-image {
  width: 100%;
  height: 100%;
}
