/*
Theme Name: Wedding Bride
Theme URI: http://platotheme.com/wedding-version/about-wedding-theme
Author: Alex Itsios
Author URI: http://ketchupthemes.com/alex-itsios
Description:  Wedding Bride Theme is a great one page like WordPress theme for your one life moments.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready
Text Domain: wedding-bride

/*
* Main Classes and ids
*/
/* {
    outline: 1px solid red; // Debug ;)
}
*/
body {
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    min-height: 20vh;
    /*font-family: "Lora Regular",sans-serif;*/
    font-family: 'Libre Baskerville', serif;
    color:#7d7d7d;
}

a{
    /*color:#e7536f*/
    color:#eFABF8F;
}
a:hover{
    /*color:#eFABF8F;*/
    color:#000000;
   
}
h1, h2, h3, h4, h5, h6,
.h1 .h2 .h3 .h4 .h5 .h6 {
    color:#000000;
    font-family: "Montserrat Bold", sans-serif;
    margin: 25px 0;

}


p {
    margin: 10px 0;
}

ul, ol {
    padding: 0;
    margin: 0;
}

/*
* Helper Classes
*/

.full-section-10 {
    padding: 10px 0;
}

.full-section-20 {
    padding: 20px 0;
}

.full-section-30 {
    padding: 30px 0;
}

.full-section-60 {
    padding: 60px 0;
}

.full-section-60-pt {
    padding: 60px 0 0 0;
}

.full-section-10-pt {
    padding: 10px 0 0 0;
}

.full-section-20-pt {
    padding: 20px 0 0 0;
}

.full-section-30-pt {
    padding: 30px 0 0 0;
}

.pad10 {
    padding: 10px;
}

.pad-10-l {
    padding-left: 10px;
}

.no-padding-lr {
    padding-right: 0;
    padding-left: 0;
}

.no-margin-lr {
    margin-left: 0;
    margin-right: 0;
}

.no-margin-td {
    margin-top: 0;
    margin-bottom: 0;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.wedding-btn {
    padding: 8px 26px;
    /*border: 2px solid #e7536f;*/
    border: 2px solid #FABF8F;
    color: #ffffff;
    font-size: 16px;
    /*background: #e7536f;*/
    background: #FABF8F;
    display: inline-block;
}

.wedding-btn:hover {
    padding: 8px 26px;
    /*border: 2px solid #e7536f;*/
    border: 2px solid #FABF8F;
    /*color: #e7536f;*/
    color: #FABF8F;
    background: transparent;
}

.remove-it {
    display: none;
}


/*
* Site loader
*/

.no-js #site-loader {
    display: none;
}

.js #site-loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

#site-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 60999;
    background: url('./assets/images/tail-spin.svg') center no-repeat #454545;
}

.sticky-menu {
    z-index: 10000;
    /*background: transparent !important;*/
    background: #FABF8F !important;
    position: absolute;
    width: 100%;
}

#wedding-header.sticky-menu {
    /*background: transparent;*/
    background: #FABF8F;
}

#mobile-header {
    display: none;
    padding: 5px;
    font-size: 36px;
    background: #454545;
}

#mobile-header > a {
    color: #fff;
}

#wedding-header {
    z-index: 1000;
    background: #FABF8F;
    /*background: #e7536f;*/
    color: #ffffff;
}

#wedding-header a {
    color: #ffffff;
}

#wedding-header a:hover {
    color: #000000;
    /*color: #eFABF8F;*/
    
}

.trans-header {
    position: absolute;
    width: 100%;
    background: transparent !important;
}

.sticky-header {
    position: absolute;
    width: 100%;
   color: #FABF8F; /*test*/
}

/*
* Text in the logo area when logo is not present.
*/

#wedding-logo > h1 {
    margin: 0;
}

#wedding-logo > h5 {
    margin: 5px 0 0 0;
}

/*
* Plato header
*/

#wedding-header-image {
    position: relative; /*position: relative;*/
}

