/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.tw-heading>.heading-title {
    line-height: 1.1;
    font-size:15px;
    margin: 0;
    color: white;
}

.page.wpb-js-composer.waves-composer .entry-content > .vc_row.wpb_row:first-child {
    padding-top: 0px;
}

ul.sf-menu > li > a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    padding: 7px 15px;
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 0px;
}

.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:hover {
    padding: 25px 45px 25px 35px;
    color: #FFF;
    background: #d33;
}

.linkbutton{
  color:#e8594f;
  text-decoration:underline;
}

.wpcf7 input, .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 select {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 20px 10px 0;
}

.waves-bottom a {
    color: #ffffff !important;
		  text-decoration:vet;
}

.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:hover {
    padding: 25px 45px 25px 35px;
    color: #FFF;
    background: #d33;
}

.heading-title {
  color: white;
}

@media(max-width: 480px){
	
	h1{
		font-size: 29px !important;
	}
}

/* SVG ICONS */
body .svg-icon svg {
    max-height: 100px;
}

body .vc_column-inner:hover .svg-icon svg {
    fill: #dd3333 !important;
}

body .vc_column-inner:hover .svg-icon svg path.icon-path {
    fill: #dd3333 !important;
}

.svg-icon svg path.icon-path {
	fill:#98989a;
}

body .vc_column-inner:hover .svg-icon svg ellipse {
    stroke: #dd3333 !important;
}
