/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

@media all {

    body form#gform_1 span.gfield_required{
        color: inherit !important;
        visibility: hidden;
    }

    body form#gform_1 span#input_1_3_6_container{
        margin-left: 0 !important;
    }

    body .gform_wrapper .gfield_checkbox li label,
    body .gform_wrapper .gfield_radio li label,
    body .gform_wrapper .gfield_description,
    body .gform_wrapper .ginput_complex label{
        font-size: inherit !important;
    }

    body .gform_wrapper .gsection_description{
        font-size: inherit !important;
    }

    .form-search::before, .widget_product_search form::before{
        color: #97928a !important;
    }


    nav.x-nav-wrap.desktop #menu-main-menu-top > li a{
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    #searchform input{
        text-shadow: none;
        color: #97928A;
        border-radius: 10px;
        background: #E0D7C9;
        border: 1px solid #97928A;
    }
    
    /*== under construction styling ==*/
    #under-construction {
        text-align: center;
        font-size: 1.1em;
        margin: 20px 20px 20px;
        color: red;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        border: 1px dashed white;

    }

    #under-construction a {
        text-decoration: underline;
    }

    #local-host {
        text-align: center;
        font-size: 1.2em;
        margin: 20px;
        color: red;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        border: 1px dashed white;
    }

    .content .popout{
        border: 1px solid #9f988f;
        padding: 15px;
        border-radius: 10px;
        background-color: white;
    }

    .content .popout > h2{
        margin-top: 0;
    }


    /*** fine-tune alignment classes ***/
    ul.no-top-margin{
        margin-top: -19px;
    }
    /** on the live events remove top margin for all ULs*/
    article#post-81 .entry-content ul,
    article#post-79 .entry-content ul,
    article#post-3725 .entry-content ul{
        margin-top: -19px;
    }
    .price-align-1{
        width: 60px;
        padding-right: 10px;
        display: inline-block;
        text-align: right;
    }

    .price-align-2{
        width: 70px;
        padding-right: 10px;
        display: inline-block;
        text-align: right;
    }

    .fixed-width{
        display: inline-block;
    }
    .w5{
        width: 50px;
    }
    .w8{
        width: 80px;
    }
    .w10{
        width: 100px;
    }
    .w13{
        width: 130px;
    }
    .pl-13{
        padding-left: 130px;
    }
    .w15{
        width: 150px;
    }
    .pl-15{
        padding-left: 150px;
    }
    /*** end of fine-tune alignment classes **/

    #secondary_page .entry-wrap {
        border-radius: 25px;
        background-color: rgba(255, 255, 255, 0.77);
        box-shadow: 0 0.315em 0.65em 0 rgba(0, 0, 0, 0.333);
        padding: 30px;
        color: #555450;
        font-size: 16px !important;
    }

    table th, table td {
        border: none;
    }

    table td form {
        margin: 0;
    }

    #secondary_page .entry-wrap a {
        color: #555450;
        text-decoration: underline;
        text-decoration-color: rgba(85, 84, 80, 0.4);
    }

    #secondary_page .entry-wrap a:hover {
        color: #12829a;
    }

    #secondary_page .entry-wrap h1 {
        font-size: 27px;
    }

    #secondary_page .entry-wrap h2 {
        font-weight: bolder;
        font-size: 24px;
    }

    #secondary_page .entry-wrap h3 {
        font-weight: bold;
        font-size: 20px;
    }

    #secondary_page .entry-wrap h4 {
        font-size: 17px;
        margin: 0.5em 0;
        font-weight: bold;
    }

    #secondary_page .entry-wrap h5 {
        font-size: 17px;
        margin: 0.5em 0;
        font-weight: bold;
    }

    #secondary_page form input[type=submit] {
        text-shadow: none;
    }

    #secondary_page .entry-wrap h1,
    #secondary_page .entry-wrap h2,
    #secondary_page .entry-wrap h3,
    #secondary_page .entry-wrap h4,
    #secondary_page .entry-wrap h5 {
        color: #9f988f;
        font-family: Arial, Tahoma, Verdana, sans-serif;
    }

    #secondary_page {
        /* Fonts from the Unplug Site *
        font-family: Arial,Helvetica,"Open Sans","Helvetica Neue",Helvetica,sans-serif;
        /* */
    }

    #secondary_page .entry-wrap header .entry-title {
        font-weight: normal;
    }

    #secondary_page .entry-wrap header .entry-title a {
        color: inherit;
        text-decoration: none;
    }

    #secondary_page .entry-wrap a.more-link {
        font-size: 1em;
        font-weight: normal;
    }

    #secondary_page .pagination.pagination-centered ul li span.current {
        background-color: #9F988F;
    }

    .hide-this {
        display: none;
    }

    .hentry {
        margin-top: 2em;
    }

    #secondary_page ul li {
        list-style-image: url("/images/list-bullet.png");
    }

    .widget .coming_soon_box a {
        text-decoration: none !important;
    }

    /* Selectively display/hide the blog archives widget */
    #secondary_page .widget_lrcollapsingarchives_widget {
        display: none;
    }

    body.category.category-english #secondary_page .widget_lrcollapsingarchives_widget {
        display: block;
    }

    body.single.single-post.single-format-standard #secondary_page .widget_lrcollapsingarchives_widget {
        display: block;
    }

    body.archive.date #secondary_page .widget_lrcollapsingarchives_widget {
        display: block;
    }

    body.home.page .widget_lrcollapsingarchives_widget{
        display: none;
    }

    body.category.category-english #secondary_page #comingsoon_widget-2 {
        display: none;
    }

    body.single.single-post.single-format-standard #secondary_page #comingsoon_widget-2 {
        display: none;
    }

    body.archive.date #secondary_page #comingsoon_widget-2 {
        display: none;
    }

    .widget_lrcollapsingarchives_widget ul {
        border: none;
        box-shadow: none;
        border-radius: 0;
        font-size: 13px;
    }

    .widget_lrcollapsingarchives_widget ul li {
        border: none;
        box-shadow: none;
        padding: 5px 5px;
    }

    .widget_lrcollapsingarchives_widget ul li a{
        text-decoration: none;
        border: none;
    }

    .widget_lrcollapsingarchives_widget .post-count{
        opacity: 0.7;
    }

    #secondary_page .entry-wrap .eStore-product-description{
        font-size: 14px;
    }

    p.p-meta{
        color: #9F988F;
    }

    /* toggle classes for the collapsed archives */
    .lr-archives .closed{
        display:none;
    }

    .masthead-stacked .x-navbar .desktop  #menu-main-menu-top.x-nav .sub-menu .sub-menu {
        top: -0.75em;
    }

    .masthead-stacked .x-navbar .desktop  #menu-main-menu-top.x-nav .sub-menu .sub-menu li a{
        font-size: 16px;
        line-height: 2.4;
    }
}

