/*
Theme Name: MessageMedia Theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: 
----------------------------------------------------------------
# Normalize
# Typography
# Elements
   ## Pricing Page Custom CSS
   ## Blog and Social Media icons
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  overflow-x: hidden !important;
  line-height: 1.4 !important;
}
.contentStart {
  padding-top: 82px;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* FONTS */

@font-face {
  font-family: 'icomoon';
  src:  url('inc/assets/fonts/icomoon.eot?kik0g');
  src:  url('inc/assets/fonts/icomoon.eot?kik0g#iefix') format('embedded-opentype'),
    url('inc/assets/fonts/icomoon.ttf?kik0g') format('truetype'),
    url('inc/assets/fonts/icomoon.woff?kik0g') format('woff'),
    url('inc/assets/fonts/icomoon.svg?kik0g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  font-display: auto;
}
h1 {
  font-size: 46px;
  padding-bottom: 10px;
}
h2 {
  font-size: 36px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 24px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-display: auto;
}
.h1small {
  font-size: 2.3rem;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

.ctaSeparator {
  border-top: 1px solid #ffffff;
  max-width: 300px;
}

.leadheading {
  font-size: 3vw;
}

.leadbody {
  font-size: 21px;
  font-weight: 200;
}

.mm-button {
  background: #33bbed !important;
  border: none !important;
  font-size: inherit;
  border-radius: 4rem !important;
  transition: 0.5s ease;
  margin-bottom: 10px !important;
}

.mm-button:hover {
  background: #2c66ad !important;
}

.mm-secondary-button {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  padding: .4rem 1rem;
  margin-left: 28px;
}

@media (max-width: 408px){
  .mm-secondary-button{
    margin-left: 0 !important;
  }
  #cta{
    height: auto !important;
  }
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:focus {
  text-decoration: none;
}

a {
  color: #33bbed;
  text-decoration: none;
  transition: 0.5s ease;
}

a:hover {
  color: #2c66ad;
  text-decoration: none;
}

a.dark-style {
  transition: 0.4s;
  color: #444;
  line-height: 15px;
}

a.dark-style:hover {
  text-decoration: none;
  color: #33bbed;
}

a.mm-catFindMore {
  color: #33bbed;
  font-size: 1em;
  transition: 0.5s ease;
}
a.mm-catFindMore:hover {
  text-decoration: none;
  color: #2866af;
  transition: 0.5s ease;
}

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

.negativeMargin {
  margin-top: -100px;
}

.greybg {
  background-color: #f5f5f5;
}

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

.pillGraphic {
  max-width: 180%;
  margin-left: -58px;
  margin-top: -100px;
  z-index: 0;
}

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

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

.panel-heading {
  padding: 0.75rem 0 !important;
  background-color: transparent !important;
  color: #fff;
  border: none;
}

.flushlist {
  padding-left: 18px;
}

.mm-topheadPanel {
  background-image: url(/../../wp-content/themes/MessageMedia%20Theme/images/homepage/mm-header-white.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 3715px;
  min-height: auto;
  height: auto;
  color: #000;
}

.mm-flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#counter {
  display: flex;
  justify-content: center;
  color: #fff;
}

.statsBlock {
  background: #33bbed;
  background: -moz-linear-gradient(
    -45deg,
    #33bbed 0,
    #473e9f 50%,
    #473e9f 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #33bbed 0,
    #473e9f 50%,
    #473e9f 100%
  );
  background: linear-gradient(135deg, #33bbed 0, #473e9f 50%, #473e9f 100%);
  height: auto;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 80rem;
  margin-top: -7rem;
  border-radius: 12rem;
}

.stats {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}

.parallaxsection {
  height: 750px;
  background-position: center 230px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  vertical-align: middle;
  padding-top: 300px;
}
.parallaximageSMS {
  background-image: url(/../../wp-content/themes/MessageMedia%20Theme/images/homepage/messagemedia-sms-paralax.jpg);
}
.parallaximageRCS {
  background-image: url(/../../wp-content/themes/MessageMedia%20Theme/images/homepage/messagemedia-rcs-paralax.jpg);
}
.parallaximageMMS {
  background-image: url(/../../wp-content/themes/MessageMedia%20Theme/images/homepage/messagemedia-mms-paralax.jpg);
}
.parallaximageMessenger {
  background-image: url(/../../wp-content/themes/MessageMedia%20Theme/images/homepage/messagemedia-messenger-paralax.jpg);
}
.parallaximageWhatsApp {
  background-image: url(/../../wp-content/themes/MessageMedia%20Theme/images/homepage/messagemedia-whatsapp-paralax.jpg);
}

.parallaxtext {
  padding-top: 200px;
}

.blueCallout {
  background-image: url(/../../wp-content/themes/MessageMedia%20Theme/images/messagemedia-statistics-bg.jpg);
  background-size: cover;
}

/* width */
/*::-webkit-scrollbar {
}

/* Track */
/*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
/*::-webkit-scrollbar-thumb {
  background: #33bbed;
  border-radius: 5px;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #2c66ad;
}*/

.mm-righttoTop.mm-homeHeroCarousel {
    padding-bottom: 15px !important;
}

.text-cache{
  color: #000000 !important;
  text-decoration: underline !important;
}
.trustedBlock h3{
  margin-bottom: 30px;
  line-height: 1.5;
}
.trustedBlock{
  text-align: center;
  padding-bottom: 45px;
}
.trustedBlock ul{
  margin: 0;
  padding: 0;
}
.trustedBlock ul li{
  display: inline-block;
  list-style: none;
  padding: 18px 40px;
}

@media (max-width: 500px){
  .trustedBlock ul li.logo-ambulance{
    display: none;
  }
  .trustedBlock ul li{
    width: 49%;
    padding: 20px 10px;
  }
}

/*--------------------------------------------------------------
# See MessageMedia in Action custom CSS
--------------------------------------------------------------*/

.mm-topheadPanel .d-md-block {
  width: auto;
  flex: none;
  padding-right: 40px;
}

@media (min-width: 768px){
  .mm-topheadPanel .d-md-block {
      display: inline-block !important;
  }
}

@media(max-width: 1199px){
  .mm-topheadPanel .d-md-block{
    padding-right: 30px;
  }
  .mm-topheadPanel .d-md-block br{
    display: none;
  }
}
.mm-action .gform_wrapper h3.gform_title {
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}
.mm-action > a.btn, .mm-action .gform_wrapper{
  display: inline-block;
  margin: 0;
}
.mm-action > a.btn{
    font-size: 15px;
    margin-right: 38px;
}
@media (max-width: 768px){
  .mm-action > a.btn{
    margin-right: 0;
  }
  .mm-action .gform_wrapper{
    margin-top: 20px;
  }
}

.mm-action .gform_wrapper .top_label .gfield_label{
  display: none;
}
.mm-action .gform_wrapper, .mm-action .gform_confirmation_wrapper{
  width: 300px;
  position: relative;
  display: inline-block;
}
.mm-action .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    background: transparent;
    width: 100%;
    border: none;
    padding: 7px 30px 10px 0 !important;
    font-size: 12.5px;
    outline: 0;
}
.mm-action .gform_body{
  border-bottom: 1px solid #000000;
  position: relative;
  top: 3px;
}
.mm-action .gform_wrapper .gform_footer input[type="submit"]{
  background: url(images/chevron-in-circle.svg) no-repeat scroll 0 / 100%;
  width: 22px !important;
  height: 22px;
  font-size: 0;
  text-transform: capitalize;
  text-indent: -99999px;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 0;
  outline: 0;
  margin: 0;
}
body .mm-action .gform_wrapper ul li.gfield, body .mm-action .gform_wrapper .top_label div.ginput_container{
  margin-top: 0px;
  position: relative;
  top: 1px;
}
body .mm-action .gform_wrapper ul li.gfield{
  padding-right: 0 !important;
}
.mm-action .gform_wrapper .gform_heading{
  margin-bottom: 0;
}
.mm-action .gform_wrapper div.validation_error, .mm-action .gform_wrapper .validation_message{
  display: none;
}
.mm-action .gform_wrapper li.gfield.gfield_error {
    padding: 0;
    border: none;
    margin: 0;
}
.mm-action .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
.mm-action .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  border: none;
}
.mm-action .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
  margin-top: 0;
}
.mm-action .gform_wrapper .gform_footer{
  display: inline;
}
.mm-action .gform_wrapper .intl-tel-input.allow-dropdown input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 45px !important;
}
.mm-action .confirmation-message, 
.mm-action .mm-in-action-popup{
  font-size: 10px;
  position: absolute;
  top: 20px;
  z-index: 1;
  padding: 6px 0 0;
  width: 100%;
}

