/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

/*Change website background */
body{
  background-color:#3BAA35!important;
}

/* Hide the primary navigation by default */
#wrapper #inner-wrapper #navigation {
    display: none !important;
}


/*Toggle styling*/

.shortcode-toggle .toggle-content {
    background: #fff!important;
}

.shortcode-toggle h4 a {
background-color: #3BAA35 !important;
color:#FFFFFF;
}

.shortcode-toggle h4 a:hover {
color:#FFFFFF;
text-decoration:none;
}

/***Download box ***/
.woo-sc-box.download {
    border-color: #3BAA35 !important;
    background-color: #3BAA35 !important;
}

.woo-sc-box.download a:hover{
  color:#006533!important;
}

/*button */
#wrapper .woo-sc-button{
text-transform:none;
margin: 0 .6em 0 0;
background:#006533!important;
}

.woo-sc-button:hover{
background:#3baa35!important;
}

/*Row */
.row {
    display: inline-block;
    width: 100%;
}

/*Remove home page title */
.page-id-4 .title{
display:none;
}

/*Remove footer credit */
#credit {
display:none;
}

/*Remove border from images */
.entry img{
padding: 0px;
border: none;
}

img.bear {
    display: block;
    margin-left:auto;
    margin-right:auto;
}


  /* Left side bar navigation styling */
#nav_menu-2 ul{
list-style:none;
background-color:#006533;
}

#nav_menu-2 li{
padding:10px;
border-bottom: 1px solid #FFFFFF;
}

#nav_menu-2 li:hover{
background:#3BAA35;
}

#nav_menu-2 li a{
color:#fff;
}

#nav_menu-2 li a:hover{
text-decoration:none;
}

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
/* Desktop styles go below this line */


@media screen and ( max-width: 1020px ) {
    /* Show the primary navigation (which shows responsively) */
    #wrapper #inner-wrapper #navigation {
        display: block !important;
    }
    
    /* Hide the side-bar menu (which would appear under the content) */
    #nav_menu-2 {
       display: none;
    }
}
