/*
 Theme Name:   Cantic Films
 Theme URI:    https://lifetime-media.ne
 Description:  Child theme of GeneratePress
 Author:       Tom Usborne
 Author URI:   https://generatepress.com
 Template:     generatepress
 Version:      0.1
*/


body main.site-main {
	margin-top: 3em;
}
body.home main.site-main {
	margin-top: 0;
}

body.home {
	overflow: hidden;
	height: 100vh;
	background-color: #000000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

body.home .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

body.home .site-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: none !important;
}

body.home footer {
	background: none !important;
	color: white;
}

.slideout-menu {
	margin-top: 3em !important;
}

.one-container .site-content {
	padding-top: 0;
}

.post-image img {
    -webkit-filter: brightness(100%);
}

.post-image img:hover {
    -webkit-filter: brightness(60%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