@media (max-width: 979px) {
    body {
        background: url("//luciarene.com/images/white-show-background.jpg") repeat-y 0 217px;
    }

    .x-logobar{
        background: white;
        display:none;
    }

    #top{
        background: transparent;
    }

    #top .x-logobar{
        text-align: left;
    }

    #top .x-brand.img{
        width: 50%;
        margin-right: 20px;
    }
    #top .x-brand.img img{
        width: 100%;
    }

    .x-navbar-wrap .x-navbar{
        box-shadow: none;
    }

    #under-construction {
        margin-bottom: 20px;
    }

    #lucia_home_page img.home_button.btn1, #lucia_home_page img.home_button.btn2,
    #lucia_home_page img.home_button.btn3, #lucia_home_page img.home_button.btn4{
        width: 47%;
        height: auto;
    }

    #lucia_home_page img.home_button.btn1, #lucia_home_page img.home_button.btn3{
        margin-right: 5.5%;
    }

    #lucia_home_page .entry-wrap{
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
    }

    /* hide some of the side bar things on the smaller screens */
    #social_share_buttons{
        display: none;
    }

    #text-8{ /* the mail chip subscription */
        display: none;
    }

    #nav_menu-5{ /* bottom navigation menu */
        display: none;
    }

    #text-6{
        margin-top: 0;
    }

    #custom-footer-text ul{
        margin-left: 0;
        margin-right: 0;
    }
    #custom-footer-text ul li{
        display: block;
        text-align: center;
    }

    #custom-footer-text ul li a{
        color: #12829a;
        text-decoration: underline;
        text-decoration-color: rgba(18,130,154,0.2);
    }


    .widget-corner-top-left {
        display: none;
    }

    .widget-corner-bottom-left {
        display: none;
    }

    .widget-top {
        display: none;
    }

    .widget-bottom {
        display: none;
    }

    .widget-corner-top-right {
        display: none;
    }

    .widget-corner-bottom-right {
        display: none;
    }

    .widget-left {
        display: none;
    }

    .widget-right {
        display: none;
    }

    .widget-body {
        margin-top: -10px;
        border: 10px solid rgba(255, 255, 255, 0.7);
        padding: 15px;
        border-radius: 10px;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.10);
    }

    .widget-content {
        display: table-cell;
    }

    .widget .coming_soon_box h1,
    .widget .coming_soon_box h2,
    .widget .coming_soon_box h3,
    .widget .coming_soon_box h4,
    .widget .coming_soon_box h5 {
        font-size: 1em;
        color: #7A7A7A;
    }

    .widget .coming_soon_box h1,
    .widget .coming_soon_box h2 {
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 1px dotted #999790;
    }

    .widget .coming_soon_box h1 {
        font-size: 1.3em;
    }

    .widget .coming_soon_box a {
        color: #7A7A7A;
        text-decoration: underline;
        text-decoration-color: rgba(85, 84, 80, 0.4);
    }

    .x-sidebar{
        margin-top: 1em;
    }

    .x-sidebar .widget{
        margin-top: 1em;
    }

    .h-widget {
        color: #97928a;
        text-align: left;
        font-size: 1.1em;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 0;
    }

    .widget {
        text-shadow: none;
    }

    .widget .widget-line {
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
        width: 201px;
        max-width: 200%;
        margin-bottom: -8px;
    }

    .widget .textwidget {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px;
        font-size: 0.76em;
    }

    #secondary_page .x-main{
        margin-bottom: 50px;
    }

}
@media (min-width: 980px) {

    /* == MAIN BACKGROUND SNOW == */
    #top {
        background: url("//luciarene.com/images/white-show-background.jpg") repeat-y 0 217px;
    }

    /* == GENERAL STYLES == */
    #top .x-container.offset {
        margin: 88px auto 54px;
    }

    .x-sidebar.right {
        width: 22.0% !important;
    }

    .x-main {
        width: 74.1% !important;
    }

    #top {
        min-width: 1280px;
    }

    a:hover {
        color: #12829a;
    }

    /* == CUSTOM STYLES FOR THE HOME PAGE == */
    #lucia_home_page .entry-wrap {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: transparent;
    }

    img.home_button.btn1, img.home_button.btn3 {
        margin-right: 50px;
    }

    img.home_button.btn1, img.home_button.btn2 {
        padding-bottom: 15px;
    }

    body.page-id-6 .widget .coming_soon_box {
/*        height: 644px;
        overflow-x: hidden;
        overflow-y: scroll; */
    }

    /* == LOGO SECTION == */
    .x-logobar {
        text-align: left;
        margin-top: 0;
        padding-top: 16px;
        border-bottom: none;
    }

    #top .x-logobar-inner {
        padding-bottom: 3px;
    }

    /* == TOP MENU SECTION == */
    #top .x-navbar-inner {
        min-height: 65px;
    }

    nav.x-nav-wrap.desktop #menu-main-menu-top > li a {
        font-size: 27px;
        color: #555450;
        height: 65px;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    nav.x-nav-wrap.desktop #menu-main-menu-top > li a:hover {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        color: #12829a;
    }

    nav.x-nav-wrap.desktop #menu-main-menu-top > .current-menu-parent > a {
        color: #12829a;
    }

    nav.x-nav-wrap.desktop #menu-main-menu-top .current-menu-item > a {
        color: #12829a;
    }

    nav.x-nav-wrap.desktop #menu-main-menu-top > .current-menu-item > a {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        color: #12829a;
    }

    .x-navbar .desktop #menu-main-menu-top.x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-top: 0;
        padding-left: 33px;
        padding-right: 33px;
    }

    .x-navbar .desktop #menu-main-menu-top.x-nav > li > a > span::after {
        content: none;
    }

    .x-navbar-inner .x-container.max.width {
        width: 96%;
    }

    div.x-navbar {
        border: none;
        box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.06);
    }

    .x-navbar .desktop #menu-main-menu-top.x-nav > li ul.sub-menu {
        top: 60px;
    }

    /* == FOOTER TEXT AND FOOTER MENU SECTION == */
    footer.x-colophon.top {
        padding-top: 1.25%;
    }

    footer.x-colophon.bottom {
        display: none;
    }

    #custom-footer-text {
        margin-bottom: 30px;
    }

    #text-6 {
        margin-top: 1.6em;
    }

    #line-separator {
        text-align: center;
        margin-bottom: 30px;
    }

    #custom-footer-text ul {
        text-align: center;
        color: #555450;
        margin: 0 0 5px 0;
        line-height: 1.24em;
    }

    #custom-footer-text ul li {
        display: inline-block;
        margin: 0 17px;
        padding: 0;
    }

    #custom-footer-text ul li a {
        color: #555450;
    }

    #custom-footer-text ul li a:hover {
        color: #12829a;
    }

    #nav_menu-5 div > ul > li {
        display: inline-block;
        font-size: 25px;
        vertical-align: top;
        list-style: none none;
    }

    #nav_menu-5 div > ul > li a {
        padding-bottom: 8px;
    }

    #nav_menu-5 div > ul > li > ul.sub-menu {
        font-size: 17px;
    }

    #nav_menu-5 div > ul > li > ul.sub-menu a {
        padding: 0 75px 0 1.4em;
        line-height: 1.423em;
    }

    #nav_menu-5 div ul li a::before {
        content: '';
        padding: 0;
    }

    #nav_menu-5 div ul li a {
        border: none;
        color: #555450;
    }

    #nav_menu-5 div ul li a:hover {
        color: #12829a;
    }

    #nav_menu-5 ul {
        border: none;
    }

    #nav_menu-5 ul li {
        text-align: left;
    }

    #nav_menu-5 {
        text-align: center;
    }

    footer > div.x-container.width.max {
        width: 96%;
    }

    /* ==== Social Share buttons section === */
    #social_share_buttons .social {
        padding-right: 16px;
    }

    #social_share_buttons .social.social_pin {
        padding-right: 0;
    }

    /* ==== Rounded Widgets sections === */
    .h-widget {
        color: #97928a;
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
        letter-spacing: 1px;
        margin: -5px -10px -10px;
    }

    .widget {
        text-shadow: none;
    }

    .widget .widget-line {
        margin-left: -10px;
        margin-right: -10px;
        display: inline-block;
        width: 201px;
        max-width: 200%;
        margin-bottom: -8px;
    }

    .x-sidebar .widget {
        margin-top: 38px;
    }

    .widget .textwidget {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px;
        font-size: 0.76em;
    }

    .widget .coming_soon_box {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px;
        font-size: 0.76em;
    }

    .widget .coming_soon_box h1,
    .widget .coming_soon_box h2,
    .widget .coming_soon_box h3,
    .widget .coming_soon_box h4,
    .widget .coming_soon_box h5 {
        font-size: 1em;
        color: #7A7A7A;
    }

    .widget .coming_soon_box h1,
    .widget .coming_soon_box h2 {
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 1px dotted #999790;
    }

    .widget .coming_soon_box h3,
    .widget .coming_soon_box h4,
    .widget .coming_soon_box h5{
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 300;
    }


    .widget .coming_soon_box h1 {
        font-size: 1.3em;
    }

    .widget .coming_soon_box a {
        color: #7A7A7A;
        text-decoration: underline;
        text-decoration-color: rgba(85, 84, 80, 0.4);
    }

    .widget .coming_soon_box a:hover {
        color: #12829a;;
    }

    .widget-corner-top-left {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("/images/corner-top-left.png") no-repeat 0 0;
    }

    .widget-corner-bottom-left {
        display: inline-block;
        width: 32px;
        height: 38px;
        background: url("/images/corner-bottom-left.png") no-repeat 0 0;
    }

    .widget-top {
        display: inline-block;
        width: 183px;
        height: 32px;
        background: url("/images/widget-top.png") repeat-x 0 0;
    }

    .widget-bottom {
        display: inline-block;
        width: 183px;
        height: 38px;
        background: url("/images/widget-bottom.png") repeat-x 0 0;
    }

    .widget-corner-top-right {
        display: inline-block;
        width: 38px;
        height: 32px;
        background: url("/images/corner-top-right.png") no-repeat 0 0;
    }

    .widget-corner-bottom-right {
        display: inline-block;
        width: 38px;
        height: 38px;
        background: url("/images/corner-bottom-right.png") no-repeat 0 0;
    }

    .widget-left {
        display: table-cell;
        width: 32px;
        height: 32px;
        background: url("/images/widget-left.png") repeat-y 0 0;
    }

    .widget-right {
        display: table-cell;
        width: 38px;
        height: 32px;
        background: url("/images/widget-right.png") repeat-y 0 0;
    }

    .widget-body {
        margin-top: -10px;
    }

    .widget-content {
        display: table-cell;
        width: 183px;
    }

    #mail-chimp {
        text-align: center;
        margin: 0;
    }

    #mail-chimp label {
        margin-bottom: 5px;
    }

    #mail-chimp input {
        text-shadow: none;
        color: #97928a;
        border-radius: 10px;
    }

    #mc-embedded-subscribe {
        padding: 1px 5px;
        font-size: 0.9em;
        background: #e0d7c9;
        margin-bottom: 0;
    }

    #mce-EMAIL {
        background: #e0d7c9;
        border: 1px solid #97928a;
        margin-bottom: 5px;
    }

    #mce-privacy {
        padding-bottom: 6px;
        display: inline-block;
    }

    #text-8 {
        margin-top: 26px;
    }

    /*===== SECONDARY PAGE SECTION ==== */
    #secondary_page .x-main.left {
        width: 72.5% !important;
    }

    /*=== Past Interview Styles === */
    #secondary_page #post-47 .content h1,
    #secondary_page #post-126 .content h1,
    #secondary_page #post-124 .content h1,
    #secondary_page #post-201 .content h1,
    #secondary_page #post-13 .content h1 {
        padding-bottom: 5px;
        border-bottom: 1px dotted #555450;
    }

    .content h1, .content h2 {
        padding-bottom: 5px;
        border-bottom: 1px dotted #555450;
    }

    .content h2{
        margin-top: 45px;
    }

    /*=== Styling the gallery page ===*/
    .lucia-gallery-wrap {
        margin-top: 10px;
    }

    .gallery-info-box {
        padding: 15px;
    }

    .gallery-info-box .gallery-title {
        font-weight: bold;
    }

    .gallery-info-box .gallery-description {
        font-style: italic;
    }

    .hide-on-desktop{
        display: none !important;
    }

    #under-construction {
        margin-bottom: -60px;
    }

    .x-navbar .desktop .x-nav > li > a > span {
        margin-right: -1px !important;
        font-weight: bold;
        letter-spacing: 0;
    }

    nav.x-nav-wrap.desktop #menu-main-menu-top .sub-menu > li a {
        font-size: 20px;
        padding: 0 20px;
        height: 38px;
    }

    #nav_menu-5 div > ul > li > a{
        font-weight: bold;
    }


}

