@import 'bootstrap/bootstrap'; @import 'bootstrap/variables'; $font-primary: 'Poppins',Arial, sans-serif; $white: #fff; $black: #000000; $darken: #00043c; $primary: #d9ba2b; @mixin border-radius($radius) { -webkit-border-radius: $radius; -moz-border-radius: $radius; -ms-border-radius: $radius; border-radius: $radius; } @mixin transition($transition) { -moz-transition: all $transition ease; -o-transition: all $transition ease; -webkit-transition: all $transition ease; -ms-transition: all $transition ease; transition: all $transition ease; } html { // overflow-x: hidden; } body { font-family: $font-primary; background: $white; font-size: 14px; line-height: 1.8; font-weight: 400; color: lighten($black,50%); &.menu-show { overflow: hidden; position: fixed; height: 100%; width: 100%; } } a { transition: .3s all ease; color: $primary; &:hover, &:focus { text-decoration: none; color: $primary; outline: none !important; } } h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { line-height: 1.5; color: rgba(0,0,0,.8); font-weight: 400; } .wrap{ background: #202020; padding: 25px 0; @include media-breakpoint-up(lg){ position: absolute; top: 0; left: 0; right: 0; z-index: 3; background: transparent; } } .ftco-navbar-light { background: $white !important; z-index: 3; padding: 0; -webkit-box-shadow: 0px 3px 15px -15px rgba(0,0,0,0.75); -moz-box-shadow: 0px 3px 15px -15px rgba(0,0,0,0.75); box-shadow: 0px 3px 15px -15px rgba(0,0,0,0.75); @include media-breakpoint-down(md) { background: $black!important; position: relative; top: 0; padding: 10px 15px; } .navbar-nav { @include media-breakpoint-down(md){ padding-bottom: 10px; } > .nav-item { > .nav-link { font-size: 12px; padding-top: 2rem; padding-bottom: 2rem; padding-left: 23px; padding-right: 23px; font-weight: 500; color: $black; text-transform: uppercase; letter-spacing: 1px; position: relative; &:before{ content: ""; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; background-color: $primary; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; z-index: -1; } &:hover { color: $black; &:before{ visibility: visible; background-color: $primary; -webkit-transform: scaleX(1); transform: scaleX(1); } } opacity: 1!important; @include media-breakpoint-down(md){ padding-left: 0; padding-right: 0; padding-top: .9rem; padding-bottom: .9rem; color: rgba(255,255,255,.7); &:hover{ color: $white; &:before{ display: none; } } } } .dropdown-menu{ border: none; background: $white; -webkit-box-shadow: 0px 10px 34px -20px rgba(0,0,0,0.41); -moz-box-shadow: 0px 10px 34px -20px rgba(0,0,0,0.41); box-shadow: 0px 10px 34px -20px rgba(0,0,0,0.41); border-radius: 4px; .dropdown-item{ font-size: 12px; color: $black; &:hover, &:focus{ background: none; color: $white; } } @include media-breakpoint-down(md){ display: block !important; background: $black; .dropdown-item{ color: rgba(255,255,255,.8); } } } &.cta { > a { color: $white; background: $primary; border-radius: 0px; @include media-breakpoint-down(sm){ padding-left: 15px; padding-right: 15px; } @include media-breakpoint-down(md){ color: $white; background: none; border-radius: 4px; } } } &.active { > a { color: $white; &:before{ visibility: visible; background-color: $primary; -webkit-transform: scaleX(1); transform: scaleX(1); } @include media-breakpoint-down(md){ color: $primary; &:before{ display: none; } } } } } } .navbar-toggler { border: none; color: rgba(255,255,255,.5)!important; cursor: pointer; padding-right: 0; text-transform: uppercase; font-size: 16px; letter-spacing: .1em; &:focus{ outline: none !important; } } } .navbar-brand { color: $white; font-weight: 200; font-size: 34px; line-height: 1; margin-bottom: 0px; position: relative; .icon{ width: 36px; height: 36px; border-radius: 50%; background: $primary; position: relative; z-index: 0; } span{ font-size: 24px; color: $white; } &:hover, &:focus{ color: $white; } } .social-media{ display: inline-block; p{ a{ width: 30px; height: 30px; border-radius: 50%; margin-right: 4px; background: rgba(255,255,255,.1); background: $primary; span{ color: white; } &:hover{ background: $primary; span{ color: $white; } } } } } //REQUEST BUTTON .req-button{ a{ display: inline-block; padding-top: 2rem; padding-bottom: 2rem; padding-left: 23px; padding-right: 23px; text-transform: uppercase; font-weight: 500; background: $primary; color: $white; font-size: 12px; @include media-breakpoint-down(md){ padding-top: .9rem; padding-bottom: .9rem; border-radius: 4px; } } } .hero-wrap{ width: 100%; height: 100%; position: inherit; background-size: cover; background-repeat: no-repeat; background-position: top center; position: relative; @include media-breakpoint-down(lg){ background-position: center center !important; } .overlay{ position: absolute; // width: 50%; top: 0; left: 0; right: 0; bottom: 0; content: ''; opacity: .4; background: $black; } &.hero-wrap-2{ height: 500px; .overlay{ opacity: .5; } .slider-text{ height: 500px; h1{ font-weight: 400; font-size: 40px; } } } .slider-text{ h1 { color: $white; line-height: 1.2; font-family: $font-primary; @include media-breakpoint-down(md) { font-size: 40px; } span{ color: $primary; } } .subheading{ font-size: 15px; color: $primary; text-transform: uppercase; font-family: $font-primary; font-weight: 700; letter-spacing: 2px; } p { font-size: 18px; line-height: 1.5; color: rgba(255,255,255,.7); strong{ font-weight: 700; a{ color: $black; } } } .breadcrumbs{ font-size: 16px; font-weight: 400; margin-bottom: 20px; z-index: 99; span{ color: rgba(255,255,255,.5); i{ font-size: 12px; } a{ color: rgba(255,255,255,.7); &:hover, &:focus{ color: $primary; i{ color: $primary; } } } } } } } //OWL CAROUSEL .owl-carousel { position: relative; .owl-item { opacity: 1; &.active { opacity: 1; } } .owl-dots { text-align: center; .owl-dot { width: 10px; height: 10px; margin: 5px; border-radius: 50%; background: lighten($black, 90%); position: relative; &:after{ position: absolute; top: -2px; left: -2px; right: 0; bottom: 0; width: 14px; height: 14px; content: ''; border:1px solid lighten($black, 30%); @include border-radius(50%); } &:hover, &:focus{ outline: none !important; } &.active { background: lighten($black, 70%); &:after{ border-color: $white; } } } } &.home-slider { position: relative; height: 700px; z-index: 0; .slider-item { background-size: cover; background-repeat: no-repeat; background-position: center center; height: 700px; position: relative; z-index: 0; overflow: hidden; .overlay{ position: absolute; top: 0; bottom: 0; right: 0; background: $black; opacity: .2; width: 100%; // transform: skewX(20deg); padding: 0; z-index: 0; } @include media-breakpoint-down(lg){ background-position: center center !important; } .slider-text { height: 700px; position: relative; .text{ z-index: 0; color: rgba(255,255,255,.9); } h1 { font-size: 60px; font-weight: 300; color: $white; line-height: 1.3; text-shadow: 0px 3px 25px rgba(0,0,0,0.1); @include media-breakpoint-down(md) { font-size: 40px; letter-spacing: 3px; } } h2{ font-size: 16px; text-transform: uppercase; letter-spacing: 2px; font-family: $font-primary; font-weight: 600; color: $primary; display: inline-block; position: relative; letter-spacing: 4px; } } } .owl-nav { position: absolute; top: 50%; width: 100%; .owl-prev, .owl-next { position: absolute; transform: translateY(-50%); outline: none !important; @include transition(.3s); span { &:before { font-size: 30px; color: rgba(255,255,255,.5); @include transition(.3s); } } &:hover,&:focus{ span{ &:before{ color: $white; } } } opacity: 0; } .owl-prev { left: 0; margin-left: 0; } .owl-next { right: 0; margin-right: 0; } } &:hover{ .owl-nav{ .owl-prev, .owl-next{ opacity: 1; } .owl-prev { margin-left: 50px; } .owl-next { margin-right: 50px; } } } .owl-dots { position: absolute; left: 0; right: 0; bottom: 50px; width: 100%; text-align: center; @include media-breakpoint-down(sm){ bottom: 5px; } .owl-dot { width: 10px; height: 10px; margin: 5px; border-radius: 50%; background: rgba(255,255,255,.4); &.active { background: $white; } } } } } .owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; } //OWL CAROUSEL .owl-carousel { position: relative; .owl-item { opacity: .4; &.active { opacity: 1; } } .owl-nav { position: absolute; top: 50%; width: 100%; .owl-prev, .owl-next { position: absolute; transform: translateY(-50%); margin-top: -10px; color: $primary !important; @include transition(.7s); span { &:before { font-size: 30px; } } opacity: 0; } .owl-prev { left: 0; } .owl-next { right: 0; } } .owl-dots { text-align: center; .owl-dot { width: 10px; height: 10px; margin: 5px; border-radius: 50%; background: lighten($black, 90%); position: relative; &:after{ position: absolute; top: -2px; left: -2px; right: 0; bottom: 0; width: 14px; height: 14px; content: ''; border:1px solid lighten($black, 90%); @include border-radius(50%); } &.active { background: lighten($black, 70%); } } } &:hover{ .owl-nav{ .owl-prev, .owl-next{ opacity: 1; } .owl-prev { left: -25px; } .owl-next { right: -25px; } } } } .owl-custom-nav { float: right; position: relative; z-index: 10; border: 1px solid red; .owl-custom-prev, .owl-custom-next { padding: 10px; font-size: 30px; background: #ccc; line-height: 0; width: 60px; text-align: center; display: inline-block; } } .bg-light { background: #ebecf1!important; } .bg-primary{ background: $primary !important; } //BUTTON .btn { padding: 12px 16px; cursor: pointer; border-radius: 4px; box-shadow: none!important; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; &:hover, &:active, &:focus { outline: none; } &.btn-primary { background: $primary; border: 1px solid $primary; color: $white; &:hover { border: 1px solid $primary; background: transparent; color :$primary; } &.btn-outline-primary { border: 1px solid $primary; background: transparent; color :$primary; &:hover { border: 1px solid transparent; background: $primary; color :$white; } } } &.btn-white { background: $white; border: 1px solid $white; color: $black; &:hover { border: 1px solid $white; background: transparent; color :$white; } &.btn-outline-white { border: 1px solid $white; background: transparent; color :$white; &:hover { border: 1px solid transparent; background: $white; color :$black; } } } } .img-video{ background-position: top center !important; @include media-breakpoint-down(sm){ height: 400px; } } .icon-video{ width: 80px; height: 80px; background: $primary; animation: pulse 2s infinite; @include border-radius(50%); span{ font-size:20px; color: $white; } } .tabulation-2{ .nav-pills{ .nav-item{ .nav-link{ background: $white; border-radius: 4px; color: $black; font-weight: 500; -webkit-box-shadow: 0px 9px 21px -16px rgba(0,0,0,0.15); -moz-box-shadow: 0px 9px 21px -16px rgba(0,0,0,0.15); box-shadow: 0px 9px 21px -16px rgba(0,0,0,0.15); span{ color: $primary; } &.active{ color: $white; background: $primary; span{ color: $white; } } } } } .tab-content{ background: $white; padding: 20px; -webkit-box-shadow: 0px 9px 21px -16px rgba(0,0,0,0.15); -moz-box-shadow: 0px 9px 21px -16px rgba(0,0,0,0.15); box-shadow: 0px 9px 21px -16px rgba(0,0,0,0.15); } } //INTRO .intro-wrap{ @include media-breakpoint-up(lg){ margin-top: -50px; } } .bg-intro{ background: $primary; width: 100%; position: relative; &:after{ position: absolute; top: 0; right: 100%; bottom: 0; content: ''; width: 360%; background: $primary; // background: #333644; } @include media-breakpoint-down(md){ &:after{ background: transparent; display: none; } } .intro-box{ width: calc(100% - 240px); padding: 20px 0; @include media-breakpoint-down(md){ width: 100%; padding-left: 20px; padding-right: 20px; } h2{ display: block; color: $white; margin-left: 20px; span{ color: rgba(255,255,255,.4); } } .icon{ width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); i{ font-size: 24px; color: $white; } } } .btn-custom{ width: 240px; display: block; text-align: center; color: $black; @include media-breakpoint-down(sm){ width: 100%; padding: 20px 0; } span{ margin: 0 auto; } } h2{ font-size: 18px; margin-bottom: 0; } } //TABULATION SERVICES .tabulation{ .nav-pills{ .nav-item{ .nav-link{ background: $white; border-radius: 0; color: $black; font-weight: 500; font-size: 16px; line-height: 30px; border: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid $white; border-left: 1px solid $white; @include media-breakpoint-down(lg){ font-size: 13px; } span{ color: $black; font-size: 28px; } &.active{ color: $primary; background: $white; border: 1px solid $white; border-top: 1px solid rgba(0,0,0,.1); span{ color: $primary; } } } } } .tab-content{ background: $white; padding: 0; .img{ width: 100%; height: 300px; margin-bottom: 20px; } h3{ font-weight: 600; a{ color: $black; } } ul{ margin: 0; padding: 0; li{ list-style: none; margin: 0 0 7px 0; border: 1px solid rgba(0,0,0,.1); padding: 7px 10px; span.fa{ font-size: 12px; margin-right: 15px; color: $primary; } } } } } //SERVICES .services{ display: block; width: 100%; position: relative; @include transition(.3s); .d-block{ margin-bottom: 20px; } .icon{ line-height: 1.3; position: relative; width: 70px; height: 70px; margin: 0 auto; position: relative; z-index: 0; border-radius: 50%; background: $primary; -webkit-box-shadow: 0px 10px 30px -4px rgba(0,0,0,0.15); -moz-box-shadow: 0px 10px 30px -4px rgba(0,0,0,0.15); box-shadow: 0px 10px 30px -4px rgba(0,0,0,0.15); span{ font-size:40px; color: $white; } } .media-body{ h3{ font-weight: 500; font-size: 18px; color: $black; } } .btn-custom{ font-size: 12px; font-weight: 500; text-transform: uppercase; color: $black; border-bottom: 2px solid lighten($black,90%); &:hover{ color: $primary; border-color: $primary; } } } .services-2{ margin: 0; padding: 0; li{ list-style: none; span{ color: $primary; margin-right: 20px; } } } #section-counter{ position: relative; z-index: 0; } .ftco-counter { overflow-x: hidden; position: relative; padding: 4em 0; background: $primary; @include media-breakpoint-down(lg){ background-position: center center !important; } .block-18{ display: block; width: 100%; @include media-breakpoint-down(md){ margin-bottom: 2em; } } .text{ position: relative; @include media-breakpoint-down(sm){ width: 100%; } .icon{ width: 80px; height: 80px; border-radius: 50%; background: $white; margin: 0 auto; position: relative; margin-bottom: 20px; span{ font-size: 30px; font-weight: normal; color: $primary; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); } } .number{ line-height: 1; font-weight: 500; font-size: 38px; color: $white; display: block; margin-bottom: 10px; } span{ text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.7); } } .counter-wrap{ @include media-breakpoint-down(sm){ margin-bottom: 20px; } } } //BOOK APPOINTMENT .ftco-appointment{ position: relative; z-index: 3; } .heading-title{ padding: 28px; h2{ color: $white; font-size: 20px; } @include media-breakpoint-up(xl){ margin-top: -85px; } } .appointment{ position: relative; .form-group{ position: relative; width: 100%; display: block; .icon { position: absolute; top: 50% !important; right: 15px; font-size: 16px; transform: translateY(-50%); span{ font-size: 14px; color: rgba(0,0,0,.5) !important; } } .select-wrap, .input-wrap { position: relative; select { appearance: none; } } .btn{ width: 100%; display: block !important; } } .form-control { border: 1px solid rgba(0,0,0,.1); background: rgba(255,255,255,1)!important; color: rgba(0,0,0,.8)!important; font-size: 14px; font-weight: 500; border-radius: 4px; box-shadow: none!important; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: rgba(0,0,0,.8); } &::-moz-placeholder { /* Firefox 19+ */ color: rgba(0,0,0,.8); } &:-ms-input-placeholder { /* IE 10+ */ color: rgba(0,0,0,.8); } &:-moz-placeholder { /* Firefox 18- */ color: rgba(0,0,0,.8); } &:focus, &:active { } } textarea.form-control { height: inherit!important; } } //PROJECT .work { display: block; width: 100%; height: 270px; margin-bottom: 0; background-position: top center !important; z-index: 0; position: relative; &:after{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; background: $black; opacity: 0; z-index: 0; @include transition(.3s); } .text{ opacity: 0; span{ color: rgba(255,255,255,.5); } } h2{ color: $white; line-height: 1.2; font-size: 18px; a{ color: $white; } } .desc{ z-index: 1; } .icon{ position: absolute; top: 20px; right: 20px; width: 30px; height: 30px; content: ''; z-index: 1; background: $white; // transform: translate(50%, 50%); // margin-top: -70px; opacity: 0; @include border-radius(50%); @include transition(.3s); span{ color: $primary; } } &:hover{ &:after{ opacity: .8; } .icon{ opacity: 1; } .text{ opacity: 1; } } } .ftco-social{ padding: 0; li{ list-style: none; margin-right: 10px; display: inline-block; } } .form-control { height: 52px!important; background: $white!important; color: $black!important; font-size: 14px; border-radius: 5px; box-shadow: none!important; &:focus, &:active { border-color: $black; } } textarea.form-control { height: inherit!important; } .ftco-vh-100 { height: 100vh; @include media-breakpoint-down(lg) { height: inherit; padding-top: 5em; padding-bottom: 5em; } } .ftco-animate { opacity: 0; visibility: hidden; } //ABOUT SINGLE .about-author{ img{ } .desc{ h3{ font-size: 24px; } } .bio{ } } .ftco-section { padding: 7em 0; position: relative; @include media-breakpoint-down(sm){ padding: 6em 0; } } .ftco-bg-dark { background: #3c312e; } .ftco-no-pt{ padding-top: 0 !important; } .ftco-no-pb{ padding-bottom: 0 !important; } //PRICING .block-7 { border-radius: 4px; margin-bottom: 30px; padding: 30px 0; background: $white; -webkit-box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.05); -moz-box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.05); box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.05); @include transition(.3s); @include media-breakpoint-down(md){ margin-top: 30px; } .heading-2 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; } .price { margin: 0; padding: 0; display: block; background: rgba(0,0,0,.05); @include transition(.3s); sup { font-size: 24px; top: -1em; color: lighten($black,70%); } .number { font-size: 60px; font-weight: 300; color: $black; } &.active{ background: $primary; sup{ color: $white; } .number{ color: $white; } } } .excerpt { margin-bottom: 20px; color: $black; text-transform: uppercase; font-size: 11px; letter-spacing: 2px; font-weight: 600; } .label2 { text-transform: uppercase; } .pricing-text { &{ padding: 30px 30px 0 30px; margin: 0; } li { list-style: none; margin-bottom: 15px; color: lighten($black,60%); span.fa{ color: $secondary; } } } .btn-primary{ color: $white; // border: transparent; text-transform: uppercase; font-style: 16px; font-weight: 600; letter-spacing: 1px; position: absolute; bottom: 0; left: 0; right: 0; width: 60%; margin: 0 auto; &:hover, &:focus{ background: $primary !important; color: $white; } } &:hover, &:focus{ -webkit-box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.11); -moz-box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.11); box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.11); .price{ background: $primary; sup{ color: $white; } .number{ color: $white; } } } } //FOOTER .footer{ overflow: hidden; background: #252525; .logo{ font-size: 20px !important; font-weight: 600 !important; line-height: 1; a{ color: $white; span{ color: $primary; } } } .ftco-footer-widget { h2 { font-weight: normal; color: $white; margin-bottom: 40px; font-size: 18px; font-weight: 500; } ul{ li{ a{ // color: rgba(255,255,255,.4); color: $white; span{ color: $white; } &:hover{ color: $primary; span{ color: $primary; } } } } } .btn-primary{ background: $white !important; border: 2px solid $white !important; &:hover{ background: $white; border: 2px solid $white !important; } } } p { color: rgba($white, .7); } a { color: rgba($white, .7); &:hover { color: $white; } } .opening-hours{ h4{ color: $primary; font-size: 12px; text-transform: uppercase; font-weight: 700; } p{ span{ color: rgba(255,255,255,.9); } } } } .ftco-footer-social { li { list-style: none; margin: 0 10px 0 0; display: inline-block; a { height: 40px; width: 40px; display: block; float: left; background: rgba($white, .05); border-radius: 50%; position: relative; span { position: absolute; font-size: 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); } &:hover { color: $white; } } } } .footer-small-nav { > li { display: inline-block; a { margin: 0 10px 10px 0; &:hover, &:focus { color: $primary; } } } } @-webkit-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba($primary, 0.4); } 70% { -webkit-box-shadow: 0 0 0 30px rgba($primary, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba($primary, 0); } } @keyframes pulse { 0% { -moz-box-shadow: 0 0 0 0 rgba($primary, 0.4); box-shadow: 0 0 0 0 rgba($primary, 0.4); } 70% { -moz-box-shadow: 0 0 0 30px rgba($primary, 0); box-shadow: 0 0 0 30px rgba($primary, 0); } 100% { -moz-box-shadow: 0 0 0 0 rgba($primary, 0); box-shadow: 0 0 0 0 rgba($primary, 0); } } .heading-section{ .subheading{ font-size: 12px; display: block; font-weight: 700; color: $primary; text-transform: uppercase; letter-spacing: 2px; } h2{ font-size: 34px; font-weight: 500; @include media-breakpoint-down(sm){ font-size: 28px; } } &.heading-section-white{ .subheading{ color: $black; } h2{ color: $black; } p{ color: rgba(255,255,255,.9); } } } //COVER BG .img, .blog-img, .user-img{ width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; } .aside-stretch-right{ background: $primary; &:after{ position: absolute; top: 0; left: 100%; bottom: 0; content: ''; width: 360%; background: $primary; } @include media-breakpoint-down(sm){ background: transparent; &:after{ background: transparent; display: none; } } } //TESTIMONY .testimony-section{ position: relative; .owl-carousel{ margin: 0; } .owl-carousel .owl-stage-outer{ padding: 20px 0 2em 0; position: relative; } .owl-nav { position: absolute; top: 100%; width: 100%; .owl-prev, .owl-next { position: absolute; transform: translateY(-50%); margin-top: -10px; outline: none !important; @include transition(.3s); span { &:before { font-size: 30px; color: rgba(0,0,0,.5); @include transition(.3s); } } &:hover,&:focus{ span{ &:before{ color: $white; } } } opacity: 0; } .owl-prev { left: 50%; margin-left: -80px; } .owl-next { right: 50%; margin-right: -80px; } } &:hover{ .owl-nav{ .owl-prev, .owl-next{ opacity: 1; } .owl-prev { left: 50%; margin-left: -80px; } .owl-next { right: 50%; margin-right: -80px; } } } .owl-dots { text-align: center; .owl-dot { width: 10px; height: 10px; margin: 5px; border-radius: 50%; background: rgba(0,0,0,.1); &.active { background: $primary; &:after{ border-color: $primary; } } } } } .testimony-wrap{ display: block; position: relative; background: rgba(255,255,255,1); padding: 0 20px; border-radius: 5px; border: 1px solid rgba(0,0,0,.02); -webkit-box-shadow: 0px 30px 33px -41px rgba(0,0,0,0.24); -moz-box-shadow: 0px 30px 33px -41px rgba(0,0,0,0.24); box-shadow: 0px 30px 33px -41px rgba(0,0,0,0.24); .icon{ position: absolute; top: -20px; left: 20px; width: 40px; height: 40px; border-radius: 50%; background: $primary; span{ color: $white; } } .user-img{ width: 80px; height: 80px; position: relative; @include border-radius(50%); } .name{ font-weight: 500; font-size: 20px; margin-bottom: 0; color: $black; } .position{ font-size: 14px; color: lighten($black,20%); } } // magnific pop up .image-popup { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; } //blocks .block-20 { overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: center center; height: 250px; position: relative; display: block; } .blog-entry{ @include media-breakpoint-up(md){ margin-bottom: 40px; } @include media-breakpoint-down(sm){ margin-bottom: 30px; } .text { position: relative; width: 92%; margin: 0 auto; margin-top: -40px; background: $white; -webkit-box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.05); -moz-box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.05); box-shadow: 0px 24px 48px -13px rgba(0,0,0,0.05); .author{ width: 48px; height: 48px; border-radius: 50%; } .desc{ width: calc(100% - 48px); span{ display: block; &:first-child(){ color: lighten($black,70%) } &:last-child(){ font-weight: 500; color: $primary; } } } .heading { font-size: 18px; margin-bottom: 16px; font-weight: 500; a { color: $black; &:hover, &:focus, &:active { color: $primary; } } } } .btn-custom{ font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; color: darken($primary,10%); } } .block-23 { ul { padding: 0; li { &, > a { display: table; line-height: 1.5; margin-bottom: 15px; } span{ color: rgba($white, .7); } .icon, .text { display: table-cell; vertical-align: top; } .icon { width: 40px; font-size: 18px; padding-top: 2px; color: rgba($white, 1); } } } } .block-27 { ul { padding: 0; margin: 0; li { display: inline-block; margin-bottom: 4px; font-weight: 400; a,span { color: lighten($black,50%); text-align: center; display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; border: 1px solid lighten($black,90%); } &.active { a, span { background: $primary; color: $white; border: 1px solid transparent; } } } } } //CONTACT FORM .wrapper{ width: 100%; -webkit-box-shadow: 0px 21px 41px -13px rgba(0,0,0,0.18); -moz-box-shadow: 0px 21px 41px -13px rgba(0,0,0,0.18); box-shadow: 0px 21px 41px -13px rgba(0,0,0,0.18); } .contact-wrap{ background: $white; } .info-wrap{ h3{ color: $white; } .dbox{ width: 100%; color: rgba(255,255,255,.8); margin-bottom: 25px; &:last-child(){ margin-bottom: 0; } p{ margin-bottom: 0; span{ font-weight: 600; color: $white; } a{ color: $white; } } .icon{ width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.1); span{ font-size: 20px; color: $white; } } .text{ width: calc(100% - 50px); } } } .contactForm{ .form-control{ border: 2px solid rgba(0,0,0,.05) !important; } } #map { height: 500px; width: 100%; @include media-breakpoint-down(sm) { height: 300px; } } //### .block-21 .block-21 { .blog-img{ display: block; height: 80px; width: 80px; } .text { width: calc(100% - 100px); .heading { font-size: 16px; font-weight: 400; a { color: $black; &:hover, &:active, &:focus { color: $primary; } } } .meta { > div { display: inline-block; font-size: 12px; margin-right: 5px; a { color: lighten($black, 50%); } } } } } /* Blog*/ .post-info { font-size: 12px; text-transform: uppercase; font-weight: bold; color: $white; letter-spacing: .1em; > div { display: inline-block; .seperator { display: inline-block; margin: 0 10px; opacity: .5; } } } .tagcloud { a { text-transform: uppercase; display: inline-block; padding: 4px 10px; margin-bottom: 7px; margin-right: 4px; border-radius: 4px; color: $black; border: 1px solid #ccc; font-size :11px; &:hover { border: 1px solid #000; } } } .comment-form-wrap { clear: both; } .comment-list { padding: 0; margin: 0; .children { padding: 50px 0 0 40px; margin: 0; float: left; width: 100%; } li { padding: 0; margin: 0 0 30px 0; float: left; width: 100%; clear: both; list-style: none; .vcard { width: 80px; float: left; img { width: 50px; border-radius: 50%; } } .comment-body { float: right; width: calc(100% - 80px); h3 { font-size: 20px; } .meta { text-transform: uppercase; font-size: 13px; letter-spacing: .1em; color: $primary; font-weight: 500; margin-bottom: 20px; } .reply { padding: 5px 10px; background: lighten($black, 90%); color: $black; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; font-weight: 400; border-radius: 4px; &:hover { color: $white; background: lighten($black, 0%); } } } } } .search-form { .form-group { position: relative; input { padding-right: 50px; font-size: 14px; } } .fa { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } } // SIDEBAR .sidebar-box { margin-bottom: 40px; font-size: 15px; width: 100%; float: left; background: $white; *:last-child { margin-bottom: 0; } h3 { font-size: 18px; margin-bottom: 15px; font-weight: 500; } } .categories, .sidelink { li { position: relative; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid gray('300'); list-style: none; &:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; } a { display: block; color: lighten($black,10%); span { position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #ccc; font-size: 12px; } &:hover,&:focus{ outline: none; color: $primary; } } &.active { a { color: $primary; span{ color: $primary; } } } } } #ftco-loader { position: fixed; width: 96px; height: 96px; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: rgba(255,255,255,0.9); box-shadow: 0px 24px 64px rgba(0,0,0,0.24); border-radius:16px; opacity: 0; visibility: hidden; transition: opacity .2s ease-out, visibility 0s linear .2s; z-index:1000; } #ftco-loader.fullscreen { padding: 0; left: 0; top: 0; width: 100%; height: 100%; transform: none; background-color: #fff; border-radius: 0; box-shadow: none; } #ftco-loader.show { transition: opacity .4s ease-out, visibility 0s linear 0s; visibility: visible; opacity: 1; } #ftco-loader .circular { animation: loader-rotate 2s linear infinite; position: absolute; left: calc(50% - 24px); top: calc(50% - 24px); display: block; transform: rotate(0deg); } #ftco-loader .path { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: loader-dash 1.5s ease-in-out infinite; stroke-linecap: round; } @keyframes loader-rotate { 100% { transform: rotate(360deg); } } @keyframes loader-dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -136px; } }