.blog-shortcode .entry-meta, .portfolio-shortcode .entry-meta, .albums-shortcode .entry-meta, .owl-carousel .entry-meta {
    font-size: 15px;
    line-height: 25px;
}

#bottom-bar {
    font-size: 14px;
    line-height: 25px;
}

p a {
    font-weight: bold;
}

.pswp .pswp__ui--fit .pswp__caption, .pswp .pswp__ui--fit .pswp__top-bar {
    display: none  !important;
}

.admin-bar .pswp .pswp__ui--fit .pswp__caption {
display: none !important;
}

.pswp__caption h5 {
display: none !important;
}


.custom-quote {
    border-left: 2px solid #f5f5f5;
    padding-left: 20px;
}

.logo-center#bottom-bar .mini-nav ul {
    margin-bottom: 2px;
}

a {
    text-decoration: none;
}

p a:hover {
    opacity: 80%;
}

.small-separator {
opacity: 0.8;
}

.large-text {
font-size: 18px;
line-height: 28px;
}

.top-header .from-centre-line>li.act>a .menu-item-text:before, .top-header .from-centre-line>li.dt-hovered>a .menu-item-text:before, .top-header .from-centre-line>li>a:hover .menu-item-text:before {
    transform: scaleX(.5);
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p {
color: #ffffff;
}

p  {
    margin-bottom: 20px;
}

/************* LETTER SPACING **************/

.dt-btn:not(.btn-custom-style), .btn-link {
    letter-spacing: 1px;
}

.page-title h1, .page-title h2 {
    letter-spacing: 1px;
}

.main-nav > li > a .menu-text {
    letter-spacing: .8px;
}

.main-nav .sub-nav > li > a .menu-text {
    letter-spacing: .8px;
}

.mobile-main-nav li > a .menu-text {
    letter-spacing: .8px;
}

/************* END LETTER SPACING **************/


/************* DROPDOWN FOOTER MENU FIX **************/
@media screen and (max-width: 990px) {
  #bottom-bar .mini-nav ul {
    display: block;
  }
   #bottom-bar .menu-select {
    display: none;
  }
}

/* MICROWIDGET SPACING IN MOBILE NAV */
.dt-mobile-header .mobile-mini-widgets-in-menu>* {
    margin: 15px 20px 15px 0;
}

/* ROW IN FRONT OF REV SLIDER */
.rev_slider_wrapper {
z-index: 0 !important;
}


/************* GRAVITY FORMS CSS **************/

/* CENTER SUBMIT BUTTON */
div.gform_footer.top_label {
text-align: center;
}

/* SUBMIT BUTTON 100% WIDTH */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100% !important;  
}

/* FIELD BORDER COLOR */
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number {
    color: #333333; /* input text color */
    border-width: 1px;
    border-color: #cccccc;
}