.quantity input.qty {
color: #222222;
}

.quantity .plus, .quantity .minus {
    color: #333333;
}

p {
    margin-bottom: 20px;
}

.wp-caption-text {
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
}

.single .post:not(.type-event) .post-thumbnail {
    display: none;
}

.one-liners {
font-style: italic;
font-size: 20px;
margin-bottom: 20px;
}

.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;
}


@media only screen and (min-width: 910px) and (max-width: 1250px) {
.main-nav > li > a .menu-text {
    font-size: 13px !important;
}
  .main-nav > li > a {
      margin: 18px 14px 18px 14px;
  }
}

@media only screen and (min-width: 850px) and (max-width: 909px) {
.main-nav > li > a .menu-text {
    font-size: 12px !important;
}


.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: 1px;
}

.main-nav .sub-nav > li > a .menu-text {
    letter-spacing: 1px;
}

.mobile-main-nav li > a .menu-text {
    letter-spacing: 1px;
}

.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;
}

/* MICROWIDGET SPACING IN MOBILE NAV */
.dt-mobile-header .mobile-mini-widgets-in-menu>* {
    margin: 15px 20px 15px 0;
}

/***** DROPDOWN FOOTER MENU FIX *****/
@media screen and (max-width: 990px) {
  #bottom-bar .mini-nav ul {
    display: block;
  }
   #bottom-bar .menu-select {
    display: none;
  }
}


/* 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;
}