/* 
 Theme Name:   DIVI Child
 Theme URI:    https://acupuncturajaponesa.com
 Description:  Site APAJAP
 Author:       pachecoasofia
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*Blogs Left and Right*/
/*Styling for the left hand posts*/
.ds-letterbox-left .et_pb_post {
    background-color: #fff;
}
/*Styling for the right hand posts*/
.ds-letterbox-right .et_pb_post {
    background-color: #fff;
    min-height: 140px;
    margin-top: 0;
    margin-bottom: 34px;
}
/*Sets the featured imge size for the left hand posts*/
.ds-letterbox-left .et_pb_post a img {
    width: 100%;
    height: 630px;
    object-fit: fill;
}
/*Sets the image size for the right hand posts and moves it to the left of the text*/
.ds-letterbox-right .et_pb_post a img {
    float: left;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 20px 20px 0;
}
/*This hides the excerpt for the right hand posts*/
.ds-letterbox-right .post-content {
    display: none;
}
/*This brings back just the meta data which was hidden as part of the paragraph text in the above section of CSS*/
.ds-letterbox-left .post-meta,
.ds-letterbox-right .post-meta {
    padding-bottom: 10px !important;
}
/*This adds the box shadow to the posts*/
.ds-letterbox-left .et_pb_post,
.ds-letterbox-right .et_pb_post {
    padding: 20px;
    -webkit-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
}
/*Add a little top margin to the right hand post titles*/
.ds-letterbox-right h2 {
    margin-top: 20px;
}
/*This styles the read more link on the left hand posts*/
.ds-letterbox-left a.more-link {
    border: 1px solid #000;
    padding: 10px !important;
    margin-top: 20px !important;
    color: #000;
    max-width: 110px;
}
/*This styles the read more link on hover*/
.ds-letterbox-left a.more-link:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #000;
}
/*This adds the double arrow icon to the read more link*/
.ds-letterbox-left a.more-link:after {
    font-family: 'ETmodules';
    content: "\39";
    color: #000;
    margin-left: 5px;
    vertical-align: middle;
}
/*This styles the double arrow on hover*/
.ds-letterbox-left a.more-link:hover:after {
    color: #fff;
}
/*This styles the post pagination links*/
.pagination a {
    background: #fff;
    color: #000;
    padding: 10px;
    margin-top: 30px !important;
    -webkit-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
}
/*This styles the post pagination links on hover*/
.pagination a:hover {
    background: #000;
    color: #fff;
}
/*End Blogs Left and Right*/

/*Begin FullScreen Slider*/
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}
/*End FullScreen Slider*/

/*---------- [Custom Blurb Module] ----------*/
    .myblurb img {
        border: 5px solid #3f83c1;
        border-radius: 50%;
        margin-top: -150px;
    }
/*---------- [End Custom Blurb Module] ----------*/
