/*
Theme Name: Thrive Web
*/

/* typography */

body {
  font-family: "proxima-nova", "BlinkMacSystemFont", "arial-black", sans-serif;
  font-display: auto;
  font-size: 1em;
  color: #000;
  background-color: white;
  -webkit-text-size-adjust: 95%;
}

html,
body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 130%;
  color: #000;
  font-weight: 900;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 125%;
}

h1 {
  font-size: 2.4em;
}

.logo h1 a.custom {
  background: none;
}

h2 {
  font-size: 2em;
}

.home .column600 h2 {
  font-size: 1.6em;
  padding-top: 20px;
  padding-bottom: 0;
}

h4 {
  font-size: 1.5em;
}

h5,
h6 {
  letter-spacing: 1pt;
  text-transform: uppercase;
}

h5 {
  font-size: 10pt;
}

h6 {
  font-size: 1em;
  color: #fff;
  padding-top: 20px;
}

a {
  color: #3f3f3f;
  text-decoration: none;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
  text-decoration: none;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

p a {
  color: #000;
  text-decoration: underline;
}

p.tags a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

p.wp-caption-text {
  font-size: 80%;
  opacity: 0.5;
  text-align: center;
  margin-top: 0;
}

.seo_title {
  text-align: center;
  font-size: 1.8em;
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .seo_title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #hbar_wrap {
    display: none;
  }
}

.tagline {
  padding: 50px 0;
}

.tagline p,
.tagline h1 {
  max-width: 650px;
  margin: auto;
  text-align: center !important;
  font-size: 33px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
}

.tagline a,
h3 a {
  color: #630e95;
  text-decoration: none;
}

.tagline a:hover,
h3 a:hover {
  color: #7a12b8;
}

@media screen and (max-width: 380px) {
  .tagline p,
  .tagline h1 {
    font-size: 18px;
  }
}

/* basics */

.contentwidth {
  max-width: 100vw;
  margin: 0 auto;
}

.main {
  xxmin-height: 600px;
}

#outer {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1090px;
  overflow-x: hidden;
}

.container {
  max-width: 940px;
  xxmin-height: 400px;
  margin: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .container {
    max-width: 390px;
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  .container {
    max-width: 320px;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .container {
    max-width: 290px;
    padding: 0;
  }
}

.container.portfolio {
  max-width: 1100px;
  min-height: 900px;
  padding-left: 20px;
  padding-right: 20px;
}

.port_det_col {
  margin-left: 70px;
}

#secton_wrap {
  width: 100%;
  background: #dde2ea;
}

#secton_wrap .container {
  padding: 20px 0 0 0;
}

@media screen and (max-width: 1120px) {
  .container.portfolio {
  }
}

@media screen and (max-width: 1000px) {
  .port_det_col {
    margin-left: 0px;
  }
  .container.portfolio {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container.top {
  min-height: 0;
  padding: 0;
}

.container.contact {
  padding: 0;
}

.wrap {
  max-width: 100%;
}

.wrap ul {
  padding: 15px 0;
  padding: 0;
}

.tacenter {
  text-align: center;
}

.hideme {
  display: none;
}

.contain {
  width: 100%;
  padding: 4rem 0;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .contain {
    padding: 2rem 0;
  }
}

.contain.gray {
  background: #dde2ea;
}

.contain.white {
  background: white;
}

.contain.black {
  background: black;
  color: white;
}

.lg-1400 {
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .lg-1400 {
    width: 90%;
  }
}

.md-900 {
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .md-900 {
    width: 90%;
  }
}

.sm-600 {
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .sm-600 {
    width: 90%;
  }
}

/* button */

.homebut {
  background-color: #dde2ea;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  margin: 0.5rem 1rem 0 0;
    display: inline-block;
}

.homebut:hover {
  background-color: #fddd00;
  text-decoration: none;
}

/* header */

#polly {
  background-repeat: repeat-x;
  background-position: center 0;
  height: 100%;
  width: 100%;
  border-top: 4px solid black;
  position: absolute;
  z-index: -1;
}

#polly.sm {
  display: none;
  background-size: 500px;
}

@media screen and (max-width: 600px) {
  #polly.lg {
    display: none;
  }

  #polly.sm {
    display: block;
  }
}

.header {
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

@media screen and (max-width: 890px) {
  .header {
    max-width: 90%;
  }
}

.tagline {
  padding: 50px 0;
}

.tagline h1 {
  max-width: 650px;
  margin: auto;
  text-align: center !important;
  font-size: 33px;
  margin-bottom: 2rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
}

.tagline p{
  font-size: 18px;
  font-weight: 500;
}

.page-template-page-thelab-php .title a {
  color: black;
}

.tagline a,
h3 a {
  color: #630e95;
  text-decoration: none;
}

.tagline a:hover,
h3 a:hover {
  color: #7a12b8;
}

.topbut a {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  #callme a {
    margin-right: 20px;
    background-color: #762089;
    border-bottom-right-radius: 5px;
  }
}

@media screen and (max-width: 600px) {
  .tagline p,
  .tagline h1 {
    font-size: 26px;
  }
  .portfolio {
    margin-top: 0;
  }
  .portfolio_post {
    padding-bottom: 0;
  }
  .menu {
    padding-top: 0;
  }
  #footer-menu {
    max-width: 300px;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .tagline p,
  .tagline h1 {
    font-size: 26px;
  }
  .topbut a {
    font-size: 16px;
    padding: 12px;
  }
  #callme a {
    margin-right: 10px;
  }
}

.fade-in {
  opacity: 0;
}

ul.clean {
  margin: 0;
  padding: 0;
}

ul.clean li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

/* logos */

.logo1 {
  width: 150px;
}

.logo1 img {
  width: 50px;
}

.logo2 a img {
  width: 500px;
  padding: 0 40px;
  margin-top: 10px;
}

@media screen and (max-width: 890px) {
  .logo1 {
    display: none;
  }

  .logo2 a img {
    width: 400px;
    margin-top: 60px;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .logo2 a img {
    width: 300px;
    margin-top: 40px;
  }
}

.page-template-page-logo .main {
  max-width: 1100px;
}

.page-template-page-logo #bbg {
  height: 421px;
  margin-top: -25px;
}

.logo_item {
  float: left;
  background-color: rgb(247, 247, 247);
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.logo_item img {
  width: 100%;
  height: auto;
}

.logo_item p {
  position: absolute;
  left: 20px;
  bottom: 9px;
  font-size: 10px;
}

.center_text {
  max-width: 670px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 600px) {
  .logo_item p {
    display: none;
  }
}

/* social media */

.social {
  width: 150px;
}

@media screen and (max-width: 890px) {
  .social {
    position: absolute;
    right: 5px;
    z-index: 99999;
  }
}

@media screen and (max-width: 600px) {
  .social {
    display: none;
  }
}

ul.drops {
  margin: 0;
  padding: 0;
}

ul.drops li {
  float: right;
  margin: 0 5px;
  list-style: none;
}

ul.drops li a {
  float: right;
  width: 25px;
  height: 48px;
  color: white;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("images/drip.png");
  background-size: contain;
}

ul.drops li a:hover {
  top: -3px;
}

ul.drops li a i {
  position: absolute;
  bottom: 6px;
  left: 7px;
  font-size: 13px;
}

/* top button */

.top {
  position: relative;
}

ul.top-button {
  margin: 0;
  padding: 0;
  right: 0;
  z-index: 999999;
  list-style: none;
  width: 275px;
  transition: all 0.2s ease;
}

ul.top-button li {
  margin: 0;
  padding: 15px;
  display: inline-block;
}

ul.top-button li a {
  color: white;
}

ul.top-button li.pageup {
  background: black;
  border-bottom-left-radius: 5px;
}

.cta {
  margin-left: -4px !important;
  font-weight: 600;
  background: #762089 !important;
  border-bottom-right-radius: 5px;
}

/* hamburger */

.hamburger {
  background: black;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  width: 19px;
  height: 20px;
  z-index: 99999;
  margin-left: 5px !important;
  cursor: pointer;
}

#topmenu .hamburger{
  opacity: 0;
}

#topmenu.callshowme .hamburger{
  opacity: 1;
}

@media screen and (max-width: 600px){
  #topmenu .hamburger{
    opacity: 1 !important;
  }
}

.b-a,
.bar,
.bar:before,
.bar:after {
  transition: all 0.25s;
  content: "";
  height: 3px;
  width: 25px;
  border-radius: 15px;
  background: #fff;
  position: absolute;
}

.bar {
  left: 12px;
  top: 24px;
}

.bar:before {
  top: -8px;
}

.bar:after {
  top: 8px;
}

ul.top-button li.hamburger.open .bar:before {
  top: 0px;
  transform: rotate(45deg);
}

ul.top-button li.hamburger.open .bar {
  background-color: transparent;
}

ul.top-button li.hamburger.open .bar:after {
  top: 0px;
  transform: rotate(-45deg);
}

#topmenu {
  top: 0;
  position: fixed;
}

#topmenu .pageup,
#topmenu .cta{
  opacity: 0;
}

#topmenu.callshowme .pageup,
#topmenu.callshowme .cta{
  opacity: 1;
}

/* main menu */

.menu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style-type: none;
}

.menu ul li {
  display: inline-block;
  padding: 10px 0;
}

.menu ul li a {
  padding: 0 20px;
  color: #afafaf;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
}

.menu ul li a.active,
.menu ul li a:hover,
.menu ul li.current_page_item a,
.menu ul li.current_page_item a:hover,
.menu ul li.current_page_parent a,
.current_page_item a,
.single-post .page-item-24 a {
  color: #000;
}

@media screen and (max-width: 600px) {
  .menu {
    /* max-width: 300px;
    margin: auto !important;
    line-height: 20px; */
    display: none;
  }

  .mobile-menu, .mobile-menu .menu{
    display: block;
  }
}

/* res nav */

#res-nav {
  width: 0;
  display: block;
}

#res-nav.open {
  width: 100%;
}

#res-nav .mob-social{
  border-top: 1px solid #333;
  padding: 20px 0;
  width: 21.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#res-nav .mob-social li{
  display: inline-block;
  padding: 0;
  bordeR: 0;
  margin: 0 1rem;
  padding: 2rem 0;
  width: auto;
}

#res-nav .mob-social li a{
  font-size: 20px;
}

@media screen and (max-width: 600px){
  #res-nav .mob-social li a{
    font-size: 15px;
  }
}


.mobile-menu ul{
  margin: 0;
  padding: 30px 0;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
}

