/* `mixins ----------------------------------------------------------------------------------------------------*/ /* @import "js/mixins.less"; @import "js/variables.less"; */ @font: 'Open Sans', sans-serif; @blue: #3498db; /* ` ----------------------------------------------------------------------------------------------------*/ body { font-family: @font; } .form-group.required { display: none; } /* `#header ----------------------------------------------------------------------------------------------------*/ .header-wrap { background: #e1e1e1; } #header { .navbar-collapse { padding: 0; } nav { background: none; border: none; ul { width: 100%; li { text-align: center; border-left: 1px solid #20272c; text-transform: uppercase; font-size: 14px; a { display: block; background: #344046; padding: 30px 20px; color: white; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } &:first-child { border-left: none; } &:hover, &.current_page_item { a { background: @blue; } } } } } } /* `subHeader ----------------------------------------------------------------------------------------------------*/ #subHeader { padding-bottom: 30px; .logo img { margin-top: 22px; } .phone { float: right; position: relative; padding-left: 40px; font-weight: 300; font-size: 20px; line-height: 1.3em; padding-top: 30px; strong { font-size: 24px; font-weight: 600; } &:before { content: "\f095"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; left: 0; top: 42px; font-size: 35px; color: @blue; } } } /* `#slideshow ----------------------------------------------------------------------------------------------------*/ #slideshow { background: #e1e1e1; box-shadow: inset 0 -10px 25px -19px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 -10px 25px -19px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 -10px 25px -19px rgba(0, 0, 0, 0.3); .slides { border-top: 8px solid @blue; border-bottom: 50px solid #f5f5f5; } .cycle-pager { font-size: 60px; position: absolute; right: 70px; bottom: 60px; z-index: 110; color: white; cursor: pointer; line-height: 1em; .cycle-pager-active { color: #344046; } span:hover { color: #344046; } } } /* `#message ----------------------------------------------------------------------------------------------------*/ #message { margin-bottom: 30px; .bg { background:#f5f5f5; } p { font-size: 32px; font-weight: 300; color: #344046; padding: 0px 40px 52px 40px; text-transform: uppercase; line-height: 1.3em; } .read { display: inline-block; color: white; font-size: 20px; font-weight: 600; margin-right: 0px; a { display: block; padding: 10px 17px; color: white; background: #3498db; &:hover { text-decoration: none; background: #344046; } } } } /* `#services ----------------------------------------------------------------------------------------------------*/ #services { margin-bottom: 70px; h2 { font-size: 22px; font-weight: 600; text-align: center; line-height: 1.4em; } .item { text-align: center; } } .border { width: 100%; height: 3px; background: @blue; } /* `#referenser ----------------------------------------------------------------------------------------------------*/ #referenser { background: @blue; padding: 20px 0; color: white; position: relative; .items { padding: 0 30px; font-size: 25px; font-style: italic; font-weight: 300; text-align: center; .item { display: inline; text-align: center; width: 100%; } } .nav { font-size: 40px; div { position: absolute; top: 50%; margin-top: -32px; cursor: pointer; &.next { right: 0; } &.prev { left: 0; } } } } /* `#page ----------------------------------------------------------------------------------------------------*/ #map-canvas { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } #page { position: relative; padding: 30px 0 40px 0; h1 { font-weight: 700; font-size: 36px; } h2 { font-size: 18px; font-weight: bold; } .post { img { border-radius: 4px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); } } .sidebar { .form { padding: 0 0 0 30px; border-left: 2px solid #f2f2f2; i { color: @blue; } p { font-size: 12px; font-weight: 300; } label { font-size: 12px; } input,textarea { font-size: 12px; } } } } body.page-id-9 .header-wrap { box-shadow: 0px 0px 20px rgba(0,0,0,0.3); position: relative; z-index: 10; } body.page-id-9 #page .post { background: white; padding: 10px 30px 30px 30px; h1 { font-size: 25px; } img { box-shadow: none; } } body.page-id-9 #page .sidebar .form { background: white; padding: 10px 30px 30px 30px; border: none; } /* `#footer ----------------------------------------------------------------------------------------------------*/ #footer { background: #252b2f; padding: 30px 0; color: #7a8f99; font-weight: 300; font-size: 12px; line-height: 1em; p { margin: 0; padding: 13px 0 0 0; } .soc_icons { position: relative; display: block; margin-top: 1px; white-space: nowrap; text-align: left; margin-left: 1px; float: right; li { position: relative; display: inline-block; margin-left: 3px; a { position: relative; color: #fff; line-height: 1em; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; width: 36px; height: 36px; display: inline-block; background: #47555c; text-align: center; font: normal normal 19px/36px 'FontAwesome'; border-radius: 500px; &:hover { color: #fff; text-decoration: none; background: #3498db; } } i { font: normal normal 19px/36px 'FontAwesome'; } } } } /* `Mobile ----------------------------------------------------------------------------------------------------*/ @media (max-width: 767px) { #subHeader .phone { padding-top: 20px; &:before { top: 32px; } } #message p { font-size: 22px; padding-bottom: 34px; } #referenser { .items { font-size: 14px; } .nav { font-size: 29px; div { margin-top: -20px; } div.next { right: 20px; } div.prev { left: 20px; } } } #header { nav { ul { li { width: 100% !important; } } } } #page { .sidebar { .form { margin-top:30px; padding: 0px 0 0 0; border-top: 2px solid #f2f2f2; border-left: none; } } } } @media (max-width: 567px) { #page { h1 { font-size: 30px; } } #subHeader { .phone { font-size: 18px; padding-top: 6px; text-align: center; float: none; padding: 0; strong { font-size: 18px; } &:before { top: 20px; display: none; } } } #slideshow { .slides { border-bottom: none; } } #referenser { .items { width: 70%; margin: 0 auto; padding: 0; } } #message { p { font-size: 18px; padding: 20px 10px 20px 10px; text-align: center; } .read { font-size: 14px; } } #footer { p { line-height: 1.3em; padding: 0 20px; } } }