/*
	Theme Name: The Voux Child Theme
	Theme URI: https://themeforest.net/item/the-voux-a-comprehensive-magazine-theme/11400130
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 100.0.0
	Author: fuelthemes
	Template: thevoux-wp
	Text Domain: thevoux-wp
	Domain Path: /inc/languages
*/


.first-section {
    background-color: #373e4a!important;
    padding: 20px 0;
}
.second-section {
    background-color: #2b2b2b!important;
    color: #fff;
}
.third-section {
    background-color: #373e4a!important;
    padding: 10px 0;
    text-align: right;
}
.flex-container {
    display: flex;
    align-items: center;
}
.col-half {
    width: 47.5%;
}
.social.footer-social {
    text-align: right;
    color: #fff;
    line-height: 2;
}
.social.footer-social a .fa, .social.footer-social a .fas {
    width: 26px;
    height: 26px;
    background: #fff;
    text-align: center;
    padding: 4px;
    border-radius: 50%;
    color: #000;
}
.col-half:first-child {
    margin-right: 5%;
}
.copyright-text {
    text-align: right;
}
.bottom-footer a {
    color: #fff;
}
@media(max-width: 767px){
	.bottom-footer row {
		display: block;
		text-align: center;
	}
	.col-half {
		width: 100%;
		margin: 0 !important;
	}
	.social.footer-social {
		text-align: center;
	}
	.second-section {
		padding: 10px;
	}
	.copyright-text {
		text-align: center;
	}
	.flex-container {
		display: block;
		text-align: center;
	}
}