.overlay-content {
  max-width: 400px;
  margin-top: 80px !important;
  margin: auto;
}

.overlay-content ul {
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.overlay-content ul li {
  padding: 40px 10px;
  border-bottom: 1px solid #222;
}

.overlay-content ul li:last-child {
  border-bottom: 0;
}

.overlay ul li a {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  transition: 0.3s;
}

.overlay ul li a .fa {
  padding: 0 10px;
  font-size: 20px;
}

.overlay ul li a.active,
.overlay ul li a:hover,
.overlay ul li.current_page_item a,
.overlay ul li.current_page_item a:hover,
.overlay ul li.current_page_parent a {
  color: #fddd00;
}

@media screen and (max-width: 800px) {
  .overlay-content ul li {
    border-bottom: 1px solid #333;
  }
}

@media screen and (max-height: 650px), (max-width: 600px) {
  .overlay-content {
    padding: 50px 0;
  }

  .overlay-content ul li {
    padding: 20px 0;
    width: 100%;
    margin: 0;
  }

  .overlay ul li a {
    font-size: 20px;
  }

  .overlay-content .mob-social ul li{
    width: auto;

  }
}

/* home slider */

#hbar_wrap {
  overflow: hidden;
  width: 100%;
  height: 500px;
}

#hbar {
  width: 100%;
  background-color: #dde2ea;
  height: 312px;
}

#sequence {
  height: 320px;
  position: relative;
  max-width: 940px;
  margin: auto;
  overflow: hidden;
}

#sequence ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: 9999px;
}

#sequence.loaded {
  overflow: visible;
}

#sequence.loaded ul {
  top: inherit;
}

#sequence li {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
}

#sequence li > * {
  position: absolute;
}

.infox {
  position: relative;
  transition-duration: 1s;
  width: 100%;
  right: -120%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.animate-in .infox {
  right: 0;
  opacity: 0.99;
  filter: alpha(opacity=99);
}

.animate-out .infox {
  right: 120%;
  opacity: 0;
  filter: alpha(opacity=0);
}

#slides h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 55px;
}

.infox .scont {
  float: right;
  width: 45%;
  height: 100%;
  position: relative;
  z-index: 100;
}

#slides .websites .mobile_fadein,
#slides img {
  position: absolute;
  max-width: 420px;
  height: auto;
}

#laptop_bg {
  top: 20px;
}

#slides svg {
  position: absolute;
  max-width: 350px;
  top: -50px;
  left: 40px;
}

#slides .websites .mobile_fadein_ipad {
  position: absolute;
  top: -60px;
  left: 10px;
  max-width: 400px;
  width: 100%;
  height: 320px;
  background-image: url(images/new-banner/slide-ipad-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#slides .websites .mobile_fadein_ipad img {
  position: absolute;
  max-width: 330px;
  width: 100%;
  height: auto;
  top: 34px;
  left: 40px;
  transform: rotate(0);
  transition-duration: 0s;
}

#slides .websites .mobile_fadein {
  opacity: 0;
  max-width: 130px;
  width: 100%;
  height: 229px;
  z-index: 999;
  display: inline-block;
  left: 40%;
  top: 80px;
  transition-duration: 1.2s;
  width: 100%;
  background-image: url(images/new-banner/phone_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#slides .websites .mobile_fadein img {
  position: absolute;
  width: 122px;
  height: auto;
  left: 4px;
  top: 34px;
  transform: rotate(0);
  transition-duration: 0s;
}

#slides .mobile_fadein_animation_desktop {
  position: absolute;
  top: -50px;
  max-width: 395px;
  width: 100%;
  height: 333px;
  background-image: url(images/new-banner/slide-desktop-layout.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

#slides .mobile_fadein_animation_desktop img {
  top: 20px;
  left: 19px;
  max-width: 356px;
  height: auto;
  transform: rotate(0);
  transition-duration: 0s;
}

#slides .mobile_fadein_animation_laptop {
  position: absolute;
  top: -30px;
  max-width: 395px;
  width: 100%;
  height: 333px;
}

#slides .mobile_fadein_animation_laptop img {
  top: 70px;
  left: 51px;
  max-width: 319px;
  height: auto;
  transform: rotate(0);
  transition-duration: 0s;
}

.infox .mobile_fadein_animation_desktop,
.infox .mobile_fadein_animation_laptop,
.infox .mobile_fadein_ipad,
.infox .mobile_fadein,
.infox svg,
.infox img {
  left: 20%;
  transform: rotate(20deg);
  transition-duration: 1s;
}

.animate-in .mobile_fadein_animation_desktop,
.animate-in .mobile_fadein_animation_laptop,
.animate-in .mobile_fadein_ipad,
.animate-in .mobile_fadein,
.animate-in .infox svg,
.animate-in .infox img {
  left: 0;
  transform: rotate(0deg);
}

.animate-out .mobile_fadein_animation_desktop,
.animate-out .mobile_fadein_animation_laptop,
.animate-out .mobile_fadein_ipad,
.animate-out .mobile_fadein,
.animate-out .infox svg,
.animate-out .infox img {
  left: -20%;
  transform: rotate(-20deg);
}

.sbg {
  position: absolute;
  z-index: 1;
  height: 282px;
  top: 30px;
  right: -140px;
  transition-duration: 1.2s;
  background-position: left 312px;
  background-repeat: no-repeat;
}

.animate-in .sbg {
  background-position: left top;
}

.animate-out .sbg {
  background-position: left 312px;
}

#sdesign {
  width: 410px;
}

#scart {
  width: 458px;
}

#splay {
  width: 371px;
}

#scloud {
  width: 417px;
}

.slide_cont {
  opacity: 0;
  position: relative;
  left: 50px;
  transition: all 1s ease;
}

.animate-in .slide_cont {
  opacity: 1;
  left: 0;
}

.animate-out .slide_cont {
  opacity: 0;
  left: -50px;
}

.slide_button {
  opacity: 0;
  top: 40px;
  left: 50px;
  position: relative;
  transition: all 0.8s ease;
}

.animate-in .slide_button {
  opacity: 1;
  top: 0;
  left: 0;
}

.animate-out .slide_button {
  top: 40px;
  left: -50px;
}

a.sbut {
  background: black;
  border-radius: 20px;
  text-align: center;
  color: white;
  padding: 7px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-decoration: none;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 20px;
  transition-duration: 0.2s;
}

a.sbut:hover {
  color: #fee73e;
}

#stab {
  text-align: right;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}

#stab span {
  font-size: 32px;
}

#stab a {
  background: black;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  color: white;
  padding: 20px;
  padding-top: 16px;
  padding-bottom: 14px;
  margin-right: 10px;
  font-size: 32px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-decoration: none;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  transition-duration: 0.2s;
}

#stab a:hover {
  background-color: #6d2394;
}

@media screen and (max-width: 960px) {
  #sequence {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 940px) {
  .clients {
    display: none;
  }
  .blogside {
    display: none;
  }
  .column.column600 {
    margin: 40px auto 40px auto;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .imgcol {
    display: none;
  }
  .column.column600.about {
    margin-top: 20px;
  }
  .aboutside {
    display: none;
  }
  .sbhome {
    display: none;
  }
  #slides h3 {
    font-size: 22px;
  }
  a.sbut {
    font-size: 13px;
  }
  #stab a {
    font-size: 22px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
  }
  #stab a span {
    font-size: 30px;
  }
}

@media screen and (max-width: 850px) {
  .infox .scont {
    width: 40%;
  }
}

@media screen and (max-width: 875px) {
  /* #hbar_wrap {
    display: none;
  } */
  .home #home_services {
    margin-top: 0px;
  }
}

#snav {
  display: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

#snav li {
  list-style: none;
  display: inline-block;
  background-color: #dfe4ec;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  padding: 5px;
  margin: 2px;
}

#snav li.active {
  background-color: black;
}

#snav li:hover {
  cursor: pointer;
}

#myloadbox {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 120px;
}

/* home services */

.services ul {
  overflow: hidden;
  padding: 0 0 2rem;
  border-bottom: 1px solid #f1f1f1;
}

.services ul:last-child {
  border: none;
}

.services li {
  list-style-type: none;
  display: inline-block;
  float: left;
}

.services li.btext {
  float: right;
}

.services li.icon {
  margin: 0 20px 0 0;
}

.services li img {
  width: 100px;
  margin: 10px 0;
}

.services li h2 {
  width: 180px;
  margin-top: 40px;
  font-size: 21px;
}

.services li.btext p {
  max-width: 640px;
  margin: 30px 0 20px;
}

.services ul.cont {
  border: none;
}

.services ul.cont li {
  width: 280px;
  height: auto;
  margin: 0 10px;
}

.services ul.cont h3 {
  max-width: 500px;
  padding: 50px 0;
  margin: auto;
  text-align: center;
}

.services ul.cont h5 {
  padding: 0 0 10px;
  border-bottom: 2px solid #000;
}

.services ul.cont p {
  margin: 10px 0 0;
  line-height: 20pt;
}

.services ul.cont .fa {
  width: 20px;
}

#wedo_list p {
  font-size: 1em;
}