.mm-action .mm-in-action-popup {
  top: 0px;
}

.mm-action .confirmation-message a, 
.mm-action .mm-in-action-popup a{
    position: relative;
    top: 15px;
}
.mm-action .gform_wrapper .gform_footer input[type="submit"]{
  margin: 0;
}
.mm-action .confirmation-message:after {
  width: 22px !important;
  height: 22px;
  font-size: 0;
  text-transform: capitalize;
  text-indent: -99999px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  outline: 0;
}
.mm-action .confirmation-message:after{
  content: "";
  background: url(images/tick-in-circle.svg) no-repeat scroll 0 / 100%;
}
.mm-action .gform_confirmation_wrapper .gform_body ul,
.mm-action .gform_confirmation_wrapper .gform_footer{
  visibility: hidden;
}
.mm-action .flag-container > div{
    position: relative;
    top: -2px;
}

@media (min-width: 768px){
  .mm-topheadPanel .d-md-block.d-lg-none {
      display: none !important;
  }
}

@media (max-width: 767px){
  .mm-topheadPanel .d-md-block.d-lg-none {
      width: 100% !important;
      margin-top: 20px !important;
  }
}

div.sms-topSection {
  padding-bottom: 1rem!important;
}

div.sms-topSection + div.row.pb-3.pt-5 {
  padding-top: 1rem!important;
}

