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

@import url("../salient/style.css");

#print-data-container {
	display: none;
}
body{ background:#FFF!important; }


header#top nav .sf-menu li.current-menu-item > a{ background-color: none !important; color: #57001B !important; }

.container-wrap,  .project-title{ background-color:#FFFFFF; }

.testimonial_slider .controls{ bottom: 0px; }

/* We/Provide custom styles */
.button-borders a {
	color :#ee7203;
	border: 1px solid #ee7203;
	border-radius: 5px;
	padding: 10px;
}

p.header-button-wrapper {
	display: block;
	margin-top: 25px;
}

a.header_button {
	background-color: #57001B;
	border-radius: 5px;
	color: white;
	padding: 15px 22px;
	text-transform: uppercase;
	font-family: 'Oswald';
	letter-spacing: 2px;
	transition: opacity .2s ease;
}

a.nectar-button:hover,
a.header_button:hover {
	opacity: 0.8 !important;
}


.nectar-fancy-ul ul li .icon-default-style[class^="icon-"]{
	border: 1px solid;
	display: inline-block;
	height: 35px !important;
	line-height: 20px!important;
	margin: 0px;
	padding: 7px;
	position: absolute;
	top: 0px;
}



#footer-outer .row{
	padding: 85px 0px 55px 0px;
}

body:not(.woocommerce-cart) .main-content td{
	line-height: 20px;
}

body:not(.woocommerce-cart) .main-content td a img{
	margin-bottom: 0px !important;
}

select {
	background-color: #efefef;
	height:40px;
}

a.btn-blauw, a.lees-verder{
	background-color: #115757;
	border: 1px solid #115757;
	border-radius: 5px;
	color:#FFF;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	text-transform: uppercase;
}

a.btn-blauw, a.lees-verder:hover{
	background-color: #FFF;
	border: 1px solid #115757;
	border-radius: 5px;
	color: #115757;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	text-transform: uppercase;
}

a.btn-magenta{
	background-color: #57001B;
	border: 1px solid #57001B;
	border-radius: 5px;
	color:#FFF;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	text-transform: uppercase;
}

a.btn-magenta:hover{
	background-color: #FFF;
	border: 1px solid #57001B;
	border-radius: 5px;
	color: #57001B;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	text-transform: uppercase;
}

a.plan-uw-inspectie, a.border-button, a.btn-border{
	background-color: none !important;
	border: 1px solid #57001B;
	border-radius: 5px;
	color: #57001B;
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
}

a.plan-uw-inspectie:hover, a.border-button:hover, a.btn-border:hover{
	background-color: #57001B;
	border: 1px solid #57001B;
	border-radius: 5px;
	color:#FFF;
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
}


@media (min-width: 992px) {
	.affix{
		position: fixed !important;
		top:150px;
	}
	.affix-top, .affix, .affix-bottom {
		width: 347px !important;
	}
}

span.wpcf7-list-item {
	margin-left: 0px;
	font-size: 1.3em;
}

#status-message span.error, label.error{
	color:#ac004d!important;
}

#status-message span.success{
	display: none;
}

.col-left-margin{
	margin-left:2.1%!important;
}
@media (max-width: 992px) {
	.col-left-margin{
		margin-left:0!important;
	}
}

@media only screen and (max-width: 690px) {
	.vc_separator h4 {
		white-space: normal !important;
	}
	.npb{
		padding-bottom:0px;
	}
}

#footer-widgets span {
	color:#4EA1B2 !important;
	font-weight: bold;
}

.nectar-button.small{
	border-radius:5px;
}

@media all and (max-width: 640px)
{
	.yithpopup_wrapper
	{
		width: 90% !important;
		z-index: 10000 !important;
		margin-top: 20px !important;
	}
	.yithpopup_wrapper a.close
	{
		right: 0px !important;
	}
	#yith-popup-left
	{
		display: none !important;
	}
	.yithpopup_wrapper #yith-popup-right
	{
		right: 0px !important;
		width: 100% !important;
	}
	input.name-field.text-field, input.email-field.text-field
	{
		width: 100% !important;
	}
}

.yith-popup-checkzone label
{
	font-size: 14px !important;
}

.no-view.yith-popup-checkbox {
	margin: 3px 6px 0 0 !important;
}

.vc_separator.vc_separator_align_left .vc_sep_holder,
.vc_separator.vc_separator_align_center .vc_sep_holder {
	display: none;
}

@media screen and (min-width: 1024px) {
	#page-header-bg {
		height: 500px !important;
	}

	#page-header-bg .container .span_6 {
		top: 231px !important;
	}
}
header#top #toggle-nav {
	position: absolute;
	right: 0;
}

@media screen and (min-width: 1000px) {
	header#top #toggle-nav {
		display: none;
	}
}

@media print {
	.parallax_slider_outer,
	#footer-outer,
	#page-header-wrap,
	#page-header-bg,
	nav {
		display: none !important;
	}

	#print-data-container {
		display: block;
		z-index: 9999999;
		position: fixed;
		bottom: 0px;
		text-align: center;
		background-color: #eee;
		color: #000;
		height: 30px;
		line-height: 30px;
		padding: 0;
		left: 0;
		width: 100%;
	}
}

#fixed-container-newsletter a {
	color: #ffffff;
	padding: 10px 20px;
	line-height: 30px;
	width: 200px;
	position: relative;
	color: #ffffff;
	background: #ac004d;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 3px 3px  10px rgba(0, 0, 0, .8);
}
#fixed-container-newsletter {
	position: fixed;
	height: 30px;
	bottom: 0;
	text-align: center;
	width: 100%;
	z-index:999999;
}

p {
	font-smooth: auto;
	-webkit-font-smoothing: antialiased;
}

.at-resp-share-element {
	top: 20px;
}

.at-above-post-homepage .at-resp-share-element {
	top: 0;
}


/*customize addThis*/

.addthis_toolbox {
	position: fixed;
	left: 0;
	top: 20%;
	z-index: 99999 !important;
	width: 54px;
	padding: 7px 5px 0 5px !important;
	background-color: rgba(255,255,255, 0.3);
}

.addthis_default_style .at300b {
	/*float: none !important;*/
	padding: 0 !important;
}


.at-icon-wrapper {
	/*border: 3px solid #ffffff;*/
	margin: 0;
	width: 42px !important;
	height: 42px !important;
	padding: 5px;
}

.at-icon-wrapper i {
	font-size: 20px !important;
	line-height: 32px !important
}

.addthis_button_mailchimp,
.addthis_button_mailchimp:hover{
	color: #fff;
}

@media screen and (max-width:768px) {
	.addthis_toolbox {
		padding: 7px 3px 0 3px !important;
		width: 40px;
	}

	.at-icon-wrapper {
		width: 32px !important;
		height: 32px !important;
		padding: 0px;
	}

	.at-icon-wrapper i {
		font-size: 16px !important;
		/*line-height: 32px !important;*/
	}

}

#footer-outer {
	z-index: 0;
}


/* Yooker bug fix */
@media only screen and (max-width: 690px) {
	.home .parallax_slider_outer.first-section .swiper-slide .content {
		top: 40px !important;
	}
}