@media screen and (max-width: 940px) {
  .services li.btext p {
    max-width: 600px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 900px) {
  .container {
    max-width: 600px;
  }
  .services li img {
    width: 60px;
    margin-top: 30px;
  }
  .services li h2 {
    width: 110px;
    font-size: 1.2em;
    margin-top: 35px;
  }
  .services li.btext p {
    width: 380px;
    margin-top: 35px;
    font-size: 10pt;
  }
  .services ul.cont li {
    margin-bottom: 20px;
  }
  .services .social_box {
    display: none;
  }
  .home .home_contain {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 490px;
    padding: 0;
  }
  .services ul.cont .address_box {
    margin-bottom: 0px;
  }
  .services a.homebut {
    display: inline-block;
  }
  .footcol h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.footcol li {
    width: 100% !important;
  }
  .services .icon {
    width: 90px;
  }
  .services li.btext p {
    margin-top: 0;
    width: 100%;
  }
  .services li img {
    width: 85px;
    margin-top: 10px;
  }
  .home_butt a {
    font-size: 10pt;
    letter-spacing: 0;
  }
  .full,
  .full img {
    display: none;
  }
  .feat {
    height: 350px;
  }
}

@media screen and (max-width: 600px) {
  .services .title {
    display: block;
    float: none;
  }

  .services .title h2,
  .services .icon {
    width: 100%;
  }

  .services li img {
    width: 100px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .seo_title {
    font-size: 1.3em;
    margin-bottom: 2rem;
  }
  .container {
    width: 100%;
    padding: 0 1rem;
  }

  .services ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0rem;
    margin: 0;
    margin-bottom: 1rem;
  }

  .services li.icon {
    width: 3rem;
    float: none;
    line-height: 0;
    margin-right: 1rem;
  }

  .services li.icon img {
    width: 100%;
    line-height: 0;
  }
  .services .title h2 {
    margin: 0;
    font-size: 1rem;
  }

  .services li.btext {
    width: 100%;
  }

  .services a.homebut {
    margin: 0;
    font-size: 0.9rem;
    padding: 0.4rem 1.5rem;
  }
}

@media screen and (max-width: 450px) {
  .container {
    width: 95%;
  }
}

/* home contact */

.container.contact {
  height: auto;
  padding: 2rem 0;
}

.contact {
  display: flex;
}

.contact h3 {
  margin: 0;
}

.contact .left {
  padding-right: 3rem;
  width: 55%;
  border-right: 1px solid;
  text-align: right;
}

.contact .right {
  padding-left: 3rem;
  text-align: left;
}

.contact .right .fa {
  margin-right: 10px;
}

.contact .right img {
  width: 120px;
  height: auto;
  margin-right: 0.5rem;
}

@media screen and (max-width: 750px) {
  .contact {
    display: block;
  }

  .contact .right,
  .contact .left {
    width: 100%;
    padding: 2rem 0;
    text-align: left;
  }

  .contact .left {
    border-right: 0;
    border-bottom: 1px solid;
  }

  .contact .right p {
    margin: 0;
  }
}

/* home brands */

.brands {
  text-align: center;
}

.brands h3 {
  padding-bottom: 3rem;
}

.brands ul {
  list-style: none;
  padding: 0;
}

.brands ul li {
  display: inline-block;
  padding: 2rem 2rem;
}

.brands ul li:last-of-type img {
  height: 55px;
}

.brands ul li img {
  height: 50px;
  width: auto;
  opacity: 0.3;
  mix-blend-mode: darken;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 720px) {
  .brands ul li img {
    height: 40px;
    width: auto;
  }
}

@media screen and (max-width: 400px) {
  .brands ul li {
    padding: 1rem 0;
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* quote */

.contain.tri {
  position: relative;
}

.contain.tri:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 43%;
  border-left: 0px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid black;
}

.quote p {
  font-size: 20px;
  font-weight: 100;
  font-style: italic;
  text-align: center;
}

.quote h5 {
  line-height: 0;
  padding-bottom: 5px;
  margin-left: 40%;
}

@media screen and (max-width: 550px) {
  .quote p {
    font-size: 16px;
  }
}

/* team */

.wrap.about h1 {
  text-align: center;
  padding: 20px 0 40px;
  font-weight: 100;
}

.wrap.about p {
  max-width: 750px;
  padding: 0 30px;
  margin: auto;
}

.page-template-page-about-new-php .container .wrap.team {
  max-width: 1200px;
}

.page-template-page-about-new-php .container.main {
  padding-top: 0;
  max-width: 1100px;
}

.page-template-page-about-new-php .container.top.cont {
  max-width: 750px;
  padding: 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .wrap.about p {
    max-width: 100%;
  }
  .page-template-page-about-new-php .tagline {
    xxpadding-top: 0px;
  }
}

.full,
.full img {
  width: 100%;
  height: auto;
}

.team {
  padding: 50px 0 50px 0;
  text-align: center;
}

.team li,
.team ul,
.feat li,
.feat ul {
  list-style-type: none;
  padding: 0;
  margin: 10px;
}

.team li,
.team img {
  width: 230px;
  display: inline-block;
  overflow: hidden;
}

.team img {
  margin-bottom: -9px;
  padding: 0;
}

.team h6,
.team h5 {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 50px;
  font-size: 10pt;
  color: #333;
  letter-spacing: 1px;
}

.team li {
  vertical-align: top;
  position: relative;
}

.team li h5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}

.team li p.position {
  position: absolute;
  top: 2.1rem;
  font-size: 11px;
  text-transform: uppercase;
  left: 0;
  width: 100%;
  z-index: 300;
}

.team li .mcont {
  padding-top: 100px;
}

.team li .hovtext {
  position: absolute;
  left: 0;
  bottom: -100%;
  margin-top: 3.5%;
  width: 100%;
  height: 100%;
  padding: 5%;
  padding-top: 70px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 5px solid;
  opacity: 0;
  border-radius: 7px;
  transition: all 0.3s ease;
}

.team li .hovtext p {
  font-size: 13px;
}

.team li:hover .hovtext {
  opacity: 1;
  bottom: 0;
}

.team_email {
  text-decoration: none;
  font-size: 13px;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.team_email:hover {
  font-weight: bold;
  text-decoration: none;
}

.wrap.charity {
  padding: 1rem 0 4rem;
}

.charity .charity_info {
  text-align: center;
  padding-bottom: 30px !important;
}

.charity ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.charity ul li {
  width: 18rem;
  height: auto;
  padding: 0 2rem;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 2rem;
  vertical-align: middle;
}

/*.charity ul li{
  border-right: 1px solid #e8e8e8;
}

.charity ul li:nth-child(3n) {
  border: none;
}

.charity ul li:last-child {
  border: none;
}*/

.charity ul li img {
  height: 10rem;
  width: auto;
}

.charity ul li h4 {
  margin-top: 0;
}

.charity ul li a {
  color: #83519c;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.charity ul li a .fa:first-child {
  margin-left: 0.5rem;
}

#jobs h2 {
  text-align: center;
  margin: 0 auto 0 auto;
  max-width: 600px;
}

#jobs a {
  color: #630e95;
  text-decoration: none;
}

#jobs a:hover {
  color: #7a12b8;
}

@media screen and (max-width: 650px) {
  #jobs h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
  }
}

@media screen and (max-width: 450px) {
  #jobs h2 {
    font-size: 20px;
  }
}

.feat {
  height: 250px;
}

.feat,
.feat h6 {
  text-align: center;
  padding: 50px 0 30px;
}

.feat li {
  display: inline-block;
}

.feat img {
  height: 50px;
}

.partners {
  padding-bottom: 120px;
  padding-top: 30px;
  margin-top: 30px;
}

.partners_title {
  margin-bottom: 45px;
  border-bottom: solid 2px #f1f1f1;
}

.partners_title h2 {
  margin-bottom: 15px;
}

.partners ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.partners ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  float: left;
  width: 33.33333%;
}

.partners ul li a {
  display: block;
}

.partners ul li a img {
  width: 100%;
  max-width: 220px;
}

.about_excerpt,
.main_partners {
  width: 100%;
  max-width: 780px;
  margin: auto;
  padding: 0 20px;
}

