/*
	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: 1.0.0
	Author: fuelthemes
	Template: thevoux-wp
	Text Domain: thevoux-wp
	Domain Path: /inc/languages
*/

body p {
    font-size: 20px;
}

h4 {
    font-size: 24px;
}


#footer .widget{
	padding: 0px;
	margin: 0px; 
}



.post-detail .share-article .boxed-icon.style1 {
    width: 40px;
    height: 40px;
    font-size: 18px;
	margin: 0 4px;
}

.post-detail .share-article.hide-for-medium{
	width: 100%;
	display: flex;
}

.post-detail .share-article.hide-for-medium .addtoany_shortcode{
	display: inline-block;
}

.wp-caption-text-main{
    text-align: center;
    background-color: #f3f3f3;
	font-size: 11px;
    line-height: 1.65em;
    padding: 4px;
	float: left;
	width: 100%;
}

.wp-caption-img{
	float: left;
	width: 100%;
	text-align: center;
}

.catelement-style3 .post-category-listing .wp-caption-text-main, .featured-style-carousel .post-gallery .wp-caption-text-main{
	display: none;
}

.catelement-style6 .post-category-listing .wp-caption-text-main, .featured-style-carousel .post-gallery .wp-caption-text-main{
	display: none;
}


.thb-cookie-bar p{
	text-align: center;
	line-height: 1.2;
}

.post .post-content h1, .post .post-content h2, .post .post-content h3, .post .post-content h4 {
	font-weight: bold;
}


.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;	
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-title h3 a, .post-title h5 a{
	font-weight: bold;
}

.post .post-title a, .post .post-title h1{
	font-weight: bold;
}

.slick .post{
	visibility: visible;
}


.catelement-style6 .post.style3 .post-content p {
    font-size: 16px;
}

.header .logo #page-title{
	font-weight: bold;
}
.post.listing.with-excerpt p {
    font-size: 15px;
}

.blog_nav {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#scroll_totop{
	left: 15px;
}


.blog_nav .next,
.blog_nav .prev{
	width: 35%;
}

.blog_nav .prev{
	text-align: right;
}

.blog_nav .pagination{
	width: 30%;
    text-align: center;
    float: left;	
}


@media (max-width: 615px){
	.blog_nav .next,
	.blog_nav .prev{
		display: none;
	}	
	.blog_nav .pagination{
		width: 100%;
	}	
}

.header.fixed .logo .logoimg {
	width: auto;
}

table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}