/* optimize color of dropdown menus */

.dropdown .dropdown__content {
    background:#222 !important;
    border-radius: 0px;
}

/* Stack gradient header centers how it needs to */

.height-10.imagebg.text-center {
    padding: 0 !important;
}

/* gets rid of secondary background color */
.bg--secondary {
    background: transparent;
} 

/* defines Call To Action button background color */

.ctacascadia .btn--primary, .ctacascadia .btn--primary:visited {
    background: #fff;
    border-color: #fff;
    font-family: 'Georgia', 'Helvetica', 'Arial', sans-serif;
    text-transform: lowercase;
} 

/* defines Call To Action button text color */

.ctacascadia .btn .btn__text{
    color: #62a8c9;
} 

/* -- Related blog posts color -- */
.boxed:not([class*='bg-']) {
    background: transparent !important;
}

/* custom style for a certain button font with text transform */
.fancy-btn {
    font-family: 'Georgia', 'Helvetica', 'Arial', sans-serif;
    text-transform: lowercase;
}

/* Add text shadow to fonts */
.alt-header {
    text-shadow: 2px 2px 4px #444; !important;
}

/* custom font for testimonials */
.testimonial__image h5 {
    font-family: 'Lily Script One', 'Helvetica', 'Arial', sans-serif;
}

/* lowercase top level links */
.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    text-transform: lowercase !important;
    font-size: 0.857142857142857em;
    line-height: 2.166666666666667em;
    font-weight: 600;
    letter-spacing: .5px;
    }

/* lowercase widget titles/links and custom colors */
.widget h6 {
    text-transform: lowercase !important;
}

.menu-item {
    text-transform: lowercase !important;
}

textwidget, a:hover {
    color: #62a8c9 !important;
}

/* for search bar - disabled
    input[type], textarea, select {
        background: #1E1E1E;
        padding: 0.46428571em;
        border-radius: 6px;
        border: 1px solid #ececec;
    }*/

/* custom contact form */
input::-webkit-input-placeholder {
   color: #BBBBBB !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
   color: #BBBBBB !important;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
   color: #BBBBBB !important;
}
 
input:-ms-input-placeholder { 
   color: #BBBBBB !important;
}

input[type=text], input[type=url], input[type=email], input[type=number], input[type=password], select, textarea {
    color: #222!important;
}