div.sms-topSection p.pb-3.mt-3 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pricing Page Custom CSS
--------------------------------------------------------------*/

.pricing-border {
  padding-right: 0px;
  padding-left: 0px;

  border-top-left-radius: 2em !important;
  border-top-right-radius: 2em !important;
}
.standard-gradient {
  background: #36bae8 !important;
  background: -moz-linear-gradient(-45deg, #36bae8 0, #31bcab 100%) !important;
  background: -webkit-linear-gradient(
    -45deg,
    #36bae8 0,
    #31bcab 100%
  ) !important;
  background: linear-gradient(135deg, #36bae8 0, #31bcab 100%) !important;
}
.enterprise-gradient {
  background: #36bae8 !important;
  background: -moz-linear-gradient(-45deg, #46439f 0, #2e63ad 100%) !important;
  background: -webkit-linear-gradient(
    -45deg,
    #46439f 0,
    #2e63ad 100%
  ) !important;
  background: linear-gradient(135deg, #46439f 0, #2e63ad 100%) !important;
}
.pricing-color {
  color: #33bbed;
  opacity: 0.7;
}
.pricing-font-size {
  font-size: 1.8em;
}
ul.featureList {
  list-style: none;
  font-family: "Roboto Slab";
}
ul.featureList li {
  padding-bottom: 1.2em;
}
ul.featureList li:before {
  content: "\2713";
  color: #000;
  position: absolute;
  margin-left: -1.3em;
  font-weight: 700;
}
#enterprise {
  font-family: "Roboto Slab";
  font-size: 2em;
}
.curvy-borders {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

/*--------------------------------------------------------------
# Blog Social Media Icons
--------------------------------------------------------------*/

ul.blog-socials li:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.15s;
}
ul.blog-socials li {
  padding-top: 0.8rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  color: white;
  transition: 0.15s ease-in-out;
}
ul.blog-socials li:nth-child(1) {
  background: #3b5998;
}
ul.blog-socials li:nth-child(2) {
  background: #38a1f3;
}
ul.blog-socials li:nth-child(3) {
  background: #0077b5;
}
ul.blog-socials li:nth-child(4) {
  background: #444;
}
ul.blog-socials a {
  color: #fff;
}
@media (max-width: 768px) {
  .blog-socials {
    display: flex;
  }
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

.blog-thumbnail {
  overflow: hidden;
}

.blog-thumbnail img {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.blog-thumbnail:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.gform_wrapper .gform_footer input[type="submit"],
input.button {
  font-size: 1em;
  width: auto;
  background: #33bbed;
  border: none;
  border-radius: 3rem;
  color: #fff;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: 0.5s ease;
}

.large {
  border-radius: 5px;
  border: 1px solid #666666;
  margin: 2px;
  padding: 5px 5px !important;
  margin-top: 0px !important;
}

.textarea {
  border-radius: 5px;
  border: 1px solid #666666;
  margin-bottom: 5px;
  padding: 5px 5px !important;
  margin: 0px;
  margin-top: 0px;
}

li.hidden_label input {
  margin-top: 0px;
}

.gform_wrapper {
  margin-top: 0px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  padding: 5px 0;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.navbar-light .navbar-brand{
  padding: 10px 0 16px !important;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

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

.dropdown-menu {
  margin-top: 0px;
}

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

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

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

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px){
  .desktop{
    display: none;
  }
  .mobile{
    display: inline-block !important;
  }
  header .navbar-toggler{
    position: absolute;
    right: 0;
    top: 15px;
    border: 1px solid rgba(0,0,0,.1) !important;
  }
  .cta-phone{
    padding-right: 70px;
    padding-left: 0;
  }
}
@media screen and (max-width: 416px){
  .cta-phone{
    padding-right: 60px;
    font-size: 16px;
  }
  header#masthead{
    padding: 5px 0 7px;
  }
  .navbar-light .navbar-brand{
    padding: 10px 0 13px !important;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #737373;
  padding: 0.9rem;
  font-size: 15px;
}

body #masthead .navbar-nav > li > a:hover {
  color: #33bbed;
}

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

.navbar-brand {
  height: auto;
  padding: 10px 0 16px;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

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

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

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
  font-size: 14px;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

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

.cta-phone{
  font-size: 18px;
  padding-left: 15px;
  color: #33bbed;
  position: relative;
  top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

@media (min-width: 991px){
  #footer .col-2, #footer .col-3{
    margin-left: 10px;
  }
}

@media (max-width: 767px){
   #footer .col-2, #footer .col-3{
    flex: none;
    max-width: initial;
    margin-top: 25px;
   }
}

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

.site-footer .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.site-footer .container > div{
  vertical-align: top;
}
.site-footer.bg-dark{
  background-color: #444444 !important
}
.site-footer .container .pt-2{
  padding-top: 0 !important;
}
.site-footer ul.social-icons{
  float: right;
  margin-bottom: 0;
}
.site-footer ul.social-icons li{
  padding: 0 0 0 10px;
}
.site-footer ul.social-icons li:first-child{
  font-size: 12px;
  font-weight: bold;
  position: relative;
  bottom: 6px;
}
.site-footer ul.social-icons li a{
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 20px;
  padding: 9px;
}
.site-footer ul.social-icons li a:hover{
  opacity: 0.6;
}
.site-footer ul.social-icons li a span {
    display: block;
    text-indent: -9999px;
    font-size: 0;
    text-transform: capitalize;
}

@media screen and (max-width: 768px){
  .site-footer ul.social-icons li {
      padding: 0 0 0 3px;
  }
  .site-footer ul.social-icons li:first-child{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  .site-footer {
    text-align: center;
  }
  .site-footer ul.social-icons{
    float: none;
    text-align: center;
  }
  .site-footer ul.social-icons li:first-child{
    display: block !important;
    margin-bottom: 5px;
  }
  .site-footer ul.social-icons {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .site-footer .site-info {
    font-size: 12px;
    line-height: 1.6;
  }
  .site-footer ul.social-icons li a{
    opacity: 0.6;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Dektop
--------------------------------------------------------------*/

@media (min-width: 1920px) {
  .parallaxsection {
    background-size: 80%;
  }
}

@media (min-width: 1200px){
  .meet-the-team{
    width: 860px;
    margin: 0 auto;
  }
}

@media (min-width: 768px){
  .who-we-are.blueCallout .col-md-6{
    padding: 0 20px;
  }
}

/*--------------------------------------------------------------
## Less than xl in bootstrap
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }

  .parallaxsection {
    height: 500px;
    padding-top: 150px;
    background-attachment: absolute;
  }

  .parallaxtext img {
    display: block;
    margin: 1px 1px;
  }
}

/*--------------------------------------------------------------
## Less than xl in bootstrap
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
  .dropdown-item {
    line-height: 3.6;
    border-bottom: 1px #efefef solid;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 1rem;
    padding-left: 0px !important;
  }

  .navbar-nav > li > a {
    padding: 1.2rem !important;
    border-bottom: 1px solid #efefef;
    padding-left: 0px !important;
  }
}
/*--------------------------------------------------------------
## Less than lg in bootstrap
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 85%;
  }

  .paddingMobile {
    padding: 40px;
  }

  .parallaxtext {
    padding-top: 0px;
  }

  .statsBlock {
    border-radius: 0px;
  }
}
/*--------------------------------------------------------------
## Less than md in bootstrap
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  .leadheading {
    font-size: 3rem;
  }

  .textCenterMobile {
    text-align: center !important;
  }
  .mm-flexBox {
    justify-content: space-between;
  }

  .mm-righttoTop {
    order: 1;
  }

  .mm-lefttoBottom {
    order: 2;
  }
  .mm-homeHeroCarousel {
    padding-left: 140px !important;
    padding-right: 140px !important;
    padding-bottom: 0px !important;
    padding-top: 20px !important;
  }
  .feature-height {
    height: 14rem;
  }
}
/*--------------------------------------------------------------
## Features
--------------------------------------------------------------*/

.feature-height p {
  font-size: 14px !important;
}

/*--------------------------------------------------------------
## Less than xs in bootstrap
--------------------------------------------------------------*/
@media screen and (max-width: 576px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
## List items
--------------------------------------------------------------*/
.sms-ulStyle li {
  font-size: 14px;
  color: #444;
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .feature-height {
    height: 11rem;
  }
}

ul.social-icons {
  list-style: none;
  padding-left: 1px;
}

ul.social-icons li {
  display: inline-block;
  justify-content: center;
  padding-right: 0.5rem;
}

.flex-icons {
  display: flex;
}

a.read-more {
  font-size: 13px;
  font-weight: 500;
}

p.read-more {
  font-size: 13px;
  font-weight: 500;
}

p.blog-text {
  font-size: 0.93rem;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/

a.page-numbers:hover {
  text-decoration: none;
  transition: 0.5s ease;
  background-color: #f5f5f5;
}
a.page-numbers {
  transition: 0.5s ease;
  color: #444;
}
span.page-numbers.current {
  color: #33bbed;
  padding: 6px 6px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #33bbed;
  font-weight: 500;
  background: none;
  border: none;
}

.page-link {
  color: #444;
  font-weight: 500;
  border: none;
  background: none;
}

/*--------------------------------------------------------------
## Print styles
--------------------------------------------------------------*/

@media print {
  #top-bar {
    display: none;
  }
  ul.blog-socials {
    display: none;
  }
  #cta {
    display: none;
  }
  #read-more {
    visibility: hidden;
  }
  #footer {
    display: none;
  }
  footer#colophon {
    display: none;
  }
  #stats-block {
    display: none;
  }
  .print-padding {
    padding-top: 2rem;
  }
  #features {
    display: none;
  }
  #offset-features {
    display: none;
  }
  #case-studies {
    display: none;
  }
  #ebooks {
    display: none;
  }
  #business-use-cases {
    display: none;
  }
  #industry-use-cases {
    display: none;
  }
  #latest-insights {
    display: none;
  }
  #faq {
    display: none;
  }
}