.wrap.about .main_partners p {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.main_partners .lcol {
  float: left;
  width: 58%;
}

.main_partners .rcol {
  float: right;
  width: 40%;
  text-align: center;
}

.main_partners .rcol img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 777px) {
  .about_excerpt,
  .main_partners {
    width: 100%;
    max-width: 500px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main_partners .lcol {
    float: left;
    width: 100%;
  }
  .main_partners .rcol {
    float: right;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  .about_excerpt,
  .main_partners {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 520px) {
  .about_excerpt,
  .main_partners {
    width: 100%;
    max-width: 390px;
  }
}

@media screen and (max-width: 500px) {
  .main_partners .lcol,
  .main_partners .rcol {
    width: 100%;
  }
  .main_partners .rcol {
    margin-top: 20px;
  }
}

/* hiring */

.hiring .excerpt {
  max-width: 70%;
  margin: auto;
  margin-bottom: 4rem;
}

.hiring .job_info {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hiring .job_info .item {
  text-align: center;
  width: inherit;
  display: inline-block;
  padding: 0.4rem 1rem;
  border: 1px solid #f2f2f2;
  margin: 1rem;
  border-radius: 1rem;
}

.hiring .job_info .item h4 {
  font-size: 1.2rem;
}

.matrix_banner {
  width: 100%;
  position: relative;
  padding: 7rem 0;
  background: url(images/matrix.gif);
  color: white;
  right: 0;
}

.matrix_banner .matrix__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}

.matrix_banner .banner__wrap {
  top: 0;
  bottom: 0;
  max-width: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  justify-content: space-between;
}

.matrix_banner .banner__wrap h1,
.matrix_banner .banner__wrap p {
  color: white;
}

.matrix_banner .banner__wrap .left {
  width: 70%;
}

.matrix_banner .site_link {
  background: white;
  color: black;
  font-weight: bold;
  z-index: 100;
}

.matrix_banner .site_link:hover {
  background: white;
}

.matrix_banner .site_link span {
  border-color: transparent transparent transparent #fff;
}

.matrix_banner .right a img {
  width: 5rem;
  height: auto;
}

.rabbit__button img {
  width: 2.5rem;
  position: absolute;
  margin-left: -4rem;
  z-index: 0;
  transition: all 1s ease;
}

.rabbit__button:hover img {
  margin-left: 1rem;
}

@media screen and (max-width: 915px) {
  .hiring .job_info,
  .hiring .job_info .item {
    display: block;
  }
}

@media screen and (max-width: 740px) {
  .matrix_banner .banner__wrap {
    display: block;
    width: 90%;
  }

  .matrix_banner .banner__wrap .left {
    width: 100%;
  }

  .matrix_banner .banner__wrap .right {
    float: left !important;
  }
}

/* info page */

.info-page ol {
  padding-left: 4.5rem;
}

.info-page ol > li {
  margin-bottom: 1rem;
  list-style-type: none;
  counter-increment: item;
}

.info-page ol > li:before {
  content: counter(item) ".";
  background: #dce2eb;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  margin-right: 1.5rem;
  margin-left: -3.5rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.4rem;
  font-weight: 600;
}

.info-page ul,
.hiring ul {
  padding-left: 0;
  text-indent: -0.3rem;
  padding-left: 2rem;
}

.info-page ul li:before,
.hiring ul li:before {
  content: "";
  width: 0.9rem;
  height: 0.8rem;
  margin-right: 3.5rem;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content:"\f067";
  font-weight: 900;
  margin: 0 5px 0 -15px;
  color: #7f70eb;
}

.info-page ul li,
.hiring ul li {
  list-style-type: none;
  font-size: 1rem;
  padding-bottom: 1rem;
}

.info-page .container,
.info-page .cont,
.info-page .info-intro {
  max-width: 50rem;
  margin: auto;
}

.info-page ul,
.info-page ol {
  margin: 0;
}

.info-intro {
  margin: 0 auto 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#info_banner {
  margin: 2rem 0;
  padding: 3rem 0;
}

#info_banner .info-intro {
  margin-bottom: 0;
}

#info_banner .cont {
  text-align: center;
}

#info_banner h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.info-page .left,
.info-page .right {
  width: 48%;
}

.info-intro h4 {
  font-size: 18px;
  font-weight: 600;
}

.info-intro .image img {
  width: 100%;
  max-height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-page .wpcf7 {
  margin: auto;
}

@media screen and (max-width: 915px) {
  .info-page .container,
  .info-page .cont,
  .info-page .info-intro {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  .info-page .left,
  .info-page .right {
    width: 100%;
    display: block;
  }
}

/* blog */

.contain.blog {
  max-width: 900px;
  padding: 60px 0;
  margin: auto;
}

.single-post .contain {
  padding: 0;
}

.contain.blog img {
  max-width: 100%;
  height: auto;
}

.single_post {
  padding: 30px;
  padding-top: 0;
}

.single_post .title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.single_post h3 {
  padding-top:30px;
}

.single_post .req, .portfolio .req{
  padding: 2rem;
  background: #762089 !important;
  border-radius: 10px;
  text-align: center;
  margin: 2rem 0;
  display: block;
  position: relative;
  z-index: 9;
}

.single_post .req .background-image,
.portfolio .req .background-image{
  position: absolute;
  background-size: cover !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -9;
  opacity: 0.2;
}

.single_post .req h3, .portfolio .req h3{
  margin: 0 0 1rem;
  color: white !important;
}

.single_post h3 strong{
  color: white;
  background: #762089;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  line-height: 1.6;
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: -3.5rem;
}

@media screen and (max-width: 1000px){
  .single_post h3 strong{
    margin-left: 0;
  }
}

.single_post .req .btn:last-child,
.portfolio .req .btn:last-child{
  background: #762089;
  color: white;
}

.single_post .req .btn, .portfolio .req .btn{
  display: inline-block;
  background: black;
  cursor: pointer !important;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  margin: 0 1rem;
  transition: 0.5s ease all;
}

.single_post .req .btn:hover, .portfolio .req .btn:hover{
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 500px){
  .btn, .homebut{
    margin: 0.5rem 1rem !important;
  }
}

.single_post .soc{
  display: flex;
  align-items: center;
}

.single_post .soc h3{
  margin: 0;
}

@media screen and (max-width: 650px) {
  .single_post .title {
    font-size: 30px;
  }
}

.single_post .meta {
  padding-top: 15px;
  margin-top: 20px;
}

.single_post img {
  margin: 20px 0;
}

.single_post .back_butt {
  position: relative;display: inline-block;background: black;
  cursor: pointer !important;color: #fff;border-radius: 0px;
  padding: 10px 20px 10px 10px ;text-decoration: none;font-weight: 700;
  margin: 0 1rem;transition: 0.5s ease all;
}

.single_post .back_butt:hover {
  opacity: 0.5;
}

.single_post .back_butt span {
  border-color: transparent black transparent transparent;     border-style: solid;
  border-width: 20px;
  height: 0;
  width: 0;
  position: absolute;
  top: 0px;
  left: -40px;
}

.single_post.container{
  padding: 0 !important;
}



h3#comments,
#respond h3 {
  font-size: 95%;
  color: #333;
}

#comments {
  font-family: "proxima-nova";
}

ol.commentlist,
ol.commentlist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comment_column {
  margin: 20px;
}

ol.commentlist .vcard {
  margin: 10px 0 15px;
  border-top: 1px solid #eeeeee;
  padding-bottom: 5px;
}

ol.commentlist .avatar {
  width: 20px;
  height: auto;
  float: left;
  border: none;
  position: relative;
}

ol.commentlist .reply a {
  font-style: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #161617;
}

@media screen and (max-width: 800px) {
  ol.commentlist .children {
    padding-left: 8px;
  }
}

ol.commentlist .commentmetadata {
  float: right;
  font-size: 70%;
  color: #9a9a9a;
}

ol.commentlist .commentmetadata a {
  text-decoration: none;
}

ol.commentlist .fn {
  font-weight: bold;
  padding: 10px;
}

ol.commentlist .says {
  display: none;
}

ol.commentlist p {
  display: block;
  clear: both;
  font-size: 90%;
}

ol.commentlist a.comment-reply-link {
  font-weight: bold;
  font-size: 90%;
}

#recentcomments li {
  padding: 6px 10px;
  list-style: none;
  border-top: 3px solid #efefef;
  font-size: 90%;
}

#recentcomments li a {
  color: #479bbc;
}

ul.clean li a {
  color: #000;
  display: block;
  padding: 6px 10px;
  font-size: 90%;
  text-decoration: none;
}

ul.clean li a.highlight {
  background: #efefef;
}

ul.clean li a span {
  margin-right: 10px;
}

ul.clean li a:hover {
  text-decoration: underline;
}

.page .column {
  margin-top: 25px;
}

.page .column300 {
  margin-top: 12px !important;
}

.page .column300.cphoto {
  margin-top: 36px !important;
}

.about_feat {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 30px;
}

.comp_feat {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-top: 50px;
}

.column {
  float: left;
  margin-right: 25px;
}

