/*
Theme Name: 	Bodie Hills Theme
Description:    Child theme customized for the Bodie Hills Conservation Partnership
Author:         Sweet P Web Development
Author URI: 	http://www.durangowebdevelopment.com/?utm_source=bodiehills-website&utm_medium=theme-author-link&utm_campaign=theme-links
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.tp-caption {
 white-space: normal !important;
}
.section.section-post-related {
    display: none;
}
h1.intro-title {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

span.date {
    display: none;
}
.portfolio-details .categories {
    display: none;
}

.bordered-callout {
    border: 2px solid #313131;
}
.portfolio-photo .portfolio-item .portfolio-details .details {
    padding: 30px 30px;
}
a.button.button-top-space.button_size_2.button_js {
    margin-top: 10px !important;
}
.move-up {
    margin-top: -60px !important;
}

.move-up-more {
    margin-top: -250px;
}

.move-down {
    margin-bottom: -60px !important;
}

.desc h4 {
    font-size: 18px;
    line-height: 20px;
    padding-left: 30px;
}

.entry-content a {
    text-decoration: underline !important;
}

nav a {
    text-decoration: none !important;
}

h5.entry-title a {
    text-decoration: none !important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.5) !important;
    border-color: #FFFFFF;
}

.translation-bar {
    padding-top: 10px;
    padding-left: 30px;
}

#sfsi_floater {
    margin-top: -30px !important;
}

/***RESPONSIVE QUERIES FOR SMALL SCREENS******/
@media only screen and (max-width: 1239px) {
	div#sfsi_floater {
    display: none;
}
}

#popup_contactinput [type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.2) !important;
    border-color: #FFFFFF;
}