/*
	Theme Name: The Voux Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	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: 1.0.0
	Author: fuelthemes
	Template: thevoux-wp
*/

@import url("../thevoux-wp/style.css");

/*starting some custom edits jp*/
.post-author .time {display: none;}
.post .post-author a {margin-left:5px;}
.publisher-meta {margin-left:5px;}

.post .share-article {
    display:none!important;
    width: 55px;
    margin-right: 25px;
    max-width: 55px;
    position: absolute;
    bottom: 10px;
}

#comments {display: none;}

h1.entry-title {
    font-style: italic;
    font-weight: 900!important;
    font-size:xx-large!important;
    line-height: 1!important;
    padding: 10px 0 0 0;
}

.post-links {display:none!important;}
.full-menu {background:white;color:black;}
.full-menu li a {color:black!important;}
.biography img {margin:0px 0px 10px 15px;}
.featured-img-header {
	margin-bottom: 60px;
	margin-top:20px;
	text-align:center;
	}
.featured-img-header img {
	margin-bottom: 10px
	}

span.caption {
	font-style: italic;
	color:grey;
	padding:15px;
	margin: 0 0 30px 0;
	position: relative;
	background:none;
}

.thb-post-top {display: none!important;}

/*removing the sidebar and making it fill the width
.single-post aside.sidebar {
    display: none !important;
}
.post-detail-row > .row > .columns {
    width: 100%;
}*/
/*reduce left padding for post content*/
.post-content-container {padding-left: 20px!important;}
.project-copy p {font-size: 14px;}

/*hide google recaptcha v3 logo*/
.grecaptcha-badge{
	visibility: collapse !important;  
}

/*hide hr at the top for 2020 layout update*/
/* .nav_holder {display: none;} */

/*hide sticky header after scroll  */
.header .fixed .header--slide {display: none!important}
.header--slide {display: none!important}

/*hide the hamburger menu*/
@media only screen and (max-width: 1200px) {
.mobile-toggle {display: inline-block;}
}
@media only screen and (min-width: 1201px) {
.mobile-toggle {display: none;}
}

/*move logo down on mobile menu  */
#mobile-menu #menu-scroll .logolink {margin-top: 25px}