.blog_column {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 600px) {
  .blog_column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 400px) {
  .blog_column {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.last {
  margin: 0;
}

.column300 {
  max-width: 300px;
  margin-top: 20px !important;
}

.blogside {
  margin-top: 50px !important;
}

.home .column300 {
  margin-top: 25px !important;
}

.column300 p {
  padding-bottom: 10px;
}

.column300 h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home .column600 {
  margin-top: 15px;
}

.portfolio .column300 {
  border-top: 3px solid #000;
  margin-top: 55px !important;
}

.tag .portfolio .column300 {
  margin-top: 30px !important;
}

.port_det_col {
  max-width: 50%;
  margin-top: 6px;
  float: left;
}

.port_mob_col {
  width: 300px;
  height: 590px;
  background-image: url(images/moobile2.png);
  background-size: cover;
  float: right;
  margin-right: 70px;
  margin-top: -150px;
  position: relative;
}

.port_det_col.wideme {
  max-width: 80%;
}

.port_mob_col img {
}

@media screen and (max-width: 1000px) {
  .portfolio_post {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 900px) {
  .port_det_col {
    max-width: 100%;
  }
  .port_mob_col {
    display: none;
  }
}

.column50l {
  max-width: 400px;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
}

.column50r {
  max-width: 480px;
  float: right;
  padding-top: 30px;
}

.column50r img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .column50l, .column50r {
    margin: auto;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.desc_img {
  position: relative;
  height: 123px;
  display: block;
}

.attachment-lab_thumbnail {
  width: 300px;
  height: 150px;
}

.really_simple_twitter_widget li {
  opacity: 0;
}

.lab_side {
}

.side_lab_desc {
  padding: 8px;
  background-color: #efefef;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

.single_col {
  max-width: 660px;
  margin: auto;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.column750 {
  max-width: 750px;
}

.column150 {
  max-width: 150px;
}

.column600 {
  max-width: 600px;
}

.column800 {
  max-width: 800px;
  margin: auto;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
}

.featured {
  margin-bottom: 30px;
  margin-top: 20px;
}

.featured h6 {
  padding-bottom: 0;
}

.featured h6.post_title {
  padding-top: 0;
}

.featured .attachment-featured {
  float: right;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

a.rss {
  background: url(images/rss.png) no-repeat bottom right;
  height: 14px;
  width: 14px;
  margin-top: 25px;
}

ul.social {
  margin: 0;
  padding: 0;
}

ul.social li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

ul.social li a {
  display: block;
  float: left;
  width: 82px;
  height: 32px;
  padding: 0 15px 20px 0;
  background-repeat: no-repeat;
}

ul.large {
  margin: 0;
  padding: 0;
}

ul.large li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.large li a {
  padding: 20px 0 20px 80px;
  display: block;
  color: #afafaf;
  font-size: 110%;
  background-position: left center;
  background-repeat: no-repeat;
}

ul.large li a:hover {
  color: #000;
}

ul.large li a:hover span.heading {
  color: #000;
}

ul.large span {
  display: block;
}

ul.large span.heading,
ul.large span.summary {
  font-weight: bold;
}

.addthis_toolbox {
  display: block;
}

.addthis_toolbox ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.addthis_toolbox ul li {
  margin: 0 0.5rem;
  font-size: 13px;
}

.addthis_toolbox ul li a {
  color: white;
}

.addthis_toolbox .at_text {
  width: 200px;
  background-color: #f9f9f0;
}

.addthis_toolbox li {
  width: 30px;
  height: 30px;
  background-color: blue;
  border-radius: 20px;
  line-height: 30px;
  text-align: center;
}

.addthis_toolbox li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.addthis_toolbox li.addthis_button_facebook {
  background-color: #3d589b;
}

.addthis_toolbox li.addthis_button_twitter {
  background-color: #1da1f2;
}

.addthis_toolbox li.addthis_button_mail {
  background-color: #f44e27;
}

/* case study */

.case-study img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study .fullimg{
  width: 100%;
  min-height: 30rem;
}

.case-study .grey{
  width: 100%;
  padding: 4rem 0;
  background: #f8f8f8;
}

.case-study .case-testimonials,
.case-study .port_cta,
.case-study .port_icon.third,
.case-study .port_stat.quart{
  display: flex;
  flex-wrap: wrap;
}

.case-study .half{
  width: 50%;
}

.case-study .case-testimonials .gray.tri:after{
  border-top: 20px solid #dde2ea;
}

.case-study .case-testimonials .quote{
  padding: 3rem 4rem;
}

.case-study .case-testimonials .quote p{
  text-align: left;
}

.case-study .case-testimonials .contain .sm-600{
  margin-left: 45%;
}

.case-study .float_img .image{
  max-width: 45rem;
  min-height: 28rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  background: white;
  margin-bottom: 4rem;
}

.case-study .float_img .image:nth-child(even){
  margin-left: calc(100% - 45rem);
}

.case-study .port_cta{
  align-items: center;
}

.case-study .port_cta .image{
  min-height: 20rem;
  background: #eee;
  width: calc(100% - 3rem);
  margin-right: 3rem;
}

.case-study .port_icon.third, .case-study .port_stat.quart{
  justify-content: space-between;
}

.case-study .port_icon.third .item{
  width: 30%;
  text-align: center;
}

.case-study .port_icon.third .icon{
  width: 8rem;
  height: 8rem;
  background: #eee;
  margin: auto;
}

.case-study .port_icon.third h3{
  font-size: 1.2rem;
    font-weight: 700;
}

.case-study .port_stat{
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.case-study .port_stat.quart .item{
  width: 22%;
}

.case-study .port_stat .item h5{
  font-weight: 700;
  opacity: 0.4;
}

.black{
  background: black;
  margin-top: 2rem;
  padding: 3rem 0;
}

.related-case{
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.black h2, .black h4 {
  color: white;
  text-align: center;
  flex-direction: column;
}

.related-case .item{
  width: 45%;
  display: inline-block;
}

.related-case .item .image{
  width: 100%;
  height: 20rem;
}

.related-case .item .image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1100px){
  .case-study .quart .item{
    width: 40% !important;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 900px){
  .case-study .half{
    width: 100%;
  }

  .case-study .case-testimonials .quote{
    width: auto;
  }

  .case-study .float_img .image,
   .case-study .fullimg{
     height: auto;
     min-height: auto;
   }


  .case-study .float_img .image{
    width: 100% !important;
    margin-left: 0 !important;
  }

  .case-study .port_cta .image{
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 680px){
  .case-study .fullimg{
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 500px){
  .case-study .third .item{
    width: 100% !important;
    margin-bottom: 2rem;
  }

  .case-study .third .item:last-child{
    margin: 0;
  }
}

/* lab */

#lab_thumbnail_main {
  max-width: 48%;
  float: left;
}

#lab_thumbnail_main {
  top: -20px;
  position: relative;
}

#lab_except {
  max-width: 48%;
  float: right;
  text-align: left;
}

#lab_except p {
  font-size: 22px;
}

@media screen and (max-width: 850px) {
  #lab_except h3 {
    font-size: 1.3em;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 650px) {
  #lab_except,
  #lab_thumbnail_main {
    max-width: 100%;
    float: left;
  }
}

.the_lab {
  text-align: center;
}

.the_lab .projects {
  margin: 20px 10px 0;
  display: inline-block;
}

.proj_inner {
  width: 260px;
  margin: auto;
}

.proj_inner img {
  width: 260px;
  height: auto;
}

.proj_inner h3 {
  font-size: 16pt;
}

.page .proj_inner p {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 10pt;
  overflow: hidden;
}

.meta,
.meta p {
  overflow: hidden;
}

.meta p .date {
  text-align: left;
  float: left;
}

.proj_inner .entry {
  height: 110px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.single_lab {
  margin-bottom: 200px !important;
}

.column.the_lab {
  margin-right: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.meta {
  font-size: 10pt;
  height: 35px;
  background: #efefef;
  padding: 0 10px;
}

#lab_banner,
#info_banner {
  background-color: #dce2eb;
  margin-bottom: 40px;
}

.sc_col_left {
  float: left;
  width: 47%;
}

.sc_col_right {
  float: right;
  width: 47%;
}

.column600.about {
  max-width: 550px;
}

@media screen and (max-width: 600px) {
  .home .column600 h2 {
    font-size: 1.3em;
  }
  body {
    background-size: 400% auto;
  }
  .sc_col_left,
  .sc_col_right {
    width: 100%;
  }
  .meta .right {
    display: none;
  }

  .tagline {
    padding: 30px 0 0;
  }
  .about_excerpt{
    padding-top: 20px;
  }
}

.home h1 a {
  text-decoration: none;
}

h3 {
  font-size: 1.6em;
  color: #000 !important;
}

.post h2 {
  margin-top: 10px;
}

.no_top_marg {
  margin-top: 0;
  padding-top: 0;
}

.search .post {
  margin-bottom: 20px;
}

.portfolio {
  padding-bottom: 80px;
}

.portfolio_post {
  margin-bottom: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.portfolio_post blockquote {
  margin-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0.8rem 1rem;
  border-left: solid 2px #3e3e3e;
  background-color: whitesmoke;
  color: #3e3e3e;
}

.portfolio_post blockquote p:last-of-type {
  margin: 0;
  padding: 0;
}

.single_post a {
	text-decoration:underline;
	color: purple;
}

.single_post blockquote {
  max-width: 40rem;
  width: 100%;

  padding: 1.3rem;
  padding-left: 3.5rem;
  background-color: #d9edfb;
  font-style: italic;
  color: #184363;
  margin: 2rem auto;
  box-sizing: border-box;
  font-size: 1.3rem;
  border-radius: 0.7rem;
  text-align: center;
  position: relative;
}

.single_post blockquote:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  font-size: 1.8rem;
  color: #184363;
}

.single_post blockquote p:last-of-type {
  margin: 0;
  padding: 0;
}

a.link_port {
  color: rgb(198, 198, 198);
}

a.link_port:hover {
  text-decoration: none;
}

.nolazy {
  width: 100%;
  height: auto;
}

h6 {
  font-size: 1.2em;
  color: #000;
  letter-spacing: -0.02em;
  padding-top: 20px;
}

.image li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  margin: 0 5px 0 -15px;
  color: #7f70eb;
}

.image li {
  list-style: none;
}

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

.dcent {
  margin: auto;
  max-width: 940px;
}

hr {
  clear: both;
  height: 4px;
  background-image: url(images/diag.png);
  border: none;
}

.entry hr {
  margin-top: 40px;
  margin-bottom: 20px;
}

p {
  line-height: 140%;
}

.page p {
  line-height: 130%;
  padding-bottom: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 650px) {
  p {
    font-size: 0.9em;
  }
}

.marg30 {
  margin-top: 30px;
}

.marg20 {
  margin-top: 20px;
}

.search .page p {
  padding: 10px;
}

pre {
  margin: 0;
  padding: 0;
}

.line {
  border-bottom: 1px dotted #ccc;
}

.pod {
  padding: 0 0 20px 0;
}

.home_thumb a {
  margin-right: 5px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.quote_form .fleft {
  width: 48%;
}

.quote_form textarea,
.quote_form .existing_design_work input {
  width: 98%;
}

.quote_form {
  padding-top: 0;
}

@media screen and (max-width: 600px) {
  .quote_form .fleft {
    width: 100%;
  }
}

.mright20 {
  margin-right: 20px;
}

.mright40 {
  margin-right: 40px;
}

.clear {
  clear: both;
}

.cat-item-4,
.cat-item-3 {
  display: none;
}

/* portfolio */

.portfolio {
  padding-bottom: 80px;
}

.portfolio_post {
  margin-bottom: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.container.portfolio {
  max-width: 1100px;
  min-height: 900px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog_column {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 600px) {
  .blog_column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 400px) {
  .blog_column {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.portfolio .column300 {
  border-top: 3px solid #000;
  margin-top: 55px !important;
}

.tag .portfolio .column300 {
  margin-top: 30px !important;
}

.contain.blog {
  max-width: 900px;
  padding: 60px 0;
  margin: auto;
}

.port_det_col {
  max-width: 50%;
  margin-top: 6px;
  float: left;
}

.port_mob_col {
  width: 300px;
  height: 590px;
  background-image: url(images/moobile2.png);
  background-size: cover;
  float: right;
  margin-right: 70px;
  margin-top: -150px;
  position: relative;
}

.port_det_col.wideme {
  max-width: 80%;
}

.port_mob_col img {
}

@media screen and (max-width: 1000px) {
  .portfolio_post {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 900px) {
  .port_det_col {
    max-width: 100%;
  }
  .port_mob_col {
    display: none;
  }
}

.port_mob_col img {
  width: 273px;
  height: auto;
  position: absolute;
  top: 36px;
  left: 14px;
}

.port_mob_col {
  transition: transform 1s;
  transform-style: preserve-3d;
  transform: perspective(900px) rotateY(35deg);
}

.port_mob_col.isScrolledIntoView {
  transform: perspective(0) rotateY(0);
}

.single-post .contain {
  padding: 0;
}

.contain.blog img {
  max-width: 100%;
  height: auto;
}

.single_post {
  padding: 30px;
  padding-top: 0;
}

.single_post .title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 650px) {
  .single_post .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .portfolio_post {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
}

.single_post .meta {
  padding-top: 15px;
  margin-top: 20px;
}

.single_post img {
  margin: 20px 0;
}

h3#comments,
#respond h3 {
  font-size: 95%;
  color: #333;
}

#comments {
  font-family: "proxima-nova";
}

ol.commentlist,
ol.commentlist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comment_column {
  margin: 20px;
}

ol.commentlist .vcard {
  margin: 10px 0 15px;
  border-top: 1px solid #eeeeee;
  padding-bottom: 5px;
}

ol.commentlist .avatar {
  width: 20px;
  height: auto;
  float: left;
  border: none;
  position: relative;
}

ol.commentlist .reply a {
  font-style: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #161617;
}

@media screen and (max-width: 800px) {
  ol.commentlist .children {
    padding-left: 8px;
  }
}

ol.commentlist .commentmetadata {
  float: right;
  font-size: 70%;
  color: #9a9a9a;
}

ol.commentlist .commentmetadata a {
  text-decoration: none;
}

ol.commentlist .fn {
  font-weight: bold;
  padding: 10px;
}

ol.commentlist .says {
  display: none;
}

ol.commentlist p {
  display: block;
  clear: both;
  font-size: 90%;
}

ol.commentlist a.comment-reply-link {
  font-weight: bold;
  font-size: 90%;
}

#recentcomments li {
  padding: 6px 10px;
  list-style: none;
  border-top: 3px solid #efefef;
  font-size: 90%;
}

#recentcomments li a {
  color: #479bbc;
}

ul.clean li a {
  color: #000;
  display: block;
  padding: 6px 10px;
  font-size: 90%;
  text-decoration: none;
}

ul.clean li a.highlight {
  background: #efefef;
}

ul.clean li a span {
  margin-right: 10px;
}

ul.clean li a:hover {
  text-decoration: underline;
}

.page .column {
  margin-top: 25px;
}

.page .column300 {
  margin-top: 12px !important;
}

.page .column300.cphoto {
  margin-top: 36px !important;
}

.about_feat {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 30px;
}

.comp_feat {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-top: 50px;
}

/* emarketing */

#marketing.top {
  max-width: 100%;
  padding: 2rem 0;
  background: #ced2d8;
  margin-top: 2rem;
}

#marketing.bkg {
  background-image: url(images/marketingbkg.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

#marketing .container {
  min-height: 100px !important;
  max-width: 800px;
}

#marketing .container h4 {
  font-size: 1.2rem;
}

#marketing .container h1,
#marketing .container h4 {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.pack-wrap {
  min-height: 100px;
  padding: 2rem 0;
  border-bottom: 1px solid #dde2ea;
  display: flex;
  justify-content: center;
}

.seo-packs .pack-wrap:last-child {
  border: none;
  padding-bottom: 0;
}

.seo-packs {
  padding-bottom: 0;
}

.pack-wrap .icon {
  width: 250px;
}

.pack-wrap .icon img {
  width: 100%;
}

.pack-wrap .package {
  width: 65%;
  padding: 0 2rem;
}

.package a.homebut {
  margin-bottom: 2rem !important;
  display: inline-block;
}

@media screen and (max-width: 850px) {
  .pack-wrap {
    display: block;
  }

  .pack-wrap .icon,
  .pack-wrap .package {
    width: 100% !important;
    display: block !important;
  }

  .pack-wrap .package {
    padding: 0;
  }

  .pack-wrap .icon {
    height: 200px;
    text-align: center;
  }

  .pack-wrap .icon img {
    height: 100%;
    width: auto;
  }
}

@media screen and (max-width: 1200px) {
  #marketing.bkg {
    background-image: url(images/marketingbkgsmall.svg);
    background-position: top left;
    background-size: cover;
  }

  #marketing .container {
    width: 70%;
    margin: auto;
    padding: 0;
    text-align: center;
  }

  #marketing .container h1 {
    font-size: 2rem;
  }
}

/* videos */

.video-js {
  max-width: 600px;
  height: 336px;
  margin-bottom: 40px;
  background-color: transparent !important;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .video-js {
    height: 210px;
  }
}

@media screen and (max-width: 380px) {
  .video-js {
    height: 160px;
  }
}

.vjs-big-play-button {
  left: 50% !important;
  margin-left: -2em !important;
  top: 50% !important;
  margin-top: -1.2em !important;
}

/* paging */

#gallery_932 {
  margin-top: 60px;
}

#gallery_932 .pageLink {
  visibility: hidden;
}

