/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.innnerColumn{
		min-height: 315px;
		width: 100%;
		background-position: center center;
		background-size: cover;
		position: relative;
	border-radius: 3px;
	}

.innnerColumn:hover{
	cursor: pointer;
}
	.blockContent .x-column{
		/*margin-right: 2%;*/
	}
	.blockContent{
		margin-bottom: 2%;
	}
	
	.blockContent:after{
		clear: both;
		content: "";
		display: table;
	}
	.portfolio-title{
		position: absolute;
		bottom: 10px;
		left: 10px;
		background: #fff;
		padding: 5px;
		border-radius: 3px;
	}

/*.prev-posts-link{
	width: 160px;
	float: left;
}

.next-posts-link{
	width: 160px;
	float: right;
}*/

.prev-posts-link{
	float: right;
}

.innnerColumn a,
.innnerColumn a:hover{
	color: black !important;
	text-decoration: underline !important;
}
.e3547-4.x-text .x-column{
	margin-right: 2% !important;
}

.e3547-4.x-text .x-column.last{
	margin-right: 0 !important;
}


.e3547-4.x-text .x-column.x-1-2{
	width: 52%;
}

body.post-template-default table td,
body.page-template-template-blank-4 table td{
	border-top: 0 solid white !important;
}

table.all-custom-table-class td{
	border-top: 0 solid white !important;
}

.x-sidebar.right{
	background: white; 
    padding: 20px;
    padding-top: 60px;
}

@media only screen and (max-width: 568px) {
		body.single.single-post .entry-wrap { 
		padding: 0;
		background-color: transparent; 
	}
}


@media only screen and (max-width: 768px) {
	
	.x-sidebar.right{
		background: transparent; 
		padding: 0; 
	}
	
    body {
        /*background-color: lightblue;*/
    }
	

	
	.e3547-4.x-text .x-column.x-1-2{
		width: 100%;
	}
	
	.blockContent .x-column{
		margin-bottom: 2%;
	}
	
	.prev-posts-link{ 
		float: none;
	}

	.next-posts-link{ 
		float: none;
	}
	
	.prev-posts-link,
	.next-posts-link{ 
		margin: auto;
		margin-bottom: 10px;
	}
	
	.prev-posts-link a,
	.next-posts-link a{ 
		width: 100%;
	}
	
	.next-posts-link{
		margin-bottom: 0;
	}

	
}

@media only screen and (min-width: 768px) {
	.e3547-4.x-text .x-column.x-1-2{
		width: 52%;
	}
}





