/* Enter Your Custom CSS Here */

/* General */

img.no-copy {
  pointer-events: none;
}

.pullquote-one:before {
  font-size: 26px;
  line-height: 32px;
}

.pullquote-one:after {
  font-family: Dosis;
}

.image-list-grid {
  margin-top: -70px;
}

.rfun .side-menu .button {
    font-weight: 700;
}

h1.p1 {
  font-size: 76px;
  line-height: 80px;
}

.rf-widget_recent_entries .post-date,
.rf-widget_recent_entries .post-date-date {
  font-size: 12px;
  line-height: 14px;
}

h2, h3, h4, h5 {
  margin-bottom: 2rem!important;
}

article a {
  color: #0071ce;
  font-weight: normal;
}

article a:hover {
  text-decoration: none;
}

.single__non-unyson-content img {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-top: 5px;
  padding: 3px;
}

.content-box-summary {
  border-radius: 5px;
}

.content-box-summary h3 {
  margin-top: 0px;
}

#content-box-author p:first-child,
#content-box-partner p:first-child {
  font-family: 'Dosis', sans-serif;
  padding-bottom: 10px;
}

#content-box-author p:first-child:before,
#content-box-partner p:first-child:before {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

#content-box-author, #content-box-partner {
  border-radius: 5px;
}

.mega-menu__link-title {
  margin-top: -1px;
}

.mega-menu__col-title .material-icons {
  margin-right: 2rem;
}

.mega-menu__col-title--green {
  font-size: 17px;
}

.mega-menu__col-item {
  padding-left: 4.4rem;
}

h6.mega-menu__col-title--green {
  margin-bottom: 15px;
}

h6.side-menu__header {
  margin-bottom: 15px;
}

.button--icon-new-releases {
  padding: 1.6rem 1.8rem 1.3rem;
}

/* Integrations Page */

.certified {
  color: #ffffff;
  background: #00b550;
  bottom: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.column-integrations {
  float: left;
  width: 33.33%;
  padding-right: 20px;
}

.row-integrations:after {
  content: "";
  display: table;
  clear: both;
}

.container-integrations {
  position: relative;
  width: 100%;
}

.image-integrations {
  border-radius: 7px;
  display: block;
  height: auto;
  width: 100%;
}

.overlay-integrations {
  border-radius: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  /transition: .3s ease;
  background-color: #0071ce;
}

.container-integrations:hover .overlay-integrations {
  opacity: 1;
}

.text-integrations {
  color: white;
  background-color: #ffffff;
  border: 2px solid white;
  border-radius: 7px;
  font-family: 'Dosis';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 16px 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}

.text-integrations a {
  text-decoration: none;
}

.text-integrations:hover {
	background-color: #ffffff;
  color: #0071ce;
}

/* Responsive Layout */

@media screen and (max-width: 600px) {
  
  .column-integrations {
    padding: 10px;
    width: 100%;
  }
  
  h1.p1 {
    font-size: 66px;
    line-height: 70px;
  }
  
}
/* Full Width Button */
  .full-width-button {
    width: 100%;
    margin-bottom: -10%;
  }

/* White Button */
  .button--white {
    color: #fff;
    border: 2px solid rgba(255,255,255,.1);}
  .button--secondary-white:hover {
    color: #fff;
    border: 2px solid rgba(255,255,255,.1);
}