.icon_list li {
  line-height: 30px;
  padding-left: 30px !important;
  background-repeat: no-repeat;
  background-position: left 5px;
  -webkit-transition: all 0.2s ease;
  moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.icon_list li a {
}

.icon_list li a:hover {
  background-color: #efefef;
}

.really_simple_twitter_widget li {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
  border-bottom: solid 1px #efefef;
  line-height: 18px;
  word-wrap: break-word;
}

.really_simple_twitter_widget li:last-child {
  border: none;
}

.home .column300 h6,
.home .column300 h1 {
  padding-top: 10px !important;
  font-size: 1.6em !important;
}

.really_simple_twitter_widget li a {
  color: #999;
}

.really_simple_twitter_widget li a:hover {
  color: #000;
}

.really_simple_twitter_widget abbr {
  color: #999;
  font-style: italic;
  border: none;
}

#bannerspace_wrap {
  margin-bottom: 40px;
}

#bannerspace_wrap a {
  text-decoration: none;
}

#bannerspace_wrap a:hover p {
  color: #666;
  text-decoration: none;
}

/* gallery (thumb right) */

#gallery_565 .thumnail_col {
  float: right;
}

#gallery_565 .gal_content {
  float: left;
}

#gallery_565 ul.thumbs li {
  margin-left: 10px;
  margin-right: 0 !important;
}

#gallery_565 .thumnail_col a.pageLink {
  margin-left: 10px;
  margin-right: 0;
}

/* gallery (hori thumbs) */

#gallery_607 {
  position: relative;
  margin-bottom: 80px;
  margin-left: 90px;
  margin-top: 0;
}

#gallery_607 .slideshow img {
  vertical-align: bottom;
}

#gallery_607 .slideshow span.image-wrapper {
  bottom: 0;
}

#gallery_607,
#gallery_607 .thumnail_col,
#gallery_607 .gal_content,
#gallery_607 .loader,
#gallery_607 .slideshow a.advance-link {
  width: 420px;
}

#gallery_607 .thumbs_wrap2 {
  height: 60px;
}

#gallery_607 .thumbs_wrap {
  float: left;
  left: 50%;
  position: relative;
}

#gallery_607 .pageLink.next {
  margin-right: 0;
}

#gallery_607 .thumnail_col {
  float: left;
  left: -50%;
  width: auto;
  position: relative;
}

#gallery_607 ul.thumbs {
  float: left;
}

#gallery_616 .thumnail_col,
#gallery_616 .gal_content,
#gallery_616 .loader,
#gallery_616 .slideshow a.advance-link {
  width: 600px;
}

/* gallery (thumb bottom) */

#gallery_826 {
  position: relative;
  margin-bottom: 80px;
  margin-left: 90px;
  margin-top: 0;
}

#gallery_826 .slideshow img {
  vertical-align: bottom;
}

#gallery_826 .slideshow span.image-wrapper {
  bottom: 0;
}

#gallery_826,
#gallery_826 .thumnail_col,
#gallery_826 .gal_content,
#gallery_826 .loader,
#gallery_826 .slideshow a.advance-link {
  width: 420px;
}

#gallery_826 .thumbs_wrap2 {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: -70px;
  left: 0;
}

#gallery_826 .thumbs_wrap {
  float: left;
  left: 50%;
  position: relative;
}

#gallery_826 .pageLink.next {
  margin-right: 0;
}

#gallery_826 .thumnail_col {
  float: left;
  left: -50%;
  width: auto;
  position: relative;
}

#gallery_826 ul.thumbs {
  float: left;
}

#gallery_826 a.advance-link {
  line-height: 370px;
}

#gallery_826 .slideshow img {
  vertical-align: bottom;
}

/* gallery (res) */

#gallery_1355 {
  position: relative;
  margin-bottom: 20px !important;
}

#gallery_1355 .slideshow span.image-wrapper {
  bottom: 0;
}

#gallery_1355,
#gallery_1355 .thumnail_col,
#gallery_1355 .gal_content,
#gallery_1355 .loader,
#gallery_1355 .slideshow a.advance-link,
#gallery_1355 span.image-wrapper {
  width: 100% !important;
}

#gallery_1355 .thumbs_wrap2 {
  min-height: 60px;
  overflow: hidden;
}

#gallery_1355 .thumbs_wrap {
  float: left;
  left: 50%;
  position: relative;
}

#gallery_1355 .pageLink.next {
  margin-right: 0;
}

#gallery_1355 .thumnail_col {
  float: left;
  left: -50%;
  width: auto !important;
  position: relative;
}

#gallery_1355 ul.thumbs {
  float: left;
}

/* teaser */

.thumb_wrap {
  float: left;
  max-width: 15%;
}

.dwrap {
  float: right;
  max-width: 85%;
}

@media screen and (max-width: 500px) {
  .thumb_wrap {
    float: left;
    max-width: 20%;
  }
  .dwrap {
    float: right;
    max-width: 80%;
  }
}

@media screen and (max-width: 400px) {
  .thumb_wrap {
    float: left;
    max-width: 25%;
  }
  .dwrap {
    float: right;
    max-width: 75%;
  }
}

.description {
  overflow: hidden;
  margin-bottom: 20px;
}

.description img {
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 30px;
  max-width: 80%;
  height: auto;
}

.description h3 a {
  padding-top: 0;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.border {
  height: 4px;
  background-image: url(images/angle.svg);
}

.border:last-child {
  background-image: none;
}

/* shop form */

.checkout input {
  border: 2px solid #e0e0e0;
  background: #fefefe;
  padding: 4px;
  font-size: 12px;
}

.checkout input:active,
.checkout input:focus {
  outline: none;
  border: 2px solid #b4b4b4;
}

/* cf7 override */

.wpcf7 {
  margin-top: 12px !important;
  margin-bottom: 30px !important;
}

.wpcf7 p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.wpcf7-textarea {
  width: 90%;
}

#commentform #submit {
  background-color: #762089;
  border-radius: 5px;
  color: white;
  padding: 15px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  word-spacing: normal;
  border: none;
}

#commentform #submit:hover {
  opacity: 90%;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 input:active,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 textarea:active {
  background: #ebfbfb;
  outline: none;
  color: rgb(0, 0, 0);
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 span.wpcf7-not-valid-tip {
  border: none;
  background-color: #431a5b;
  color: #fff;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: "proxima-nova", sans-serif;
  line-height: 14px;
  margin-top: 5px;
}

.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 span.wpcf7-not-valid-tip {
  width: 110px;
}

.wpcf7-response-output {
  margin: 0 !important;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-checkbox label {
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.wpcf7-checkbox label span {
  white-space: nowrap;
}

#wpcf7-f1306-p1091-o1 .wpcf7-text {
  padding: 10px;
  font-size: 16px;
}

.wpcf7-text {
  width: 90%;
}

@media screen and (max-width: 600px) {
  form .mright20 {
    margin-right: 0 !important;
  }
  form .fleft {
    float: none;
  }
}

#wpcf7-f1307-p136-o1 input,
#wpcf7-f1307-p136-o1 textarea {
  padding: 10px;
  color: #8e8e8e;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 20px;
  border: solid 1px #9f9f9f;
  box-shadow: inset 2px 2px 8px #bababa;
  transition: all 0.2s ease;
}

#wpcf7-f1307-p136-o1 .wpcf7-list-item {
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}

#wpcf7-f1307-p136-o1 .wpcf7-list-item input {
  border: none;
  padding-left: 0;
  margin-left: 0;
}

#wpcf7-f1307-p136-o1 select {
  outline: none;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
}

#wpcf7-f1307-p136-o1 input:hover,
#wpcf7-f1307-p136-o1 input:focus,
#wpcf7-f1307-p136-o1 input:active,
#wpcf7-f1307-p136-o1 textarea:hover,
#wpcf7-f1307-p136-o1 textarea:focus,
#wpcf7-f1307-p136-o1 textarea:active {
  background: #ebf7f5;
  outline: none;
}

#wpcf7-f1307-p136-o1.wpcf7 input.wpcf7-submit {
  transition: 0;
  border: none;
  position: relative;
  color: #fff;
  text-shadow: 1px -2px 0px black;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  /* Gradient background */
  background-color: #000000;
  /* Drop Shadow */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* cf7 messages */

#wpcf7-f1307-p136-o1 .wpcf7-validation-errors {
  border: none;
  background-color: #f4ae46;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
}

