/*
Theme Name: 	Choice Child
Author: 		Catch Solutions
Author URI: 	http://catchsolutions.com.au
Description:	Child Theme for Choice Theme
Version: 		1.1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#Top_bar.is-sticky {
    opacity: 1 !important;
    filter: none !important;
}
#Top_bar .menu li ul li {
    width: auto;
    white-space: nowrap;
}
.animated {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
.padding-added {
    padding: 2%;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.hashed {
    color: #aaa;
}
#Top_bar {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
    background-color: white;
}
#Top_bar:not(.is-sticky) {
    top: 0 !important;
}

#Top_bar .menu > li > ul.mfn-megamenu-bg {
    background-size: cover;
    background-position: right top !important;
    padding: 50px 0 !important;
    width: 100% !important;
}
@media screen and (min-width: 1240px){
    .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu {
        width: 100% !important;
        margin: 0 !important;
    }
}

#Top_bar .menu > li.menu-item-has-children.hover > a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -11px;
    border-bottom: 12px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    opacity: 1;
    margin-left: -20px;
}

#Top_bar .menu > li ul:not(.mfn-megamenu) {
    background-color: #fff !important;
    padding: 10px 20px 14px 20px;
    border: 1px solid #f4f4f4;
    border-top: none;
    margin-left: -7px;
}

.last-item a{
    border-bottom-color: transparent !important;
}

/*
#Top_bar .menu-main > .menu-item > a {
    color: #ddd !important;
}
#Top_bar .menu-main > .menu-item > a:hover {
    color: #fff !important;
}

#Top_bar .top_bar_right a:not(.action_button) {
    color: #ddd !important;
}
#Top_bar .top_bar_right a:not(.action_button):hover {
    color: #fff !important;
}
*/

/*
 Normal Top
 */

#Top_bar .menu-main > .menu-item > a {
    color: #575144 !important;
}
#Top_bar .menu-main > .menu-item > a:hover {
    color: #36322a !important;
}

#Top_bar .top_bar_right a:not(.action_button) {
    color: #575144 !important;
}
#Top_bar .top_bar_right a:not(.action_button):hover {
    color: #36322a !important;
}

/*
Sticky top
 */
#Top_bar.is-sticky .menu-main > .menu-item > a {
    color: #575144 !important;
}
#Top_bar.is-sticky  .menu-main > .menu-item > a:hover {
    color: #36322a !important;
}

#Top_bar.is-sticky  .top_bar_right a:not(.action_button) {
    color: #575144 !important;
}
#Top_bar.is-sticky  .top_bar_right a:not(.action_button):hover {
    color: #36322a !important;
}

/*
tweeks
 */
.inline {
    display: inline-block !important;
}
.btn-outline-olive {
    border: 2px solid #b8ad40 !important;
    color: #b8ad40 !important;
    background-color: transparent !important;
}
.btn-outline-olive:hover {
    background-color: #b8ad40 !important;
    color: #423e37 !important;
}

.brand-dark {
    color : #423e37 !important;
}
.brand-olive {
    color : rgb(182, 170, 45) !important;
}
.uppercase {
    text-transform: uppercase;
}
.capitalise {
    text-transform: capitalize;
}
.small-icon .icon {
    font-size: 30px;
}
.no-margin .desc_wrapper {
    margin-left: 4px ;
}
.no-margin h4 {
    color: rgb(182,170,45);
}
.gold {
    color: rgb(182,170,45) !important;
}
/*
supplement
 */
.woocommerce-page ul.products li.product .products-img .products-hover-wrapper .products-hover-block .zoom {
    display: none;
}
.image_frame .image_wrapper .mask, .edd_download_image::after {
    box-shadow: 0 -1px 0 rgba(54,50,42,0.08) inset !important;
}

.button, .button_icon i {
    color: #b6aa2d !important;
}

.button:hover {
    color: #36322a !important;
}
.shop_slider .blog_slider_header {
    height: 48px;
}
.shop_slider .blog_slider_header a.button .button_icon{
    padding: 7px 8px;
    font-size: 1.1em;
}
.spacer {
    display: block;
    height: 1px;
    clear: both;
    margin: 24px auto;
}
.spacer-tiny {
    display: block;
    height: 1px;
    clear: both;
    margin: 8px auto;
}
#Subheader {
    background-size: cover !important;
    padding: 110px 0;
    background-position: center center !important;
    position: relative;
    background-color: #36322a !important;
}
.dark-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.37);
    pointer-events: none;
}
#Subheader .title {
    text-transform: uppercase;
    font-size: 2.5em !important;
    line-height: 70px !important;
    font-weight: 200 !important;
    letter-spacing: 0 !important;
    color: white !important;
}

#Subheader ul.breadcrumbs li {
    color: rgba(255,255,255,0.5) !important;
}
#Subheader ul.breadcrumbs li a {
    color: rgba(255,255,255,0.8) !important;
}