/* ========================================================================================== */

@media (max-width: 1279px) and (min-width: 980px){
    .x-navbar .desktop #menu-main-menu-top.x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-top: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .x-navbar .desktop #menu-main-menu-top.x-nav > li{
        margin-left: 0.8%;
        margin-right: 0.8%;
    }

    .x-navbar .desktop .x-nav > li > a > span {
        margin-right: -1px;
        font-weight: bold;
        letter-spacing: 0px;
    }

    #menu-main-menu-top{
        width: 99.5%;
    }

    #top {
        min-width: 1000px;
    }

    nav.x-nav-wrap.desktop #menu-main-menu-top > li a {
        font-size: 25px;
    }

    nav.x-nav-wrap.desktop #menu-main-menu-top .sub-menu > li a {
        font-size: 20px;
    }

    .masthead-stacked .desktop .x-nav{
        margin-left: 11px;
    }

    .x-sidebar.right {
        min-width: 254px !important;
    }

    .x-main {
        width: 71.5% !important;
    }

    #lucia_home_page img.home_button.btn1, #lucia_home_page img.home_button.btn2,
    #lucia_home_page img.home_button.btn3, #lucia_home_page img.home_button.btn4{
        width: 47%;
        height: auto;
    }

    #lucia_home_page img.home_button.btn1, #lucia_home_page img.home_button.btn3{
        margin-right: 3.5%;
    }

    #nav_menu-5 div > ul > li{
        font-size: 20px;
        max-width: 275px;
    }

    #nav_menu-5 div > ul > li > ul.sub-menu {
        font-size: 14px;
    }

    #nav_menu-5 div > ul > li > ul.sub-menu a {
        padding: 0 25px 0 1.4em;
        line-height: 1.423em;
    }

    #secondary_page .x-main.left {
        width: 68.5% !important;
    }
}