#wpcf7-f1307-p136-o1 .wpcf7-mail-sent-ok {
  border: none;
  background-color: #7ad33f;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
}

#wpcf7-f1307-p136-o1 .wpcf7-mail-sent-ng {
  border: none;
  background-color: #cf2d38;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  color: white;
}

#wpcf7-f1307-p136-o1 span.wpcf7-not-valid-tip {
  border: none;
  background-color: #cf2d38;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  width: 180px;
  color: white;
  /* Drop shadow */
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#wpcf7-f1307-p136-o1 .fleft {
  float: left;
}

#wpcf7-f1307-p136-o1 .mright20 {
  margin-right: 20px;
}

#wpcf7-f1307-p136-o1 .w45 {
  width: 45%;
}

#wpcf7-f1307-p136-o1 .clear {
  clear: both;
}

/* on hover */

#wpcf7-f1307-p136-o1.wpcf7 input.wpcf7-submit:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #000000;
}

/* on click */

#wpcf7-f1307-p136-o1.wpcf7 input.wpcf7-submit:active {
  top: 1px;
  color: #d8c6e2;
  background-color: #000000;
  box-shadow: none;
}

/* search form */

#searchform {
  margin-top: 25px;
}

#searchform .screen-reader-text {
  display: none;
}

#searchform #s {
  padding: 5px;
  border: 0;
  border-left: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  background: #eee;
  width: 200px;
}

#searchform #searchsubmit {
  background: #fff;
  border: 0;
  font-weight: bold;
  width: 80px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

#searchform #searchsubmit:hover {
  cursor: pointer;
  color: #479bbc;
}

#respond {
  margin-top: 40px;
  border-top: 1px dotted #ccc;
  margin-bottom: 40px;
}

/* comment form */

#message {
  color: #990000;
  font-weight: bold;
}

.standardForm {
  margin-bottom: 15px;
}

.standardForm .textbox,
.standardForm .textarea {
  width: 500px;
  padding: 7px;
  font-size: 110%;
  font-weight: bold;
}

#commentform input,
#commentform textarea {
  width: 300px;
  padding: 7px;
  font-size: 90%;
}

.standardForm .textbox,
.standardForm .textarea,
.standardForm .submit,
#commentform input,
#commentform textarea {
  border: 3px solid #e0e0e0;
  background: #fefefe;
}

#commentform #comment {
  width: 80%;
  font-size: 100%;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
}

#commentform #submit {
  width: 190px;
}

#commentform #submit:hover {
  background-color: #b2b2b2;
}

#commentform label {
  margin: 0 0 0 10px;
}

#commentform #submit:hover {
  background-color: #431a5b;
  cursor: pointer;
}

/* img */

.pod ul li > ul {
  margin: 0;
  padding: 3px 0 3px 20px;
}

.pod ul {
  margin: 0;
  padding: 0;
}

.pod ul li {
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
  padding-left: 10px;
}

li.home_thumb {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.alternate,
.hidden {
  display: none;
}

.contentwidth {
  max-width: 100vw;
  margin: 0 auto;
}

.main {
  xxmin-height: 600px;
}

#bbg {
  height: 360px;
  margin-top: -72px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.port_mob_col img {
  width: 273px;
  height: auto;
  position: absolute;
  top: 36px;
  left: 14px;
}

.port_mob_col {
  transition: transform 1s;
  transform-style: preserve-3d;
  transform: perspective(900px) rotateY(35deg);
}

.port_mob_col.isScrolledIntoView {
  transform: perspective(0) rotateY(0);
}

img.border-thin,
.border-thin img {
  padding: 1px;
  border: 1px solid #ededee;
}

.border-thick a {
  padding: 1px;
  border: 3px solid #efefef;
}

.bwhite img {
  border-color: white;
}

a.image_link {
  margin-top: 21px;
  display: block;
  line-height: 0;
}

a.image_link:hover {
  background-color: transparent;
}

img.left,
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

img.right,
img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

img.center,
img.aligncenter {
  display: block;
  margin: 0 auto;
}

#logo {
  padding: 20px 0 0 0;
  height: 250px;
  width: 500px;
  margin: auto;
  text-align: center;
  font-weight: normal;
  font-size: 3em;
}

#logo a {
  display: block;
}

#logo a img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

@media screen and (max-width: 500px) {
  #logo {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  #logo a {
    margin-top: 40px;
  }
}

/* code */

code {
  margin: 0;
  border-left: 3px solid #bdb5cd !important;
  padding: 15px;
  padding-top: 0;
  background-color: #efefef;
  display: block;
  font-size: 12px;
  line-height: 15px;
  overflow: auto;
}

code.dark{
  border: 0 !important;
  background: black;
  color: lime;
  padding-left: 2rem;
  line-height: 1.5;
  position: relative;
}

code.dark:before{
  content: '';
  position: absolute;
  display: block;
  width: .3rem;
  height: .8rem;
  background: lime;
  left: 1.2rem;
  top: 1.3rem;
  /* animation: blink .5s infinite; */
}

@keyframes blink {
  0%{
    background: lime;

  }

  60%{
    background: black;

  }
}

/* book */

.book_container {
  max-width: 900px;
  margin: auto;
}

.scol {
  margin: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pdf_link {
  background-color: #ececde;
  border-radius: 5px;
  margin-top: 150px;
  margin-bottom: 70px;
}

.pdf_link p {
  margin: 0;
}

.pdf_link .pdf_link_cont {
  width: 70%;
  float: left;
}

.pdf_link .pdf_link_cont a:hover p {
  text-decoration: none;
}

.pdf_link .pdf_link_cont .small.lcol {
  max-width: 140px;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 38px;
  float: left;
  background-color: #5ac1a2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  transition: all 0.2s ease;
}

.pdf_link .pdf_link_cont a:hover .small.lcol {
  background-color: #40b491;
}

.pdf_link .pdf_link_cont .small.lcol:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 55px 15px;
  border-color: transparent transparent transparent #5ac1a2;
  transition: all 0.2s ease;
}

.pdf_link .pdf_link_cont a:hover .small.lcol:before {
  border-color: transparent transparent transparent #40b491;
}

.pdf_link .pdf_link_cont .small.lcol p {
  padding: 30px 0;
  color: #ececde;
  transition: all 0.2s ease;
}

.pdf_link .pdf_link_cont a:hover .small.lcol p {
  color: #ffffff;
}

.pdf_link .pdf_link_cont .wide.rcol {
  width: 65%;
  float: left;
  padding-left: 40px;
  box-sizing: border-box;
}

.pdf_link .pdf_link_cont .wide.rcol .col_inner {
  padding: 22px 0;
}

.pdf_link .pdf_link_cont .wide.rcol .col_inner p {
  padding: 0;
}

.pdf_link .pdf_link_cont .wide.rcol .col_inner p:nth-child(1) {
  font-size: 23px;
  letter-spacing: 1px;
}

.pdf_link .pdf_link_cont .wide.rcol .col_inner p:nth-child(2) {
  font-size: 24px;
}

.navy_text {
  color: #215469;
}

.orange_text strong {
  color: #f2a857;
  border-bottom: solid 2px #f2a857;
}

.pdf_link .pdf_link_image {
  width: 30%;
  float: right;
  position: relative;
}

.pdf_link .pdf_link_image img {
  position: absolute;
  right: 0;
  top: -85px;
  width: 180px;
  -webkit-animation: bouncedown linear 1.4s infinite;
  animation: bouncedown linear 1.4s infinite;
}

.pdf_link .pdf_link_image .res_pdf {
  display: none;
}

@keyframes bouncedown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes bouncedown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 900px) {
  .book_container {
    width: 100%;
  }
  .scol.pdf_link_container {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .pdf_link .pdf_link_cont .small.lcol {
    max-width: 95px;
  }
  .pdf_link .pdf_link_cont .small.lcol:before {
    border-width: 53px 0 52px 15px;
  }
  .pdf_link .pdf_link_cont {
    width: 90%;
  }
  .pdf_link .pdf_link_image {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .pdf_link .pdf_link_cont .wide.rcol .col_inner {
    padding: 28px 0;
  }
  .pdf_link .pdf_link_cont .wide.rcol .col_inner p:nth-child(1) {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .pdf_link .pdf_link_cont .wide.rcol .col_inner p:nth-child(2) {
    font-size: 19px;
  }
}

@media screen and (max-width: 570px) {
  .pdf_link {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .scol.pdf_link_container {
    width: 70%;
  }
  .pdf_link .pdf_link_cont .wide.rcol .col_inner p:nth-child(1) {
    font-size: 28px;
  }
  .pdf_link .pdf_link_cont .wide.rcol .col_inner p:nth-child(2) {
    font-size: 26px;
    margin-top: 20px;
  }
  .pdf_link .pdf_link_cont {
    width: 100%;
    float: none;
  }
  .pdf_link .pdf_link_cont .small.lcol {
    max-width: 100%;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: none;
  }
  .pdf_link .pdf_link_image .full_pdf {
    display: none;
  }
  .pdf_link .pdf_link_image .res_pdf {
    display: block;
    margin: auto;
  }
  .pdf_link .pdf_link_cont .small.lcol:before {
    position: absolute;
    top: inherit;
    bottom: -30px;
    left: 50%;
    transform: translateX(-60px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #5ac1a2 transparent transparent transparent;
  }
  .pdf_link .pdf_link_cont a:hover .small.lcol:before {
    border-color: #40b491 transparent transparent transparent;
  }
  .pdf_link .pdf_link_cont .wide.rcol {
    width: 100%;
    float: none;
    padding: 40px 0;
    padding-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .pdf_link .pdf_link_image {
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }
  .pdf_link .pdf_link_image {
    padding-top: 0;
  }
  .pdf_link .pdf_link_image img {
    position: relative;
    right: inherit;
    top: inherit;
    -webkit-animation: bouncedown linear 1.4s infinite;
    animation: bouncedown linear 1.4s infinite;
    width: 60%;
  }
  .pdf_link .pdf_link_cont a strong {
    text-decoration: none;
  }
  .pdf_link a,
  .pdf_link a p {
    text-decoration: none;
  }
  .pdf_link a p strong {
    text-decoration: none;
  }
  .pdf_link a:hover,
  .pdf_link a:hover p,
  .pdf_link a:hover strong,
  .pdf_link a:hover p strong {
    text-decoration: none;
  }
}

@media screen and (max-width: 460px) {
  .scol.pdf_link_container {
    width: 100%;
  }
}

/* download form */

div[id^="wpm_download_"] {
  display: none !important;
}

.wpcf7 input.wpcf7-submit {
  transition: 0;
  border: none;
  position: relative;
  color: #fff;
  -webkit-appearance: none;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding-top: 11px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: black;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #4b246e;
  cursor: pointer;
}

.wpcf7 input,
.wpcf7 textarea {
  padding: 8px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  border: 3px solid #e0e0e0;
  -webkit-text-size-adjust: 75%;
}

/* tags */

#tag_wrap {
  transition: all 1s ease;
}

.page-template-page-thelab-php #tag_wrap,
.single-post #tag_wrap {
  min-height: 0;
}

p.tags {
  padding-bottom: 20px;
}

.tags b {
  font-weight: 900;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
}

p.tags a {
  background: #f0f0f0;
  padding: 4px 10px;
  color: #7f7f7f;
  display: inline-block;
  line-height: 28px;
  white-space: nowrap;
  margin-right: 4px;
  margin-bottom: 4px;
}

p.tags a:hover {
  background-color: #ddcdf9;
  right: 0px;
  position: relative;
}

p.tags a.css3:hover {
  background-color: #f3b8b8;
}

p.tags a.fullscreen:hover {
  background-color: #f2f3b8;
}

p.tags a.mobile:hover {
  background-color: #f3b8b8;
}

p.tags a.one-page:hover {
  background-color: #d1f3b8;
}

p.tags a.responsive:hover {
  background-color: #b8f3ea;
}

p.tags a.retina-ready:hover {
  background-color: #f3b8e9;
}

p.tags a.video:hover {
  background-color: #bdf3b8;
}

p.tags a.wordpress:hover {
  background-color: #f3eab8;
}

p.tags a.colourful:hover {
  background-color: #f5c9ed;
}

p.tags a.e-commerce:hover {
  background-color: #f5c8c8;
}

p.tags a.html-5-video:hover {
  background-color: #c8f1f5;
}

p.tags a.woocommerce:hover {
  background-color: #c8e5f5;
}

p.tags a.branding:hover {
  background-color: #e1f5c8;
}

p.tags a.fun:hover {
  background-color: #edcbf9;
}

/* footer animation */

svg * {
  transform-box: fill-box;
}

#footer_svg {
  max-width: 1200px;
  height: auto;
  position: relative;
  bottom: -15px;
  margin: auto;
  z-index: -1;
}

#footer_svg svg {
  width: 100%;
  height: auto;
}

.ie #footer_svg svg {
  display: none;
}

#footer_svg .f_svg_fallback {
  display: none;
}

