/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


#call-to-action {
	display: none;
}
.common_inner_row {
	height: 100%;
	position: fixed;
	bottom: 0px;
	top: 0px;
}
.common_inner_row_home {
	height: 100%;
	position: fixed;
	bottom: 0px;
	top: 0px;
}
#footer-outer, #nectar_fullscreen_rows >#footer-outer.wpb_row .full-page-inner-wrap {
	display: none;
}
body[data-header-format="left-header"] #header-outer .span_3 {
	margin-top: 15px;
}
body[data-header-format="left-header"] #header-outer nav {
	padding: 0px 30px;
}
/*.home_sec_wel {
	position: fixed;
	top: 0px;
}*/
.column_common {
	position: fixed !important;
	height: 100%;
	top: 0px;
	bottom: 0px;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	min-height: 500px !important;
	overflow-y: scroll;
	background-color: rgba(49,3,112,0.6);
}
.home_welcome {
	position: fixed !important;
	height: 100%;
	top: 0px;
	bottom: 0px;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	background-color: rgba(49,3,112,0.6);
}
.column_common .wpb_wrapper:first-child {
	height: auto;
	padding-bottom: 30px;
}
img.img-with-animation {
	opacity: 1;
}
.wpcf7-form p {
	padding-bottom: 15px;
}
.force-overflow {
	font-size: 15px;
}
.wpcf7-submit {
	background-color: #ffffff !important;
	color: #31036f;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wpcf7 input {
	padding-left: 20px !important;
}
::-webkit-scrollbar {
width: 12px;
background: transparent;
border: 1px solid #ccc; border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: rgb(230, 125, 249);
}

@media only screen and (min-width : 319px) and (max-width : 767px) {
.column_common, .home_welcome {
	height: 100% !important;
	position: relative !important;
}
.copy_right, .contact_header {
	display: none;
}
.common_inner_row {
	position: relative;
}

.column_common {
	background-color: rgba(49,3,112,0.7);
}
.home_welcome {
	background-color: rgba(49,3,112,0.7);
}
p {
	font-size: 15px;
}
.common_inner_row_home {
	position: relative;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
.contact_header, .copy_right{ display:none;}
	header#top #logo {
    margin-top: -10px!important;
}
	.common_inner_row_home {
	position: relative;
}
	.column_common {
	background-color: rgba(49,3,112,0.7);
}
.home_welcome {
	background-color: rgba(49,3,112,0.7); position: relative !important;
}
}
.sub-menu {     margin: 0px !important;}	
.sf-menu ul li a { line-height:20px;
    border-bottom: 0px solid rgba(255,255,255,0.08);
}
body[data-form-style="minimal"] .minimal-form-input.has-text input { color:#fff !important;}
.minimal-form-input.has-text textarea {
    color:#fff !important;
}
#header-outer[data-format="left-header"] .sf-menu li .sub-menu li {
    
    margin-left: 15px;
    
}

#header-outer[data-format="left-header"] .sf-menu li .sub-menu li a::before { 
  content: "-";
    
    font-size: 19px;
    line-height: 14px;
    text-align: right;
    color: #fff;
    margin-right: 10px;
    float: left;
}
.wpcf7 .wpcf7-response-output {
    
    color: #000;
}