.pa-row-container {
  position: relative; }
  .pa-row-container.pa-parallax .pa-row-inner {
    background-repeat: no-repeat !important;
    background-attachment: fixed; }
  .pa-row-container .pa-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 0; }

.pa-row-inner > div {
  position: relative; }

.pa-google-map {
  min-height: 300px; }

.pac-container.pac-logo {
  z-index: 99999; }

/**
 *
 */
.pavo-widget-team {
  border: 1px solid transparent !important;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .pavo-widget-team.layout-1 {
    text-align: center; }
    .pavo-widget-team.layout-1 .content-socials {
      opacity: 0;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      position: absolute;
      top: 40%;
      left: 0;
      width: 100%; }
  .pavo-widget-team.layout-3 .content-overlay {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    opacity: 0;
    transition: all .3s ease 0s;
    transform: translateY(100%);
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    color: #fff; }
  .pavo-widget-team.layout-3:hover .content-overlay {
    transform: translateY(0);
    opacity: 1; }
  .pavo-widget-team .content-title {
    margin: 0px !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #363a42; }
  .pavo-widget-team .content-subtitle {
    margin-bottom: 0px !important; }
  .pavo-widget-team .content-desc {
    margin: 0 0 20px;
    float: left;
    font-size: 13px;
    width: 100%;
    color: #707070;
    text-transform: capitalize; }
  .pavo-widget-team:hover .content-socials {
    opacity: 1; }
  .pavo-widget-team:hover .content-image:before {
    opacity: 1; }

.content-image {
  border-bottom: 1px solid transparent !important;
  position: relative; }
  .content-image:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s; }
  .content-image img {
    border-radius: 50%; }

.social-network .social {
  margin-bottom: 0px !important; }
  .social-network .social a {
    background-color: transparent !important;
    display: block;
    padding: 3px;
    text-align: center;
    border: 1px solid transparent !important; }
  .social-network .social i {
    font-size: 30px; }
  .social-network .social li {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .social-network .social li.facebook a {
      color: #3b5998 !important; }
    .social-network .social li.twitter a {
      color: #00bdec !important; }
    .social-network .social li.google_plus a {
      color: #d94a39 !important; }

/**
 * Heading
 */
.pavo-widget-heading.style-center {
  text-align: center; }

.pavo-widget-heading.style-left {
  text-align: left; }

.pavo-widget-heading.style-right {
  text-align: right; }

/*
 * Icon Featured Box
 */
.pavo-widget-featuredbox {
  position: relative; }
  .pavo-widget-featuredbox .content-icon {
    margin: 0 auto;
    height: 45px;
    width: 45px;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    color: #d9534f; }
  .pavo-widget-featuredbox .icon-radius {
    background: #d9534f;
    color: #FFF;
    font-size: 25px;
    border-radius: 50%; }
  .pavo-widget-featuredbox .icon-rectangle {
    background: #355c7d;
    color: #FFF;
    font-size: 25px; }
  .pavo-widget-featuredbox .content-subtitle {
    color: #888; }
  .pavo-widget-featuredbox.layout-1 {
    text-align: center; }
  .pavo-widget-featuredbox.layout-2 .content-icon {
    float: left; }
  .pavo-widget-featuredbox.layout-2 .content-box-right {
    padding-left: 70px; }
  .pavo-widget-featuredbox.layout-3 .content-icon {
    float: right; }
  .pavo-widget-featuredbox.layout-3 .content-box-left {
    padding-right: 70px; }

/**
 * Countdown
 */
.pavo-widget-countdown .inner {
  padding: 20px 10px;
  text-align: center; }

.pavo-widget-countdown .time-group {
  display: inline-block;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  background: #355c7d;
  color: white;
  margin: 0 10px; }
  .pavo-widget-countdown .time-group .unit {
    font-size: 11px;
    display: block;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px; }

.pavo-widget-countdown.layout-1 .time-group {
  background: #5bc0de; }
  .pavo-widget-countdown.layout-1 .time-group .unit {
    background: #FFF;
    color: #5bc0de;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -10px; }

.pavo-widget-countdown.layout-2 .time-group {
  background: inherit;
  color: #000; }
  .pavo-widget-countdown.layout-2 .time-group .unit {
    color: #999;
    display: inline-block; }

/* *
*
* Widget html 
*
*
* */
.html-box {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .html-box .text1 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px; }
  .html-box .text2 {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px; }
  .html-box p {
    margin: 0; }

.html-box-v1 {
  background-color: #355c7d; }

.html-box-v2 {
  background-color: #6c5b7b; }

.html-box-v3 {
  background-color: #c06b84; }

.html-box-v1, .html-box-v2, .html-box-v3 {
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  .html-box-v1:hover, .html-box-v2:hover, .html-box-v3:hover {
    box-shadow: inset 0 0 0 40px #53a7ea; }

.pa_text_element {
  font-family: "Questrial", serif; }
  .pa_text_element .text-title {
    color: #363a42;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 17px; }
  .pa_text_element .text-description {
    color: #888888;
    font-size: 14px;
    line-height: 2em; }
  .pa_text_element .c-content {
    padding-top: 15px; }
    .pa_text_element .c-content p {
      margin: 0px; }

/*# sourceMappingURL=pavobuilder.css.map */