.wedding-header-content {
    width: 90%;
    text-align: center; /* posunuti vlevo jmena*/
    /*text-align: center;*/
    position: absolute;
    left: 25%;
    top: 33%;
    transform: translate(-50%, -50%);

}
.wedding-header-content .wedding-btn{
    margin-top:50px;
}

.wedding-header-above-text {
    font-family: 'Dynalight', cursive;
    /*font-family: "Dancing Script",cursive;*/
    font-size: 100px;
    margin-bottom: 40px;
    color:#FABF8F;
    /*color:#e7536f;*/
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
    transform: rotate(-8deg);
}

.wedding-header-title {
    font-size: 30px;
    letter-spacing: 2px;
    color: #FABF8F;
    /*color: #ffffff;*/
    font-family: 'Dynalight', cursive;
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
    transform: rotate(-8deg);
}

.wedding-below-header {
    font-family: 'Dynalight', cursive;
    font-size: 26px;
    display: block;
    margin-bottom: 15px;
    color: #FABF8F;
    /*color:rgba(255,255,255,0.8);*/
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
    transform: rotate(-8deg);
}

.section-title,
.features-title {
    font-weight:500;
    color:#fabf8f;
    /*color:#e7536f;*/
    font-size:42px;
    margin:0 0 13px 0;
    font-family: 'Dancing Script',cursive;
    display:inline-block; /* display:inline-block; */
}
.about-text{
    margin-bottom:40px;
    font-family:'Montserrat Light',sans-serif;
    padding:0 20px 0 0;
}
#about-images{
    position:relative;
    margin-top:100px;
}

/*
* Parallax
*/
#our-story {
    background-size: cover !important;
    background-position: center !important;
    text-align: center !important;
}

.parallax-title {
    font-size: 60px;
    font-family: 'Playfair Display Regular',sans-serif;
    color: #fdab3e;
    margin-bottom: 8px;
}

.parallax-text {

    color: #f5f1e9;
    margin-top:40px;
    line-height: 30px;
    margin-bottom: 50px;
    padding: 0 30px;
}

/*
* Blog Section
*/
.wedding-blog-section-item {
    padding: 0 8px;
    margin: 20px 0px;
}

.wedding-blog-section-item img {
    margin: 0 auto 20px 0;

}

.wedding-blog-section-item-title {
    margin: 15px 0 15px 0;
}

.wedding-blog-section-item-excerpt {
    color: #777777;
    line-height: 28px;
    margin-bottom: 20px;
}

.wedding-blog-section-item-meta {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    color: #777777;
}

.wedding-blog-section-item-meta span {
    margin-right: 15px;
}

/*
* Contact Section
*/
#contact {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

}
.wedding-contact-section-form-container form {
    padding: 10px 30px;
}

.wpcf7-form p {
    display: block;
    color: #333333;
    margin: 5px 0;
    font-family: 'Crimson Italic',sans-serif;
}

.wpcf7-form p {
    margin: 12px 0 12px 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #fff !important;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(150, 150, 150, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(150, 150, 150, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(150, 150, 150, 0.75);
}

.wpcf7-form input[type="submit"] {
    display: inline-block !important;
    /*border: 1px solid #e7536f;*/
    border: 1px solid #FABF8F;
    float: right;
    /*background: #e7536f;*/
    background: #FABF8F;
    width: 100px;
    color: #000000 !important;
}

.wpcf7-form input[type="submit"]:hover {
    display: inline-block !important;
    /*border: 1px solid #e7536f !important;*/
    border: 1px solid #FABF8F !important;
    /*color: #e7536f;*/
    color: #FABF8F;
    background: transparent;
}

/*
* Page,Post Styling.
*/
#single-title-container {
    background: #f4f2e9;
    text-align: center;
    padding: 90px 0 20px 0;
    display:none; /* smazani hlavicky */
}

#single-title-container h1 {
    margin: 0;
    display:none; /*smazani hlavicky strab\nky*/
}

