/*
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
*/

.modal,.modal-open {
	overflow: hidden;
}

.modal,.modal-backdrop {
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

.banner-list,.float-left {
	float: left!important;
}

.banner-content ul li:last-child,.top-blue-btn a {
	margin-top: 10px;
}

#header-outer {
	padding-top: 0!important;
}

header#top {
	padding: 15px 0;
	height: 50px;
}

.transparent header#top {
/*	background-image: linear-gradient(to left,rgba(96,96,96,.5) 40% ,rgba(0,0,0,0) 60%);*/
	background: #ffffff;
    display: block;
    min-height: 124px;
}

.post-content h2,li.para-title h2 {
	font-size: 100%;
}

.top-blue-btn a {
	background-color: #2babe2;
	border: 1px solid #2babe2;
	display: inline-block!important;
	padding: 8px 20px!important;
	color: #fff!important;
	border-radius: 5px;
	font-weight: 700!important;
	text-decoration: none;
	margin-left: 0!important;
}

.top-blue-btn a:hover {
	background-color: #1182b2;
	border: 1px solid #1182b2;
	text-decoration: none!important;
}

.top-blue-btn a:after {
	border-top: none!important;
}

.modal {
	position: fixed;
	z-index: 1050;
	display: none;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}

.modal-content,.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
}

.modal-content {
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
	opacity: .7;
}

.modal-header {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px;
	}
}

#white-paper-modal .modal-dialog {
	margin-top: 80px;
	max-width: 600px;
}

#white-paper-modal .modal-content {
	background-color: transparent;
	border: none;
}

#white-paper-modal .close {
	color: #fff;
	opacity: 1;
	font-size: 20px;
}

.whitepaper-demo-form {
	max-width: 600px;
}

.whitepaper-demo-form .whitepaper-demo-form-inner {
	background-color: #211e38;
	padding: 30px 20px;
	margin-top: 20px;
}

.whitepaper-demo-form .whitepaper-demo-form-footer {
	padding: 20px 0 30px;
}

.whitepaper-demo-form .form-title {
	color: rgba(255,255,255,.5);
	font-size: 14px;
	margin-bottom: 30px;
}

.top-custom-menu,.whitepaper-demo-form .form-group {
	margin-bottom: 20px;
}

.whitepaper-demo-form .form-row {
	margin-right: -10px;
	margin-left: -10px;
}

.form-row>[class*=col-],.whitepaper-demo-form .form-row>.col {
	padding-left: 10px;
	padding-right: 10px;
}

.whitepaper-demo-form .form-control {
	background-color: #e8e8e8;
	font-size: 14px;
	padding: 10px 20px;
	height: 50px!important;
}

.whitepaper-demo-form .custom-dropdown {
	position: relative;
	vertical-align: middle;
}

.whitepaper-demo-form .custom-dropdown select {
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.whitepaper-demo-form .custom-dropdown select::-ms-expand {
	display: none;
}

.whitepaper-demo-form .custom-dropdown:after,.whitepaper-demo-form .custom-dropdown:before {
	content: "";
	position: absolute;
	pointer-events: none;
}

.whitepaper-demo-form .custom-dropdown.active::after,.whitepaper-demo-form .custom-dropdown:after {
	content: "";
	width: 22px;
	height: 14px;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 25px;
	margin-top: -.5em;
}

.whitepaper-demo-form label.error {
	display: block;
	color: #fc0000;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
}

.fs34 {
	font-size: 34px;
}

#splite_form_container .minimal-form-input.textarea label:after,#splite_form_container .minimal-form-input.textarea label:before,.banner-content br,a.splite_sideEnquiry {
	display: none;
}

#splite_popup_box.layout_centered {
	max-height: 60%!important;
}

#splite_popup_box div.wpcf7-response-output,#splite_popup_box span.wpcf7-not-valid-tip,#splite_popup_title,.page-id-1280 .instance-20 h3,.white-text,.widget_email-subscribers-form .es-field-wrap .minimal-form-input label span.text-inner input[type=email],.widget_email-subscribers-form .es-field-wrap .minimal-form-input label span.text-inner input[type=text],a.splite_sideEnquiry {
	color: #fff!important;
}

