﻿/*
 Theme Name:   Salient Child
 Theme URI:    
 Description:  Salient Child Theme
 Author:       Man Chun
 Author URI:   
 Template:     salient
 Version:      1.0.0
 License:      
 License URI:  
 Tags:         
 Text Domain:  salient-child
*/



@import url("style.css");

#footer-widgets{
    display:none!important;
}

.work-info .vert-center p{
    display:none!important;
}

.work-meta p{
 	display:none!important; 
}

.nectar-love-wrap{
 	display:none!important;
}


#full_width_portfolio .project-title{
	display:none!important; 
}
.cookies-fm {
	position: fixed;bottom: 30px;
	left: auto;
	right: 45px;
	width: 410px;
	background: #000000b3;
	border-radius: 20px;
	z-index:666;
}

.cookie-text{
	padding: 20px 30px 20px 25px;
	color:white;
}

.cookies_fa_accept{
	background-color: transparent;
	top: 5%;
	right: 15px;
	position: absolute;
	border: 0;color:white;
}

@media only screen and (max-width: 600px) {
	.cookies-fm {
		position: fixed;
		bottom: 0px;
		width: 100%;
		background: rgba(0, 0, 0, 0.86);
		z-index:666;
		border-radius: 0px;
		right: 0;
	}

	.cookies_fa_accept{
		background-color: transparent;
		top: 5%;
		right: 15px;
		position: absolute;
		border: 0;color:white;
	}

	.cookie-text{
		padding: 20px 25px 10px 25px;
		color:white;
	}
}