Optimize all assets to speed up
|
@ -1,210 +1 @@
|
|||
::-moz-selection {
|
||||
background: #faf1d5;
|
||||
}
|
||||
::selection {
|
||||
background: #faf1d5;
|
||||
}
|
||||
.overlay.color span.bg {
|
||||
background: rgba(231, 185, 47, 0.8);
|
||||
}
|
||||
a.hover:hover {
|
||||
border-bottom: 1px solid #e7b92f;
|
||||
}
|
||||
a {
|
||||
color: #e7b92f;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
color: #e7b92f;
|
||||
}
|
||||
.color-wrapper {
|
||||
background: #e7b92f;
|
||||
}
|
||||
.navbar-nav .nav-link:hover,
|
||||
.navbar-nav .nav-link.active,
|
||||
.navbar-nav .nav-link.highlighted {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.navbar .social-mute a:hover i {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.btn {
|
||||
background: #e7b92f;
|
||||
}
|
||||
.btn:hover,
|
||||
.btn:focus,
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
background: #daa508;
|
||||
}
|
||||
.btn.btn-border {
|
||||
border: 2px solid #e7b92f;
|
||||
color: #e7b92f;
|
||||
}
|
||||
.btn.btn-border:hover,
|
||||
.btn.btn-border:focus,
|
||||
.btn.btn-border:active,
|
||||
.btn.btn-border.active {
|
||||
border: 2px solid #e7b92f;
|
||||
background: #e7b92f;
|
||||
color: #FFF;
|
||||
}
|
||||
.btn-group .dropdown-menu>li>a:hover,
|
||||
.btn-group .dropdown-menu>li>a:focus {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.image-list li a:hover {
|
||||
color: #e7b92f
|
||||
}
|
||||
.list-group-item.active {
|
||||
background-color: #e7b92f;
|
||||
border-color: #e7b92f
|
||||
}
|
||||
.cbp-filter-item.cbp-filter-item-active,
|
||||
.cbp-filter-item:hover {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet:hover,
|
||||
.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
||||
background: #e7b92f
|
||||
}
|
||||
.post-title a:hover,
|
||||
.more:hover,
|
||||
.meta a:hover {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.post-nav-wrapper a:hover {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.sidebox a:not(.btn):hover {
|
||||
color: #e7b92f
|
||||
}
|
||||
#comments .info h6 a:hover {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.social-mute a:hover i {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.inverse-text .social-mute a:hover i {
|
||||
color: rgba(255, 255, 255, 0.75) !important;
|
||||
}
|
||||
.icon-color {
|
||||
color: #e7b92f
|
||||
}
|
||||
.box.box-border:hover,
|
||||
.box.box-border:hover:before {
|
||||
border-color: #e7b92f
|
||||
}
|
||||
.overlay.caption-dark .meta a:hover {
|
||||
color: #e7b92f !important;
|
||||
}
|
||||
.accordion-wrapper.lined .card-header a,
|
||||
.accordion-wrapper.lined .card-header a:hover,
|
||||
.accordion-wrapper.lined .card-header a.collapsed:hover {
|
||||
color: #e7b92f;
|
||||
border-color: #e7b92f;
|
||||
}
|
||||
.nav-tabs .nav-item.show .nav-link,
|
||||
.nav-tabs .nav-item .nav-link:hover,
|
||||
.nav-tabs .nav-item .nav-link.active {
|
||||
color: #e7b92f;
|
||||
border-color: #e7b92f !important;
|
||||
}
|
||||
.tooltip-inner {
|
||||
background-color: #e7b92f;
|
||||
}
|
||||
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
|
||||
.tooltip.bs-tooltip-top .arrow::before {
|
||||
border-top-color: #e7b92f;
|
||||
}
|
||||
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
|
||||
.tooltip.bs-tooltip-right .arrow::before {
|
||||
border-right-color: #e7b92f;
|
||||
}
|
||||
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
|
||||
.tooltip.bs-tooltip-bottom .arrow::before {
|
||||
border-bottom-color: #e7b92f;
|
||||
}
|
||||
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
|
||||
.tooltip.bs-tooltip-left .arrow::before {
|
||||
border-left-color: #e7b92f;
|
||||
}
|
||||
textarea:focus,
|
||||
textarea.form-control:focus,
|
||||
input[type="text"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="datetime"]:focus,
|
||||
input[type="datetime-local"]:focus,
|
||||
input[type="date"]:focus,
|
||||
input[type="month"]:focus,
|
||||
input[type="time"]:focus,
|
||||
input[type="week"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="url"]:focus,
|
||||
input[type="search"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
input[type="color"]:focus,
|
||||
.uneditable-input:focus {
|
||||
border-color: #e7b92f
|
||||
}
|
||||
.custom-control-input:active~.custom-control-label::before,
|
||||
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
|
||||
.custom-radio .custom-control-input:checked~.custom-control-label::before {
|
||||
background-color: #e7b92f
|
||||
}
|
||||
.ratings:after {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.pagination ul>li>a:hover,
|
||||
.pagination ul>.active>a {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.pagination.bordered ul>li>a:hover,
|
||||
.pagination.bordered ul>.active>a {
|
||||
color: #e7b92f;
|
||||
}
|
||||
.page-navi:not(.bg) a:hover {
|
||||
color: #e7b92f
|
||||
}
|
||||
.inverse-text .pagination:not(.bg) ul>li>a:hover,
|
||||
.inverse-text .page-navi:not(.bg) a:hover,
|
||||
.inverse-text .nav-tabs .nav-link:hover,
|
||||
.inverse-text .cbp-filter-item:hover {
|
||||
color: #e7b92f !important;
|
||||
}
|
||||
.inverse-text .accordion-wrapper.lined .card-header a:hover,
|
||||
.inverse-text .tabs-wrapper:not(.lined) .nav-tabs .nav-link:not(.active):hover {
|
||||
color: #e7b92f !important;
|
||||
border-color: #e7b92f !important;
|
||||
}
|
||||
.inverse-text .box.box-border:hover,
|
||||
.inverse-text .box.box-border:hover:before {
|
||||
border-color: #e7b92f
|
||||
}
|
||||
.color-default,
|
||||
.list-default>li:before,
|
||||
.list-default i {
|
||||
color: #e7b92f !important;
|
||||
}
|
||||
.bg-default {
|
||||
background-color: #e7b92f !important;
|
||||
}
|
||||
.border-default {
|
||||
border-color: #e7b92f !important;
|
||||
}
|
||||
.progressbar.default svg path:last-child {
|
||||
stroke: #e7b92f !important;
|
||||
}
|
||||
.progressbar.border.default {
|
||||
border-color: #e7b92f !important;
|
||||
}
|
||||
.circle.default .progressbar-text {
|
||||
color: #e7b92f !important;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.navbar-nav>li>.dropdown-menu {
|
||||
border-top: 2px solid #e7b92f;
|
||||
}
|
||||
}
|
||||
::-moz-selection{background:#faf1d5}::selection{background:#faf1d5}.overlay.color span.bg{background:rgba(231,185,47,.8)}a.hover:hover{border-bottom:1px solid #e7b92f}a{color:#e7b92f}a:hover,a:focus{text-decoration:none;color:#e7b92f}.color-wrapper{background:#e7b92f}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active,.navbar-nav .nav-link.highlighted{color:#e7b92f}.navbar .social-mute a:hover i{color:#e7b92f}.btn{background:#e7b92f}.btn:hover,.btn:focus,.btn:active,.btn.active{background:#daa508}.btn.btn-border{border:2px solid #e7b92f;color:#e7b92f}.btn.btn-border:hover,.btn.btn-border:focus,.btn.btn-border:active,.btn.btn-border.active{border:2px solid #e7b92f;background:#e7b92f;color:#FFF}.btn-group .dropdown-menu>li>a:hover,.btn-group .dropdown-menu>li>a:focus{color:#e7b92f}.image-list li a:hover{color:#e7b92f}.list-group-item.active{background-color:#e7b92f;border-color:#e7b92f}.cbp-filter-item.cbp-filter-item-active,.cbp-filter-item:hover{color:#e7b92f}.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet:hover,.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#e7b92f}.post-title a:hover,.more:hover,.meta a:hover{color:#e7b92f}.post-nav-wrapper a:hover{color:#e7b92f}.sidebox a:not(.btn):hover{color:#e7b92f}#comments .info h6 a:hover{color:#e7b92f}.social-mute a:hover i{color:#e7b92f}.inverse-text .social-mute a:hover i{color:rgba(255,255,255,.75)!important}.icon-color{color:#e7b92f}.box.box-border:hover,.box.box-border:hover:before{border-color:#e7b92f}.overlay.caption-dark .meta a:hover{color:#e7b92f!important}.accordion-wrapper.lined .card-header a,.accordion-wrapper.lined .card-header a:hover,.accordion-wrapper.lined .card-header a.collapsed:hover{color:#e7b92f;border-color:#e7b92f}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-item .nav-link:hover,.nav-tabs .nav-item .nav-link.active{color:#e7b92f;border-color:#e7b92f!important}.tooltip-inner{background-color:#e7b92f}.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.bs-tooltip-top .arrow::before{border-top-color:#e7b92f}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.bs-tooltip-right .arrow::before{border-right-color:#e7b92f}.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.bs-tooltip-bottom .arrow::before{border-bottom-color:#e7b92f}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.bs-tooltip-left .arrow::before{border-left-color:#e7b92f}textarea:focus,textarea.form-control:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:#e7b92f}.custom-control-input:active~.custom-control-label::before,.custom-checkbox .custom-control-input:checked~.custom-control-label::before,.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#e7b92f}.ratings:after{color:#e7b92f}.pagination ul>li>a:hover,.pagination ul>.active>a{color:#e7b92f}.pagination.bordered ul>li>a:hover,.pagination.bordered ul>.active>a{color:#e7b92f}.page-navi:not(.bg) a:hover{color:#e7b92f}.inverse-text .pagination:not(.bg) ul>li>a:hover,.inverse-text .page-navi:not(.bg) a:hover,.inverse-text .nav-tabs .nav-link:hover,.inverse-text .cbp-filter-item:hover{color:#e7b92f!important}.inverse-text .accordion-wrapper.lined .card-header a:hover,.inverse-text .tabs-wrapper:not(.lined) .nav-tabs .nav-link:not(.active):hover{color:#e7b92f!important;border-color:#e7b92f!important}.inverse-text .box.box-border:hover,.inverse-text .box.box-border:hover:before{border-color:#e7b92f}.color-default,.list-default>li:before,.list-default i{color:#e7b92f!important}.bg-default{background-color:#e7b92f!important}.border-default{border-color:#e7b92f!important}.progressbar.default svg path:last-child{stroke:#e7b92f!important}.progressbar.border.default{border-color:#e7b92f!important}.circle.default .progressbar-text{color:#e7b92f!important}@media (min-width:992px){.navbar-nav>li>.dropdown-menu{border-top:2px solid #e7b92f}}
|
7
assets/css/css-bootstrap.min.css
vendored
|
@ -1,60 +1 @@
|
|||
.rs-addon-strip .tp-bgimg,
|
||||
.rs-addon-strip .tp-kbimg-wrap {
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
.rs-addon-strip-wrap {
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 99;
|
||||
|
||||
}
|
||||
|
||||
.rs-addon-strip-horizontal {
|
||||
|
||||
width: auto;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
.rs-addon-strip-vertical {
|
||||
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
}
|
||||
|
||||
.rs-addon-strip-wrap ,
|
||||
.rs-addon-strip-img {
|
||||
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none
|
||||
-ms-user-select: none
|
||||
user-select: none;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
touch-callout: none;
|
||||
|
||||
}
|
||||
|
||||
.rs-addon-strip-horizontal .rs-addon-strip-img {
|
||||
|
||||
display: inline-block;
|
||||
width: auto !important;
|
||||
height: inherit;
|
||||
vertical-align: top;
|
||||
|
||||
}
|
||||
|
||||
.rs-addon-strip-vertical .rs-addon-strip-img {
|
||||
|
||||
width: 100% !important;
|
||||
height: auto;
|
||||
|
||||
}
|
||||
.rs-addon-strip .tp-bgimg,.rs-addon-strip .tp-kbimg-wrap{display:none}.rs-addon-strip-wrap{position:absolute;top:0;left:0;z-index:99}.rs-addon-strip-horizontal{width:auto;height:100%;display:inline-block;white-space:nowrap}.rs-addon-strip-vertical{width:100%;height:auto}.rs-addon-strip-wrap,.rs-addon-strip-img{-webkit-user-select:none;-moz-user-select:none -ms-user-select:none user-select:none;-webkit-touch-callout:none;touch-callout:none}.rs-addon-strip-horizontal .rs-addon-strip-img{display:inline-block;width:auto!important;height:inherit;vertical-align:top}.rs-addon-strip-vertical .rs-addon-strip-img{width:100%!important;height:auto}
|
|
@ -1,18 +1 @@
|
|||
.tp-caption[data-typewriter]:after {
|
||||
|
||||
position: absolute;
|
||||
|
||||
}
|
||||
|
||||
.tp-caption[data-typewriter-blinking]:after {
|
||||
|
||||
position: static;
|
||||
|
||||
}
|
||||
|
||||
@keyframes tp-typewriter {
|
||||
|
||||
from {visibility: visible}
|
||||
to {visibility: hidden}
|
||||
|
||||
}
|
||||
.tp-caption[data-typewriter]:after{position:absolute}.tp-caption[data-typewriter-blinking]:after{position:static}@keyframes tp-typewriter{from{visibility:visible}to{visibility:hidden}}
|
|
@ -1,345 +1 @@
|
|||
body,
|
||||
.font-body,
|
||||
.map-info *,
|
||||
.meta,
|
||||
a.more,
|
||||
.cbp-filter-item,
|
||||
.swiper-slide .caption-bg p,
|
||||
.nav-tabs .nav-link,
|
||||
.tabs-wrapper.filtered .nav-tabs .nav-link,
|
||||
.countdown p,
|
||||
.counter p,
|
||||
.blockquote-footer {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.font-title,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.lead,
|
||||
.lead2,
|
||||
.badge,
|
||||
blockquote p,
|
||||
.btn,
|
||||
.navbar,
|
||||
.tp-caption:not(.font-body):not(.font-title),
|
||||
.erinyen .tp-tab-title,
|
||||
.overlay-nav li a,
|
||||
.page-navi a,
|
||||
.pagination ul>li>a {
|
||||
font-family: 'Roboto Slab', serif;
|
||||
}
|
||||
.erinyen .tp-tab-title {
|
||||
font-weight: 400;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #303030;
|
||||
font-weight: 400;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
}
|
||||
h2,
|
||||
.overlay-info figcaption h3,
|
||||
.swiper-col3-full h2.post-title {
|
||||
font-size: 26px;
|
||||
line-height: 36px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 24px;
|
||||
line-height: 34px;
|
||||
}
|
||||
h4 {
|
||||
font-size: 22px;
|
||||
line-height: 32px;
|
||||
}
|
||||
h5 {
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
}
|
||||
h6 {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
}
|
||||
h6.post-title {
|
||||
font-size: 16px;
|
||||
line-height: 26px;
|
||||
}
|
||||
h1.text-uppercase,
|
||||
h2.text-uppercase,
|
||||
h3.text-uppercase,
|
||||
h4.text-uppercase,
|
||||
h5.text-uppercase,
|
||||
h6.text-uppercase {
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
h1.text-uppercase {
|
||||
font-size: 24px;
|
||||
line-height: 34px;
|
||||
}
|
||||
h2.text-uppercase {
|
||||
font-size: 22px;
|
||||
line-height: 32px;
|
||||
}
|
||||
h3.text-uppercase {
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
}
|
||||
h4.text-uppercase {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
}
|
||||
h5.text-uppercase {
|
||||
font-size: 16px;
|
||||
line-height: 26px;
|
||||
}
|
||||
h6.text-uppercase {
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
}
|
||||
h1.post-title,
|
||||
.classic-view h2.post-title {
|
||||
font-size: 32px;
|
||||
line-height: 42px;
|
||||
}
|
||||
h2.post-title {
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 26px;
|
||||
line-height: 36px;
|
||||
}
|
||||
.section-title.larger {
|
||||
font-size: 32px;
|
||||
line-height: 42px;
|
||||
}
|
||||
.section-title-upper {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.section-title-upper.larger {
|
||||
font-size: 22px;
|
||||
line-height: 32px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.title-color {
|
||||
font-size: 13px;
|
||||
line-height: 23px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 3px;
|
||||
}
|
||||
.heading {
|
||||
font-size: 40px;
|
||||
line-height: 52px;
|
||||
}
|
||||
.sub-heading {
|
||||
font-size: 32px;
|
||||
line-height: 44px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.sub-heading2 {
|
||||
font-weight: 300;
|
||||
font-size: 28px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.lead {
|
||||
font-size: 19px;
|
||||
line-height: 31px;
|
||||
font-weight: 300;
|
||||
}
|
||||
.lead.larger {
|
||||
font-size: 22px;
|
||||
line-height: 34px;
|
||||
font-weight: 300;
|
||||
}
|
||||
.lead2 {
|
||||
font-size: 17px;
|
||||
line-height: 27px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.navbar-nav .nav-link {
|
||||
font-size: 16px;
|
||||
letter-spacing: normal;
|
||||
color: #404040;
|
||||
}
|
||||
.dropdown-item,
|
||||
.mega-menu-content a {
|
||||
font-size: 15px;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
.navbar.text-uppercase .navbar-nav .nav-link {
|
||||
font-size: 13px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
.navbar.text-uppercase .dropdown-item,
|
||||
.navbar.text-uppercase .mega-menu-content a {
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.meta,
|
||||
a.more,
|
||||
.text-muted,
|
||||
.meta span:after,
|
||||
.meta * {
|
||||
color: #999;
|
||||
}
|
||||
.meta,
|
||||
a.more {
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
.meta.larger {
|
||||
font-size: 17px;
|
||||
}
|
||||
.meta.price.price-l {
|
||||
font-size: 20px;
|
||||
}
|
||||
.widget-title {
|
||||
font-size: 13px;
|
||||
line-height: 25px;
|
||||
letter-spacing: 2px;
|
||||
font-weight: 700;
|
||||
}
|
||||
::-moz-selection {
|
||||
color: #303030;
|
||||
}
|
||||
::selection {
|
||||
color: #303030;
|
||||
}
|
||||
.dropcap,
|
||||
.navbar .social-mute a i,
|
||||
.btn.btn-white,
|
||||
.btn.btn-white:hover,
|
||||
.btn.btn-white:focus,
|
||||
.btn.btn-white:active,
|
||||
.btn.btn-white.active,
|
||||
.btn.btn-border.btn-white:hover,
|
||||
.btn.btn-border.btn-white:focus,
|
||||
.btn.btn-border.btn-white:active,
|
||||
.btn.btn-border.btn-white.active,
|
||||
.btn-group .dropdown-menu .dropdown-item,
|
||||
.cocoen-drag::before,
|
||||
.social-mute a i,
|
||||
.accordion-wrapper .card-header a,
|
||||
.accordion-wrapper.lined .card-header a.collapsed,
|
||||
.nav-tabs .nav-link,
|
||||
.popover-header,
|
||||
label:not(.custom-control-label),
|
||||
.custom-select-wrapper:before,
|
||||
.pagination ul>li>a,
|
||||
.page-navi:not(.bg) a,
|
||||
.glyphs.css-mapping i:before {
|
||||
color: #303030;
|
||||
}
|
||||
.swiper-slide .link-wrapper .link a,
|
||||
.swiper-slide .link-wrapper .link a:hover,
|
||||
.overlay.caption-dark *,
|
||||
.overlay.light figcaption *,
|
||||
.overlay-info a.btn-white,
|
||||
.color-dark,
|
||||
.list-dark>li:before,
|
||||
.list-dark i,
|
||||
.border-dark {
|
||||
color: #303030 !important;
|
||||
}
|
||||
.hamburger:before,
|
||||
.hamburger span,
|
||||
.hamburger:after,
|
||||
.overlay1.light:before,
|
||||
.overlay1.light:after,
|
||||
.overlay2.light:before,
|
||||
.overlay2.light:after {
|
||||
background-color: #303030;
|
||||
}
|
||||
.bg-dark {
|
||||
background-color: #303030 !important
|
||||
}
|
||||
.progressbar.border.dark {
|
||||
border-color: #303030 !important;
|
||||
}
|
||||
.dropcap,
|
||||
.cbp-filter-item,
|
||||
.icon .number,
|
||||
label:not(.custom-control-label) {
|
||||
font-weight: 600;
|
||||
}
|
||||
.navbar-nav .nav-link,
|
||||
.navbar.text-uppercase .navbar-nav .nav-link,
|
||||
.dropdown-item,
|
||||
.mega-menu-content a,
|
||||
.overlay-nav li a,
|
||||
.btn,
|
||||
.badge,
|
||||
.page-navi a,
|
||||
.pagination ul>li>a, {
|
||||
font-weight: 700;
|
||||
}
|
||||
.cbp-filter-item,
|
||||
.tabs-wrapper.filtered .nav-tabs .nav-link {
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
.counter h3 {
|
||||
font-size: 40px;
|
||||
}
|
||||
.counter p {
|
||||
font-size: 17px;
|
||||
line-height: 23px;
|
||||
}
|
||||
blockquote p {
|
||||
font-size: 19px;
|
||||
line-height: 31px;
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
.blockquote-footer {
|
||||
letter-spacing: normal;
|
||||
font-size: 16px;
|
||||
line-height: 28px;
|
||||
color: #606060;
|
||||
font-weight: normal;
|
||||
}
|
||||
blockquote.larger p {
|
||||
font-size: 28px;
|
||||
line-height: 40px;
|
||||
color: #606060;
|
||||
}
|
||||
.icon .number {
|
||||
font-size: 26px;
|
||||
}
|
||||
.pagination ul>li>a {
|
||||
font-size: 16px;
|
||||
}
|
||||
.btn,
|
||||
.page-navi a,
|
||||
.nav-tabs .nav-link,
|
||||
.accordion-wrapper .card-header>* {
|
||||
font-size: 16px;
|
||||
letter-spacing: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
.nav-tabs .nav-link {
|
||||
font-weight: 500;
|
||||
}
|
||||
.tag-list .btn {
|
||||
font-size: 14px;
|
||||
}
|
||||
.newsletter-wrapper input {
|
||||
width: calc(100% - 100px) !important;
|
||||
}
|
||||
.badge {
|
||||
text-transform: none;
|
||||
font-weight: 700;
|
||||
font-size: 12px;
|
||||
}
|
||||
body,.font-body,.map-info *,.meta,a.more,.cbp-filter-item,.swiper-slide .caption-bg p,.nav-tabs .nav-link,.tabs-wrapper.filtered .nav-tabs .nav-link,.countdown p,.counter p,.blockquote-footer{font-family:'Roboto',sans-serif}.font-title,h1,h2,h3,h4,h5,h6,.lead,.lead2,.badge,blockquote p,.btn,.navbar,.tp-caption:not(.font-body):not(.font-title),.erinyen .tp-tab-title,.overlay-nav li a,.page-navi a,.pagination ul>li>a{font-family:'Roboto Slab',serif}.erinyen .tp-tab-title{font-weight:400}h1,h2,h3,h4,h5,h6{color:#303030;font-weight:400;letter-spacing:normal}h1{font-size:28px;line-height:38px}h2,.overlay-info figcaption h3,.swiper-col3-full h2.post-title{font-size:26px;line-height:36px}h3{font-size:24px;line-height:34px}h4{font-size:22px;line-height:32px}h5{font-size:20px;line-height:30px}h6{font-size:18px;line-height:28px}h6.post-title{font-size:16px;line-height:26px}h1.text-uppercase,h2.text-uppercase,h3.text-uppercase,h4.text-uppercase,h5.text-uppercase,h6.text-uppercase{letter-spacing:1px}h1.text-uppercase{font-size:24px;line-height:34px}h2.text-uppercase{font-size:22px;line-height:32px}h3.text-uppercase{font-size:20px;line-height:30px}h4.text-uppercase{font-size:18px;line-height:28px}h5.text-uppercase{font-size:16px;line-height:26px}h6.text-uppercase{font-size:14px;line-height:24px}h1.post-title,.classic-view h2.post-title{font-size:32px;line-height:42px}h2.post-title{font-size:20px;line-height:30px}.section-title{font-size:26px;line-height:36px}.section-title.larger{font-size:32px;line-height:42px}.section-title-upper{font-size:18px;line-height:28px;letter-spacing:1px}.section-title-upper.larger{font-size:22px;line-height:32px;letter-spacing:1px}.title-color{font-size:13px;line-height:23px;font-weight:700;letter-spacing:3px}.heading{font-size:40px;line-height:52px}.sub-heading{font-size:32px;line-height:44px;font-weight:400}.sub-heading2{font-weight:300;font-size:28px;line-height:40px}.lead{font-size:19px;line-height:31px;font-weight:300}.lead.larger{font-size:22px;line-height:34px;font-weight:300}.lead2{font-size:17px;line-height:27px;font-weight:400}.navbar-nav .nav-link{font-size:16px;letter-spacing:normal;color:#404040}.dropdown-item,.mega-menu-content a{font-size:15px;letter-spacing:normal}.navbar.text-uppercase .navbar-nav .nav-link{font-size:13px;letter-spacing:2px}.navbar.text-uppercase .dropdown-item,.navbar.text-uppercase .mega-menu-content a{letter-spacing:1px}.meta,a.more,.text-muted,.meta span:after,.meta *{color:#999}.meta,a.more{font-weight:500;letter-spacing:.5px}.meta.larger{font-size:17px}.meta.price.price-l{font-size:20px}.widget-title{font-size:13px;line-height:25px;letter-spacing:2px;font-weight:700}::-moz-selection{color:#303030}::selection{color:#303030}.dropcap,.navbar .social-mute a i,.btn.btn-white,.btn.btn-white:hover,.btn.btn-white:focus,.btn.btn-white:active,.btn.btn-white.active,.btn.btn-border.btn-white:hover,.btn.btn-border.btn-white:focus,.btn.btn-border.btn-white:active,.btn.btn-border.btn-white.active,.btn-group .dropdown-menu .dropdown-item,.cocoen-drag::before,.social-mute a i,.accordion-wrapper .card-header a,.accordion-wrapper.lined .card-header a.collapsed,.nav-tabs .nav-link,.popover-header,label:not(.custom-control-label),.custom-select-wrapper:before,.pagination ul>li>a,.page-navi:not(.bg) a,.glyphs.css-mapping i:before{color:#303030}.swiper-slide .link-wrapper .link a,.swiper-slide .link-wrapper .link a:hover,.overlay.caption-dark *,.overlay.light figcaption *,.overlay-info a.btn-white,.color-dark,.list-dark>li:before,.list-dark i,.border-dark{color:#303030!important}.hamburger:before,.hamburger span,.hamburger:after,.overlay1.light:before,.overlay1.light:after,.overlay2.light:before,.overlay2.light:after{background-color:#303030}.bg-dark{background-color:#303030!important}.progressbar.border.dark{border-color:#303030!important}.dropcap,.cbp-filter-item,.icon .number,label:not(.custom-control-label){font-weight:600}.navbar-nav .nav-link,.navbar.text-uppercase .navbar-nav .nav-link,.dropdown-item,.mega-menu-content a,.overlay-nav li a,.btn,.badge,.page-navi a,.pagination ul>li>a,{font-weight:700}.cbp-filter-item,.tabs-wrapper.filtered .nav-tabs .nav-link{font-weight:500;letter-spacing:.5px}.counter h3{font-size:40px}.counter p{font-size:17px;line-height:23px}blockquote p{font-size:19px;line-height:31px;font-weight:300;font-style:normal}.blockquote-footer{letter-spacing:normal;font-size:16px;line-height:28px;color:#606060;font-weight:400}blockquote.larger p{font-size:28px;line-height:40px;color:#606060}.icon .number{font-size:26px}.pagination ul>li>a{font-size:16px}.btn,.page-navi a,.nav-tabs .nav-link,.accordion-wrapper .card-header>*{font-size:16px;letter-spacing:normal;text-transform:none}.nav-tabs .nav-link{font-weight:500}.tag-list .btn{font-size:14px}.newsletter-wrapper input{width:calc(100% - 100px)!important}.badge{text-transform:none;font-weight:700;font-size:12px}
|
|
@ -1,51 +1 @@
|
|||
body,
|
||||
.font-body,
|
||||
.map-info *,
|
||||
.font-title,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.lead,
|
||||
.lead2,
|
||||
.badge,
|
||||
.blockquote-footer,
|
||||
.navbar,
|
||||
.btn,
|
||||
.tp-caption:not(.font-body):not(.font-title),
|
||||
.erinyen .tp-tab-title,
|
||||
.cbp-filter-item,
|
||||
.meta,
|
||||
a.more,
|
||||
.swiper-slide .caption-bg p,
|
||||
.overlay-nav li a,
|
||||
.nav-tabs .nav-link,
|
||||
.tabs-wrapper.filtered .nav-tabs .nav-link,
|
||||
.countdown p,
|
||||
.counter p,
|
||||
.page-navi a {
|
||||
font-family: 'Overpass', sans-serif;
|
||||
}
|
||||
.navbar-nav .nav-link {
|
||||
font-size: 16px;
|
||||
}
|
||||
.dropdown-item,
|
||||
.mega-menu-content a {
|
||||
font-size: 15px;
|
||||
}
|
||||
.navbar.text-uppercase .navbar-nav .nav-link {
|
||||
font-size: 14px;
|
||||
}
|
||||
.navbar.text-uppercase .dropdown-item,
|
||||
.navbar.text-uppercase .mega-menu-content a {
|
||||
font-size: 13px;
|
||||
}
|
||||
.btn {
|
||||
font-size: 14px;
|
||||
}
|
||||
blockquote.larger p {
|
||||
font-size: 24px;
|
||||
line-height: 38px;
|
||||
}
|
||||
body,.font-body,.map-info *,.font-title,h1,h2,h3,h4,h5,h6,.lead,.lead2,.badge,.blockquote-footer,.navbar,.btn,.tp-caption:not(.font-body):not(.font-title),.erinyen .tp-tab-title,.cbp-filter-item,.meta,a.more,.swiper-slide .caption-bg p,.overlay-nav li a,.nav-tabs .nav-link,.tabs-wrapper.filtered .nav-tabs .nav-link,.countdown p,.counter p,.page-navi a{font-family:'Overpass',sans-serif}.navbar-nav .nav-link{font-size:16px}.dropdown-item,.mega-menu-content a{font-size:15px}.navbar.text-uppercase .navbar-nav .nav-link{font-size:14px}.navbar.text-uppercase .dropdown-item,.navbar.text-uppercase .mega-menu-content a{font-size:13px}.btn{font-size:14px}blockquote.larger p{font-size:24px;line-height:38px}
|
|
@ -1,273 +1 @@
|
|||
body,
|
||||
.font-body,
|
||||
.map-info *,
|
||||
.lead,
|
||||
.lead2,
|
||||
.blockquote-footer,
|
||||
.tp-caption:not(.font-body):not(.font-title),
|
||||
.erinyen .tp-tab-title,
|
||||
.cbp-filter-item,
|
||||
.meta,
|
||||
a.more,
|
||||
.swiper-slide .caption-bg p,
|
||||
.overlay-nav li a,
|
||||
.nav-tabs .nav-link,
|
||||
.tabs-wrapper.filtered .nav-tabs .nav-link,
|
||||
.countdown p,
|
||||
.counter p,
|
||||
.page-navi a {
|
||||
font-family: 'Muli', sans-serif;
|
||||
}
|
||||
.font-title,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.navbar,
|
||||
.btn,
|
||||
.badge {
|
||||
font-family: 'Vidaloka', serif;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
letter-spacing: normal;
|
||||
font-weight: normal;
|
||||
color: #303030;
|
||||
}
|
||||
.btn {
|
||||
letter-spacing: 1px;
|
||||
font-weight: normal;
|
||||
}
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
}
|
||||
h2,
|
||||
.overlay-info figcaption h3,
|
||||
.swiper-col3-full h2.post-title {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 26px;
|
||||
line-height: 36px;
|
||||
}
|
||||
h4 {
|
||||
font-size: 24px;
|
||||
line-height: 34px;
|
||||
}
|
||||
h5 {
|
||||
font-size: 22px;
|
||||
line-height: 32px;
|
||||
}
|
||||
h6 {
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.overlay-info figcaption h2:not(.section-title) {
|
||||
font-size: 42px;
|
||||
line-height: 52px;
|
||||
}
|
||||
h1.text-uppercase,
|
||||
h2.text-uppercase,
|
||||
h3.text-uppercase,
|
||||
h4.text-uppercase,
|
||||
h5.text-uppercase,
|
||||
h6.text-uppercase {
|
||||
letter-spacing: normal;
|
||||
}
|
||||
h1.text-uppercase {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
}
|
||||
h2.text-uppercase {
|
||||
font-size: 26px;
|
||||
line-height: 36px;
|
||||
}
|
||||
h3.text-uppercase {
|
||||
font-size: 24px;
|
||||
line-height: 34px;
|
||||
}
|
||||
h4.text-uppercase {
|
||||
font-size: 22px;
|
||||
line-height: 32px;
|
||||
}
|
||||
h5.text-uppercase {
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
}
|
||||
h6.text-uppercase {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
}
|
||||
h1.post-title,
|
||||
.classic-view h2.post-title {
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
}
|
||||
h2.post-title {
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
}
|
||||
h6.post-title {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.title-color {
|
||||
font-size: 16px;
|
||||
line-height: 26px;
|
||||
}
|
||||
.heading {
|
||||
font-size: 42px;
|
||||
line-height: 54px;
|
||||
}
|
||||
.sub-heading {
|
||||
font-size: 34px;
|
||||
line-height: 46px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.section-title.larger {
|
||||
font-size: 34px;
|
||||
line-height: 44px;
|
||||
}
|
||||
.section-title-upper {
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.section-title-upper.larger {
|
||||
font-size: 24px;
|
||||
line-height: 34px;
|
||||
}
|
||||
.lead {
|
||||
font-size: 19px;
|
||||
line-height: 31px;
|
||||
}
|
||||
.lead2 {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.lead.larger {
|
||||
font-size: 21px;
|
||||
line-height: 33px;
|
||||
}
|
||||
.navbar-nav .nav-link {
|
||||
font-size: 17px;
|
||||
font-weight: normal;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
.dropdown-item,
|
||||
.mega-menu-content a {
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
.navbar.text-uppercase .navbar-nav .nav-link {
|
||||
font-size: 14px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.navbar.text-uppercase .dropdown-item,
|
||||
.navbar.text-uppercase .mega-menu-content a {
|
||||
font-size: 13px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
blockquote p {
|
||||
font-size: 18px;
|
||||
line-height: 30px;
|
||||
font-weight: 300;
|
||||
}
|
||||
blockquote.larger p {
|
||||
font-size: 26px;
|
||||
line-height: 38px;
|
||||
}
|
||||
.blockquote-footer {
|
||||
font-weight: 600;
|
||||
font-size: 15px;
|
||||
line-height: 23px;
|
||||
}
|
||||
.btn {
|
||||
font-size: 14px;
|
||||
}
|
||||
.tag-list .btn {
|
||||
font-size: 13px;
|
||||
}
|
||||
.widget-title {
|
||||
font-size: 16px;
|
||||
line-height: 26px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.counter p {
|
||||
font-size: 15px;
|
||||
line-height: 21px;
|
||||
}
|
||||
.nav-tabs .nav-link,
|
||||
.accordion-wrapper .card-header>* {
|
||||
font-size: 15px;
|
||||
}
|
||||
::-moz-selection {
|
||||
color: #303030;
|
||||
}
|
||||
::selection {
|
||||
color: #303030;
|
||||
}
|
||||
.dropcap,
|
||||
.navbar .social-mute a i,
|
||||
.btn.btn-white,
|
||||
.btn.btn-white:hover,
|
||||
.btn.btn-white:focus,
|
||||
.btn.btn-white:active,
|
||||
.btn.btn-white.active,
|
||||
.btn.btn-border.btn-white:hover,
|
||||
.btn.btn-border.btn-white:focus,
|
||||
.btn.btn-border.btn-white:active,
|
||||
.btn.btn-border.btn-white.active,
|
||||
.navbar-nav .nav-link,
|
||||
.btn-group .dropdown-menu .dropdown-item,
|
||||
.cocoen-drag::before,
|
||||
.social-mute a i,
|
||||
.accordion-wrapper .card-header a,
|
||||
.accordion-wrapper.lined .card-header a.collapsed,
|
||||
.nav-tabs .nav-link,
|
||||
.popover-header,
|
||||
label:not(.custom-control-label),
|
||||
.custom-select-wrapper:before,
|
||||
.pagination ul>li>a,
|
||||
.page-navi:not(.bg) a,
|
||||
.glyphs.css-mapping i:before {
|
||||
color: #303030;
|
||||
}
|
||||
.swiper-slide .link-wrapper .link a,
|
||||
.swiper-slide .link-wrapper .link a:hover,
|
||||
.overlay.caption-dark *,
|
||||
.overlay.light figcaption *,
|
||||
.overlay-info a.btn-white,
|
||||
.color-dark,
|
||||
.list-dark>li:before,
|
||||
.list-dark i,
|
||||
.border-dark {
|
||||
color: #303030 !important;
|
||||
}
|
||||
.hamburger:before,
|
||||
.hamburger span,
|
||||
.hamburger:after,
|
||||
.overlay1.light:before,
|
||||
.overlay1.light:after,
|
||||
.overlay2.light:before,
|
||||
.overlay2.light:after {
|
||||
background-color: #303030;
|
||||
}
|
||||
.bg-dark {
|
||||
background-color: #303030 !important
|
||||
}
|
||||
.progressbar.border.dark {
|
||||
border-color: #303030 !important;
|
||||
}
|
||||
body,.font-body,.map-info *,.lead,.lead2,.blockquote-footer,.tp-caption:not(.font-body):not(.font-title),.erinyen .tp-tab-title,.cbp-filter-item,.meta,a.more,.swiper-slide .caption-bg p,.overlay-nav li a,.nav-tabs .nav-link,.tabs-wrapper.filtered .nav-tabs .nav-link,.countdown p,.counter p,.page-navi a{font-family:'Muli',sans-serif}.font-title,h1,h2,h3,h4,h5,h6,.navbar,.btn,.badge{font-family:'Vidaloka',serif}h1,h2,h3,h4,h5,h6{letter-spacing:normal;font-weight:400;color:#303030}.btn{letter-spacing:1px;font-weight:400}h1{font-size:30px;line-height:40px}h2,.overlay-info figcaption h3,.swiper-col3-full h2.post-title{font-size:28px;line-height:38px}h3{font-size:26px;line-height:36px}h4{font-size:24px;line-height:34px}h5{font-size:22px;line-height:32px}h6{font-size:20px;line-height:30px}.overlay-info figcaption h2:not(.section-title){font-size:42px;line-height:52px}h1.text-uppercase,h2.text-uppercase,h3.text-uppercase,h4.text-uppercase,h5.text-uppercase,h6.text-uppercase{letter-spacing:normal}h1.text-uppercase{font-size:28px;line-height:38px}h2.text-uppercase{font-size:26px;line-height:36px}h3.text-uppercase{font-size:24px;line-height:34px}h4.text-uppercase{font-size:22px;line-height:32px}h5.text-uppercase{font-size:20px;line-height:30px}h6.text-uppercase{font-size:18px;line-height:28px}h1.post-title,.classic-view h2.post-title{font-size:30px;line-height:40px}h2.post-title{font-size:20px;line-height:30px}h6.post-title{font-size:18px;line-height:28px}.title-color{font-size:16px;line-height:26px}.heading{font-size:42px;line-height:54px}.sub-heading{font-size:34px;line-height:46px}.section-title{font-size:30px;line-height:40px}.section-title.larger{font-size:34px;line-height:44px}.section-title-upper{font-size:20px;line-height:30px}.section-title-upper.larger{font-size:24px;line-height:34px}.lead{font-size:19px;line-height:31px}.lead2{font-size:18px;line-height:28px;font-weight:600}.lead.larger{font-size:21px;line-height:33px}.navbar-nav .nav-link{font-size:17px;font-weight:400;letter-spacing:normal}.dropdown-item,.mega-menu-content a{font-size:16px;font-weight:400;letter-spacing:normal}.navbar.text-uppercase .navbar-nav .nav-link{font-size:14px;letter-spacing:1px}.navbar.text-uppercase .dropdown-item,.navbar.text-uppercase .mega-menu-content a{font-size:13px;letter-spacing:1px}blockquote p{font-size:18px;line-height:30px;font-weight:300}blockquote.larger p{font-size:26px;line-height:38px}.blockquote-footer{font-weight:600;font-size:15px;line-height:23px}.btn{font-size:14px}.tag-list .btn{font-size:13px}.widget-title{font-size:16px;line-height:26px;letter-spacing:1px}.counter p{font-size:15px;line-height:21px}.nav-tabs .nav-link,.accordion-wrapper .card-header>*{font-size:15px}::-moz-selection{color:#303030}::selection{color:#303030}.dropcap,.navbar .social-mute a i,.btn.btn-white,.btn.btn-white:hover,.btn.btn-white:focus,.btn.btn-white:active,.btn.btn-white.active,.btn.btn-border.btn-white:hover,.btn.btn-border.btn-white:focus,.btn.btn-border.btn-white:active,.btn.btn-border.btn-white.active,.navbar-nav .nav-link,.btn-group .dropdown-menu .dropdown-item,.cocoen-drag::before,.social-mute a i,.accordion-wrapper .card-header a,.accordion-wrapper.lined .card-header a.collapsed,.nav-tabs .nav-link,.popover-header,label:not(.custom-control-label),.custom-select-wrapper:before,.pagination ul>li>a,.page-navi:not(.bg) a,.glyphs.css-mapping i:before{color:#303030}.swiper-slide .link-wrapper .link a,.swiper-slide .link-wrapper .link a:hover,.overlay.caption-dark *,.overlay.light figcaption *,.overlay-info a.btn-white,.color-dark,.list-dark>li:before,.list-dark i,.border-dark{color:#303030!important}.hamburger:before,.hamburger span,.hamburger:after,.overlay1.light:before,.overlay1.light:after,.overlay2.light:before,.overlay2.light:after{background-color:#303030}.bg-dark{background-color:#303030!important}.progressbar.border.dark{border-color:#303030!important}
|
|
@ -1,142 +1 @@
|
|||
body,
|
||||
.font-body,
|
||||
.map-info *,
|
||||
.font-title,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.lead,
|
||||
.lead2,
|
||||
.badge,
|
||||
.blockquote-footer,
|
||||
.navbar,
|
||||
.btn,
|
||||
.tp-caption:not(.font-body):not(.font-title),
|
||||
.erinyen .tp-tab-title,
|
||||
.cbp-filter-item,
|
||||
.meta,
|
||||
a.more,
|
||||
.swiper-slide .caption-bg p,
|
||||
.overlay-nav li a,
|
||||
.nav-tabs .nav-link,
|
||||
.tabs-wrapper.filtered .nav-tabs .nav-link,
|
||||
.countdown p,
|
||||
.counter p,
|
||||
.page-navi a {
|
||||
font-family: 'IBM Plex Sans Condensed', sans-serif;
|
||||
}
|
||||
body * {
|
||||
letter-spacing: normal !important;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 600;
|
||||
}
|
||||
h1.text-uppercase,
|
||||
h2.text-uppercase,
|
||||
h3.text-uppercase,
|
||||
h4.text-uppercase,
|
||||
h5.text-uppercase,
|
||||
h6.text-uppercase,
|
||||
.section-title-upper {
|
||||
letter-spacing: 1px !important;
|
||||
}
|
||||
h2.post-title {
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.title-color {
|
||||
font-size: 15px;
|
||||
line-height: 25px;
|
||||
}
|
||||
.navbar-nav .nav-link,
|
||||
.navbar.text-uppercase .navbar-nav .nav-link,
|
||||
.dropdown-item,
|
||||
.mega-menu-content a,
|
||||
.meta,
|
||||
a.more,
|
||||
.btn,
|
||||
.badge,
|
||||
.dropcap,
|
||||
.blockquote-footer,
|
||||
.cbp-filter-item,
|
||||
.icon .number,
|
||||
.overlay-nav li a,
|
||||
.nav-tabs .nav-link,
|
||||
.tabs-wrapper.filtered .nav-tabs .nav-link,
|
||||
label:not(.custom-control-label),
|
||||
.pagination ul>li>a,
|
||||
.page-navi a {
|
||||
font-weight: 600;
|
||||
}
|
||||
.meta,
|
||||
a.more,
|
||||
.cbp-filter-item,
|
||||
.tabs-wrapper.filtered .nav-tabs .nav-link,
|
||||
.btn,
|
||||
.nav-tabs .nav-link,
|
||||
.accordion-wrapper .card-header>* {
|
||||
font-size: 14px;
|
||||
letter-spacing: 1px !important;
|
||||
}
|
||||
.meta * {
|
||||
letter-spacing: 1px !important;
|
||||
}
|
||||
.meta.larger {
|
||||
font-size: 16px;
|
||||
}
|
||||
.meta.price.price-l {
|
||||
font-size: 19px;
|
||||
}
|
||||
blockquote p {
|
||||
font-size: 19px;
|
||||
line-height: 31px;
|
||||
}
|
||||
.navbar-nav .nav-link {
|
||||
font-size: 17px;
|
||||
}
|
||||
.dropdown-item,
|
||||
.mega-menu-content a {
|
||||
font-size: 15px;
|
||||
}
|
||||
.navbar.text-uppercase .navbar-nav .nav-link {
|
||||
font-size: 15px;
|
||||
letter-spacing: 1px !important;
|
||||
}
|
||||
.navbar.text-uppercase .dropdown-item,
|
||||
.navbar.text-uppercase .mega-menu-content a {
|
||||
font-size: 13px;
|
||||
letter-spacing: 1px !important;
|
||||
}
|
||||
blockquote.larger p {
|
||||
font-size: 26px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.lead {
|
||||
font-size: 20px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.lead.larger {
|
||||
font-size: 22px;
|
||||
line-height: 34px;
|
||||
}
|
||||
.lead2 {
|
||||
font-size: 18px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.widget-title {
|
||||
font-size: 15px;
|
||||
line-height: 25px;
|
||||
letter-spacing: 1px !important;
|
||||
}
|
||||
.btn,
|
||||
.page-navi a {
|
||||
letter-spacing: 1px !important;
|
||||
}
|
||||
body,.font-body,.map-info *,.font-title,h1,h2,h3,h4,h5,h6,.lead,.lead2,.badge,.blockquote-footer,.navbar,.btn,.tp-caption:not(.font-body):not(.font-title),.erinyen .tp-tab-title,.cbp-filter-item,.meta,a.more,.swiper-slide .caption-bg p,.overlay-nav li a,.nav-tabs .nav-link,.tabs-wrapper.filtered .nav-tabs .nav-link,.countdown p,.counter p,.page-navi a{font-family:'IBM Plex Sans Condensed',sans-serif}body *{letter-spacing:normal!important}h1,h2,h3,h4,h5,h6{font-weight:600}h1.text-uppercase,h2.text-uppercase,h3.text-uppercase,h4.text-uppercase,h5.text-uppercase,h6.text-uppercase,.section-title-upper{letter-spacing:1px!important}h2.post-title{font-size:20px;line-height:30px}.title-color{font-size:15px;line-height:25px}.navbar-nav .nav-link,.navbar.text-uppercase .navbar-nav .nav-link,.dropdown-item,.mega-menu-content a,.meta,a.more,.btn,.badge,.dropcap,.blockquote-footer,.cbp-filter-item,.icon .number,.overlay-nav li a,.nav-tabs .nav-link,.tabs-wrapper.filtered .nav-tabs .nav-link,label:not(.custom-control-label),.pagination ul>li>a,.page-navi a{font-weight:600}.meta,a.more,.cbp-filter-item,.tabs-wrapper.filtered .nav-tabs .nav-link,.btn,.nav-tabs .nav-link,.accordion-wrapper .card-header>*{font-size:14px;letter-spacing:1px!important}.meta *{letter-spacing:1px!important}.meta.larger{font-size:16px}.meta.price.price-l{font-size:19px}blockquote p{font-size:19px;line-height:31px}.navbar-nav .nav-link{font-size:17px}.dropdown-item,.mega-menu-content a{font-size:15px}.navbar.text-uppercase .navbar-nav .nav-link{font-size:15px;letter-spacing:1px!important}.navbar.text-uppercase .dropdown-item,.navbar.text-uppercase .mega-menu-content a{font-size:13px;letter-spacing:1px!important}blockquote.larger p{font-size:26px;line-height:40px}.lead{font-size:20px;line-height:32px}.lead.larger{font-size:22px;line-height:34px}.lead2{font-size:18px;line-height:30px}.widget-title{font-size:15px;line-height:25px;letter-spacing:1px!important}.btn,.page-navi a{letter-spacing:1px!important}
|
6156
assets/css/style.css
BIN
assets/img/misaki-1-compressed.jpg
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
assets/img/misaki-2-compressed.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
assets/img/misaki-3-compressed.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
assets/img/misaki-4-compressed.jpg
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
assets/img/misaki-5-compressed.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
assets/img/misaki-6-compressed.jpg
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
assets/img/misaki-compressed.jpg
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
assets/img/misaki-footer-compressed.jpg
Normal file
After Width: | Height: | Size: 68 KiB |
|
@ -1,7 +1 @@
|
|||
/********************************************
|
||||
* REVOLUTION 5.4.6.5 EXTENSION - KEN BURN
|
||||
* @version: 1.3.1 (15.05.2017)
|
||||
* @requires jquery.themepunch.revolution.js
|
||||
* @author ThemePunch
|
||||
*********************************************/
|
||||
!function(a){"use strict";var b=jQuery.fn.revolution,c={alias:"KenBurns Min JS",name:"revolution.extensions.kenburn.min.js",min_core:"5.4",version:"1.3.1"};jQuery.extend(!0,b,{stopKenBurn:function(a){if("stop"===b.compare_version(c).check)return!1;void 0!=a.data("kbtl")&&a.data("kbtl").pause()},startKenBurn:function(a,d,e){if("stop"===b.compare_version(c).check)return!1;var f=a.data(),g=a.find(".defaultimg"),h=g.data("lazyload")||g.data("src"),j=(f.owidth,f.oheight,"carousel"===d.sliderType?d.carousel.slide_width:d.ul.width()),k=d.ul.height();if(a.data("kbtl")&&a.data("kbtl").kill(),e=e||0,0==a.find(".tp-kbimg").length){var m=g.data("mediafilter");m=void 0===m?"":m,a.append('<div class="tp-kbimg-wrap '+m+'" style="z-index:2;width:100%;height:100%;top:0px;left:0px;position:absolute;"><img class="tp-kbimg" src="'+h+'" style="position:absolute;" width="'+f.owidth+'" height="'+f.oheight+'"></div>'),a.data("kenburn",a.find(".tp-kbimg"))}var n=function(a,b,c,d,e,f,g){var h=a*c,i=b*c,j=Math.abs(d-h),k=Math.abs(e-i),l=new Object;return l.l=(0-f)*j,l.r=l.l+h,l.t=(0-g)*k,l.b=l.t+i,l.h=f,l.v=g,l},o=function(a,b,c,d,e){var f=a.bgposition.split(" ")||"center center",g="center"==f[0]?"50%":"left"==f[0]||"left"==f[1]?"0%":"right"==f[0]||"right"==f[1]?"100%":f[0],h="center"==f[1]?"50%":"top"==f[0]||"top"==f[1]?"0%":"bottom"==f[0]||"bottom"==f[1]?"100%":f[1];g=parseInt(g,0)/100||0,h=parseInt(h,0)/100||0;var i=new Object;return i.start=n(e.start.width,e.start.height,e.start.scale,b,c,g,h),i.end=n(e.start.width,e.start.height,e.end.scale,b,c,g,h),i},p=function(a,b,c){var d=c.scalestart/100,e=c.scaleend/100,f=void 0!=c.offsetstart?c.offsetstart.split(" ")||[0,0]:[0,0],g=void 0!=c.offsetend?c.offsetend.split(" ")||[0,0]:[0,0];c.bgposition="center center"==c.bgposition?"50% 50%":c.bgposition;var h=new Object,i=a*d,k=(c.owidth,c.oheight,a*e);c.owidth,c.oheight;if(h.start=new Object,h.starto=new Object,h.end=new Object,h.endo=new Object,h.start.width=a,h.start.height=h.start.width/c.owidth*c.oheight,h.start.height<b){var m=b/h.start.height;h.start.height=b,h.start.width=h.start.width*m}h.start.transformOrigin=c.bgposition,h.start.scale=d,h.end.scale=e,c.rotatestart=0===c.rotatestart?.01:c.rotatestart,h.start.rotation=c.rotatestart+"deg",h.end.rotation=c.rotateend+"deg";var n=o(c,a,b,f,h);f[0]=parseFloat(f[0])+n.start.l,g[0]=parseFloat(g[0])+n.end.l,f[1]=parseFloat(f[1])+n.start.t,g[1]=parseFloat(g[1])+n.end.t;var p=n.start.r-n.start.l,q=n.start.b-n.start.t,r=n.end.r-n.end.l,s=n.end.b-n.end.t;return f[0]=f[0]>0?0:p+f[0]<a?a-p:f[0],g[0]=g[0]>0?0:r+g[0]<a?a-r:g[0],f[1]=f[1]>0?0:q+f[1]<b?b-q:f[1],g[1]=g[1]>0?0:s+g[1]<b?b-s:g[1],h.starto.x=f[0]+"px",h.starto.y=f[1]+"px",h.endo.x=g[0]+"px",h.endo.y=g[1]+"px",h.end.ease=h.endo.ease=c.ease,h.end.force3D=h.endo.force3D=!0,h};void 0!=a.data("kbtl")&&(a.data("kbtl").kill(),a.removeData("kbtl"));var q=a.data("kenburn"),r=q.parent(),s=p(j,k,f),t=new punchgs.TimelineLite;if(t.pause(),s.start.transformOrigin="0% 0%",s.starto.transformOrigin="0% 0%",t.add(punchgs.TweenLite.fromTo(q,f.duration/1e3,s.start,s.end),0),t.add(punchgs.TweenLite.fromTo(r,f.duration/1e3,s.starto,s.endo),0),void 0!==f.blurstart&&void 0!==f.blurend&&(0!==f.blurstart||0!==f.blurend)){var u={a:f.blurstart},v={a:f.blurend,ease:s.endo.ease},w=new punchgs.TweenLite(u,f.duration/1e3,v);w.eventCallback("onUpdate",function(a){punchgs.TweenLite.set(a,{filter:"blur("+u.a+"px)",webkitFilter:"blur("+u.a+"px)"})},[r]),t.add(w,0)}t.progress(e),t.play(),a.data("kbtl",t)}})}(jQuery);
|
||||
!function(a){"use strict";var b=jQuery.fn.revolution,c={alias:"KenBurns Min JS",name:"revolution.extensions.kenburn.min.js",min_core:"5.4",version:"1.3.1"};jQuery.extend(!0,b,{stopKenBurn:function(a){if("stop"===b.compare_version(c).check)return!1;void 0!=a.data("kbtl")&&a.data("kbtl").pause()},startKenBurn:function(a,d,e){if("stop"===b.compare_version(c).check)return!1;var f=a.data(),g=a.find(".defaultimg"),h=g.data("lazyload")||g.data("src"),j=(f.owidth,f.oheight,"carousel"===d.sliderType?d.carousel.slide_width:d.ul.width()),k=d.ul.height();if(a.data("kbtl")&&a.data("kbtl").kill(),e=e||0,0==a.find(".tp-kbimg").length){var m=g.data("mediafilter");m=void 0===m?"":m,a.append('<div class="tp-kbimg-wrap '+m+'" style="z-index:2;width:100%;height:100%;top:0px;left:0px;position:absolute;"><img class="tp-kbimg" src="'+h+'" style="position:absolute;" width="'+f.owidth+'" height="'+f.oheight+'"></div>'),a.data("kenburn",a.find(".tp-kbimg"))}var n=function(a,b,c,d,e,f,g){var h=a*c,i=b*c,j=Math.abs(d-h),k=Math.abs(e-i),l=new Object;return l.l=(0-f)*j,l.r=l.l+h,l.t=(0-g)*k,l.b=l.t+i,l.h=f,l.v=g,l},o=function(a,b,c,d,e){var f=a.bgposition.split(" ")||"center center",g="center"==f[0]?"50%":"left"==f[0]||"left"==f[1]?"0%":"right"==f[0]||"right"==f[1]?"100%":f[0],h="center"==f[1]?"50%":"top"==f[0]||"top"==f[1]?"0%":"bottom"==f[0]||"bottom"==f[1]?"100%":f[1];g=parseInt(g,0)/100||0,h=parseInt(h,0)/100||0;var i=new Object;return i.start=n(e.start.width,e.start.height,e.start.scale,b,c,g,h),i.end=n(e.start.width,e.start.height,e.end.scale,b,c,g,h),i},p=function(a,b,c){var d=c.scalestart/100,e=c.scaleend/100,f=void 0!=c.offsetstart?c.offsetstart.split(" ")||[0,0]:[0,0],g=void 0!=c.offsetend?c.offsetend.split(" ")||[0,0]:[0,0];c.bgposition="center center"==c.bgposition?"50% 50%":c.bgposition;var h=new Object,i=a*d,k=(c.owidth,c.oheight,a*e);c.owidth,c.oheight;if(h.start=new Object,h.starto=new Object,h.end=new Object,h.endo=new Object,h.start.width=a,h.start.height=h.start.width/c.owidth*c.oheight,h.start.height<b){var m=b/h.start.height;h.start.height=b,h.start.width=h.start.width*m}h.start.transformOrigin=c.bgposition,h.start.scale=d,h.end.scale=e,c.rotatestart=0===c.rotatestart?.01:c.rotatestart,h.start.rotation=c.rotatestart+"deg",h.end.rotation=c.rotateend+"deg";var n=o(c,a,b,f,h);f[0]=parseFloat(f[0])+n.start.l,g[0]=parseFloat(g[0])+n.end.l,f[1]=parseFloat(f[1])+n.start.t,g[1]=parseFloat(g[1])+n.end.t;var p=n.start.r-n.start.l,q=n.start.b-n.start.t,r=n.end.r-n.end.l,s=n.end.b-n.end.t;return f[0]=f[0]>0?0:p+f[0]<a?a-p:f[0],g[0]=g[0]>0?0:r+g[0]<a?a-r:g[0],f[1]=f[1]>0?0:q+f[1]<b?b-q:f[1],g[1]=g[1]>0?0:s+g[1]<b?b-s:g[1],h.starto.x=f[0]+"px",h.starto.y=f[1]+"px",h.endo.x=g[0]+"px",h.endo.y=g[1]+"px",h.end.ease=h.endo.ease=c.ease,h.end.force3D=h.endo.force3D=!0,h};void 0!=a.data("kbtl")&&(a.data("kbtl").kill(),a.removeData("kbtl"));var q=a.data("kenburn"),r=q.parent(),s=p(j,k,f),t=new punchgs.TimelineLite;if(t.pause(),s.start.transformOrigin="0% 0%",s.starto.transformOrigin="0% 0%",t.add(punchgs.TweenLite.fromTo(q,f.duration/1e3,s.start,s.end),0),t.add(punchgs.TweenLite.fromTo(r,f.duration/1e3,s.starto,s.endo),0),void 0!==f.blurstart&&void 0!==f.blurend&&(0!==f.blurstart||0!==f.blurend)){var u={a:f.blurstart},v={a:f.blurend,ease:s.endo.ease},w=new punchgs.TweenLite(u,f.duration/1e3,v);w.eventCallback("onUpdate",function(a){punchgs.TweenLite.set(a,{filter:"blur("+u.a+"px)",webkitFilter:"blur("+u.a+"px)"})},[r]),t.add(w,0)}t.progress(e),t.play(),a.data("kbtl",t)}})}(jQuery)
|
7
assets/js/js-bootstrap.min.js
vendored
16
index.html
|
@ -25,12 +25,12 @@
|
|||
<div class="rev_slider_wrapper fullscreen-container">
|
||||
<div id="slider" class="rev_slider fullscreenbanner bg-dark" data-version="5.4.8">
|
||||
<ul>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-1-compressed.png"><img src="./assets/img/misaki-1-compressed.png" alt=""></li>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-2-compressed.png"><img src="./assets/img/misaki-2-compressed.png" alt=""></li>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-3-compressed.png"><img src="./assets/img/misaki-3-compressed.png" alt=""></li>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-4-compressed.png"><img src="./assets/img/misaki-4-compressed.png" alt=""></li>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-5-compressed.png"><img src="./assets/img/misaki-5-compressed.png" alt=""></li>
|
||||
<li data-transition="fade"><img src="./assets/img/misaki-6.png" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina="">
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-1-compressed.jpg"><img src="./assets/img/misaki-1-compressed.jpg" alt=""></li>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-2-compressed.jpg"><img src="./assets/img/misaki-2-compressed.jpg" alt=""></li>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-3-compressed.jpg"><img src="./assets/img/misaki-3-compressed.jpg" alt=""></li>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-4-compressed.jpg"><img src="./assets/img/misaki-4-compressed.jpg" alt=""></li>
|
||||
<li data-transition="fade" data-thumb="./assets/img/misaki-5-compressed.jpg"><img src="./assets/img/misaki-5-compressed.jpg" alt=""></li>
|
||||
<li data-transition="fade"><img src="./assets/img/misaki-6.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina="">
|
||||
<div class="rs-background-video-layer" data-forcerewind="on" data-videowidth="100%" data-videoheight="100%" data-videomp4="./assets/vid/misaki-6.mp4" data-videopreload="preload" data-videoloop="none" data-forcecover="1" data-aspectratio="16:9" data-autoplay="true" data-autoplayonlyfirsttime="false" data-nextslideatend="true" data-dottedoverlay="darkoverlay"></div>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<div class="space10"></div>
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<figure><img src="./assets/img/misaki-compressed.png" alt=""></figure>
|
||||
<figure><img src="./assets/img/misaki-compressed.jpg" alt=""></figure>
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
<p><span class="dropcap color-default">S</span>hokuhou Misaki (食蜂 操祈 Shokuhō Misaki) is the fifth ranked Level 5 esper and a student at Tokiwadai Middle School that goes under the alias "The Queen". This refers to her having the largest faction and influence within Tokiwadai Middle School due to her ability.</p>
|
||||
|
@ -86,7 +86,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wrapper image-wrapper bg-image inverse-text" data-image-src="./assets/img/misaki-footer-compressed.png">
|
||||
<div class="wrapper image-wrapper bg-image inverse-text" data-image-src="./assets/img/misaki-footer-compressed.jpg">
|
||||
<div class="container inner pt-150 pb-150">
|
||||
<h1 class="heading text-center">100% Middle School Student</h1>
|
||||
</div>
|
||||
|
|