/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

.my-posts .post {
    width: 50% !important;
    float: left !important;
    padding-right: 30px !important;
}
.my-posts .post .author-box {
    display: none !important;
}
.my-posts .post .post-content .post-featured-image img {
    height: 300px !important;
}
.my-posts .post .post-content .posttitle {
    padding: 25px 30px !important;
    border-left: 1px solid #e7e9ec !important;
    border-right: 1px solid #e7e9ec !important;
    margin: 0 !important;
    background-color: #f5ffff !important;
}
.my-posts .post .post-content .posttitle a {
    color: #122B41 !important;
}
.my-posts .post .post-content .posttitle a:hover {
    color: #007CFF !important;
}
.my-posts .post .post-content .date, .my-posts .post .post-content .postmetadata {
    padding: 0 30px 25px 30px !important;
    border-left: 1px solid #e7e9ec !important;
    border-right: 1px solid #e7e9ec !important;
    margin: 0 !important;
    background-color: #f5ffff !important;
}
.my-posts .post .post-content .entry {
    display: none !important;
}
.my-posts .post .post-content .post-actions {
    padding: 0 30px 25px 30px !important;
    border-left: 1px solid #e7e9ec !important;
    border-right: 1px solid #e7e9ec !important;
    border-bottom: 1px solid #e7e9ec !important;
    background-color: #f5ffff !important;
    text-align: center !important;
}
.my-posts .post .post-content .post-actions a {
    font-size: 12px !important;
    padding: 8px 24px !important;
    border: 1px solid #007CFF !important;
    border-radius: 100px !important;
    margin-right: 8px !important;
    background-color: #007CFF !important;
    color: #fff !important;
}
.my-posts .post .post-content .post-actions a:hover {
    background-color: #fff !important;
    color: #007CFF !important;
    border: 1px solid #007CFF !important;
}

@media (max-width:1100px) {
    .my-posts .post .post-content .post-actions a {
	font-size: 10px !important;
	padding: 8px 12px !important;
	margin-right: 5px !important;
    }
}
@media (max-width:600px) {
    .my-posts .post {
	width: 100% !important;
	float: none !important;
	padding-right: 0 !important;
    }
    .my-posts .post .post-content .post-featured-image img {
    	height: 200px !important;
    }
}
@media (max-width:310px) {
    .my-posts .post .post-content .post-actions a {
	display: block !important;
	margin-bottom: 25px !important;
	width: 60% !important;
	margin-left: auto !important;
	margin-right: auto !important;
    }
}