.wpcf7-form .minimal-form-input:not(:first-child) {
	padding-top: 15px!important;
}

#splite_popup_box .wpcf7-form>p {
	padding-bottom: 5px;
}

#splite_form_container {
	overflow: auto!important;
}

#splite_popup_box .minimal-form-input.textarea label span.text {
	top: 18px;
}

#about .nf-error-msg,#nf-form-2-cont .nf-error-msg,#nf-form-4-cont .nf-error-msg {
	color: #e80000!important;
}

#snippet-box {
	margin: 50px auto;
}

.post-ratings {
	margin: 40px auto;
	text-align: center;
	display: block;
}

.banner-content ul li:last-child a img,.captcha-section span,.orange-btn,.share_wealth .share,ul.liststyle2 li i {
	display: inline-block;
}

.share_wealth .row {
	margin-right: -15px;
	margin-left: -15px;
}

.share_wealth .col-md-12 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.share_wealth .col-md-6 {
	float: left;
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.share_wealth .txt-rht {
	text-align: right;
}

.share_wealth .algn-cnt {
	text-align: left;
}

.mrgt12 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.share_wealth .customization-social-heading-new {
	font-size: 26px;
	color: #21a8e8;
	font-weight: 600;
	line-height: normal;
	padding: 0;
}

.share_wealth .share {
	width: 56px;
	text-indent: -9999px;
	height: 56px;
	-webkit-transition: .7s ease-out;
	-moz-transition: .7s ease-out;
	-o-transition: .7s ease-out;
	transition: .7s ease-out;
}

.share_wealth .share:not(:last-child) {
	margin-right: 8px;
}

.share_wealth .facebook {
	background: url(images/social/social-icon.png) no-repeat;
}

.share_wealth .facebook:hover {
	background: url(images/social/social-icon.png) 0 -64px no-repeat;
}

.share_wealth .google {
	background: url(images/social/social-icon.png) -59px 0 no-repeat;
}

.share_wealth .google:hover {
	background: url(images/social/social-icon.png) -59px -64px no-repeat;
}

.share_wealth .twitter {
	background: url(images/social/social-icon.png) -119px 0 no-repeat;
}

.share_wealth .twitter:hover {
	background: url(images/social/social-icon.png) -119px -64px no-repeat;
}

.share_wealth .linked-in {
	background: url(images/social/social-icon.png) -179px 0 no-repeat;
}

.share_wealth .linked-in:hover {
	background: url(images/social/social-icon.png) -179px -64px no-repeat;
}

.share_wealth .reddit {
	background: url(images/social/social-icon.png) -239px 0 no-repeat;
}

.share_wealth .reddit:hover {
	background: url(images/social/social-icon.png) -239px -64px no-repeat;
}

#cptch_number {
	width: 149px;
	height: auto;
	display: block;
}

.captcha-section .form-check-label:first-child {
	float: left;
}

.captcha-section .form-check-label.captcha-input {
	margin-left: 15px;
}

#get_started_form .captcha-section {
	margin-bottom: 40px;
}

.captcha-section .captcha-input .minimal-form-input {
	width: 162px;
}

.captcha-section span.refresh-img {
	position: absolute;
	margin-left: 33px;
	margin-top: 15px;
}

ul.liststyle2 li {
	margin-bottom: 10px;
}

ul.liststyle2 li i {
	width: 30px!important;
	height: 30px!important;
	text-align: center;
	line-height: 30px!important;
	transition: .4s;
}

ul.liststyle2 li:hover i {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.24);
}

ul.liststyle2 li:hover a {
	font-weight: 600;
	color: #2babe2;
}

.contact_section_form_div {
	background: #f8f8f8;
	padding: 30px 40px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,.3) 4px 4px 10px;
}

