/*
Theme Name: The Core Child
Description: The Core is created by <a href="https://themefuse.com">ThemeFuse</a>. The Core comes with 17 different themes inside it with more to come soon. The long list of features makes The Core the only stop when searching for a cutting edge WordPress theme. Child theme for the The Core. Child themes are the recommended way of making modifications to a theme. <a href="https://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: https://themefuse.com/
Template: the-core-parent
Version: 1.0
Text Domain: the-core
Tags: left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
body{
    background: #FDFEFF;
}
.h2Title{
    /*text-transform: uppercase;*/
    color: white;
	margin-bottom: 50px;
}

.blue-bg{
    color: white;
}

.blue-bg p {
    padding: 0 65px;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: justify;
}

.more-infos{
    border: 1px solid white;
    color: white;
    padding: 10px 15px;
    font-size: 22px;
}

.center-element{
    display: flex;
    justify-content: center;
}

.fw-btn-post-read-more-blog{
    float:right;
}

.gallery-home{
    left: -15px;
    width: 100vw;
}

.header-3 .fw-header-main .fw-wrap-logo {
	    padding-top: 4px!important;
}

#breadcrumbs {
    position:relative;
    top:510px;
    left:40px;
}

.fw-gallery-item-image-div{
	height: 100% !important;
    width: 100% !important;
}

footer li a {
    color:white !important;
}


@media screen and (max-width: 500px){
	.blue-bg p {
    	padding: 0 25px!important;
	}

	.reassurance-second-line {
    	padding-left: 0;
	}
}
