/*
 Theme Name:   Divi Child Plus
 Theme URI:    /divi-child-plus/
 Description:  A modified child theme of Divi
 Author:       Web Wizards
 Author URI:   https://webwizards.ca/
 Template:     Divi
 Version:      1.2.1
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  divi-child-plus
*/

@import "modified.css";

.wjr-blog article {
    padding: 20px 0;
}
.wjr-blog .et_pb_post {
    margin-bottom: 0;
}
/*.wjr-blog article:nth-child(even){
	background-color:#d2d2d2;
}*/
.wjr-blog a.entry-featured-image-url {
    float: left;
    max-width: 300px;
    padding-right: 50px;
}
@media all and (min-width: 768px) and (max-width: 1405px) {
.wjr-blog a.entry-featured-image-url {
    max-width: 400px;
}
}

.wjr-blog .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}
.wjr-blog h2.entry-title {
    border-top: 2px solid #2090AC;
	padding-top: 20px;
	display: flex;
}

.wjr-blog a.more-link {
    background: #2090AC;
    color: #fff!important;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    top: 0;
    left: 0;
}
.wjr-blog a.more-link:hover{
	background-color:#000;
}

/*.wjr-blog a.more-link::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 15px;
    z-index: 1;
    left: 106px;
    top: 16px;
    background-image: url(/wp-content/uploads/2022/06/triangle-white.png);
    background-size: cover;
    zoom: 100%;
}*/


@media all and (max-width: 767px) {
.wjr-blog article {
    border-bottom: 2px solid #2090AC;
}
	.wjr-blog a.entry-featured-image-url {
    float: none;
	max-width: none;
    padding-right: 0;
}
.wjr-blog .et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
}
.wjr-blog h2.entry-title {
    border-top: 0px solid #2090AC;
	padding-top: 0px;
}
}