/*
Theme Name: Genma
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* Custom post - Home page */

.cs-post-home .post-item {
    padding-bottom: 0px;
	margin-bottom: 10px;
}

.cs-post-home h5.post-title.is-large {
    color: #2a2a2a;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 10px;
}

.cs-post-home p.from_the_blog_excerpt {
    color: #2a2a2a;
}


.cs-post-home .box-text a.button.is-outline.is-small.mb-0 {
    color: #395acf;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border: none;
}


/* Custom Ads - Home page */

.widget-ads .cs-row-ads {
	justify-content: space-between !important;
}


.widget-ads .cs-row-ads .col:last-child {
	position: absolute;
	right: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

