Cosmos Setup
SITES.CSS
/* GLOBAL SITE CSS - ADD CSS TO AFFECT THE WHOLE SITE */
@media screen and (min-width:1200px) {
.rows-1200 .dmRespDesignRow, .rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper { max-width: 1500px }
}
*#dm div.dmNewParagraph a,
*#dm div.dmCustomHtml a,
*#dm div.dmBlockElement a,
*#dm div.dmCustomWidget a { font-weight: 700 !important; -webkit-transition: color 0.4s ease-in !important; -o-transition: color 0.4s ease-in !important; outline: 0 !important; }
*#dm div.dmCustomHtml a:hover,
*#dm div.dmNewParagraph a:hover,
*#dm div.dmBlockElement a:hover,
*#dm div.dmCustomWidget a:hover { font-weight: 700 !important; }
/* BLOG WIDGET PADDING */
#dm [list-layout=layout4][text-box-padding=true] .postArticle .postText { padding: 40px 40px 0 40px !important; }
#dm [blog-posts-feature-flag=true][text-box-padding=true]:not([list-layout=list_slider]) .postTextContainer .readMore { padding: 15px 40px 40px 40px !important; }
/* HIDE TEXT FROM THE HEADER FOR INTERNAL PAGES */
#dm .dm-layout-sec div.u_######### { display:none; }
