/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#header {
    background-color: #2d2d2d !important;
    border-bottom: 2px solid #ffffff !important;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {

    background-color: #2d2d2d !important;
}

#header.full-header #primary-menu > ul {

    border-right: 0px solid #EEE !important;
}

#header.full-header #logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 0px solid #EEE !important;
}

.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    margin-top: 50px;
}

/** Contact Form **/

#contact .form-section form ul {
    margin-left: -10px;
    margin-right: -10px;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

#contact .form-section form ul li {
    margin-bottom: 15px;
    padding: 0 10px;
}

#contant .form-section form ul li.half {
    width: 50%;
    float: left;
}

#contact .form-section form ul li input {
    width: 100%;
    border: 1px solid #ccc;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 50px;
    outline: none;
    transition: all .3s ease;
}

.contact-form button {
    background: #ca9d13;
    border: 2px solid transparent;
    outline: none;
    color: #fff;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 25px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/**  Vendor page **/
#header.transparent-header {
    background: #444 !important;
}


/** page admin **/

#content-admin .container {

    width: 400px !important;
}

/** footer home **/

#footer .footer-widgets-wrap {
    padding: 40px 0 !important;
}

#copyrights {
    padding: 0px 0 !important;
    }

.heading-block {
    margin-bottom: 0px !important;
}

/** Form contact home **/
form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
    margin-bottom: 15px !important;
}
header.fl-builder-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: rgba(10,10,10,0.7);
    background-color: rgba(10, 10, 10, 0.22);
   /* background-image: url(https://www.allaboutweddings.com/wp-content/uploads/2019/04/air-place-1.jpg);
    background-position: 0px -223px;
    background-repeat: no-repeat;
    background-size: cover;*/
}
@media screen and (max-width: 992px){
    header {
        z-index: 90;
        max-height: 115px;
        background-image:none!important;
    }
}
#primary-menu {
    float: right;
    position: absolute;
    top: 0;
    right: 36px;
}
img.bgimage {
    position: absolute;
    top: 0;
    left: 0;
}
section#calendar {
    padding-top: 150px;
}
footer.fl-builder-content.fl-builder-content-98.fl-builder-global-templates-locked {
    margin-top: 50px;
}



