/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
Template: u-design
Version: 1.0.0
*/

.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}

.responsive-embed {
    margin-bottom: 0;
}

.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%;
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 *
 * Typography
 *
 */

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 2px;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5 {
    color: #000000;
}

.mont {
    font-family: 'Montserrat';
    font-weight: 400;
}

.f-18 {
    font-size: 16px;
    line-height: 1.9;
}

.center,
.center p {
    text-align: center;
}

@media (max-width: 480px) {

    h3 {
        font-size: 1.3em;
    }

}

@media (min-width: 768px) {

    .f-18 {
        font-size: 18px;
    }

}

/*
 *
 * Header
 *
 */

#top-wrapper {
    border-top: 15px solid #f8f8f8;
}

#slogan {
    display: none;
}

#main-menu {
    text-transform: uppercase;
}

#header-content {
    text-align: center;
}

#header-content h3 {
    font-size: 24px;
    color: #000000;
}

@media (min-width: 768px) {

    #header-content h3 {
        font-size: 34px;
    }

}

/*
 *
 * Page styling
 *
 */

#page-content #content-container.container_24 {
    max-width: 900px;
    width: auto;
}

#home-page-content, 
#page-content,
#footer-bg {
    background: #ffffff;
}

.entry {
    padding: 50px 0 0;
}

.box-bg {
    background-color: rgba(206, 174, 42, .14);
    background-image: url(/wp-content/uploads/2017/11/box-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.box-bg.inner-box {
    font-size: 16px;
    font-style: italic;
}

.book-box img {
    margin-bottom: -90px;
    margin-top: 20px;
}

#udesign-mailchimp-bar input[type="email"], 
#udesign-mailchimp-bar input[type="text"] {
    font-family: 'Cardo';
    padding: 9px 11px;
    border: 1px solid #ddd;
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px;
}

#udesign-mailchimp-bar input[type="submit"], 
#udesign-mailchimp-bar input.submit-button {
    font-family: 'Cardo';
    background: #ceae2a none repeat scroll 0 0;
    border-color: #ceae2a;
    padding: 10px 40px !important;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}

.no-breadcrumbs-padding {
    padding: 0;
    border-bottom: 2px solid #f9f9f9;
}

#page-content #page-title h1, 
#page-content #page-title h2, 
#page-content #page-title h3 {
    text-align: center;
}

#page-title {
    text-align: center;
    margin-top: 1em;
}

#page-content {
    padding-bottom: 0;
}

@media (min-width: 768px) {

    .box-bg {
        margin-left: 40px;
    }

    #udesign-mailchimp-bar input[type="email"], 
    #udesign-mailchimp-bar input[type="text"] {
        width: 32%;
        margin: 0 1% 0 0;
    }

    #udesign-mailchimp-bar input[type="submit"], 
    #udesign-mailchimp-bar input.submit-button {
        width: 32%;
    }

}

/*
 * Visual Composer 
 */

#wrapper-1 .vc_toggle.vc_toggle_active>.vc_toggle_content {
    background-color: #fbfbfb;
    padding: 5% !important;
}

#wrapper-1 .vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding: 10px 20px;
}

#wrapper-1 .vc_btn3.vc_btn3-color-chino, 
#wrapper-1 .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
    background-color: #CEAE2A;
}

/*
 *
 * Reviews Plugin 
 *
 */

.wpcr3_button_1,
.wpcr3_button_1:hover {
    border: 1px solid;
    border-color: #ceae2a;
    background: #ceae2a;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceae2a', endColorstr='#ceae2a',GradientType=0 );
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 20px;
}

div.wpcr3_aggregateRating,
div.wpcr3_review div.wpcr3_review_title {
    font-size: 1em;
}

div.wpcr3_review div.wpcr3_review_title {
    font-weight: bold;
}

div.wpcr3_review blockquote.wpcr3_content {
    font-size: 18px;
    font-family: 'Cardo';
    margin-top: 10px;
}