#Intro {
    background-position: center;
}
#Intro .intro-inner {
    padding: 125px 10%;
}
.text-right {
    text-align: right;
}
.hidden {
    display: none;
}
.project-description {
    margin-bottom: 18px !important;
}
.pdf-download {
    padding: 10px 20px 0 20px;
    width: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: white;
    font-size: 0.9em;
    text-align: center;
}

.intro-next {
    cursor: pointer;
    font-size: 38px;
    height: 50px;
    left: 50%;
    bottom: 15px;
    line-height: 50px;
    margin: 0 0 0 -25px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: rgba(255,255,255,0.5);
}
.intro-next:hover {
    color: rgba(255,255,255,1);
}
#searchform .icon-search-fine {
    color: #fff !important;
    opacity: .3 !important;
}
/*.widget_archive ul li:hover a, .widget_nav_menu ul li:hover a{*/
    /*text-decoration: none !important;*/
/*}*/
.widget_archive ul li::after, .widget_nav_menu ul li::after {
    width: 100%;
    border-color: rgba(255,255,255,0.05) !important;
}

/**
REMOVE BOX SHADOW
 */
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    box-shadow: none !important;
}

.Recent_posts.blog_news ul li {
    margin-bottom: 5px;
}
.Recent_posts.blog_news ul li .desc h6 {
    font-weight: 400;
    color: #f3f1db !important;
    font-size: 0.95em;
}
.Recent_posts.blog_news ul li .desc span {
    font-size: 0.75em;
}

.Recent_posts.blog_news ul li .desc {
    width: calc( 100% - 60px);
    margin-left: 60px;
}

.widget h4 {
    text-transform: uppercase;
    margin-bottom: 30px !important;
}
.icon-margin-8 {
    margin-right: 8px;
}
.subscribe-form {
    text-align: center;
}
.subscribe-form input {
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: -10px auto 24px auto;
    min-width: 300px;
}
.subscribe-form a.button {
    display: inline;
    margin-left: 12px;
    border-radius: 5px;
    padding: 6px 24px 6px 20px;
}
.masonry .post-footer {
    /*background-color: rgba(243,241,219, 0.7);*/
    /*background-color: #b6aa2d;*/
}

/*
login page
 */
button.woocommerce-Button[name="login"] {
    margin: 30px 30px 15px  0!important;
}
.woocommerce-form-login  {
    border: none !important;
}
/*
get in touch
 */
.get_in_touch ul li .icon {
    color: #f3f1db;
}
label, legend {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 1.1em;
}

.light-content .slogan{
    color: #f3f1db !important;
}
.light-content .inside{
    color: #fff !important;
}
.light-content .fancy_heading_line {
    background: none !important;
}
.section-post-intro-share {
    padding-top: 20px;
}
.share-simple-wrapper {
 padding: 30px 0 15px 0;
}
.image_frame .image_wrapper .image_links.double a {
    width: 100%;
}
.image_frame .image_wrapper .image_links.double a.zoom {
    display: none;
}
.widget_product_categories ul {
    background-color: rgba(54,50,42, 0.95) !important;
    color: #b6aa2d;
}
.widget_product_categories ul li a {
    color: #f3f1db !important;
    padding: 14px 10px;
    font-size: 1.05em;
}
.widget_product_categories ul li::after {
    content: "";
    display: block;
    width: 100%;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.1);
    position: absolute;
    left: -30px;
    bottom: 0;
}
.menu-arrow-top #Top_bar .menu > li > a::after {
    border-top-color: #b6aa2d !important;
}
.author-date {
    font-size: 90%;
}
.author-date .date {
    display: block;
}
.post-item h2.entry-title {
    font-size: 120% !important;
}
a.button.checkout .button_label {
    padding: 6px 20px 6px 0 !important;
}
a.button.checkout .button_icon {
     padding: 6px 10px;
 }
.price_slider_amount button {
    padding: 4px 20px !important;
    margin-top: 3px;
}
.search_button {
    padding: 6px 20px 6px 10px !important;
}
.search_button .button_icon {
    margin-right: 8px;
}
.search_button:hover .button_icon i{
    color: #f3f1db !important;
}


/*
Header form
 */
.header-search-form {
    position: relative;
    display: block;
    width: 90%;
    margin: 30px auto 0 auto;
}

/*.header-search-form input::-moz-placeholder {*/
    /*color: #f3f1db !important;*/
/*}*/
/*.header-search-form input::-webkit-input-placeholder {*/
    /*color: #f3f1db !important;*/
/*}*/
/*.header-search-form in:-ms-input-placeholder {*/
    /*color: #f3f1db !important;*/
/*}*/
/*.header-search-form input:-moz-placeholder {*/
    /*color: #f3f1db !important;*/
/*}*/