/*--------------------------------------------------------------
## Search styles
--------------------------------------------------------------*/

header#masthead .mm-button{
  margin-bottom: 0 !important;
}

#top-bar .container > div{
  position: relative;
  display: flex;
  padding-bottom: 0 !important;
}

#top-bar .text-secondary{
  line-height: 27px;
}

#top-bar button.btn-link{
  padding: 0 12px !important;
  position: relative;
  top: -2px;
}

.sitewide-search{
  width: fit-content;
  position: relative;
  top: 2px;
}

.sitewide-search .search-form input[type="search"] {
  background-color: #f5f5f5;
  padding: 0;
  float: right;
  width: 166px;
  color: #6c757d;
  padding: 4px 30px 6px 10px;
  margin-left: 0;
  display: block;
  margin-left: 5px !important;
  border-bottom: 1px solid #c2c5cc;
  border-radius: 0px;
}

.sitewide-search .search-form select{
  background: transparent;
  border: none;
  border-right: 1px solid #dedede;
  float: left;
  width: 83px;
  height: 19px;
  color: #6c757d;
  padding-left: 2px;
}

.sitewide-search label{
  margin: 0;
  padding: 0;
  position: absolute;
  left: -191px;
}

.sitewide-search label:after{
  content: "";
  clear: both;
}

