@import "variables.scss"; /* ----------------------------------- ** Blog -------------------------------------*/ .blog-section{ padding-bottom: 28px; } /* blog style one */ .blog-style-one{ padding:35px 35px 23px 35px; text-align: center; border:1px solid $border; position: relative; margin-bottom: 90px; transition: .3s; .image{ margin-bottom: 35px; overflow: hidden; img{ @extend .t3s; } } .date{ position: absolute; border: 1px solid $border; text-align: center; text-transform: uppercase; min-width: 140px; bottom:-20px; padding:7px 15px; left:calc(50% - 70px); background: #fff; border-radius: 30px; @extend .t3s; } &:hover{ border-color: $base; .date{ border-color: $base; } .image{ img{ transform: rotate(10deg) scale(1.4); } } } } /* Blog style Two */ .blog-style-two-section{ padding-bottom: 38px; } .blog-style-two{ position: relative; background: $white; text-align: center; margin-bottom: 90px; @extend .t3s; .image{ position: relative; img{ width:100%; } } .blog-text{ padding:30px 40px 25px 30px; } .date{ width:135px; height: 135px; position: absolute; background: $white; text-align: center; left: 0; right: 0; margin-left: auto; margin-right: auto; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; border-radius: 100%; font-size: 18px; color:$black; text-transform: uppercase; padding: 20px; z-index: 1; } .kal-button{ color:$black; &:hover{ color:$white; } } &:hover{ box-shadow: 0 25px 45px rgba(0,0,0,.15); } } /* ----------------------------------- ** Sidebar -------------------------------------*/ .sidebar{ border:1px solid $border; padding:50px; } .widget-search{ .input-search{ position: relative; input{ background: transparent; border-width:0 0 1px 0; padding-left: 0; } .submit-button{ position: absolute; background: transparent; border:0; z-index: 2; bottom:8px; right:0px; color: $black; } } } .widget{ margin-bottom: 75px; } .widget-title{ padding-bottom: 17px; } .category-list{ ul{ padding-left: 20px; } li{ list-style: disc; padding-bottom: 13px; &:last-child{ padding-bottom: 0; } } } .widget-most-commented{ .text{ padding-top: 10px; h5{ font-weight: 400; margin-bottom: 5px; } } } .widget-recent-post{ .latest-news-item{ .image{ width:60px; } .text{ margin-left: 77px; h5{ font-size: 13px; } } } } .widget-tags{ } .tag-list{ a{ display: inline-block; margin-right: 7px; margin-bottom: 8px; border:1px solid $border; padding:3px 15px; border-radius: 20px; font-size: 12px; &:hover{ border-color: $base; } &:last-child{ margin-right: 0; } } } /* ----------------------------------- ** End Sidebar -------------------------------------*/ /* ----------------------------------- ** Blog Detail -------------------------------------*/ .tag-and-share{ display: flex; width:100%; justify-content: space-between; .social-share{ display: flex; span{ padding-right: 15px; } li{ display: inline-block; padding-right:15px; &:last-child{ padding-right: 0; } } } .tag-list{ margin-bottom: 30px; } // .tag-list{ // margin-right: auto; // width:50%; // } // { // display: flex; // width:50%; // margin-left: auto; // } } .blog-meta{ margin-bottom: 30px; .date{ font-size: 18px; } } .blog-detail-quote{ padding: 10px 50px 10px 0; .icon{ width:100px; font-size: 30px; float: left; padding-left: 50px; padding-top: 7px; } .text{ margin-left: 100px; blockquote{ padding:0; border:0; font-size: 18px; line-height: 30px; } } } .comment-list{ list-style: none; ol{ padding-left: 120px; list-style: none; } } .replay-button{ i{ padding-right: 15px; } } .comments-title{ color:$bcolor; margin-bottom: 50px; font-weight: 400; } .single-comment{ display: table; margin-bottom: 30px; .image{ width:100px; border-right:1px solid $border; padding-top: 6px; img{ width:70px; } } .text{ padding-left: 25px; h4{ margin-bottom: 3px; } } .image, .text{ display: table-cell; vertical-align: top; } .date{ margin-bottom: 12px; display: block; } } .comment-form{ input,textarea{ margin-bottom: 20px; } } .comment-respond{ padding-top: 45px; } .comment-reply-title{ margin-bottom: 33px; color:$bcolor; font-weight: 400; } /* ----------------------------------- ** End Blog Detail -------------------------------------*/ /* ----------------------------------- ** Contact Us -------------------------------------*/ .kalkulate-map-location-informatrion{ border:1px solid $border; margin-bottom: 70px; padding:40px 35px; .heading{ padding: 25px 0; position: relative; margin-bottom: 30px; &:before{ position: absolute; left:0; bottom:0; width:40px; height: 2px; background: $base; content: ''; } h4{ margin-bottom: 0; } } h5{ font-size: 13px; text-transform: uppercase; } .small-text{ line-height: 18px; } .direct-contact{ padding-top: 25px; strong{ display: inline-block; width:90px; } } .kalkulate{ float: left; width:340px; } .kal-map-location,.kalkulate{ } } #mapContainer{ height: 400px; } /* ----------------------------------- ** End Contact Us -------------------------------------*/ /* ----------------------------------- ** 404 -------------------------------------*/ .error-text{ max-width: 655px; margin-left: auto; margin-right: auto; .error-404{ font-size: 243px; font-weight: 700; line-height: 200px; margin-bottom: 50px; } h2{ font-weight: 300; margin-bottom: 12px; } .kal-button{ font-size: 16px; min-width: 220px; margin:10px; } .two-buttons{ padding-top: 20px; } } /* ----------------------------------- ** End 404 -------------------------------------*/ /* ----------------------------------- ** Preloader -------------------------------------*/ .preloader { background: $base; position: fixed; width: 100%; height: 100%; z-index: 9999; left: 0; top: 0; } .preloader .ball-scale-multiple { position: relative; top: 50%; left: 50%; } @-webkit-keyframes ball-scale-ripple-multiple { 0% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 1; } 70% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.7; } 100% { opacity: 0.0; } } @keyframes ball-scale-ripple-multiple { 0% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 1; } 70% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.7; } 100% { opacity: 0.0; } } .ball-scale-ripple-multiple { position: relative; -webkit-transform: translateY(-25px); -ms-transform: translateY(-25px); transform: translateY(-25px); } .ball-scale-ripple-multiple > div:nth-child(0) { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .ball-scale-ripple-multiple > div:nth-child(1) { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .ball-scale-ripple-multiple > div:nth-child(2) { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .ball-scale-ripple-multiple > div:nth-child(3) { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .ball-scale-ripple-multiple > div { -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; top: -2px; left: -26px; width: 50px; height: 50px; border-radius: 100%; border: 2px solid #fff; -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); } @-webkit-keyframes ball-beat { 50% { opacity: 0.2; -webkit-transform: scale(0.75); transform: scale(0.75); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes ball-beat { 50% { opacity: 0.2; -webkit-transform: scale(0.75); transform: scale(0.75); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .ball-beat > div { background-color: #fff; width: 15px; height: 15px; border-radius: 100%; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; display: inline-block; -webkit-animation: ball-beat 0.7s 0s infinite linear; animation: ball-beat 0.7s 0s infinite linear; } .ball-beat > div:nth-child(2n-1) { -webkit-animation-delay: -0.35s !important; animation-delay: -0.35s !important; } @-webkit-keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } 5% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } @keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } 5% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } .ball-scale-multiple { position: relative; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); } .ball-scale-multiple > div:nth-child(2) { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .ball-scale-multiple > div:nth-child(3) { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .ball-scale-multiple > div { background-color: #fff; width: 15px; height: 15px; border-radius: 100%; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; left: -30px; top: 0px; opacity: 0; margin: 0; width: 60px; height: 60px; -webkit-animation: ball-scale-multiple 1s 0s linear infinite; animation: ball-scale-multiple 1s 0s linear infinite; } /* ----------------------------------- ** End Preloader -------------------------------------*/ /* ----------------------------------- ** Color Swhicher -------------------------------------*/ .color-shicher-wraper { position: fixed; top: 50%; left: -160px; z-index: 999; -webkit-transform: translateY(-120%); -ms-transform: translateY(-120%); transform: translateY(-120%); display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; transition: .3s; } .color-shicher-wraper .setting-button-wrapper button { border-radius: 0 3px 3px 0; box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1); color: #fff; position: relative; display: inline-block; width: 40px; height: 40px; padding: 0; border: 0; cursor: pointer; transition: all .2s; background: white; &:focus{ outline: 0; } } .color-shicher-wraper .setting-button-wrapper button:before { content: ""; display: inline-block; height: 100%; width: 100%; background-size: 50%; background-position: center; background-repeat: no-repeat; background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3OC43MDMgNDc4LjcwMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc4LjcwMyA0NzguNzAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ1NC4yLDE4OS4xMDFsLTMzLjYtNS43Yy0zLjUtMTEuMy04LTIyLjItMTMuNS0zMi42bDE5LjgtMjcuN2M4LjQtMTEuOCw3LjEtMjcuOS0zLjItMzguMWwtMjkuOC0yOS44ICAgIGMtNS42LTUuNi0xMy04LjctMjAuOS04LjdjLTYuMiwwLTEyLjEsMS45LTE3LjEsNS41bC0yNy44LDE5LjhjLTEwLjgtNS43LTIyLjEtMTAuNC0zMy44LTEzLjlsLTUuNi0zMy4yICAgIGMtMi40LTE0LjMtMTQuNy0yNC43LTI5LjItMjQuN2gtNDIuMWMtMTQuNSwwLTI2LjgsMTAuNC0yOS4yLDI0LjdsLTUuOCwzNGMtMTEuMiwzLjUtMjIuMSw4LjEtMzIuNSwxMy43bC0yNy41LTE5LjggICAgYy01LTMuNi0xMS01LjUtMTcuMi01LjVjLTcuOSwwLTE1LjQsMy4xLTIwLjksOC43bC0yOS45LDI5LjhjLTEwLjIsMTAuMi0xMS42LDI2LjMtMy4yLDM4LjFsMjAsMjguMSAgICBjLTUuNSwxMC41LTkuOSwyMS40LTEzLjMsMzIuN2wtMzMuMiw1LjZjLTE0LjMsMi40LTI0LjcsMTQuNy0yNC43LDI5LjJ2NDIuMWMwLDE0LjUsMTAuNCwyNi44LDI0LjcsMjkuMmwzNCw1LjggICAgYzMuNSwxMS4yLDguMSwyMi4xLDEzLjcsMzIuNWwtMTkuNywyNy40Yy04LjQsMTEuOC03LjEsMjcuOSwzLjIsMzguMWwyOS44LDI5LjhjNS42LDUuNiwxMyw4LjcsMjAuOSw4LjdjNi4yLDAsMTIuMS0xLjksMTcuMS01LjUgICAgbDI4LjEtMjBjMTAuMSw1LjMsMjAuNyw5LjYsMzEuNiwxM2w1LjYsMzMuNmMyLjQsMTQuMywxNC43LDI0LjcsMjkuMiwyNC43aDQyLjJjMTQuNSwwLDI2LjgtMTAuNCwyOS4yLTI0LjdsNS43LTMzLjYgICAgYzExLjMtMy41LDIyLjItOCwzMi42LTEzLjVsMjcuNywxOS44YzUsMy42LDExLDUuNSwxNy4yLDUuNWwwLDBjNy45LDAsMTUuMy0zLjEsMjAuOS04LjdsMjkuOC0yOS44YzEwLjItMTAuMiwxMS42LTI2LjMsMy4yLTM4LjEgICAgbC0xOS44LTI3LjhjNS41LTEwLjUsMTAuMS0yMS40LDEzLjUtMzIuNmwzMy42LTUuNmMxNC4zLTIuNCwyNC43LTE0LjcsMjQuNy0yOS4ydi00Mi4xICAgIEM0NzguOSwyMDMuODAxLDQ2OC41LDE5MS41MDEsNDU0LjIsMTg5LjEwMXogTTQ1MS45LDI2MC40MDFjMCwxLjMtMC45LDIuNC0yLjIsMi42bC00Miw3Yy01LjMsMC45LTkuNSw0LjgtMTAuOCw5LjkgICAgYy0zLjgsMTQuNy05LjYsMjguOC0xNy40LDQxLjljLTIuNyw0LjYtMi41LDEwLjMsMC42LDE0LjdsMjQuNywzNC44YzAuNywxLDAuNiwyLjUtMC4zLDMuNGwtMjkuOCwyOS44Yy0wLjcsMC43LTEuNCwwLjgtMS45LDAuOCAgICBjLTAuNiwwLTEuMS0wLjItMS41LTAuNWwtMzQuNy0yNC43Yy00LjMtMy4xLTEwLjEtMy4zLTE0LjctMC42Yy0xMy4xLDcuOC0yNy4yLDEzLjYtNDEuOSwxNy40Yy01LjIsMS4zLTkuMSw1LjYtOS45LDEwLjhsLTcuMSw0MiAgICBjLTAuMiwxLjMtMS4zLDIuMi0yLjYsMi4yaC00Mi4xYy0xLjMsMC0yLjQtMC45LTIuNi0yLjJsLTctNDJjLTAuOS01LjMtNC44LTkuNS05LjktMTAuOGMtMTQuMy0zLjctMjguMS05LjQtNDEtMTYuOCAgICBjLTIuMS0xLjItNC41LTEuOC02LjgtMS44Yy0yLjcsMC01LjUsMC44LTcuOCwyLjVsLTM1LDI0LjljLTAuNSwwLjMtMSwwLjUtMS41LDAuNWMtMC40LDAtMS4yLTAuMS0xLjktMC44bC0yOS44LTI5LjggICAgYy0wLjktMC45LTEtMi4zLTAuMy0zLjRsMjQuNi0zNC41YzMuMS00LjQsMy4zLTEwLjIsMC42LTE0LjhjLTcuOC0xMy0xMy44LTI3LjEtMTcuNi00MS44Yy0xLjQtNS4xLTUuNi05LTEwLjgtOS45bC00Mi4zLTcuMiAgICBjLTEuMy0wLjItMi4yLTEuMy0yLjItMi42di00Mi4xYzAtMS4zLDAuOS0yLjQsMi4yLTIuNmw0MS43LTdjNS4zLTAuOSw5LjYtNC44LDEwLjktMTBjMy43LTE0LjcsOS40LTI4LjksMTcuMS00MiAgICBjMi43LTQuNiwyLjQtMTAuMy0wLjctMTQuNmwtMjQuOS0zNWMtMC43LTEtMC42LTIuNSwwLjMtMy40bDI5LjgtMjkuOGMwLjctMC43LDEuNC0wLjgsMS45LTAuOGMwLjYsMCwxLjEsMC4yLDEuNSwwLjVsMzQuNSwyNC42ICAgIGM0LjQsMy4xLDEwLjIsMy4zLDE0LjgsMC42YzEzLTcuOCwyNy4xLTEzLjgsNDEuOC0xNy42YzUuMS0xLjQsOS01LjYsOS45LTEwLjhsNy4yLTQyLjNjMC4yLTEuMywxLjMtMi4yLDIuNi0yLjJoNDIuMSAgICBjMS4zLDAsMi40LDAuOSwyLjYsMi4ybDcsNDEuN2MwLjksNS4zLDQuOCw5LjYsMTAsMTAuOWMxNS4xLDMuOCwyOS41LDkuNyw0Mi45LDE3LjZjNC42LDIuNywxMC4zLDIuNSwxNC43LTAuNmwzNC41LTI0LjggICAgYzAuNS0wLjMsMS0wLjUsMS41LTAuNWMwLjQsMCwxLjIsMC4xLDEuOSwwLjhsMjkuOCwyOS44YzAuOSwwLjksMSwyLjMsMC4zLDMuNGwtMjQuNywzNC43Yy0zLjEsNC4zLTMuMywxMC4xLTAuNiwxNC43ICAgIGM3LjgsMTMuMSwxMy42LDI3LjIsMTcuNCw0MS45YzEuMyw1LjIsNS42LDkuMSwxMC44LDkuOWw0Miw3LjFjMS4zLDAuMiwyLjIsMS4zLDIuMiwyLjZ2NDIuMUg0NTEuOXoiIGZpbGw9IiMwMDAwMDAiLz4KCQk8cGF0aCBkPSJNMjM5LjQsMTM2LjAwMWMtNTcsMC0xMDMuMyw0Ni4zLTEwMy4zLDEwMy4zczQ2LjMsMTAzLjMsMTAzLjMsMTAzLjNzMTAzLjMtNDYuMywxMDMuMy0xMDMuM1MyOTYuNCwxMzYuMDAxLDIzOS40LDEzNi4wMDEgICAgeiBNMjM5LjQsMzE1LjYwMWMtNDIuMSwwLTc2LjMtMzQuMi03Ni4zLTc2LjNzMzQuMi03Ni4zLDc2LjMtNzYuM3M3Ni4zLDM0LjIsNzYuMyw3Ni4zUzI4MS41LDMxNS42MDEsMjM5LjQsMzE1LjYwMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); -webkit-animation: settingRotate 4s linear infinite; animation: settingRotate 4s linear infinite; } .color-shicher-wraper.show-color { left: 0; } .swhicher-button { box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); background: #fff; padding: 20px 10px; border-radius: 0 3px 3px 0; } .swhicher-button button { width: 40px; height: 40px; border-radius: 3px; border: 0; margin: 4px 2px; &:focus{ outline: 0; } } @-webkit-keyframes settingRotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes settingRotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }