/************************ classes *************************/ /*Colours*/ @brand-primary: #1b75bb; @brand-primary-dk: #135f98; @red: #be1e2d; /************************ classes *************************/ .form-control { box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -moz-transition: none !important; -webkit-transition: none !important; } .centered { text-align:center; } .right { text-align:right; } .caps { text-transform:uppercase; } .reset { margin:0; padding:0; list-style:none; } .hide { visibility:hidden; display:none; } .cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } img.fill { width:100%; } .fill { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a, a:focus { outline:none !important; } .font { font-weight: normal !important; font-family: 'dinregular', sans-serif; } .title { .font; font-family: 'dinbold', sans-serif; font-weight:normal !important; } .cf() { zoom: 1; &:before { content: ''; display: block; } &:after { content: ''; display: table; clear: both; } } .bbpress { .wrap { .content { .main { .page-header{ } #bbpress-forums { overflow:visible; position:relative; .bbp-search-form { margin-bottom:14px; position:absolute; top:-43px; right:0px; } } } .sidebar { .inner { section { margin-bottom:14px; .cf; padding-bottom:14px; border-top:1px dotted #797979; h3 { font-family: "dinregular",sans-serif; font-size: 25px; font-weight: normal !important; margin-top: 14px; } ul { .reset; li { .reset; } } dd { width:48%; float:left; margin-right:4%; } dt { width:48%; float:left; } } } } } } }