#single-breadcrumb-container {
    padding: 3px 0 10px 0;
    background: #f4f2e9;
    display:none; /* smazani hlavicky */
}

#single-breadcrumb {
    list-style: none;
    float: right;
    color: #999999;
    font-size: 14px;
}

#single-breadcrumb li {
    display: inline-block;
}

#single-breadcrumb li#current-breadcrumb-item {
    font-weight: bold;
}

#single-breadcrumb li a {
    color: #999999;
}

#single-breadcrumb li a:hover {
    color: #454545;
}

#page-meta {
    font-size: 13px;
    color: #999999;
    margin-bottom: 50px;
}

#page-featured-image {
    margin: 45px 0;
    position: relative;
}

#main-entry-content {
    color: #454545;
    margin-bottom: 40px;
    line-height: 30px;
}

#main-entry-content p {
    margin: 0 0 25px 0;
}

#page-tags {
    margin-bottom: 80px;
}

#page-tags a {
    background: #deddd8;
    padding: 3px 15px;
    color: #939391;
    margin-right: 10px;
    font-size: 15px;
}

#page-tags a:hover {
    background: #454545;
    color: #cacaca;
}

/*
* Blog
*/
.blog-item {
    margin-bottom: 60px;
}

.blog-item hr {
    margin-top: 70px;
}

.blog-item-title h2 {
    color: #454545;
    margin: 0 0 16px 0;
}

.wedding-basic-blog-item-title {
    margin-top: 0px;
}

.wedding-basic-blog-meta {
    padding: 10px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.blog-item-meta {
    font-size: 13px;
    color: #999999;
    margin-bottom: 50px;
}

.blog-item-main-content {
    color: #535353;
    margin-bottom: 40px;
    line-height: 30px;
}

.blog-item-featured-image {
    margin: 0 0 45px 0;
}

.blog-item-tags {
    margin-bottom: 80px;
}

.blog-item-tags a {
    background: #deddd8;
    padding: 3px 15px;
    color: #939391;
    margin-right: 10px;
    font-size: 15px;
}

.blog-item-tags a:hover {
    background: #454545;
    color: #cacaca;
}

.blog-item-read-more {
    margin-bottom: 60px;
    font-size: 16px;
}

/*
* Single Event
*/
#single-event-info {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 45%;
    background: rgba(55, 55, 55, 0.85);
    color: #ffffff;
}

#single-event-info h3 {
    margin: 25px 0 15px 0;
    font-family: "Ubuntu Regular", sans-serif;
}

hr#single-event-hr {
    width: 60px;
    text-align: center;
    height: 3px;
    background: #ffffff;
    margin: 0 auto 30px auto;
}

.event-info-item {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}

.event-info-item i {
    margin-right: 20px;
}

/*
* Contact page
*/
#single-contact-content {
    margin-bottom: 20px;
    line-height: 30px;
}

.contact-titles {
    color: #454545;
    margin-bottom: 45px;
}

#contact-form {
    margin-bottom: 80px;
}

.input-group {
    width: 100%;
}

.wpcf7-form-control,
.input-group > input[type="text"],
.input-group > input[type="email"] {
    padding: 10px;
    border-radius: 0;
    border: none !important;
    background: #ffffff;
    box-shadow: none;
    font-size: 15px;
    width: 100%;
}

.input-group > textarea {
    width: 100% !important;
}

#contact-submit {
    width: 100%;
    background: #cacaca;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
}

#contact-submit:hover {
    background: #454545;
}

.contact-side-block {
    margin-bottom: 20px;
}

.contact-item {
    display: block;
}

#contact-google-map {
    display: block;
    width: 100%;
    height: 580px;
}

span.wpcf7-not-valid-tip {
    color: #454545;
    font-size: 12px;
    margin: 3px 0 5px 0;
}

.pagination {
    border-radius: 0;
    text-align: center;
    display: block;
    padding: 5px;
    border-bottom: 1px dotted #454545;
}

.pagination span {
    margin: 0 10px 0 0;
}

.pagination a {
    margin: 0 10px 0 0;
}