.ie #footer_svg .f_svg_fallback {
  display: block;
  width: 100%;
  height: auto;
}

.ie #footer_svg img {
  width: 100%;
  height: auto;
}

#rain {
  animation: cloud linear 10s infinite;
  -webkit-animation: cloud linear 10s infinite;
}

@keyframes cloud {
  0% {
    transform: translateX(-60px);
  }
  50% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(-60px);
  }
}

@-webkit-keyframes cloud {
  0% {
    transform: translateX(-60px);
  }
  50% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(-60px);
  }
}

#rain .rain_drop {
  opacity: 0;
  animation: rain linear 1.4s infinite;
  -webkit-animation: rain linear 1.4s infinite;
}

#rain .rain_drop.one {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#rain .rain_drop.two {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#rain .rain_drop.three {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#rain .rain_drop.four {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#rain .rain_drop.five {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#rain .rain_drop.six {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#rain .rain_drop.seven {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#rain .rain_drop.eight {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes rain {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}

@-webkit-keyframes rain {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}

#bentflowerface {
  -webkit-animation: rotate linear 10s infinite;
  animation: rotate linear 10s infinite;
  transform-origin: center center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#left_spike_side,
.cloneleaf_left,
#leafleft {
  -webkit-animation: leaf_left 2.5s linear infinite;
  animation: leaf_left 2.5s linear infinite;
  transform-style: preserve-3d;
}

@keyframes leaf_left {
  0% {
    transform-origin: right;
    transform: rotate(0deg);
  }
  33% {
    transform-origin: right;
    transform: rotate(-8deg);
  }
  66% {
    transform-origin: right;
    transform: rotate(8deg);
  }
  100% {
    transform-origin: right;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes leaf_left {
  0% {
    transform-origin: right;
    transform: rotate(0deg);
  }
  33% {
    transform-origin: right;
    transform: rotate(-8deg);
  }
  66% {
    transform-origin: right;
    transform: rotate(8deg);
  }
  100% {
    transform-origin: right;
    transform: translate(0%, 0%) rotate(0deg);
  }
}

#right_spike_side,
.cloneleaf_right,
#leafright {
  -webkit-animation: leaf_right 2.5s linear infinite;
  animation: leaf_right 2.5s linear infinite;
  transform-style: preserve-3d;
}

@keyframes leaf_right {
  0% {
    transform-origin: left;
    transform: rotate(0deg);
  }
  33% {
    transform-origin: left;
    transform: rotate(8deg);
  }
  66% {
    transform-origin: left;
    transform: rotate(-8deg);
  }
  100% {
    transform-origin: left;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes leaf_right {
  0% {
    transform-origin: left;
    transform: rotate(0deg);
  }
  33% {
    transform-origin: left;
    transform: rotate(8deg);
  }
  66% {
    transform-origin: left;
    transform: rotate(-8deg);
  }
  100% {
    transform-origin: left;
    transform: rotate(0deg);
  }
}

#smallleft {
  -webkit-animation: updown 2.5s linear infinite;
  animation: updown 2.5s linear infinite;
}

#sun {
  transition: all 2s ease;
  transform: translate(-110px, 250px);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#footer_svg.animated #sun {
  transform: translate(-110px, 0px);
}

@keyframes updown_sun {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes updown_sun {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

.up_down,
#smallright {
  -webkit-animation: updown 2.5s linear infinite;
  animation: updown 2.5s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.delay {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delaylong {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-moz-document url-prefix() {
  #bentflowerface {
    -webkit-animation: none;
    animation: none;
  }
  #left_spike_side,
  .cloneleaf_left,
  #leafleft,
  #right_spike_side,
  .cloneleaf_right,
  #leafright {
    -webkit-animation: updown 1.7s linear infinite;
    animation: updown 1.7s linear infinite;
  }
}

/* footer */

.footcol.left {
  text-align: right;
  border-right: 1px solid;
  width: 70%;
  padding-right: 2rem;
}

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

.footcol.right p {
  padding: 0;
  margin: 0;
}

.footcol.right .fa {
  margin-right: 10px;
}

.footcol.right img {
  width: 185px;
  margin-top: 40px;
}

.footcol h1 {
  font-size: 1.4em;
  max-width: 700px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .footcol.right,
  .footcol.left {
    width: 100%;
    display: block;
    text-align: center;
  }

  .footcol.left {
    border-right: 0;
    border-bottom: 1px solid;
    padding: 0 0 2rem;
    margin: 0 0 3rem;
  }

  .footcol.right {
    text-align: left;
    max-width: 500px;
    float: none;
    margin: auto;
  }
}

.home_butt {
  padding: 30px 0 65px;
  text-align: center;
}

.page-template-page-logo .home_butt {
  padding: 0px 0 60px;
}

.home_butt a {
  padding: 15px 20px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  letter-spacing: 2px;
}

.home_butt a:hover {
  color: #fee73e;
  text-decoration: none;
}

.footer {
  padding: 20px 0 10px;
}

ul#footer-menu {
  padding: 0;
}

ul#footer-menu li {
  display: inline-block;
  text-align: center;
  line-height: 26px;
}

ul#footer-menu li a {
  margin: 0 10px;
  color: #7f70eb;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}

ul#footer-menu li.current_page_item a {
  color: #fff;
}

p.bump {
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 7px;
}

p.bump a {
  color: #afafaf;
  text-decoration: none;
}

.footer .width {
  padding: 20px 0 20px 0;
}

@media screen and (max-width: 550px) {
  .footer .contentwidth {
    padding: 20px 0 40px 0;
  }
}

.footer {
  background-color: #000;
  text-align: center;
  color: #afafaf;
  font-size: 80%;
}

.footer p {
  padding-bottom: 10px;
}

.single_post .download_button,
.single_post .addtocart {
  background-color: #000;
  padding: 10px;
  margin: 10px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  text-decoration: none;
  border: solid #000 1px;
  transition: all 0.1s ease;
  position: relative;
  border: solid black 3px;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
}

@media screen and (max-width: 550px) {
  .download_button {
    font-size: 22px;
  }
}

@media screen and (max-width: 380px) {
  .tagline p,
  .tagline h1 {
    font-size: 18px;
  }
  #banner img {
    display: none;
  }
  .download_button {
    font-size: 18px;
  }
}

.download_button:hover,
.addtocart:hover {
  background-color: #000;
  position: relative;
  border: solid #5543de 3px;
  text-decoration: none;
}

.download_button:active,
.addtocart:active {
  border: solid #cd81f1 3px;
}

a.site_link {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  background-color: #000;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease;
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
margin-right: 2rem;
}

.link_arrow {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 19px;
  height: 0;
  width: 0;
  position: absolute;
  top: 0px;
  right: -38px;
}

a.site_link:hover {
  background-color: #000;
  padding-right: 14px;
  color: #cd81f1;
}

#related_posts {
  padding: 0 2rem;
}

#related_posts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

#related_posts ul li {
  width: 30%;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.relatedpost .meta {
  height: auto;
  padding: 10px;
}

.relatedpost .title {
  /* min-height: 3rem; */
  font-size: 1rem;
  text-align: center;
}

.relatedpost .desc_img {
  height: auto;
}

@media screen and (max-width: 850px) {
  #related_posts ul li {
    width: 48%;
  }

  #related_posts ul li:nth-child(n + 3) {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #related_posts ul li {
    width: 100%;
  }
}

/* Footer */
body .footer-animted.ie{
  display: none !important;
}

body.IE-change .footer-animted.ie{
  display: block !important;
  line-height: 0;
  text-align: center;
}

body.IE-change .footer-animted.ie img{
  max-width: 1200px;
  height: auto;
  position: relative;
  bottom: -15px;
  margin: auto;
  z-index: -1;
}

body.IE-change .footer-animted.not-ie{
  display: none !important;
}
}

/*admin toolbar css*/
.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header{
    top: 45px;
  }
  #wpadminbar{
    position: fixed !important;
  }
}
