Orion 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 {
text-decoration:none !important;
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 {
color:#333333 !important;
text-decoration:none !important;
font-weight:700 !important;
}
#dm [list-layout=layout4][text-box-padding=true] .postArticle .postText { padding:30px 30px 0 30px !important; }
#dm [blog-posts-feature-flag=true][text-box-padding=true]:not([list-layout=list_slider]) .postTextContainer .readMore { padding:15px 30px 30px 30px !important; }
/* PADDING FOR FORM FIELDS */
div.dmInner input[type="text"], div.dmInner input[type="email"], div.dmInner input[type="number"], div.dmInner input[type="tel"], div.dmInner input[type=password], div.dmInner select { height:50px !important; padding:0 20px; }
div.dmInner textarea { height:120px !important; padding:20px !important; }
/* SET HEADER BUTTON HEIGHT */
#dm-outer-wrapper #hamburger-header-container #hamburger-header .eaBtnCont .eaBtnCon { height:130px !important; }
