.elementor-post__read-more{

}
/* read more button styling */
.elementor-post__read-more{
		background: white !important;
	border-bottom: 1px solid #D8D8D8 !important;
	padding: 5px 0px 15px 5px!important;
	
}
     



/* Podcast Player settings */
audio {
width: max-600px;
background-color: #f9f7f5 !important;
border-radius: 0px;
transform: scale(1.05);
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
background: #424a56 !important;
}

.mejs-time {
font-weight: 400;
word-wrap: normal;
display: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
display: table;
display: none !important;
}

.mejs-volume-button {
position: relative;
display: none;
}




/* Button svg code */
.dk-button-svg .elementor-button-icon svg {
    width: 2em;
    padding-top: 2px
}





body { 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 

} 


/* comment button */
.wpbf-button, input[type="submit"] {

    padding: 14px 25px;
    background: #eee7e1;
    color: #585858;
    font-family: Questrial;
    text-transform: uppercase;
	font-size:11px;
    letter-spacing:3px;
    line-height: 1.3;
	font-weight: 700;
}
.wpbf-button:hover, input[type="submit"]:hover {
    background: #5f5e5e;
    color: #fff;
}
/* Leave a comment Styling */
#reply-title {
    font-family: "EB Garamond", Sans-serif;
    font-weight: 300;
    font-size: 24px;

}

/* Logged in - notes */
.comment-notes, .email-notes, .logged-in-as{
	font-size: 14px !important;
	font-family: "EB Garamond", Sans-serif;
	text-transform: italic!important;
	
}
/* Comment form titles */
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
	text-transform: uppercase;
	font-family: "Questrial", Sans-serif;
	font-weight:300;
    font-size: 12px;
    letter-spacing: 2px;
}


/* Fix bottom Padding on Paragraphs */
p:last-of-type {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

p:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;

}







/******** MEDIA QUERIES *******/



/*Desktops*/
/*Desktops*/
/*Desktops*/

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    /* your css goes here */
}


/*Tablets*/
/*Tablets*/
/*Tablets*/

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
}
/* Tablet And Below */
@media all and (max-width: 980px) {
    /* your css goes here */
}



/* Smart Phones */
/* Smart Phones */
/* Smart Phones */

/* Phone And Below */
@media all and (max-width: 579px) {

}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
 /* your css goes here */
}





.premium-carousel-inner  {
    cursor: pointer;
}		