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

h1{
	color: #fff !important;
}

h2{
	color: #3E3E3E !important;
}

.transparent-title-white{
	text-align: center;
    color: #F5F5F5 !important;
    font-size: 80px;
    transform: translateY(30px);
	z-index: -1; 
	position: relative;
	line-height: 77px;
}

.nectar-button span {
    letter-spacing: 0px;
    font-family: titillium web;
}

.nectar_icon_wrap {
    background: #3f3f3f;
    border-radius: 50px;
    margin: 0px 10px;
    float: right;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.1);
}

.nectar_icon_wrap:hover{
    transform: scale(1.1);
	cursor: pointer;
}

#footer-outer .widget h4{
	color: #fff !important;
	text-transform: none !important;
}

div.widget#text-2 h4, div.widget#text-3 h4, div.widget#text-4 h4 {
    color: #fff !important;
}

.rounded-button.nectar-button {
    border-radius: 100px !important;
    margin: auto;
    display: block;
    width: fit-content;
}

.contact-button-left{
	padding-left: 18px !important;
}

.fotografie-categorieen-text{
	vertical-align: middle;
    display: table-cell;
    width: 100vw;
    height: 100vh;
}

.fotografie-categorieen-custom{
	height: 100vh;
}

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item h3, .portfolio-items .col .work-item.style-2 h3 {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
}

.portfolio-items[data-ps="8"] .col .work-info-bg {
    opacity: 0.55!important;
}

#full_width_portfolio .project-title.parallax-effect .section-title, #full_width_portfolio .project-title {
    display: none;
}

body .nectar-fancy-ul[data-list-icon="none"] ul li {
    padding-left: 0;
    margin-bottom: 0;
    color: #bbbbbb;
}

.nectar-video-box img.attachment-full.size-full::before{
	background-color: #3e3e3e;
	opacity: 0.8;
	position: absolute;
	width: 100vw;
	height: 100vh;
}

.project-page-cta-container{
	margin-top: -40px;
}

.project-page-fotografie-cta-container{
	margin-top: -110px;
	z-index: -1 !important;
}

.comments-section {
    display: none;
}

.bottom_controls {
    display: none;
}

.col.span_3.element.one-fourths {
    padding: 0px !important;
}

#header-outer.transparent header#top nav > ul > li.menu-item > a {
    opacity: 1 !important;
}

.wpb_wrapper .nectar-video-box .nectar_video_lightbox path {
    fill: #3f3f3f !important;
}

.wpb_wrapper .nectar-video-box[data-color="extra-color-2"] a.nectar_video_lightbox.play_button_2 {
    background-color: white!important;
}

.image-width-100{
	width: 100% !important;
}

body #slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), body #slide-out-widget-area-bg.fullscreen, body #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material div#slide-out-widget-area-bg.slide-out-from-right {
    background-color: #3e3e3e !important;
}

#footer-widgets div#media_image-2 {
    margin-bottom: 0px !important;
}

.logo-footer{
	width: 50% !important;
}

body #footer-outer .widget h4 {
    color: white !important;
}

@media only screen 
  and (min-width: 767px) and (max-width: 1025px){
	img.img-with-animation.skip-lazy.fotografie-project-afbeelding1-margin.animated-in {
    	margin-top: 100px;
	}
} 

@media only screen and (max-width: 1300px) and (min-width: 1000px){
    h2.transparent-title-white{
        font-size: 50px !important;
    }
	
	.md-margin-top-neg-20{
		margin-top: -20px;
	}
	
}

@media only screen and (max-width: 1000px) and (min-width: 690px){
	h2.transparent-title-white{
        font-size: 50px !important;
    }
	
	.sm-margin-top-none{
		margin-top: 0px !important;
	}
	
	.sm-margin-bot-65{
		margin-bottom: 65px !important;
	}
	
	.sm-padding-top-20{
		padding-top: 20px !important;
	}
	
	.sm-padding-top-none{
		padding-top: 0px !important;
	}
	
	body[data-bg-header="true"] .container-wrap{
		padding-bottom: 0px !important;
	}
}

@media only screen and (min-width: 691px){
	.image-drop-off-1{
		transform: translateY(80px);
	}
}

@media only screen and (max-width: 690px){
	.xs-margin-top-none{
		margin-top: 0px !important;
	}
	
	.xs-padding-top-none{
		padding-top: 0px !important;
	}
	
	.xs-padding-top-30{
		padding-top: 30px !important;
	}
		
	body[data-bg-header="true"] .container-wrap{
		padding-bottom: 0px !important;
	}
}