/*
Theme Name: davidwoods
Theme URI: http://davidwoods.co.il/
Author: davidwoods
Author URI: http://davidwoods.co.il/
Description: david woods
Version: 4.4.4
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}
.scrollgallery {
    direction: ltr !important;
    margin: 0;
    padding: 0;
}

.sidebar-content .widget .recent-posts li, .sidebar-content .widget .tp_recent_tweets li, .sidebar-content .widget .testimonials.list-view li, .sidebar-content .widget .menu li, .sidebar-content .widget .custom-menu li, .sidebar-content .widget .custom-nav > li, .sidebar-content .widget-custom-nav li li, .sidebar-content .widget_pages li, .sidebar-content .widget_recent_comments li, .sidebar-content .widget_categories li, .sidebar-content .widget_meta li, .sidebar-content .blogroll li, .sidebar-content .widget_archive li, .sidebar-content .widget_recent_entries li, .sidebar-content .widget .st-accordion li, .sidebar-content .widget .contact-info li, .sidebar-content .widget .custom-categories li, .sidebar-content .widget .qts-lang-menu li {
    border-color: rgba(218, 222, 225, 0.7) -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 0px medium medium;
}

h1, .h1-size {
    color: #4e2d0e !important;
    font: 300 38px/100% "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
color: #4E2D0E;}
#main-nav > li:hover > a, #main-nav > li > a:hover, #main-nav > li:hover > a span {
    color: #edf7f9;
}
.gv_galleryWrap {
    background: none repeat scroll 0 0 #fff !important;
    direction: ltr;
    font-size: 10pt;
    position: relative;
}

.navigation-holder {background:#99BBC7}
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}
.footer .menu li,.footer .custom-menu li,.footer .widget_pages li,.footer .qts-lang-menu li {
    display: block;
    margin: 3px;
    padding: 0 0 0;
    position: relative;
}

#acp_toolbarWrap button.acp_hide_toolbar {
    top: 12%;
    background-color: #73BEDB !important;
}



/* טופס נינג'ה*/
#nfopen {
    display: block;
    z-index: 9999999999;
    font-size: 18px;
    position: fixed;
    bottom: 5px;
    left: 20px;
    right: auto;
    cursor: pointer;
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
#nfopen img {
    width: 110px;
}
.nf-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9400;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: url('https://www.davidwoods.co.il/wp-content/uploads/2018/01/close.png'),auto;
}
.nf-container {
    display: none;
    position: fixed;
    z-index: 9500;
    left: 50px;
    bottom: 0;
    background: #fff;
    padding: 15px 20px 15px 20px;
    box-shadow: 0px 3px 28px -4px #2c2c2c;
    border-radius: 7px 7px 0 0;
    width: 25%;
}
.nf-text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
@keyframes example {
    0%   {bottom: 5px;}
    50%  {bottom: 15px;}
    100% {bottom: 5px;}
}
 @media screen and (max-width: 780px) {
.nf-bg , .nf-open, .nf-container {
	display: none !important;
 }}