.header-search-form input{
    display: block;
    width: 100%;
    margin: auto;
    background-color: rgba(0,0,0,0.15) !important;
    border-color: rgba(255,255,255,0.1) !important;
    border-radius: 4px;
    font-size: 16px;
    color: #f3f1db !important;
}
.header-search-form input:focus {
    color: #3A3A3A !important;
}
.header-search-form button{
    border: none;
    border-radius: 0;
    background: none;
    font-size: 1.7em;
    font-weight: 300;
    opacity: .8;
    position: absolute;
    right: -15px;
    top: -3px;
    color: #fff !important;
}
.header-search-form button i{
    color: #f3f1db !important;
}
.header-search-form button:hover i{
    color: #b6aa2d !important;
}

.header-search-form button.no-bg:hover {
    background-color: transparent !important;
    border: none;
}

.masonry-hover-wrapper .desc-wrappper, .masonry-hover-wrapper .zoom {
    display: none;
}
@media screen and (max-width: 400px) {
    #logo img {
        max-width: 240px;
    }
}

ul.post-categories a {
    white-space: nowrap;
}

#Subheader .title {
    line-height: 1 !important;
}
.image-icon-container img {
    max-width : 100px !important;
}
.google-map-container {
    height: 400px;
    width: 100%;
}
.contact-box-link .get_in_touch  {
    background-color: transparent;
    color: #695e4a !important;
    cursor: pointer;
    position: relative;
}

.contact-box-link:hover {
    background-color: rgba(105,94,74, 0.05);
}

.contact-box-link .get_in_touch h3 {
    color: #b6aa2d !important;
}
.contact-box-link .get_in_touch small {
    font-size: 0.8em;
    line-height: 0.7;
}
.contact-box-link .get_in_touch,.contact-box-link ,.contact-box-link .get_in_touch ul {
    color: #695e4a !important;
}
.contact-box-link .get_in_touch a{
    color: #b6aa2d !important;
}
.contact-box-link .get_in_touch ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 8px 0 8px 50px;
    word-wrap: break-word;
}

.contact-box-link .get_in_touch ul li .icon {
    color: rgba(54,50,42, 0.3);
}
.rb {
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
.contact-box-state {
    width: 40px;
    height: 40px;
    background-color: #b6aa2d;
    color: white;
    border-radius: 50%;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 0.8em;
    position: absolute;
    top: 20px;
    right: 20px;
}

#Action_bar {
    background-color: #36322a !important;
}
#Action_bar .contact_details a {
    color: #b6aa2d !important;
}

#Action_bar .slogan {
    color: #f3f1db;
}

#Action_bar .social li a{
    color: #f3f1db !important;
}

.header-classic #Action_bar .contact_details li, .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu {
    padding: 6px 0;
    font-size: 12px;
}

.get_in_touch ul li p{
    margin: 3px 0 0 0;
}

.mm-vertical #Top_bar .menu > li ul {
    min-width: 175px;
}

#Top_bar .menu li ul li ul {
    left: 172px;
}
.product-list-title {
    font-size: 20px;
}

#wpcf7-f4282-p616-o1 .your-email .wpcf7-not-valid-tip, #wpcf7-f621-p616-o1 .your-email .wpcf7-not-valid-tip,
#wpcf7-f4282-p16093-o1 .your-email .wpcf7-not-valid-tip, #wpcf7-f621-p616-o1 .your-email .wpcf7-not-valid-tip{

    top: 35px !important;
    right: 0 !important;
    left: auto !important;
    width: auto !important;
    background: none !important;
    text-indent : 0 !important;
    font-size: 0.9em !important;
}
.footer-fine-print {
    font-size: 0.9em;
}
.footer-fine-print a {
    color : #b6aa2d !important;
}
.woocommerce-order-received address::before {
    width: 0 !important;
    background: transparent !important;
    border-right: none !important;
}
.woocommerce-store-notice, p.demo_store {
    position: fixed;
    background-color: #36322a !important;
    display: block !important;
    padding: 0.5em 0 1em 0 !important;
}
.woocommerce-demo-store {
    margin-top: 0;
}
.hidden-xs {
    display: inline;
}
.hidden-lg {
    display: none;
}
@media (max-width: 768px) {
    .woocommerce-demo-store {
        margin-top: 47px
    }

    .hidden-xs {
        display: none;
    }
    .hidden-lg {
        display: inline;
    }
}
@media (max-width: 520px) {
    .woocommerce-demo-store {
        margin-top: 40px
    }
    .woocommerce-store-notice, p.demo_store {
        height: auto !important;
    }
}
.mobile-search-form {
    display: none;
}

@media (max-width: 768px) {
    .mobile-search-form {
        display: block;
    }
    .woocommerce-ordering .orderby {
        display: none;
    }
}

.mobile-search-form .widget_cs_brands h2 {
    display: none;
}

p.brands-widget-mobile {
    color : #b6aa2d;
    margin-top: 22px;
    margin-bottom: 2px;
}
