/*! Title: Main CSS File Theme Name: Author Name: FairyTheme Author URI: http://themeforest.net/user/fairytheme Table of Contents: ------------------ 1. Base 2. Components 3. Modules ----------------------------------*/ /*------------------------------------* #UNIT \*------------------------------------*/ @font-face { font-family: 'laug'; src: url("../fonts/laug/laug.eot"); src: url("../fonts/laug/laug.eot?#iefix") format("embedded-opentype"), url("../fonts/laug/laug.woff2") format("woff2"), url("../fonts/laug/laug.woff") format("woff"), url("../fonts/laug/laug.ttf") format("truetype"), url("../fonts/laug/laug.svg") format("svg"); font-weight: normal; font-style: normal; } /*! 1. Base ================*/ /* Fonts */ @font-face { font-family: 'icomoon'; src: url("../fonts/icomoon/icomoon.eot?srf3rx"); src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg"); font-weight: normal; font-style: normal; } .title { font-family: "laug"; font-size: 36px; position: relative; display: inline-block; margin-bottom: 40px; text-align: center; } @media only screen and (min-width: 768px) { .title { font-size: 44px; } } .title--white { color: #fff; } .title--white:before { background: url(../img/title-l-w.png) no-repeat; } .title--white:after { background: url(../img/title-r-w.png) no-repeat; } .title--special { font-family: "laug"; line-height: 1.2; margin-bottom: 50px; } @media only screen and (max-width: 767px) { .title--special { font-size: 46px; } .c-hero-banner .title--special { font-size: 36px; } } .subtitle { margin-bottom: 30px; } @media only screen and (min-width: 992px) { .subtitle { width: 50%; } } @media only screen and (min-width: 992px) { .lead { width: 50%; margin: 0 auto; } } .aside h3 { font-family: "Playfair Display", serif; } /* Typography */ h1, h2, h3, h4, h5, h6, figure { font-weight: 400; margin: 0 0 20px 0; } a { transition: all 0.5s ease; } a:hover, a:active, a:focus { color: #eab96a; outline: none; text-decoration: none; } p { font-size: inherit; line-height: 1.6; margin-bottom: 1rem; text-rendering: optimizeLegibility; } /* Body */ html, body { height: 100%; } body { font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 300; line-height: 1.7; color: #212529; overflow-x: hidden; background: url(../img/seamless.png); } body.offcanvas { overflow: hidden; } /* List */ ul, ol, dl { line-height: 1.6; margin-bottom: 0; list-style-position: outside; padding: 0; } li { /* stylelint-disable-next-line sh-waqar/declaration-use-variable */ font-size: inherit; } ul { list-style-type: none; margin-left: 0rem; } ol { margin-left: 0rem; } ul ul, ol ul, ul ol, ol ol { margin-left: 1.25rem; margin-bottom: 0; } /* Common */ img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; display: inline-block; vertical-align: middle; } .img--rounded { border-radius: 20px; } .img--circle { border-radius: 50%; } .parallax { z-index: 99; } .img--cover:before { content: ''; background: rgba(0, 0, 0, 0.5); display: block; width: 100%; height: 100%; position: absolute; top: 0; } .mw-64 { max-width: 64px; } a { color: inherit; } a:hover { color: #eab96a; } /*! 2. Components ================*/ .accordion__body { overflow: hidden; padding: 70px 0; } .accordion__body .row { position: relative; } .accordion__header { border-bottom: 1px solid #adadad; } .accordion__header .btn { position: relative; font-size: 14px; color: #000; } .accordion__header .btn:hover, .accordion__header .btn[aria-expanded="true"] { text-decoration: none; } .accordion__header .btn:hover:after, .accordion__header .btn[aria-expanded="true"]:after { content: ''; display: block; background: #000; width: 100%; height: 2px; position: absolute; left: 0; bottom: -2px; } .accordion__header .btn[aria-expanded="false"] h4 { color: #adadad; } .accordion__item-heading { position: absolute; top: -70px; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); font-family: "Playfair Display", serif; font-size: 55px; line-height: 120px; color: #ddd; text-transform: uppercase; opacity: 0.7; z-index: -1; } @media only screen and (min-width: 768px) { .accordion__item-heading { font-size: 120px; top: -50px; } } @media only screen and (min-width: 1200px) { .accordion__item-heading { font-size: 155px; } } .accordion__item-img { margin-bottom: 20px; } @media only screen and (min-width: 768px) { .accordion__item-img { margin-bottom: 0; } } .card-body a { color: inherit; } .card-body a:hover { color: #eab96a; } .card-image { max-height: 18.75rem; overflow: hidden; } .card-title { font-family: "Playfair Display", serif; margin-bottom: 20px; } @media only screen and (max-width: 767px) { .card-title { font-size: 40px; } } .card-category, .post-tags a { font-family: "Playfair Display", serif; font-style: italic; margin-right: 5px; } .card-bottom { font-family: "Playfair Display", serif; } .btn { cursor: pointer; } .form-group { position: relative; margin: 2.5rem 0 0; } .form-group .control-label { padding: 0; line-height: 1; position: absolute; top: 10px; left: 12px; transition: all 0.3s ease; } .form-group .control-label.filled { top: -20px; } .form-control { border-width: 0 0 1px 0; } .form-control:focus { box-shadow: none; border-color: #000; } .success-msg { top: 0; padding-top: 40px; position: absolute; font-size: 24px; font-family: "Playfair Display", serif; } .c-hero-banner { position: relative; } .c-hero-banner .couple { font-family: 'noelan'; font-size: 1.875rem; } @media only screen and (min-width: 768px) { .c-hero-banner .couple { font-size: 4.6875rem; } } .c-hero-banner .jumbotron { position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 80%; max-width: 100%; text-align: center; text-decoration: none; margin-bottom: 0; background: none; } .c-hero-banner .jumbotron--bottom { bottom: 20%; top: initial; -ms-transform: translateX(-50%); transform: translateX(-50%); } .c-hero-banner .mask { position: absolute; bottom: -5px; } .c-hero-banner .cover-img { position: absolute; bottom: 0; max-width: 250px; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); } .c-hero-banner__image { height: 100%; } .c-hero-banner__image img { object-fit: cover; height: 100%; width: 100%; } .c-hero-banner--small { max-height: 50vh; overflow: hidden; } .c-hero-banner--md { max-height: 60vh; overflow: hidden; } .c-hero-banner__text-section { position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 40%; text-align: center; text-decoration: none; } .c-hero-banner--text-left .c-hero-banner__text-section { left: 20%; text-align: left; -ms-transform: translateY(-50%); transform: translateY(-50%); } .c-hero-banner--text-right .c-hero-banner__text-section { left: inherit; right: 20%; text-align: right; -ms-transform: translateY(-50%); transform: translateY(-50%); } .c-hero-banner--bg .c-hero-banner__text-section { top: inherit; -ms-transform: translateX(-50%); transform: translateX(-50%); position: relative; } .c-hero-banner--bg { padding: 4.6875rem 0; } .c-hero-banner--main { height: 100%; } @media only screen and (max-width: 767px) { .-ios-fix .main-hero, .-ios-fix .c-hero-banner__image img { height: 500px; } } /*color barra navegacón cuando pantalla pequeña*/ .navbar { background-color: rgba(255, 255, 255, 0.55); } /*color barra navegacón cuando pantalla grande*/ @media only screen and (min-width: 992px) { .navbar { background: rgba(255, 255, 255, 0.55); /*background: none;*/ } } @media only screen and (min-width: 992px) { .navbar .navbar-nav { height: 72px; } } /*Color de la barra de menu en scroll abajo*/ .navbar.onscroll { background-color: rgba(0, 0, 0, 0.75); } .navbar.onscroll .navbar-collapse { border: none; width: 100%; } /*color del texto con menu barra bajada sin seleccionar*/ .navbar.onscroll .navbar-nav .nav-link { padding: 19px 30px; /*color texto menu barra abajo*/ color: #FFF; } @media only screen and (min-width: 992px) { .navbar.onscroll .navbar-brand { padding-top: 8px; } } .navbar.onscroll .navbar-brand__img { transition: all 0.5s ease; } @media only screen and (min-width: 992px) { .navbar.onscroll .navbar-brand__img { max-height: 66px; } } .navbar .navbar-toggler { position: absolute; right: 14px; top: 14px; border: none; } /*Color del texto del menu principal cuando no esta seleccionado*/ .nav-link { text-transform: uppercase; position: relative; font-size: 0.75rem; font-weight: 600; /*color: #fff;*/ color: #333333; } .nav-link-menucontacto { text-transform: uppercase; position: relative; font-size: 0.75rem; font-weight: 600; /*color: #fff;*/ color: #fff; } /*circulo entre las opciones del menu*/ .nav-link:not(.dropdown-toggle):after { content: ''; display: block; width: 3px; height: 3px; border-radius: 50%; background: #000000; /*background: #A69673;*/ position: absolute; right: 0; top: 50%; color: #333333; } /*Menu principal Color del texto cuanto esta selecionado*/ .nav-link.active, .nav-link:hover .nav-link-menucontacto:hover{ color: #cbaa5c; } /*Barra que aparece en el menu cuando la opicón esta seleccionada, mismo color que el texto*/ .nav-link.active:before, .nav-link:hover:before { content: ''; width: 70%; height: 3px; /*background: #fff;*/ background: #cbaa5c; display: block; position: absolute; bottom: -2px; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); } .nav-item:last-child .nav-link:after .nav-link-menucontacto:after { display: none; } .navbar-expand-lg .navbar-nav .nav-link .nav-link-menucontacto { padding: 24px 30px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .navbar-expand-lg .navbar-nav .nav-link .nav-link-menucontacto { padding: 24px 22px; } } .nav-link_social:after { background: none !important; } .nav-link_social:hover:before { background: none; } .nav-link--phone { font-size: 1.5rem; } .nav-link--phone:hover:before { display: none; } .nav-item { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .navbar-brand { padding-top: 0; padding-left: 15px; } @media only screen and (min-width: 992px) { .navbar-brand { padding-left: 3.125rem; } .navbar-brand:before { content: ''; display: block; width: 2.5rem; height: 0.0625rem; background: rgba(255, 255, 255, 0.5); position: absolute; top: 50%; left: 0; } .onscroll .navbar-brand:before { display: none; } } .navbar-brand__img { max-height: 3.75rem; position: relative; transition: all 0.5s ease; top: 0; } @media only screen and (min-width: 992px) { .navbar-brand__img { max-height: 8.75rem; } } .navbar-collapse { border-bottom: 1px solid rgba(255, 255, 255, 0.5); } .navbar-collapse.show { overflow: scroll; max-height: 500px; } .navbar--center-mode .navbar-brand { position: absolute; width: 100%; left: 0; top: 0; text-align: center; margin: auto; } .navbar--center-mode .navbar-toggle { z-index: 3; } .navbar-toggle { background: none; border: none; padding: 17px; margin: 0; position: absolute; top: 2px; right: 14px; } .navbar-toggle:focus, .navbar-toggle:hover { background: none; outline: none; } .navbar-toggle .icon-bar { background-color: #333333; width: 30px; height: 4px; transition: all 0.2s; display: block; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } .navbar-toggle .top-bar { -ms-transform: rotate(45deg); transform: rotate(45deg); -ms-transform-origin: 10% 10%; transform-origin: 10% 10%; } .navbar-toggle .middle-bar { opacity: 0; } .navbar-toggle .bottom-bar { -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 10% 90%; transform-origin: 10% 90%; } .navbar-toggle.collapsed .top-bar { -ms-transform: rotate(0); transform: rotate(0); } .navbar-toggle.collapsed .middle-bar { opacity: 1; } .navbar-toggle.collapsed .bottom-bar { -ms-transform: rotate(0); transform: rotate(0); } .dropdown-menu { background: rgba(0, 0, 0, 0.75); top: 110%; } .dropdown-menu .dropdown-item { color: #fff; padding: 10px 30px; } .dropdown-menu .dropdown-item:hover { color: #eab96a; background: none; } .c-list--bullets { list-style-type: disc; margin-left: 20px; } .c-list--horizontal .c-list__item { display: inline-block; margin-right: 10px; } .c-list--horizontal .c-list__item:last-child { margin-right: 0; } .c-list--horizontal .fa { font-size: 1.5625rem; } .jumbotron h1 { font-family: "Playfair Display", serif; text-transform: capitalize; } /*! 3. Modules ================*/ .section { padding: 6.25rem 0; } .section--blue { background: rgba(109, 148, 142, 0.2); } .main-hero { height: 100%; overflow: hidden; } @media only screen and (max-width: 991px) { .main-hero { height: 90%; } } @media only screen and (min-width: 768px) { .love-story:before { content: ''; position: absolute; display: block; width: 143px; height: 186px; background: url(../img/ls-flower.png) no-repeat; } .love-story p { width: 70%; } } @media only screen and (min-width: 992px) { .love-story p { width: 50%; } } .love-story__flower-parallax { left: 20px; top: 150px; } @media only screen and (min-width: 768px) { .love-story__flower-parallax { left: 100px; } } .love-story__flowers { max-width: 300px; padding-bottom: 30px; } .date-section__block { position: relative; } @media only screen and (min-width: 768px) { .date-section__block:before, .date-section__block:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; width: 239px; height: 231px; top: -12px; background-size: 150px; width: 150px; background-repeat: no-repeat; } .date-section__block:after { background-image: url(../img/leaves-right.png); right: 0; } .date-section__block:before { background-image: url(../img/leaves-left.png); } } @media only screen and (min-width: 992px) { .date-section__block { max-width: 720px; margin: 0 auto; } } .date-section__block .title--special { font-size: 40px; line-height: 40px; margin-bottom: 30px; } .date-section__flowers { max-width: 300px; padding-bottom: 30px; } .date-section__place { font-family: "Playfair Display", serif; font-size: 25px; margin-bottom: 40px; } .timer-item { padding: 0 10px; } @media only screen and (min-width: 768px) { .timer-item { padding: 0 30px; } } .timer__digit { font-size: 40px; } @media only screen and (min-width: 768px) { .timer__digit { font-size: 50px; line-height: 80px; font-weight: 400; } } .timer__text { font-size: 14px; text-transform: capitalize; } .event__info-header { border-top: 1px solid #adadad; text-transform: uppercase; padding-top: 30px; } .gallery { position: relative; background: url(../img/galeria.png); background-size: cover; background-position: center; } .gallery:before { content: ''; background: rgba(245, 226, 228, 0.5); display: block; width: 100%; height: 100%; position: absolute; top: 0; } .gallery__slider { position: relative; margin-top: 80px; } @media only screen and (min-width: 992px) { .gallery__slider { margin-bottom: 100px; } } .gallery__slider .slick-list { margin-bottom: 30px; } .gallery__slider-num { position: absolute; bottom: -79px; display: -ms-flexbox; display: flex; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); font-size: 30px; font-family: georgia; } .gallery__flower-prlx-l { top: -150px; } .gallery__flower-prlx-r { bottom: -75px; right: 0; } .wishes__slider { margin-top: 80px; } .wishes__person { margin-bottom: 20px; } .wishes__title { font-family: "Playfair Display", serif; font-size: 30px; line-height: 40px; margin-bottom: 40px; } .wishes__slider .slick-list { margin-bottom: 30px; } @media only screen and (min-width: 768px) { .wishes__slider p { width: 75%; } } @media only screen and (min-width: 992px) { .wishes__slider p { width: 50%; } } .rsvp { position: relative; } .rsvp:after { content: ''; display: block; width: 100%; height: 100%; background: url(../img/rsvp-flowers-r.png) no-repeat; background-size: contain; background-position: 0 100%; max-width: 500px; position: absolute; right: 0; bottom: 0; z-index: -1; } @media only screen and (min-width: 768px) { .rsvp:before { content: ''; display: block; width: 100%; height: 100%; background: url(../img/rsvp-flowers-l.png) no-repeat; background-size: contain; background-position: left; max-width: 400px; position: absolute; left: 0; bottom: 0; z-index: -1; } } .rsvp .title { font-family: "Playfair Display", serif; display: block; } .rsvp .title:after, .rsvp .title:before { display: none; } .loader { position: fixed; width: 100%; height: 100%; z-index: 9999; background: #f5f5f5; } #my-svg { position: relative; height: 50%; } .loader-img { height: 50%; } .loader-img img { max-height: 100%; } svg { height: 100%; } svg path, svg text { fill-opacity: 0; stroke: #000; stroke-width: 1; fill: #000; transition: fill-opacity 0.2s ease-in 0s; } svg.finish path { fill-opacity: 1; } .grid-item, .grid-sizer { width: 25%; } .grid-item--width2 { width: 50%; } .grid-item { padding: 0; border: 2px solid rgba(255, 255, 255, 0.1); } .aside { background: rgba(0, 0, 0, 0.75); } .aside h3 { font-size: 20px; border: 1px solid #eab96a; padding: 10px; text-align: center; } .single-post_banner { margin-bottom: 40px; } .single-post_title { font-family: "Playfair Display", serif; } @media only screen and (max-width: 767px) { .single-post_title { font-size: 40px; } } .blog-item_meta { font-family: "Playfair Display", serif; margin-bottom: 7px; text-transform: uppercase; } .blog-item_meta span { padding-right: 5px; } .blog-item_meta span i { padding-right: 3px; } .post-content blockquote { text-align: center; border: none; font-style: italic; font-weight: 600; } @media only screen and (max-width: 767px) { .post-tags { margin-bottom: 16px; } } .widget_categories li { font-family: "Playfair Display", serif; font-size: 16px; margin-bottom: 10px; padding-bottom: 10px; } .widget_categories span { float: right; } .latest-posts .media { font-family: "Playfair Display", serif; } .latest-posts .text-truncate { font-size: 16px; } .latest-posts small { font-style: italic; } .blog-tags__item { font-family: "Playfair Display", serif; font-style: italic; margin-right: 10px; } /* Footer */ footer { background: url(../img/footer.jpg) no-repeat; background-size: cover; background-position: bottom; position: relative; } footer .nav-link:hover:before { background: none; } footer .nav-link::after { display: none !important; } footer:before { content: ''; background: rgba(0, 0, 0, 0.5); display: block; width: 100%; height: 100%; position: absolute; top: 0; } .footer__title { position: relative; font-family: "Playfair Display", serif; font-size: 2rem; line-height: 2.5rem; margin-bottom: 40px; } @media only screen and (min-width: 768px) { .footer__title { font-size: 2.75rem; line-height: 3.25rem; } } .copyright { padding-right: 20px; } #iframe-container { display: grid; grid-template-rows: 1fr auto auto; } /*# sourceMappingURL=main.css.map */