div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 18px;
}

/*
 *
 * Forms 
 *
 */

textarea, input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 5%;
    border-radius: 5px;
    border-style: solid;
    border: 1px solid #dddddd;
    width: 90%;
    max-width: 100%;
    /* display: table-cell; */
    /* float: none; */
}

input[type="submit" i] {
    font-family: 'Cardo';
    background: #ceae2a none repeat scroll 0 0;
    border-color: #ceae2a;
    padding: 10px 40px !important;
    max-width: 100%;
    border-style: solid;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

/*
 *
 * Blog Page 
 *
 */

.page-template-page-Blog-php .custom-frame-inner-wrapper,
.page-template-page-Blog-php .custom-frame-wrapper .custom-frame-padding,
.page-template-page-Blog-php .custom-frame-wrapper .custom-frame-padding a img {
    border-radius: 50%;
}

.page-template-page-Blog-php .postmetadata {
    font-size: 75%;
}

.page-template-page-Blog-php .post-top h1,
.page-template-page-Blog-php .post-top h2,
.page-template-page-Blog-php .post-top h3 {
    font-size: 1.6em;
}

div[itemprop="description"] {
    margin-top: 20px;
}

/*
 *
 * Bottom Signup Form 
 *
 */

#bottom-signup {
    text-align: center;
    background-color: #f8f8f8;
    margin: 4em -9999em 0;    /* add back negative margin value */
    padding: 2em 9999em 4em;
}

/*
*
* Lilly Background Images 
*
*/

#wrapper-1 {
    z-index: 3;
    background-color: transparent;
}

#wrapper-1, #top-wrapper, #before-content, #home-page-content, #page-content, .no_title_section #page-content, #bottom-bg, #footer-bg {
    background-color: transparent;
}

#sg-parallax-images img {
    z-index: 1;
    position: fixed;
}

#sg-parallax-images #lilly-1 {
    top: 140px;
    left: 0;
}

#sg-parallax-images #lilly-2 {
    top: 700px;
    left: 5%;
}

#sg-parallax-images #lilly-3 {
    top: 695px;
    left: 94%;
}

#sg-parallax-images #lilly-4 {
    top: 900px;
    left: 74%;
}

#sg-parallax-images #lilly-5 {
    top: 1260px;
    left: 0;
}

#sg-parallax-images #lilly-6 {
    top: -50px;
    left: 74%;
}

#sg-parallax-images #lilly-7 {
    top: 1300px;
    left: 74%;
}

@media (max-width: 768px) {

    #sg-parallax-images {
        display: none;
    }

}

/*
 *
 * Footer
 *
 */

#bottom-bg {
    padding-top: 70px;
    border-top: 2px solid #f8f8f8;
}

#bottom-bg h3 {
    font-size: 24px;
    color: #000000;
    margin: 10px 0 2px;
}

@media (min-width: 768px) {

    #bottom-bg h3 {
        font-size: 34px;
    }

}

.social-icons {
    display: block;
    float: left;
}
.social-icons ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: right;
    padding: 5px 5px 0 0;
}
.social-icons li.social_icon {
    background: transparent none repeat scroll 0 0 !important;
    padding-left: 0 !important;
    display: inline;
    float: left;
    margin: 3px;
}
.social-icons a {
    overflow: hidden;
    outline: none;
}

.social-icons {
    width: 100%;
    margin-top: 5px;
}

#bottom .social-icons {
    width: 100%;
    margin-top: 55px;
}

#bottom .social-icons ul,
.social-icons ul {
    text-align: center;
}

#bottom .social-icons li.social_icon,
.social-icons li.social_icon {
    float: none;
}

#bottom .social-icons li img:hover,
.social-icons li img:hover {
    margin-top: -1px;
    margin-bottom: 1px;
}

#bottom-bg,
#footer-bg {
    text-align: center;
}

#footer-bg {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 145px;
}