/*******************************/
/********* General CSS *********/
/*******************************/
body {
color: #3d455a;
background: #fff;
font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #3d455a;
}
a {
color: #966d55;
transition: .3s;
}
a:hover,
a:active,
a:focus {
color: #8a8d94;
outline: none;
text-decoration: none;
}
.btn:focus,
.form-control:focus {
box-shadow: none;
}
.container-fluid {
max-width: 1366px;
}
.back-to-top {
position: fixed;
display: none;
background: #f2e8e6;
width: 44px;
height: 44px;
text-align: center;
line-height: 1;
font-size: 22px;
right: 15px;
bottom: 74px;
transition: background 0.5s;
z-index: 9;
}
.back-to-top:hover {
background: #3d455a;
}
.back-to-top:hover i {
color: #f2e8e6;
}
.back-to-top i {
color: #3d455a;
padding-top: 10px;
}
/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
position: relative;
height: 35px;
background: #3d455a;
}
.top-bar a {
color: #fff;
}
.top-bar a:hover {
color: #8a8d94;
}
.top-bar .top-bar-left {
display: flex;
align-items: center;
justify-content: flex-start;
}
.top-bar .top-bar-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar .text {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
height: 35px;
padding: 0 10px;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, .15);
}
.top-bar .text:last-child {
border-right: 1px solid rgba(255, 255, 255, .15);
}
.top-bar .text i {
font-size: 14px;
color: #8a8d94;
margin-right: 5px;
}
.top-bar .text h2 {
color: #8a8d94;
font-size: 14px;
font-weight: 400;
margin: 0;
}
.top-bar .text p {
color: #fff;
font-size: 14px;
font-weight: 400;
margin: 0 0 0 5px;
}
.top-bar .social {
display: flex;
height: 35px;
font-size: 0;
justify-content: flex-end;
}
.top-bar .social a {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-size: 14px;
color: #fff;
border-right: 1px solid rgba(255, 255, 255, .15);
padding: 0 10px;
}
.top-bar .social a:first-child {
border-left: 1px solid rgba(255, 255, 255, .15);
}
.top-bar .social a:hover {
color: #3d455a;
background: #fff;
}
@media (min-width: 992px) {
.top-bar {
padding: 0 60px;
}
}
/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
color: #8a8d94;
position: relative;
transition: .5s;
z-index: 999;
}
.navbar.nav-sticky {
position: fixed;
top: 0;
width: 100%;
box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.navbar .navbar-brand {
margin: 0;
color: #fff;
font-size: 45px;
line-height: 0px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
transition: .5s;
}
.navbar .navbar-brand span {
color: #fff;
text-transform: lowercase;
transition: .5s;
}
.navbar.nav-sticky .navbar-brand span {
color: #fff;
}
.navbar .navbar-brand img {
max-width: 100%;
max-height: 40px;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
padding: 10px 10px 8px 10px;
color: #fff;
font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
transition: none;
background: #ae969d;
}
.navbar .dropdown-menu {
margin-top: 0;
border: 0;
border-radius: 0;
background: #f2e8e6;
}
@media (min-width: 992px) {
.navbar {
position: absolute;
width: 100%;
top: 35px;
padding: 20px 60px;
background: rgba(0, 0, 0, .1) !important;
z-index: 9;
}
.navbar.nav-sticky {
padding: 10px 60px;
background: #3d455a !important;
}
.navbar a.nav-link {
padding: 8px 15px;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
}
}
@media (max-width: 991.98px) {
.navbar {
padding: 15px;
background: #3d455a !important;
}
.navbar .navbar-brand span {
color: #fff;
}
.navbar a.nav-link {
padding: 5px;
}
.navbar .dropdown-menu {
box-shadow: none;
}
}
/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
position: relative;
margin-bottom: 30px;
padding: 120px 0 20px 0;
text-align: center;
background: #f2e8e6;
}
.page-header h1 {
position: relative;
color: #3d455a;
font-size: 30px;
font-weight: 700;
}
.page-header p {
font-weight: 400;
}
.page-header .btn {
margin-top: 10px;
padding: 12px 20px;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
color: #f2e8e6;
background: #3d455a;
border-radius: 0;
transition: .3s;
}
.page-header .btn:hover {
color: #3d455a;
background: #fff;
}
.page-header a {
position: relative;
padding: 0 12px;
font-size: 22px;
color: #3d455a;
}
.page-header a:hover {
color: #8a8d94;
}
.page-header a::after {
position: absolute;
content: "/";
width: 8px;
height: 8px;
top: -2px;
right: -7px;
text-align: center;
color: #3d455a;
}
.page-header a:last-child::after {
display: none;
}
@media (max-width: 767.98px) {
.page-header h2 {
font-size: 35px;
}
.page-header a {
font-size: 18px;
}
}
/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
position: relative;
max-width: 600px;
margin: 0 auto;
margin-bottom: 30px;
}
.section-header p {
display: inline-block;
margin: 0 30px;
margin-bottom: 5px;
padding: 0 10px;
position: relative;
font-size: 22px;
font-weight: 600;
background: #fff;
}
.section-header p::after {
position: absolute;
content: "";
height: 3px;
top: 14px;
right: -30px;
left: -30px;
background: #f2e8e6;
z-index: -1;
}
.section-header h2 {
margin: 0;
position: relative;
font-size: 35px;
font-weight: 700;
}
@media (max-width: 767.98px) {
.section-header h2 {
font-size: 35px;
}
}
/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
position: relative;
width: 100%;
padding: 32px 0 32px 0;
}
.service .service-item {
position: relative;
width: 100%;
text-align: center;
margin-bottom: 30px;
padding: 30px;
border: 1px solid rgba(0, 0, 0, .07);
transition: .3s;
}
.service .service-item:hover,
.service .service-item.active {
background: #3d455a;
color: #fff;
}
.service .service-item:hover a {
color: #fff;
}
.service .service-icon {
position: relative;
margin: 0 auto 25px auto;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.service .service-icon i {
position: relative;
z-index: 3;
}
.service .service-icon:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: #ae969d;
border-radius: 50%;
animation: pulse-border 2000ms ease-out infinite;
}
.service .service-icon:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: #ae969d;
border-radius: 50%;
transition: all 200ms;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
opacity: 0;
}
}
.service .service-item h2 {
margin-bottom: 15px;
font-size: 20px;
font-weight: 600;
transition: .3s;
}
.service .service-item:hover h2,
.service .service-item.active h2 {
color: #fff;
}
.service .service-item h3 {
margin-bottom: 15px;
font-size: 20px;
font-weight: 600;
transition: .3s;
}
.service .service-item:hover h3,
.service .service-item.active h3 {
color: #fff;
}
.service .service-item p {
color: #fff;
margin: 0;
font-size: 16px;
}
/*******************************/
/********* Discount CSS ********/
/*******************************/
.discount {
position: relative;
width: 100%;
margin: 0;
padding: 90px 0;
background: linear-gradient(rgba(242, 232, 230, .9), rgba(242, 232, 230, .9)), url(../img/background-cafe.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.discount .container {
max-width: 750px;
text-align: center;
}
.discount .section-header {
margin-bottom: 20px;
}
.discount .section-header p {
color: #3d455a;
background: transparent;
}
.discount .section-header p::after {
display: none;
}
.discount .section-header h2 span {
color: #f32b56;
font-size: 35px;
}
.discount .discount-text p {
color: #3d455a;
}
.discount .discount-text .btn {
margin-top: 10px;
padding: 12px 20px;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
color: #f2e8e6;
background: #3d455a;
border-radius: 0;
transition: .3s;
}
.discount .discount-text .btn:hover {
color: #3d455a;
background: #fff;
}
/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
position: relative;
width: 100%;
padding: 45px 0 15px 0;
}
.price .price-item {
position: relative;
margin-bottom: 30px;
}
.price .price-header,
.price .price-body,
.price .price-footer {
position: relative;
width: 100%;
text-align: center;
background: #fff;
overflow: hidden;
}
.price .price-header {
padding: 30px;
background: #f2e8e6;
color: #3d455a;
}
.price .price-item.featured-item .price-header {
background: #3d455a;
color: #f2e8e6;
}
.price .price-status {
margin-top: -30px;
text-align: right;
}
.price .price-status span {
position: relative;
display: inline-block;
height: 30px;
right: -30px;
padding: 7px 10px;
text-align: center;
color: #3d455a;
font-size: 14px;
line-height: 14px;
background: #f2e8e6;
}
.price .price-title h2 {
font-size: 25px;
font-weight: 700;
text-transform: uppercase;
}
.price .price-prices h2 {
font-size: 35px;
font-weight: 700;
margin-left: 10px;
}
.price .price-prices h2 small {
position: absolute;
font-size: 18px;
font-weight: 400;
margin-top: 9px;
margin-left: -12px;
}
.price .price-prices h2 span {
margin-left: 1px;
font-size: 18px;
font-weight: 400;
}
.price .price-item.featured-item h2 {
color: #f2e8e6;
}
.price .price-body {
padding: 25px 15px 20px 15px;
border: 1px solid rgba(0, 0, 0, .07);
border-bottom: none;
}
.price .price-description ul {
margin: 0;
padding: 0;
list-style: none;
}
.price .price-description ul li {
padding: 7px;
border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.price .price-description ul li:last-child {
border: none;
}
.price .price-action {
border: 1px solid rgba(0, 0, 0, .07);
border-top: none;
}
.price .price-action a.btn {
margin-bottom: 30px;
padding: 12px 20px;
color: #3d455a;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
border-radius: 0;
background: #f2e8e6;
transition: .3s;
}
.price .price-action a:hover,
.price .price-item.featured-item .price-action a {
color: #f2e8e6;
background: #3d455a;
}
.price .price-item.featured-item .price-action a:hover {
color: #3d455a;
background: #f2e8e6;
}
/*******************************/
/********* Single CSS **********/
/*******************************/
.single {
position: relative;
}
.single h2 {
font-size: 35px;
font-weight: 700;
margin-bottom: 30px;
}
.single h2.quote {
font-style: italic;
text-align: center;
}
@media (min-width: 767.98px) {
.single p {
text-align: justify;
}
}
.single ul {
display: inline-block;
}
.single ul li {
list-style: disc;
margin: 0 0 0 30px;
}
.single ol li {
list-style: auto;
margin: 0 0 0 30px;
}
.single .single-content {
position: relative;
overflow: hidden;
}
.single .single-content img {
margin-bottom: 20px;
width: 100%;
}
.single .post-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.single .post-item .post-img {
width: 100%;
max-width: 80px;
}
.single .post-item .post-img img {
width: 100%;
}
.single .post-item .post-text {
padding-left: 15px;
}
.single .post-item .post-text a {
color: #3d455a;
font-size: 16px;
font-weight: 400;
}
.single .post-item .post-text a:hover,
.single .post-item .post-text a:active,
.single .post-item .post-text a:focus {
color: #f2e8e6;
}
.single .post-item .post-meta {
display: flex;
margin-top: 8px;
}
.single .post-item .post-meta p {
display: inline-block;
margin: 0;
padding: 0 3px;
font-size: 14px;
font-weight: 300;
font-style: italic;
}
.single .post-item .post-meta p a {
color: #3d455a;
font-size: 14px;
font-weight: 300;
font-style: normal;
}
.single .post-item .post-meta p a:hover,
.single .post-item .post-meta p a:active,
.single .post-item .post-meta p a:focus {
color: #f2e8e6;
}
.single .container p img {
float: left;
margin: 0 30px 30px 0;
width: 350px;
}
.single .container img.mail {
float: none;
margin: auto;
width: 259px;
}
.single .container span.mail span {
display: none;
}
.single a.btn {
position: relative;
padding: 12px 20px;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
border-radius: 0;
transition: .3s;
}
.single a.btn:hover {
color: #3d455a;
background: #f2e8e6;
}
.single .external {
color: #fff;
letter-spacing: 1px;
background: #3d455a;
border-radius: 0;
transition: .3s;
margin: 0 0 10px 0 ;
}
.single .external:hover {
color: #3d455a;
background: #fff;
}
.single .internal {
color: #3d455a;
letter-spacing: 1px;
background: #fff;
border: 1px solid #3d455a;
border-radius: 0;
transition: .3s;
}
.single .internal:hover {
color: #fff;
background: #3d455a;
}
/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
position: relative;
width: 100%;
padding: 30px 0;
}
.blog .blog-carousel {
position: relative;
width: calc(100% + 30px);
left: -15px;
right: -15px;
}
.blog .blog-item {
position: relative;
margin: 0 15px;
}
.blog .blog-page .blog-item {
margin: 0 0 30px 0;
}
.blog .blog-img {
position: relative;
width: 100%;
}
.blog .blog-img img {
width: 100%;
border: 1px solid #ededed;
}
.blog .blog-text {
position: relative;
padding: 25px 30px;
border-right: 1px solid rgba(0, 0, 0, .07);
border-bottom: 1px solid rgba(0, 0, 0, .07);
border-left: 1px solid rgba(0, 0, 0, .07);
}
.blog .blog-text h2 {
font-size: 22px;
font-weight: 600;
}
.blog .blog-text p {
color: #8a8d94;
margin-bottom: 10px;
}
.blog .blog-item a.btn {
padding: 0;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #966d55;
transition: .3s;
}
.blog .blog-item a.btn i {
margin-left: 5px;
}
.blog .blog-item a.btn:hover {
color: #3d455a;
}
.blog .blog-meta {
position: relative;
display: flex;
margin-bottom: 15px;
}
.blog .blog-meta p {
margin: 0 10px 0 0;
font-size: 14px;
}
.blog .blog-meta i {
margin-right: 5px;
}
.blog .blog-meta p:last-child {
margin: 0;
}
.blog .owl-nav {
width: 150px;
margin: 32px auto 0 auto;
display: flex;
}
.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
margin-left: 15px;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
color: #f2e8e6;
background: #3d455a;
font-size: 22px;
transition: .3s;
}
.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
color: #3d455a;
background: #f2e8e6;
}
.blog .pagination .page-link {
color: #3d455a;
border-radius: 0;
border-color: #3d455a;
}
.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
color: #f2e8e6;
background: #3d455a;
}
.blog .pagination .disabled .page-link {
color: #999999;
}
/**********************************/
/*********** Footer CSS ***********/
/**********************************/
.footer {
position: relative;
margin-top: 45px;
background: #f2e8e6;
}
.footer .container-fluid {
padding: 90px 0 0 0;
background: #f2e8e6 url(../img/background-footer.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.footer .copyright {
margin-top: 50px;
padding: 0 30px;
}
.footer .copyright .row {
padding-bottom: 25px;
border-top: 1px solid rgba(256, 256, 256, .5);
}
.footer .copyright p {
margin: 15px 0 0 0;
color: #966d55;
}
.footer .copyright .col-md-6:last-child p {
text-align: right;
}
.footer .copyright p a {
color: #966d55;
}
.footer .copyright p a:hover {
color: #8a8d94;
}
@media (max-width: 767.98px) {
.footer .copyright p,
.footer .copyright .col-md-6:last-child p {
margin: 5px 0;
text-align: center;
}
}