/*homeonly.css*/
/* start general code */
* {
  padding: 0;
  margin: 0;
  max-width: 100%;
  position: relative;
}

.site {
  background-color: white;
}

img {
  max-width: 100%;
  display: block;
}

html {
  font-size: 100%;
}

.section {
  padding: 1rem 0 0;
}
.entry-content {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.site-footer {
    display: none;
}
.button {
  text-transform: uppercase;
}

.button.is-white {
  color: #4a4a4a;
  border: none;
}

hr {
  margin: 4rem 1rem 0 0;
  opacity: 55%;
}

.columns.is-hidden-touch {
  position: relative;
  top: -5em;
}

/* end general code */
/* start typography */
@font-face {
  font-family: Gobold;
    font-weight: 400;
  src: url(https://www.cometogethercreative.com/wp-content/themes/bulmapress/Fonts/Gobold.ttf);
  font-display: block;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #4a4a4a;
  overflow: hidden;
}

.content p {
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  margin: 3rem 0 1.38rem;
  font-family: 'Gobold', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #3f3d3d;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

small,
.text_small {
  font-size: 0.8rem;
}

ul {
  margin-bottom: 3em;
}

li {
  text-align: left;
  color: white;
}

.brandblue,
.brandblue h1 {
  color: #5c7ee0;
}

.brandwhite,
a.brandwhite,
.brandwhite h1 {
  color: #FFF;
}

.title.is-3 {
  font-family: Gobold;
  font-size: 1.8em;
  text-transform: uppercase;
}

.title.is-4 {
  font-family: Gobold;
  text-transform: uppercase;
  overflow: hidden;
}

.rowtitleleft {
  text-align: left;
  padding: 0 0.5rem;
  margin: 2em 0;
}

.rowtitleright {
  text-align: right;
  padding: 0 0.5rem 0 0;
  margin-bottom: 2em;
}

a:hover {
  color: #5c7ee0;
}

h1.services {
  margin-top: 1em;
}

a.button {
  font-size: 1rem;
  background-color: #5c7ee0;
}

/* start typography media queries */
@media only screen and (min-width: 400px) and (max-width: 769px) {
  p, li {
    font-size: 125%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 769px) {
  .title.is-3 {
    font-size: 4em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1075px) {
  a.button {
    font-size: 60%;
  }
}

/* end typography media queries */
/* end typography */
/* start Header section */
#header {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

a.headerlogo,
a.headerlogo:hover,
a.headerlogo:visited {
  color: #3f3d3d;
}

.navbar-brand {
  padding: 1.5rem 0;
  margin-left: auto;
}

.logobox {
  margin-left: auto;
  margin-right: 1.5rem;
  margin-top: 2rem;
  line-height: 0;
}

.logo {
  position: absolute;
  z-index: 3;
  padding-top: 3em;
}

.logomark {
  margin: 0;
  color: white;
  font-size: 2.25rem;
}

.logomarkblue {
  margin: 0;
  color: #5c7ee0;
  font-size: 1.25rem;
}

h4.headerlogo {
  font-size: 2rem;
  color: #3f3d3d;
  line-height: 0.3;
  margin-top: 0;
  text-align: right;
}

/* end Header section */
/* start Hero section */
.mikecustomhero {
  background-image: url(images/podcastreverse_mobile.webp),
    linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 350px;
}

.heroleft {
  border-right: 3px solid white;
}

.heroright {
  padding-top: 14em;
}

.herotextleft {
  text-align: right;
  color: white;
}

.herotextright {
  text-align: left;
}

h5.herotextright {
  margin-top: 0;
}

/*start Slider code */
.slider {
  margin: 0;
}

.slidercontainer {
  text-align: right;
  padding: 0;
}

.slidercontainer h1 {
  color: white;
  opacity: 86%;
}

.youridea {
  padding: 1.5rem 2rem;
}

h1.asterisk {
  padding: 5.4rem 2.9rem;
}

.help {
  margin-top: 0;
}

h1.help {
  padding: 4.4rem 1.4rem;
  font-size: 4rem;
}

h1.sliderservices {
  font-size: 1.7rem;
  padding: 3rem 1rem;
}

.slidersquash {
  letter-spacing: -0.09rem;
}

.slidersquash2 {
  letter-spacing: -0.03rem;
}

/* start Slider media queries */
@media screen and (min-width: 541px) {
  .slidersection {
    display: none;
  }

  /* end Slider media queries */
  .mikecustomhero {
    height: 1108px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mincontent {
    max-width: 675px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  h1.brandwhite {
    margin-bottom: 0;
    font-size: 3rem;
  }

  h1.brandblue {
    margin: -0.2em 0;
  }

  h1.idea {
    font-size: 4.05rem;
    letter-spacing: -0.02rem;
  }

  h1.world {
    letter-spacing: -0.11rem;
    font-size: 3rem;
  }

  h1.wehelp {
    font-size: 5.67rem;
    letter-spacing: 0.2rem;
  }

  h1.alittle {
    font-size: 1.05rem;
  }

  .spread {
    letter-spacing: 0.1rem;
  }

  .squash {
    letter-spacing: -0.15rem;
  }

  .worldasterisk {
    font-size: 2rem;
    position: relative;
    top: -1rem;
  }

  .farright {
    margin-left: auto;
    padding-right: 0.5em;
  }
}

/* end Slider media queries */
/* MIDDLE CONTAINER - FLEX LAYOUT */
.slidercontainer {
  display: flex;
  position: relative;
  top: 3em;
  right: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

/* SLIDES - FORCE INTO ONE LONG HORIZONTAL ROW */
.slidertext {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 375px) {
  .slidertext {
    font-size: 90%;
  }

  h1.help {
    font-size: 3rem;
  }
}

/* SLIDE ANIMATION */
@keyframes slideh {
  0% {
    right: 0;
  }

  20% {
    right: 0;
  }

  25% {
    right: 100%;
  }

  45% {
    right: 100%;
  }

  50% {
    right: 200%;
  }

  70% {
    right: 200%;
  }

  75% {
    right: 300%;
  }

  95% {
    right: 300%;
  }

  100% {
    right: 0;
  }
}

.slidercontainer {
  animation: slideh linear 14s 1 normal;
  scroll-behavior: smooth;
}

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

/*end Slider code */
/* start hero media queries */
@media screen and (min-width: 376px) {
  .mikecustomhero {
    background-image: url(images/podcastreverse_tablet.png),
      linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
  }
}

@media screen and (min-width: 769px) {
  .mikecustomhero {
    background-image: url(https://cometogethercreative.com/wp-content/uploads/2021/09/podcastreverse_optimized.webp),
      linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
  }
}

http://cometogethercreative.com/wp-content/uploads/2021/09/podcastreverse_optimized.webp


/* end hero media queries */
/* end Hero section */
/* start Services Row */
.servicesrow {
  object-fit: cover;
  object-position: 0 80%;
  padding-bottom: 0;
}

img.servicesrow {
  opacity: 85%;
}

h1.services {
  margin-top: 0;
}

/* end Services Row */
/* start Recent Work Row */
.recentworksection {
  padding-bottom: 0;
  margin-top: 3em;
  margin-bottom: 2em;
}

.recentworkrow {
  width: 300px;
  opacity: 80%;
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.recentworkrow1 {
  opacity: 60%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.tile.is-parent {
  padding: 0;
  margin-bottom: 1rem;
}

.tile.is-parent.testimonial {
  margin-bottom: 2rem;
}

.tile.is-ancestor {
  margin-left: 0;
}

.card {
  background-color: transparent;
}

.card-image {
  margin: 0 0 2em 0;
  background: #4a4a4a;
  border-radius: .25rem;
}

.card-image:first-child img {
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.content figure {
  margin: 0;
}


.card {
  box-shadow: none;
}

.card-header-title {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}

.card-content {
  padding: 0 1em 0 1em;
}

.recentwork {
  position: absolute;
  top: 45%;
  left: 13%;
  z-index: 3;
  color: white;
  width: 78%;
  text-align: center;
}

.recentwork p {
  text-align: center;
}

.recentwork a {
  text-align: center;
}

.is-4by3_custom {
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
}

.imgexpander {
  max-width: 200%;
  width: 160%;
}

.kidnuz {
  color: #7a7a7a;
}

.background {
  position: relative;
}

.background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/* end Recent Work Row */
/* testimonials row */

.testimonial {
  text-align: right;
  margin-bottom: 0;
}

.attribution {
  margin-left: auto;
  flex-grow: 0;
}

.quote-business {
  text-align: right;
}
.section.quotes {
    margin-bottom: 6em;
}
/* end testimonials */
/* start superfooter */
.superfooter {
  color: white;
  background-color: #5d5959 !important;
}

.superfooter.has-background-primary {
  padding: 3em 1em;
}

.superfooter_widget1 {
  padding-top: 0;
  padding-bottom: 0;
}
.superfooter_widget1.nobottom {
    margin-bottom: 0;
}
.footercontent p {
  text-align: left;
  letter-spacing: .8px;
}
.nobottom {
  margin-bottom: 2em;
}

.footercontent {
  color: white;
  padding: 0 1rem;
}

.getintouch {
  max-height: 12em;
}
.git-button {
  padding: .5em 0;
}
.email-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 75%;
}
.email-button:hover {
  background-color: white !important;
  color: #5c7ee0 !important;
}
/* end superfooter */
/* start general media queries */
/* start tablet code */
@media screen and (min-width: 768px) {
  .is-widescreen {
    padding: 0 2rem;
  }

  .rowtitleleft {
    font-size: 3.052rem !important;
    padding: 0;
  }

  .rowtitleright {
    font-size: 3.052rem !important;
    padding: 0;
    margin-bottom: 1.25rem;
  }
h1.rowtitleright {
  padding-bottom: 0;
  margin: 0;
}
  .superfooter_widget,
  .superfooter_widget1 {
    padding: 2em 0 0 2em !important;
  }

  hr {
    display: none;
  }
}

/* end tablet code */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.title.brandwhite {
    font-size: 1.7rem;
}
}



/* start desktop code */
@media screen and (min-width: 1025px) {
  #page {
    padding: 0 0 !important;
  }

  .navbar {
    background-color: transparent;
  }

  .container {
    max-width: 100%;
  }

  .is-widescreen {
    max-width: 1152px;
  }

  .tile.is-parent {
    padding: .75rem;
    margin-bottom: 0;
  }

  .imgcontainer {
    padding-right: 0 !important;
  }

  .content h3:not(:first-child) {
    margin-top: 0;
  }
.rowtitleleft {
    margin: 0 0 .5em 0;
}
.mikecustomhero {
  margin-bottom: 5em;
}
  .recentwork {
    text-align: center;
  }

  .aboutus {
    padding: 0 3em 0 0;
  }
}
.git-button {
  position: relative;
  left: -2em;
}
.section.quotes {
    margin-bottom: 4em;
}
