/*
 * Theme Name: The President
 * description: The President Child Theme
 * Author: G. Mouroutis
 * Template: Newspaper
 * Version: 1.0.0
 */

@import url("../Newspaper/style.css");


@media screen and (min-width: 768px){
	.vc_column_container.td-pb-span1 {
		width: 8.33333333%;
	}
	.vc_column_container.td-pb-span2 {
		width: 16.66666667%;
	}
	.vc_column_container.td-pb-span3 {
		width: 25%;
	}
	.vc_column_container.td-pb-span4 {
		width: 33.33333333%;
	}
	.vc_column_container.td-pb-span5 {
		width: 41.66666667%;
	}
	.vc_column_container.td-pb-span6 {
		width: 50%;
	}
	.vc_column_container.td-pb-span7 {
		width: 58.33333333%;
	}
	.vc_column_container.td-pb-span8 {
		width: 66.66666667%;
	}
	.vc_column_container.td-pb-span9 {
		width: 75%;
	}
	.vc_column_container.td-pb-span10 {
		width: 83.33333333%;
	}
	.vc_column_container.td-pb-span11 {
		width: 91.66666667%;
	}
	.vc_column_container.td-pb-span12 {
		width: 100%;
	}
}

.home .wbls-breadcrumb, .home .wbls-headerbottom {
	display: none !important;
}


.td-a-rec-id-custom-spot {
	margin-top: 20px;
	margin-bottom: 20px;
}


.wbls-vertical .wbls-box-container {
	display: flex;
	flex-direction: column;
}

.wbls-vertical .wbls-text-container {
	padding: 0 !important;
}

.wbls-vertical .wbls-box-subtitle {
	padding: 0.3rem 0.5rem;
	border-top: 2px solid #fff;
	font-size: .8rem !important;
}

.wbls-vertical .wbls-box-upper-title {
	padding: .5rem .5rem 0;
	font-size: .8rem;
}

.wbls-vertical .wbls-img-container img {
	object-position: center;
}