.sitewide-search .search-submit{
  margin-left: 30px;
  background: url(/../../wp-content/themes/MessageMedia%20Theme/images/icon-search.png) no-repeat scroll center / 100%;
  width: 18px;
  height: 18px;
  border: none !important;
  outline: 0 !important;
  float: left;
  text-indent: -9999px;
  font-size: 0;
  text-transform: capitalize;
  padding: 0;
  position: relative;
  top: 0;
  left: -4px;
}

.sitewide-search .search-form input:focus, .sitewide-search .search-form input{
  outline: none !important;
  outline-width: 0 !important;
}

.sitewide-search input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; 
}

.sitewide-search input::-webkit-search-decoration,
.sitewide-search input::-webkit-search-cancel-button {
  display: none; 
}

.sitewide-search input[type="search"] {
  border: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; 
}

#main-nav #top-left-search-btn-1, #main-nav .search-form{
  display: none !important;
}


@media (max-width: 1199px){
  #top-bar .container > div{
    position: relative;
    width: auto;
  }
  #main-nav .search-form{
    display: block !important;
    border-bottom: 1px solid #efefef;
    margin-top: 28px;
    padding-bottom: 5px;
  }
  #main-nav .search-submit{
    background: url(/../../wp-content/themes/MessageMedia%20Theme/images/icon-search.png) no-repeat scroll center / 100%;
    width: 18px;
    height: 18px;
    border: none;
    outline: 0;
    float: right;
    text-indent: -9999px;
    font-size: 0;
    text-transform: capitalize;
    padding: 0;
  }
  #main-nav #top-left-search-input{
    width: 93%;
  }
  #main-nav #top-left-search-input input{
    border: none;
    width: 100%;
    color: #737373;
    font-size: 15px;
    padding: 3px 0;
  }
  #top-bar .mm-button{
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  header#masthead{
    margin-top: 34px !important;
  }
  .contentStart {
    padding-top: 139px;
  }
  #top-bar{
    text-align: center;
  }
  #top-bar .container > div{
    float: none !important;
    display: inline-block;
    padding: 2px 0 !important;
  }
  #top-bar > .container{
    height: auto !important;
  }
  .sitewide-search{
    float: none;
    margin: 12px auto 5px;
  }
}