.contact_section_form_div h3 {
	text-align: center;
	font-weight: 700!important;
	font-size: 27px!important;
	letter-spacing: 0!important;
	color: #404040;
}

.contact_section_form_div .minimal-form-input span:first-child {
	font-size: 16px;
	color: #707070;
	font-weight: 500;
}

.contact_section_form_div .minimal-form-input input[type=text],.contact_section_form_div .minimal-form-input textarea {
	border: 1px solid #d7d7d7!important;
	background: #fff!important;
	border-radius: 5px;
}

.contact_section_form_div .vtiger_form button[type=submit] {
	background: #ff7801!important;
	color: #fff!important;
	margin: 0 17%;
	box-shadow: rgba(0,0,0,.3) 4px 4px 10px!important;
	border: 1px solid #ff7801!important;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sf-menu>li.menu-item>a {
	padding-bottom: 0!important;
	padding-top: 20px!important;
}

.sf-menu li.menu-item-has-children>ul.sub-menu {
	display: none;
	top: 55px!important;
}

.sf-menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children>ul.sub-menu {
	top: 0!important;
}

#top .row .span_3 {
	width: 15%!important;
}

#top .row .span_9 {
	width: 80%!important;
}

.top-custom-menu>li.menu-item a {
	padding-bottom: 0!important;
	padding-top: 0!important;
	font-size: 16px!important;
}

.top-custom-menu li.menu-item-has-children ul.sub-menu {
	top: 30px!important;
}

.top-custom-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	font-size: 14px!important;
}

.top-custom-menu
{
	display:none;
}

#social-in-menu a {
	margin-top: 15px!important;
	margin-bottom: 10px!important;
}

.main-content .g-recaptcha iframe[src] {
	opacity: 1;
}

header#top nav>ul>li>a {
	font-size: 18px;
	font-weight: 400;
}

#header-outer.transparent header#top nav>ul>li>a {
	opacity: 1!important;
	margin-left: 18px;
	margin-right: 18px;
}

#header-outer[data-format=default] #social-in-menu {
	margin-left: 0;
}

.top-custom-menu>li.menu-item.fnt a {
	font-size: 21px!important;
	font-weight: 600!important;
	margin-left: 8px!important;
}

li.menu-item:not(:last-child):not(:nth-child(5)):after {
	content: '|';
	color: #fff;
	font-size: 18px;
	float: right;
	position: relative;
	margin-top: -9px;
	opacity: .7;
}

.small-nav li.menu-item:not(:last-child):not(:nth-child(5)):after {
	content: none;
	color: #7c7c7c;
}

li.menu-item-has-children ul.sub-menu li.menu-item:after {
	content: '';
	display: none;
}

.main-content p {
	font-family: Arial,sans-serif;
	font-size: 18px;
}

.main-content h1 {
	font-size: 50px;
}

.main-content h2 {
	font-size: 40px;
}

.main-content h3 {
	font-size: 30px;
	font-weight: 600;
}

.main-content h4 {
	font-size: 25px;
}

.main-content ol li,.main-content ul li {
	font-weight: 400;
	font-family: Arial,sans-serif;
}

@media (max-width:1284px) {
	header#top nav>ul>li>a {
		font-size: 16px;
	}
}

@media (max-width:1219px) {
	ul.buttons {
		display: none;
	}

	header#top nav>ul>li>a {
		font-size: 14px;
		margin-left: 10px!important;
		margin-right: 10px!important;
	}
}

@media (min-width:900px) {
	[data-pagination] a {
		font-size: 20px;
	}
}

@media (min-width:783px) and (max-width:1000px) {
	.transparent header#top {
		background-image: none;
	}
}

@media (min-width:782px) {
	.superfly-on .sfm-rollback {
		display: none;
	}
}

