9579 lines
185 KiB
SCSS
9579 lines
185 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
|
|
/* #Content
|
|
=============================== */
|
|
|
|
#Content {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
body:not(.template-slider) #Content {
|
|
padding-top: 30px;
|
|
}
|
|
.section {
|
|
position: relative;
|
|
}
|
|
|
|
.section_wrapper:after, .container:after {
|
|
clear: both;
|
|
content: " ";
|
|
display: block;
|
|
height: 0;
|
|
visibility: hidden;
|
|
}
|
|
// .column, .columns {
|
|
// float: left;
|
|
// margin: 0 1%;
|
|
// }
|
|
.column.column_divider, .column-margin-0px .column {
|
|
margin-bottom: 0;
|
|
}
|
|
.column-margin-10px .column {
|
|
margin-bottom: 10px;
|
|
}
|
|
.column-margin-20px .column {
|
|
margin-bottom: 20px;
|
|
}
|
|
.column-margin-30px .column {
|
|
margin-bottom: 30px;
|
|
}
|
|
.column-margin-40px .column {
|
|
margin-bottom: 40px;
|
|
}
|
|
.column-margin-50px .column {
|
|
margin-bottom: 50px;
|
|
}
|
|
.the_content_wrapper {
|
|
margin: 0 1%;
|
|
}
|
|
.column_content .the_content_wrapper {
|
|
margin: 0;
|
|
}
|
|
.column_attr.align_left {
|
|
text-align: left;
|
|
}
|
|
.column_attr.align_right {
|
|
text-align: right;
|
|
}
|
|
.column_attr.align_center {
|
|
text-align: center;
|
|
}
|
|
.column_attr.align_justify {
|
|
text-align: justify;
|
|
}
|
|
.extra_content .the_content_wrapper {
|
|
margin: 0 1% 40px;
|
|
}
|
|
|
|
/* .with_aside */
|
|
|
|
.with_aside .content_wrapper {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
.with_aside .sections_group {
|
|
width: 75%;
|
|
float: left;
|
|
}
|
|
.with_aside .section_wrapper {
|
|
width: 100%;
|
|
}
|
|
.with_aside .four.columns {
|
|
float: right;
|
|
}
|
|
.aside_left .sections_group {
|
|
float: right;
|
|
}
|
|
.aside_left .four.columns {
|
|
float: left;
|
|
}
|
|
|
|
/* both sidebars | .aside_both */
|
|
|
|
.aside_both .sections_group {
|
|
width: 60%;
|
|
margin-left: 20%;
|
|
}
|
|
.aside_both .sidebar.columns {
|
|
width: 18%;
|
|
}
|
|
.aside_both .sidebar-1 {
|
|
float: left !important;
|
|
margin-left: -79%;
|
|
}
|
|
|
|
/* sidebars for sections */
|
|
|
|
.right-sidebar .items_group {
|
|
width: 75%;
|
|
float: left;
|
|
}
|
|
.right-sidebar .four.columns {
|
|
float: right;
|
|
}
|
|
.left-sidebar .items_group {
|
|
width: 75%;
|
|
float: right;
|
|
}
|
|
.left-sidebar .four.columns {
|
|
float: left;
|
|
}
|
|
|
|
/* #Base Grid
|
|
=============================== */
|
|
|
|
.one-sixth.column {
|
|
width: 14.666%;
|
|
}
|
|
|
|
/* 1/6 */
|
|
|
|
.one-fifth.column {
|
|
width: 18%;
|
|
}
|
|
|
|
/* 1/5 */
|
|
|
|
.four.columns, .one-fourth.column {
|
|
width: 23%;
|
|
}
|
|
|
|
/* 1/4 */
|
|
|
|
.one-third.column {
|
|
width: 31.333%;
|
|
}
|
|
|
|
/* 1/3 */
|
|
|
|
.one-second.column {
|
|
width: 48%;
|
|
}
|
|
|
|
/* 1/2 */
|
|
|
|
.two-third.column {
|
|
width: 64.666%;
|
|
}
|
|
|
|
/* 2/3 */
|
|
|
|
.three-fourth.column {
|
|
width: 73%;
|
|
}
|
|
|
|
/* 3/4 */
|
|
|
|
.one.column {
|
|
width: 98%;
|
|
}
|
|
|
|
/* 1/1 */
|
|
|
|
|
|
/* without horizontal margin */
|
|
|
|
.no-margin-h .column {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.no-margin-h .one-sixth.column {
|
|
width: 16.666%;
|
|
}
|
|
|
|
/* 1/6 */
|
|
|
|
.no-margin-h .one-fifth.column {
|
|
width: 20%;
|
|
}
|
|
|
|
/* 1/5 */
|
|
|
|
.no-margin-h .one-fourth.column {
|
|
width: 25%;
|
|
}
|
|
|
|
/* 1/4 */
|
|
|
|
.no-margin-h .one-third.column {
|
|
width: 33.333%;
|
|
}
|
|
|
|
/* 1/3 */
|
|
|
|
.no-margin-h .one-second.column {
|
|
width: 50%;
|
|
}
|
|
|
|
/* 1/2 */
|
|
|
|
.no-margin-h .two-third.column {
|
|
width: 66.666%;
|
|
}
|
|
|
|
/* 2/3 */
|
|
|
|
.no-margin-h .three-fourth.column {
|
|
width: 75%;
|
|
}
|
|
|
|
/* 3/4 */
|
|
|
|
.no-margin-h .one.column {
|
|
width: 100%;
|
|
}
|
|
|
|
/* 1/1 */
|
|
|
|
|
|
/* #Clearing
|
|
================================================== */
|
|
|
|
|
|
/* Self Clearing Goodness */
|
|
|
|
.container:after {
|
|
content: "\0020";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
|
|
|
|
.clearfix:before, .clearfix:after, .row:before, .row:after {
|
|
content: '\0020';
|
|
display: block;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
.row:after, .clearfix:after {
|
|
clear: both;
|
|
}
|
|
.row, .clearfix {
|
|
zoom: 1;
|
|
}
|
|
|
|
/* You can also use a <br class="clear" /> to clear columns */
|
|
|
|
.clear {
|
|
clear: both;
|
|
display: block;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| 2.0 Layout
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
/* #Global
|
|
================================================== */
|
|
|
|
.the_content_wrapper pre {
|
|
margin-bottom: 20px
|
|
}
|
|
.rev_slider iframe {
|
|
max-width: 1220px;
|
|
}
|
|
.rev_slider ul {
|
|
margin: 0 !important;
|
|
}
|
|
.tp-static-layers {
|
|
z-index: 200;
|
|
}
|
|
.ls-yourlogo {
|
|
z-index: 28;
|
|
}
|
|
.section.center {
|
|
text-align: center;
|
|
}
|
|
.section.no-margin .column, .section.no-margin-v .column {
|
|
margin-bottom: 0;
|
|
}
|
|
#Wrapper {
|
|
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
|
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
|
|
}
|
|
|
|
/* #Blank & #UnderConstruction
|
|
================================================== */
|
|
|
|
.page.hide-title-area:not(.with_aside) #Content, .no-content-padding:not(.with_aside) #Content, .template-blank #Content, .under-construction #Content {
|
|
padding:1px 0 0 !important;
|
|
}
|
|
.under-construction .section-uc-1 {
|
|
padding-top: 40px;
|
|
background-color: #fff;
|
|
}
|
|
.under-construction .section-uc-2 {
|
|
padding-top: 40px;
|
|
background-color: #f5f5f5;
|
|
background: url(../stripes/stripes_3_b.png) repeat center;
|
|
}
|
|
.under-construction .section-uc-3 {
|
|
padding-top: 40px;
|
|
}
|
|
.under-construction .section-border-top {
|
|
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
}
|
|
|
|
/* Nice Scroll | .nice-scroll
|
|
================================================== */
|
|
|
|
body.nice-scroll {
|
|
position: relative;
|
|
}
|
|
body.nice-scroll:not(.layout-boxed) {
|
|
padding-right: 10px !important;
|
|
}
|
|
.nice-scroll #configurator, .nice-scroll #Sliding-top a.sliding-top-control, .nice-scroll .fixed-nav.fixed-nav-next {
|
|
margin-right: 10px;
|
|
}
|
|
.nice-scroll .nicescroll-rails {
|
|
background: #666;
|
|
z-index: 9001 !important;
|
|
}
|
|
|
|
/* Slider | Pagination
|
|
================================================== */
|
|
|
|
.slider_pagination, .tp-bullets.simplebullets.round {
|
|
text-align: center;
|
|
line-height: 0;
|
|
}
|
|
.slider_pagination a, .tp-bullets.simplebullets.round .bullet {
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
text-indent: -9999px;
|
|
margin: 0 9px;
|
|
background: rgba(0, 0, 0, .15);
|
|
-webkit-border-radius: 100%;
|
|
border-radius: 100%;
|
|
position: relative;
|
|
}
|
|
.slider_pagination a:hover {
|
|
background: rgba(0, 0, 0, .25);
|
|
}
|
|
.slider_pagination a.selected, .tp-bullets.simplebullets.round .bullet.selected {
|
|
width: 10px;
|
|
height: 8px;
|
|
margin: 0px 10px 0;
|
|
position: relative;
|
|
top: 4px;
|
|
background: rgba(0, 0, 0, .15);
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
.slider_pagination a.selected:after, .tp-bullets.simplebullets.round .bullet.selected:after {
|
|
content: "";
|
|
display: block;
|
|
width: 8px;
|
|
height: 8px;
|
|
-webkit-border-radius: 1px;
|
|
border-radius: 1px;
|
|
position: absolute;
|
|
left: 1px;
|
|
top: -3px;
|
|
-webkit-transform: rotate(45deg);
|
|
-moz-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.tp-bullets.simplebullets.round .bullet {
|
|
background: #fff;
|
|
}
|
|
.offer_thumb .slider_pagination a img {
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
.offer_thumb .slider_pagination a:before, .offer_thumb .slider_pagination a:after {
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
-o-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.offer_thumb .slider_pagination {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
.offer_thumb .slider_pagination a {
|
|
display: block;
|
|
margin: 0;
|
|
width: 85px;
|
|
height: 85px;
|
|
line-height: 85px;
|
|
text-align: center;
|
|
padding: 8px;
|
|
text-indent: 0;
|
|
border-bottom-width: 1px;
|
|
border-style: solid;
|
|
border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
}
|
|
.offer_thumb .slider_pagination a:not(.selected):hover img {
|
|
filter: alpha(opacity=60);
|
|
opacity: 0.6;
|
|
}
|
|
.offer_thumb .slider_pagination a.selected {
|
|
top: 0;
|
|
}
|
|
.offer_thumb .slider_pagination a:last-child {
|
|
border: 0;
|
|
}
|
|
.offer_thumb .slider_pagination a:before {
|
|
content: "";
|
|
display: block;
|
|
width: 5px;
|
|
height: 100%;
|
|
right: -5px;
|
|
top: 0;
|
|
position: absolute;
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
}
|
|
.offer_thumb .slider_pagination a.selected:before {
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
}
|
|
.offer_thumb .slider_pagination a:after {
|
|
content: "";
|
|
left: auto;
|
|
right: -9px;
|
|
top: 50%;
|
|
margin-top: -4px;
|
|
width: 8px;
|
|
height: 8px;
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
}
|
|
.offer_thumb .slider_pagination a.selected:after {
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
}
|
|
.offer_thumb .slider_pagination a {
|
|
background-color: #fff;
|
|
}
|
|
.offer_thumb .slider_pagination a.selected {
|
|
background-color: #fff;
|
|
background-image: url(../stripes/stripes_3_b.png);
|
|
}
|
|
.offer_thumb .slider_pagination a img {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
/* Slider Revolution | Navigation
|
|
================================================== */
|
|
|
|
.tp-bullets.tp-thumbs {
|
|
z-index: 29;
|
|
}
|
|
.fullwidthbanner-container .tp-thumbs {
|
|
padding: 0 !important;
|
|
}
|
|
.tp-bullets.tp-thumbs .tp-mask, .tp-bullets.tp-thumbs .bullet {
|
|
overflow: visible;
|
|
}
|
|
.tp-bullets.tp-thumbs .bullet.selected:after {
|
|
bottom: -7px;
|
|
content: "";
|
|
display: block;
|
|
height: 7px;
|
|
left: 0;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
|
|
/* Arrows */
|
|
|
|
.tparrows.round, .tparrows.navbar {
|
|
display: inline-block;
|
|
padding: 0;
|
|
width: 46px;
|
|
height: 46px;
|
|
cursor: pointer;
|
|
border: 0;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
|
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
.tp-leftarrow.round, .tp-leftarrow.navbar {
|
|
background-image: url(../tp-leftarrow.png);
|
|
}
|
|
.tp-rightarrow.round, .tp-rightarrow.navbar {
|
|
background-image: url(../tp-rightarrow.png);
|
|
}
|
|
.tparrows.round:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 0;
|
|
z-index: 1;
|
|
text-decoration: none;
|
|
background: rgba(0, 0, 0, .05);
|
|
-webkit-transition: all 0.3s;
|
|
-moz-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
.tparrows.round:hover:after {
|
|
width: 100%;
|
|
}
|
|
.tparrows.default.preview1, .tparrows.default.preview4 {
|
|
background: transparent;
|
|
}
|
|
|
|
/* #Sliding top
|
|
================================================== */
|
|
|
|
#Sliding-top {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 800;
|
|
}
|
|
#Sliding-top:after {
|
|
content: "";
|
|
height: 3px;
|
|
width: 100%;
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -3px;
|
|
z-index: 1;
|
|
background: url(../box_shadow.png) repeat-x left top;
|
|
}
|
|
#Sliding-top .widgets_wrapper {
|
|
padding: 15px 0;
|
|
display: none;
|
|
}
|
|
#Sliding-top .widgets_wrapper .column {
|
|
margin-bottom: 0;
|
|
}
|
|
#Sliding-top .widgets_wrapper .widget {
|
|
margin-bottom: 0;
|
|
padding: 15px 0;
|
|
}
|
|
#Sliding-top .widgets_wrapper .widget:after {
|
|
display: none;
|
|
}
|
|
#Sliding-top a.sliding-top-control {
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 0 45px 45px 0;
|
|
border-color: transparent transparent transparent transparent;
|
|
position: absolute;
|
|
z-index: 801;
|
|
right: 0;
|
|
bottom: -45px;
|
|
}
|
|
#Sliding-top a.sliding-top-control span {
|
|
display: block;
|
|
width: 26px;
|
|
height: 30px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
position: absolute;
|
|
right: -45px;
|
|
top: 0;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
}
|
|
#Sliding-top a.sliding-top-control .minus {
|
|
display: none;
|
|
}
|
|
#Sliding-top a.sliding-top-control .plus {
|
|
display: block;
|
|
}
|
|
#Sliding-top.active a.sliding-top-control .minus {
|
|
display: block;
|
|
}
|
|
#Sliding-top.active a.sliding-top-control .plus {
|
|
display: none;
|
|
}
|
|
|
|
/*
|
|
#Sliding-top .widgets_wrapper .widget ul { margin: 0 0 15px 30px; line-height: 21px; }
|
|
#Sliding-top .widgets_wrapper .widget ul li { list-style:disc outside; padding: 3px 0; }
|
|
*/
|
|
|
|
|
|
/* Widgets */
|
|
|
|
#Sliding-top .Recent_posts ul li .desc {
|
|
background: rgba(0, 0, 0, .1);
|
|
}
|
|
#Sliding-top .widget_mfn_menu ul li a {
|
|
background: rgba(0, 0, 0, .1);
|
|
color: #ccc;
|
|
}
|
|
#Sliding-top .widget_recent_entries ul li {
|
|
background: rgba(0, 0, 0, .1);
|
|
}
|
|
#Sliding-top ul.list_mixed li:after, #Sliding-top ul.list_check li:after, #Sliding-top ul.list_star li:after, #Sliding-top ul.list_idea li:after {
|
|
background: rgba(255, 255, 255, .08);
|
|
}
|
|
#Sliding-top .widget_mfn_recent_comments ul li .date_label {
|
|
background-color: rgba(0, 0, 0, .07);
|
|
}
|
|
#Sliding-top .widget_mfn_recent_comments ul li .date_label:after {
|
|
border-left-color: rgba(0, 0, 0, .07);
|
|
}
|
|
|
|
/* #Pager
|
|
================================================== */
|
|
|
|
.pager_wrapper {
|
|
margin-bottom: 0;
|
|
}
|
|
.pager {
|
|
text-align: center;
|
|
}
|
|
.pager .pages {
|
|
display: inline-block;
|
|
margin: 0 30px;
|
|
padding: 4px 3px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background-color: #f8f8f8;
|
|
background-image: url(../stripes/stripes_3_b.png);
|
|
}
|
|
.pager .pages a, .pager .pages span.page-numbers {
|
|
display: inline-block;
|
|
margin: 0 1px;
|
|
width: 35px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
text-align: center;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.pager .pages a:hover {
|
|
text-decoration: none;
|
|
}
|
|
.pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current {
|
|
color: #fff;
|
|
}
|
|
.pager a.next_page, .pager a.prev_page {
|
|
display: inline-block;
|
|
line-height: 43px;
|
|
}
|
|
|
|
/* Animation */
|
|
|
|
.pager .pages a {
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
/* #Load more button
|
|
================================================== */
|
|
|
|
.pager_lm {
|
|
background: url("../images/preloader.gif") no-repeat center 17px;
|
|
text-align: center;
|
|
}
|
|
.pager_lm .pager_load_more {
|
|
margin: 0;
|
|
}
|
|
.pager_lm.loading {
|
|
min-height: 49px;
|
|
}
|
|
.pager_lm:not(.loading) {
|
|
background: none;
|
|
}
|
|
|
|
/* #Pager single (blog post)
|
|
================================================== */
|
|
|
|
.pager-single {
|
|
text-align: center;
|
|
background: rgba(0, 0, 0, 0.02);
|
|
margin-top: 15px;
|
|
}
|
|
.pager-single span {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
display: inline-block;
|
|
padding: 0 9px;
|
|
position: relative;
|
|
font-weight: bold;
|
|
}
|
|
.pager-single a span {
|
|
font-weight: normal;
|
|
}
|
|
.pager-single span:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -1px;
|
|
width: 100%;
|
|
height: 1px;
|
|
}
|
|
.pager-single a span:after {
|
|
display: none;
|
|
}
|
|
|
|
/* #Fixed nav
|
|
================================================== */
|
|
|
|
.post-nav .fixed-nav {
|
|
display: none;
|
|
}
|
|
.fixed-nav {
|
|
position: fixed;
|
|
bottom: 40px;
|
|
height: 80px;
|
|
z-index: 90;
|
|
}
|
|
.fixed-nav.fixed-nav-prev {
|
|
left: 0;
|
|
}
|
|
.fixed-nav.fixed-nav-next {
|
|
right: 0;
|
|
}
|
|
.fixed-nav .arrow {
|
|
display: block;
|
|
width: 35px;
|
|
height: 80px;
|
|
font-size: 15px;
|
|
position: relative;
|
|
z-index: 92;
|
|
color: #fff;
|
|
line-height: 80px;
|
|
text-align: center;
|
|
}
|
|
.fixed-nav .photo {
|
|
height: 80px;
|
|
width: 80px;
|
|
position: relative;
|
|
z-index: 92;
|
|
overflow: hidden;
|
|
line-height: 0;
|
|
}
|
|
.fixed-nav .desc {
|
|
width: 190px;
|
|
padding: 6px 15px;
|
|
min-height: 68px;
|
|
background: #fff;
|
|
z-index: 91;
|
|
}
|
|
.fixed-nav .desc h6 {
|
|
margin-bottom: 3px;
|
|
padding-bottom: 3px;
|
|
border-bottom-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
.fixed-nav .desc i {
|
|
display: inline-block;
|
|
margin-right: 2px;
|
|
}
|
|
.fixed-nav .desc i:before {
|
|
margin-left: 0;
|
|
}
|
|
.fixed-nav-prev .arrow, .fixed-nav-prev .photo, .fixed-nav-prev .desc {
|
|
float: left;
|
|
}
|
|
.fixed-nav-prev .desc {
|
|
margin-left: -335px;
|
|
}
|
|
.fixed-nav-prev:hover .desc {
|
|
margin-left: 0px;
|
|
}
|
|
.fixed-nav-next .arrow, .fixed-nav-next .photo, .fixed-nav-next .desc {
|
|
float: right;
|
|
}
|
|
.fixed-nav-next .desc {
|
|
margin-right: -335px;
|
|
}
|
|
.fixed-nav-next:hover .desc {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
/* Animation */
|
|
|
|
.fixed-nav .photo, .fixed-nav .desc {
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-ms-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
/* Format */
|
|
|
|
.fixed-nav.format-quote .desc {
|
|
display: none;
|
|
}
|
|
.fixed-nav.format-quote .photo {
|
|
background-color: #eee;
|
|
background-image: url("../images/blockquote.png");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: 50% auto;
|
|
}
|
|
.fixed-nav.format-link .photo img {
|
|
display: none;
|
|
}
|
|
.fixed-nav.format-link .photo {
|
|
background-color: #eee;
|
|
background-image: url("../images/link.png");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
@media only screen and (max-width: 1430px) {
|
|
.fixed-nav-prev .photo {
|
|
position: static;
|
|
margin-left: -115px;
|
|
}
|
|
.fixed-nav-prev:hover .photo {
|
|
margin-left: 0;
|
|
}
|
|
.fixed-nav-next .photo {
|
|
position: static;
|
|
margin-right: -115px;
|
|
}
|
|
.fixed-nav-next:hover .photo {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
/* #Filters
|
|
================================================== */
|
|
|
|
#Filters {
|
|
margin-bottom: 30px;
|
|
}
|
|
#Filters .filters_buttons {
|
|
padding: 15px 15px;
|
|
background-image: url(../stripes/stripes_5_b.png);
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
#Filters .filters_buttons li {
|
|
float: left;
|
|
margin-right: 15px;
|
|
}
|
|
#Filters .filters_buttons li.categories i, #Filters .filters_buttons li.tags i {
|
|
margin-right: 3px;
|
|
}
|
|
#Filters .filters_buttons li.reset {
|
|
float: right;
|
|
margin-right: 0;
|
|
}
|
|
#Filters .filters_wrapper {
|
|
display: none;
|
|
margin-top: 20px;
|
|
}
|
|
#Filters .filters_wrapper ul {
|
|
display: none;
|
|
overflow: hidden;
|
|
}
|
|
#Filters .filters_wrapper ul li {
|
|
float: left;
|
|
width: 19%;
|
|
margin: 0.5%;
|
|
}
|
|
#Filters .filters_wrapper ul li a {
|
|
display: block;
|
|
padding: 7px 10px;
|
|
background: #fff;
|
|
border: 1px solid #F7F7F7;
|
|
color: #858585;
|
|
}
|
|
#Filters .filters_wrapper ul li a:hover, #Filters .filters_wrapper ul li.current-cat a {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
}
|
|
#Filters .filters_wrapper ul li.close a {
|
|
text-align: center;
|
|
width: 38px;
|
|
padding: 7px 0;
|
|
background: #8B8B8B;
|
|
border: 1px solid #F7F7F7 !important;
|
|
color: #fff;
|
|
}
|
|
#Filters .filters_wrapper ul li.close a:hover {
|
|
background: #545454;
|
|
}
|
|
|
|
/* Animations */
|
|
|
|
#Filters .filters_wrapper ul li a {
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
-o-transition: all 0.2s ease-in-out;
|
|
-ms-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
|
|
/* #Owl-pagination
|
|
================================================== */
|
|
|
|
|
|
/* #NEXT / PREV NAVI
|
|
================================================== */
|
|
|
|
|
|
/* Section: Highlight
|
|
================================================== */
|
|
|
|
.highlight-left, .highlight-right {
|
|
position: relative;
|
|
}
|
|
.highlight-left:after, .highlight-right:after {
|
|
content: "";
|
|
position: absolute;
|
|
width: 50%;
|
|
height: 100%;
|
|
top: 0;
|
|
}
|
|
.highlight-left:after {
|
|
left: 0;
|
|
}
|
|
.highlight-right:after {
|
|
right: 0;
|
|
}
|
|
.highlight-left .section_wrapper, .highlight-right .section_wrapper {
|
|
z-index: 2;
|
|
}
|
|
@media only screen and (max-width: 767px) {
|
|
.highlight-left:after, .highlight-right:after {
|
|
content: none;
|
|
}
|
|
}
|
|
|
|
/* Section: Portfolio
|
|
================================================== */
|
|
|
|
.section.full-width .section_wrapper {
|
|
width: 100% !important;
|
|
}
|
|
.section.full-width .section_wrapper .column.one {
|
|
width: 100%;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
/* #Header
|
|
================================================== */
|
|
|
|
body:not(.template-slider) #Header_wrapper {
|
|
background-repeat: no-repeat;
|
|
background-position: top center;
|
|
}
|
|
body:not(.template-slider) #Header_wrapper.bg-fixed {
|
|
background-attachment: fixed;
|
|
}
|
|
#Header_wrapper {
|
|
position: relative;
|
|
}
|
|
#Header {
|
|
position: relative;
|
|
}
|
|
body:not(.template-slider) #Header {
|
|
min-height: 250px;
|
|
}
|
|
.header-transparent .header_placeholder, .header-empty .header_placeholder {
|
|
height: 0 !important;
|
|
}
|
|
|
|
/* Minimalist Header */
|
|
|
|
body.minimalist-header:not(.template-slider) #Header {
|
|
min-height: 0;
|
|
background-image: none !important;
|
|
}
|
|
body.minimalist-header.header-modern:not(.template-slider) #Header {
|
|
min-height: 147px;
|
|
}
|
|
body.minimalist-header.header-simple:not(.template-slider) #Header {
|
|
min-height: 130px;
|
|
}
|
|
body.minimalist-header.header-stack:not(.template-slider) #Header {
|
|
min-height: 0;
|
|
}
|
|
body.minimalist-header.header-fixed:not(.template-slider) #Header {
|
|
min-height: 60px;
|
|
}
|
|
body.minimalist-header.header-below:not(.template-slider) #Header {
|
|
min-height: 90px;
|
|
padding-top: 0;
|
|
}
|
|
|
|
/* #Action bar
|
|
================================================== */
|
|
|
|
#Action_bar {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 30;
|
|
}
|
|
#Action_bar .column {
|
|
margin-bottom: 0;
|
|
overflow: hidden;
|
|
}
|
|
#Action_bar .contact_details {
|
|
float: left;
|
|
}
|
|
#Action_bar .contact_details li {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
padding: 20px 0;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
#Action_bar .contact_details li>i {
|
|
margin-right: 2px;
|
|
}
|
|
#Action_bar .contact_details li:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
#Action_bar .social {
|
|
float: right;
|
|
padding: 20px 0;
|
|
}
|
|
#Action_bar .social li {
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
}
|
|
#Action_bar .social li:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
#Action_bar .social li a {
|
|
color: rgba(255, 255, 255, .3);
|
|
font-size: 15px;
|
|
line-height: 15px;
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-ms-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
#Action_bar .social li a:hover {
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
#Action_bar .social-menu {
|
|
float: right;
|
|
padding: 20px 0;
|
|
}
|
|
#Action_bar .social-menu li {
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
padding-right: 6px;
|
|
border-right: 1px solid rgba(255, 255, 255, .1);
|
|
}
|
|
#Action_bar .social-menu li:last-child {
|
|
margin-right: 0px;
|
|
padding-right: 0;
|
|
border-right: 0;
|
|
}
|
|
|
|
/* #Top_bar
|
|
================================================== */
|
|
|
|
#Top_bar {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0px;
|
|
width: 100%;
|
|
z-index: 30;
|
|
}
|
|
#Top_bar .column {
|
|
margin-bottom: 0;
|
|
}
|
|
.layout-full-width.header-fw #Action_bar .container, .layout-full-width.header-fw #Top_bar .container {
|
|
width: 100%;
|
|
}
|
|
#Top_bar .top_bar_left {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
#Top_bar .top_bar_right {
|
|
float: right;
|
|
height: 90px;
|
|
position: relative;
|
|
top: -4px;
|
|
padding: 0 10px 0 20px;
|
|
}
|
|
#Top_bar .top_bar_right:before {
|
|
content: "";
|
|
display: block;
|
|
height: 90px;
|
|
width: 10px;
|
|
position: absolute;
|
|
left: -10px;
|
|
top: 2px;
|
|
background-image: url(../top_bar_right_shadow.png);
|
|
background-repeat: repeat-y;
|
|
-moz-transform: skewX(0deg) skewY(-25deg);
|
|
-webkit-transform: skewX(0deg) skewY(-25deg);
|
|
-o-transform: skewX(0deg) skewY(-25deg);
|
|
-ms-transform: skewX(0deg) skewY(-25deg);
|
|
transform: skewX(0deg) skewY(-25deg);
|
|
}
|
|
.ie #Top_bar .top_bar_right:before {
|
|
width: 11px;
|
|
}
|
|
|
|
/* Top bar width */
|
|
|
|
#Top_bar .top_bar_left {
|
|
width: 990px;
|
|
}
|
|
|
|
/* Logo */
|
|
|
|
#Top_bar .logo {
|
|
float: left;
|
|
margin: 0 30px 0 20px;
|
|
}
|
|
#Top_bar .logo h1 {
|
|
margin: 0;
|
|
}
|
|
#Top_bar .logo:not(.text-logo) h1 {
|
|
line-height: 0;
|
|
font-size: 0;
|
|
margin: 0;
|
|
}
|
|
#Top_bar #logo {
|
|
display: block;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
padding: 15px 0px;
|
|
}
|
|
|
|
/* overflow: hidden; */
|
|
|
|
#Top_bar #logo:hover {
|
|
text-decoration: none;
|
|
}
|
|
#Top_bar #logo img {
|
|
vertical-align: middle;
|
|
max-height: 100%;
|
|
}
|
|
#Top_bar #logo img.logo-sticky {
|
|
display: none;
|
|
}
|
|
|
|
/* Menu wrapper */
|
|
|
|
#Top_bar .menu_wrapper {
|
|
z-index: 201;
|
|
}
|
|
|
|
#Top_bar .menu_wrapper::after {
|
|
content: "";
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
/* Secondary menu wrapper */
|
|
|
|
#Top_bar .secondary_menu_wrapper {
|
|
display: none;
|
|
}
|
|
|
|
/* Menu responsive */
|
|
|
|
#Top_bar a.responsive-menu-toggle {
|
|
display: none;
|
|
}
|
|
|
|
/* Banner */
|
|
|
|
#Top_bar .banner_wrapper {
|
|
display: none;
|
|
}
|
|
|
|
/* Search wrapper */
|
|
|
|
#Top_bar .search_wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 100%;
|
|
display: none;
|
|
z-index: 201;
|
|
width: 100%;
|
|
padding: 15px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
#Top_bar .search_wrapper input[type="text"] {
|
|
width: 100%;
|
|
margin: 0;
|
|
-webkit-box-shadow: 0 0 0;
|
|
box-shadow: 0 0 0;
|
|
padding-left: 35px;
|
|
background: none;
|
|
border-width: 0 0 1px 0;
|
|
border-style: solid;
|
|
border-color: rgba(255, 255, 255, .08) !important;
|
|
font-size: 15px;
|
|
}
|
|
#Top_bar .search_wrapper input[type="text"]:focus {
|
|
background-color: transparent !important;
|
|
}
|
|
#Top_bar .search_wrapper .icon_search, #Top_bar .search_wrapper .icon_close {
|
|
position: absolute;
|
|
top: 25px;
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
display: block;
|
|
}
|
|
#Top_bar .search_wrapper .icon_search {
|
|
left: 18px;
|
|
color: rgba(0, 0, 0, .5);
|
|
}
|
|
#Top_bar .search_wrapper .icon_close {
|
|
right: 18px;
|
|
color: #fff;
|
|
opacity: 0.3;
|
|
filter: alpha(opacity=30);
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
-o-transition: all 0.2s ease-in-out;
|
|
-ms-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
#Top_bar .search_wrapper .icon_close:hover {
|
|
right: 18px;
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
|
|
/* Cart */
|
|
|
|
#Top_bar a#header_cart {
|
|
position: relative;
|
|
top: 34px;
|
|
display: block;
|
|
float: left;
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
margin-right: 15px;
|
|
}
|
|
#Top_bar a#header_cart span {
|
|
position: absolute;
|
|
right: -9px;
|
|
top: -7px;
|
|
display: block;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
width: 17px;
|
|
height: 17px;
|
|
line-height: 17px;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
color: #fff;
|
|
}
|
|
|
|
/* Search */
|
|
|
|
#Top_bar a#search_button {
|
|
position: relative;
|
|
top: 34px;
|
|
display: block;
|
|
float: left;
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
margin-right: 10px;
|
|
}
|
|
#Top_bar a.button.action_button {
|
|
top: 23px;
|
|
margin: 0 10px 0 0;
|
|
color: #fff;
|
|
}
|
|
|
|
/* WPML */
|
|
|
|
#Top_bar .wpml-languages {
|
|
display: block;
|
|
float: left;
|
|
position: relative;
|
|
top: 25px;
|
|
z-index: 210;
|
|
margin-right: 10px;
|
|
}
|
|
#Top_bar .wpml-languages a.active {
|
|
display: block;
|
|
padding: 8px 6px 8px 10px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #e8e8e8;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
#Top_bar .wpml-languages.disabled a.active {
|
|
padding: 8px 10px;
|
|
}
|
|
#Top_bar .wpml-languages a.active i {
|
|
font-size: 14px;
|
|
line-height: 14px;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
#Top_bar .wpml-languages a.active i:before {
|
|
margin: 0;
|
|
}
|
|
#Top_bar .wpml-languages a:hover.active {
|
|
text-decoration: none;
|
|
}
|
|
#Top_bar .wpml-languages.enabled:hover a.active {
|
|
-webkit-border-radius: 5px 5px 0 0;
|
|
border-radius: 5px 5px 0 0;
|
|
border-bottom: 0;
|
|
}
|
|
#Top_bar .wpml-languages ul.wpml-lang-dropdown {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 100%;
|
|
width: 100%;
|
|
-webkit-border-radius: 0 0 5px 5px;
|
|
border-radius: 0 0 5px 5px;
|
|
z-index: 205;
|
|
overflow: hidden;
|
|
display: none;
|
|
border-width: 0 1px 1px 1px;
|
|
border-style: solid;
|
|
border-color: #e8e8e8;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
#Top_bar .wpml-languages ul.wpml-lang-dropdown li {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
}
|
|
#Top_bar .wpml-languages ul.wpml-lang-dropdown li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
#Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
|
|
font-size: 12px;
|
|
display: block;
|
|
text-align: center;
|
|
padding: 4px 0px;
|
|
color: #8B8B8B;
|
|
}
|
|
#Top_bar .wpml-languages ul.wpml-lang-dropdown li a:hover {
|
|
text-decoration: none;
|
|
color: #5F5F5F;
|
|
background: rgba(0, 0, 0, .03);
|
|
}
|
|
#Top_bar .wpml-languages:hover {
|
|
height: auto;
|
|
}
|
|
#Top_bar .wpml-languages:hover ul.wpml-lang-dropdown {
|
|
display: block;
|
|
}
|
|
#Top_bar .wpml-languages a.active, #Top_bar .wpml-languages ul.wpml-lang-dropdown {
|
|
background: #fff;
|
|
}
|
|
#Top_bar .wpml-languages.horizontal {
|
|
display: block;
|
|
padding: 8px 10px;
|
|
border: 1px solid #e8e8e8;
|
|
background: #fff;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
#Top_bar .wpml-languages.horizontal ul li {
|
|
float: left;
|
|
margin-right: 6px;
|
|
}
|
|
#Top_bar .wpml-languages.horizontal ul li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
/* #menu
|
|
================================================== */
|
|
|
|
|
|
/* main menu 1st level */
|
|
|
|
#Top_bar #menu {
|
|
z-index: 201;
|
|
}
|
|
#Top_bar .menu {
|
|
z-index: 202;
|
|
}
|
|
|
|
#Top_bar .menu::after {
|
|
content: "";
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
#Top_bar .menu>li {
|
|
margin: 0;
|
|
z-index: 203;
|
|
display: block;
|
|
float: left;
|
|
transition: all 0.2s ease;
|
|
}
|
|
#Top_bar .menu>li:not(.mfn-megamenu-parent) {
|
|
position: relative;
|
|
}
|
|
#Top_bar .menu>li.hover {
|
|
z-index: 204;
|
|
background: #305486;
|
|
}
|
|
#Top_bar .menu>li>a {
|
|
display: block;
|
|
line-height: 60px;
|
|
padding: 15px 0;
|
|
position: relative;
|
|
}
|
|
#Top_bar .page-menu>li>a {
|
|
padding: 15px 20px;
|
|
}
|
|
|
|
/* default WP Pages Menu */
|
|
|
|
#Top_bar .menu>li>a:after {
|
|
content: "";
|
|
height: 4px;
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: -4px;
|
|
z-index: 203;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
#Top_bar .menu>li>a span:not(.description) {
|
|
display: block;
|
|
line-height: 50px;
|
|
padding: 0 33px;
|
|
white-space: nowrap;
|
|
border-right: 1px dotted #568fdd;
|
|
}
|
|
|
|
@media (max-width: 1400px) {
|
|
#Top_bar .menu>li>a span:not(.description) {
|
|
padding: 0 28px;
|
|
}
|
|
}
|
|
|
|
|
|
#Top_bar .menu>li>a span.description {
|
|
font-size: 11px;
|
|
line-height: 12px !important;
|
|
margin: -15px -15px 0;
|
|
color: #aaa;
|
|
font-weight: 300;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
#Top_bar .menu>li:last-child>a span {
|
|
border: 0;
|
|
}
|
|
#Top_bar .menu>li>a:hover {
|
|
text-decoration: none;
|
|
}
|
|
.menu-arrows #Top_bar .menu>li.submenu>a>span:not(.description) {
|
|
padding-right: 30px;
|
|
}
|
|
.menu-arrows #Top_bar .menu>li.submenu>a>span:not(.description):after {
|
|
content: "";
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 10px;
|
|
margin-top: -2px;
|
|
border-top: 5px solid #ccc;
|
|
border-left: 5px solid transparent;
|
|
border-right: 5px solid transparent;
|
|
}
|
|
.menu-highlight #Top_bar .menu>li.current-menu-item>a, .menu-highlight #Top_bar .menu>li.current_page_item>a, .menu-highlight #Top_bar .menu>li.current-menu-ancestor>a, .menu-highlight #Top_bar .menu>li.current_page_ancestor>a, .menu-highlight #Top_bar .menu>li.hover>a {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Animation */
|
|
|
|
#Top_bar .menu>li>a, #Top_bar .menu>li>a:after {
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-ms-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
#Top_bar .menu>li.current-menu-item>a:after, #Top_bar .menu>li.current_page_item>a:after, #Top_bar .menu>li.current-menu-ancestor>a:after, #Top_bar .menu>li.current_page_ancestor>a:after, #Top_bar .menu>li.hover>a:after {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
|
|
/* main menu 2nd level */
|
|
|
|
#Top_bar .menu li ul {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 100%;
|
|
z-index: 205;
|
|
margin: 0;
|
|
display: none;
|
|
background-image: url(../box_shadow.png);
|
|
background-repeat: repeat-x;
|
|
background-position: left top;
|
|
}
|
|
#Top_bar .menu li>ul {
|
|
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
|
|
-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
|
|
}
|
|
#Top_bar .menu li ul li {
|
|
padding: 0;
|
|
width: 100%;
|
|
min-width: 199px;
|
|
position: relative;
|
|
font-weight: normal;
|
|
border-bottom: 1px solid rgba(75,122,187,0.5);
|
|
}
|
|
|
|
#Top_bar .menu li ul li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
|
|
#Top_bar .menu li ul li a {
|
|
padding: 7px 15px;
|
|
display: block;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
}
|
|
#Top_bar .menu li ul li a span {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
#Top_bar .menu li ul li a .menu-arrow {
|
|
position: absolute;
|
|
right: 7px;
|
|
top: 11px;
|
|
font-size: 12px;
|
|
color: rgba(0, 0, 0, 0.35);
|
|
}
|
|
#Top_bar .menu>li ul li a:hover, #Top_bar .menu>li ul li.hover>a {
|
|
text-decoration: none;
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
/* main menu 3rd level */
|
|
|
|
#Top_bar .menu li ul li ul {
|
|
position: absolute;
|
|
left: 190px;
|
|
top: 0px;
|
|
z-index: 204;
|
|
}
|
|
|
|
/* Animation */
|
|
|
|
#Top_bar .menu li ul li a {
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
-o-transition: all 0.2s ease-in-out;
|
|
-ms-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
|
|
/* #secondary menu
|
|
================================================== */
|
|
|
|
#Header #menu-secondary-menu {
|
|
z-index: 220;
|
|
}
|
|
#Header .secondary-menu {
|
|
z-index: 221;
|
|
}
|
|
#Header .secondary-menu>li {
|
|
margin: 0;
|
|
z-index: 222;
|
|
display: block;
|
|
float: left;
|
|
position: relative;
|
|
padding: 8px 9px;
|
|
line-height: 100%;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
#Header .secondary-menu>li.submenu {
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
#Header .secondary-menu>li>a {
|
|
display: block;
|
|
}
|
|
#Header .secondary-menu>li>a:hover {
|
|
text-decoration: none;
|
|
}
|
|
#Header .secondary-menu li ul {
|
|
position: absolute;
|
|
left: 0px;
|
|
padding: 7px;
|
|
top: 100%;
|
|
z-index: 223;
|
|
margin: 0;
|
|
display: none;
|
|
-webkit-border-radius: 0px 4px 4px 4px;
|
|
border-radius: 0 4px 4px 4px;
|
|
}
|
|
#Header .secondary-menu li ul li {}
|
|
#Header .secondary-menu li ul li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
#Header .secondary-menu li ul li a {
|
|
display: block;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
padding: 6px 8px;
|
|
}
|
|
#Header .secondary-menu li ul li a:hover {
|
|
text-decoration: none;
|
|
}
|
|
#Header .secondary-menu>li>a {
|
|
color: #A8A8A8;
|
|
}
|
|
#Header .secondary-menu>li.hover, #Header .secondary-menu li ul {
|
|
background: #F9F9F9;
|
|
}
|
|
#Header .secondary-menu li ul li {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
}
|
|
#Header .secondary-menu li ul li a {
|
|
color: #8B8B8B;
|
|
}
|
|
#Header .secondary-menu li ul li a:hover {
|
|
color: #5F5F5F;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
/* #Header styles
|
|
================================================== */
|
|
|
|
.header-fixed #Action_bar {
|
|
display: none;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.header-fixed #Top_bar {
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0 !important;
|
|
height: 60px;
|
|
z-index: 701;
|
|
background: #fff;
|
|
opacity: .97;
|
|
filter: alpha(opacity=97);
|
|
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.header-fixed #Top_bar .top_bar_left, .header-fixed #Top_bar .top_bar_right, .header-fixed #Top_bar .top_bar_right:before {
|
|
background: none;
|
|
}
|
|
.header-fixed #Top_bar .top_bar_right {
|
|
top: -4px;
|
|
}
|
|
.header-fixed #Top_bar .logo {
|
|
width: auto;
|
|
margin: 0 30px 0 20px;
|
|
padding: 0;
|
|
}
|
|
.header-fixed #Top_bar #logo {
|
|
padding: 5px 0;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.header-fixed #Top_bar #logo img {
|
|
max-height: 35px;
|
|
}
|
|
.header-fixed #Top_bar .menu_wrapper {
|
|
clear: none;
|
|
}
|
|
.header-fixed #Top_bar .menu_wrapper .menu>li>a {
|
|
padding: 15px 0;
|
|
}
|
|
.header-fixed #Top_bar .menu>li>a, .header-fixed #Top_bar .menu>li>a span {
|
|
line-height: 30px;
|
|
}
|
|
.header-fixed #Top_bar .menu>li>a:after {
|
|
top: auto;
|
|
bottom: -4px;
|
|
}
|
|
.header-fixed #Top_bar .menu>li>a span.description {
|
|
margin-top: -5px;
|
|
}
|
|
.header-fixed #Top_bar #header_cart {
|
|
top: 27px;
|
|
}
|
|
.header-fixed #Top_bar #search_button {
|
|
top: 25px;
|
|
}
|
|
.header-fixed #Top_bar .wpml-languages {
|
|
top: 15px;
|
|
}
|
|
.header-fixed #Top_bar .secondary_menu_wrapper {
|
|
display: none;
|
|
}
|
|
.header-fixed #Top_bar .responsive-menu-toggle {
|
|
top: 12px;
|
|
}
|
|
}
|
|
.header-below {}
|
|
.header-below #Header .top_bar_left, .header-below #Header .top_bar_right {
|
|
background-color: transparent;
|
|
}
|
|
.header-below #Top_bar {
|
|
position: static;
|
|
}
|
|
.header-below #Top_bar .top_bar_right {
|
|
top: 0;
|
|
}
|
|
.header-below #Top_bar .top_bar_right:before {
|
|
display: none;
|
|
}
|
|
.header-below #Action_bar {
|
|
display: none;
|
|
}
|
|
body.header-below:not(.template-slider) #Header {
|
|
min-height: 90px;
|
|
padding-top: 160px;
|
|
}
|
|
.header-below #Top_bar {
|
|
background-color: #fff;
|
|
}
|
|
.header-classic {}
|
|
.header-classic #Header .top_bar_left, .header-classic #Header .top_bar_right {
|
|
background-color: transparent;
|
|
}
|
|
.header-classic #Top_bar {
|
|
position: static;
|
|
}
|
|
.header-classic #Top_bar .top_bar_right {
|
|
top: 0;
|
|
}
|
|
.header-classic #Top_bar .top_bar_right:before {
|
|
display: none;
|
|
}
|
|
.header-classic #Action_bar {
|
|
position: static;
|
|
}
|
|
.header-classic #Action_bar .contact_details li, .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu {
|
|
padding: 12px 0;
|
|
}
|
|
.header-classic #Action_bar {
|
|
background-color: #2C2C2C;
|
|
}
|
|
.header-classic #Top_bar {
|
|
background-color: #fff;
|
|
}
|
|
.header-split {}
|
|
.header-split #Header .top_bar_left {
|
|
width: 100% !important;
|
|
}
|
|
.header-split #Header .top_bar_left, .header-split #Header .top_bar_right {
|
|
background-color: transparent;
|
|
}
|
|
.header-split #Header .top_bar_left .menu_wrapper {
|
|
width: 100%;
|
|
}
|
|
.header-split #Header .top_bar_left .menu_left {
|
|
float: left;
|
|
width: 38%;
|
|
text-align: center;
|
|
}
|
|
.header-split #Header .top_bar_left .menu_right {
|
|
float: right;
|
|
width: 38%;
|
|
text-align: center;
|
|
}
|
|
.header-split #Header .top_bar_left .menu>li {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
.header-split #Header .top_bar_left .logo {
|
|
width: 100%;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
@media only screen and (min-width: 1240px) {
|
|
.header-split #Header .top_bar_left .logo {
|
|
position: absolute;
|
|
left: 38%;
|
|
width: 24%;
|
|
}
|
|
}
|
|
.header-split #Top_bar .top_bar_right {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -28px;
|
|
padding: 0;
|
|
}
|
|
.header-split #Top_bar a.action_button, .header-split #Top_bar a#header_cart, .header-split #Top_bar .wpml-languages {
|
|
display: none;
|
|
}
|
|
.header-split #Top_bar .top_bar_right:before {
|
|
display: none;
|
|
}
|
|
.header-split #Top_bar {
|
|
position: static;
|
|
background-color: #fff;
|
|
}
|
|
.header-split #Action_bar {
|
|
position: static;
|
|
background-color: #2C2C2C;
|
|
}
|
|
.header-split #Action_bar .contact_details li, .header-split #Action_bar .social, .header-split #Action_bar .social-menu {
|
|
padding: 12px 0;
|
|
}
|
|
.header-stack {}
|
|
.header-stack #Header .top_bar_left {
|
|
width: 100% !important;
|
|
box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
|
|
}
|
|
|
|
/**/
|
|
|
|
.header-stack #Header .top_bar_left, .header-stack #Header .top_bar_right {
|
|
background-color: #fff;
|
|
}
|
|
.header-stack #Top_bar {
|
|
position:absolute;
|
|
|
|
}
|
|
.header-stack #Top_bar .logo {
|
|
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: left;
|
|
border-bottom-width: 0px;
|
|
border-style: solid;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/**/
|
|
|
|
.header-stack.header-center #Top_bar .logo {
|
|
text-align: center;
|
|
}
|
|
.header-stack.header-right #Top_bar .logo {
|
|
text-align: right;
|
|
}
|
|
.header-stack #Top_bar .logo #logo {
|
|
display: inline-block;
|
|
height: auto;
|
|
}
|
|
|
|
/**/
|
|
|
|
.header-stack #Top_bar .menu_wrapper {
|
|
clear: both;
|
|
}
|
|
|
|
/**/
|
|
|
|
.header-stack #Top_bar .menu_wrapper .menu>li>a {
|
|
padding: 0;
|
|
}
|
|
|
|
/**/
|
|
|
|
.header-stack #Top_bar .menu>li>a span.description {
|
|
margin-bottom: 10px;
|
|
}
|
|
.header-stack #Top_bar .top_bar_right {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: -16px;
|
|
top: auto;
|
|
}
|
|
|
|
/**/
|
|
|
|
.header-stack #Top_bar .top_bar_right:before {
|
|
display: none;
|
|
}
|
|
.header-stack #Top_bar .secondary_menu_wrapper {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 35px;
|
|
display: block;
|
|
}
|
|
|
|
/**/
|
|
|
|
.header-stack.header-right #Top_bar .secondary_menu_wrapper {
|
|
left: 20px;
|
|
right: auto;
|
|
}
|
|
|
|
/**/
|
|
|
|
.header-stack #Action_bar {
|
|
position: static;
|
|
}
|
|
.header-stack #Action_bar .contact_details li, .header-stack #Action_bar .social, .header-stack #Action_bar .social-menu {
|
|
padding: 12px 0;
|
|
}
|
|
body.header-stack:not(.template-slider) #Header {
|
|
min-height: 315px;
|
|
}
|
|
.header-stack #Action_bar {
|
|
background-color: #2C2C2C;
|
|
}
|
|
.header-stack #Top_bar {
|
|
background-color: #fff;
|
|
}
|
|
.header-magazine #Top_bar .logo {
|
|
border: 0;
|
|
}
|
|
.header-magazine #Top_bar .top_bar_right {
|
|
display: none;
|
|
}
|
|
.header-magazine #Top_bar .secondary_menu_wrapper {
|
|
display: none;
|
|
}
|
|
.header-magazine #Top_bar .banner_wrapper {
|
|
display: block;
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 20px;
|
|
width: 468px;
|
|
height: 60px;
|
|
text-align: right;
|
|
}
|
|
.header-magazine #Top_bar .banner_wrapper a {
|
|
display: block;
|
|
line-height: 0;
|
|
}
|
|
.header-magazine #Top_bar .banner_wrapper img {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
max-height: 60px;
|
|
}
|
|
.header-simple {}
|
|
.header-simple #Action_bar {
|
|
display: none;
|
|
}
|
|
.header-simple #Top_bar .top_bar_left {
|
|
width: 100% !important;
|
|
background: none;
|
|
}
|
|
.header-simple #Top_bar:not(.is-sticky) .top_bar_left {
|
|
top: -40px;
|
|
}
|
|
.header-simple #Top_bar .top_bar_right, .header-simple #Top_bar .top_bar_right:before {
|
|
display: none;
|
|
}
|
|
.header-simple #Top_bar .menu>li>a span.description {
|
|
margin: 0 0 0 5px;
|
|
}
|
|
.header-empty #Header {
|
|
position: static;
|
|
min-height: 0 !important;
|
|
}
|
|
.header-empty #Subheader {
|
|
display: none;
|
|
}
|
|
.header-empty #Content {
|
|
padding: 0 !important;
|
|
}
|
|
.header-transparent #Top_bar .top_bar_left, .header-transparent #Top_bar .top_bar_right, .header-transparent #Top_bar .top_bar_right:before {
|
|
background: none;
|
|
}
|
|
.header-transparent #Top_bar .top_bar_right {
|
|
top: -15px;
|
|
}
|
|
.header-transparent #Top_bar #logo {
|
|
padding: 0;
|
|
}
|
|
.header-transparent #Top_bar a.responsive-menu-toggle {
|
|
top: 10px;
|
|
}
|
|
.header-transparent #Top_bar .menu>li>a:after {
|
|
background: none;
|
|
}
|
|
.header-transparent #Top_bar .menu>li>a span {
|
|
border-color: rgba(0, 0, 0, 0.03);
|
|
}
|
|
.header-transparent #Top_bar .menu li>ul:not(.mfn-megamenu-bg) {
|
|
background-image: none;
|
|
}
|
|
.header-overlay .top_bar_right {
|
|
display: none;
|
|
}
|
|
.header-overlay #Top_bar.is-sticky {
|
|
display: none;
|
|
}
|
|
.header-overlay .overlay-menu-toggle {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 30px;
|
|
font-size: 30px;
|
|
z-index: 9911;
|
|
}
|
|
.header-overlay .overlay-menu-toggle.focus {
|
|
color: #fff;
|
|
-webkit-transition: all 0.3s;
|
|
-moz-transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
}
|
|
.header-overlay .overlay-menu-toggle .close {
|
|
display: none;
|
|
}
|
|
.header-overlay .overlay-menu-toggle.focus .open {
|
|
display: none;
|
|
}
|
|
.header-overlay .overlay-menu-toggle.focus .close {
|
|
display: block;
|
|
}
|
|
.header-overlay.sticky-header .overlay-menu-toggle {
|
|
position: fixed;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* #Overlay Menu
|
|
================================================== */
|
|
|
|
#Overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 9910;
|
|
background: rgba(41, 145, 214, .95);
|
|
display: none;
|
|
}
|
|
#overlay-menu {
|
|
position: absolute;
|
|
width: 700px;
|
|
left: 50%;
|
|
margin-left: -350px;
|
|
top: 50%;
|
|
margin-top: -150px;
|
|
}
|
|
#overlay-menu ul li {
|
|
text-align: center;
|
|
}
|
|
#overlay-menu ul li a {
|
|
color: #fff;
|
|
font-size: 34px;
|
|
line-height: 52px;
|
|
letter-spacing: 3px;
|
|
text-decoration: none;
|
|
}
|
|
#overlay-menu ul li a:hover {
|
|
opacity: .8;
|
|
}
|
|
#overlay-menu ul li a:before, #overlay-menu ul li a:after {
|
|
display: inline-block;
|
|
opacity: 0;
|
|
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
|
|
-moz-transition: -moz-transform 0.3s, opacity 0.2s;
|
|
transition: transform 0.3s, opacity 0.2s;
|
|
}
|
|
#overlay-menu ul li a:before {
|
|
margin-right: 20px;
|
|
content: '[';
|
|
-webkit-transform: translateX(20px);
|
|
-moz-transform: translateX(20px);
|
|
transform: translateX(20px);
|
|
}
|
|
#overlay-menu ul li a:after {
|
|
margin-left: 20px;
|
|
content: ']';
|
|
-webkit-transform: translateX(-20px);
|
|
-moz-transform: translateX(-20px);
|
|
transform: translateX(-20px);
|
|
}
|
|
#overlay-menu ul li a:hover:before, #overlay-menu ul li a:hover:after, #overlay-menu ul li a:hover:before, #overlay-menu ul li a:hover:after {
|
|
opacity: 1;
|
|
-webkit-transform: translateX(0px);
|
|
-moz-transform: translateX(0px);
|
|
transform: translateX(0px);
|
|
}
|
|
|
|
/* #Subheader
|
|
================================================== */
|
|
|
|
#Subheader {
|
|
background-color: rgba(0, 0, 0, .02);
|
|
background-position: center top;
|
|
background-repeat: no-repeat;
|
|
padding: 30px 0;
|
|
position: relative;
|
|
}
|
|
.subheader-transparent #Subheader {
|
|
background: none;
|
|
}
|
|
.hide-title-area #Subheader {
|
|
display: none;
|
|
}
|
|
#Subheader .column {
|
|
margin-bottom: 0;
|
|
}
|
|
#Subheader .title {
|
|
margin-bottom: 0;
|
|
width: 70%;
|
|
float: left;
|
|
}
|
|
#Subheader ul.breadcrumbs {
|
|
display: block;
|
|
width: 30%;
|
|
margin: 1px 0 0;
|
|
font-size: 1em !important;
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
#Subheader ul.breadcrumbs li {
|
|
display: inline-block;
|
|
}
|
|
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
|
|
color: rgba(0, 0, 0, .3);
|
|
}
|
|
#Subheader ul.breadcrumbs li span {
|
|
margin: 0 10px;
|
|
opacity: 0.4;
|
|
filter: alpha(opacity=40);
|
|
}
|
|
#Subheader:after {
|
|
content: "";
|
|
height: 3px;
|
|
width: 100%;
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -3px;
|
|
z-index: 1;
|
|
background: url(../box_shadow.png) repeat-x left top;
|
|
}
|
|
#Subheader ul.woocommerce-breadcrumb li:last-child span {
|
|
display: none;
|
|
}
|
|
|
|
/* subheader-style */
|
|
|
|
.subheader-title-right #Subheader .title {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
.subheader-title-right #Subheader .breadcrumbs {
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
.subheader-both-left #Subheader .title {
|
|
width: 100%;
|
|
}
|
|
.subheader-both-left #Subheader .breadcrumbs {
|
|
width: 100%;
|
|
text-align: left;
|
|
margin-top: 10px;
|
|
}
|
|
.subheader-both-right #Subheader .title {
|
|
width: 100%;
|
|
text-align: right;
|
|
}
|
|
.subheader-both-right #Subheader .breadcrumbs {
|
|
width: 100%;
|
|
text-align: right;
|
|
margin-top: 10px;
|
|
}
|
|
.subheader-both-center #Subheader .title {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.subheader-both-center #Subheader .breadcrumbs {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/* #Post
|
|
================================================== */
|
|
|
|
.post-item {
|
|
margin-bottom: 40px;
|
|
position: relative;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
.post-item .date_label {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 7px;
|
|
display: none;
|
|
}
|
|
.post-photo-wrapper {
|
|
width: 37%;
|
|
float: left;
|
|
}
|
|
.post-photo-wrapper iframe {
|
|
width: 100%;
|
|
}
|
|
.post-desc-wrapper {
|
|
width: 63%;
|
|
float: left;
|
|
}
|
|
.post-desc {
|
|
padding: 15px 0 0 20px;
|
|
}
|
|
.format-standard.no-img .post-photo-wrapper {
|
|
display: none;
|
|
}
|
|
.format-standard.no-img .post-desc-wrapper, .search-results .no-img .post-desc-wrapper {
|
|
width: 100%;
|
|
}
|
|
.post-meta {
|
|
margin-bottom: 8px;
|
|
}
|
|
.post-meta .author-date {
|
|
float: left;
|
|
color: #f2f2f2;
|
|
padding: 5px 15px 5px 9px;
|
|
border-radius: 2px;
|
|
background: #bab7c3;
|
|
}
|
|
.post-meta .author-date a {
|
|
border-bottom-width: 1px;
|
|
border-style: dotted;
|
|
text-decoration: none !important;
|
|
}
|
|
.post-meta .category {
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
.post-meta .category.mata-tags {
|
|
margin-right: 10px;
|
|
}
|
|
.post-meta .category .cat-btn {
|
|
cursor: pointer;
|
|
}
|
|
.post-meta .category .cat-wrapper {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 100%;
|
|
display: none;
|
|
z-index: 21;
|
|
}
|
|
.post-meta .category:hover .cat-wrapper {
|
|
display: block;
|
|
}
|
|
.post-meta .category .cat-wrapper ul {
|
|
padding: 7px;
|
|
min-width: 70px;
|
|
background: #F9F9F9;
|
|
}
|
|
.post-meta .category .cat-wrapper ul li {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
}
|
|
.post-meta .category .cat-wrapper ul li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.post-meta .category .cat-wrapper ul li a {
|
|
display: block;
|
|
text-align: center;
|
|
padding: 1px 5px;
|
|
color: #8B8B8B;
|
|
}
|
|
.post-meta .category .cat-wrapper ul li a:hover {
|
|
text-decoration: none;
|
|
color: #5F5F5F;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.post-excerpt {
|
|
margin-bottom: 15px;
|
|
}
|
|
.cat_description {
|
|
margin-bottom: 40px;
|
|
}
|
|
.post-footer {
|
|
background: rgba(0, 0, 0, .02);
|
|
padding: 7px 15px;
|
|
overflow: hidden;
|
|
line-height: 30px;
|
|
}
|
|
.post-footer .button-love {
|
|
float: left;
|
|
}
|
|
.post-footer .button-love a.mfn-love {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding-left: 24px;
|
|
margin-left: 5px;
|
|
}
|
|
.post-footer .button-love a.mfn-love i {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
font-size: 16px;
|
|
}
|
|
.post-footer .button-love a.mfn-love:hover {
|
|
text-decoration: none;
|
|
}
|
|
.post-footer .button-love a.mfn-love i:last-child {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-ms-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
.post-footer .button-love a:hover.mfn-love i:last-child, .post-footer .button-love a.loved.mfn-love i:last-child {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
.post-footer .post-links {
|
|
float: right;
|
|
border-left-width: 1px;
|
|
border-style: solid;
|
|
padding-left: 10px;
|
|
}
|
|
.post-footer .post-links .post-comments {
|
|
margin-right: 10px;
|
|
}
|
|
.hide-more .post-footer .post-links .icon-doc-text, .hide-more .post-footer .post-links .post-more {
|
|
display: none;
|
|
}
|
|
.blog_slider.hide-more .item_wrapper .hr_color, .blog_slider.hide-more .item_wrapper .button {
|
|
display: none;
|
|
}
|
|
|
|
/* Masonry */
|
|
|
|
.masonry {}
|
|
.masonry .post-item {
|
|
width: 31.2%;
|
|
margin: 0 1% 20px;
|
|
background: #fff;
|
|
}
|
|
.masonry .post-photo-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.masonry .post-desc-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.masonry .post-desc-wrapper .post-desc {
|
|
padding: 20px 20px 0;
|
|
}
|
|
.masonry .post-footer {
|
|
margin: 0 -20px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.masonry .post-meta .author-date .author span.label {
|
|
display: none;
|
|
}
|
|
.masonry .post-desc-wrapper .post-meta .category .cat-btn {
|
|
display: none;
|
|
}
|
|
.masonry .post-desc-wrapper .post-footer .button-love .love-text {
|
|
display: none;
|
|
}
|
|
|
|
/* Timeline */
|
|
|
|
.timeline .post-item {
|
|
float: none;
|
|
width: auto;
|
|
padding-left: 200px;
|
|
margin-bottom: 0;
|
|
padding-bottom: 40px;
|
|
background: url(../timeline_right.png) no-repeat 90px top;
|
|
}
|
|
.timeline .post-item:last-child {
|
|
padding-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.timeline .format-quote .post-meta, .timeline .format-link .post-meta {
|
|
padding-top: 7px;
|
|
}
|
|
.timeline .post-item:before {
|
|
content: "";
|
|
width: 7px;
|
|
height: 7px;
|
|
border-width: 4px;
|
|
border-style: solid;
|
|
-webkit-border-radius: 100%;
|
|
border-radius: 100%;
|
|
position: absolute;
|
|
left: 126px;
|
|
top: 11px;
|
|
display: block;
|
|
visibility: visible;
|
|
z-index: 1;
|
|
}
|
|
.timeline .date_label {
|
|
display: block;
|
|
}
|
|
.timeline .post-meta .author-date .date {
|
|
display: none;
|
|
}
|
|
|
|
/* Post types =========================================== */
|
|
|
|
.format-quote .post-photo-wrapper {
|
|
display: none;
|
|
}
|
|
.format-quote .post-desc {
|
|
padding: 0;
|
|
}
|
|
.format-quote .post-desc-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.format-video {}
|
|
.format-video .image_frame .image_wrapper img {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.format-video .image_frame:hover .image_wrapper img {
|
|
top: 0px;
|
|
}
|
|
.format-link .post-photo-wrapper {
|
|
display: none;
|
|
}
|
|
.format-link .post-desc-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.format-link .post-desc {
|
|
padding: 0;
|
|
}
|
|
.format-link .post-title {
|
|
overflow: hidden;
|
|
}
|
|
.format-link .post-title .icon-link {
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
font-size: 60px;
|
|
line-height: 80px;
|
|
border-right-width: 1px;
|
|
border-style: solid;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
.format-link .post-title .link-wrapper {
|
|
margin-left: 100px;
|
|
padding-top: 14px;
|
|
}
|
|
.format-link .post-title .link-wrapper h4 {
|
|
margin-bottom: 7px;
|
|
font-size: 20px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
/* #Single post
|
|
================================================== */
|
|
|
|
.post-nav {
|
|
padding: 10px 10px 4px 130px;
|
|
margin-bottom: 20px;
|
|
background-image: url(../stripes/stripes_5_b.png);
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
.post-nav .next-prev-nav {
|
|
float: left;
|
|
}
|
|
.post-nav .next-prev-nav li {
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
.post-nav .next-prev-nav a.button {
|
|
margin: 0;
|
|
}
|
|
.post-nav .list-nav {
|
|
float: right;
|
|
line-height: 49px;
|
|
}
|
|
.post-header {
|
|
margin-bottom: 20px;
|
|
}
|
|
.post-header .button-love {
|
|
width: 99px;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
.post-header .button-love a.mfn-love {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding-left: 28px;
|
|
font-size: 17px;
|
|
margin-top: 25px;
|
|
}
|
|
.no-title .post-header .button-love a.mfn-love {
|
|
margin-top: 0;
|
|
}
|
|
.post-header .button-love a.mfn-love i {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
font-size: 18px;
|
|
}
|
|
.post-header .button-love a.mfn-love:hover {
|
|
text-decoration: none;
|
|
}
|
|
.post-header .button-love a.mfn-love i:last-child {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-ms-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
.post-header .button-love a:hover.mfn-love i:last-child, .post-header .button-love a.loved.mfn-love i:last-child {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
.post-header .title_wrapper {
|
|
margin-left: 0;
|
|
border-left-width: 0px;
|
|
border-style: solid;
|
|
padding-left: 0;
|
|
}
|
|
.post-header .title_wrapper h1 {
|
|
font-size: 35px;
|
|
line-height: 35px;
|
|
}
|
|
.single-photo-wrapper {}
|
|
.single-photo-wrapper .share_wrapper {
|
|
float: left;
|
|
}
|
|
.single-photo-wrapper .image_frame {
|
|
margin-left: 130px;
|
|
}
|
|
.no-share .single-photo-wrapper .image_frame {
|
|
margin-left: 0px;
|
|
}
|
|
.single-photo-wrapper .image_frame iframe {
|
|
width: 100%;
|
|
}
|
|
.format-image .single-photo-wrapper {
|
|
text-align: center;
|
|
}
|
|
.format-image .single-photo-wrapper .image_frame {
|
|
display: inline-block;
|
|
margin-left: 0;
|
|
}
|
|
.share_wrapper {
|
|
background: #fff;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
width: 98px;
|
|
text-align: center;
|
|
padding: 10px 0 5px;
|
|
}
|
|
.share_wrapper .stButton {
|
|
margin-bottom: 10px;
|
|
}
|
|
.author-box {}
|
|
.author-box .avatar-wrapper {
|
|
width: 64px;
|
|
height: 64px;
|
|
float: left;
|
|
border-width: 8px;
|
|
border-style: solid;
|
|
display: block;
|
|
line-height: 0;
|
|
-webkit-border-radius: 100%;
|
|
border-radius: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.author-box .desc-wrapper {
|
|
background: rgba(0, 0, 0, .02);
|
|
padding: 20px;
|
|
position: relative;
|
|
margin-left: 105px;
|
|
}
|
|
.author-box .desc-wrapper:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
left: -6px;
|
|
top: 35px;
|
|
width: 0px;
|
|
height: 0px;
|
|
border-style: solid;
|
|
border-width: 6px 6px 6px 0;
|
|
border-color: transparent rgba(0, 0, 0, .02) transparent transparent;
|
|
}
|
|
.author-box .desc-wrapper h5 {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/* Post related */
|
|
|
|
.section-post-related {}
|
|
.section-post-related .section-related-adjustment {
|
|
border-top-width: 1px;
|
|
border-style: solid;
|
|
padding-top: 20px;
|
|
}
|
|
.section-post-related .post-related {
|
|
position: relative;
|
|
}
|
|
.section-post-related .post-related .image_frame {
|
|
margin-left: 30px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.section-post-related .post-related .fullscreen-container {
|
|
height: 180px !important;
|
|
}
|
|
.section-post-related .post-related .date_label {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 30px;
|
|
z-index: 20;
|
|
}
|
|
.section-post-related .post-related hr {
|
|
margin-left: 30px;
|
|
width: 40%;
|
|
}
|
|
.section-post-related .post-related a.button {
|
|
margin-left: 30px;
|
|
margin-bottom: 0;
|
|
}
|
|
.section-post-related .format-quote blockquote {
|
|
margin-top: 70px;
|
|
margin-left: 40px;
|
|
}
|
|
.section-post-related .format-link {}
|
|
.section-post-related .format-link .image_frame {
|
|
height: 180px;
|
|
background-color: rgba(255, 255, 255, .5);
|
|
background-image: url("../images/link.png");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.section-post-related .format-standard.no-img .image_frame {
|
|
display: block;
|
|
height: 180px;
|
|
background-color: rgba(255, 255, 255, .5);
|
|
background-image: url("../images/photo.png");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/* single-format-link */
|
|
|
|
.single-format-link .single-photo-wrapper .share_wrapper {
|
|
float: none;
|
|
width: auto;
|
|
padding: 10px 15px 15px;
|
|
}
|
|
.single-format-link .single-photo-wrapper .share_wrapper .stButton {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
.single-format-link .single-photo-wrapper .image_frame {
|
|
display: none;
|
|
}
|
|
|
|
/* single-format-quote */
|
|
|
|
.single-format-quote #Subheader .title {
|
|
width: 100%;
|
|
}
|
|
.single-format-quote #Subheader ul.breadcrumbs {
|
|
display: none;
|
|
}
|
|
.single-format-quote .single-photo-wrapper .share_wrapper {
|
|
float: none;
|
|
width: auto;
|
|
padding: 10px 15px 15px;
|
|
}
|
|
.single-format-quote .single-photo-wrapper .share_wrapper .stButton {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
.single-format-quote .single-photo-wrapper .image_frame {
|
|
display: none;
|
|
}
|
|
|
|
/* no-img */
|
|
|
|
.portfolio.no-img .single-photo-wrapper .share_wrapper, .format-standard.no-img .single-photo-wrapper .share_wrapper {
|
|
float: none;
|
|
width: auto;
|
|
padding: 10px 15px 15px;
|
|
}
|
|
.portfolio.no-img .single-photo-wrapper .share_wrapper .stButton, .format-standard.no-img .single-photo-wrapper .share_wrapper .stButton {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
.portfolio.no-img .single-photo-wrapper .image_frame, .format-standard.no-img .single-photo-wrapper .image_frame {
|
|
display: none;
|
|
}
|
|
|
|
/* Project decription */
|
|
|
|
.project-description {}
|
|
.project-description li {
|
|
width: 99.9%;
|
|
clear: both;
|
|
padding: 7px 10px;
|
|
background: rgba(0, 0, 0, .01);
|
|
border-style: solid;
|
|
border-color: rgba(0, 0, 0, .03);
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.project-description li .label {
|
|
font-weight: bold;
|
|
min-width: 50px;
|
|
display: inline-block;
|
|
}
|
|
.project-description li.one-third {
|
|
float: left;
|
|
width: 33.3%;
|
|
clear: none;
|
|
padding-right: 15px;
|
|
border-width: 0 1px 1px 0;
|
|
}
|
|
.project-description li:nth-child(3) {
|
|
border-right-color: transparent;
|
|
}
|
|
|
|
/* Share Item | .share_item */
|
|
|
|
.share_item {
|
|
float: none;
|
|
width: auto;
|
|
padding: 10px 15px 15px;
|
|
}
|
|
.share_item .stButton {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
|
|
/* #Widget area
|
|
================================================== */
|
|
|
|
.with_aside .four.columns {
|
|
margin-bottom: 0;
|
|
}
|
|
.widget-area {
|
|
border-style: solid;
|
|
padding: 30px 0 20px;
|
|
position: relative;
|
|
}
|
|
body:not(.template-slider) .widget-area {
|
|
margin-top: -30px;
|
|
}
|
|
.widget-area:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 1500px;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, .01);
|
|
visibility: visible;
|
|
}
|
|
.aside_left .widget-area {
|
|
border-right-width: 1px;
|
|
padding-right: 25px;
|
|
}
|
|
.aside_left .widget-area:before {
|
|
right: 0;
|
|
}
|
|
.aside_right .widget-area {
|
|
border-left-width: 1px;
|
|
padding-left: 25px;
|
|
}
|
|
.aside_right .widget-area:before {
|
|
left: 0;
|
|
}
|
|
.widget-area.lines-boxed .widget:after {
|
|
width: 100%;
|
|
}
|
|
.widget-area.lines-hidden .widget:after {
|
|
display: none;
|
|
}
|
|
.widget {
|
|
padding-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
position: relative;
|
|
}
|
|
.widget:last-child {
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.widget:last-child:after {
|
|
display: none;
|
|
}
|
|
.widget:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 1500px;
|
|
height: 0;
|
|
visibility: visible;
|
|
border-width: 1px 0 0 0;
|
|
border-style: solid;
|
|
}
|
|
.widget>h3 {
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.aside_left .widget:after {
|
|
right: 0;
|
|
}
|
|
.aside_right .widget:after {
|
|
left: 0;
|
|
}
|
|
.with_aside.aside_both .sidebar-1 .widget-area {
|
|
border-right-width: 1px;
|
|
padding-right: 25px;
|
|
}
|
|
.with_aside.aside_both .sidebar-1 .widget-area:before {
|
|
right: 0;
|
|
}
|
|
.with_aside.aside_both .sidebar-1 .widget-area .widget:after {
|
|
right: 0;
|
|
}
|
|
.with_aside.aside_both .sidebar-2 .widget-area {
|
|
border-left-width: 1px;
|
|
padding-left: 25px;
|
|
}
|
|
.with_aside.aside_both .sidebar-2 .widget-area:before {
|
|
left: 0;
|
|
}
|
|
.with_aside.aside_both .sidebar-2 .widget-area .widget:after {
|
|
left: 0;
|
|
}
|
|
|
|
/* Recent posts */
|
|
|
|
.Recent_posts {}
|
|
.Recent_posts ul {}
|
|
.Recent_posts ul li {
|
|
margin-bottom: 10px;
|
|
}
|
|
.Recent_posts ul li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.Recent_posts ul li a {
|
|
text-decoration: none;
|
|
}
|
|
.Recent_posts ul li .desc {
|
|
margin-right: 80px;
|
|
padding: 5px 15px;
|
|
background: #fff;
|
|
position: relative;
|
|
min-height: 70px;
|
|
}
|
|
.Recent_posts ul li .desc:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 100%;
|
|
}
|
|
.Recent_posts ul li .desc h6 {
|
|
position: relative;
|
|
z-index: 2;
|
|
margin-bottom: 3px;
|
|
padding-bottom: 3px;
|
|
border-bottom-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
.Recent_posts ul li .desc .date {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.Recent_posts ul li .desc .date i {
|
|
display: inline-block;
|
|
margin-right: 2px;
|
|
}
|
|
.Recent_posts ul li.no-img {
|
|
position: relative;
|
|
}
|
|
.Recent_posts ul li.no-img .photo {
|
|
width: 0;
|
|
position: static;
|
|
}
|
|
.Recent_posts ul li.no-img .desc {
|
|
margin-right: 0;
|
|
min-height: inherit;
|
|
}
|
|
.Recent_posts ul li .photo {
|
|
width: 80px;
|
|
height: 80px;
|
|
line-height: 0;
|
|
text-align: center;
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
.Recent_posts ul li .photo .c {
|
|
width: 25px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
z-index: 3;
|
|
text-align: center;
|
|
color: #fff;
|
|
position: absolute;
|
|
right: -12px;
|
|
bottom: 12px;
|
|
font-size: 11px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.Recent_posts ul li a:hover h6, .Recent_posts ul li a:hover .desc .date {
|
|
color: #fff !important;
|
|
}
|
|
.Recent_posts ul li a:hover .desc:after {
|
|
width: 100%;
|
|
}
|
|
|
|
/* Link */
|
|
|
|
.Recent_posts ul li.format-link .photo {
|
|
background-color: #eee;
|
|
background-image: url("../images/link.png");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.Recent_posts ul li.format-quote .photo {
|
|
background-color: #eee;
|
|
background-image: url("../images/blockquote.png");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: 40% auto;
|
|
}
|
|
|
|
/* Animation */
|
|
|
|
.Recent_posts ul li a:hover h6, .Recent_posts ul li a:hover .desc .date, .Recent_posts ul li a:hover .desc:after {
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
/* Recent posts wordress */
|
|
|
|
.widget_recent_entries {}
|
|
.widget_recent_entries ul {}
|
|
.widget_recent_entries ul li {
|
|
padding: 5px 15px;
|
|
background: #fff;
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
.widget_recent_entries ul li a {
|
|
display: block;
|
|
text-decoration: none;
|
|
position: relative;
|
|
z-index: 2;
|
|
margin-bottom: 3px;
|
|
padding-bottom: 3px;
|
|
border-bottom-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
.widget_recent_entries ul li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.widget_recent_entries ul li:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 100%;
|
|
}
|
|
.widget_recent_entries ul li:hover:after {
|
|
width: 100%;
|
|
}
|
|
.widget_recent_entries ul li .post-date {
|
|
display: block;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.widget_recent_entries ul li:hover a, .widget_recent_entries ul li:hover .post-date {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Animation */
|
|
|
|
.widget_recent_entries ul li:hover a, .widget_recent_entries ul li:hover .post-date, .widget_recent_entries ul li:hover:after {
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
/* Categories */
|
|
|
|
.widget_categories {}
|
|
.widget_categories ul {
|
|
list-style-type: square;
|
|
color: #fff;
|
|
padding: 5px 10px 5px 30px;
|
|
}
|
|
.widget_categories ul li {
|
|
position: relative;
|
|
}
|
|
.widget_categories ul li:after {
|
|
content: "";
|
|
display: block;
|
|
width: 70px;
|
|
border-width: 0 0 1px 0;
|
|
border-style: solid;
|
|
border-color: rgba(255, 255, 255, .2);
|
|
position: absolute;
|
|
left: -30px;
|
|
bottom: 0;
|
|
}
|
|
.widget_categories ul li:last-child:after {
|
|
display: none;
|
|
}
|
|
.widget_categories ul li a {
|
|
color: #fff !important;
|
|
display: block;
|
|
padding: 7px 0 7px 3px;
|
|
}
|
|
|
|
/* Archives, Custom menu */
|
|
|
|
.widget_archive, .widget_nav_menu {}
|
|
.widget_archive ul, .widget_nav_menu ul {
|
|
list-style-type: square;
|
|
padding: 5px 10px 5px 30px;
|
|
background: rgba(0, 0, 0, .03);
|
|
}
|
|
.widget_archive ul li, .widget_nav_menu ul li {
|
|
position: relative;
|
|
}
|
|
.widget_archive ul li:after, .widget_nav_menu ul li:after {
|
|
content: "";
|
|
display: block;
|
|
width: 70px;
|
|
border-width: 0 0 1px 0;
|
|
border-style: solid;
|
|
border-color: rgba(0, 0, 0, .1);
|
|
position: absolute;
|
|
left: -30px;
|
|
bottom: 0;
|
|
}
|
|
.widget_archive ul li:last-child:after, .widget_nav_menu ul li:last-child:after {
|
|
display: none;
|
|
}
|
|
.widget_archive ul li a, .widget_nav_menu ul li a {
|
|
display: block;
|
|
padding: 8px 0 9px 3px;
|
|
}
|
|
|
|
/* Meta, Pages, RSS */
|
|
|
|
.widget_meta, .widget_pages, .widget_rss {}
|
|
.widget_meta ul, .widget_pages ul, .widget_rss ul {
|
|
list-style-type: square;
|
|
padding: 0 0 0 30px;
|
|
}
|
|
.widget_meta ul li, .widget_pages ul li, .widget_rss ul li {}
|
|
.widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a {
|
|
display: block;
|
|
padding: 4px 0 7px 4px;
|
|
}
|
|
|
|
/* Recent comments */
|
|
|
|
.widget_mfn_recent_comments {}
|
|
.widget_mfn_recent_comments ul {}
|
|
.widget_mfn_recent_comments ul li {
|
|
padding-bottom: 15px;
|
|
background: url(../recent_comments.png) no-repeat 4px top;
|
|
padding-left: 40px;
|
|
position: relative;
|
|
}
|
|
.widget_mfn_recent_comments ul li:last-child {
|
|
padding-bottom: 5px;
|
|
}
|
|
.widget_mfn_recent_comments ul li .date_label {
|
|
background-color: rgba(0, 0, 0, .03);
|
|
margin-top: 7px;
|
|
margin-bottom: 5px;
|
|
position: relative;
|
|
}
|
|
.widget_mfn_recent_comments ul li .date_label:after {
|
|
border-left-color: rgba(0, 0, 0, .03);
|
|
}
|
|
.widget_mfn_recent_comments ul li:after {
|
|
content: "";
|
|
width: 7px;
|
|
height: 7px;
|
|
border-width: 4px;
|
|
border-style: solid;
|
|
-webkit-border-radius: 100%;
|
|
border-radius: 100%;
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 11px;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
.widget_mfn_recent_comments ul li p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* Recent comments wordpress */
|
|
|
|
.widget_recent_comments {}
|
|
.widget_recent_comments ul li {
|
|
padding-bottom: 5px;
|
|
padding-top: 6px;
|
|
background: url(../recent_comments.png) no-repeat 4px top;
|
|
padding-left: 40px;
|
|
position: relative;
|
|
}
|
|
.widget_recent_comments ul li:last-child {
|
|
padding-bottom: 5px;
|
|
}
|
|
.widget_recent_comments ul li:after {
|
|
content: "";
|
|
width: 7px;
|
|
height: 7px;
|
|
border-width: 4px;
|
|
border-style: solid;
|
|
-webkit-border-radius: 100%;
|
|
border-radius: 100%;
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 11px;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* Search */
|
|
|
|
.widget_search {}
|
|
.widget_search input[type="text"] {
|
|
margin-bottom: 0;
|
|
width: 100%;
|
|
}
|
|
.widget_search input[type="submit"] {
|
|
display: none;
|
|
}
|
|
|
|
/* Calendar */
|
|
|
|
.widget_calendar td, .widget_calendar th {
|
|
padding: 4px 3px;
|
|
}
|
|
.widget_calendar caption {
|
|
padding: 5px;
|
|
font-size: 14px;
|
|
}
|
|
.widget_calendar table tfoot tr:hover td {
|
|
background: none !important;
|
|
}
|
|
|
|
/* Flickr */
|
|
|
|
.Flickr {
|
|
overflow: hidden;
|
|
}
|
|
.Flickr .flickr_badge_image {
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
margin: 0 1% 2% 1%;
|
|
width: 23%;
|
|
}
|
|
.Flickr .flickr_badge_image a {
|
|
display: block;
|
|
line-height: 0;
|
|
}
|
|
|
|
/* Recent tweets */
|
|
|
|
.widget_tp_widget_recent_tweets {}
|
|
.widget_tp_widget_recent_tweets .tp_recent_tweets {
|
|
clear: none;
|
|
float: none;
|
|
}
|
|
.widget_tp_widget_recent_tweets ul {
|
|
overflow: hidden;
|
|
}
|
|
.widget_tp_widget_recent_tweets ul li:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
/* Tag cloud */
|
|
|
|
.widget_mfn_tag_cloud {}
|
|
.widget_mfn_tag_cloud ul {
|
|
margin-bottom: 0;
|
|
overflow: hidden;
|
|
}
|
|
.widget_mfn_tag_cloud ul li {
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
margin: 0 5px 2px 0;
|
|
}
|
|
.widget_mfn_tag_cloud a {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
height: 22px;
|
|
text-shadow: 1px 1px 0 #fff;
|
|
font-size: 12px;
|
|
padding-right: 8px;
|
|
margin-right: 1px;
|
|
}
|
|
.widget_mfn_tag_cloud a:hover {
|
|
text-decoration: none;
|
|
}
|
|
.widget_mfn_tag_cloud a span {
|
|
padding-left: 8px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
/* Muffin menu */
|
|
|
|
.widget_mfn_menu {}
|
|
.widget_mfn_menu ul li a {
|
|
display: block;
|
|
padding: 7px 10px;
|
|
margin-bottom: 5px;
|
|
background: #fff;
|
|
border: 1px solid rgba(0, 0, 0, .04);
|
|
color: #858585;
|
|
}
|
|
.widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current_page_item a {
|
|
text-decoration: none;
|
|
color: #fff !important;
|
|
}
|
|
.widget_mfn_menu ul li ul li a {
|
|
padding-left: 20px;
|
|
}
|
|
.widget_mfn_menu ul li ul li a:before {
|
|
content: "-";
|
|
margin-right: 5px;
|
|
}
|
|
.widget_mfn_menu ul li ul li ul li a {
|
|
padding-left: 40px;
|
|
}
|
|
|
|
/* Animation */
|
|
|
|
.widget_mfn_menu ul li a {
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
/* Muffin login */
|
|
|
|
.mfn-login {
|
|
overflow: hidden;
|
|
}
|
|
.mfn-login form p {
|
|
margin-bottom: 5px;
|
|
}
|
|
.mfn-login form input {
|
|
margin-bottom: 0;
|
|
}
|
|
.mfn-login .sep {
|
|
margin: 0 7px;
|
|
}
|
|
.mfn-login .avatar-wrapper {
|
|
float: left;
|
|
width: 64px;
|
|
margin: 0 10px 10px 0;
|
|
}
|
|
.mfn-login .author {
|
|
float: left;
|
|
}
|
|
.mfn-login .alert {
|
|
padding: 5px 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/* #Portfolio
|
|
================================================== */
|
|
|
|
.portfolio_group {
|
|
margin: 0 !important;
|
|
}
|
|
.portfolio_group .portfolio-item {
|
|
list-style: none !important;
|
|
float: left;
|
|
}
|
|
.portfolio_group:not(.list) .portfolio-item {
|
|
background: none !important;
|
|
}
|
|
.portfolio_group .portfolio-item .list_style_header {
|
|
display: none;
|
|
overflow: hidden;
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
min-height: 43px;
|
|
padding-right: 275px;
|
|
}
|
|
.portfolio_group .portfolio-item .list_style_header h3 {
|
|
margin-bottom: 0;
|
|
margin-top: 7px;
|
|
}
|
|
.portfolio_group .portfolio-item .list_style_header .links_wrapper {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
.portfolio_group .portfolio-item .list_style_header .links_wrapper a {
|
|
margin-bottom: 0;
|
|
}
|
|
.portfolio_group .portfolio-item .list_style_header .links_wrapper a:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.portfolio_group .portfolio-item:first-child .list_style_header .links_wrapper a.portfolio_prev_js {
|
|
display: none;
|
|
}
|
|
.portfolio_group .portfolio-item:last-child .list_style_header .links_wrapper a.portfolio_next_js {
|
|
display: none;
|
|
}
|
|
.portfolio_group .portfolio-item .image_frame {
|
|
width: 100%;
|
|
}
|
|
.portfolio_group .portfolio-item .desc {
|
|
padding: 20px;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .title_wrapper {
|
|
position: relative;
|
|
padding-right: 43px;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .title_wrapper h5 {
|
|
margin-bottom: 0;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .title_wrapper .button-love {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding-left: 24px;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
font-size: 16px;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love:hover {
|
|
text-decoration: none;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i:last-child {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-ms-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a:hover.mfn-love i:last-child, .portfolio_group .portfolio-item .desc .title_wrapper .button-love a.loved.mfn-love i:last-child {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
.portfolio_group .portfolio-item .desc .desc-wrapper {
|
|
margin-right: 280px;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .details-wrapper {
|
|
float: right;
|
|
width: 240px;
|
|
padding-left: 19px;
|
|
border-left-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .details-wrapper dl {
|
|
margin-bottom: 0;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .details-wrapper dl>dt {
|
|
padding: 2px 0;
|
|
border: 0;
|
|
width: 80px;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .details-wrapper dl>dd {
|
|
padding: 2px 0;
|
|
border: 0;
|
|
margin-left: 90px;
|
|
}
|
|
|
|
/* List */
|
|
|
|
.portfolio_group.list .portfolio-item {
|
|
width: 100%;
|
|
border-bottom-width: 0px;
|
|
border-style: solid;
|
|
}
|
|
.portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
|
|
background-position: top center;
|
|
background-repeat: repeat;
|
|
padding: 35px 0;
|
|
}
|
|
body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
|
|
width: 1176px;
|
|
margin: 0 auto;
|
|
}
|
|
.portfolio_group.list .portfolio-item .list_style_header {
|
|
display: block;
|
|
}
|
|
.portfolio_group.list .portfolio-item .desc {
|
|
background: none;
|
|
padding: 20px 0 0;
|
|
}
|
|
.portfolio_group.list .portfolio-item .desc .title_wrapper {
|
|
display: none;
|
|
}
|
|
|
|
/* Flat */
|
|
|
|
.portfolio_group.flat .portfolio-item {
|
|
width: 33.3%;
|
|
}
|
|
.portfolio_group.flat .portfolio-item .image_frame {
|
|
border: 0;
|
|
}
|
|
.portfolio_group.flat .portfolio-item .image_frame .mask {
|
|
box-shadow: 0 0 0 0;
|
|
-webkit-box-shadow: 0 0 0 0;
|
|
}
|
|
.portfolio_group.flat .portfolio-item .desc {
|
|
display: none;
|
|
}
|
|
.portfolio_group.flat.col-4 .portfolio-item {
|
|
width: 24.99%;
|
|
}
|
|
|
|
/* Grid */
|
|
|
|
.portfolio_group.grid .portfolio-item {
|
|
width: 31.2%;
|
|
margin: 0 1% 20px;
|
|
}
|
|
.portfolio_group.grid .portfolio-item .desc .desc-wrapper, .portfolio_group.grid .portfolio-item .desc .details-wrapper {
|
|
display: none;
|
|
}
|
|
|
|
/* Masonry */
|
|
|
|
.portfolio_group.masonry .portfolio-item {
|
|
width: 31.2%;
|
|
margin: 0 1% 20px;
|
|
}
|
|
.portfolio_group.masonry .portfolio-item .desc .title_wrapper {
|
|
margin-bottom: 15px;
|
|
}
|
|
.portfolio_group.masonry .portfolio-item .desc .desc-wrapper {
|
|
display: block;
|
|
margin-right: 0;
|
|
}
|
|
.portfolio_group.masonry .portfolio-item .desc .details-wrapper {
|
|
display: none;
|
|
}
|
|
|
|
/* Masonry Flat */
|
|
|
|
.portfolio_group.masonry-flat .portfolio-item {
|
|
width: 24.99%;
|
|
}
|
|
.portfolio_group.masonry-flat .portfolio-item.wide {
|
|
width: 49.99%;
|
|
}
|
|
.portfolio_group.masonry-flat .portfolio-item.tall {
|
|
margin-bottom: -1px;
|
|
}
|
|
.portfolio_group.masonry-flat .portfolio-item .image_frame {
|
|
border: 0;
|
|
}
|
|
.portfolio_group.masonry-flat .portfolio-item .image_frame .mask {
|
|
box-shadow: 0 0 0 0;
|
|
-webkit-box-shadow: 0 0 0 0;
|
|
}
|
|
.portfolio_group.masonry-flat .portfolio-item .image_frame img {
|
|
margin: 0 !important;
|
|
top: 0 !important;
|
|
}
|
|
.portfolio_group.masonry-flat .portfolio-item .desc {
|
|
display: none;
|
|
}
|
|
.section_wrapper .portfolio_wrapper .column.one.pager_wrapper {
|
|
margin: 40px 0 !important;
|
|
}
|
|
.template-slider .section-portfolio-header {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/* #Filters
|
|
================================================== */
|
|
|
|
|
|
/* #Footer
|
|
================================================== */
|
|
|
|
#Footer {
|
|
background-position: center top;
|
|
background-repeat: no-repeat;
|
|
}
|
|
#Footer .footer_action {
|
|
background: rgba(0, 0, 0, .1);
|
|
}
|
|
#Footer .footer_action .one {
|
|
margin-bottom: 30px;
|
|
padding-top: 30px;
|
|
text-align: center;
|
|
font-size: 110%;
|
|
line-height: 180%;
|
|
}
|
|
#Footer .widgets_wrapper {
|
|
padding: 15px 0;
|
|
}
|
|
#Footer .widgets_wrapper .column {
|
|
margin-bottom: 0;
|
|
}
|
|
#Footer .widgets_wrapper .widget {
|
|
padding: 15px 0;
|
|
margin-bottom: 0;
|
|
}
|
|
#Footer .widgets_wrapper .widget:after {
|
|
display: none;
|
|
}
|
|
#Footer .footer_copy {
|
|
border-top: 1px solid rgba(255, 255, 255, .1);
|
|
}
|
|
#Footer .footer_copy .one {
|
|
margin-bottom: 20px;
|
|
padding-top: 30px;
|
|
}
|
|
#Footer .footer_copy .copyright {
|
|
float: left;
|
|
}
|
|
#Footer .footer_copy a#back_to_top {
|
|
float: right;
|
|
margin: -10px 0 0 0;
|
|
}
|
|
#Footer .footer_copy .social {
|
|
float: right;
|
|
margin-right: 20px;
|
|
}
|
|
#Footer .footer_copy .social li {
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
}
|
|
#Footer .footer_copy .social li:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
#Footer .footer_copy .social li a {
|
|
color: rgba(255, 255, 255, .3);
|
|
font-size: 15px;
|
|
line-height: 15px;
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-ms-transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
#Footer .footer_copy .social li a:hover {
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
#Footer .footer_copy .social-menu {
|
|
float: right;
|
|
margin-right: 20px;
|
|
}
|
|
#Footer .footer_copy .social-menu li {
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
padding-right: 6px;
|
|
border-right: 1px solid rgba(255, 255, 255, .1);
|
|
}
|
|
#Footer .footer_copy .social-menu li:last-child {
|
|
margin-right: 0px;
|
|
padding-right: 0px;
|
|
border-right: 0px;
|
|
}
|
|
|
|
/* .footer-copy-center */
|
|
|
|
.footer-copy-center #Footer .footer_copy {
|
|
text-align: center;
|
|
}
|
|
.footer-copy-center #Footer .footer_copy .copyright {
|
|
float: none;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.footer-copy-center #Footer .footer_copy a#back_to_top {
|
|
float: none;
|
|
margin: -10px 0 10px;
|
|
}
|
|
.footer-copy-center #Footer .footer_copy .social {
|
|
float: none;
|
|
margin: 0;
|
|
}
|
|
.footer-copy-center #Footer .footer_copy .social-menu {
|
|
float: none;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Widgets */
|
|
|
|
#Footer .Recent_posts ul li .desc {
|
|
background: rgba(0, 0, 0, .1);
|
|
}
|
|
#Footer .widget_mfn_menu ul li a {
|
|
background: rgba(0, 0, 0, .1);
|
|
color: #ccc;
|
|
}
|
|
#Footer .widget_recent_entries ul li {
|
|
background: rgba(0, 0, 0, .1);
|
|
}
|
|
#Footer ul.list_mixed li:after, #Footer ul.list_check li:after, #Footer ul.list_star li:after, #Footer ul.list_idea li:after {
|
|
background: rgba(255, 255, 255, .08);
|
|
}
|
|
#Footer .widget_mfn_recent_comments ul li .date_label {
|
|
background-color: rgba(0, 0, 0, .07);
|
|
}
|
|
#Footer .widget_mfn_recent_comments ul li .date_label:after {
|
|
border-left-color: rgba(0, 0, 0, .07);
|
|
}
|
|
|
|
/* .footer-sliding
|
|
================================================== */
|
|
|
|
.footer-fixed #Header_wrapper, .footer-sliding #Header_wrapper {
|
|
z-index: 29;
|
|
}
|
|
.footer-fixed #Content, .footer-sliding #Content {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.footer-fixed #Footer, .footer-sliding #Footer {
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
.footer-fixed #Footer {
|
|
z-index: 3;
|
|
}
|
|
|
|
/* #Comments
|
|
================================================== */
|
|
|
|
.comments {
|
|
margin-bottom: 0;
|
|
}
|
|
#comments> :first-child {
|
|
border-top-width: 1px;
|
|
border-style: solid;
|
|
padding-top: 20px;
|
|
}
|
|
.page #comments> :first-child {
|
|
margin-top: 20px;
|
|
}
|
|
#comments .commentlist {
|
|
margin-left: 0;
|
|
list-style-type: none;
|
|
}
|
|
#comments .commentlist>li {
|
|
margin-bottom: 30px;
|
|
}
|
|
#comments .commentlist>li .comment-body {
|
|
position: relative;
|
|
background: #fff;
|
|
padding: 20px 20px 20px 20px;
|
|
margin-bottom: 20px;
|
|
margin-left: 105px;
|
|
}
|
|
#comments .commentlist>li .comment-body:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
left: -6px;
|
|
top: 35px;
|
|
width: 0px;
|
|
height: 0px;
|
|
border-style: solid;
|
|
border-width: 6px 6px 6px 0;
|
|
border-color: transparent #fff transparent transparent;
|
|
}
|
|
#comments .commentlist>li .children {
|
|
margin-bottom: 15px;
|
|
padding-left: 40px;
|
|
border-left: 1px solid #ddd;
|
|
}
|
|
#comments .commentlist>li .photo {
|
|
display: block;
|
|
width: 64px;
|
|
height: 64px;
|
|
overflow: hidden;
|
|
line-height: 0;
|
|
position: absolute;
|
|
left: -105px;
|
|
top: 0px;
|
|
border-width: 8px;
|
|
border-style: solid;
|
|
-webkit-border-radius: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
#comments .commentlist>li .comment-author {
|
|
font-size: 15px;
|
|
color: #444;
|
|
}
|
|
#comments .commentlist>li .comment-author a {}
|
|
#comments .commentlist>li .comment-author .fn {
|
|
font-weight: bold;
|
|
}
|
|
#comments .commentlist>li .comment-meta {
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
}
|
|
#comments .commentlist>li .comment-meta a {}
|
|
#comments .commentlist>li .comment-meta a.comment-edit-link {
|
|
float: right;
|
|
padding-right: 52px;
|
|
position: relative;
|
|
top: -19px;
|
|
}
|
|
#comments .commentlist>li p {
|
|
margin: 4px 0 10px;
|
|
}
|
|
#comments .commentlist>li .reply {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 20px;
|
|
}
|
|
#comments .commentlist>li .reply a.comment-reply-link {
|
|
font-size: 11px;
|
|
color: #fff;
|
|
padding: 3px 6px;
|
|
-webkit-border-radius: 1px;
|
|
-moz-border-radius: 1px;
|
|
border-radius: 3px;
|
|
background-image: url(../stripes/stripes_10_w.png);
|
|
}
|
|
#comments .commentlist>li .reply a:hover.comment-reply-link {
|
|
text-decoration: none;
|
|
}
|
|
#comments .commentlist li {}
|
|
#comments .commentlist li .comment-body {}
|
|
#comments .commentlist li .comment-body.last {}
|
|
#comments .commentlist li .comment-body.lastBorder {
|
|
border-bottom: 0;
|
|
}
|
|
#comments .commentlist .children {
|
|
margin-bottom: 0px;
|
|
margin-left: 30px;
|
|
padding-left: 50px;
|
|
}
|
|
#comments .commentlist .children li {
|
|
margin-bottom: 0;
|
|
}
|
|
#comments #comments-title {
|
|
margin-bottom: 20px;
|
|
}
|
|
#comments #comments-title span {
|
|
font-style: italic;
|
|
}
|
|
|
|
/* #Respond
|
|
================================================== */
|
|
|
|
#respond {
|
|
overflow: hidden;
|
|
margin-bottom: 40px;
|
|
}
|
|
#respond .comment-reply-title {
|
|
font-size: 21px;
|
|
line-height: 25px;
|
|
}
|
|
#respond p {
|
|
margin-bottom: 15px;
|
|
padding-left: 0 !important;
|
|
}
|
|
#respond .comment-notes .required {
|
|
position: static;
|
|
}
|
|
#respond input[type="text"] {
|
|
margin-bottom: 0;
|
|
}
|
|
#respond label {
|
|
margin-bottom: 3px;
|
|
}
|
|
#respond .required {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 40px;
|
|
}
|
|
#respond .comment-form-author {
|
|
width: 31.3%;
|
|
margin-right: 2% !important;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
#respond .comment-form-email {
|
|
width: 31.3%;
|
|
margin-right: 2% !important;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
#respond .comment-form-url {
|
|
width: 33.3%;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select {
|
|
width: 100%;
|
|
}
|
|
#respond .comment-form-comment {
|
|
width: 100%;
|
|
}
|
|
#respond .comment-form-comment textarea {
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
}
|
|
#respond .form-submit {
|
|
overflow: hidden;
|
|
margin: 0;
|
|
}
|
|
#respond .form-submit input[type="submit"] {
|
|
float: right !important;
|
|
margin: 0 !important;
|
|
}
|
|
#respond .form-allowed-tags {
|
|
display: none;
|
|
}
|
|
#respond .form-allowed-tags code {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/* #Error_404
|
|
================================================== */
|
|
|
|
body.error404 {
|
|
height: 100%;
|
|
}
|
|
body.error404.custom-404, body.error404.events-archive {
|
|
height: auto;
|
|
}
|
|
body.error404:not(.events-archive) #Content {
|
|
padding: 0 !important;
|
|
}
|
|
#Error_404 {
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -150px;
|
|
left: 30px;
|
|
}
|
|
#Error_404 .error_pic {
|
|
width: 30%;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
#Error_404 .error_pic i {
|
|
font-size: 250px;
|
|
line-height: 250px;
|
|
}
|
|
#Error_404 .error_desk {
|
|
width: 70%;
|
|
float: left;
|
|
padding-top: 40px;
|
|
}
|
|
#Error_404 .error_desk h2 {
|
|
font-size: 45px;
|
|
line-height: 45px;
|
|
color: rgba(0, 0, 0, .7);
|
|
}
|
|
#Error_404 .error_desk h4 {
|
|
font-size: 26px;
|
|
line-height: 30px;
|
|
color: rgba(0, 0, 0, .7);
|
|
}
|
|
#Error_404 .error_desk p .check {
|
|
line-height: 45px;
|
|
font-size: 16px;
|
|
color: rgba(0, 0, 0, .5);
|
|
}
|
|
#Error_404 .error_desk p em {
|
|
font-style: italic;
|
|
font-size: 17px;
|
|
font-family: Georgia, serif;
|
|
padding: 0 15px;
|
|
}
|
|
#Error_404 .error_desk p .button {
|
|
margin: 0;
|
|
display: inline;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
/* #Contact form
|
|
================================================== */
|
|
|
|
.wpcf7-form .column {
|
|
margin-bottom: 10px;
|
|
}
|
|
.wpcf7-not-valid-tip {
|
|
position: absolute !important;
|
|
left: -50px !important;
|
|
top: 0 !important;
|
|
width: 50px !important;
|
|
height: 44px !important;
|
|
padding: 0 !important;
|
|
background: url("../images/contact_form_error.png") !important;
|
|
overflow: hidden;
|
|
text-indent: -9999px !important;
|
|
padding: 0;
|
|
border: none !important;
|
|
}
|
|
.wpcf7-validation-errors {
|
|
border: 0;
|
|
display: none !important;
|
|
}
|
|
.wpcf7-mail-sent-ok {
|
|
border: none !important;
|
|
margin: 25px 0 0 0 !important;
|
|
padding: 7px 0 !important;
|
|
background: #7DCC68 !important;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
.wpcf7-captchar {
|
|
margin-bottom: 0;
|
|
}
|
|
span.wpcf7-form-control-wrap {
|
|
width: 100%;
|
|
position: relative !important;
|
|
display: inline-block;
|
|
margin-bottom: 3px;
|
|
}
|
|
span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin-bottom: 0;
|
|
}
|
|
.wpcf7-submit {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
#popup_contact {
|
|
position: fixed;
|
|
right: 20px;
|
|
bottom: 15px;
|
|
z-index: 9001;
|
|
}
|
|
.nice-scroll #popup_contact {
|
|
right: 30px;
|
|
}
|
|
#popup_contact>a.button {
|
|
width: 45px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
font-size: 20px;
|
|
margin: 0;
|
|
text-align: center;
|
|
color: rgba(0, 0, 0, .5);
|
|
background: #f7f7f7;
|
|
}
|
|
#popup_contact>a.button:hover {
|
|
text-decoration: none;
|
|
}
|
|
#popup_contact .popup_contact_wrapper {
|
|
width: 250px;
|
|
padding: 20px;
|
|
background: #fbfbfb;
|
|
position: absolute;
|
|
bottom: 65px;
|
|
right: 0;
|
|
display: none;
|
|
}
|
|
#popup_contact.focus .popup_contact_wrapper {
|
|
display: block;
|
|
}
|
|
#popup_contact .popup_contact_wrapper span.arrow {
|
|
position: absolute;
|
|
right: 15px;
|
|
bottom: -8px;
|
|
margin: 0 auto;
|
|
width: 0px;
|
|
height: 0px;
|
|
display: block;
|
|
border-top: 8px solid #fbfbfb;
|
|
border-right: 8px solid transparent;
|
|
border-left: 8px solid transparent;
|
|
}
|
|
#popup_contact .popup_contact_wrapper form {}
|
|
#popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea {
|
|
background: #fff;
|
|
margin-bottom: 10px;
|
|
}
|
|
#popup_contact .popup_contact_wrapper form textarea {
|
|
resize: vertical;
|
|
min-height: 100px;
|
|
}
|
|
#popup_contact .popup_contact_wrapper form input[type="submit"] {
|
|
margin: 0;
|
|
float: right;
|
|
}
|
|
#popup_contact .wpcf7-form.invalid>p:after {
|
|
display: block;
|
|
}
|
|
#popup_contact .wpcf7-form-control-wrap {
|
|
display: inline-block;
|
|
margin-right: 0;
|
|
width: 100%;
|
|
}
|
|
#popup_contact div.wpcf7 img.ajax-loader {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/* #Preloader
|
|
================================================== */
|
|
|
|
.portfolio_slider_ul, ul.testimonials-slider {
|
|
background: url("../images/preloader.gif") no-repeat center center;
|
|
}
|
|
.portfolio_slider_ul li, ul.testimonials-slider>* {
|
|
visibility: hidden;
|
|
}
|
|
ul.testimonials-slider {
|
|
max-height: 260px;
|
|
}
|
|
.caroufredsel_wrapper .portfolio_slider_ul, ul.owl-carousel {
|
|
background: none;
|
|
max-height: none;
|
|
}
|
|
.caroufredsel_wrapper .portfolio_slider_ul li, ul.owl-carousel>* {
|
|
visibility: visible;
|
|
}
|
|
|
|
/* #BuddyPress
|
|
================================================== */
|
|
|
|
#buddypress {
|
|
margin-bottom: 40px;
|
|
}
|
|
#buddypress #whats-new-options {
|
|
height: auto !important;
|
|
overflow: visible !important;
|
|
}
|
|
#buddypress div.dir-search {
|
|
margin: 0;
|
|
}
|
|
#buddypress #search-members-form>* {
|
|
float: left;
|
|
}
|
|
#buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="text"] {
|
|
padding: 2px 3px;
|
|
font-size: 100%;
|
|
margin-right: 5px;
|
|
font-weight: normal;
|
|
}
|
|
#buddypress div#subnav.item-list-tabs ul li>* {
|
|
float: left;
|
|
}
|
|
#buddypress div#subnav.item-list-tabs ul li label {
|
|
margin: 10px 5px 0 0;
|
|
font-weight: normal;
|
|
}
|
|
#buddypress div#item-header div#item-meta {
|
|
font-size: 100%;
|
|
}
|
|
|
|
/* #Dark
|
|
================================================== */
|
|
|
|
.dark, .dark ul.timeline_items, .dark .icon_box a .desc, .dark .icon_box a:hover .desc, .dark .feature_list ul li a, .dark .list_item a, .dark .list_item a:hover, .dark .widget_recent_entries ul li a {
|
|
color: #fff !important;
|
|
}
|
|
.dark .ui-tabs .ui-tabs-panel, .dark .accordion .question .answer {
|
|
color: #626262;
|
|
}
|
|
|
|
/* Headings font */
|
|
|
|
.dark h1, .dark h1 a, .dark h1 a:hover {
|
|
color: #fff;
|
|
}
|
|
.dark h2, .dark h2 a, .dark h2 a:hover {
|
|
color: #fff;
|
|
}
|
|
.dark h3, .dark h3 a, .dark h3 a:hover {
|
|
color: #fff;
|
|
}
|
|
.dark h4, .dark h4 a, .dark h4 a:hover {
|
|
color: #fff;
|
|
}
|
|
.dark h5, .dark h5 a, .dark h5 a:hover {
|
|
color: #fff;
|
|
}
|
|
.dark h6, .dark h6 a, .dark h6 a:hover, .dark a.content_link .title {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Borders */
|
|
|
|
.dark .idea_box, .dark table th, .dark table td, .dark .list_item .circle, .dark input[type="text"], .dark input[type="tel"], .dark input[type="password"], .dark input[type="email"], .dark textarea, .dark select, .dark .promo_box.has_border:after, .dark dl>dt, .dark dl>dd, .dark .article_box .desc_wrapper p, .dark a.icon_bar, .dark a.content_link, .dark .how_it_works .image, .dark .opening_hours, .dark .opening_hours .opening_hours_wrapper li, .dark .icon_box.has_border:after, .dark .chart_box:before, .dark .pricing-box, .dark .team_list .bq_wrapper, .dark .post-footer .post-links, .dark .format-link .post-title .icon-link, .dark .share_wrapper, .dark .post-header .title_wrapper, .dark .section-post-related .section-related-adjustment, .dark .comments, .dark .widget-area, .dark .widget:after, .dark .fixed-nav .desc h6, .dark .portfolio_group.list .portfolio-item, .dark .portfolio_group .portfolio-item .desc .details-wrapper, .dark .Recent_posts ul li .desc h6, .dark .widget_recent_entries ul li a, .dark .woocommerce .widget_best_sellers li, .dark .woocommerce .widget_featured_products li, .dark .woocommerce .widget_recent_reviews li, .dark .woocommerce .widget_recent_products li, .dark .woocommerce .widget_recently_viewed_products li, .dark .woocommerce .widget_random_products li, .dark .woocommerce .widget_top_rated_products li, .dark .woocommerce .widget_onsale li, .dark .woocommerce .widget_layered_nav li, .dark .woocommerce .widget_shopping_cart ul.product_list_widget li, .dark .woocommerce .widget_products li, .dark .woocommerce .product .related.products, .dark .woocommerce .product div.entry-summary h1.product_title:after, .dark .woocommerce .quantity input.qty {
|
|
border-color: rgba(255, 255, 255, .08);
|
|
}
|
|
|
|
/* Grey */
|
|
|
|
.dark .blockquote p.author span, .dark .counter .desc_wrapper .title, .dark .article_box .desc_wrapper p, .dark .team .desc_wrapper p.subtitle, .dark .pricing-box .plan-header p.subtitle, .dark .pricing-box .plan-header .price sup.period, .dark .chart_box p, .dark .fancy_heading .inside, .dark .fancy_heading_line .slogan, .dark .post-meta, .dark .post-meta a, .dark .post-footer, .dark .post-footer a span.label, .dark .pager .pages a, .dark .button-love a .label, .dark .pager-single a, .dark #comments .commentlist>li .comment-author .says, .dark .fixed-nav .desc .date, .dark .filters_buttons li.label, .dark .Recent_posts ul li a .desc .date, .dark .widget_recent_entries ul li .post-date, .dark .tp_recent_tweets .twitter_time, .dark .widget_price_filter .price_label, .dark .shop-filters .woocommerce-result-count, .dark .woocommerce ul.product_list_widget li .quantity, .dark .widget_shopping_cart ul.product_list_widget li dl, .dark .product_meta .posted_in, .dark .woocommerce .shop_table .product-name .variation>dd, .dark .shipping-calculator-button:after, .dark .shop_slider .shop_slider_ul li .item_wrapper .price del, .dark .testimonials_slider .testimonials_slider_ul li .author span, .dark .testimonials_slider .testimonials_slider_ul li .author span a {
|
|
color: #DEDEDE;
|
|
}
|
|
|
|
/* Dividers */
|
|
|
|
.dark hr {
|
|
background-color: rgba(255, 255, 255, .08);
|
|
color: rgba(255, 255, 255, .08);
|
|
}
|
|
|
|
/* Others */
|
|
|
|
.dark blockquote {
|
|
color: #fff;
|
|
}
|
|
.dark .article_box .desc_wrapper h4 {
|
|
color: #444;
|
|
}
|
|
.dark .progress_bars .bars_list li h6 .label {
|
|
color: rgba(255, 255, 255, 0.35);
|
|
background: rgba(255, 255, 255, 0.05);
|
|
}
|
|
.dark .faq .question .title {
|
|
color: #fff;
|
|
}
|
|
.dark .counter .desc_wrapper .number {
|
|
color: #fff;
|
|
}
|
|
.dark a.content_link .title {
|
|
color: #444;
|
|
}
|
|
.dark .opening_hours, .dark .opening_hours h3 {
|
|
color: #444444;
|
|
}
|
|
.dark .Recent_posts ul li .desc {
|
|
background: rgba(0, 0, 0, .1);
|
|
}
|
|
|
|
/* Pricing box */
|
|
|
|
.dark .pricing-box-box {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
.dark .pricing-box .plan-inside ul li {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
/* Lists */
|
|
|
|
.dark .column_column ul, .dark .column_column ol, .dark .the_content_wrapper ul, .dark .the_content_wrapper ol {
|
|
color: #fff;
|
|
}
|
|
|
|
/* List item */
|
|
|
|
.dark .list_item.lists_2 .list_icon i {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Pricing table */
|
|
|
|
.dark .pricing-box-table.pricing-box-featured {
|
|
background: rgba(0, 0, 0, .1);
|
|
}
|
|
.dark .pricing-box .plan-header .price sup.period {
|
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
}
|
|
|
|
/* Call to action */
|
|
|
|
.dark .call_to_action .call_left h3 {
|
|
color: rgba(0, 0, 0, .65);
|
|
}
|
|
.dark .call_to_action .call_center a {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Fancy heading */
|
|
|
|
.dark .fancy_heading_line {
|
|
background-image: url(../fancy_heading_hr_dark.png);
|
|
}
|
|
|
|
/* Content slider */
|
|
|
|
.dark .content_slider.flat a.button .button_icon i {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Fancy links */
|
|
|
|
.dark a.mfn-link, .dark a:hover.mfn-link {
|
|
color: #fff;
|
|
}
|
|
.dark a.hover.mfn-link-2 span:before, .dark a.mfn-link-8:after, .dark a.mfn-link-8:before {
|
|
background: #fff;
|
|
}
|
|
.dark a.mfn-link-4:hover:before, .dark a.mfn-link-4:hover:after, .dark a.hover.mfn-link-4:before, .dark a.hover.mfn-link-4:after, .dark a.mfn-link-7:after, .dark a.mfn-link-7:before {
|
|
background: #fff;
|
|
}
|
|
.dark a.mfn-link-6:before {
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
/* #Video Section
|
|
================================================== */
|
|
|
|
.section.has-video {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.section.has-video .section_video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
}
|
|
.section.has-video .section_video .mask {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
z-index: 3;
|
|
background: url(../videomask.png) repeat center;
|
|
}
|
|
.section.has-video .section_video video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
z-index: 2;
|
|
}
|
|
.section.has-video .section_wrapper {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
@media only screen and (min-device-width:481px) and (max-device-width:1024px) {
|
|
.section.has-video .section_video {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
/* #Section Navigation
|
|
================================================== */
|
|
|
|
.section.has-navi .section-nav {
|
|
position: absolute;
|
|
left: 50%;
|
|
z-index: 2;
|
|
cursor: pointer;
|
|
font-size: 38px;
|
|
width: 50px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
margin: 0 0 0 -25px;
|
|
text-align: center;
|
|
color: rgba(0, 0, 0, .2);
|
|
}
|
|
.section.has-navi .section-nav:hover {
|
|
color: rgba(0, 0, 0, .8);
|
|
}
|
|
.section.has-navi .section-nav.prev {
|
|
top: 75px;
|
|
}
|
|
.section.has-navi .section-nav.next {
|
|
bottom: 75px;
|
|
}
|
|
.section.has-navi:first-child .section-nav.prev, .section.has-navi:nth-last-child(2) .section-nav.next {
|
|
display: none;
|
|
}
|
|
.section.has-navi .section-nav {
|
|
color: rgba(0, 0, 0, .2);
|
|
}
|
|
.section.has-navi .section-nav:hover {
|
|
color: rgba(0, 0, 0, .8);
|
|
}
|
|
.section.has-navi.dark .section-nav {
|
|
color: rgba(255, 255, 255, .2);
|
|
}
|
|
.section.has-navi.dark .section-nav:hover {
|
|
color: rgba(255, 255, 255, .8);
|
|
}
|
|
|
|
/* Animation */
|
|
|
|
.section.has-navi .section-nav {
|
|
-webkit-transition: all 0.5s ease-in-out;
|
|
-moz-transition: all 0.5s ease-in-out;
|
|
-o-transition: all 0.5s ease-in-out;
|
|
transition: all 0.5s ease-in-out;
|
|
}
|
|
|
|
/* Visual Composer | Frontend Editor
|
|
================================================== */
|
|
|
|
.wpb_wrapper>div {
|
|
margin-bottom: 35px;
|
|
}
|
|
.wpb_wrapper.ui-sortable .vc_call_to_action {
|
|
background: none;
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
body.layout-boxed .vc_row[data-vc-stretch-content="true"] {
|
|
left: 0 !important;
|
|
width: auto !important;
|
|
margin-left: -2.7%;
|
|
margin-right: -2.7%;
|
|
}
|
|
body.layout-boxed .vc_row-no-padding .wpb_column {
|
|
padding: 0;
|
|
}
|
|
.vc_images_carousel {
|
|
width: auto !important;
|
|
}
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| 3.0 Responsive-1240
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
/* > 1240
|
|
===================================================================================================== */
|
|
|
|
@media only screen and (min-width: 1240px) {
|
|
body:not(.header-simple) #Top_bar #menu {
|
|
display: block !important;
|
|
}
|
|
/* main menu 2nd level - MegaMenu */
|
|
#Top_bar .menu>li>ul.mfn-megamenu {
|
|
width: 984px;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li {
|
|
float: left;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li.mfn-megamenu-cols-1 {
|
|
width: 100%;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li.mfn-megamenu-cols-2 {
|
|
width: 50%;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li.mfn-megamenu-cols-3 {
|
|
width: 33.33%;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li.mfn-megamenu-cols-4 {
|
|
width: 25%;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li.mfn-megamenu-cols-5 {
|
|
width: 20%;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li.mfn-megamenu-cols-6 {
|
|
width: 16.66%;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li>ul {
|
|
display: block !important;
|
|
position: inherit;
|
|
left: auto;
|
|
top: auto;
|
|
border-width: 0 1px 0 0;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li:last-child>ul {
|
|
border: 0;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li>ul li {
|
|
width: auto;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title {
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title:hover {
|
|
background: none;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu a .menu-arrow {
|
|
display: none;
|
|
}
|
|
/* MegaMenu with Background */
|
|
#Top_bar .menu>li>ul.mfn-megamenu-bg {
|
|
padding: 20px 166px 20px 20px;
|
|
background-repeat: no-repeat;
|
|
background-position: bottom right;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu-bg>li {
|
|
background: none;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu-bg>li a {
|
|
border: none;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu-bg>li>ul {
|
|
background: none !important;
|
|
-webkit-box-shadow: 0 0 0 0;
|
|
-moz-box-shadow: 0 0 0 0;
|
|
box-shadow: 0 0 0 0;
|
|
}
|
|
/* #Header.is-sticky */
|
|
#Top_bar.is-sticky {
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
top: -60px;
|
|
height: 60px;
|
|
z-index: 701;
|
|
background: #fff;
|
|
opacity: .97;
|
|
filter: alpha(opacity=97);
|
|
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
|
|
}
|
|
#Top_bar.is-sticky .top_bar_left, #Top_bar.is-sticky .top_bar_right, #Top_bar.is-sticky .top_bar_right:before {
|
|
background: none;
|
|
}
|
|
#Top_bar.is-sticky .top_bar_right {
|
|
top: -4px;
|
|
}
|
|
#Top_bar.is-sticky .logo {
|
|
width: auto;
|
|
margin: 0 30px 0 20px;
|
|
padding: 0;
|
|
}
|
|
#Top_bar.is-sticky #logo {
|
|
padding: 5px 0;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
#Top_bar.is-sticky #logo img {
|
|
max-height: 35px;
|
|
width: auto !important;
|
|
}
|
|
#Top_bar.is-sticky #logo img.logo-main {
|
|
display: none;
|
|
}
|
|
#Top_bar.is-sticky #logo img.logo-sticky {
|
|
display: inline;
|
|
}
|
|
#Top_bar.is-sticky .menu_wrapper {
|
|
clear: none;
|
|
}
|
|
#Top_bar.is-sticky .menu_wrapper .menu>li>a {
|
|
padding: 15px 0;
|
|
}
|
|
#Top_bar.is-sticky .menu>li>a, #Top_bar.is-sticky .menu>li>a span {
|
|
line-height: 30px;
|
|
}
|
|
#Top_bar.is-sticky .menu>li>a:after {
|
|
top: auto;
|
|
bottom: -4px;
|
|
}
|
|
#Top_bar.is-sticky .menu>li>a span.description {
|
|
display: none;
|
|
}
|
|
#Top_bar.is-sticky #header_cart {
|
|
top: 27px;
|
|
}
|
|
#Top_bar.is-sticky #search_button {
|
|
top: 25px;
|
|
}
|
|
#Top_bar.is-sticky a.button.action_button {
|
|
top: 13px;
|
|
}
|
|
#Top_bar.is-sticky .wpml-languages {
|
|
top: 15px;
|
|
}
|
|
#Top_bar.is-sticky .secondary_menu_wrapper, #Top_bar.is-sticky .banner_wrapper {
|
|
display: none;
|
|
}
|
|
.header-simple #Top_bar.is-sticky .responsive-menu-toggle {
|
|
top: 12px;
|
|
}
|
|
/* Sticky dark */
|
|
.sticky-dark #Top_bar.is-sticky {
|
|
background: rgba(0, 0, 0, .8);
|
|
}
|
|
.sticky-dark #Top_bar.is-sticky .menu>li>a {
|
|
color: #fff;
|
|
}
|
|
.sticky-dark #Top_bar.is-sticky .top_bar_right a {
|
|
color: rgba(255, 255, 255, .5);
|
|
}
|
|
.sticky-dark #Top_bar.is-sticky .wpml-languages a.active, .sticky-dark #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown {
|
|
background: rgba(0, 0, 0, 0.3);
|
|
border-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
/* .header-simple | Mobile Menu */
|
|
.header-simple #Top_bar #menu {
|
|
display: none;
|
|
height: auto;
|
|
width: 300px;
|
|
bottom: auto;
|
|
top: 60px;
|
|
right: 1px;
|
|
position: absolute;
|
|
margin: 0px;
|
|
background: #fff;
|
|
}
|
|
.header-simple #Header a.responsive-menu-toggle {
|
|
display: block;
|
|
width: 35px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
font-size: 25px;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 28px;
|
|
right: 10px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.header-simple #Header a:hover.responsive-menu-toggle {
|
|
text-decoration: none;
|
|
}
|
|
/* main menu 1st level */
|
|
.header-simple #Top_bar #menu>ul {
|
|
width: 100%;
|
|
float: left;
|
|
}
|
|
.header-simple #Top_bar #menu ul li {
|
|
width: 100%;
|
|
padding-bottom: 0;
|
|
border-right: 0;
|
|
position: relative;
|
|
}
|
|
.header-simple #Top_bar #menu ul li a {
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
display: block;
|
|
height: auto;
|
|
line-height: normal;
|
|
border: none;
|
|
}
|
|
.header-simple #Top_bar #menu ul li a:after {
|
|
display: none;
|
|
}
|
|
.header-simple #Top_bar #menu ul li a span {
|
|
border: none;
|
|
line-height: 48px;
|
|
display: inline;
|
|
padding: 0;
|
|
}
|
|
.header-simple #Top_bar #menu ul li.submenu .menu-toggle {
|
|
width: 48px;
|
|
height: 48px;
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.03);
|
|
background: url(../menu-plus.png) center no-repeat;
|
|
}
|
|
.header-simple #Top_bar #menu ul li.hover>.menu-toggle {
|
|
background: none !important;
|
|
}
|
|
.header-simple #Top_bar #menu ul li.hover a {
|
|
border-bottom: 0;
|
|
}
|
|
.header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
|
|
display: none;
|
|
}
|
|
/* main menu 2nd level */
|
|
.header-simple #Top_bar #menu ul li ul {
|
|
position: relative !important;
|
|
left: 0 !important;
|
|
top: 0;
|
|
padding: 0;
|
|
margin-left: 0 !important;
|
|
width: auto !important;
|
|
background-image: none;
|
|
}
|
|
.header-simple #Top_bar #menu ul li ul li {
|
|
width: 100% !important;
|
|
}
|
|
.header-simple #Top_bar #menu ul li ul li a {
|
|
padding: 0 20px 0 30px;
|
|
}
|
|
.header-simple #Top_bar #menu ul li ul li a .menu-arrow {
|
|
display: none;
|
|
}
|
|
.header-simple #Top_bar #menu ul li ul li a span {
|
|
padding: 0;
|
|
}
|
|
.header-simple #Top_bar #menu ul li ul li a span:after {
|
|
display: none !important;
|
|
}
|
|
.header-simple #Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title {
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
}
|
|
.header-simple #Top_bar .menu>li>ul.mfn-megamenu>li>ul {
|
|
display: block !important;
|
|
position: inherit;
|
|
left: auto;
|
|
top: auto;
|
|
}
|
|
/* main menu 3rd level */
|
|
.header-simple #Top_bar #menu ul li ul li ul {
|
|
border-left: 0 !important;
|
|
padding: 0;
|
|
top: 0;
|
|
}
|
|
.header-simple #Top_bar #menu ul li ul li ul li a {
|
|
padding: 0 20px 0 40px;
|
|
}
|
|
/* Header Creative */
|
|
body.header-creative {
|
|
padding-left: 50px;
|
|
}
|
|
body.header-creative.header-open {
|
|
padding-left: 250px;
|
|
}
|
|
body.error404, body.under-construction, body.template-blank {
|
|
padding-left: 0 !important;
|
|
}
|
|
#Header_creative {
|
|
background: #fff;
|
|
}
|
|
#Header_creative {
|
|
position: fixed;
|
|
width: 250px;
|
|
height: 100%;
|
|
left: -200px;
|
|
top: 0;
|
|
z-index: 1001;
|
|
-webkit-box-shadow: 2px 0 4px 2px rgba(0, 0, 0, .15);
|
|
box-shadow: 2px 0 4px 2px rgba(0, 0, 0, .15);
|
|
}
|
|
#Header_creative .container {
|
|
width: 100%;
|
|
}
|
|
#Header_creative .creative-wrapper {
|
|
display: none;
|
|
}
|
|
#Header_creative a.creative-menu-toggle {
|
|
display: block;
|
|
width: 35px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
font-size: 25px;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 8px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.admin-bar #Header_creative a.creative-menu-toggle {
|
|
top: 42px;
|
|
}
|
|
#Header_creative #Top_bar {
|
|
position: static;
|
|
}
|
|
#Header_creative #Top_bar {
|
|
width: 100%;
|
|
}
|
|
#Header_creative #Top_bar .top_bar_left {
|
|
width: 100% !important;
|
|
float: none;
|
|
}
|
|
#Header_creative #Top_bar .top_bar_right {
|
|
width: 100% !important;
|
|
float: none;
|
|
height: auto;
|
|
margin-bottom: 35px;
|
|
text-align: center;
|
|
padding: 0 20px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
#Header_creative #Top_bar .top_bar_right:before {
|
|
display: none;
|
|
}
|
|
#Header_creative #Top_bar .logo {
|
|
float: none;
|
|
text-align: center;
|
|
margin: 15px 0;
|
|
}
|
|
#Header_creative #Top_bar .menu_wrapper {
|
|
float: none;
|
|
margin-bottom: 40px;
|
|
}
|
|
#Header_creative #Top_bar .menu>li {
|
|
width: 100%;
|
|
float: none;
|
|
position: relative;
|
|
}
|
|
#Header_creative #Top_bar .menu>li>a {
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
#Header_creative #Top_bar .menu>li>a:after {
|
|
display: none;
|
|
}
|
|
#Header_creative #Top_bar .menu>li>a span {
|
|
border-right: 0;
|
|
border-bottom-width: 1px;
|
|
line-height: 38px;
|
|
}
|
|
#Header_creative #Top_bar .menu li ul {
|
|
left: 100%;
|
|
top: 0;
|
|
}
|
|
#Header_creative #Top_bar .menu>li>ul.mfn-megamenu {
|
|
width: 700px !important;
|
|
}
|
|
#Header_creative #Top_bar .menu>li>ul.mfn-megamenu>li>ul {
|
|
left: 0;
|
|
}
|
|
#Header_creative #Top_bar .menu li ul li a {
|
|
padding-top: 9px;
|
|
padding-bottom: 8px;
|
|
}
|
|
#Header_creative #Top_bar .menu li ul li ul {
|
|
top: 0 !important;
|
|
}
|
|
#Header_creative #Top_bar .menu>li>a span.description {
|
|
display: block;
|
|
font-size: 13px;
|
|
line-height: 28px !important;
|
|
clear: both;
|
|
}
|
|
#Header_creative #Top_bar .search_wrapper {
|
|
left: 100%;
|
|
top: auto;
|
|
bottom: -90px;
|
|
}
|
|
#Header_creative #Top_bar a#header_cart {
|
|
display: inline-block;
|
|
float: none;
|
|
top: 3px;
|
|
}
|
|
#Header_creative #Top_bar a#search_button {
|
|
display: inline-block;
|
|
float: none;
|
|
top: 3px;
|
|
}
|
|
#Header_creative #Top_bar a.button.action_button {
|
|
display: inline-block;
|
|
float: none;
|
|
top: 0;
|
|
margin-bottom: 0;
|
|
margin-top: 10px;
|
|
}
|
|
#Header_creative #Top_bar .wpml-languages {
|
|
display: inline-block;
|
|
float: none;
|
|
top: 0;
|
|
}
|
|
#Header_creative #Top_bar .wpml-languages.enabled:hover a.active {
|
|
padding-bottom: 9px;
|
|
}
|
|
#Header_creative #Top_bar .banner_wrapper {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
#Header_creative #Top_bar .banner_wrapper img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: inline-block;
|
|
}
|
|
#Header_creative #Action_bar {
|
|
position: absolute;
|
|
bottom: 0;
|
|
top: auto;
|
|
clear: both;
|
|
padding: 0 20px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
#Header_creative #Action_bar .social {
|
|
float: none;
|
|
text-align: center;
|
|
}
|
|
#Header_creative #Action_bar .social li {
|
|
margin-bottom: 2px;
|
|
}
|
|
#Header_creative .social li a {
|
|
color: rgba(0, 0, 0, .5);
|
|
}
|
|
#Header_creative .social li a:hover {
|
|
color: rgb(0, 0, 0);
|
|
}
|
|
#Header_creative .creative-social {
|
|
position: absolute;
|
|
bottom: 10px;
|
|
right: 0;
|
|
width: 50px;
|
|
}
|
|
#Header_creative .creative-social li {
|
|
display: block;
|
|
float: none;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
.header-menu-right #Top_bar .menu_wrapper {
|
|
float: right;
|
|
}
|
|
.header-menu-right.header-stack #Top_bar .menu_wrapper {
|
|
margin-right: 150px;
|
|
}
|
|
.header-creative .fixed-nav.fixed-nav-prev {
|
|
margin-left: 50px;
|
|
}
|
|
.header-creative.header-open .fixed-nav.fixed-nav-prev {
|
|
margin-left: 250px;
|
|
}
|
|
/* Always Open */
|
|
.header-open #Header_creative {
|
|
left: 0;
|
|
}
|
|
.header-open #Header_creative .creative-wrapper {
|
|
display: block;
|
|
}
|
|
.header-open #Header_creative .creative-menu-toggle, .header-open #Header_creative .creative-social {
|
|
display: none;
|
|
}
|
|
/* Menu highlight */
|
|
.menu-highlight #Top_bar .menu>li {
|
|
margin: 0 2px;
|
|
}
|
|
.menu-highlight:not(.header-creative) #Top_bar .menu>li>a {
|
|
margin: 20px 0;
|
|
padding: 0;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.menu-highlight #Top_bar .menu>li>a:after {
|
|
display: none;
|
|
}
|
|
.menu-highlight #Top_bar .menu>li>a span:not(.description) {
|
|
border-right-width: 0;
|
|
line-height: 50px;
|
|
}
|
|
.menu-highlight #Top_bar .menu>li>a span.description {
|
|
display: none;
|
|
}
|
|
.menu-highlight.header-stack #Top_bar .menu>li>a {
|
|
margin: 10px 0;
|
|
}
|
|
.menu-highlight.header-stack #Top_bar .menu>li>a span:not(.description) {
|
|
line-height: 40px;
|
|
}
|
|
.menu-highlight.header-fixed #Top_bar .menu>li>a {
|
|
margin: 10px 0;
|
|
padding: 5px 0;
|
|
}
|
|
.menu-highlight.header-fixed #Top_bar .menu>li>a span {
|
|
line-height: 30px;
|
|
}
|
|
.menu-highlight.header-transparent #Top_bar .menu>li>a {
|
|
margin: 5px 0;
|
|
}
|
|
.menu-highlight.header-simple #Top_bar #menu ul li, .menu-highlight.header-creative #Top_bar #menu ul li {
|
|
margin: 0;
|
|
}
|
|
.menu-highlight.header-simple #Top_bar #menu ul li>a, .menu-highlight.header-creative #Top_bar #menu ul li>a {
|
|
-webkit-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
.menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu>li>a {
|
|
margin: 10px 0 !important;
|
|
padding: 5px 0 !important;
|
|
}
|
|
.menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu>li>a span {
|
|
line-height: 30px !important;
|
|
}
|
|
}
|
|
|
|
/* < 1240
|
|
===================================================================================================== */
|
|
|
|
@media only screen and (max-width: 1239px) {
|
|
/* Header */
|
|
#Top_bar #menu {
|
|
display: none;
|
|
height: auto;
|
|
width: 300px;
|
|
bottom: auto;
|
|
top: 100%;
|
|
right: 1px;
|
|
position: absolute;
|
|
margin: 0px;
|
|
background: #fff;
|
|
}
|
|
#Top_bar a.responsive-menu-toggle {
|
|
display: block;
|
|
width: 35px;
|
|
height: 45px;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 28px;
|
|
right: 10px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
#Top_bar a:hover.responsive-menu-toggle {
|
|
text-decoration: none;
|
|
}
|
|
#Top_bar a.responsive-menu-toggle i {
|
|
font-size: 25px;
|
|
line-height: 45px;
|
|
}
|
|
#Top_bar a.responsive-menu-toggle span {
|
|
float: right;
|
|
padding: 10px 5px;
|
|
line-height: 14px;
|
|
}
|
|
/* main menu 1st level */
|
|
#Top_bar #menu>ul {
|
|
width: 100%;
|
|
float: left;
|
|
}
|
|
#Top_bar #menu ul li {
|
|
width: 100%;
|
|
padding-bottom: 0;
|
|
border-right: 0;
|
|
position: relative;
|
|
}
|
|
#Top_bar #menu ul li a {
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
display: block;
|
|
height: auto;
|
|
line-height: normal;
|
|
border: none;
|
|
}
|
|
#Top_bar #menu ul li a:after {
|
|
display: none;
|
|
}
|
|
#Top_bar #menu ul li a span {
|
|
border: none;
|
|
line-height: 48px;
|
|
display: inline;
|
|
padding: 0;
|
|
}
|
|
#Top_bar #menu ul li a span.description {
|
|
margin: 0 0 0 5px;
|
|
}
|
|
#Top_bar #menu ul li.submenu .menu-toggle {
|
|
width: 48px;
|
|
height: 48px;
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.03);
|
|
background: url(../menu-plus.png) center no-repeat;
|
|
}
|
|
#Top_bar #menu ul li.hover>.menu-toggle {
|
|
background: none !important;
|
|
}
|
|
#Top_bar #menu ul li.hover a {
|
|
border-bottom: 0;
|
|
}
|
|
#Top_bar #menu ul li a span:after {
|
|
display: none !important;
|
|
}
|
|
#Top_bar #menu ul.mfn-megamenu li .menu-toggle {
|
|
display: none;
|
|
}
|
|
/* main menu 2nd level */
|
|
#Top_bar #menu ul li ul {
|
|
position: relative !important;
|
|
left: 0 !important;
|
|
top: 0;
|
|
padding: 0;
|
|
margin-left: 0 !important;
|
|
width: auto !important;
|
|
background-image: none !important;
|
|
}
|
|
#Top_bar #menu ul li ul li {
|
|
width: 100% !important;
|
|
}
|
|
#Top_bar #menu ul li ul li a {
|
|
padding: 0 20px 0 30px;
|
|
}
|
|
#Top_bar #menu ul li ul li a .menu-arrow {
|
|
display: none;
|
|
}
|
|
#Top_bar #menu ul li ul li a span {
|
|
padding: 0;
|
|
}
|
|
#Top_bar #menu ul li ul li a span:after {
|
|
display: none !important;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title {
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
}
|
|
#Top_bar .menu>li>ul.mfn-megamenu>li>ul {
|
|
display: block !important;
|
|
position: inherit;
|
|
left: auto;
|
|
top: auto;
|
|
}
|
|
/* main menu 3rd level */
|
|
#Top_bar #menu ul li ul li ul {
|
|
border-left: 0 !important;
|
|
padding: 0;
|
|
top: 0;
|
|
}
|
|
#Top_bar #menu ul li ul li ul li a {
|
|
padding: 0 20px 0 40px;
|
|
}
|
|
/* Header Creative */
|
|
.header-creative #Wrapper {
|
|
padding-top: 60px;
|
|
}
|
|
#Header_creative {
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0px !important;
|
|
z-index: 1001;
|
|
}
|
|
#Header_creative .creative-wrapper {
|
|
display: block !important;
|
|
opacity: 1 !important;
|
|
filter: alpha(opacity=100) !important;
|
|
}
|
|
#Header_creative .creative-menu-toggle, #Header_creative .creative-social {
|
|
display: none !important;
|
|
opacity: 1 !important;
|
|
filter: alpha(opacity=100) !important;
|
|
}
|
|
#Header_creative #Top_bar {
|
|
position: static;
|
|
margin: 0 8%;
|
|
width: 84%;
|
|
}
|
|
#Header_creative #Top_bar #logo {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
padding: 5px 0;
|
|
}
|
|
#Header_creative #Top_bar #logo img {
|
|
max-height: 40px;
|
|
}
|
|
#Header_creative #Top_bar .responsive-menu-toggle {
|
|
top: 12px;
|
|
}
|
|
#Header_creative #Top_bar #header_cart {
|
|
top: 21px;
|
|
}
|
|
#Header_creative #Top_bar #search_button {
|
|
top: 20px;
|
|
}
|
|
#Header_creative #Top_bar .wpml-languages {
|
|
top: 11px;
|
|
}
|
|
#Header_creative #Top_bar .action_button {
|
|
top: 9px;
|
|
}
|
|
#Header_creative #Top_bar .top_bar_right {
|
|
height: 60px;
|
|
top: 0;
|
|
}
|
|
#Header_creative #Top_bar .top_bar_right:before {
|
|
display: none;
|
|
}
|
|
#Header_creative #Action_bar {
|
|
display: none;
|
|
}
|
|
.header_placeholder {
|
|
height: 0 !important;
|
|
}
|
|
/* Stack header */
|
|
.header-stack #Top_bar {}
|
|
.header-stack .menu_wrapper a.responsive-menu-toggle {
|
|
position: static !important;
|
|
margin: 11px 0;
|
|
}
|
|
.header-stack .menu_wrapper #menu {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
/* Responsive | Hover Effect */
|
|
.no-hover-tablet a.button:after, .no-hover-tablet a.tp-button:after, .no-hover-tablet button:after, .no-hover-tablet input:after {
|
|
display: none;
|
|
}
|
|
.no-hover-tablet .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.no-hover-tablet .image_frame .image_wrapper img {
|
|
top: 0 !important;
|
|
}
|
|
.no-hover-tablet .image_frame .image_wrapper .mask, .no-hover-tablet .image_frame .image_wrapper .image_links {
|
|
display: none !important;
|
|
}
|
|
.no-hover-tablet .Recent_posts ul li .desc:after {
|
|
display: none;
|
|
}
|
|
.no-hover-tablet .Recent_posts ul li a:hover h6, .no-hover-tablet .Recent_posts ul li a:hover .desc .date {
|
|
color: inherit !important;
|
|
}
|
|
/* Responsive | Section Background Image */
|
|
.no-section-bg-tablet .section {
|
|
background-image: none !important;
|
|
}
|
|
}
|
|
|
|
/* #Desktop 960 - 1239
|
|
====================================================================================================== */
|
|
|
|
|
|
.section_wrapper, .container {
|
|
width: 1300px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
|
|
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
|
|
.section_wrapper, .container {
|
|
width: 1260px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1240px) and (max-width: 1299px) {
|
|
.section_wrapper, .container {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 960px) and (max-width: 1239px) {
|
|
body {
|
|
min-width: 0;
|
|
}
|
|
#Wrapper {
|
|
width: 960px;
|
|
}
|
|
.section_wrapper, .container,
|
|
.with_aside .content_wrapper {
|
|
width: 940px;
|
|
}
|
|
/* ======================================================= */
|
|
/* Top bar width */
|
|
#Top_bar .top_bar_left {
|
|
width: 729px;
|
|
}
|
|
/* Google maps */
|
|
.column_map .google-map-contact-wrapper {
|
|
width: 921px;
|
|
margin-left: -460px;
|
|
}
|
|
/* Portfolio list */
|
|
body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
|
|
width: 921px;
|
|
}
|
|
/* Error 404 */
|
|
#Error_404 .error_pic i {
|
|
font-size: 220px;
|
|
line-height: 260px;
|
|
}
|
|
#Error_404 .error_desk {
|
|
padding-top: 40px;
|
|
}
|
|
/* Offer slider */
|
|
.offer .offer_li .desc_wrapper {
|
|
width: 436px;
|
|
}
|
|
/* Recent posts */
|
|
.Recent_posts ul li .desc {
|
|
margin-right: 60px;
|
|
}
|
|
.Recent_posts ul li .photo {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.Recent_posts ul li .photo .c {
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
bottom: 5px;
|
|
right: -8px;
|
|
}
|
|
}
|
|
|
|
/* #Header Creative always Open 1240 - 1489
|
|
====================================================================================================== */
|
|
|
|
@media only screen and (min-width: 1240px) and (max-width: 1489px) {
|
|
body.header-open {
|
|
min-width: 0;
|
|
}
|
|
.header-open #Wrapper {
|
|
width: 960px;
|
|
}
|
|
.header-open .section_wrapper, .header-open .container, .header-open.with_aside .content_wrapper {
|
|
width: 940px;
|
|
}
|
|
.header-open.with_aside .section_wrapper {
|
|
width: 100%;
|
|
}
|
|
/* ======================================================= */
|
|
/* Google maps */
|
|
.header-open .column_map .google-map-contact-wrapper {
|
|
width: 921px;
|
|
margin-left: -460px;
|
|
}
|
|
/* Portfolio list */
|
|
body.header-open:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
|
|
width: 921px;
|
|
}
|
|
/* Error 404 */
|
|
.header-open #Error_404 .error_pic i {
|
|
font-size: 220px;
|
|
line-height: 260px;
|
|
}
|
|
.header-open #Error_404 .error_desk {
|
|
padding-top: 40px;
|
|
}
|
|
/* Offer slider */
|
|
.header-open .offer .offer_li .desc_wrapper {
|
|
width: 436px;
|
|
}
|
|
/* Recent posts */
|
|
.header-open .Recent_posts ul li .desc {
|
|
margin-right: 60px;
|
|
}
|
|
.header-open .Recent_posts ul li .photo {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.header-open .Recent_posts ul li .photo .c {
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
bottom: 5px;
|
|
right: -8px;
|
|
}
|
|
}
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| 4.0 Responsive
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
/* #Tablet (Landscape) > 960
|
|
===================================================================================================== */
|
|
|
|
@media only screen and (min-width: 960px) {
|
|
.hide-desktop {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
/* #Tablet (Landscape) 768 - 959
|
|
===================================================================================================== */
|
|
|
|
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
|
body {
|
|
min-width: 0;
|
|
}
|
|
#Wrapper {
|
|
width: 728px;
|
|
}
|
|
.section_wrapper, .container, .with_aside .content_wrapper {
|
|
width: 708px;
|
|
}
|
|
/* ======================================================= */
|
|
/* Header magazine */
|
|
.header-magazine #Top_bar .banner_wrapper {
|
|
width: 300px;
|
|
top: 27px;
|
|
}
|
|
.hide-tablet {
|
|
display: none !important;
|
|
}
|
|
a.kill_the_icon .button_icon {
|
|
display: none;
|
|
}
|
|
/* Top bar width */
|
|
#Top_bar .top_bar_left {
|
|
width: 501px;
|
|
}
|
|
/* .footer-sliding */
|
|
.footer-fixed #Content, .footer-sliding #Content {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.footer-fixed #Footer, .footer-sliding #Footer {
|
|
position: static;
|
|
}
|
|
/* Subheader */
|
|
#Subheader .title {
|
|
width: 100%;
|
|
}
|
|
#Subheader ul.breadcrumbs {
|
|
display: none;
|
|
}
|
|
/* Blog */
|
|
.with_aside .classic .post-meta .author-date .author span {
|
|
display: none;
|
|
}
|
|
.with_aside .classic .post-meta .category {
|
|
display: none;
|
|
}
|
|
/* Masonry */
|
|
.masonry .post-item {
|
|
width: 47.9%;
|
|
}
|
|
/* Timeline */
|
|
.timeline .post-photo-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.timeline .post-desc-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
/* Filters */
|
|
#Filters .filters_wrapper ul li {
|
|
float: left;
|
|
width: 24%;
|
|
margin: 0.5%;
|
|
}
|
|
/* Portfolio list */
|
|
body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
|
|
width: 694px;
|
|
}
|
|
/* Google maps */
|
|
.column_map .google-map-contact-wrapper {
|
|
width: 694px;
|
|
margin-left: -347px;
|
|
}
|
|
/* Recent posts */
|
|
.Recent_posts ul li .desc {
|
|
margin-right: 40px;
|
|
}
|
|
.Recent_posts ul li .photo {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.Recent_posts ul li.format-link .photo {
|
|
background-size: 40% auto;
|
|
}
|
|
.Recent_posts ul li .photo .c {
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
bottom: 5px;
|
|
right: -8px;
|
|
}
|
|
/* Tabs */
|
|
.tabs_vertical.ui-tabs .ui-tabs-nav {
|
|
width: 33% !important;
|
|
}
|
|
.tabs_vertical.ui-tabs .ui-tabs-panel {
|
|
width: 66.7% !important;
|
|
}
|
|
/* Counter */
|
|
.one-fourth .counter.counter_horizontal, .one-fifth .counter.counter_horizontal, .one-sixth .counter.counter_horizontal {
|
|
text-align: center;
|
|
}
|
|
.one-fourth .counter.counter_horizontal .icon_wrapper, .one-fifth .counter.counter_horizontal .icon_wrapper, .one-sixth .counter.counter_horizontal .icon_wrapper {
|
|
position: static;
|
|
margin: 0 auto;
|
|
margin-bottom: 15px;
|
|
}
|
|
.one-fourth .counter.counter_horizontal .desc_wrapper, .one-fifth .counter.counter_horizontal .desc_wrapper, .one-sixth .counter.counter_horizontal .desc_wrapper {
|
|
padding-left: 0;
|
|
}
|
|
/* Article box */
|
|
.one-third .article_box .photo_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
text-align: center;
|
|
}
|
|
.one-third .article_box .desc_wrapper {
|
|
width: 100%;
|
|
min-height: auto;
|
|
float: none;
|
|
}
|
|
/* Pricing table */
|
|
.pricing-box .plan-header h2 {
|
|
word-wrap: break-word;
|
|
}
|
|
.pricing-box .plan-header .price sup.period {
|
|
position: static;
|
|
top: 0;
|
|
display: block;
|
|
}
|
|
/* Infobox */
|
|
.infobox {
|
|
padding-left: 20px;
|
|
word-wrap: break-word;
|
|
}
|
|
.infobox ul li {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.infobox ul li:before {
|
|
display: none;
|
|
}
|
|
/* Portfolio photo */
|
|
.portfolio-photo .portfolio-item .portfolio-details:hover .details {
|
|
opacity: 1;
|
|
}
|
|
.portfolio-photo .portfolio-item .portfolio-details .more {
|
|
display: none;
|
|
}
|
|
/* Get in touch */
|
|
.get_in_touch {
|
|
padding-left: 20px;
|
|
word-wrap: break-word;
|
|
}
|
|
.get_in_touch ul li {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.get_in_touch ul li .icon {
|
|
display: none;
|
|
}
|
|
/* Hover color */
|
|
.hover_color {
|
|
word-wrap: break-word;
|
|
}
|
|
/* How it works */
|
|
.how_it_works .image {
|
|
width: 120px;
|
|
height: 120px;
|
|
line-height: 120px;
|
|
}
|
|
.how_it_works .image img {
|
|
max-width: 66px !important;
|
|
max-height: 66px !important;
|
|
}
|
|
.how_it_works .image .number {
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
.how_it_works.has_border:after {
|
|
top: 60px;
|
|
}
|
|
/* Opening Hours */
|
|
.opening_hours {
|
|
padding-left: 20px;
|
|
word-wrap: break-word;
|
|
}
|
|
.opening_hours .opening_hours_wrapper li span {
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
}
|
|
/* Icon box */
|
|
.icon_box.icon_position_left {
|
|
min-height: auto;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.icon_box.icon_position_left .icon_wrapper {
|
|
position: static;
|
|
margin-bottom: 15px;
|
|
}
|
|
.icon_box.icon_position_left .desc_wrapper {
|
|
text-align: center;
|
|
padding-top: 0;
|
|
}
|
|
.icon_box.icon_position_left .image_wrapper {
|
|
position: static;
|
|
left: 0;
|
|
margin-bottom: 15px;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
/* Flat box */
|
|
.flat_box .photo_wrapper .icon {
|
|
width: 50px;
|
|
}
|
|
.flat_box .photo_wrapper .icon i {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 30px;
|
|
margin-top: -20px;
|
|
}
|
|
.flat_box a:hover .photo_wrapper .icon {
|
|
-webkit-transform: translateX(-50px);
|
|
transform: translateX(-50px);
|
|
}
|
|
.flat_box .desc_wrapper {
|
|
margin-left: 50px;
|
|
}
|
|
/* Offer thumb */
|
|
.offer_thumb_ul li.offer_thumb_li .image_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.offer_thumb_ul li.offer_thumb_li .desc_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
/* Trailer box */
|
|
.trailer_box .desc h2 {
|
|
font-size: 22px;
|
|
line-height: 22px;
|
|
}
|
|
/* Offer slider */
|
|
.offer .offer_li .desc_wrapper {
|
|
width: 324px;
|
|
}
|
|
/* Error 404 */
|
|
#Error_404 {
|
|
position: static;
|
|
padding-top: 50px;
|
|
margin-top: 0;
|
|
}
|
|
#Error_404 .error_pic {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
#Error_404 .error_pic i {
|
|
font-size: 260px;
|
|
line-height: 260px;
|
|
}
|
|
#Error_404 .error_desk {
|
|
width: 100%;
|
|
float: none;
|
|
padding-top: 20px;
|
|
text-align: center;
|
|
}
|
|
/* Buttons */
|
|
a.kill_the_icon .button_icon, .widget-area a.button .button_icon {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* #Tablet (Portrait) & Mobile - COMMON < 768 *
|
|
===================================================================================================== */
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
body {
|
|
min-width: 0;
|
|
}
|
|
#Wrapper {
|
|
width: 300px;
|
|
}
|
|
.section_wrapper .column, .container .column, .sections_group, .four.columns {
|
|
margin: 0;
|
|
width: 100% !important;
|
|
clear: both;
|
|
}
|
|
.aside_both .sections_group {
|
|
margin: 0 auto !important;
|
|
}
|
|
.left-sidebar .items_group, .right-sidebar .items_group, .with_aside .content_wrapper {
|
|
width: 100%;
|
|
}
|
|
.section_wrapper .column {
|
|
margin: 0 0 20px;
|
|
}
|
|
.four.columns {
|
|
float: none !important;
|
|
margin: 0 auto !important;
|
|
}
|
|
/* ======================================================= */
|
|
.hide-mobile {
|
|
display: none !important;
|
|
}
|
|
/* .section */
|
|
.section {
|
|
background-attachment: scroll !important;
|
|
height: auto !important;
|
|
}
|
|
/* Header */
|
|
#Top_bar, #Action_bar {
|
|
background: #fff !important;
|
|
position: static;
|
|
}
|
|
#Top_bar .top_bar_left {
|
|
float: none;
|
|
width: 100% !important;
|
|
margin-top: 10px;
|
|
background: none !important;
|
|
}
|
|
.header-simple #Top_bar .top_bar_left {
|
|
top: 0 !important;
|
|
}
|
|
#Top_bar .top_bar_right {
|
|
float: none;
|
|
top: 0;
|
|
height: 60px;
|
|
padding: 0 10px;
|
|
}
|
|
#Top_bar .top_bar_right .top_bar_right_wrapper {
|
|
float: right;
|
|
}
|
|
#Top_bar .top_bar_right:before {
|
|
display: none;
|
|
}
|
|
#Top_bar a#header_cart {
|
|
top: 20px;
|
|
}
|
|
#Top_bar a#search_button {
|
|
top: 20px;
|
|
}
|
|
#Top_bar a.button.action_button {
|
|
top: 9px;
|
|
}
|
|
#Top_bar .wpml-languages {
|
|
top: 11px;
|
|
}
|
|
#Header a.responsive-menu-toggle {
|
|
position: absolute !important;
|
|
top: 20px !important;
|
|
right: 5px !important;
|
|
z-index: 10;
|
|
margin: 0;
|
|
}
|
|
#Header a.responsive-menu-toggle.is-sticky {
|
|
position: fixed !important;
|
|
top: 10px !important;
|
|
left: 10px !important;
|
|
z-index: 30;
|
|
}
|
|
#Header #menu {
|
|
position: static;
|
|
float: left;
|
|
width: auto;
|
|
}
|
|
#Top_bar .logo {
|
|
position: static;
|
|
float: none;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 0;
|
|
}
|
|
#Top_bar .logo #logo {
|
|
padding: 5px 42px 15px;
|
|
}
|
|
#Top_bar .logo #logo img {
|
|
width: auto !important;
|
|
height: auto !important;
|
|
}
|
|
#Top_bar .search_wrapper {
|
|
top: auto;
|
|
bottom: -132px;
|
|
}
|
|
#Action_bar .contact_details li, #Action_bar .social {
|
|
padding: 0 !important;
|
|
}
|
|
#Action_bar .contact_details {
|
|
float: none;
|
|
text-align: center;
|
|
padding: 5px 0;
|
|
}
|
|
#Action_bar .contact_details li {
|
|
color: #000;
|
|
padding: 0;
|
|
}
|
|
#Action_bar .contact_details li.slogan {
|
|
display: none;
|
|
}
|
|
#Action_bar .social {
|
|
float: none;
|
|
text-align: center;
|
|
padding: 5px 0 0;
|
|
}
|
|
#Action_bar .social li {
|
|
margin-right: 5px;
|
|
}
|
|
#Action_bar .social li a {
|
|
color: rgba(0, 0, 0, .3);
|
|
}
|
|
#Action_bar .social li a:hover {
|
|
color: rgba(0, 0, 0, .8);
|
|
}
|
|
#Action_bar .social-menu {
|
|
float: none;
|
|
text-align: center;
|
|
padding: 5px 0 0;
|
|
}
|
|
/* Header below */
|
|
body.header-below:not(.template-slider) #Header {
|
|
padding-top: 0;
|
|
}
|
|
/* Stack header */
|
|
.header-stack #Top_bar .logo {
|
|
padding: 0;
|
|
text-align: center !important;
|
|
border-bottom: 2px solid #fff;
|
|
}
|
|
.header-stack #Top_bar .secondary_menu_wrapper {
|
|
display: none;
|
|
}
|
|
.header-stack #Top_bar .top_bar_right {
|
|
position: static;
|
|
}
|
|
/* Header Creative */
|
|
#Header_creative {
|
|
position: static;
|
|
}
|
|
#Header_creative #Top_bar .responsive-menu-toggle {
|
|
top: 20px;
|
|
}
|
|
#Header_creative #Top_bar .top_bar_left {
|
|
margin-top: 0;
|
|
padding-top: 10px;
|
|
overflow: hidden;
|
|
}
|
|
#Header_creative #Top_bar .logo #logo {
|
|
padding: 5px 42px 15px;
|
|
}
|
|
#Header_creative #Top_bar .logo #logo img {
|
|
max-height: 50px;
|
|
}
|
|
#Header_creative #Top_bar #menu {
|
|
position: static;
|
|
width: 100%;
|
|
}
|
|
/* Subheader */
|
|
body:not(.template-slider):not(.header-simple) #Header {
|
|
min-height: 350px;
|
|
background-position: center 202px;
|
|
}
|
|
#Subheader .title {
|
|
width: 100%;
|
|
}
|
|
#Subheader ul.breadcrumbs {
|
|
display: none;
|
|
}
|
|
/* Minimalist Header */
|
|
body.minimalist-header.header-classic:not(.template-slider) #Header {
|
|
min-height: 0;
|
|
}
|
|
body.minimalist-header.header-creative:not(.template-slider) #Header {
|
|
min-height: 0;
|
|
}
|
|
body.minimalist-header.header-simple:not(.template-slider) #Header {
|
|
min-height: 90px;
|
|
}
|
|
body.minimalist-header.header-transparent #Header {
|
|
min-height: 0 !important;
|
|
;
|
|
}
|
|
/* Header Magazine */
|
|
.header-magazine #Top_bar .banner_wrapper {
|
|
width: 100%;
|
|
height: auto;
|
|
text-align: center;
|
|
position: static;
|
|
margin-bottom: 20px;
|
|
}
|
|
/* Popup contact */
|
|
#popup_contact {
|
|
display: none;
|
|
}
|
|
/* .footer-sliding */
|
|
.footer-fixed #Content, .footer-sliding #Content {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.footer-fixed #Footer, .footer-sliding #Footer {
|
|
position: static;
|
|
}
|
|
/* Widget */
|
|
.widget-area {
|
|
min-height: 0 !important;
|
|
}
|
|
/* Blog */
|
|
/* Classic */
|
|
.classic .post-photo-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.classic .post-desc-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.classic .post-meta .author-date .author span {
|
|
display: none;
|
|
}
|
|
.classic .post-meta .category {
|
|
display: none;
|
|
}
|
|
.classic .post-desc-wrapper .post-footer .button-love .love-text {
|
|
display: none;
|
|
}
|
|
.classic .post-desc-wrapper .post-desc {
|
|
padding: 15px 0 0 0px;
|
|
}
|
|
/* Timeline */
|
|
.timeline .post-item {
|
|
padding-left: 0;
|
|
background: none;
|
|
}
|
|
.timeline .post-item:before {
|
|
display: none;
|
|
}
|
|
.timeline .post-photo-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.timeline .post-desc-wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.timeline .post-item .date_label {
|
|
display: inline-block;
|
|
position: static;
|
|
margin-bottom: 10px;
|
|
}
|
|
.timeline .post-meta .category {
|
|
display: none;
|
|
}
|
|
.timeline .post-desc-wrapper .post-footer .button-love .love-text {
|
|
display: none;
|
|
}
|
|
.timeline .post-desc-wrapper .post-desc {
|
|
padding: 15px 0 0 0px;
|
|
}
|
|
/* Masonry */
|
|
.masonry .post-item {
|
|
width: 98%;
|
|
}
|
|
/* Blog single */
|
|
.single-post .format-image .single-photo-wrapper .image_frame {
|
|
display: block;
|
|
}
|
|
.single-post .format-link .single-photo-wrapper, .single-post .format-quote .single-photo-wrapper {
|
|
display: none;
|
|
}
|
|
/* Post header */
|
|
.post-header .button-love {
|
|
width: 69px;
|
|
}
|
|
.post-header .title_wrapper {
|
|
margin-left: 69px;
|
|
padding-left: 20px;
|
|
}
|
|
.post-header .title_wrapper h1 {
|
|
font-size: 27px;
|
|
line-height: 27px;
|
|
}
|
|
.post-header .post-meta .category {
|
|
display: none;
|
|
}
|
|
/* Single photo wrapper */
|
|
.single-photo-wrapper .share_wrapper {
|
|
display: none;
|
|
}
|
|
.single-photo-wrapper .image_frame {
|
|
margin-left: 0;
|
|
}
|
|
/* Post nav */
|
|
.post-nav {
|
|
padding: 10px 10px 4px 90px;
|
|
}
|
|
/* Project decription */
|
|
.project-description li, .project-description li.one-third {
|
|
width: 100%;
|
|
border-width: 0 0 1px 0;
|
|
}
|
|
.project-description li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
/* Portfolio grid */
|
|
ul.portfolio_grid li {
|
|
width: 100% !important;
|
|
float: left;
|
|
}
|
|
/* Fixed nav */
|
|
.fixed-nav {
|
|
display: none !important;
|
|
}
|
|
/* Filters */
|
|
.blog #Filters {
|
|
margin-bottom: 0;
|
|
}
|
|
#Filters .filters_wrapper ul li {
|
|
float: left;
|
|
width: 49%;
|
|
margin: 0.5%;
|
|
}
|
|
/* Portfolio */
|
|
.portfolio_group .portfolio-item {
|
|
width: 100% !important;
|
|
float: none;
|
|
}
|
|
.portfolio_group .portfolio-item .list_style_header {
|
|
padding-right: 0;
|
|
min-height: inherit;
|
|
}
|
|
.portfolio_group .portfolio-item .list_style_header h3 {
|
|
margin: 0px;
|
|
}
|
|
.portfolio_group .portfolio-item .list_style_header .links_wrapper {
|
|
display: none;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .desc-wrapper {
|
|
margin-right: 0px;
|
|
}
|
|
.portfolio_group .portfolio-item .desc .details-wrapper {
|
|
float: none;
|
|
width: 100%;
|
|
padding-left: 0;
|
|
border-left-width: 0px;
|
|
border-bottom-width: 1px;
|
|
padding-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.portfolio_group.list .portfolio-item .desc {
|
|
padding-top: 10px;
|
|
}
|
|
.portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
|
|
background-image: none !important;
|
|
padding-bottom: 0;
|
|
}
|
|
body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
|
|
width: 380px;
|
|
}
|
|
/* Sidebar */
|
|
.widget-area {
|
|
border: 0 !important;
|
|
padding: 0 !important;
|
|
margin: 0 0 30px 0 !important;
|
|
}
|
|
.widget-area:after, .widget-area:before {
|
|
display: none;
|
|
}
|
|
.widget:after {
|
|
width: 100%;
|
|
}
|
|
/* Divider */
|
|
.hr_full hr, .aside_left .hr_full hr, .aside_right .hr_full hr {
|
|
position: absolute;
|
|
left: -1000px;
|
|
top: 0;
|
|
width: 3000px;
|
|
}
|
|
/* How it works */
|
|
.how_it_works .image, .with_aside .how_it_works .image {
|
|
width: 200px;
|
|
height: 200px;
|
|
line-height: 200px;
|
|
}
|
|
.how_it_works .image img {
|
|
max-width: 116px !important;
|
|
max-height: 116px !important;
|
|
}
|
|
.how_it_works .image .number, .with_aside .how_it_works .image .number {
|
|
bottom: 10px;
|
|
right: 10px;
|
|
}
|
|
.how_it_works.has_border:after {
|
|
display: none;
|
|
}
|
|
/* Pricing table */
|
|
.pricing-box-label .plan-header, .pricing-box-label .plan-footer {
|
|
display: none;
|
|
}
|
|
.pricing-box-label ul li {
|
|
text-align: center !important;
|
|
}
|
|
/* Offer slider */
|
|
.offer .offer_li .image_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
margin-bottom: 15px;
|
|
overflow: hidden;
|
|
}
|
|
.offer .offer_li .desc_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
clear: both;
|
|
margin: 0;
|
|
}
|
|
.offer .offer_li .desc_wrapper .title {
|
|
padding-right: 0;
|
|
margin-bottom: 15px;
|
|
}
|
|
.offer .offer_li .desc_wrapper .title h3 {
|
|
margin-bottom: 15px;
|
|
;
|
|
font-size: 27px;
|
|
line-height: 27px;
|
|
}
|
|
.offer .offer_li .desc_wrapper .title a.button {
|
|
position: relative;
|
|
}
|
|
.offer a.slider_prev {
|
|
left: 20px;
|
|
top: 20px;
|
|
margin: 0;
|
|
}
|
|
.offer .slider_pagination {
|
|
left: 20px;
|
|
top: 65px;
|
|
margin: 0;
|
|
}
|
|
.offer a.slider_next {
|
|
left: 20px;
|
|
top: 111px;
|
|
margin: 0;
|
|
}
|
|
/* Offer thumb */
|
|
.offer_thumb {
|
|
padding-left: 0;
|
|
}
|
|
.offer_thumb_ul li.offer_thumb_li {
|
|
padding-left: 0;
|
|
}
|
|
.offer_thumb_ul li.offer_thumb_li .image_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.offer_thumb_ul li.offer_thumb_li .desc_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title {
|
|
padding-right: 0;
|
|
}
|
|
.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {
|
|
margin-bottom: 15px;
|
|
}
|
|
.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button {
|
|
position: relative;
|
|
}
|
|
.offer_thumb .slider_pagination {
|
|
margin-top: 20px;
|
|
line-height: inherit;
|
|
}
|
|
/* Call to action */
|
|
.call_to_action .call_left, .call_to_action .call_center, .call_to_action .call_right {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.call_to_action .call_left {
|
|
margin-bottom: 20px;
|
|
}
|
|
.call_to_action .call_center {
|
|
margin-bottom: 20px;
|
|
}
|
|
.call_to_action .call_right {
|
|
margin-bottom: 0px;
|
|
text-align: center;
|
|
}
|
|
/* Timeline */
|
|
.timeline_items {
|
|
background-position: 91px top;
|
|
}
|
|
.timeline_items li {
|
|
padding: 0 0 25px 150px !important;
|
|
background: url(../timeline_right.png) no-repeat !important;
|
|
background-position: 50px top !important;
|
|
width: auto;
|
|
}
|
|
.timeline_items li h3 span {
|
|
left: 0 !important;
|
|
right: auto;
|
|
}
|
|
.timeline_items li h3, .timeline_items li:nth-child(even) h3 {
|
|
text-align: left;
|
|
}
|
|
.timeline_items li h3:before {
|
|
left: 93px;
|
|
}
|
|
.timeline_items li .desc, .timeline_items li:nth-child(even) .desc {
|
|
text-align: left;
|
|
}
|
|
.timeline_items li .desc:before {
|
|
display: none;
|
|
}
|
|
.timeline_items:after {
|
|
left: 93px;
|
|
}
|
|
/* Testimonials list */
|
|
.testimonials_list .item {
|
|
margin-bottom: 30px;
|
|
}
|
|
.testimonials_list .item .photo {
|
|
width: 100%;
|
|
float: none;
|
|
margin-bottom: 10px;
|
|
}
|
|
.testimonials_list .item .desc {
|
|
width: 100%;
|
|
float: none;
|
|
margin-bottom: 0px;
|
|
}
|
|
/* Promo box */
|
|
.promo_box.has_border:after {
|
|
display: none;
|
|
}
|
|
.promo_box_wrapper {
|
|
overflow: visible;
|
|
}
|
|
.promo_box_wrapper .photo_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
line-height: 0;
|
|
margin-bottom: 15px;
|
|
}
|
|
.promo_box_wrapper .desc_wrapper {
|
|
width: 100%;
|
|
margin: 0 !important;
|
|
float: none;
|
|
padding-top: 0px;
|
|
}
|
|
/* Clients */
|
|
ul.clients:not(.clients_slider_ul) li {
|
|
width: 50% !important;
|
|
}
|
|
/* Fancy headings */
|
|
.fancy_heading h2 {
|
|
font-size: 30px;
|
|
line-height: 30px;
|
|
}
|
|
/* Icon box */
|
|
.icon_box.has_border:after {
|
|
display: none;
|
|
}
|
|
/* Image Frame */
|
|
.image_frame {
|
|
margin-top: 0 !important;
|
|
}
|
|
/* Content block */
|
|
.content_slider, .content_slider.flat {
|
|
padding: 0 65px 32px;
|
|
}
|
|
.content_slider a.slider_prev, .content_slider.flat a.slider_prev {
|
|
left: 0px;
|
|
}
|
|
.content_slider a.slider_next, .content_slider.flat a.slider_next {
|
|
right: 0px;
|
|
}
|
|
/* Portfolio photo */
|
|
.portfolio-photo .portfolio-item .portfolio-details .details {
|
|
display: none;
|
|
}
|
|
.portfolio-photo .portfolio-item .portfolio-details .more {
|
|
opacity: 1;
|
|
}
|
|
/* Tabs */
|
|
.ui-tabs .ui-tabs-nav {
|
|
background: none;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li {
|
|
float: none !important;
|
|
width: 100% !important;
|
|
border-width: 0 0 1px 0;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li a {
|
|
text-align: center;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li a {
|
|
background-image: url(../bg_panel.png);
|
|
background-repeat: repeat-x;
|
|
background-position: left top;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-active a {
|
|
background-image: none;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .ui-tabs .ui-tabs-nav li.ui-state-active:after {
|
|
display: none;
|
|
}
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
|
|
display: none;
|
|
}
|
|
/* Google maps */
|
|
.column_map .google-map-contact-wrapper {
|
|
position: static;
|
|
margin: 0;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.column_map .google-map-contact-wrapper .get_in_touch {
|
|
float: none;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
/* Features lists */
|
|
.feature_list ul li {
|
|
width: 100%;
|
|
float: none;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
|
|
}
|
|
.feature_list hr {
|
|
display: none;
|
|
}
|
|
/* Error 404 */
|
|
#Error_404 {
|
|
position: static;
|
|
padding-top: 20px;
|
|
margin-top: 0;
|
|
}
|
|
#Error_404 .error_pic {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
#Error_404 .error_pic i {
|
|
font-size: 160px;
|
|
line-height: 160px;
|
|
}
|
|
#Error_404 .error_desk {
|
|
width: 100%;
|
|
float: none;
|
|
padding-top: 20px;
|
|
text-align: center;
|
|
}
|
|
#Error_404 .error_desk h2 {
|
|
font-size: 30px;
|
|
line-height: 30px;
|
|
}
|
|
#Error_404 .error_desk h4 {
|
|
font-size: 19px;
|
|
line-height: 25px;
|
|
}
|
|
#Error_404 .error_desk p .check {
|
|
line-height: 22px;
|
|
font-size: 16px;
|
|
margin-bottom: 15px;
|
|
display: block;
|
|
}
|
|
/* Footer */
|
|
#Footer .footer_copy {
|
|
text-align: center;
|
|
}
|
|
#Footer .footer_copy .copyright {
|
|
float: none;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
#Footer .footer_copy a#back_to_top {
|
|
float: none;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
#Footer .footer_copy .social {
|
|
float: none;
|
|
margin: 0;
|
|
}
|
|
#Footer .footer_copy .social-menu {
|
|
float: none;
|
|
margin: 0;
|
|
}
|
|
/* WordPress Admin Bar */
|
|
html #wpadminbar {
|
|
z-index: 9999 !important;
|
|
position: fixed;
|
|
}
|
|
}
|
|
|
|
/* #Tablet (Portrait) & #Mobile (Landscape) 480 - 767 *
|
|
===================================================================================================== */
|
|
|
|
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
|
#Wrapper {
|
|
width: 420px;
|
|
}
|
|
.with_aside .content_wrapper {
|
|
width: 100%;
|
|
}
|
|
/* ======================================================= */
|
|
/* Respond */
|
|
#respond .comment-form-author {
|
|
width: 100%;
|
|
margin-right: 0%;
|
|
float: none;
|
|
}
|
|
#respond .comment-form-email {
|
|
width: 100%;
|
|
margin-right: 0%;
|
|
float: none;
|
|
}
|
|
#respond .comment-form-url {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select {
|
|
width: 100%;
|
|
}
|
|
#respond .comment-form-comment textarea {
|
|
width: 100%;
|
|
}
|
|
#comments .commentlist .children {
|
|
margin-left: 0px;
|
|
padding-left: 30px;
|
|
}
|
|
#respond .required {
|
|
right: 15px;
|
|
}
|
|
}
|
|
|
|
/* #Mobile (Portrait) < 480
|
|
===================================================================================================== */
|
|
|
|
@media only screen and (max-width: 479px) {
|
|
#Top_bar a.button.action_button {
|
|
margin-right: 0;
|
|
}
|
|
/* Post nav */
|
|
.post-nav {
|
|
padding: 10px 10px 4px 10px;
|
|
}
|
|
/* Portfolio list */
|
|
body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
|
|
width: 260px;
|
|
}
|
|
/* Filters */
|
|
#Filters .filters_buttons li {
|
|
margin-right: 10px;
|
|
}
|
|
#Filters .filters_buttons li.label {
|
|
display: none;
|
|
}
|
|
#Filters .filters_buttons li i.icon-docs, #Filters .filters_buttons li i.icon-tag {
|
|
display: none;
|
|
}
|
|
/* Team */
|
|
.team.team_horizontal .image_frame {
|
|
width: 100%;
|
|
margin: 0 0 15px 0;
|
|
float: none;
|
|
}
|
|
.team.team_horizontal .desc_wrapper {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
/* Timeline */
|
|
.timeline_items {
|
|
background-position: 21px top;
|
|
}
|
|
.timeline_items li {
|
|
padding: 0 0 25px 80px !important;
|
|
background-position: -20px top !important;
|
|
}
|
|
.timeline_items li h3 span {
|
|
display: block;
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
clear: both;
|
|
}
|
|
.timeline_items li h3:before {
|
|
left: 24px;
|
|
}
|
|
.timeline_items:after {
|
|
left: 23px;
|
|
}
|
|
/* Testimonials slider */
|
|
.testimonials_slider a.slider_prev {
|
|
display: none !important;
|
|
}
|
|
.testimonials_slider a.slider_next {
|
|
display: none !important;
|
|
}
|
|
.testimonials_slider .testimonials_slider_ul li {
|
|
padding: 0;
|
|
}
|
|
/* Respond */
|
|
#respond .comment-form-author {
|
|
width: 99%;
|
|
margin-right: 0%;
|
|
float: none;
|
|
}
|
|
#respond .comment-form-email {
|
|
width: 99%;
|
|
margin-right: 0%;
|
|
float: none;
|
|
}
|
|
#respond .comment-form-url {
|
|
width: 99%;
|
|
float: none;
|
|
}
|
|
#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select {
|
|
width: 100%;
|
|
}
|
|
#respond .comment-form-comment textarea {
|
|
width: 100%;
|
|
}
|
|
#comments .commentlist .children {
|
|
margin-left: 0px;
|
|
padding-left: 30px;
|
|
}
|
|
#respond .required {
|
|
right: 11px;
|
|
}
|
|
}
|
|
table {
|
|
width: 100%;
|
|
margin-bottom: 15px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px
|
|
}
|
|
table th, table td {
|
|
padding: 5px;
|
|
text-align: center;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
vertical-align: middle
|
|
}
|
|
table th {
|
|
font-weight: 700;
|
|
background: url(../bg_panel.png) repeat-x left top
|
|
}
|
|
table th.clear {
|
|
border: 0;
|
|
background: none
|
|
}
|
|
table tr:first-child td {
|
|
background: url(../box_shadow.png) repeat-x left top
|
|
}
|
|
table tr:nth-child(2n) td {
|
|
background: rgba(0, 0, 0, 0.01);
|
|
}
|
|
/* table.simple */
|
|
|
|
table.simple th {
|
|
background: none
|
|
}
|
|
table.simple th, table.simple td {
|
|
border-width: 0 0 1px
|
|
}
|
|
table.simple tr:first-child td {
|
|
background: none
|
|
}
|
|
table.simple tr:last-child td {
|
|
border: none
|
|
}
|
|
.idea_box, .ui-tabs, .accordion .question, .accordion .question.active .title, .accordion .question .title:before, .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav li, .tabs_vertical.ui-tabs .ui-tabs-panel, table th, table td, .list_item .circle, input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .promo_box.has_border:after, dl>dt, dl>dd, .article_box .desc_wrapper p, a.icon_bar, a.content_link, .how_it_works .image, .opening_hours, .opening_hours .opening_hours_wrapper li, .icon_box.has_border:after, .chart_box:before, .pricing-box, .team_list .bq_wrapper, .post-footer .post-links, .format-link .post-title .icon-link, .share_wrapper, .post-header .title_wrapper, .section-post-related .section-related-adjustment, #comments> :first-child, .widget-area, .widget:after, .fixed-nav .desc h6, .portfolio_group.list .portfolio-item, .portfolio_group .portfolio-item .desc .details-wrapper, .Recent_posts ul li .desc h6, .widget_recent_entries ul li a, .woocommerce .widget_best_sellers li, .woocommerce .widget_featured_products li, .woocommerce .widget_recent_reviews li, .woocommerce .widget_recent_products li, .woocommerce .widget_recently_viewed_products li, .woocommerce .widget_random_products li, .woocommerce .widget_top_rated_products li, .woocommerce .widget_onsale li, .woocommerce .widget_layered_nav li, .woocommerce .widget_shopping_cart ul.product_list_widget li, .woocommerce .widget_products li, .woocommerce .product .related.products, .woocommerce .product .upsells.products, .woocommerce .product div.entry-summary h1.product_title:after, .woocommerce .quantity input.qty, .header-stack #Top_bar .logo, .offer_thumb .slider_pagination, .offer_thumb .slider_pagination a, .Latest_news ul li .desc_footer, .Latest_news ul li .photo, .offer_thumb.bottom .slider_pagination a, .style-simple .faq .question, .style-simple #Filters .filters_wrapper ul, #edd_checkout_cart th, #edd_checkout_cart td {
|
|
border-color: rgba(0, 0, 0, .08);
|
|
}
|
|
|
|
body {
|
|
color: #333;
|
|
font-family: "Montserrat", "微軟正黑體", Arial, Tahoma,sans-serif;
|
|
}
|
|
|
|
/*=================== 首頁 ====================*/
|
|
|
|
.lang{
|
|
position: absolute;
|
|
top:-85px;
|
|
right: 30px;
|
|
}
|
|
|
|
.lang *{
|
|
box-sizing: border-box;
|
|
}
|
|
.lang .topsearch{
|
|
text-align: right;
|
|
}
|
|
.lang .topsearch input{
|
|
display: inline-block;
|
|
padding: 7px;
|
|
}
|
|
.lang ul{
|
|
padding: 0 0 8px;
|
|
}
|
|
.lang ul li {
|
|
font-size: 13px;
|
|
display: inline;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
.lang ul li a{
|
|
display:inline-block;
|
|
}
|
|
.lang ul li:after {
|
|
content:" / ";
|
|
padding: 0 5px 0;
|
|
color: #ad9ec3;
|
|
}
|
|
.lang ul li:last-child:after {
|
|
content:" ";
|
|
padding: 0;
|
|
}
|
|
.lang .topsearch a{
|
|
width: 33px;
|
|
height: 33px;
|
|
display:inline-flex !important;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
background: #4B7ABB;
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1239px) {
|
|
.lang {
|
|
position:static;
|
|
top:auto;
|
|
right:auto;
|
|
background: #696969;
|
|
padding: 6px;
|
|
}
|
|
.lang ul li {
|
|
width: auto !important;
|
|
font-size: 13px;
|
|
display: inline;
|
|
float: left;
|
|
text-align: center;
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
.lang ul li a {
|
|
color: #fff;
|
|
display: inline;
|
|
padding: 5px 10px !important;
|
|
border-bottom: none !important;
|
|
}
|
|
.lang ul li:after {
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
.lang input{
|
|
width: calc(85% - 8px);
|
|
margin: 5px 0;
|
|
}
|
|
.lang .topsearch a{
|
|
width: 15%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.menubg {
|
|
background: #4B7ABB;
|
|
/* border-bottom: #4B7ABB solid 1px;*/
|
|
}
|
|
|
|
.is-sticky .top_bar_left > .container{
|
|
/* padding: 15px 0;*/
|
|
}
|
|
|
|
.indexswf {
|
|
padding: 170px 0 0;
|
|
}
|
|
|
|
.page {
|
|
padding: 170px 0 0;
|
|
padding: 0;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.indexswf,
|
|
.page {
|
|
padding: 61px 0 0;
|
|
}
|
|
}
|
|
|
|
.photobg {
|
|
width: 100%;
|
|
min-height: 145px;
|
|
position: absolute;
|
|
top: -144px;
|
|
padding: 0;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.photobg {
|
|
position: absolute;
|
|
top: -141px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.portfolio_slider .slider_nav {
|
|
width: 40px;
|
|
height: 40px;
|
|
color: #666;
|
|
display: none;
|
|
font-size: 20px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 41%;
|
|
z-index: 5;
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.themebg {
|
|
background: none;
|
|
}
|
|
|
|
.portfolio_slider .slider_nav {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
background: rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
|
|
.portfolio_slider .slider_nav:hover {
|
|
color: rgba(255, 255, 255, 0.8);
|
|
background: rgba(144, 144, 144, 0);
|
|
}
|
|
|
|
|
|
|
|
|
|
.portfolio_slider .slider_next {
|
|
right: -30px;
|
|
}
|
|
|
|
.portfolio_slider .slider_prev {
|
|
left: -30px;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
@media (min-width: 1450px) {
|
|
.portfolio_slider .slider_next {
|
|
right: 0px;
|
|
}
|
|
|
|
.portfolio_slider .slider_prev {
|
|
left: 0px;
|
|
}
|
|
}
|
|
*/
|
|
|
|
|
|
|
|
.medium_con {
|
|
width: 100%;
|
|
display: block;
|
|
background: url(../bg_mediumcon.png) no-repeat center bottom #f4f4f4;
|
|
padding: 50px 0 60px 0;
|
|
}
|
|
.medium_con .title {
|
|
background: url(../bg_titleline.png) repeat-x left bottom;
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
}
|
|
.medium_con .title h3 {
|
|
display: inline-block;
|
|
font-size: 1.3em;
|
|
font-weight: 600;
|
|
color: #393939;
|
|
position: relative;
|
|
margin: 0;
|
|
padding: 0 0 3px 0px;
|
|
}
|
|
|
|
|
|
.medium_con .title h3 .en {
|
|
display: inline-block;
|
|
font-size: 0.7em;
|
|
color: #4B7ABB;
|
|
font-weight: 500;
|
|
margin-left: 3px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
|
|
.medium_con .title .more {
|
|
display: inline-block;
|
|
font-size: 11px;
|
|
color: #999999;
|
|
font-weight: 400;
|
|
text-transform: capitalize;
|
|
position: absolute;
|
|
padding: 0 3px 0 16px;
|
|
right: 0;
|
|
bottom: 10px;
|
|
}
|
|
.medium_con .title .more::before {
|
|
font-family: "mfn-icons";
|
|
content: '\e918';
|
|
position: absolute;
|
|
color: #cbcbcb;
|
|
font-size: 11px;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.medium_con .title .more:hover {
|
|
color: #4B7ABB;
|
|
}
|
|
|
|
.c01 span:nth-of-type(1) {
|
|
color: #8ca415;
|
|
}
|
|
|
|
.c01 span:nth-of-type(2) {
|
|
background: #8ca415;
|
|
}
|
|
|
|
.c02 span:nth-of-type(1) {
|
|
color: #f1aa00;
|
|
}
|
|
|
|
.c02 span:nth-of-type(2) {
|
|
background: #c98e02;
|
|
}
|
|
|
|
.c03 span:nth-of-type(1) {
|
|
color: #ff681d;
|
|
}
|
|
|
|
.c03 span:nth-of-type(2) {
|
|
background: #c14305;
|
|
}
|
|
|
|
.c04 span:nth-of-type(1) {
|
|
color: #b4936d;
|
|
}
|
|
|
|
.c04 span:nth-of-type(2) {
|
|
background: #836139;
|
|
}
|
|
|
|
|
|
.medium_con .list {
|
|
background: url(../bg-list-ptn.png) #ecedef;
|
|
border: 3px solid #2f4877;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
|
|
.medium_con .list h4 {
|
|
color: #f2f2f2;
|
|
position: relative;
|
|
font-size: 1.1em;
|
|
letter-spacing: 2px;
|
|
padding: 10px 10px;
|
|
margin: 0 0 25px;
|
|
text-align: center;
|
|
border-radius: 0;
|
|
background: #2f4877;
|
|
top: 0;
|
|
}
|
|
|
|
|
|
.medium_con .list h4 a:link,
|
|
.medium_con .list h4 a:visited {
|
|
color: #f2f2f2;
|
|
}
|
|
|
|
|
|
.medium_con .list h4::after {
|
|
/*
|
|
content: "";
|
|
position: absolute;
|
|
left: 47%;
|
|
bottom: -8px;
|
|
width: 24px;
|
|
height: 9px;
|
|
background: url(../icon_indexhonor.png) no-repeat;
|
|
*/
|
|
}
|
|
|
|
|
|
|
|
.medium_con .list h4 .en{
|
|
display: inline-block;
|
|
font-size: 0.8em;
|
|
color: #83afeb;
|
|
font-weight: 400;
|
|
margin-left: 3px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
.medium_con .list ul {
|
|
margin: 30px 25px 0 25px;
|
|
}
|
|
|
|
.medium_con .list ul li {
|
|
font-size: 1em;
|
|
color: #fff;
|
|
padding: 0 0 10px 32px;
|
|
position: relative;
|
|
list-style: none;
|
|
}
|
|
|
|
.medium_con .list ul li::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0;
|
|
height: 25px;
|
|
width: 25px;
|
|
background: url(../icon_medal.svg) left center no-repeat;
|
|
background-size: 90%;
|
|
}
|
|
|
|
|
|
.medium_con .list ul li .date {
|
|
display: block;
|
|
color: #7198cc;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
letter-spacing: 0.5px;
|
|
margin: 0 0 3px 0;
|
|
}
|
|
|
|
.medium_con .list ul li a {
|
|
color: #1C3344;
|
|
}
|
|
.medium_con .list ul li a:hover {
|
|
color: #4B7ABB;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.relatedlinksbg {
|
|
padding: 50px 30px 20px 30px;
|
|
background: url(../bg_relatedlinks.jpg) no-repeat center bottom fixed;
|
|
box-shadow:inset 0px 5px 25px -8px rgba(0,0,0,0.3);
|
|
}
|
|
|
|
.relatedlinks {
|
|
padding: 0 80px;
|
|
background: url(../bg_relatedlinks.jpg) no-repeat center bottom fixed;
|
|
box-shadow:inset 0px 5px 25px -8px rgba(0,0,0,0.3);
|
|
}
|
|
|
|
.relatedlinks ul {
|
|
display: flex;
|
|
flex-flow: wrap;
|
|
padding: 90px 0 60px;
|
|
}
|
|
|
|
.relatedlinks ul li {
|
|
width: calc(100% / 5 - 30px);
|
|
font-size: 15px;
|
|
margin: 0 15px 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.relatedlinks ul li p {
|
|
color: #fff;
|
|
letter-spacing:1px;
|
|
}
|
|
|
|
@media (max-width: 1239px) {
|
|
.relatedlinks ul li {
|
|
width: calc(100% / 4 - 15px);
|
|
margin: 0 7.5px 15px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.relatedlinks ul li {
|
|
width: calc(100% / 3 - 15px);
|
|
margin: 0 7.5px 15px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.relatedlinksbg {
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.relatedlinks {
|
|
padding: 0 30px;
|
|
}
|
|
.relatedlinks ul li {
|
|
width: calc(100% / 3 - 15px);
|
|
margin: 0 7.5px 15px;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
@media (max-width: 479px) {
|
|
.relatedlinks ul {
|
|
padding: 40px 0;
|
|
}
|
|
.relatedlinks ul li {
|
|
width: calc(100% / 2 - 15px);
|
|
margin: 0 7.5px 15px;
|
|
}
|
|
}
|
|
|
|
.relatedlinks ul li a {
|
|
display: block;
|
|
}
|
|
|
|
.relatedlinks ul li .pic {
|
|
padding-top: 40%;
|
|
overflow: hidden;
|
|
border-radius: 4px;
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.relatedlinks ul li .pic img {
|
|
width: 100%;
|
|
height: 100% !important;
|
|
object-fit: cover;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.relatedlinks ul li:hover .pic img {
|
|
transform: scale(1.2, 1.2);
|
|
}
|
|
|
|
footer {
|
|
color: #E4E4E4;
|
|
padding: 60px 0px;
|
|
background: url(../bg_footer.png) repeat #24436E;
|
|
}
|
|
|
|
footer img {
|
|
width: auto;
|
|
height: 60px;
|
|
}
|
|
|
|
footer a:link,
|
|
footer a:visited {
|
|
color: #e4efff;
|
|
}
|
|
footer a:hover {
|
|
color: #F1F5F9;
|
|
}
|
|
|
|
footer dl {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
}
|
|
|
|
footer dl dt {
|
|
display: flex;
|
|
width: 30px;
|
|
margin: 0 6px 0 0;
|
|
padding: 2px 0;
|
|
font-size: 1.2em;
|
|
border: none;
|
|
color: #96b7de;
|
|
}
|
|
|
|
footer dl dd {
|
|
display: flex;
|
|
align-items: center;
|
|
width: calc(100% - 60px);
|
|
padding: 2px 0;
|
|
margin: 0;
|
|
border: none;
|
|
}
|
|
|
|
footer ul {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
/* height: 200px;*/
|
|
display: flex;
|
|
flex-flow: column wrap;
|
|
}
|
|
|
|
footer ul > li {
|
|
list-style-type: none !important;
|
|
padding: 0 0 5px 0;
|
|
}
|
|
|
|
footer ul > li a:hover {
|
|
color: #F1F5F9;
|
|
}
|
|
|
|
footer ol {
|
|
margin: 20px 0 0 !important;
|
|
padding: 0 20px !important;
|
|
list-style: none !important;
|
|
text-align: center;
|
|
}
|
|
|
|
footer ol > li {
|
|
margin: 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
|
|
footer .qlink {
|
|
}
|
|
|
|
footer .qlink ul {
|
|
width: 100%;
|
|
display: inline-block;
|
|
|
|
}
|
|
footer .qlink ul li {
|
|
width: calc( 100%/4 - 10px);
|
|
position: relative;
|
|
padding: 0 10px 0 15px;
|
|
margin: 0 0 10px 5px;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
vertical-align: top;
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
footer dl:last-of-type {
|
|
margin: 0;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
footer ul {
|
|
height: auto;
|
|
}
|
|
|
|
footer .qlink ul li {
|
|
width: calc( 100%/2 - 10px);
|
|
position: relative;
|
|
padding: 0 10px 0 15px;
|
|
margin: 0 0 10px 5px;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
vertical-align: top;
|
|
}
|
|
|
|
}
|
|
|
|
/*================= 內頁 ===================*/
|
|
|
|
|
|
.pagebgtop {
|
|
background: url(../bg_pagecon.png) no-repeat center top #f4f4f4;
|
|
}
|
|
.pagetitle2 {
|
|
display: block;
|
|
padding: 10px 0px 10px 30px;
|
|
margin: 8px 0px 30px;
|
|
font-size: 1.6em;
|
|
line-height: 1.5;
|
|
font-weight: 600;
|
|
color: #2F4877;
|
|
text-align: left;
|
|
letter-spacing: 1px;
|
|
position: relative;
|
|
}
|
|
|
|
.pagetitle2::before {
|
|
content: '\e914';
|
|
font-family: mfn-icons;
|
|
position: absolute;
|
|
top: 13px;
|
|
left: 8px;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
|
display: inline-block;
|
|
padding-left: 0;
|
|
margin: 20px 0 20px;
|
|
border-radius: 4px;
|
|
font-size: 13px;
|
|
}
|
|
.pagination > li {
|
|
display: inline;
|
|
}
|
|
.pagination > li > a, .pagination > li > span {
|
|
position: relative;
|
|
float: left;
|
|
padding: 4px 10px;
|
|
margin: 0 3px;
|
|
line-height: 1.42857143;
|
|
color: #333;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
border: 3px solid transparent;
|
|
}
|
|
.pagination > li:first-child > a, .pagination > li:first-child > span {
|
|
margin-left: 0;
|
|
border-top-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
.pagination > li:last-child > a, .pagination > li:last-child > span {
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
|
|
z-index: 2;
|
|
color: #4b7abb;
|
|
background-color: #e7e9ea;
|
|
border-color: #e7e9ea;
|
|
}
|
|
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
|
|
z-index: 3;
|
|
color: #fff;
|
|
cursor: default;
|
|
background-color: #2ca5b9;
|
|
border-color: transparent;
|
|
}
|
|
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
|
|
color: #777;
|
|
cursor: not-allowed;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
|
|
|
|
.sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.page {
|
|
}
|
|
|
|
.page .swf {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
min-height: 400px;
|
|
}
|
|
|
|
.page h2 {
|
|
letter-spacing: 1px;
|
|
text-indent: 0px;
|
|
color: #fff;
|
|
margin: 0;
|
|
padding: 164px 0 0 0;
|
|
text-align: center;
|
|
font-size: 33px;
|
|
line-height: 1.5;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
}
|
|
.page h2 span {
|
|
color: #c9eff6;
|
|
font-size: 0.6em;
|
|
line-height: 1.1;
|
|
margin: 0px;
|
|
display: block;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.page h2 span::before {
|
|
content: "【";
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
.page h2 span::after {
|
|
content: "】";
|
|
position: relative;
|
|
top: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
.s01 {
|
|
background: url(../pageswf_01.jpg) no-repeat center top;
|
|
}
|
|
.s02 {
|
|
background: url(../pageswf_02.jpg) no-repeat center top;
|
|
}
|
|
.s03 {
|
|
background: url(../pageswf_03.jpg) no-repeat center top;
|
|
}
|
|
.s04 {
|
|
background: url(../pageswf_04.jpg) no-repeat center top;
|
|
}
|
|
.s05 {
|
|
background: url(../pageswf_05.jpg) no-repeat center top;
|
|
}
|
|
.s06 {
|
|
background: url(../pageswf_06.jpg) no-repeat center top;
|
|
}
|
|
.s07 {
|
|
background: url(../pageswf_07.jpg) no-repeat center top;
|
|
}
|
|
.s08 {
|
|
background: url(../pageswf_08.jpg) no-repeat center top;
|
|
}
|
|
.s09 {
|
|
background: url(../pageswf_09.jpg) no-repeat center top;
|
|
}
|
|
.s10 {
|
|
background: url(../pageswf_10.jpg) no-repeat center top;
|
|
}
|
|
.s11 {
|
|
background: url(../pageswf_11.jpg) no-repeat center top;
|
|
}
|
|
.s12 {
|
|
background: url(../pageswf_12.jpg) no-repeat center top;
|
|
}
|
|
|
|
.pro_history {
|
|
padding: 80px 0;
|
|
}
|
|
|
|
.pagetitle {
|
|
letter-spacing: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.pagetitle .en {
|
|
display: block;
|
|
letter-spacing: 6px;
|
|
font-size: 12px;
|
|
color: #53c1b4;
|
|
margin: 0 5px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.slider_pagination > a:nth-of-type(1),
|
|
.slider_pagination > a:nth-of-type(2),
|
|
.slider_pagination > a:nth-of-type(3) {
|
|
opacity: 0;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
|
|
background: rgba(0, 0, 0, 0.02);
|
|
padding: 30px 0 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
|
|
margin: 0 0 20px;
|
|
}
|
|
|
|
|
|
.page .swf {
|
|
height: 220px;
|
|
min-height: 220px;
|
|
}
|
|
.page h2 {
|
|
padding: 33px 0 0 0;
|
|
font-size: 26px;
|
|
}
|
|
|
|
|
|
|
|
|
|
.s01 {
|
|
background: url(../pageswf_01.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s02 {
|
|
background: url(../pageswf_02.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s03 {
|
|
background: url(../pageswf_03.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s04 {
|
|
background: url(../pageswf_04.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s05 {
|
|
background: url(../pageswf_05.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s06 {
|
|
background: url(../pageswf_06.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s07 {
|
|
background: url(../pageswf_07.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s08 {
|
|
background: url(../pageswf_08.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s09 {
|
|
background: url(../pageswf_09.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s10 {
|
|
background: url(../pageswf_10.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s11 {
|
|
background: url(../pageswf_11.jpg) no-repeat 40% bottom;
|
|
}
|
|
.s12 {
|
|
background: url(../pageswf_12.jpg) no-repeat 40% bottom;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pageset {
|
|
padding: 0 0 60px 0;
|
|
}
|
|
|
|
.sidemenu_form {
|
|
display: flex;
|
|
flex-flow: wrap;
|
|
}
|
|
|
|
.sidemenu_form section:nth-of-type(1) {
|
|
width: 200px;
|
|
margin-right: 50px;
|
|
}
|
|
|
|
.sidemenu_form section:nth-of-type(2) {
|
|
flex: 1;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.sidemenu_form section:nth-of-type(1) {
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
.sidemenu_form section:nth-of-type(1) {
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
.breadcrumb {
|
|
padding: 0 0 10px 0;
|
|
}
|
|
.pagetitle2 {
|
|
padding: 10px 0px 10px 20px;
|
|
margin: 0px 0px 30px;
|
|
}
|
|
.pagetitle2::before {
|
|
top: 10px;
|
|
left: 5px;
|
|
font-size: 20px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/*================= 系所簡介 ===================*/
|
|
|
|
.table_style table {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: column;
|
|
border-collapse: collapse;
|
|
margin-bottom: 30px;
|
|
overflow: hidden;
|
|
background: #eff1e4;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.table_style {
|
|
overflow: auto;
|
|
}
|
|
|
|
.table_style table {
|
|
width: 700px;
|
|
}
|
|
}
|
|
|
|
.table_style table tr {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: #ffffff dashed 1px;
|
|
}
|
|
|
|
.table_style table tr:first-of-type {
|
|
border-radius: 5px;
|
|
margin-bottom: 10px;
|
|
color: #fff;
|
|
background: #383838 !important;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.table_style table tr.total {
|
|
border-radius: 0px;
|
|
background: #f3d89b;
|
|
}
|
|
|
|
.table_style table tr td {
|
|
font-size: 14px;
|
|
padding: 10px 10px;
|
|
}
|
|
|
|
.table_style.s01 table tr td:nth-of-type(1) {
|
|
width: 20%;
|
|
}
|
|
.table_style.s01 table tr td:nth-of-type(2) {
|
|
width: 30%;
|
|
}
|
|
.table_style.s01 table tr td:nth-of-type(3) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s01 table tr td:nth-of-type(4) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s01 table tr td:nth-of-type(5) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s01 table tr td:nth-of-type(6) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s01 table tr td:nth-of-type(7) {
|
|
width: 10%;
|
|
}
|
|
|
|
.table_style.s02 table tr td:nth-of-type(1) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(2) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(3) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(4) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(5) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(6) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(7) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(8) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(9) {
|
|
width: 10%;
|
|
}
|
|
.table_style.s02 table tr td:nth-of-type(10) {
|
|
width: 10%;
|
|
}
|
|
|
|
/*===================== 最新消息 =====================*/
|
|
|
|
|
|
|
|
|
|
|
|
.pagetoptitle {
|
|
color: #222;
|
|
line-height: 1.8;
|
|
font-size: 1.3em;
|
|
padding: 0 0 15px 0;
|
|
margin: 0 0 25px 0;
|
|
border-bottom: 1px solid #DEDEDE;
|
|
}
|
|
|
|
|
|
.news-date {
|
|
float: left;
|
|
color: #f2f2f2;
|
|
padding: 5px 15px 5px 9px;
|
|
border-radius: 2px;
|
|
background: #B9C2D2;
|
|
margin: 0 20px 0 0;
|
|
font-size: 15px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.post-header .title_wrapper {
|
|
margin-left: 0px;
|
|
padding-left: 0px;
|
|
}
|
|
.news-date {
|
|
display: block;
|
|
}
|
|
.pagetoptitle {
|
|
padding: 10px 0;
|
|
margin: 0 0 4px 0;
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*=========================最新消息=============================*/
|
|
|
|
.p_news{
|
|
width: 100%;
|
|
display: block;
|
|
margin: 0 0 30px 0;
|
|
}
|
|
.p_news .bottom{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.p_news .bottom li{
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 15px 2%;
|
|
margin-bottom: 0;
|
|
border-bottom: 1px solid #DEDEDE;
|
|
transition: all 0.2s ease;
|
|
}
|
|
.p_news .bottom li:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.p_news .bottom li:hover {
|
|
background:#f5f5f5;
|
|
}
|
|
.p_news .bottom li a {
|
|
display: flex;
|
|
}
|
|
.p_news .bottom li .pic{
|
|
max-width: 180px;
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 15px 0 0;
|
|
}
|
|
.p_news .bottom li p{
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-content: center;
|
|
margin: 0;
|
|
}
|
|
.p_news .bottom li .date{
|
|
display: block;
|
|
font-size: 15px;
|
|
color: #005AAA;
|
|
font-weight: 500;
|
|
padding: 0;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
.p_news .bottom li .title00{
|
|
display: block;
|
|
color: #161616;
|
|
align-self: center;
|
|
line-height: 1.7;
|
|
font-weight: 500;
|
|
padding-left: 25px;
|
|
}
|
|
.p_news .bottom li:hover .title00 {
|
|
color: #335B92;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.p_news .bottom li .title00 .tab {
|
|
display: inline-block;
|
|
padding: 2px 10px;
|
|
margin: 0 8px 3px 0;
|
|
font-size: 14px;
|
|
line-height: 1.7;
|
|
color: #fff;
|
|
letter-spacing: 1px;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
|
|
.p_news .bottom li a:hover {
|
|
color: #B70100;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
.newslist {
|
|
}
|
|
|
|
.newslist ul {
|
|
display: flex;
|
|
flex-flow: wrap;
|
|
}
|
|
|
|
.newslist ul li {
|
|
width: calc(100% / 4 - 15px);
|
|
margin: 0 calc(15px * 4 / 3) 60px 0;
|
|
}
|
|
|
|
.newslist ul li:nth-of-type(4n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.newslist ul li {
|
|
width: calc(100% / 3 - 15px);
|
|
margin: 0 calc(15px * 3 / 2) 60px 0;
|
|
}
|
|
|
|
.newslist ul li:nth-of-type(4n) {
|
|
margin-right: calc(15px * 3 / 2);
|
|
}
|
|
|
|
.newslist ul li:nth-of-type(3n) {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 479px) {
|
|
.newslist ul li {
|
|
width: calc(100% / 2 - 15px);
|
|
margin: 0 calc(15px * 2) 60px 0;
|
|
}
|
|
|
|
.newslist ul li:nth-of-type(3n) {
|
|
margin-right: calc(15px * 2);
|
|
}
|
|
|
|
.newslist ul li:nth-of-type(2n) {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.newslist ul li a {
|
|
display: block;
|
|
}
|
|
|
|
.newslist ul li .pic {
|
|
padding-top: 70%;
|
|
position: relative;
|
|
margin-bottom: 15px;
|
|
overflow: hidden;
|
|
border: #e0e0e0 solid 5px;
|
|
}
|
|
|
|
.newslist ul li .pic img {
|
|
width: 100%;
|
|
height: 100% !important;
|
|
object-fit: cover;
|
|
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
.newslist ul li:hover .pic img {
|
|
transform: scale(1.1, 1.1);
|
|
}
|
|
|
|
.newslist ul li h6 {
|
|
font-size: 0.9em;
|
|
color: #adadad;
|
|
margin: 0 0 5px;
|
|
}
|
|
|
|
.newslist ul li h4 {
|
|
margin: 0 0 15px;
|
|
}
|
|
|
|
.newslist ul li .but {
|
|
display: inline-block;
|
|
padding: 8px 18px 8px 8px;
|
|
border-radius: 2px;
|
|
background: #EF8BAE;
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.newslist ul li .but a{
|
|
color: #fff;
|
|
}
|
|
|
|
.newslist ul li .but:hover {
|
|
background: #E06792;
|
|
}
|
|
*/
|
|
|
|
|
|
|
|
.back {
|
|
text-align: center;
|
|
margin: 20px 0;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.back a {
|
|
display: inline-block;
|
|
color: #fff;
|
|
padding: 8px 30px 8px 20px;
|
|
border-radius: 2px;
|
|
background: #3DA7B9;
|
|
margin: 0 5px 10px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.back a:hover {
|
|
color: #fff;
|
|
background: #389AAB;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*=====================系所成員=======================*/
|
|
|
|
.memberlist{
|
|
width: 100%;
|
|
display: block;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
.memberlist > ul{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
|
|
.memberlist > ul > li {
|
|
width: calc(100%/2 - 10px);
|
|
position: relative;
|
|
margin: 0 20px 20px 0;
|
|
padding: 20px 20px 65px;
|
|
border-radius: 1px;
|
|
border: #efefef solid 1px;
|
|
transition: all 0.3s;
|
|
background: rgba(255,255,255,1);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.memberlist > ul > li:hover{
|
|
color: #222;
|
|
border: #7D9BC7 solid 1px;
|
|
background: rgba(255,255,255,.8);
|
|
}
|
|
|
|
.memberlist > ul > li:nth-of-type(2n){
|
|
margin-right: 0;
|
|
}
|
|
|
|
.memberlist > ul > li:hover p {
|
|
color: #222;
|
|
}
|
|
|
|
|
|
|
|
.memberlist > ul > li .pic {
|
|
border-radius: 0px;
|
|
overflow: hidden;
|
|
min-height: 220px;
|
|
display: flex;
|
|
background-color: transparent;
|
|
margin: 0 0 8px;
|
|
position:relative;
|
|
}
|
|
|
|
.memberlist > ul > li .pic img {
|
|
opacity: 1;
|
|
transition: all 0.2s ease;
|
|
text-align: center;
|
|
align-self:center;
|
|
display: block;
|
|
|
|
position:absolute;
|
|
-webkit-transition: opacity 0.2s ease-in-out;
|
|
-moz-transition: opacity 0.2s ease-in-out;
|
|
-o-transition: opacity 0.2s ease-in-out;
|
|
transition: opacity 0.2s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
.memberlist > ul > li:hover .pic img:last-child{
|
|
opacity:0;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width:1199px) {
|
|
|
|
.memberlist > ul > li{
|
|
width: calc(100%/3 - 10px);
|
|
margin: 0 calc(10px*3/2) 50px 0;
|
|
}
|
|
|
|
.memberlist > ul > li:nth-of-type(4n){
|
|
margin-right:auto;
|
|
}
|
|
|
|
.memberlist > ul > li:nth-of-type(3n){
|
|
margin-right: 0;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
@media (max-width:1198px) {
|
|
|
|
.memberlist > ul > li{
|
|
width: calc(100%/2 - 10px);
|
|
margin: 0 calc(10px*2) 20px 0;
|
|
}
|
|
.memberlist > ul > li:nth-of-type(2n){
|
|
margin-right: 0;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width:959px) {
|
|
.memberlist > ul > li{
|
|
width:100%;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
|
|
.memberlist > ul > li .pic {
|
|
min-height: 300px;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.memberlist > ul > li > a > .jobtitle {
|
|
text-align: left;
|
|
color: #4b7abb;
|
|
padding: 0;
|
|
margin: 0 0 6px 0;
|
|
letter-spacing: 0.5px;
|
|
font-size: 15px;
|
|
line-height: 1.5;
|
|
font-weight: 600;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.memberlist > ul > li > a > h3{
|
|
font-size: 1.5em;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
padding: 0 0 5px 0;
|
|
margin: 5px 0px 15px;
|
|
color: rgb(0, 42, 84);
|
|
border-bottom: 1px dashed #d0d0d0;
|
|
}
|
|
.memberlist > ul > li > a > h3 span {
|
|
font-size: 0.8em;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.memberlist > ul > li > a > p:nth-of-type(1){
|
|
text-align: center;
|
|
background: #FEFBF0;
|
|
color: #838383;
|
|
padding: 5px;
|
|
margin-bottom: 10px;
|
|
letter-spacing: 1px;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
|
|
.memberlist > ul > li > a .title{
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
|
|
|
|
.memberlist > ul > li > a .info {
|
|
font-weight: 400;
|
|
color: #222;
|
|
margin-bottom: 8px;
|
|
font-size: 15px;
|
|
line-height: 1.5;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
|
|
|
|
.memberlist > ul > li > a .info .info01 {
|
|
min-width: 30px !important;
|
|
margin: 0 10px 0 0;
|
|
padding: 0 0 0 13px;
|
|
color: #4b7abb;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
line-height: 1.6;
|
|
position: relative;
|
|
}
|
|
|
|
.memberlist > ul > li > a .info .info01::before {
|
|
font-family: "mfn-icons";
|
|
content: '\e860';
|
|
color: #4b7abb;
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
line-height: 1.6;
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 4px;
|
|
}
|
|
|
|
.memberlist > ul > li > a .info .info02 {
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.memberlist_btn {
|
|
width: calc(100% - 40px);
|
|
height: 40px;
|
|
position: absolute;
|
|
bottom: 15px;
|
|
text-align: center;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
box-sizing: border-box;
|
|
}
|
|
.memberlist_btn a:link .b01,
|
|
.memberlist_btn a:visited .b01 {
|
|
display: inline-block;
|
|
width: calc(100% / 2 - 8px);
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
color: #335B92;
|
|
background: #EDF2F8;
|
|
transition: all 0.3s;
|
|
box-sizing: border-box;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
.memberlist_btn a:hover .b01 {
|
|
color: #335B92;
|
|
background: #dfe4e9;
|
|
}
|
|
|
|
|
|
.memberlist_btn a:link .b02,
|
|
.memberlist_btn a:visited .b02 {
|
|
display: inline-block;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
width: calc(100% / 2 - 8px);
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #469dc1;
|
|
transition: all 0.3s;
|
|
box-sizing: border-box;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
.memberlist_btn a:hover .b02 {
|
|
color: #fff;
|
|
background: #2684aa;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
.memberlist dl a{
|
|
display: block;
|
|
color: #fff;
|
|
}
|
|
|
|
.memberlist dl dt:hover,
|
|
.memberlist dl dd:hover{
|
|
color: #fff;
|
|
background: #435B83;
|
|
}
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.memform{
|
|
width: 100%;
|
|
background: #F0F2F4;
|
|
padding: 1rem 1rem 0 1rem;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
|
|
|
|
.memform ul{
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.memform ul li{
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
|
|
.memform .title{
|
|
width: 120px;
|
|
padding: 6px 12px;
|
|
margin: 0 15px 15px 0;
|
|
font-weight: 500;
|
|
font-size: 15px;
|
|
border-radius: 2px;
|
|
background: #e9ecef;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.memform ul li p {
|
|
width: calc(100% - 135px);
|
|
margin-bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.memform ul li p textarea{
|
|
min-height: 200px;
|
|
}
|
|
|
|
|
|
@media (max-width:479px) {
|
|
|
|
.memform .title{
|
|
width: 100%;
|
|
margin: 0 0 15px 0;
|
|
}
|
|
|
|
.memform ul li p{
|
|
width:100%;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*成員介紹內頁*/
|
|
|
|
|
|
.mem_info{
|
|
display: flex;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.mem_info .top:nth-of-type(1){
|
|
width: 310px;
|
|
height: auto;
|
|
margin-right: 20px;
|
|
overflow: hidden;
|
|
float: left;
|
|
display: flex;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.mem_info .top:nth-of-type(2){
|
|
width: calc(100% - 330px);
|
|
}
|
|
|
|
.mem_info .pic{
|
|
width: 100%;
|
|
text-align: center;
|
|
align-self:center;
|
|
display: block;
|
|
}
|
|
|
|
.mem_info .pic img{
|
|
max-width: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
|
|
.mem_info .top ul{
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
border: 1px solid #eaecf0;
|
|
}
|
|
|
|
.mem_info .top ul li{
|
|
display: flex;
|
|
padding: 7px 15px;
|
|
align-items: flex-start;
|
|
background: #fff;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.mem_info .top ul li:nth-of-type(even){
|
|
background: #eaecf0;
|
|
}
|
|
|
|
.mem_info .top ul li:last-of-type{
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
.mem_info .top ul li h4{
|
|
width: 125px;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
line-height: 1.6;
|
|
text-align: right;
|
|
color: #485776;
|
|
margin: 0 10px 0 0;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.mem_info .top ul li p {
|
|
width: calc(100% - 135px);
|
|
margin: 0 ;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.mem_info .top a {
|
|
color: #222;
|
|
text-decoration: underline;
|
|
}
|
|
.mem_info .top a:hover {
|
|
color: #335B92;
|
|
font-weight: 500;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.mem_info {
|
|
display: inline;
|
|
margin-bottom: 30px;
|
|
}
|
|
.mem_info .top ul li {
|
|
display: block;
|
|
}
|
|
.mem_info .top:nth-of-type(1){
|
|
width: 100%;
|
|
margin-right: 0px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.mem_info .top:nth-of-type(2){
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
margin-top: 0px;
|
|
float: left;
|
|
}
|
|
.mem_info .top ul li h4 {
|
|
width: 100%;
|
|
/* min-width: 80px; */
|
|
margin: 0;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
margin-right: 0;
|
|
display: block;
|
|
}
|
|
.mem_info .top ul li p {
|
|
width: 100%;
|
|
margin: 0;
|
|
word-wrap: break-word;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
.mem_info {
|
|
display: inline;
|
|
margin-bottom: 30px;
|
|
}
|
|
.mem_info .top ul li {
|
|
display: block;
|
|
}
|
|
.mem_info .top:nth-of-type(1){
|
|
width: 100%;
|
|
margin-right: 0px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.mem_info .top:nth-of-type(2){
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
margin-top: 0px;
|
|
float: left;
|
|
}
|
|
.mem_info .top ul li h4 {
|
|
width: 100%;
|
|
/* min-width: 80px; */
|
|
margin: 0;
|
|
font-size: 15px;
|
|
text-align: left;
|
|
margin-right: 0;
|
|
display: block;
|
|
}
|
|
.mem_info .top ul li p {
|
|
width: 100%;
|
|
margin: 0;
|
|
word-wrap: break-word;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tab_wrapper {
|
|
margin: 10px 0 0 0;
|
|
display: inline-block;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
.tab_wrapper > ul {
|
|
clear: both;
|
|
display: inline-block;
|
|
width: 100%;
|
|
border-bottom: 1px solid #B70100;
|
|
text-align: center;
|
|
}
|
|
.tab_wrapper > ul li {
|
|
/* float: left; */
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
padding: 8px 30px;
|
|
text-transform: uppercase;
|
|
border: 1px solid #fff;
|
|
font-size: 1.05em;
|
|
border-bottom: 0;
|
|
position: relative;
|
|
border-top: 3px solid #fff;
|
|
color: #999;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
.tab_wrapper > ul li.active {
|
|
border-color: #B70100;
|
|
color: #B70100;
|
|
}
|
|
.tab_wrapper > ul li.active:after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: -1px;
|
|
height: 1px;
|
|
left: 0;
|
|
background: #fff;
|
|
width: 100%;
|
|
}
|
|
.tab_wrapper .controller {
|
|
display: block;
|
|
overflow: hidden;
|
|
clear: both;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
.tab_wrapper .controller span {
|
|
padding: 8px 22px;
|
|
background: #B70100;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
display: inline-block;
|
|
}
|
|
.tab_wrapper .controller span.next {
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
.tab_wrapper .content_wrapper1 {
|
|
float: left;
|
|
width: 100%;
|
|
border-top: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
.tab_wrapper .content_wrapper1 .tab_content {
|
|
display: none;
|
|
padding: 40px 15px 20px 15px;
|
|
margin: 0;
|
|
}
|
|
.tab_wrapper .content_wrapper1 .tab_content.active {
|
|
/* display: block; */
|
|
}
|
|
.tab_wrapper .content_wrapper1 .tab_content .error {
|
|
color: red;
|
|
}
|
|
.tab_wrapper .content_wrapper1 .accordian_header {
|
|
display: none;
|
|
padding: 10px 20px;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #fff;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.tab_wrapper .content_wrapper1 .accordian_header.active {
|
|
color: #B70100;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
.tab_wrapper .content_wrapper1 .accordian_header.active:after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
content: "";
|
|
width: 5px;
|
|
height: 100%;
|
|
background: #B70100;
|
|
}
|
|
.tab_wrapper .content_wrapper1 .accordian_header .arrow {
|
|
float: right;
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
position: relative;
|
|
border-radius: 2px;
|
|
transform: rotate(-135deg);
|
|
background: #fff;
|
|
border-top: 2px solid #ccc;
|
|
border-left: 2px solid #ccc;
|
|
/* &:after{
|
|
position: absolute;
|
|
top: 0;
|
|
content: "";
|
|
left: 0;
|
|
width: 10px;
|
|
height: 10px;
|
|
background: $white;
|
|
border-top: 3px solid $border_color;
|
|
border-left: 3px solid $border_color;
|
|
} */
|
|
}
|
|
.tab_wrapper .content_wrapper1 .accordian_header.active .arrow {
|
|
transform: rotate(45deg);
|
|
margin-top: 10px;
|
|
border-top: 2px solid #B70100;
|
|
border-left: 2px solid #B70100;
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab_wrapper.accordion .content_wrapper1 {
|
|
border-color: #ccc;
|
|
}
|
|
.tab_wrapper.accordion .content_wrapper1 .accordian_header {
|
|
display: block;
|
|
}
|
|
.tab_wrapper.accordion > ul {
|
|
display: none;
|
|
}
|
|
|
|
@media only screen and (max-width: 736px) {
|
|
.tab_wrapper > ul {
|
|
display: none;
|
|
}
|
|
.tab_wrapper .content_wrapper1 {
|
|
border: 0;
|
|
}
|
|
.tab_wrapper .content_wrapper1 .accordian_header {
|
|
display: block;
|
|
}
|
|
.tab_wrapper .controller {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/*# sourceMappingURL=style.css.map */
|
|
|
|
|
|
|
|
|
|
|
|
/*======================== 學術成就 ============================*/
|
|
|
|
.articlelist {
|
|
list-style: none !important;
|
|
margin: 0 0 30px 0;
|
|
}
|
|
|
|
.articlelist li {
|
|
/* margin-bottom: 10px;*/
|
|
}
|
|
|
|
.articlelist li a {
|
|
display: block;
|
|
padding: 15px 20px 15px 30px;
|
|
border-bottom: 1px solid #DEDEDE;
|
|
line-height: 1.6;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.articlelist li a:before {
|
|
font-family: "mfn-icons";
|
|
content: '\e860';
|
|
position: relative;
|
|
left: -16px;
|
|
display: block;
|
|
height: 0;
|
|
}
|
|
|
|
|
|
.title02 {
|
|
color: #535056;
|
|
font-size: 1.2em;
|
|
line-height: 1.5;
|
|
font-weight: 600;
|
|
padding: 0 5px 20px 5px;
|
|
margin-bottom: 30px;
|
|
border-bottom: 1px solid #DEDEDE;
|
|
}
|
|
|
|
.article_down {
|
|
margin: 40px 0 30px 0;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.article_down h3 {
|
|
color: #305486;
|
|
letter-spacing: 0.5px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.article_down h3 .cht {
|
|
color: #222;
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
margin: 0 4px;
|
|
}
|
|
|
|
.article_down ul {
|
|
list-style: none !important;
|
|
}
|
|
|
|
.article_down ul li {
|
|
margin-bottom: 10px;
|
|
background: #eaecf0;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
transition: all 0.5s ease;
|
|
|
|
}
|
|
.article_down ul li:hover {
|
|
background: #e0e2e7;
|
|
}
|
|
|
|
.article_down ul li:hover a:link {
|
|
color: #4B7ABB;
|
|
}
|
|
|
|
|
|
.article_down ul li a {
|
|
display: flex;
|
|
}
|
|
|
|
.article_down ul li .pic {
|
|
width: 40px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #f2f2f2;
|
|
background: #7266ab;
|
|
}
|
|
|
|
.article_down ul li p {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
|
|
/*====================== 院長table =========================*/
|
|
|
|
|
|
.global_table {
|
|
border-collapse: collapse;
|
|
margin-bottom: 20px;
|
|
border: #6068A7 solid 3px !important;
|
|
}
|
|
|
|
.global_table tr {
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.global_table tr:nth-of-type(odd) {
|
|
background: rgba(247, 248, 254, 0.5);
|
|
}
|
|
.global_table tr:nth-of-type(1) {
|
|
color: #fff;
|
|
background: #6068A7;
|
|
}
|
|
|
|
.global_table tr:nth-of-type(1) td {
|
|
padding: 8px 15px;
|
|
text-align: left;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.global_table tr td {
|
|
padding: 10px 15px;
|
|
font-size: 15px;
|
|
text-align: left;
|
|
border: #6068A7 solid 1px !important;
|
|
}
|
|
|
|
.global_table h5 {
|
|
font-size: 15px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.global_table ol {
|
|
list-style: none !important;
|
|
}
|
|
.global_table ol li {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
|
|
|
|
.global_table2 {
|
|
border-collapse: collapse;
|
|
margin-bottom: 20px;
|
|
border: #9ca1c9 solid 3px !important;
|
|
}
|
|
|
|
.global_table2 tr {
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.global_table2 tr:nth-of-type(odd) {
|
|
background: rgba(240, 242, 246, 0.6);
|
|
}
|
|
.global_table2 tr:nth-of-type(1) {
|
|
color: #fff;
|
|
background: #9ca1c9;
|
|
}
|
|
|
|
.global_table2 tr:nth-of-type(1) td {
|
|
padding: 6px 15px;
|
|
text-align: left;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.global_table2 tr td {
|
|
padding: 6px 15px;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
border: #9ca1c9 solid 1px !important;
|
|
}
|
|
|
|
.global_table2 h5 {
|
|
font-size: 15px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------表格規章-----------------------------------*/
|
|
|
|
.downloadlist2 {
|
|
padding: 0px;
|
|
float: left;
|
|
width: 100%;
|
|
margin: 0 0 30px 0;
|
|
}
|
|
.downloadlist2 dl {
|
|
margin-bottom: 10px;
|
|
background: #eaecf0;
|
|
padding: 8px 5px;
|
|
box-sizing: border-box;
|
|
transition: all 0.5s ease;
|
|
}
|
|
.downloadlist2 dl:nth-of-type(odd) {
|
|
background-color: none;
|
|
}
|
|
.downloadlist2 dl:nth-of-type(even) {
|
|
background-color: #e0e2e7;
|
|
}
|
|
.downloadlist2 dl:hover {
|
|
background: #E3EBF4;
|
|
}
|
|
|
|
.downloadlist2 dl a {
|
|
display: flex;
|
|
color: #222;
|
|
}
|
|
.downloadlist2 dl {
|
|
display: flex;
|
|
color: #222;
|
|
}
|
|
.downloadlist2 dt {
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
letter-spacing: 1px;
|
|
margin: 0 0 0 2px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-weight: 500;
|
|
transition: all 0.2s ease;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.downloadlist2 dt i {
|
|
position: relative;
|
|
font-size: 15px;
|
|
left: -6px;
|
|
top: 0px;
|
|
}
|
|
|
|
.downloadlist2 dt a {
|
|
color: #fff;
|
|
}
|
|
|
|
.downloadlist2 dt.dld {
|
|
color: #f2f2f2;
|
|
background: #7266ab;
|
|
padding: 8px 20px;
|
|
}
|
|
.downloadlist2 dl dt.dld:hover {
|
|
background: #594e8d;
|
|
}
|
|
|
|
|
|
|
|
.downloadlist2 dd {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 15px 0 10px;
|
|
margin: 0;
|
|
border-color: transparent;
|
|
}
|
|
|
|
@media (max-width: 1239px) {
|
|
.downloadlist2 dd {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: flex-start !important;
|
|
padding: 0 15px 0 10px;
|
|
margin: 0;
|
|
border-color: transparent;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
|
|
.downloadlist2 .date {
|
|
width: 90px;
|
|
font-size: 0.95em;
|
|
display: block;
|
|
color: #005AAA;
|
|
font-weight: 500;
|
|
padding: 0;
|
|
letter-spacing: 0.5px;
|
|
margin: 0 8px 0 0;
|
|
}
|
|
|
|
|
|
|
|
.downloadlist2 span {
|
|
float: right;
|
|
width: 16%;
|
|
margin: 0px;
|
|
padding-top: 0px;
|
|
padding-right: 10px;
|
|
padding-bottom: 0px;
|
|
padding-left: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.downloadlist2 dd a:link {
|
|
color: #222;
|
|
text-decoration: none;
|
|
font-size: 15px;
|
|
line-height: 27px;
|
|
letter-spacing: 1px;
|
|
}
|
|
.downloadlist2 dd a:visited {
|
|
color: #222;
|
|
text-decoration: none
|
|
}
|
|
.downloadlist2 dd a:hover {
|
|
color: #cca321;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*=====================影音======================*/
|
|
|
|
.albumlist{
|
|
}
|
|
|
|
.albumlist section{
|
|
padding: 15px 20px;
|
|
background: #efefef;
|
|
border-radius: 4px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.albumlist ul{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
|
|
.albumlist ul li{
|
|
width: calc(100%/4 - 15px);
|
|
margin: 0 calc(15px*4/3) 30px 0;
|
|
}
|
|
|
|
.albumlist ul li:nth-of-type(4n){
|
|
margin-right: 0;
|
|
}
|
|
|
|
.albumlist ul li .date {
|
|
width: 100%;
|
|
display: inline-block;
|
|
font-size: 0.9em;
|
|
color: #757575;
|
|
background: url(../icon_colordot.png) no-repeat 2px bottom;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
text-align: left;
|
|
}
|
|
.albumlist ul li .title {
|
|
width: 100%;
|
|
display: inline-block;
|
|
font-size: 1em;
|
|
color: #494949;
|
|
font-weight: 600;
|
|
background: none;
|
|
text-align: left;
|
|
}
|
|
|
|
.albumlist ul li:hover .title {
|
|
color: #621E81;
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.albumlist ul li{
|
|
width: calc(100%/2 - 10px);
|
|
margin: 0 calc(10px*2/1) 30px 0;
|
|
}
|
|
|
|
.albumlist ul li:nth-of-type(2n){
|
|
margin-right: 0;
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 479px) {
|
|
.albumlist ul li{
|
|
width: calc(100%);
|
|
margin: 0 0 30px 0;
|
|
}
|
|
}
|
|
|
|
.albumlist ul li a{
|
|
display: block;
|
|
text-align: center;
|
|
padding: 12px;
|
|
border: #f2f2f2 solid 5px;
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
box-shadow: 1px 1px 5px rgba(0,0,0,0.06);
|
|
}
|
|
|
|
.albumlist ul li a:hover{
|
|
border: #B99BC7 solid 5px;
|
|
|
|
}
|
|
|
|
.albumlist ul li a .pic{
|
|
padding-top: 70%;
|
|
margin-bottom: 0px;
|
|
position: relative;
|
|
border-radius: 2px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.albumlist ul li a .pic img{
|
|
display: block;
|
|
width: 100%;
|
|
height: 100% !important;
|
|
object-fit: cover;
|
|
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
|
|
.albumlist ul li a:hover .pic img {
|
|
transform: scale(1.1,1.1);
|
|
}
|
|
|
|
|
|
|
|
.albumlist ul li a p {
|
|
margin: 13px 0 0 0;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
|
|
|
|
.albumlist.photo ul li a{
|
|
border: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.albumcon{
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.albumcon .pic{
|
|
display: inline-block;
|
|
border: #dedede solid 6px;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.albumcon .pic img{
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.albumlist ul li a .link {
|
|
padding-top: 40%;
|
|
margin-bottom: 0px;
|
|
position: relative;
|
|
border-radius: 2px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.albumlist ul li a .link img{
|
|
display: block;
|
|
width: 100%;
|
|
height: 100% !important;
|
|
object-fit: cover;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
|
|
.albumlist ul li a:hover .link img {
|
|
transform: scale(1.1,1.1);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.videolist{
|
|
|
|
}
|
|
|
|
.videolist ul{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
|
|
}
|
|
|
|
.videolist ul li{
|
|
width: calc(100%/3 - 15px);
|
|
margin: 0 calc(15px*3/2) 20px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.videolist ul li:nth-of-type(3n){
|
|
margin-right: 0;
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
.videolist ul li{
|
|
width: calc(100%/2 - 15px);
|
|
margin: 0 calc(15px*2/1) 20px 0;
|
|
}
|
|
|
|
.videolist ul li:nth-of-type(3n){
|
|
margin-right:auto;
|
|
}
|
|
|
|
.videolist ul li:nth-of-type(2n){
|
|
margin-right:0;
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 479px) {
|
|
.videolist ul li{
|
|
width: calc(100%);
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.video-container {
|
|
position: relative;
|
|
padding-bottom: 56.25%;
|
|
padding-top: 30px;
|
|
margin-bottom: 15px;
|
|
height: 0;
|
|
overflow: hidden;
|
|
}
|
|
.video-container iframe,
|
|
.video-container object,
|
|
.video-container embed {
|
|
position: absolute;
|
|
top: 0; left: 0;
|
|
width: 100%; height: 100%;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*==================== 聯絡我們 =======================*/
|
|
|
|
.contact {
|
|
display: flex;
|
|
flex-flow: wrap;
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact4 {
|
|
float: left;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
letter-spacing: 0px;
|
|
}
|
|
.contact4 h1{
|
|
float: left;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0 0 15px 0;
|
|
font-size: 18px;
|
|
line-height: 1.5;
|
|
font-weight: 600;
|
|
color: #435B83;
|
|
}
|
|
.list-icons {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
|
|
}
|
|
.list-icons i {
|
|
color: #6f7276;
|
|
border: 2px solid #6abbc8;
|
|
border-radius: 50%;
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
font-size: 20px;
|
|
margin-right: 10px;
|
|
}
|
|
.list-icons ul {
|
|
margin: 0;
|
|
}
|
|
.list-icons ul li {
|
|
padding: 5px 0;
|
|
margin: 0 0 5px 0;
|
|
list-style: none;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.list-icons ul li a:link {
|
|
text-decoration:underline
|
|
}
|
|
.list-icons ul li span{
|
|
float: left;
|
|
display: block;
|
|
width: calc(100% - 36px);
|
|
}
|
|
|
|
|
|
.contact-text {
|
|
float: left;
|
|
width: 100%;
|
|
margin: 25px 0 25px 0;
|
|
color: #305486;
|
|
font-size: 15px;
|
|
line-height: 1.6;
|
|
padding: 25px 0 0 0;
|
|
box-sizing: border-box;
|
|
border-top-width: 1px;
|
|
border-top-style: dashed;
|
|
border-top-color: #c5c5c5;
|
|
}
|
|
|
|
|
|
.required {
|
|
color:#DC0707;
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
.contact {
|
|
display: flex;
|
|
flex-flow: wrap;
|
|
}
|
|
}
|
|
|
|
.contact section {
|
|
}
|
|
.contact section:nth-of-type(1) {
|
|
width: 100%;
|
|
}
|
|
|
|
.contact section:nth-of-type(2) {
|
|
width: 100%;
|
|
height: 350px;
|
|
position: relative;
|
|
}
|
|
|
|
.contact ul {
|
|
max-width: 680px;
|
|
margin: 0 auto 0;
|
|
}
|
|
|
|
.contact ul li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.contact ul li input {
|
|
width: 100%;
|
|
}
|
|
|
|
.contact section:nth-of-type(2) iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/******* 主圖標題********/
|
|
.caption_wrapper_w {
|
|
/* opacity: 0; */
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 100%;
|
|
bottom: 60px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
z-index: 7;
|
|
}
|
|
.caption_wrapper_w .caption01 {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* 按鈕-top */
|
|
.scrollToTop {
|
|
position: fixed;
|
|
z-index: 1005;
|
|
bottom: 30px;
|
|
right: 15px;
|
|
width: 40px;
|
|
height: 35px;
|
|
color: #fff;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
-webkit-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
border-radius: 0px;
|
|
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
|
|
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
|
|
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
|
|
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
.scrollToTop i {
|
|
font-size: 26px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.scrollToTop {
|
|
bottom: 50px;
|
|
}
|
|
}
|
|
@media (max-width: 360px) {
|
|
.scrollToTop {
|
|
bottom: 20px;
|
|
right: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*========================常用連結=========================*/
|
|
|
|
.linklist02 {
|
|
width: 100%;
|
|
float: left;
|
|
margin: 0 0 30px 0;
|
|
}
|
|
|
|
.linklist02 h1 {
|
|
font-size: 18px;
|
|
line-height: 1.6;
|
|
font-weight: 600;
|
|
color: #444;
|
|
padding: 8px 15px;
|
|
position: relative;
|
|
background: rgba(231,234,239,0.8);
|
|
border-radius: 2px;
|
|
margin: 0 0 8px 0;
|
|
}
|
|
|
|
.linklist02 ul{
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
border-top: #e3e3e3 solid 1px;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
|
|
.linklist02 ul li{
|
|
width: calc(100%/5);
|
|
position: relative;
|
|
border: #e3e3e3 solid 1px;
|
|
border-right: none;
|
|
border-top: none;
|
|
padding: 15px;
|
|
transition: all 0.3s ease;
|
|
box-sizing: border-box;
|
|
list-style: none;
|
|
}
|
|
|
|
.linklist02 ul li:last-of-type,
|
|
.linklist02 ul li:nth-of-type(5n){
|
|
border-right: #e3e3e3 solid 1px;
|
|
}
|
|
.linklist02 ul li a {
|
|
color: #222;
|
|
}
|
|
.linklist02 ul li a:hover {
|
|
color: #335B92;
|
|
}
|
|
.linklist02 ul li:hover {
|
|
background: rgba(235, 235, 235, 0.7);
|
|
}
|
|
|
|
|
|
|
|
.linklist02 ul li img {
|
|
max-width: 98% !important;
|
|
height: auto;
|
|
margin: 0 1%;
|
|
}
|
|
|
|
|
|
|
|
@media (max-width:1399px) {
|
|
.linklist02 ul li{
|
|
width: calc(100%/5);
|
|
position: relative;
|
|
border: #e3e3e3 solid 1px;
|
|
border-right: none;
|
|
border-top: none;
|
|
padding: 15px;
|
|
}
|
|
/*
|
|
.linklist02 ul li:nth-of-type(8n){
|
|
border-right: none;
|
|
}
|
|
*/
|
|
.linklist02 ul li:last-of-type,
|
|
.linklist02 ul li:nth-of-type(5n){
|
|
border-right: #e3e3e3 solid 1px;
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width:991px) {
|
|
.linklist02 ul li{
|
|
width: calc(100%/3);
|
|
position: relative;
|
|
border: #e3e3e3 solid 1px;
|
|
border-right: none;
|
|
border-top: none;
|
|
padding: 15px;
|
|
}
|
|
.linklist02 ul li:nth-of-type(5n){
|
|
border-right: none;
|
|
}
|
|
.linklist02 ul li:last-of-type,
|
|
.linklist02 ul li:nth-of-type(3n){
|
|
border-right: #e3e3e3 solid 1px;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (max-width:479px) {
|
|
.linklist02 ul li{
|
|
width: calc(100%/2);
|
|
position: relative;
|
|
border: #e3e3e3 solid 1px;
|
|
border-right: none;
|
|
border-top: none;
|
|
padding: 15px;
|
|
}
|
|
|
|
.linklist02 ul li:nth-of-type(9n),
|
|
.linklist02 ul li:nth-of-type(6n),
|
|
.linklist02 ul li:nth-of-type(3n){
|
|
border-right: none;
|
|
}
|
|
|
|
.linklist02 ul li:last-of-type,
|
|
.linklist02 ul li:nth-of-type(2n){
|
|
border-right: #e3e3e3 solid 1px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.linklist02 ul li::before{
|
|
content: "";
|
|
display: block;
|
|
padding-top: 50%;
|
|
}
|
|
|
|
.linklist02 ul li a{
|
|
position: absolute;
|
|
top:0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left:0;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: center;
|
|
align-content: center;
|
|
}
|
|
|
|
.linklist02 ul li .icon{
|
|
|
|
width: 60px;
|
|
height: 60px;
|
|
text-align: center;
|
|
line-height: 1;
|
|
color: #fff;
|
|
|
|
margin-bottom: 10px;
|
|
transition: all 0.3s;
|
|
border-radius: 2px;
|
|
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: center;
|
|
align-content: center;
|
|
}
|
|
|
|
|
|
.linklist02 ul li .icon img {
|
|
max-width: 98% !important;
|
|
height: auto;
|
|
margin: 0 1%;
|
|
}
|
|
|
|
|
|
|
|
.linklist02 ul li:hover .icon{
|
|
opacity: .8;
|
|
/* transform: scale(1.1,1.1);*/
|
|
}
|
|
|
|
|
|
.linklist02 ul li p{
|
|
font-size: 1em;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
line-height: 1.5;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0 15px;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
|
|
|
|
#footer-view-mobile {
|
|
width: 100%;
|
|
display: none;
|
|
float: left;
|
|
text-align: center;
|
|
margin: 30px 0 0 0;
|
|
font-size: 14px;
|
|
letter-spacing: 1px;
|
|
color: #96b7de;
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer-view-mobile a:link,
|
|
#footer-view-mobile a:visited {
|
|
color: #f2f2f2;
|
|
padding: 0 5px;
|
|
}
|
|
#footer-view-mobile a:hover {
|
|
color: #f2f2f2;
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
#footer-view-mobile {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.marquee {
|
|
width: 100%;
|
|
float: left;
|
|
padding: 15px 0;
|
|
background: #ddd;
|
|
margin-bottom: 40px;
|
|
border-radius: 2px;
|
|
font-size: 1.05em;
|
|
line-height: 1;
|
|
}
|
|
|
|
.marquee a:link,
|
|
.marquee a:visited {
|
|
color: #305486;
|
|
}
|
|
|
|
.marquee a:hover {
|
|
color: #4578BF;
|
|
}
|
|
|
|
|
|
|