/*
 Theme Name:   Daiquiri Child Theme
 Theme URI:    http://the-daiquiri.themerex.net/
 Description:  Daiquiri Child Theme
 Author:       ThemeREX
 Author URI:   http://themerex.net/
 Template:     daiquiri
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  daiquiri
*/


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

/*header*/

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: #705237 !important;
    padding: 17px 57px;
    border: 1px solid #fff !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px !important;
}

ul#sc_layouts_menu li a {
    color: #fff !important;
}

.scheme_default .sc_layouts_menu_nav>li>a {
    color: #fff !important;
}
.scheme_default .sc_layouts_menu_nav>li.menu-item.current-menu-parent>a, .scheme_default .sc_layouts_menu_nav>li.menu-item.current-menu-ancestor>a {background: #705237 !important;}


/*sticky*/
.vc_row.wpb_row.vc_row-fluid.extra-margin.vc_custom_1519376327580.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex.sc_layouts_row.sc_layouts_row_type_normal.sc_layouts_row_fixed.sc_layouts_hide_on_mobile.sc_layouts_row_fixed_on {
    display: none;
}


/*formerror*/

.wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 7%;
    padding: 4px;
}

/*singlepageblog*/

.scheme_default .post_item_single .post_header .post_meta_item a {
    pointer-events: none !important;
}

.scheme_default .post_item_single .post_meta_item a {
    pointer-events: none !important;
}

a.post_meta_item.post_counters_item.post_counters_comments.trx_addons_icon-comment {
    pointer-events: none !important;
}

a.post_meta_item.post_counters_item.post_counters_emotions.trx_addons_icon-angellist {
    pointer-events: none !important;
}

.post_item_single .post_content > .post_meta_single .post_share {
    display: none;
}

div#trx_addons_emotions {
    display: none;
}



/*responsive*/


@media only screen and (max-width: 1000px) and (min-width: 320px)  {
	
	.sc_content_width_1_1 {
    width: 80% !important;
}

.sc_layouts_menu_mobile_button .text_line_menu {
    color: #fff !important;
}

span.sc_layouts_item_icon.sc_layouts_iconed_text_icon.trx_addons_icon-menu {}

.scheme_default .sc_layouts_menu_mobile_button .sc_layouts_item_link .sc_layouts_item_icon {
    border-color: #fff !important;
}
	
}