@media (max-width:767px) {
	.home .main-content h1 {
		font-size: 40px!important;
		line-height: 44px!important;
	}

	#slide-out-widget-area .inner .off-canvas-menu-container li a,.wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper a {
		font-size: 14px!important;
	}

	li.menu-item:not(:last-child):not(:nth-child(5))::after {
		top: 10px;
		left: 15px;
	}

	div#header-outer {
		display: block!important;
	}
}

.page-id-1280 .wpb_wrapper p,.page-id-1280 .wpb_wrapper ul li {
	color: #263a4f;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

@media (max-width:479px) {
	#contact .captcha-section,#contact_popup .captcha-section {
		display: block;
		height: initial;
	}

	#contact .captcha-section .form-check-label.captcha-input,#contact_popup .captcha-section .form-check-label.captcha-input {
		margin-left: 0;
		margin-top: 10px;
	}

	[data-pagination] a {
		font-size: 14px;
	}
}

.text-left {
	text-align: left!important;
}

.banner-list {
	padding-left: 20px!important;
}

.border-radius-2,.nectar-button.border-radius-2,body[data-button-style=rounded] .nectar-button.see-through-3,body[data-button-style=rounded].ascend .nectar-button.see-through-3.border-radius-2 {
	border-radius: 2px!important;
	-webkit-border-radius: 2px!important;
	-o-border-radius: 2px!important;
}

.widget_email-subscribers-form .es-field-wrap {
	margin-bottom: 0;
}

.widget_email-subscribers-form .es-field-wrap .minimal-form-input {
	padding-top: 0;
}

.widget_email-subscribers-form .es-field-wrap .minimal-form-input label {
	height: 85px;
	position: inherit;
	pointer-events: auto;
}

.widget_email-subscribers-form .es-field-wrap .minimal-form-input label::after,.widget_email-subscribers-form .es-field-wrap .minimal-form-input label::before {
	border: none;
}

.widget_email-subscribers-form .es-field-wrap .minimal-form-input label span.text {
	margin-top: 0;
}

.widget_email-subscribers-form .es-field-wrap .minimal-form-input label span.text-inner {
	animation: none;
}

.orange-btn {
	background: #fe7e33;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	min-width: 200px;
}

@media screen and (max-width:400px) {
	.main-content h1 {
		font-size: 50px!important;
	}
}

body[data-footer-reveal="1"] .container-wrap {
	margin-bottom: 0!important;
}

.blog-recent[data-style*=classic_enhanced] .entire-meta-link,.masonry.classic_enhanced .masonry-blog-item .entire-meta-link,body[data-footer-reveal="1"] #footer-outer {
	position: inherit;
}

body.page-template-template-portfolio-php .container-wrap,body.single-portfolio .container-wrap,body.tax-project-type .container-wrap,body[data-bg-header=true] .container-wrap {
	padding-bottom: 0;
}

.banner-content .d-block {
	display: block!important;
}

.banner-content-bg {
	background-color: #283647;
	min-height: 285px;
	max-width: 94%;
	margin: 20px 0 30px;
	padding: 6% 4% 5%;
}

.banner-content .banner-title {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.banner-content p {
	color: #fff;
	padding-bottom: 10px;
}

.banner-content ul li {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
}

.banner-content ul {
	margin: 0;
	padding: 0;
}

.banner-content ul li:first-child {
	padding-left: 0;
}

.banner-content ul li span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	z-index: 9999;
}

.banner-content ul li:last-child a {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	border-right: 2px solid #748ca2;
	border-bottom: 2px solid #748ca2;
	border-left: 2px solid #748ca2;
	padding: 14px 45px;
	position: relative;
}

.banner-content ul li:last-child a:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 0;
	left: 0;
	background: #748ca2;
}

.banner-content ul li:last-child a:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 0;
	right: 0;
	background: #748ca2;
}

.banner-content .btn-red {
	background-color: #eb1e23;
	display: inline-block;
	border-color: #eb1e23;
	color: #fff!important;
	padding: 11px 50px;
	border-radius: 1px;
	line-height: 1.4;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	transition: .4s linear;
}

