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

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

a.cp-readmore {
    background: #d62428 !important;
    /* padding: 10px; */
    color: #ffffff !important;
    /* float: right; */
    /* bottom: 0; */
    /* right: 0; */
    margin-bottom: 0;
    width: 100%;
    /* bottom: 0; */
    /* margin-top: 10px; */
    /* margin-bottom: 0; */
    padding: 10px;
    position: relative;
	display:block;
}

ul,ol{
	list-style-position: inside;
}


p.odd, p.even {
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 10px;
    background: #efefef;
}

p.odd {
    background: #efefef;
}

p.even {
    background: #fefefe;
}

.page-header-excerpt {
    display: none;
}

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


}