/**
 * Theme Name: Salient Child Theme
 * Template: salient
 * Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
 * Author: ThemeNectar
 * Author URI:  https://themeforest.net/user/themenectar
 * Description: This is a custom child theme for Salient
 * Version: 1.0
 */

/* ==========================================================================
   WordPress selectors
   ========================================================================== */
/* [1] Form. */
.span_12.light .wpcf7-form input[type=text]::placeholder,
.span_12.light .wpcf7-form input[type=email]::placeholder,
.span_12.light .wpcf7-form input[type=tel]::placeholder,
.span_12.light .wpcf7-form textarea::placeholder {
	opacity: 1;
}
body[data-button-style=rounded] .container-wrap input[type=submit] {
    padding: 23px 50px !important;
	font-size: 18px;
}

/* ==========================================================================
   Own selectors
   ========================================================================== */

/*...*/

/* ==========================================================================
   Header
   ========================================================================== */

/* [1] Logotype for Mobile. */
@media screen and (max-width: 569.98px) {
	#header-space {	height: 76px!important; }
	body header#top a#logo img.mobile-only-logo { height: 62px!important; }
}
@media screen and (max-width: 499.98px) {
	#header-space { height: 66px!important; }
	body header#top a#logo img.mobile-only-logo { height: 52px!important; }
}
@media screen and (max-width: 429.98px) {
	#header-space { height: 56px!important; }
	body header#top a#logo img.mobile-only-logo { height: 42px!important; }
}
@media screen and (max-width: 359.98px) {
	#header-space { height: 46px!important; }
	body header#top a#logo img.mobile-only-logo { height: 32px!important; }
}