.banner-content .btn-red:focus,.banner-content .btn-red:hover {
	background-color: #cc161a;
	border-color: #cc161a;
	color: #fff!important;
}

#header-outer[data-lhe=animated_underline] header#top nav>ul>li>a {
	margin-left: 18px;
	margin-right: 18px;
}

.page-id-1280 .wpb_raw_html {
	padding: 30px 0 20px!important;
}

.page-id-1280 .instance-0 .wpb_raw_html,.page-id-1280 .instance-17 .wpb_raw_html,.page-id-1280 .instance-9 .wpb_raw_html {
	padding: 0!important;
}

.page-id-1280 .wpb_wrapper p {
	padding-bottom: 15px!important;
}

.page-id-1280 .wpb_wrapper h2,.page-id-1280 .wpb_wrapper h3 {
	color: #1f316f;
	font-size: 28px;
	font-weight: 600;
}

.page-id-1280 .center-block {
	margin: 0 auto;
}

.page-id-1280 .msp-features .title {
	color: #373737;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
}

.page-id-1280 .msp-features .msp-row {
	padding: 0 3% 25px 0;
}

.page-id-1280 .sub-title {
	color: #1f316f;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px!important;
}

.page-id-1280 .wpb_wrapper ul li {
	padding-bottom: 10px!important;
}

.page-id-1280 .wpb_wrapper .center-block {
	margin: 0 auto 20px!important;
	text-align: center!important;
	width: auto!important;
	display: inherit!important;
}

.page-id-1280 .wpb_wrapper .text-title {
	color: #373737;
	font-size: 22px;
	font-weight: 500;
}

.page-id-1280 .wpb_wrapper .text-center {
	text-align: center!important;
}

.page-id-1280 .btn-blue {
	max-width: 220px!important;
}

.page-id-1280 .instance-22 {
	padding: 40px 0 20px!important;
}

.page-id-1280 .instance-22 .wpb_raw_html {
	padding: 0!important;
	margin-bottom: 5px;
}

.page-id-1280 ul.arrow-icon li {
	position: relative;
	list-style: none;
}

.page-id-1280 ul.arrow-icon li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: -25px;
	background: url('https://thinkitsolutions.com/wp-content/uploads/2020/03/blue-arrow.png') no-repeat;
	width: 17px;
	height: 14px;
	display: block;
}

.page-id-1280 .pt-2,.page-id-633 .pt-2 {
	padding-top: 20px;
}

.page-id-1280 .pb-2,.page-id-633 .pb-2 {
	padding-bottom: 20px;
}

.page-id-1280 .pt-3,.page-id-633 .pt-3 {
	padding-top: 30px;
}

.page-id-1280 .pb-3,.page-id-633 .pb-3 {
	padding-bottom: 30px;
}

@media screen and (max-width:767px) {
	.banner-content ul li:last-child a {
		font-size: 16px;
		padding: 14px 30px;
	}

	.banner-content .banner-title {
		font-size: 30px;
	}

	.banner-content ul li span {
		font-size: 14px;
	}

	.banner-content ul li:last-child a.call-cta,.page-id-1280 .wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper a {
		font-size: 16px!important;
		padding: 14px 30px!important;
	}

	.banner-content .btn-red {
		padding: 11px 5px;
		font-size: 16px;
	}
}

.btn-numsp-orange {
/*	background: linear-gradient(#fd691e,#f4471a);*/
	background:#00a0e0;
	font-weight: 600!important;
	color: #ffffff !important;
	padding: 12px!important;
	cursor: pointer;
	margin-top: 8px!important;
}

.btn-numsp-orange:hover {
/*	background: linear-gradient(#f4471a,#fd691e);*/
	background:#00a0e0;
}

.btn-numsp-orange:after {
	border: none!important;
}

@media screen and (max-width:1260px) {
	.share_wealth .col-md-6 {
		width: 100%;
	}

	.share_wealth .algn-cnt,.share_wealth .txt-rht {
		text-align: center;
	}
}