お土産ネットcss
69079 ワード
.header{
position:relative;
}
/* Middle header */
.middle-header {
background: #fff;
position: relative;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
z-index: 1000;
}
/* Logo */
.header .logo {
z-index: 33;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.header .img-logo {
margin-top: 22px;
}
.header .text-logo{
margin-top:30px;
}
.header .text-logo a,
.header .img-logo a {
font-size: 26px;
font-weight: 600;
display: block;
z-index: 9999;
position: relative;
}
.header .menu-area {
position: relative;
}
.header .navbar {
padding: 0;
}
/* Main Menu */
.header .nav-inner {
float: right;
margin-right: 140px;
text-align: right;
}
.header .nav li {
margin-right: 30px;
position: relative;
float: none;
display: inline-block;
}
.header .nav li:last-child{
margin:0;
}
.header .nav li a {
text-transform: capitalize;
position: relative;
display: block;
padding: 30px 0;
color: #2E2751;
font-weight: 600;
}
.header .nav li.active a,
.header .nav li:hover a{
color:#179E66;
}
.header .nav li a::before {
content: "";
position: absolute;
width: 0;
height: 4px;
background: #179E66;
bottom: -2px;
opacity: 0;
visibility: hidden;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.header .nav li.active a::before,
.header .nav li:hover a::before {
opacity:1;
visibility:visible;
transform: scaleY(1);
width: 50%;
}
.navbar-expand-lg .navbar-collapse{
display:block !important;
}
.header .nav li a i {
margin-left: 6px;
font-size: 10px;
}
.header .nav li.icon-active a::after {
content: "\f107";
position: relative;
font-family: 'FontAwesome';
padding-left: 6px;
}
.header .nav li .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active .sub-menu a::after{
display:none;
}
.header .nav li.icon-active .sub-menu li.icon-active a::after, .header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active a::after {
display: inline-block;
content: "\f100";
padding: 0;
margin-right: 8px;
}
/* Dropdown Menu */
.header .nav li .sub-menu {
background: #fff;
width: 220px;
text-align: left;
position: absolute;
top: 100%;
z-index: 999;
opacity: 0;
visibility: hidden;
padding: 20px;
left: -32px;
margin: 0;
-webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
-moz-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.header .nav li:hover .sub-menu{
opacity:1;
visibility:visible;
}
.header .nav li .sub-menu li {
float: none;
margin: 0;
display: block;
}
.header .nav li .sub-menu li:last-child{
border:none;
}
.header .nav li .sub-menu li a {
padding: 6px 15px;
color: #666;
display: block;
font-size: 14px;
font-weight: normal;
text-transform: capitalize;
background: transparent;
}
.header .nav li .sub-menu li a:before{
display:none;
}
.header .nav li .sub-menu li:last-child a{
border-bottom:0px;
}
.header .nav li .sub-menu li:hover a{
color:#fff;
background:#179E66;
}
.header .nav li .sub-menu li a:hover{
border-color:transparent;
}
.header .nav li .sub-menu li i {
float: right;
margin-top: 8px;
font-size:10px;
z-index:5;
}
.header .nav li .sub-menu li .sub-menu {
top: 0;
left: initial;
left: -122%;
-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 5px #3333334d;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
visibility: hidden;
padding: 10px;
}
.header .nav li .sub-menu li:hover .sub-menu{
opacity:1;
visibility:visible;
}
.header .nav li .sub-menu li .sub-menu li a{
padding: 8px 15px;
color: #666;
display: block;
font-weight: normal;
text-transform: capitalize;
background: transparent;
}
.header .nav li .sub-menu li:hover .sub-menu li a{
background:transparent;
}
.header .nav li .sub-menu li .sub-menu li a:hover{
color:#fff;
background:#179E66;
}
.header .nav li .sub-menu .sub-menu li:last-child a{
border-bottom:0px solid;
}
.header .nav li .sub-menu li .sub-menu .sub-menu {
transform: scaleY(0.2);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
visibility: hidden;
padding: 10px;
}
.header .nav li .sub-menu li .sub-menu li:hover .sub-menu {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
/* Header Sticky */
#page.boxed-layout .hero-slider .owl-carousel .owl-nav .owl-prev {
left: 40px;
}
#page.boxed-layout .hero-slider .owl-carousel .owl-nav .owl-next {
right: 40px;
}
/* Header Style 2*/
.header.style2 .middle-header {
position: absolute;
top: 51px;
z-index: 9000;
width: 100%;
background: transparent;
border: none;
box-shadow:none;
}
.header.style2 .middle-inner{
background:#2E2751;
z-index:2035;
padding:10px 20px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.header.style2 .topbar {
background: #fff;
padding: 15px 0 35px;
}
.header.style2 .topbar .single-contact, .header.style2 .topbar .single-contact a{
color:#666;
}
.header.style2 .topbar .social-icons li a{
color:#2E2751;
}
.header.style2 .topbar .social-icons li:hover a{
color:#F3A712;
}
.header.style2 .img-logo {
margin-top: 12px;
}
.header.style2 .text-logo {
margin-top: 16px;
}
.header.style2 .text-logo a{
color:#fff;
}
.header.style2 .logo {
position: relative;
top: 0;
height: auto;
margin: 0;
background: transparent;
box-shadow: none;
line-height: initial;
padding: 0;
margin: 0;
}
.header.style2 .nav li a {
color: #eee;
padding: 22px 0;
}
.header.style2 .nav li:hover a{
color:#E7A014;
}
.header.style2 .nav li a::before{
background:#F3A712;
}
.header.style2 .nav li .sub-menu li a{
color:#666;
}
.header.style2 .nav li .sub-menu li:hover a{
background:#E7A013;
color:#fff;
}
.header.style2 .nav li .sub-menu li .sub-menu li a{
color:#666;
}
.header.style2 .nav li .sub-menu li .sub-menu li:hover a{
background:#E7A013;
color:#fff;
}
.header.style2 .button {
position: absolute;
right: 0;
top: 7px;
}
.header.style2 .bizwheel-btn {
background: #179E66;
padding: 12px 20px;
font-size: 14px;
}
.header.style2 .topbar .social-icons {
margin: 0;
}
.header.style2 .nav-inner {
margin-right: 165px;
}
.header.style2 .bizwheel-btn:hover{
background:#fff;
color:#179E66;
}
.header.style2 .top-contact,
.header.style2 .social-icons {
padding: 0;
}
/*======================================
End Header CSS
========================================*/
/*====================================
Footer CSS
======================================*/
.footer {
background-color: #2e2751;
}
.footer .footer-top {
padding: 50px 0 80px;
}
.footer .single-widget {
margin-top: 30px;
}
.footer .single-widget h3 {
color: #fff;
font-size: 18px;
position: relative;
text-transform: capitalize;
margin-bottom: 15px;
padding-bottom: 15px;
}
.footer .single-widget h3::before {
content: "";
position: absolute;
left: 0;
width: 40px;
height: 2px;
bottom: -1px;
background: #f3a712;
display: block;
}
.footer p {
color: #ccc;
font-size:14px;
}
/* Footer Link */
.footer .f-link ul li {
margin-bottom: 0px;
position: relative;
padding-left: 25px;
line-height: 34px;
}
.footer .f-link ul li:before {
position: absolute;
content: "";
left: 0;
top: 50%;
height: 10px;
width: 10px;
border-radius: 100%;
margin-top: -5px;
background: #d4d4d4;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.footer .f-link ul li:hover:before{
background:#F3A712;
}
.footer .f-link ul li:last-child{
margin-bottom:0px;
}
.footer .f-link ul li a {
display: inline-block;
color: #B4B4B4;
padding: 0;
margin: 0;
background: transparent;
font-size: 14px;
font-weight: normal;
}
.footer .f-link ul {
box-shadow: none;
margin: 0;
}
.footer .f-link ul li a::before{
display:none;
}
.footer .f-link ul li a:hover {
color:#F3A712;
}
/* Footer Newsletter */
.footer .footer-newsletter form {
background: #fff;
padding: 15px;
line-height: initial;
position:relative;
}
.footer .footer-newsletter form input{
height: 54px;
padding: 0 20px 0 20px;
border: none;
width: 100%;
position: relative !important;
font-size: 14px;
border: 1px solid #ebebeb;
line-height: 50px;
border-radius:0px;
}
.footer .footer-newsletter form button {
background: #F3A712;
position: absolute;
right: 0;
top: 0;
border: none;
box-shadow: none;
width: auto;
padding: 0 20px;
height: 53px;
text-align: center;
display: block;
margin: 0;
margin-top: 0px;
border-radius: 0px;
cursor: pointer;
color: #fff;
top: 15px;
right: 15px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.footer .footer-newsletter form button:hover{
background:#2E2751;
}
/* Copyright */
.footer .copyright {
text-align: center;
overflow: hidden;
padding: 20px 0;
border-top: 1px solid #ebebeb3b;
}
.footer .copyright-content p {
color: #fff;
font-size: 14px;
}
.footer .copyright-content p span{
font-size:17px;
font-weight:800;
text-transform:uppercase;
}
.footer .copyright-content a:hover{
color:#F3A712;
}
/*====================================
End Footer CSS
======================================*/
/*======================================
Features CSS
========================================*/
.features-area{
padding:40px 0 70px;
}
.single-feature {
text-align: center;
margin-top: 30px;
padding: 30px 15px;
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
background: #fff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
border-top: 3px solid transparent;
transition: all 0.4s ease;
}
.single-feature:hover,
.single-feature.active{
border-top-color:#179E66;
}
.single-feature:hover{
transform:scale(1.03);
-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.single-feature .icon-head i{
color:#f3a712;
width:90px;
height:90px;
line-height:90px;
background:#fff;
border: 1px solid #ebebeb;
border-radius:100%;
font-size: 34px;
position:relative;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.single-feature.active .icon-head i,
.single-feature:hover .icon-head i {
background: #179E66;
color: #fff;
border-color: transparent;
}
.single-feature .icon-head i::after {
position: absolute;
width: 20px;
height: 2px;
z-index: 3;
opacity: 1;
line-height: 20px;
background: #f3a712;
border-radius: 25px;
left: 50%;
bottom: 19px;
content: "";
margin-left: -10px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.single-feature.active .icon-head i:after,
.single-feature:hover .icon-head i:after{
background:#fff;
}
.single-feature h4 {
margin: 15px 0;
line-height: inherit;
}
.single-feature h4 a {
font-size: 18px;
color: #2e2751;
display: inline-block;
}
.single-feature p{
font-size: 14px;
}.bizwheel-btn.theme-2 {
background: #f3a712;
color: #fff;
padding: 15px 32px;
}
.single-feature .button{
margin-top: 15px;
}
.single-feature .button .bizwheel-btn {
background: transparent;
color: #666;
padding: 0;
height: auto;
box-shadow: none;
line-height: initial;
border: none;
}
.single-feature .button .bizwheel-btn i {
margin-right: 10px;
background: #2E2751;
color: #fff;
width: 25px;
border-radius: 100%;
height: 25px;
line-height: 25px;
text-align: center;
padding: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.single-feature.active .bizwheel-btn i,
.single-feature:hover .bizwheel-btn i{
color:#fff;
background:#179e66;
}
/*======================================
End Features CSS
========================================*/