.pagination a.next {
    float: right;
}

.pagination a.prev {
    float: left;
}

/*
* Comments Styling
*/
.page-comments-area {
    margin: 30px 0;
    font-size: 14px;
}

.comment-body {
    padding: 20px;
}

.comment-body > .row > .col-md-10 {
    margin-left: -35px;
}

.comment-list li.comment-body {

}

.comment-list li {
    margin: 0 0 10px 0;
}

.comment-list .alt {
}

.comment-list .odd {
}

.comment-list .even {
}

.comment-list .thread-alt {
}

.comment-list .thread-odd {
    margin-left: 80px !important;
    margin-top: -10px !important;
}

.comment-list .thread-even {
    margin-top: -10px !important;
}

.comment-list li ol.children .alt {
}

.comment-list li ol.children .odd {
}

.comment-list li ol.children .even {
}

.comment-list .vcard {
}

.comment-list .vcard cite.fn {

}

cite.fn {
    font-weight: bold;
    color: #535353;
}

.comment-list .vcard span.says {
}

.comment-list .vcard img.photo {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.comment-list .vcard img.avatar {
}

.comment-list .vcard cite.fn a.url {
}

.comment-list .comment-meta {
}

.comment-list .comment-meta a {
}

.comment-list .commentmetadata {
    margin: -24px 0 0 50px;
}

.comment-list .commentmetadata a {
    font-size: 12px;
    color: #999999;
}

.comment-list .parent {
}

.comment-list .comment {
}

.comment-list .children {
    list-style: none;
    padding-left: 20px;
}

.comment-list .pingback {
}

.comment-list .bypostauthor {
}

.comment-list .comment-author {
}

.comment-list .comment-author-admin {
}

.comment-list {
    list-style: none;
}

.comment-list li {
}

.comment-list li p {
}

.comment-list li ol {
    list-style: none;
}

.comment-list li ol.children li {
    margin-left: 20px;
    margin-top: 15px;
}

.comment-list li ol.children li.alt {
}

.comment-list li ol.children li.byuser {
}

.comment-list li ol.children li.comment {
}

.comment-list li ol.children li.depth- {
}

.comment-list li ol.children li.bypostauthor {
}

.comment-list li ol.children li.comment-author-admin {
}

#cancel-comment-reply {
}

#cancel-comment-reply a {
}

/*Comment Form */
.comment-name-hr {
    margin: 20px 0 8px 0;
    width: 20px;
    height: 3px;
    background: #535353;
}

.wedding_comment_body {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
}

#respond {
}

#reply-title {
    margin: 15px 0;
    font-family: "Source Sans Pro Regular", serif;
    font-weight: 100;
    text-transform: uppercase;
}

.reply a {
    color: #b3b3b3;
    text-transform: uppercase;
    font-family: "Ubuntu Bold", serif;
}

.reply a:hover {
    color: #535353;
}

#cancel-comment-reply-link {
    color: #b3b3b3;
}

#cancel-comment-reply-link:hover {
    color: #535353;
}

#commentform {
}

#author, #email, #url, #comment {
    width: 100%;
    padding: 10px;
    display: block;
    border: 2px solid #ebebeb;
    background: #F4F2E9;
}

#comment {
    height: 217px;
}

#submit {
}

.comment-notes {
    margin: 2px 0;
    font-size: 14px;
}

.required {
    color: #454545;
}

.comment-form-author {
}

.comment-form-author label {

}

.comment-form-email {
}

.comment-form-url {
}

.comment-form-comment {
}

.form-allowed-tags {
    width: 100%;
    font-size: 12px;
}

.form-submit input[type="submit"] {
    background: transparent;
    color: #454545;
    padding: 10px;
    border: 1px solid #454545;
    width: 100%;
}

.form-submit input[type="submit"]:hover {
    background: #454545;
    color: #fff;
    border: 1px solid #fff;
}

/*
* Widget Styling
*/
aside {
    padding: 0px 0 0 10px;
}

