/*
Theme Name:     NWD Custom Theme - Bear Chasers
Description:    style to take precedence over selected theme enforced options
Author:         Northwwoods Web Designs
Author URI:     http://www.northwoodswebdesigns.com
Version:        1.6
*/
/* -------------------------------------------------------------- */
/*PAGE SPECIFIC

-----------------------------------------------------------------------------*/
/*global*/

#bottom-footer {    background: #7e4d2c;}
#primary {
 
    padding: 3em 2em 2em 0em;
	}

/*new 2022*/
.entry-content .wp-block-image img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
     box-shadow: 5px 5px 4px #473f3f;
	     margin: 5px;
}
.home .entry-content .wp-block-image img {

    min-width: 150px;

}
.entry-content h2 {margin-bottom:0.7em;}
.wp-block-gallery  {margin:1px !important;}
.wp-block-gallery  img{margin:4px !important;}

/*weather*/
.weather-right--type1:first-of-type {
    width: 237px !important;
	}
element.style {/*required, default is dyanmic set minimum*/
    height: 100%;
}
#primary { /*sidebar*/
    background-color: #F1DA8E;
}
#primary, #secondary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:none;
    border-style: none none none none;
    border-width:none;
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 20px;
    width: 250px;
}
/*MENU*/
#access ul li { /*not active*/
    background-color: #7e4d2b;/*dark brown*/
}
#access ul li a{ color: #f1da8e !important;}
#access ul li a:hover{ 	color: #d9bb58 !important;}

/*SIDEBAR*/
/*change text area in widget */
.widget-title {
    background-color: #7e4d2b;
    border-radius: 4px 4px 4px 4px;
     -moz-border-radius: 4px; /*firefox compatible*/
     -webkit-border-top-left-radius: 4px 4px; /*safari compatible*/
     -webkit-border-top-right-radius: 4px 4px;/*safari compatible*/
    color: #d9bb58;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: -3px;
    padding: 4px 10px 4px 15px;
    text-align: left;
    width: 100%;
     font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.widget-area a:link, .widget-area a:visited {
    color: #7e4d2b;
    font-size: 12px;
    text-decoration: none;
    word-wrap: break-word;
}
.widget-area a:hover {
    color: #7f0d0d;
    font-size: 13px;
    text-decoration: none;
}
.widget-area strong {/*highlight key attributes red*/
    color: #883232;
}
.textwidget{font-size:13px}

/*size font on pages(ORIGINAL
#content p, #content ul, #content ol {
    font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} */
/*Main Content Style Font / Size*/
#content p, #content ul, #content ol {
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 15px;
}

/*footer*/
.links-col3 a {color:#f1da8e; background-image: url("../../../images/footerbearsmall.jpg"); background-repeat:no-repeat; background-position:center; padding:20px 20px 20px 20px;}
.links-col3 a:hover {color:#d9bb58;}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width : 480px) {
/* Styles */
}

/* tablets (portrait and landscape) ----------- */

@media only screen and (max-width : 1024px) {
/* Styles */
}

/* laptops & desktops (portrait and landscape) ----------- */

@media only screen and (min-width : 1024px) {
/* Styles */
body #wrapper {width:1000px !important;}
#header {    background-size: 1002px;}



}


/* Desktops and laptops ----------- */

@media only screen  and (min-width : 1224px) {

/* Styles */
}

/* Large screens ----------- */

@media only screen  and (min-width : 1824px) {
/* Styles */

}