/*-----------------------------------------------------------------------------------*/ /* 3. Main Container /*-----------------------------------------------------------------------------------*/ .main-container { background:transparent; clear:both; overflow:hidden; width:100% } .main-wrapper { background:transparent; clear:both; margin:0 auto 0; width:1170px; } .container { margin:0 auto; width:1170px; } // 3.1 Boxed Layout //--------------------------------------------// .boxed-layout { float: none; margin: 0 auto; width: 1170px; overflow: hidden; .header { padding-left: 2%; padding-right: 2%; width: 96%; } .main-wrapper { max-width: 1170px; } .header { width: 96%; } .container { width: auto; } } /*-----------------------------------------------------------------------------------*/ /* 6. Main Content /*-----------------------------------------------------------------------------------*/ .main-content { clear: both; margin: 60px auto 0; max-width: 100%; } .content-area { float:left; margin-left:0; margin-right:2.2%; margin-top:0; width:66.2%; } .content { padding:0 0; } .post header, .attachment header { clear:both; overflow:hidden; position:relative; } .section-heading { color: #2A2D33; font-size: 18px; font-weight: 700; position: relative; text-transform: uppercase; } .content {} .cover-box { margin: -30px 0 30px; overflow: hidden; position: relative; } .cover-image { background-attachment: fixed; background-color: #f5f5f5; background-size: cover; background-repeat: no-repeat; position: relative; } .cover-content { background: #fff; border-top: 5px solid $color__primary; float: left; margin-top: 90px; padding: 25px 30px 10px; width: 66.2%; } .cover-heading { position: absolute; top: 50%; left: 0; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; .title { color: #fff; } } .cover-text { float: left; padding: 0 0 20px; a { color: #ffffff; } } .title { margin-bottom: 15px; a { color: #000000; } } .entry-title { margin-bottom: 10px; } .page-title { font-size: 26px; margin: 0 0 20px; } /*-----------------------*/ /* Archives Template /*-----------------------*/ .archive-col { float: left; margin-bottom: 20px; margin-right: 5%; width: 47.5%; } .archive-col:nth-child(2n) { margin-right: 0; } .archive-col ul { margin: 0; } .archive-col ul li { font-size: 14px; line-height: 28px; } .archive-col a { color: #555555; } /*-----------------------*/ /* Archive /*-----------------------*/ .archive-title { margin: 0 !important; padding: 15px 30px !important; } .cat-cover-box { border-bottom: 1px solid rgba(0, 0, 0, 0.08); margin-bottom: 40px; padding: 45px 10px; text-align: center; } .category-title-wrap { margin-bottom: 30px; } .category-title { margin-bottom: 10px; font-size: 32px; span { color: $color__primary; border-bottom: 2px solid #e7e7e7; font-weight: 700; } } .taxonomy-description { margin-bottom: 10px }