.mt > .widget > h3:first-child {
    margin-top: 50px;
}

.widget {
    color: #000000;
    margin: 0 0 65px 0;
}

.widget a {
    /*color: #e7536f;*/
    color: #FABF8F;
}

.widget a:hover {
    color: #000000;
}

.widget ul, ol {
    list-style: none;
}

.widget ul li:first-child {
    border-top: 1px solid #d7d7d7;

}

.widget ul li ul li:first-child {
    border-top: none;
}

.widget ul li {
    padding: 13px 0;
    border-bottom: 1px solid #d7d7d7;
}

.widget ul ul {
    padding: 13px 0 0 13px;
}

.widget ul ul li {
    padding: 5px;
    border-bottom: none;
}

h3.widget-title {
    font-size: 22px;
    margin-bottom: 32px;
}

h3.widget-title:first-child {
    margin-top: 5px;
}

.widget_search form fieldset {
    padding: inherit;
}

.widget_search form .input-group {
    width: 100%;
    padding: 5px;
}

.widget_search form .input-group input {
    background: #F4F2E9;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.widget_search form .input-group button {
    background: #F4F2E9;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: -1px;
}

.widget_search form .input-group button:hover {
    color: #cacaca;
}

.widget select {
    width: 100%;
    background: #F4F2E9;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.tagcloud a {
    background: #cacaca;
    padding: 4px 8px;
    color: #ffffff;
    margin: 2px 0;
    display: inline-block;
}

.tagcloud a:hover {
    color: #000000;
    background: #ffffff;
}

.widget_calendar caption {
    background: #454545;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 26px;
}

.widget_calendar table {
    width: 100%;
    border: none;
}

.widget_calendar thead {
    background: #e0e0e0;
}

.widget_calendar thead tr th {
    color: #ffffff;
    border: none;
}

.widget_calendar tbody {
    background: #f1f1f1;
}

.widget table tbody tr td {
    border: none;
    padding: 10px;
}

.widget table tbody tr td a {
    background: #ffffff;
    color: #454545;
    padding: 5px;
}

.widget table tbody tr td a:hover {
    background: #FFFFFF;
    color: #454545;
    padding: 5px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.widget table tfoot tr td {
    border: none;
}

/*
* Footer Styling
*/
#wedding-footer-area {
    background: #454545;
    color: #cacaca;
    text-decoration: none;
}

/*
* Footer Widget Styling
*/
.footerwidget {

}

.footerwidget h3 {
    background: transparent;
    color: #cacaca;
    font-family: "Roboto Slab Regular", sans-serif;
    margin-bottom: 40px;
    font-size: 22px;
}

.footerwidget a {
    color: #cacaca;
}

.footerwidget a:hover {
    color: #888888;
}

.footerwidget ul, ol {
    list-style: none;
}

.footerwidget ul li {
    margin: 0 0 10px 0;
}

.footerwidget ul li a {
}

.footerwidget ul li :hover {
}

/**==Second & more levels ==**/
.footerwidget ul ul,
.footerwidget ol ol {
    padding: 5px 0 5px 10px;
}

.footerwidget ul ul li {
    margin: 2px 0;
    border: none;
    padding: 2px 0;
}

.footerwidget ul li ul li a {
    font-size: 13px !important;
}

.footerwidget ul li ul li ul li a {
    font-size: 11px !important;
}

.footerwidget p {
    margin: 10px 0;
}

.footerwidget .tagcloud a {
    font-size: 14px !important;
    margin: 4px 0 !important;
    background: #333333;
}

.footerwidget .tagcloud a:hover {
    
    color: #000000;
}

/*
* Copyright
*/
#wedding-copyright {
    border-top: 1px solid #111111;
    font-size: 15px;
    background: #222222;
    color: #cacaca;
}

#wedding-copyright a {
    color: #FABF8F;
    /*color: #e7536f;*/
}

#wedding-copyright h3 {
    color: #888888;
}

#wedding-copyright p {
    margin: 2px 0;
}
