/*
	Theme Name: The Voux
	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: 4.0.7
	Author: fuelthemes
	Author URI: http://themeforest.net/user/fuelthemes
	Text Domain: thevoux
	Domain Path: /inc/languages
	Tags: two-columns, four-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the app.css file that is located in your themes /assets/css/ folder to add your styles. 
* If you just want to add small css snippets you might also  want to consider to add it to the designated 
* CSS option field in your themes backend at: Appearance -> Theme Options
*/

#menu-footer-menu h2{
    font-size: initial;
    line-height: auto;
    color: #878787;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
}
.contact-form-footer br{
	display: none;
}
.call-center {
	text-align: left;
}
#breadcrumbs {
	list-style: none;
	margin-left: 10px;
}
#breadcrumbs li{
	display: inline-block;
	margin-right: 5px;
}
.author-content .cstm-title {
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 1;
    margin: 3px 0 0 0;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    text-rendering: auto;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: left;
    font-family: 'Poppins', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
.author-content .cstm-title a {
    color: #222;
}
.post.listing .post-title .cstm-entry-title {
    font-style: normal;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
    color: #222;
	font-family: 'Poppins', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
    text-rendering: auto;
}

.post.listing .post-title .cstm-entry-title a{
    line-height: 18px;
}

#reply-title {
    font-weight: 600;
    color: #222;
    text-rendering: auto;
    font-size: 1.9375rem;
    font-style: normal;
	margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4;
    font-family: 'Poppins', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}

.post.style1 .post-title .title-cstm {
	font-family: 'Poppins', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 10px;
    line-height: 1.2;
}

.show-onsmall{
    display: none;
}

#newsletter-form input {
    width: 100%;
    border-color: #ddd;
}

@media (max-width: 875px){
    .show-onsmall{
        display: inline-block;
    }
    .show-onbig{
        display: none;
    }

}