/* Themed colors */ :root { --primary-accent: #38a7bb; --navbar-border-top: #20616d; --button-border: #2a7d8c; --link-focus: #267280; --form-shadow: rgba(56, 167, 187, 0.6); --pagination-bg: #a7dbe5; --link-hover-bg: #2c8494; --navbar-focus: #80cbd9; --main-color: #4c660a; --second-color: #808f4c; --dark-gray: #656565; --light-gray: #d6d6d8; --font-md: 15px; } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .clearfix:before, .clearfix:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after { content: " "; display: table; } .clearfix:after, .navbar:after, .navbar-header:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } /* general styles */ a, button { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .clickable { cursor: pointer !important; } .required { color: var(--primary-accent); } .accent { color: var(--primary-accent); } .text-uppercase { text-transform: uppercase; letter-spacing: 0.08em; } @media (max-width: 991px) { .text-center-sm { text-align: center; } } p.lead { margin-bottom: 40px; } section, div.section { margin-bottom: 40px; } .no-mb { margin-bottom: 0 !important; } .mb-small { margin-bottom: 20px !important; } .heading { margin-bottom: 40px; } .heading h1, .heading h2, .heading h3, .heading h4, .heading h5 { display: inline-block; border-bottom: solid 5px var(--primary-accent); line-height: 1.1; margin-bottom: 0; padding-bottom: 10px; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.06em; } .heading h1 i[class^="fa"], .heading h2 i[class^="fa"], .heading h3 i[class^="fa"], .heading h4 i[class^="fa"], .heading h5 i[class^="fa"] { display: inline-block; background: var(--primary-accent); width: 30px; height: 30px; vertical-align: middle; text-align: center; color: #fff; font-size: 12px; line-height: 30px; border-radius: 15px; } .icon { display: inline-block; width: 80px; height: 80px; color: #fff; line-height: 80px; border-radius: 40px; border: solid 1px #fff; font-size: 20px; } .icon.icon-lg { font-size: 30px; border-width: 2px; } .ul-icons { padding-left: 10px; } .ul-icons li { list-style-type: none; line-height: 20px; margin-bottom: 20px; } .ul-icons li i { width: 20px; height: 20px; background: var(--primary-accent); color: #fff; text-align: center; border-radius: 10px; line-height: 20px; margin-right: 10px; } ul.list-style-none { list-style: none; } #text-page h1, #text-page h2, #text-page h3 { font-weight: 700; } #error-page { text-align: center; margin-top: 40px; margin-bottom: 100px; } #error-page h4 { margin-bottom: 40px; } #error-page p.buttons { margin-top: 40px; } .pages-listing .item { text-align: center; } .pages-listing .item h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 0.08em; } .pages-listing .item h3 a { color: #555555; } .pages-listing .item .text { margin-bottom: 20px; } .pages-listing .item .text p { color: #999999; font-size: 12px; margin-bottom: 20px; } .banner { margin-bottom: 30px; text-align: center; } .banner img { margin: 0 auto; } .banner a:hover img { opacity: 0.8; filter: alpha(opacity=80); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pages { text-align: center; } .pages .loadMore { text-align: center; } .pages .pagination { text-align: center; } .features-buttons button { margin-bottom: 20px; } @media (min-width: 1300px) { body.boxed { background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png); } body.boxed #all { position: relative; background: #fff; width: 1200px; margin: 0 auto; overflow: hidden; -webkit-box-shadow: 0 0 5px #cccccc; box-shadow: 0 0 5px #cccccc; } } #top { background: #555555; color: #eeeeee; padding: 10px 0; } #top p { margin: 0; font-size: 12px; } #top .social { float: right; text-align: right; } #top .social a { color: #999999; display: inline-block; width: 24px; height: 24px; border-radius: 12px; line-height: 24px; font-size: 12px; text-align: center; } #top .social a:hover { color: #fff; background: var(--primary-accent); -webkit-transform: scale(1.1); transform: scale(1.1); } #top .social a:hover.facebook { background-color: #4460ae; } #top .social a:hover.gplus { background-color: #c21f25; } #top .social a:hover.twitter { background-color: #3cf; } #top .social a:hover.instagram { background-color: #cd4378; } #top .social a:hover.email { background-color: #4a7f45; } #top .login { float: right; } #top .login a { font-size: 12px; color: #eeeeee; margin-right: 15px; text-decoration: none; text-transform: uppercase; font-weight: 700; letter-spacing: 0.10em; } @media (max-width: 767px) { #top .login { float: left; } } #top.light { background: #fff; color: #999999; border-bottom: solid 1px #eeeeee; } #top.light .login a { color: #555555; } #login-modal { overflow: hidden; } #login-modal .modal-header h4 { text-transform: uppercase; } #login-modal form { margin-bottom: 20px; } #login-modal a { color: var(--primary-accent); } #login-modal p { font-weight: 300; margin-bottom: 20px; font-size: 13px; } /* buttons */ .btn { font-weight: 700; font-family: "Roboto", Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.08em; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 0; } .input-group .btn { font-size: 14px; } .btn-lg { padding: 10px 16px; font-size: 14px; line-height: 1.33; border-radius: 0; } .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; } .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 0; } .btn-template-main { color: var(--primary-accent); background-color: #ffffff; border-color: var(--primary-accent); } .btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active, .open>.dropdown-toggle.btn-template-main { color: var(--primary-accent); background-color: #e6e6e6; border-color: var(--button-border); } .btn-template-main:active, .btn-template-main.active, .open>.dropdown-toggle.btn-template-main { background-image: none; } .btn-template-main.disabled, .btn-template-main[disabled], fieldset[disabled] .btn-template-main, .btn-template-main.disabled:hover, .btn-template-main[disabled]:hover, fieldset[disabled] .btn-template-main:hover, .btn-template-main.disabled:focus, .btn-template-main[disabled]:focus, fieldset[disabled] .btn-template-main:focus, .btn-template-main.disabled:active, .btn-template-main[disabled]:active, fieldset[disabled] .btn-template-main:active, .btn-template-main.disabled.active, .btn-template-main[disabled].active, fieldset[disabled] .btn-template-main.active { background-color: #ffffff; border-color: var(--primary-accent); } .btn-template-main .badge { color: #ffffff; background-color: var(--primary-accent); } .btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active { background: var(--primary-accent); color: #ffffff; border-color: var(--primary-accent); } .btn-template-transparent-primary { color: #ffffff; background-color: transparent; border-color: #ffffff; } .btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active, .open>.dropdown-toggle.btn-template-transparent-primary { color: #ffffff; background-color: rgba(0, 0, 0, 0); border-color: #e0e0e0; } .btn-template-transparent-primary:active, .btn-template-transparent-primary.active, .open>.dropdown-toggle.btn-template-transparent-primary { background-image: none; } .btn-template-transparent-primary.disabled, .btn-template-transparent-primary[disabled], fieldset[disabled] .btn-template-transparent-primary, .btn-template-transparent-primary.disabled:hover, .btn-template-transparent-primary[disabled]:hover, fieldset[disabled] .btn-template-transparent-primary:hover, .btn-template-transparent-primary.disabled:focus, .btn-template-transparent-primary[disabled]:focus, fieldset[disabled] .btn-template-transparent-primary:focus, .btn-template-transparent-primary.disabled:active, .btn-template-transparent-primary[disabled]:active, fieldset[disabled] .btn-template-transparent-primary:active, .btn-template-transparent-primary.disabled.active, .btn-template-transparent-primary[disabled].active, fieldset[disabled] .btn-template-transparent-primary.active { background-color: transparent; border-color: #ffffff; } .btn-template-transparent-primary .badge { color: transparent; background-color: #ffffff; } .btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active { background: #fff; color: var(--primary-accent); border-color: #fff; } .btn-template-transparent-black { color: #ffffff; background-color: transparent; border-color: #ffffff; } .btn-template-transparent-black:hover, .btn-template-transparent-black:focus, .btn-template-transparent-black:active, .btn-template-transparent-black.active, .open>.dropdown-toggle.btn-template-transparent-black { color: #ffffff; background-color: rgba(0, 0, 0, 0); border-color: #e0e0e0; } .btn-template-transparent-black:active, .btn-template-transparent-black.active, .open>.dropdown-toggle.btn-template-transparent-black { background-image: none; } .btn-template-transparent-black.disabled, .btn-template-transparent-black[disabled], fieldset[disabled] .btn-template-transparent-black, .btn-template-transparent-black.disabled:hover, .btn-template-transparent-black[disabled]:hover, fieldset[disabled] .btn-template-transparent-black:hover, .btn-template-transparent-black.disabled:focus, .btn-template-transparent-black[disabled]:focus, fieldset[disabled] .btn-template-transparent-black:focus, .btn-template-transparent-black.disabled:active, .btn-template-transparent-black[disabled]:active, fieldset[disabled] .btn-template-transparent-black:active, .btn-template-transparent-black.disabled.active, .btn-template-transparent-black[disabled].active, fieldset[disabled] .btn-template-transparent-black.active { background-color: transparent; border-color: #ffffff; } .btn-template-transparent-black .badge { color: transparent; background-color: #ffffff; } .btn-template-transparent-black:hover, .btn-template-transparent-black:focus, .btn-template-transparent-black:active, .btn-template-transparent-black.active { background: #fff; color: #000; border-color: #fff; } .btn-template-primary { color: #ffffff; background-color: var(--primary-accent); border-color: var(--primary-accent); } .btn-template-primary:hover, .btn-template-primary:focus, .btn-template-primary:active, .btn-template-primary.active, .open>.dropdown-toggle.btn-template-primary { color: #ffffff; background-color: var(--link-hover-bg); border-color: var(--button-border); } .btn-template-primary:active, .btn-template-primary.active, .open>.dropdown-toggle.btn-template-primary { background-image: none; } .btn-template-primary.disabled, .btn-template-primary[disabled], fieldset[disabled] .btn-template-primary, .btn-template-primary.disabled:hover, .btn-template-primary[disabled]:hover, fieldset[disabled] .btn-template-primary:hover, .btn-template-primary.disabled:focus, .btn-template-primary[disabled]:focus, fieldset[disabled] .btn-template-primary:focus, .btn-template-primary.disabled:active, .btn-template-primary[disabled]:active, fieldset[disabled] .btn-template-primary:active, .btn-template-primary.disabled.active, .btn-template-primary[disabled].active, fieldset[disabled] .btn-template-primary.active { background-color: var(--primary-accent); border-color: var(--primary-accent); } .btn-template-primary .badge { color: var(--primary-accent); background-color: #ffffff; } #intro { background: url('../img/home.jpg') no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #intro .item { font-family: "Roboto", Helvetica, Arial, sans-serif; height: 100%; } #intro .item h1 { text-transform: uppercase; font-size: 50px; color: #fff; margin-bottom: 40px; letter-spacing: 0.08em; } @media (max-width: 991px) { #intro .item h1 { font-size: 40px; } } @media (max-width: 767px) { #intro .item h1 { font-size: 25px; } } #intro .item h3 { color: #fff; margin-bottom: 40px; } @media (max-width: 767px) { #intro .item h3 { font-size: 15px; margin-bottom: 20px; } } #intro .item .btn { text-transform: none; } @media (max-width: 991px) { #intro .item .btn { font-size: 14px; } } @media (max-width: 991px) { #intro .item .carousel-caption { left: 10%; right: 10%; } } #intro .container, #intro .row { height: 100%; position: relative; } .jumbotron { padding: 30px; margin-bottom: 0; position: relative; /* background: url('../img/photogrid.jpg') center center repeat; */ background-size: cover; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .jumbotron .dark-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--primary-accent); opacity: 0.9; filter: alpha(opacity=90); } .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron p, .jumbotron ul { color: #fff; } .jumbotron h1, .jumbotron h2, .jumbotron h3 { color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; } .jumbotron p { margin-bottom: 20px; font-size: 21px; font-weight: 400; } .jumbotron p.text-uppercase { font-weight: 700; } .jumbotron>hr { border-top-color: #d5d5d5; } .container .jumbotron { border-radius: 0; } .jumbotron .container { max-width: 100%; z-index: 2; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 46px; } } #categoryMenu h3 { padding: 20px; background: #f7f7f7; margin: 0; border-bottom: solid 1px #eeeeee; text-transform: uppercase; letter-spacing: 0.08em; } .panel.sidebar-menu h3 { padding: 5px 0; margin: 0; } .panel.sidebar-menu { background: #fff; margin: 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .panel.sidebar-menu .panel-heading { text-transform: uppercase; margin-bottom: 10px; background: none; padding: 0; letter-spacing: 0.08em; border-bottom: none; } .panel.sidebar-menu .panel-heading h1, .panel.sidebar-menu .panel-heading h2, .panel.sidebar-menu .panel-heading h3, .panel.sidebar-menu .panel-heading h4, .panel.sidebar-menu .panel-heading h5 { display: inline-block; border-bottom: solid 5px var(--primary-accent); line-height: 1.1; margin-bottom: 0; padding-bottom: 10px; } .panel.sidebar-menu .panel-heading .btn.btn-danger { color: #fff; margin-top: 5px; } .panel.sidebar-menu .panel-body { padding: 0; } .panel.sidebar-menu .panel-body span.colour { display: inline-block; width: 15px; height: 15px; border: solid 1px #555555; vertical-align: top; margin-top: 2px; margin-left: 5px; } .panel.sidebar-menu .panel-body span.colour.white { background: #fff; } .panel.sidebar-menu .panel-body span.colour.red { background: red; } .panel.sidebar-menu .panel-body span.colour.green { background: green; } .panel.sidebar-menu .panel-body span.colour.blue { background: blue; } .panel.sidebar-menu .panel-body span.colour.yellow { background: yellow; } .panel.sidebar-menu .panel-body label { color: #999999; font-size: 12px; } .panel.sidebar-menu .panel-body label:hover { color: #555555; } .panel.sidebar-menu ul.nav.category-menu { margin-bottom: 20px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.08em; } .panel.sidebar-menu ul.nav.category-menu li a { font-family: "Roboto", Helvetica, Arial, sans-serif; } .panel.sidebar-menu ul.nav ul { list-style: none; padding-left: 0; } .panel.sidebar-menu ul.nav ul li { display: block; } .panel.sidebar-menu ul.nav ul li a { position: relative; font-family: "Times New Roman", Times, serif; font-weight: normal; text-transform: none !important; display: block; padding: 10px 15px; padding-left: 30px; font-size: 12px; color: #999999; } .panel.sidebar-menu ul.nav ul li a:hover, .panel.sidebar-menu ul.nav ul li a:focus { text-decoration: none; background-color: #eeeeee; } .panel.sidebar-menu ul.tag-cloud { list-style: none; padding-left: 0; } .panel.sidebar-menu ul.tag-cloud li { display: inline-block; } .panel.sidebar-menu ul.tag-cloud li a { display: inline-block; padding: 5px; border: solid 1px #eeeeee; border-radius: 0; color: var(--primary-accent); margin: 5px 5px 5px 0; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; font-size: 12px; text-decoration: none; } .panel.sidebar-menu ul.tag-cloud li a:hover { color: var(--primary-accent); border-color: var(--primary-accent); } .panel.sidebar-menu ul.tag-cloud li.active a { color: #FFFFFF; background-color: var(--primary-accent); } .panel.sidebar-menu ul.tag-cloud li.active a:hover { color: #FFFFFF; } .panel.sidebar-menu ul.popular, .panel.sidebar-menu ul.recent { list-style: none; padding-left: 0; padding: 20px 0; } .panel.sidebar-menu ul.popular li, .panel.sidebar-menu ul.recent li { margin-bottom: 10px; padding: 5px 0; border-bottom: dotted 1px #eeeeee; } .panel.sidebar-menu ul.popular li:before, .panel.sidebar-menu ul.recent li:before, .panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after { content: " "; display: table; } .panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after { clear: both; } .panel.sidebar-menu ul.popular li:before, .panel.sidebar-menu ul.recent li:before, .panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after { content: " "; display: table; } .panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after { clear: both; } .panel.sidebar-menu ul.popular li img, .panel.sidebar-menu ul.recent li img { width: 50px; margin-right: 10px; } .panel.sidebar-menu ul.popular li h5, .panel.sidebar-menu ul.recent li h5 { margin: 0 0 10px; } .panel.sidebar-menu ul.popular li h5 a, .panel.sidebar-menu ul.recent li h5 a { font-weight: normal; } .panel.sidebar-menu ul.popular li p.date, .panel.sidebar-menu ul.recent li p.date { float: right; font-size: 12px; color: #999999; } .panel.sidebar-menu ul.popular li:last-child, .panel.sidebar-menu ul.recent li:last-child { border-bottom: none; } .panel.sidebar-menu .text-widget { font-size: 12px; } .panel.sidebar-menu.with-icons ul.nav li a:after { font-family: 'FontAwesome'; content: "\f105"; position: relative; top: 0; float: right; } /* ribbons for product sales etc. */ .ribbon { position: absolute; top: 50px; padding-left: 51px; font-weight: 700; letter-spacing: 0.08em; } .ribbon .ribbon-background { position: absolute; top: 0; right: 0; } .ribbon .theribbon { position: relative; width: 80px; padding: 6px 20px 6px 20px; margin: 30px 10px 10px -71px; color: #fff; background-color: var(--primary-accent); font-family: "Roboto", Helvetica, Arial, sans-serif; } .ribbon .theribbon:before, .ribbon .theribbon:after { content: ' '; position: absolute; width: 0; height: 0; } .ribbon .theribbon:after { left: 0px; top: 100%; border-width: 5px 10px; border-style: solid; border-color: #000000 #000000 transparent transparent; } .ribbon.sale { top: 0; } .ribbon.new { top: 50px; } .ribbon.new .theribbon { background-color: #5bc0de; text-shadow: 0px 1px 2px #bbb; } .ribbon.new .theribbon:after { border-color: #2390b0 #2390b0 transparent transparent; } .ribbon.gift { top: 100px; } .ribbon.gift .theribbon { background-color: #5cb85c; text-shadow: 0px 1px 2px #bbb; } .ribbon.gift .theribbon:after { border-color: #357935 #357935 transparent transparent; } .owl-carousel .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active span, .owl-carousel .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls.clickable .owl-page:hover span { background: var(--primary-accent); } .owl-carousel .owl-controls .owl-buttons, .owl-theme .owl-controls .owl-buttons { position: absolute; top: 5px; right: 0; } .owl-carousel .owl-controls .owl-buttons div, .owl-theme .owl-controls .owl-buttons div { width: 26px; height: 26px; line-height: 25px; margin: 0 5px 0 0; font-size: 18px; color: var(--primary-accent); padding: 0; background: #fff; border-radius: 13px; vertical-align: middle; text-align: center; opacity: 1; filter: alpha(opacity=100); } .home-carousel { position: relative; /* background: url('../img/photogrid.jpg') center center repeat; */ background-size: cover; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .home-carousel .dark-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--primary-accent); opacity: 0.9; filter: alpha(opacity=90); } .home-carousel .owl-carousel { padding-top: 60px; padding-bottom: 20px; } .home-carousel .owl-theme .owl-controls .owl-page span { background: #666; } .home-carousel .owl-theme .owl-controls .owl-page.active span { background: #fff; } .home-carousel .owl-theme .owl-controls .owl-page:hover span { background: #fff; } @media (max-width: 767px) { .home-carousel { text-align: center !important; } } @media (min-width: 992px) { .home-carousel .right { text-align: right; } } .home-carousel h1, .home-carousel h2, .home-carousel h3, .home-carousel p, .home-carousel ul { color: #fff; } .home-carousel h1 { font-weight: 700; text-transform: uppercase; font-size: 46px; letter-spacing: 0.08em; } @media (max-width: 991px) { .home-carousel h1 { font-size: 36px; } } .home-carousel h2 { font-weight: 700; text-transform: uppercase; font-size: 40px; letter-spacing: 0.08em; } .home-carousel ul, .home-carousel p { font-size: 18px; font-weight: 700; padding: 0; text-transform: uppercase; letter-spacing: 0.10em; } @media (max-width: 991px) { .home-carousel ul, .home-carousel p { font-size: 14px; } } .home-carousel ul li { margin-bottom: 10px; } .customers { padding: 0; margin-bottom: 40px; } .customers .item { list-style-type: none; text-align: center; margin: 0 20px; } .customers .item img { display: inline-block; filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 10+, Firefox on Android */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .customers .item img:hover { max-width: auto; filter: none; -webkit-filter: none; } .testimonials { padding: 0; margin-bottom: 40px; } .testimonials .item { list-style-type: none; margin: 0 5px; background: #fff; padding-bottom: 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .testimonials .item .testimonial { position: relative; padding: 20px; } .testimonials .item .testimonial:before, .testimonials .item .testimonial:after { content: " "; display: table; } .testimonials .item .testimonial:after { clear: both; } .testimonials .item .testimonial:before, .testimonials .item .testimonial:after { content: " "; display: table; } .testimonials .item .testimonial:after { clear: both; } .testimonials .item .testimonial .text { color: #999999; margin-bottom: 40px; } .testimonials .item .testimonial .bottom { position: absolute; left: 0; bottom: 0; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px; height: 50px; } .testimonials .item .testimonial .bottom .icon { color: var(--primary-accent); font-size: 30px; float: left; width: 20%; } .testimonials .item .testimonial .name-picture { float: right; width: 80%; text-align: right; } .testimonials .item .testimonial .name-picture h5 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; } .testimonials .item .testimonial .name-picture p { color: #999999; margin: 0; font-size: 12px; } .testimonials .item .testimonial .name-picture img { float: right; width: 60px; border-radius: 30px; margin-left: 10px; } .team-member { text-align: center; margin-bottom: 40px; } .team-member h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 0.08em; } .team-member h3 a { color: #555555; } .team-member p.role { color: #999999; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; } .team-member .social { margin-bottom: 20px; } .team-member .social a { margin: 0 10px 0 0; color: #fff; display: inline-block; width: 26px; height: 26px; border-radius: 13px; line-height: 26px; font-size: 15px; text-align: center; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; vertical-align: bottom; } .team-member .social a i { vertical-align: bottom; line-height: 26px; } .team-member .social a.facebook { background-color: #4460ae; } .team-member .social a.gplus { background-color: #c21f25; } .team-member .social a.twitter { background-color: #3cf; } .team-member .social a.instagram { background-color: #cd4378; } .team-member .social a.email { background-color: #4a7f45; } .team-member .text p { color: #999999; font-size: 12px; } .team-member .social, .team-member-detail .social { margin-bottom: 20px; } .team-member .social a, .team-member-detail .social a { margin: 0 10px 0 0; color: #fff; display: inline-block; width: 26px; height: 26px; border-radius: 13px; line-height: 26px; font-size: 15px; text-align: center; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; vertical-align: bottom; } .team-member .social a i, .team-member-detail .social a i { vertical-align: bottom; line-height: 26px; } .team-member .social a.facebook, .team-member-detail .social a.facebook { background-color: #4460ae; } .team-member .social a.gplus, .team-member-detail .social a.gplus { background-color: #c21f25; } .team-member .social a.twitter, .team-member-detail .social a.twitter { background-color: #3cf; } .team-member .social a.instagram, .team-member-detail .social a.instagram { background-color: #cd4378; } .team-member .social a.email, .team-member-detail .social a.email { background-color: #4a7f45; } .box-simple { text-align: center; margin-bottom: 40px; } .box-simple .icon { color: var(--primary-accent); border-color: var(--primary-accent); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .box-simple h3 { font-weight: normal; font-size: 18px; text-transform: uppercase; line-height: 1.5; color: #555555; font-weight: 800; letter-spacing: 0.08em; } .box-simple h3 a { color: #555555; } .box-simple p { color: #999999; } .box-simple:hover .icon { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .box-simple:hover .icon i { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .box-simple.box-white { padding: 20px; border: dotted 1px #999999; } .box-simple.box-white .icon { color: #555555; border-color: transparent; font-size: 70px; } .box-simple.box-dark { padding: 20px; border: dotted 1px #999999; background: #555555; color: #fff; } .box-simple.box-dark .icon { color: #f7f7f7; border-color: transparent; font-size: 70px; } .box-simple.box-dark h3 { color: #fff; } .box-simple.box-dark h3 a { color: #fff; } .box-simple.box-dark p { color: #fff; } .box-image { position: relative; overflow: hidden; text-align: center; margin: 15px 0; } .box-image .bg { position: absolute; top: auto; bottom: 0; width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0); background: var(--primary-accent); } .box-image .name { position: absolute; width: 100%; height: 50%; bottom: 0; -webkit-transform: translate(0, 100%); -ms-transform: translate(0, 100%); -o-transform: translate(0, 100%); transform: translate(0, 100%); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; color: #fff; padding: 0 20px; } .box-image .name h3 { color: #fff; text-transform: uppercase; font-size: 18px; letter-spacing: 0.08em; } .box-image .name h3 a { color: #fff; text-decoration: none; } .box-image .text { position: absolute; width: 100%; height: 50%; top: 0; -webkit-transform: translate(0, -150%); -ms-transform: translate(0, -150%); -o-transform: translate(0, -150%); transform: translate(0, -150%); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; color: #fff; padding: 0 20px; } .box-image:hover .bg { opacity: 0.7; filter: alpha(opacity=70); } .box-image:hover .name { position: absolute; -webkit-transform: translate(0, -75%); -ms-transform: translate(0, -75%); -o-transform: translate(0, -75%); transform: translate(0, -75%); } .box-image:hover .text { position: absolute; -webkit-transform: translate(0, 100%); -ms-transform: translate(0, 100%); -o-transform: translate(0, 100%); transform: translate(0, 100%); } .box-image-text { position: relative; overflow: hidden; text-align: center; margin: 15px 0; } .box-image-text .top { position: relative; margin-bottom: 10px; } .box-image-text .top .bg { position: absolute; top: auto; bottom: 0; width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0); background: var(--primary-accent); } .box-image-text .top .name { position: absolute; width: 100%; height: 50%; bottom: 0; -webkit-transform: translate(0, 100%); -ms-transform: translate(0, 100%); -o-transform: translate(0, 100%); transform: translate(0, 100%); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; color: #fff; padding: 0 20px; } .box-image-text .top .name h3 { color: #fff; text-transform: uppercase; font-size: 18px; letter-spacing: 0.08em; } .box-image-text .top .name h3 a { color: #fff; text-decoration: none; } .box-image-text .top .text { position: absolute; width: 100%; height: 50%; top: 0; -webkit-transform: translate(0, -150%); -ms-transform: translate(0, -150%); -o-transform: translate(0, -150%); transform: translate(0, -150%); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; color: #fff; padding: 0 20px; } .box-image-text .content h3, .box-image-text .content h4 { text-transform: uppercase; line-height: 1.5; color: #555555; font-weight: 800; letter-spacing: 0.08em; } .box-image-text .content p { color: #999999; } .box-image-text:hover .bg { opacity: 0.7; filter: alpha(opacity=70); } .box-image-text:hover .name { position: absolute; -webkit-transform: translate(0, -75%); -ms-transform: translate(0, -75%); -o-transform: translate(0, -75%); transform: translate(0, -75%); } .box-image-text:hover .text { position: absolute; -webkit-transform: translate(0, 100%); -ms-transform: translate(0, 100%); -o-transform: translate(0, 100%); transform: translate(0, 100%); } /* universal box */ .box { background: #fff; margin: 0 0 30px; border: solid 1px #ccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px 0; border-left: none; border-right: none; } .box .box-header { background: #f7f7f7; margin: -20px 0 20px; padding: 20px; border-bottom: solid 1px #eeeeee; text-transform: uppercase; letter-spacing: 0.08em; } .box .box-header:before, .box .box-header:after { content: " "; display: table; } .box .box-header:after { clear: both; } .box .box-header:before, .box .box-header:after { content: " "; display: table; } .box .box-header:after { clear: both; } .box .box-footer { background: #f7f7f7; margin: 30px 0 -20px; padding: 20px; border-top: solid 1px #eeeeee; } .box .box-footer:before, .box .box-footer:after { content: " "; display: table; } .box .box-footer:after { clear: both; } .box .box-footer:before, .box .box-footer:after { content: " "; display: table; } .box .box-footer:after { clear: both; } @media (max-width: 991px) { .box .box-footer .btn { margin-bottom: 20px; } } .box.no-border { border: none; } #heading-breadcrumbs { background: url('../img/texture-bw.png') center center repeat; padding: 20px 0; margin-bottom: 40px; } #heading-breadcrumbs.no-mb { margin-bottom: 0; } #heading-breadcrumbs h1 { color: #333333; text-transform: uppercase; font-size: 30px; font-weight: 700; letter-spacing: 0.08em; } @media (max-width: 991px) { #heading-breadcrumbs h1 { text-align: center; } } #heading-breadcrumbs ul.breadcrumb { margin-top: 5px; margin-bottom: 0; } .bar { position: relative; background: var(--primary-accent); padding: 60px 0; } .bar.background-pentagon { background: url('../img/texture-bw.png') center center repeat; border-top: solid 1px #999999; border-bottom: solid 1px #999999; } .bar.background-gray { background: #eeeeee; } .bar.background-gray-dark { background: #555555; } .bar.background-white { background: #fff; } .bar.background-image-fixed-1 { background: url('../img/fixed-background-1.jpg') center top no-repeat; background-attachment: fixed; background-size: cover; } .bar.background-image-fixed-2 { background: url('../img/fixed-background-2.jpg') center top no-repeat; background-attachment: fixed; background-size: cover; } .bar.color-white h1, .bar.color-white h2, .bar.color-white h3, .bar.color-white h4, .bar.color-white h5, .bar.color-white h6, .bar.color-white p { color: #fff; } .bar.padding-big { padding: 50px 0; } .bar.padding-horizontal { padding-left: 30px; padding-right: 30px; } .bar.margin-vertical { margin-top: 20px; margin-bottom: 20px; } .bar .dark-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.3; filter: alpha(opacity=30); } .portfolio.no-space { padding: 0 15px; } .portfolio.no-space .box-image { margin: 0 -15px; } .portfolio-project .project-more h4 { color: #555555; text-transform: uppercase; margin-bottom: 0; text-align: left; font-size: 14px; letter-spacing: 0.08em; } .portfolio-project .project-more p { color: #999999; padding: 10px 0; margin-bottom: 20px; text-align: left; } .portfolio-showcase { margin: 15px 0 60px; } .portfolio-showcase h3 a { text-transform: uppercase; line-height: 1.5; letter-spacing: 0.08em; } .portfolio-showcase p.lead { color: #555555; margin-bottom: 20px; } .portfolio-showcase p { color: #999999; } .portfolio-showcase p.buttons { margin-top: 40px; } .see-more { text-align: center; margin-top: 20px; padding-top: 20px; } .see-more p { font-size: 28px; font-weight: 100; margin-bottom: 20px; } .showcase .item { text-align: center; } .showcase .item .icon { display: inline-block; width: 50px; height: 50px; color: #555555; line-height: 50px; border-radius: 25px; border: solid 1px #555555; } .showcase .item h4 { color: #555555; text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.5; font-size: 16px; } .showcase .item h4 span { font-weight: bold; font-size: 51px; } .packages .package { background: #fff; margin-top: 25px; margin-bottom: 20px; padding-bottom: 15px; text-align: center; border: solid 1px var(--primary-accent); overflow: hidden; } .packages .package .package-header { height: 57px; color: #fff; line-height: 57px; background: var(--primary-accent); } .packages .package .package-header h5 { color: #fff; text-transform: uppercase; font-weight: bold; line-height: 57px; margin: 0; letter-spacing: 0.08em; } .packages .package .package-header.light-gray { background: #eeeeee; } .packages .package .package-header.light-gray h5 { color: #555555; } .packages .package .price { line-height: 120px; height: 100px; color: #fff; font-weight: 400; } .packages .package .price h4 { display: inline; font-size: 50px; line-height: normal; margin-bottom: 0; } .packages .package .price .period { line-height: normal; color: #999999; } .packages .package ul { padding: 0; } .packages .package ul li { list-style-type: none; padding-top: 10px; padding-bottom: 10px; width: 80%; margin: auto; border-bottom: 1px dotted #ccc; } .packages .package ul li:last-child { border-bottom: 0; } .packages .package ul li i { font-size: 13px; margin-right: 5px; } .packages .best-value .package { margin-top: 0; padding-bottom: 40px; } .packages .best-value .package .package-header { height: 72px; padding-top: 17px; height: 82px !important; } .packages .best-value .package .package-header h5 { font-weight: bold; line-height: 29px; text-transform: uppercase; letter-spacing: 0.08em; } .packages .best-value .package .package-header .meta-text { font-size: 13px; line-height: 15px; } #map { height: 300px; } #map.with-border { border-top: solid 1px var(--primary-accent); border-bottom: solid 1px var(--primary-accent); } #blog-listing-big .post, #blog-homepage .post { margin-bottom: 60px; } #blog-listing-big .post h2, #blog-homepage .post h2, #blog-listing-big .post h4, #blog-homepage .post h4 { text-transform: uppercase; letter-spacing: 0.08em; } #blog-listing-big .post h2 a, #blog-homepage .post h2 a, #blog-listing-big .post h4 a, #blog-homepage .post h4 a { color: #555555; } #blog-listing-big .post h2 a:hover, #blog-homepage .post h2 a:hover, #blog-listing-big .post h4 a:hover, #blog-homepage .post h4 a:hover { color: var(--primary-accent); } #blog-listing-big .post .author-category, #blog-homepage .post .author-category { color: #999999; text-transform: uppercase; font-weight: 300; letter-spacing: 0.08em; } #blog-listing-big .post .author-category a, #blog-homepage .post .author-category a { font-weight: 500; } #blog-listing-big .post .date-comments a, #blog-homepage .post .date-comments a { color: #999999; margin-right: 20px; } #blog-listing-big .post .date-comments a:hover, #blog-homepage .post .date-comments a:hover { color: var(--primary-accent); } @media (min-width: 768px) { #blog-listing-big .post .date-comments, #blog-homepage .post .date-comments { text-align: right; } } #blog-listing-big .post .intro, #blog-homepage .post .intro { text-align: left; } #blog-listing-big .post .image, #blog-homepage .post .image { margin-bottom: 10px; overflow: hidden; } #blog-listing-big .post .image img, #blog-homepage .post .image img { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } @media (max-width: 767px) { #blog-listing-big .post .image img.img-responsive, #blog-homepage .post .image img.img-responsive { min-width: 100%; } } #blog-listing-big .post .video, #blog-homepage .post .video { margin-bottom: 10px; } #blog-listing-big .post .read-more, #blog-homepage .post .read-more { text-align: right; } #blog-listing-medium .post { margin-bottom: 60px; } #blog-listing-medium .post h2 { text-transform: uppercase; margin: 0 0 10px; font-size: 24px; letter-spacing: 0.08em; } #blog-listing-medium .post h2 a { color: #555555; } #blog-listing-medium .post h2 a:hover { color: var(--primary-accent); } #blog-listing-medium .post .author-category { float: left; color: #999999; text-transform: uppercase; font-weight: 300; font-size: 12px; letter-spacing: 0.08em; } #blog-listing-medium .post .author-category a { font-weight: 500; } #blog-listing-medium .post .date-comments { float: right; font-size: 12px; } #blog-listing-medium .post .date-comments a { color: #999999; margin-right: 20px; } #blog-listing-medium .post .date-comments a:hover { color: var(--primary-accent); } @media (min-width: 768px) { #blog-listing-medium .post .date-comments { text-align: right; } } #blog-listing-medium .post .intro { text-align: left; } #blog-listing-medium .post .clearfix:before, #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:before, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:before, #blog-listing-medium .post .navbar-header:after { content: " "; display: table; } #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:after { clear: both; } #blog-listing-medium .post .clearfix:before, #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:before, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:before, #blog-listing-medium .post .navbar-header:after { content: " "; display: table; } #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:after { clear: both; } #blog-listing-medium .post .image { margin-bottom: 10px; overflow: hidden; } #blog-listing-medium .post .image img { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } @media (max-width: 767px) { #blog-listing-medium .post .image img.img-responsive { min-width: 100%; } } #blog-listing-medium .post .video { margin-bottom: 10px; } #blog-listing-medium .post .read-more { text-align: right; } .box-image-text.blog .author-category { color: #999999; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 300; font-size: 12px; } .box-image-text.blog .author-category a { font-weight: 500; } .box-image-text.blog .intro { text-align: left; margin-bottom: 20px; } #blog-homepage .post { margin-bottom: 30px; } #blog-homepage .post h2, #blog-homepage .post h4, #blog-homepage .post .author-category, #blog-homepage .post .read-more { text-align: center; } #blog-homepage .post .read-more { margin-top: 20px; } #blog-post #post-content { margin-bottom: 20px; } #blog-post .comment { margin-bottom: 25px; } #blog-post .comment:before, #blog-post .comment:after { content: " "; display: table; } #blog-post .comment:after { clear: both; } #blog-post .comment:before, #blog-post .comment:after { content: " "; display: table; } #blog-post .comment:after { clear: both; } #blog-post .comment .posted { color: #999999; font-size: 12px; } #blog-post .comment .reply { font-family: "Roboto", Helvetica, Arial, sans-serif; } #blog-post .comment.last { margin-bottom: 0; } #blog-post #comments, #blog-post #comment-form { padding: 20px 0; margin-top: 20px; border-top: solid 1px #eeeeee; } #blog-post #comments:before, #blog-post #comment-form:before, #blog-post #comments:after, #blog-post #comment-form:after { content: " "; display: table; } #blog-post #comments:after, #blog-post #comment-form:after { clear: both; } #blog-post #comments:before, #blog-post #comment-form:before, #blog-post #comments:after, #blog-post #comment-form:after { content: " "; display: table; } #blog-post #comments:after, #blog-post #comment-form:after { clear: both; } #blog-post #comments h4, #blog-post #comment-form h4 { margin-bottom: 20px; } #blog-post #comment-form { margin-bottom: 20px; } .product { background: #fff; border-bottom: solid 1px #e6e6e6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 60px; overflow: hidden; text-align: center; } .product .image { overflow: hidden; } .product .image img { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } @media (max-width: 767px) { .product .image img.img-responsive { min-width: 100%; } } .product .text { padding: 10px; } .product .text h3 { font-size: 14px; font-weight: 700; height: 39.6px; text-transform: uppercase; letter-spacing: 0.08em; } .product .text h3 a { color: #555555; } .product .text h3 a:hover { text-decoration: none; } .product .text p.price { font-size: 18px; } .product .text p.price del { color: #999999; } .product .buttons { clear: both; position: absolute; display: none; bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; border: solid 1px transparent; padding: 20px; background: rgba(255, 255, 255, 0.9); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; text-align: center; } .product .buttons .btn { margin-bottom: 20px; } .product:hover { border-bottom: solid 1px #808080; top: 0; } .product:hover .buttons { clear: both; position: absolute; top: 0; background: rgba(255, 255, 255, 0.5); } .product:hover .image img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .goToDescription { font-size: 12px; text-align: center; margin-bottom: 40px; } .goToDescription a { color: #999999; text-decoration: underline; } #productMain { margin-bottom: 30px; } #productMain .sizes { text-align: center; } #productMain .sizes h3 { font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 40px; } #productMain .sizes a { display: inline-block; width: 40px; height: 40px; border-radius: 40px; background: #ccc; line-height: 40px; color: #555555; text-align: center; text-decoration: none; font-family: "Roboto", Helvetica, Arial, sans-serif; } #productMain .sizes a.active, #productMain .sizes a:hover { background: var(--primary-accent); color: #fff; } #productMain .sizes input { display: none; } #productMain .price { font-size: 40px; text-align: center; margin-top: 40px; margin-bottom: 40px; } #thumbs a { display: block; border: solid 1px transparent; } #thumbs a.active { border-color: var(--primary-accent); } #product-social { text-align: center; } #product-social h4 { font-weight: 300; margin-bottom: 10px; } #product-social p { line-height: 26px; } #product-social p a { margin: 0 10px 0 0; color: #fff; display: inline-block; width: 26px; height: 26px; border-radius: 13px; line-height: 26px; font-size: 15px; text-align: center; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; vertical-align: bottom; } #product-social p a i { vertical-align: bottom; line-height: 26px; } #product-social p a.facebook { background-color: #4460ae; } #product-social p a.gplus { background-color: #c21f25; } #product-social p a.twitter { background-color: #3cf; } #product-social p a.instagram { background-color: #cd4378; } #product-social p a.email { background-color: #4a7f45; } @media (max-width: 991px) { #product-social { text-align: center; } } #checkout .nav { margin-bottom: 20px; border-bottom: solid 1px var(--primary-accent); } #checkout .nav li { height: 100%; } #checkout .nav li a { display: block; height: 100%; } #order-summary table { margin-top: 20px; } #order-summary table td { color: #999999; } #order-summary table tr.total td, #order-summary table tr.total th { font-size: 18px; color: #555555; font-weight: 700; } #checkout .table tbody tr td, #basket .table tbody tr td, #customer-order .table tbody tr td { vertical-align: middle; } #checkout .table tbody tr td input, #basket .table tbody tr td input, #customer-order .table tbody tr td input { width: 50px; text-align: right; } #checkout .table tbody tr td img, #basket .table tbody tr td img, #customer-order .table tbody tr td img { width: 50px; } #checkout .table tfoot, #basket .table tfoot, #customer-order .table tfoot { font-size: 18px; } .shipping-method h4, .payment-method h4 { text-transform: uppercase; letter-spacing: 0.08em; } #customer-orders table tr th, #customer-orders table tr td { vertical-align: baseline; } #customer-order .table tfoot th { font-size: 18px; font-weight: 300; } #customer-order .addresses { text-align: right; margin-bottom: 30px; } #customer-order .addresses p { font-size: 18px; font-weight: 300; } #customer-account { margin-bottom: 30px; } #get-it { background: var(--primary-accent); padding: 50px 0 30px; color: #fff; text-align: center; } #get-it h1, #get-it h2, #get-it h3, #get-it h4, #get-it h5, #get-it h6 { color: #fff; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 20px; } #get-it p { margin: 0 0 20px; } #footer { background: #555555; padding: 50px 0; color: #999999; } #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 { color: #eeeeee; } #footer h4 { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; } #footer ul { padding-left: 0; list-style: none; } #footer ul a { color: #999999; } #footer ul a:hover { color: var(--primary-accent); text-decoration: none; } #footer .photostream div { float: left; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 33%; padding: 7.5px; overflow: hidden; } #footer .photostream div a { border: solid 1 px #eeeeee; } #footer .photostream div img { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #footer .photostream div:hover img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } #footer .blog-entries .item { clear: both; padding: 5px 0; margin-bottom: 10px; border-bottom: solid 1px #555555; } #footer .blog-entries .item .image { float: left; width: 15%; margin-right: 10px; } #footer .blog-entries .item .name { width: 75%; margin-left: 10px; display: table-cell; vertical-align: middle; } #footer .blog-entries .item .name h5 { margin: 0; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; } #footer .blog-entries .item .name h5 a { color: #eeeeee; } #footer .blog-entries .item .text { width: 100%; clear: both; } #footer .blog-entries .item:last-child { border-bottom: none; margin-bottom: 0; } #footer .social a { color: #555555; font-size: 25px; margin: 0 10px 0 0; } #footer .social a:hover { color: var(--primary-accent); } #copyright { background: #333; color: #ccc; padding: 50px 0; font-size: 12px; line-height: 28px; } #copyright p { margin: 0; } @media (max-width: 991px) { #copyright p { float: none !important; text-align: center; margin-bottom: 10px; } } [data-animate] { opacity: 0; filter: alpha(opacity=0); } #style-switch-button { position: fixed; top: 100px; left: 0px; border-radius: 0; } #style-switch { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 300px; padding: 20px; position: fixed; top: 140px; left: 0; background: #fff; border: solid 1px #eeeeee; } @media (max-width: 991px) { #style-switch-button { display: none; } #style-switch { display: none; } } /* Original Boostrap template overwrite */ /* breadcrumbs */ .breadcrumb { font-family: "Roboto", Helvetica, Arial, sans-serif; text-transform: uppercase; background-color: none; letter-spacing: 0.08em; } /* labels */ .label { font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: normal; text-transform: uppercase; letter-spacing: 0.08em; } /* forms.less */ label { font-weight: normal; } .form-control { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; } .form-control:focus { border-color: var(--primary-accent); outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--form-shadow); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--form-shadow); } .form-group { margin-bottom: 20px; } /* pager*/ .pager { margin: 20px 0; border-top: solid 1px #eeeeee; padding-top: 20px; text-transform: uppercase; letter-spacing: 0.08em; font-family: "Roboto", Helvetica, Arial, sans-serif; } .pager li { display: inline; } .pager li>a, .pager li>span { background-color: #ffffff; border: 1px solid var(--primary-accent); border-radius: 0; } .pager li>a:hover, .pager li>a:focus { text-decoration: none; color: #fff; background-color: var(--primary-accent); } .pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span { color: #999999; background-color: #ffffff; border-color: #ddd; } /* pagination */ .pagination { margin: 20px 0; font-family: "Roboto", Helvetica, Arial, sans-serif; border-radius: 0; } .pagination>li>a, .pagination>li>span { padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: var(--primary-accent); background-color: #ffffff; border: 1px solid #dddddd; } .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus { color: var(--primary-accent); background-color: var(--pagination-bg); border-color: #dddddd; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { z-index: 2; color: #ffffff; background-color: var(--primary-accent); border-color: var(--primary-accent); } .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus { color: #999999; background-color: #ffffff; border-color: #dddddd; } /* responsive utilities */ @media (max-width: 767px) { .text-center-xs { text-align: center !important; } .text-center-xs img { display: block; margin-left: auto; margin-right: auto; } } @media (min-width: 768px) and (max-width: 991px) { .text-center-sm { text-align: center !important; } .text-center-sm img { display: block; margin-left: auto; margin-right: auto; } } /* type */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: 900; line-height: 1.1; color: #333333; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 20px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 18px; } @media (min-width: 768px) { .lead { font-size: 21px; } } .text-small { font-size: 12px; } .text-large { font-size: 18px; } .text-italic { font-style: italic; } .text-primary { color: var(--primary-accent); } a.text-primary:hover { color: var(--link-hover-bg); } .bg-primary { color: #fff; background-color: var(--primary-accent); } a.bg-primary:hover { background-color: var(--link-hover-bg); } abbr[title], abbr[data-original-title] { border-bottom: 1px dotted #999999; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 14px; border-left: 5px solid var(--primary-accent); } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #999999; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { border-right: 5px solid var(--primary-accent); } address { margin-bottom: 20px; line-height: 1.42857143; } .panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; border-radius: 0; -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; } .panel-heading { border-top-right-radius: 0; border-top-left-radius: 0; text-transform: uppercase; letter-spacing: 0.08em; padding: 15px 15px; } .progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 0; overflow: hidden; } .panel-group .panel+.panel { margin-top: 5px; } .panel-group.accordion .panel { border-color: #ccc; } .panel-primary { border-color: var(--primary-accent); } .panel-primary>.panel-heading { color: #ffffff; background-color: var(--primary-accent); border-color: var(--primary-accent); } .panel-primary>.panel-heading+.panel-collapse>.panel-body { border-top-color: var(--primary-accent); } .panel-primary>.panel-heading .badge { color: var(--primary-accent); background-color: #ffffff; } .panel-primary>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: var(--primary-accent); } .panel-primary .panel-title { font-weight: 300; } .panel-primary .panel-title a:hover { color: #fff; text-decoration: none; } a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } a.list-group-item.active>.badge, .nav-pills>.active>a>.badge { color: var(--primary-accent); background-color: #ffffff; } .nav-pills>li>a>.badge { margin-left: 3px; } .progress-bar-primary { background-color: var(--primary-accent); } .progress-striped .progress-bar-primary { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /*! * Yamm!3 - Yet another megamenu for Bootstrap 3 * http://geedmo.github.com/yamm3 * * @geedmo - Licensed under the MIT license */ .yamm .nav, .yamm .collapse, .yamm .dropup.use-yamm, .yamm .dropdown.use-yamm { position: static; } .yamm .container { position: relative; } .yamm .dropdown-menu { left: auto; } .yamm .nav.navbar-right .dropdown-menu { left: auto; right: 0; } .yamm .yamm-content { padding: 20px 30px; } .yamm .dropdown.yamm-fw .dropdown-menu { left: 15px; right: 15px; } /* 共通樣式 start */ :root { --main-color: #4c660a; --second-color: #808f4c; --dark-gray: #656565; --light-gray: #d6d6d8; --font-md: 15px; } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } /* 共通樣式 start */ a { text-decoration: none; } img { image-rendering: -webkit-optimize-contrast; } .bhouseweb_loc_content { width: 50%; margin: 0 auto; } @media screen and (max-width: 1200px) { .bhouseweb_loc_content { width: 70%; } } @media screen and (max-width: 767px) { .bhouseweb_loc_content { width: 95%; } } .bhouseweb_loc_line { background: #000; height: 1px; opacity: 1 !important; } .bhouse_title { color: #4c660b; font-size: 1.2rem; font-weight: 600; letter-spacing: 3px; } @media screen and (max-width: 767px) { .bhouse_title { font-size: 1rem; } } .bhouse_subtitle { color: #4c660b; font-size: 1.2rem; font-weight: 600; letter-spacing: 3px; margin-bottom: 1rem; } .likeSee__state { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .likeSee__state img { width: 40px; } @media screen and (max-width: 767px) { .likeSee__state img { width: 30px; } } .mt-15 { margin-top: 15px; } .mt-30 { margin-top: 30px; } .my-80 { margin: 80px 0; } .my-50 { margin: 50px 0; } .mt-80 { margin-top: 80px; } .mb-80 { margin-bottom: 80px; } .readMore, .article_readMore { font-size: 0.9rem; font-weight: bold; color: #656565; cursor: pointer; } .readMore:hover, .article_readMore:hover { opacity: 0.8; } .qa-banner, .blog-banner, .store-banner, .design-banner, .news-page-banner, .collection-banner, .room-planner-banner { padding: 175px 0; background-size: cover; background-position: center; background-repeat: no-repeat; image-rendering: -webkit-optimize-contrast; } @media (max-width: 991px) { .qa-banner, .blog-banner, .store-banner, .design-banner, .news-page-banner, .collection-banner, .room-planner-banner { background-position: bottom -50px right 50%; } } /* 共通樣式 end */ /* header start */ .navbar { background-color: var(--second-color); } .navbar ul { white-space: nowrap; } .navbar .navbar-link { padding: 0 20px; color: var(--main-color); font-weight: bold; } .navbar .navbar-link:hover { color: #ffffff; } .navbar .navbar-brand { display: none; } .navbar .close-btn { display: inline-block; position: relative; top: -5px; width: 23px; height: 2px; background: #ffffff; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .navbar .close-btn::after { content: ""; display: block; width: 23px; height: 2px; background: #ffffff; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } @media (max-width: 991px) { .navbar { padding: 0; /* 收合時覆蓋內容 */ width: 100%; position: absolute; z-index: 999; } .navbar .navbar-link { display: block; padding: 20px 0px; margin: 0 50px; color: #ffffff; border-bottom: 1px solid var(--dark-gray); } .navbar .navbar-link:hover { color: rgba(255, 255, 255, 0.6); } .navbar .navbar-logo { display: none; } .navbar .navbar-nav { height: 100vh; white-space: nowrap; border-top: 1px solid var(--dark-gray); } .navbar .navbar-nav li:last-child a { border: none; } .navbar .navbar-toggler { width: 30px; margin-right: 30px; border: none; } .navbar .navbar-toggler:focus, .navbar .navbar-toggler:active { outline: none !important; -webkit-box-shadow: none; box-shadow: none; } .navbar .navbar-brand { display: block; } } /* header end */ /* slick start */ .slick-dots { bottom: 115px; } .slick-dots li button:before { opacity: 1; content: "●"; color: #ffffff; font-size: 18px; } .slick-dots li.slick-active button:before { opacity: 1; color: var(--second-color); } .slider-item { position: relative; } .slider-item img { width: 100%; height: 700px; -o-object-fit: cover; object-fit: cover; } .slider-item div { padding: 20px 20vw; position: absolute; left: 0; right: 0; bottom: 0px; background-color: rgba(128, 143, 76, 0.6); text-align: end; } .slider-item p { margin: 0; color: #ffffff; font-weight: bold; font-size: 22px; } .slider-item p:last-child { font-size: 18px; } @media (max-width: 767px) { .slider-item div { padding: 20px 5vw; } } /* slick end */ /* footer start */ .footer { padding: 0 18vw; font-size: 15px; background-color: var(--light-gray); } .footer img { display: none; margin: 50px; } .footer ul { padding: 0; list-style: none; font-weight: bold; margin-bottom: 30px; } .footer .row { padding: 60px 0; } .footer .list { display: -webkit-box; display: -ms-flexbox; display: flex; } .footer .list li { padding: 5px 0; } .footer .title a { font-size: 15px; font-weight: bold; color: var(--main-color); } .footer .list li a, .footer .copyright, .footer .copyright a { color: #68686b; font-weight: bold; } .footer .mobile-list { display: none; border-top: 2px solid var(--dark-gray); padding-top: 10px; margin-bottom: 30px; } .footer .mobile-list li { margin: 20px 0 20px 50px; } .footer .mobile-list a { font-size: 20px; color: var(--main-color); } .footer .mobile-list a:hover { opacity: 0.8; } .footer .copyright { padding: 20px 0; border-top: 2px solid var(--dark-gray); } .footer .copyright a { padding: 0 5px; } .footer .copyright span { position: relative; top: -1px; } @media (max-width: 1200px) { .footer { padding: 0 8vw; } } @media (max-width: 767px) { .footer { padding: 0 1.5vw; } .footer img { display: inline-block; } .footer .list { display: none; } .footer .mobile-list { display: block; } } /* footer end */ /* home start */ .home-container { padding: 285px 0 125px; } .home-content { width: 50%; margin: 0 auto; } .home-content a:hover p { opacity: 0.8; } .home-content img { max-width: 500px; width: 100%; } .home-content .bottom-box { position: relative; } .home-content .bottom-box div { position: absolute; bottom: 0; right: 0; left: 0; background: rgba(128, 143, 76, 0.6); padding: 20px 50px; } .home-content .bottom-box p { margin: auto; text-align: right; color: #fff; } .home-content .bottom-box p:first-child { font-size: 20px; } .home-content .bottom-box p:last-child { font-size: 16px; padding-top: 10px; } @media (max-width: 1200px) { .home-content { width: 70%; } } @media (max-width: 767px) { .home-container { padding: 130px 0 330px; } .home-content { width: 98.5%; } .home-content:last-child { display: none; } } .reserve { position: fixed; bottom: 5vw; right: 5vw; } .reserve img { width: 180px; } /* home end */ /* 服務常見QA-frequently_asked_questions start */ .qa-banner { background-image: url(/img/banner/bn_qa@2x.png); } .accordion { padding: 140px 25% 40px; border-bottom: 1px solid #000000; } .accordion .accordion-item { padding: 10px 0; border-width: 2px; border-color: var(--second-color); } .accordion .accordion-button { font-size: 14px; background: transparent !important; } .accordion .accordion-button:not(.collapsed) { color: #000000; -webkit-box-shadow: none; box-shadow: none; } .accordion .accordion-button:not(.collapsed)::after { background-image: url(/img/field_q6_h@2x.png); } .accordion .accordion-button:focus, .accordion .accordion-button:active { outline: none !important; -webkit-box-shadow: none; box-shadow: none; border-color: var(--second-color); } .accordion .accordion-button::after { width: 1.8rem; height: 1.8rem; background-size: 2rem; background-image: url(/img/field_q6_h@2x.png); image-rendering: -webkit-optimize-contrast; } .accordion .accordion-button span { position: absolute; top: -30px; left: -30px; } .accordion .accordion-button span img { width: 60%; } .accordion .accordion-body { font-size: 14px; line-height: 28px; font-weight: bold; } .accordion .botder-item { padding: 25px; margin-bottom: 10px; border-radius: 0; border: 2px solid var(--second-color); } .accordion .subtitle { display: none; padding: 20px 0 0; font-size: 14px; text-align: center; font-weight: bold; color: var(--dark-gray); } @media (max-width: 1200px) { .accordion { padding: 140px 15% 40px; } } @media (max-width: 767px) { .accordion { padding: 140px 5% 40px; } .accordion .botder-item { padding: 15px; margin: 5px 0; font-size: 16px; } .accordion .mobile-body { font-size: 16px; } .accordion .mobile-body, .accordion .accordion-body { line-height: 30px; } .accordion .accordion-item { padding: 5px 0; } .accordion .subtitle { display: block; } } .qa-navs { padding: 20px 0; } .qa-navs .home-content { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 767px) { .qa-navs { padding: 40px 0; } } /* 服務常見QA-frequently_asked_questions end */ /* Banner start */ .bhouseweb_loc_banner { position: relative; } @media screen and (max-width: 991px) { .bhouseweb_loc_banner { padding-top: 80px; } } @media screen and (max-width: 991px) { .bhouseweb_loc_banner .banner-img { height: 150px; -o-object-fit: cover; object-fit: cover; } } .bt_slogan { position: relative; right: 80px; bottom: 24px; width: 90px; background: rgba(76, 102, 11, 0.6); color: #fff; cursor: pointer; } .bt_slogan img { -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(324deg) brightness(104%) contrast(102%); filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(324deg) brightness(104%) contrast(102%); } @media screen and (max-width: 767px) { .bt_slogan { right: 5%; width: 80px; } } @media screen and (max-width: 575px) { .bt_slogan { right: 3%; width: 50px; } } .bt_slogan_portfolio { width: 350px; -o-object-fit: cover; object-fit: cover; position: absolute; right: 260px; bottom: -36%; cursor: pointer; } @media screen and (max-width: 991px) { .bt_slogan_portfolio { width: 300px; right: 250px; height: 200px; bottom: -120px; } } @media screen and (max-width: 767px) { .bt_slogan_portfolio { right: 150px; } } @media screen and (max-width: 575px) { .bt_slogan_portfolio { right: 75px; width: 250px; height: 180px; } } .bhouseweb_loc_banner .bt_slogan img { -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(324deg) brightness(104%) contrast(102%); filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(324deg) brightness(104%) contrast(102%); } /* Banner end */ /* 室內設計作品-collection start */ .select { text-decoration: underline !important; } .bhouseweb_item_type { cursor: pointer; } .readMore, .article_readMore { margin-top: 30px; } .title_underline { border-bottom: 2px #fff solid; padding-bottom: 5px; } .collection-banner { background-image: url(/img/banner/bn_portfolio@2x.png); } .bhouseweb_loc_banner { position: relative; } @media screen and (max-width: 991px) { .bhouseweb_loc_banner { padding-top: 80px; } } @media screen and (max-width: 767px) { .bhouseweb_loc_banner .banner-img { height: 150px; -o-object-fit: cover; object-fit: cover; } } .bhouseweb_loc_sec01 { width: 80%; margin-top: 180px; color: #656565; font-size: 0.8rem; } @media screen and (max-width: 767px) { .bhouseweb_loc_sec01 { width: 95%; margin-top: 130px; } } .bhouseweb_loc_sec01 .bhouseweb_loc_type, .bhouseweb_loc_sec01 .bhouseweb_loc_pattern, .bhouseweb_loc_sec01 .bhouseweb_loc_budget, .bhouseweb_loc_sec01 .bhouseweb_loc_size { margin: 10px; } @media screen and (max-width: 767px) { .bhouseweb_loc_sec01 .bhouseweb_loc_type, .bhouseweb_loc_sec01 .bhouseweb_loc_pattern, .bhouseweb_loc_sec01 .bhouseweb_loc_budget, .bhouseweb_loc_sec01 .bhouseweb_loc_size { margin: 5px; } } .bhouseweb_loc_sec01 .bhouseweb_loc_type a, .bhouseweb_loc_sec01 .bhouseweb_loc_pattern a, .bhouseweb_loc_sec01 .bhouseweb_loc_budget a, .bhouseweb_loc_sec01 .bhouseweb_loc_size a { text-decoration: none; color: #565656; padding: 5px 15px; } @media screen and (max-width: 767px) { .bhouseweb_loc_sec01 .bhouseweb_loc_type a, .bhouseweb_loc_sec01 .bhouseweb_loc_pattern a, .bhouseweb_loc_sec01 .bhouseweb_loc_budget a, .bhouseweb_loc_sec01 .bhouseweb_loc_size a { padding: 5px 5px; } } .bhouseweb_loc_search_box { width: 100%; background: #565656; } .bhouseweb_loc_search_box .bhouseweb_search_img { width: 20%; font-size: 24px; color: #fff; padding-left: 30px; } @media screen and (max-width: 767px) { .bhouseweb_loc_search_box .bhouseweb_search_img { padding-left: 10px; width: 15%; font-size: 16px; } } .bhouseweb_loc_search_box .bhouseweb_search_form { padding: 0.75rem 0.75rem; } @media screen and (max-width: 767px) { .bhouseweb_loc_search_box .bhouseweb_search_form { padding: 0.35rem 0.35rem; } } .bhouseweb_loc_search_box #bhouseweb_search { width: 70%; background: #565656 !important; border: none; font-size: 1rem; font-weight: 400; line-height: 1.5; outline: none; color: #bcbcbc; } @media screen and (max-width: 767px) { .bhouseweb_loc_search_box #bhouseweb_search { width: 86%; font-size: 0.5rem; } } .bhouseweb_loc_search_box ::-webkit-input-placeholder { /* Chrome, Safari */ color: #bcbcbc; } .bhouseweb_loc_search_box :-ms-input-placeholder { color: #bcbcbc; } .bhouseweb_loc_search_box ::-ms-input-placeholder { color: #bcbcbc; } .bhouseweb_loc_search_box ::placeholder { color: #bcbcbc; } .bhouseweb_loc_search_box :-ms-input-placeholder { /* IE 10+ */ color: #bcbcbc; } .bhouseweb_loc_search_box ::-moz-placeholder { /* Firefox 19+ */ color: #bcbcbc; } .bhouseweb_loc_sec02 { height: 170vh; overflow: hidden; } .bhouseweb_loc_sec02_card { background: #80ab29; padding: 0px 0px 10px 10px; position: relative; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; overflow: hidden; height: 300px; } @media screen and (max-width: 767px) { .bhouseweb_loc_sec02_card { height: 160px; padding: 0; } } .bhouseweb_loc_sec02_card a { text-decoration: none; } .bhouseweb_loc_sec02_card .sec02-p-dec { color: #fff; text-align: center; font-size: 14px; font-weight: 900; -webkit-transition: 0.5s; transition: 0.5s; } @media screen and (min-width: 1025px) { .bhouseweb_loc_sec02_card .sec02-p-dec { width: 100%; position: absolute; top: 30%; left: 0px; font-size: 16px; opacity: 0; } } @media screen and (max-width: 767px) { .bhouseweb_loc_sec02_card .sec02-p-dec { display: none; } } .bhouseweb_loc_sec02_card img { width: 100%; height: 300px; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { .bhouseweb_loc_sec02_card img { height: 100%; -o-object-fit: cover; object-fit: cover; } } .bhouseweb_loc_sec02_card:hover .sec02-p-dec, .bhouseweb_loc_sec02_card:hover .sec03-p-dec { opacity: 1; } .bhouseweb_loc_sec02_card:hover img { opacity: 0.2; } /* 室內設計作品-collection end */ /* 室內設計作品內頁-simple_korean_style_hous start */ .style_house_ads { padding: 15px; background: #fff; } .style_house_ads .style_house_text { width: 80.5%; margin-left: auto; } @media screen and (max-width: 767px) { .style_house_ads .style_house_text { width: 95%; } } .style_house_line { background: #000; height: 1px; opacity: 1 !important; } .title_underline { border-bottom: 2px #fff solid; padding-bottom: 5px; } .style_house_banner img { width: 100%; height: 80vh; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { .style_house_banner img { height: 150px; } } .style_house_title { color: #4c660b; font-size: 1.4rem; font-weight: 600; letter-spacing: 3px; } @media screen and (max-width: 767px) { .style_house_title { font-size: 1rem; } } .style_house_subtitle { color: #4c660b; font-size: 1.2rem; font-weight: 600; letter-spacing: 3px; } .style_house_content { width: 50%; margin: 0 auto; } @media screen and (max-width: 767px) { .style_house_content { width: 95%; } } .style_house_sec01 { margin-top: 100px; text-align: center; margin-bottom: 50px; } @media screen and (max-width: 767px) { .style_house_sec01 { margin-top: 30px; } } .style_house_sec01 h3 { font-size: 1.5rem; } @media screen and (max-width: 767px) { .style_house_sec01 h3 { font-size: 1rem; } } .style_house_sec01 p { font-weight: 900; color: #808e4c; } @media screen and (max-width: 767px) { .style_house_sec01 p { font-size: 0.6rem; } } .style_house_sec01 .style_house_sec01_box { margin-top: 30px; } @media screen and (max-width: 767px) { .style_house_sec01 .style_house_sec01_box { margin-top: 10px; } } .style_house_sec01 .style_house_sec01_box-1 { width: 90%; margin: 0 auto; } .style_house_sec02 { margin-top: 50px; margin-bottom: 50px; } .style_house_sec02 .style_house_sec02_content { margin-top: 50px; } @media screen and (max-width: 767px) { .style_house_sec02 .style_house_sec02_content { margin-top: 10px; } } .style_house_sec02 .style_house_sec02_slide { margin-top: 30px; } .style_house_sec02 .style_house_sec02_slide .slide_item_text { background: rgba(76, 102, 11, 0.5); padding: 15px; -webkit-transform: translateY(-72px); transform: translateY(-72px); } @media screen and (max-width: 767px) { .style_house_sec02 .style_house_sec02_slide .slide_item_text { -webkit-transform: translateY(-65px); transform: translateY(-65px); } } .style_house_sec02 .style_house_sec02_slide .slide_item_text p { color: #fff; padding-left: 30px; } .style_house_sec02 p { font-weight: 600; letter-spacing: 2px; margin-bottom: 0; font-size: 0.9rem; } @media screen and (max-width: 767px) { .style_house_sec02 p { font-size: 0.6rem; } } .style_house_sec02 .style_house_sec02_slide_list { margin-top: -50px; } .style_house_sec02 .style_house_sec02_slide_list .sec02_slide_item { padding: 5px; } .style_house_sec03 .table1 { margin-top: 30px; margin-bottom: 50px; font-weight: 600; } .style_house_sec03 .table1 th { font-weight: 600; width: 15%; padding-left: 15px; padding-top: 10px; } @media screen and (max-width: 767px) { .style_house_sec03 .table1 th { width: 25%; font-size: 0.6rem; } } .style_house_sec03 .table1 td { padding: 15px; } @media screen and (max-width: 767px) { .style_house_sec03 .table1 td { padding: 5px; font-size: 0.6rem; } } .style_house_sec03 .table2 { margin-top: 30px; margin-bottom: 50px; font-weight: 600; } .style_house_sec03 .table2 th { width: 15%; padding-left: 15px; padding-top: 10px; } @media screen and (max-width: 767px) { .style_house_sec03 .table2 th { width: 25%; font-size: 0.6rem; } } .style_house_sec03 .table2 td p { margin-bottom: 0; line-height: 2; } @media screen and (max-width: 767px) { .style_house_sec03 .table2 td p { font-size: 0.6rem; } } .style_house_sec04 { margin-top: 50px; margin-bottom: 100px; } @media screen and (max-width: 767px) { .style_house_sec04 { margin-top: 30px; } } .style_house_sec05 { margin-top: 50px; margin-bottom: 100px; } @media screen and (max-width: 767px) { .style_house_sec05 { margin-bottom: 30px; margin-top: 30px; } } .style_house_sec05 .style_house_sec05_box { margin-top: 50px; } .style_house_sec05 a { text-decoration: none; padding: 8px 5px; background: #808e4c; color: #fff; margin-right: 5px; -webkit-transition: 0.3s; transition: 0.3s; border: 1px solid #808e4c; } .style_house_sec05 a:hover { border: 1px solid #808e4c; background: #fff; color: #808e4c; } .style_house_sec06 { margin: 30px 0; } /* 室內設計作品內頁-simple_korean_style_hous end */ /* 成家設計服務-room_planner start */ .room-planner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .room-planner .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .room-planner .room-planner-banner { background-image: url(/img/banner/bn_serve@2x.png); } .room-planner .sub-banner { margin: 150px auto 50px; } .room-planner .sub-banner img { width: 100%; max-width: 600px; padding: 0 20px; } .room-planner .room-planner-images { padding: 0 70px 100px; position: relative; } .room-planner .room-planner-images .row { padding: 50px 0; } .room-planner .room-planner-images .img-box { border-radius: 40px; background-color: #99a56f; border: 3px solid var(--second-color); background-size: cover; background-position: center; background-repeat: no-repeat; } .room-planner .room-planner-images .bg-item { max-width: 830px; height: 270px; } .room-planner .room-planner-images .step-01 { background-image: url(/img/room_planner/step1.webp); } .room-planner .room-planner-images .step-02 { background-image: url(/img/room_planner/step2.webp); } .room-planner .room-planner-images .step-03 { background-position: right; background-image: url(/img/room_planner/step3.webp); } .room-planner .room-planner-images .step-04 { background-image: url(/img/room_planner/step4.webp); } .room-planner .room-planner-images .step-06 { background-image: url(/img/room_planner/step6.webp); } .room-planner .room-planner-images .step-09 { background-image: url(/img/room_planner/step9.webp); } .room-planner .room-planner-images .line-1, .room-planner .room-planner-images .line-2, .room-planner .room-planner-images .line-3, .room-planner .room-planner-images .line-4, .room-planner .room-planner-images .line-5 { position: absolute; z-index: -1; } .room-planner .room-planner-images .line-1 { top: -50px; width: 580px; height: 200px; border-left: 3px solid var(--second-color); } .room-planner .room-planner-images .line-2 { top: 185px; width: 585px; height: 370px; border: 3px solid var(--second-color); border-left: none; } .room-planner .room-planner-images .line-3 { top: 600px; width: 580px; height: 200px; border-left: 3px solid var(--second-color); } .room-planner .room-planner-images .line-4 { top: 930px; width: 585px; height: 380px; border: 3px solid var(--second-color); border-left: none; } .room-planner .room-planner-images .line-5 { width: 590px; height: 300px; bottom: 300px; border-left: 3px solid var(--second-color); } @media (max-width: 991px) { .room-planner .room-planner-images .bg-item { min-width: 750px; } .room-planner .room-planner-images .line-2, .room-planner .room-planner-images .line-3 { width: 540px; } .room-planner .room-planner-images .line-4 { width: 510px; } } @media (max-width: 767px) { .room-planner .room-planner-images { display: none; } } .room-planner .room-planner-moblie .row { margin-bottom: 50px; padding: 0 65px; } .room-planner .room-planner-moblie .img-box { border-radius: 30px; background-color: #99a56f; border: 3px solid var(--second-color); } .room-planner .room-planner-moblie .text-box { margin-right: 10vw; font-size: 20px; font-weight: bold; text-align: center; } .room-planner .room-planner-moblie .text-box span { font-size: 44px; color: #99a56f; } .room-planner .room-planner-moblie .line-6 { height: 2800px; position: absolute; top: -50px; right: 29%; z-index: -1; border-right: 2px solid var(--second-color); } @media (min-width: 767px) { .room-planner .room-planner-moblie { display: none; } } @media (max-width: 576px) { .room-planner .room-planner-moblie .line-6 { right: 36%; } .room-planner .room-planner-moblie .text-box { margin-right: 0; } } .room-planner .rp-navs { padding: 35px 25px; } .room-planner .rp-navs .home-content { width: 100%; max-width: 850px; display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 767px) { .room-planner .rp-navs { display: none; } } /* 成家設計服務-room_planner end */ /* 成家知識專欄-categories start */ .blog-banner { background-image: url(../img/banner/bn_blog@2x.webp); } .blog-categories .container { width: 50%; margin: 40px auto 25px; } .blog-categories .container .breadcrumb-item { font-weight: bold; } .blog-categories .container .breadcrumb-item a { color: var(--main-color); } .blog-categories .container .link-list { width: 100%; max-width: 190px; } .blog-categories .container .link-list a { text-decoration: none; margin: 0 0.1rem; padding: 7px 10px; background: #808e4c; color: #fff; margin-right: 5px; -webkit-transition: 0.3s; transition: 0.3s; border: 1px solid #808e4c; } .blog-categories .container .link-list a:hover { border: 1px solid #808e4c; background: #fff; color: #808e4c; } .blog-categories .container .bhouseweb_search_form { padding: 0; } .blog-categories .container .bhouseweb_search_form .bhouseweb_search_img img { width: 38px; } .blog-categories .article { width: 50%; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 25px; } .blog-categories .article .article-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 25px 0; padding-bottom: 50px; border-bottom: 1px solid #000; } .blog-categories .article .article-item h4 { font-size: 22px; line-height: 32px; color: #4c660b; } .blog-categories .article .article-item h4:hover { opacity: 0.8; } .blog-categories .article .article-item h4, .blog-categories .article .article-item p { font-weight: bold; } .blog-categories .article .article-item img { width: 240px; height: auto; margin-right: 35px; } .blog-categories .article .nav-link { padding: 0; margin-bottom: 50px; text-align: center; font-weight: bold; letter-spacing: 1px; color: var(--dark-gray); } @media (max-width: 991px) { .blog-categories .container, .blog-categories .article { width: 75%; } } @media (max-width: 575px) { .blog-categories .container, .blog-categories .article { width: 90%; } .blog-categories .container .article-item, .blog-categories .article .article-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .blog-categories .container .article-item a, .blog-categories .article .article-item a { margin-top: 20px; } .blog-categories .container .article-item img, .blog-categories .article .article-item img { width: 100%; margin-right: 15px; } } /* 成家知識專欄-categories end */ /* 成家知識專欄-article start */ .blog_article h3 { color: #4c660b; font-weight: bold; } .blog_article span { font-weight: bold; } .blog_article ul { margin: 0; padding: 0; list-style: none; } .blog_article p { line-height: 32px; letter-spacing: 1px; } .blog_article .content { width: 50%; margin: auto; padding-bottom: 60px; } .blog_article .content section:first-child { margin: 60px auto; padding-bottom: 60px; border-bottom: 1px solid #000000; } @media (max-width: 1200px) { .blog_article .content { width: 70%; } } @media (max-width: 992px) { .blog_article .content { width: 90%; } } .blog_article .icon-box img { width: 35px; } .blog_article .question-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 2px solid var(--second-color); } .blog_article .question-box ul { padding: 20px 40px; } .blog_article .question-box ul li { margin: 10px 0; letter-spacing: 1px; font-weight: bold; } .blog_article .question-box ul li:first-child { font-size: 20px; } .blog_article .question-box ul a { margin-left: 5px; color: #006e9a; } .blog_article .question-box ul a:hover { opacity: 0.8; } .blog_article .img-box { margin: 50px 0; position: relative; } .blog_article .img-box img { width: 100%; } .blog_article .img-box p { margin: 0; padding: 20px 60px; position: absolute; left: 0; right: 0; bottom: 0px; background-color: rgba(128, 143, 76, 0.6); text-align: start; color: #ffffff; font-size: 14px; line-height: 28px; } .blog_article section h4 { margin-bottom: 30px; font-size: 20px; font-weight: bold; color: var(--main-color); } .blog_article .section-01 { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 2px solid #000000; } .blog_article .section-02 li { letter-spacing: 1px; line-height: 32px; } .blog_article .section-02 li:first-child, .blog_article .section-03 li:first-child { margin-bottom: 20px; font-size: 20px; font-weight: bold; } .blog_article .section-03 { padding-bottom: 10px; border-bottom: 2px solid #000000; } .blog_article .section-03 span { line-height: 32px; } .blog_article .section-04 { padding-bottom: 40px; border-bottom: 2px solid #000000; } .blog_article .section-04 h4 { margin-top: 30px; } .blog_article .section-04 span { line-height: 32px; } .blog_article .section-04 li:first-child { margin-bottom: 40px; } .blog_article .section-04 table { width: 100%; margin-bottom: 50px; } .blog_article .section-04 table, .blog_article .section-04 table td, .blog_article .section-04 table th { padding: 5px 10px; border: 1px solid #333; } .blog_article .link-box { margin-top: 50px; padding-bottom: 50px; border-bottom: 2px solid #000000; } .blog_article .link-box .link-list { width: 100%; } .blog_article .link-box .link-list a { margin: 0; text-decoration: none; padding: 7px 10px; background: #808e4c; color: #fff; -webkit-transition: 0.3s; transition: 0.3s; border: 1px solid #808e4c; } .blog_article .link-box .link-list a:hover { border: 1px solid #808e4c; background: #fff; color: #808e4c; } .blog_article .readMore, .blog_article .article_readMore { margin: 25px 0; } .blog_article .read-more-list { padding-top: 60px; border-top: 2px solid #000000; } .blog_article .read-more-list li { margin: 10px 0; font-weight: bold; } .blog_article .read-more-list a { color: var(--main-color); } /* 成家知識專欄-article end */ /* 最新消息公告-news start */ .news-page-banner { background-image: url(/img/banner/bn_news@2x.png); } .likeSee__state__filter p { width: 100px; margin-left: 50px; } /* 最新消息公告-news end */ /* 小寶設計單品-furniture_design start */ .furniture-design p { padding-right: 20px; text-align: justify; } .furniture-design h5 { font-weight: bold; color: var(--main-color); } .furniture-design p, .furniture-design h5 { line-height: 32px; letter-spacing: 1px; } .furniture-design img { width: 100%; } .furniture-design .nav-link { font-weight: bold; color: var(--dark-gray); } .furniture-design .tab-title .nav-item { width: 200px; } .furniture-design .tab-title .nav-link { margin: 0 30px; font-size: 18px; } .furniture-design .sub-tab-title .nav-link { margin: 0 10px; } .furniture-design .sub-tab-content h4 { margin: 0; color: #ffffff; background-color: rgba(128, 142, 76, 0.8); padding: 10px 20px; -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 1.3rem; white-space: nowrap; } .furniture-design .sub-tab-content img { height: 300px; -o-object-fit: cover; object-fit: cover; -o-object-position: bottom; object-position: bottom; } @media screen and (max-width: 767px) { .furniture-design .sub-tab-content img { height: 350px; } } .furniture-design .sub-tab-content .text-item div { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.3s; transition: all 0.3s; } .furniture-design .sub-tab-content .text-item:hover div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; background: rgba(128, 142, 76, 0.8); cursor: pointer; } .furniture-design .sub-tab-content .text-item:hover div h4 { background-color: transparent; } .furniture-design .sub-tab-content .mattress-text-box { width: 400px; } @media (max-width: 575px) { .furniture-design .sub-tab-content .mattress-text-box { width: auto; } } .furniture-design .nav-pills .nav-link.active { color: var(--dark-gray); background-color: transparent; border-bottom: 2px solid var(--second-color); border-radius: 0; } @media (max-width: 991px) { .furniture-design .nav-pills { padding-top: 30px; } } .furniture-design .design-banner { background-image: url(../img/banner/bn_product@2x.png); } .furniture-design #systeam-furniture p { white-space: nowrap; } @media (max-width: 575px) { .furniture-design #systeam-furniture p { white-space: normal; } } .furniture-design #systeam-furniture .cabinet-03 { height: 500px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .furniture-design #systeam-furniture .cabinet-03 h5 { margin: 20px; } .furniture-design #systeam-furniture .cabinet-03 img { width: 150px; height: 150px; -o-object-fit: contain; object-fit: contain; } @media (max-width: 991px) { .furniture-design #systeam-furniture .cabinet-03 { height: auto; } } .b-bottom { border-bottom: 1px solid var(--dark-gray); } /* 小寶設計單品-furniture_design end */ /* 設計家具 start */ .design-container { padding-top: 50px; } /* @media (max-width: 991px) { .design-container { padding-top: 150px; } } */ .design-container p { line-height: 32px; } .design-container h3, .design-container h6 { font-weight: bold; color: var(--main-color); } .design-container h6 { font-size: 20px; } .design-container ul { padding: 0; list-style: none; } .design-container ul li { line-height: 32px; font-weight: bold; } .design-container .slider-box { width: 60%; } @media (max-width: 767px) { .design-container .slider-box { width: 100%; } } .design-container .slider-design .design-img img { width: 96.3%; max-height: 400px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 991px) { .design-container .slider-design .design-img img { margin: auto; max-width: 98%; } } @media (max-width: 767px) { .design-container .slider-design .design-img img { width: 530px; max-width: 100%; padding-right: 1%; } } @media (max-width: 575px) { .design-container .slider-design .design-img img { padding-right: 0; padding: 0 1.5% 0 1%; } } .design-container .slider-nav img { width: 90%; height: 130px; -o-object-fit: cover; object-fit: cover; cursor: pointer; } .design-container .slider-nav .slick-slide { width: 33% !important; } .design-container .slider-nav .slick-list { padding: 0 !important; } .design-container .slider-nav .middle-item { margin: auto; } @media (max-width: 991px) { .design-container .slider-nav img { width: 95%; height: auto; margin: auto; } .design-container .slider-nav .middle-item { margin: 0; } } /* 設計家具 end */ .bhouse_line { background: #000; height: 1px; opacity: 1 !important; } .bhouse_title { font-weight: 600; font-size: 1.5rem; letter-spacing: 2px; text-align: justify; color: #4c660b; } @media screen and (max-width: 767px) { .bhouse_title { font-size: 1rem; } } .bhouse_subtitle { color: #4c660b; font-size: 1.2rem; font-weight: 600; letter-spacing: 3px; } .brand_sec02_content { margin: 80px 0; } .brand_sec02_content p { letter-spacing: 2px; font-weight: 500; } .brand_content { width: 50%; margin: 0 auto; } @media screen and (max-width: 767px) { .brand_content { width: 95%; } } .brand_sec01, .brand_sec02 { margin: 50px 0; } .likeSee__state { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .likeSee__state img { width: 40px; } @media screen and (max-width: 767px) { .likeSee__state img { width: 30px; } } .mt-15 { margin-top: 15px; } .mt-30 { margin-top: 30px; } .my-80 { margin: 80px 0; } .my-50 { margin: 50px 0; } .mt-80 { margin-top: 80px; } .mb-80 { margin-bottom: 80px; } .article__readMore { color: #656565; font-size: 0.8rem; cursor: pointer; } .store-banner { background-image: url(/img/banner/bn_store@2x.png); } .sec01_store_map_img { width: 40%; margin: 0 auto; } @media screen and (max-width: 767px) { .sec01_store_map_img { width: 38%; } } .store_cta_box_reserve { width: 150px; margin-top: 80px; position: relative; left: 50px; } @media screen and (max-width: 767px) { .store_cta_box_reserve { margin-top: 10px; left: -10px; width: 120px; } } .store_cta_box_reserve .store_cta { background: #808f4c; width: 150px; padding: 16px; color: #fff; border-radius: 15px; text-align: center; } @media screen and (max-width: 767px) { .store_cta_box_reserve .store_cta { width: 120px; padding: 10px; font-size: 12px; } } .store_cta_box_reserve p { text-align: center; color: #68686b; font-weight: bold; letter-spacing: 2px; } @media screen and (max-width: 767px) { .store_cta_box_reserve p { font-size: 12px; } } .store_cta_box_reserve a { color: #2980b8; } @media screen and (max-width: 767px) { .store_cta_box_reserve a { font-size: 12px; } } .store_cta_box_form { margin-top: 70px; position: relative; left: 50px; } @media screen and (max-width: 767px) { .store_cta_box_form { margin-top: 10px; left: 10px; } } .store_cta_box_form .store_cta { background-color: var(--dark-gray); width: 150px; padding: 15px 5px; color: #fff; border-radius: 15px; text-align: center; font-weight: bold; margin: 0 auto; } @media screen and (max-width: 767px) { .store_cta_box_form .store_cta { width: 125px; padding: 10px 5px; font-size: 12px; } } .store_cta_box_form p { text-align: center; color: #68686b; font-weight: bold; letter-spacing: 1px; } @media screen and (max-width: 767px) { .store_cta_box_form p { width: 130px; font-size: 12px; } } .store_cta_box_form a { color: #2980b8; } @media screen and (max-width: 767px) { .store_cta_box_form a { font-size: 12px; } } #pills-tab a { color: #68686b; text-decoration: none; font-weight: bold; font-size: 1.2rem; } #pills-tab .nav-item { margin: 0 0.8rem; width: auto; } #pills-tab .nav-item-link { display: block; padding: 0.5rem 1rem; margin: 0 2rem; text-decoration: none; background-color: transparent; font-size: 1.2rem; color: #68686b; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-appearance: none !important; border-bottom: 2px solid #fff; } @media screen and (max-width: 1200px) { #pills-tab .nav-item-link { padding: 0.5rem 0.8rem; } } @media screen and (max-width: 767px) { #pills-tab .nav-item-link { margin: 0 0rem; } } @media screen and (max-width: 375px) { #pills-tab .nav-item-link { padding: 0rem 0.5rem; } } #pills-tab .nav-item-link.active { color: #68686b; border-bottom: 2px solid #68686b; } /* .tab-content { margin-bottom: 40vh; } @media screen and (max-width: 767px) { .tab-content { margin-bottom: 20vh; } } */ .store_title { color: #4c660b; font-size: 1.8rem; font-weight: bold; } @media screen and (max-width: 767px) { .store_title { margin-top: 15px; } } .store_content { color: #68686b; font-weight: 600; letter-spacing: 2px; } .store_content a { color: #68686b; font-weight: 600; } .store_content .reservation-link { margin-top: 15px; color: #4c660b; font-weight: 600; } .store_content .store_content_item { margin-bottom: 10px; } .assign-link { border-bottom: 2px solid var(--second-color); }