.widget-page ul
{
margin-bottom: 20px;
}
.widget-page li
{
background-color: rgba(0, 0, 0, 0.1);
padding: 5px;
margin-bottom: 3px;
}
.widget-page li a
{
text-decoration: none;
color: #039;
line-height: 1.2;
font-weight: bold;
}
.widget-page li a:hover
{
color: #900;
text-decoration: underline;
}
.widget-page, .widget-home
{
margin-top: 20px;
margin-bottom: 20px;
}
.widget-title
{
background-color: #304C60;
height: 36px;
width: 100%;
color: white;
padding-top: 7px;
margin-bottom: 5px;
}
.widget-title p
{
text-align: center;
color: white;
font-size: 18px;
font-weight: bold;
}

/*###########*/
/* TAG CLOUD */
/*###########*/
.tagcloud
{
background-color: rgba(249, 249, 227, 0.6);
margin-bottom: 20px;
padding: 5px;
}
.tagcloud a
{
text-decoration: none;
color: #006;
}
.tagcloud a:hover
{
color: blue;
text-decoration: underline;
}
#wgs_widget-4
{
margin-bottom: 30px;
}
/*###############*/
/* END TAG CLOUD */
/*###############*/



/* ############## */
/* ### MOBILE ### */
/* ############## */
.wrapper-widget-mobile
{
display: none;
background-color: #F1F0E2;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
@media screen and (max-width: 1000px)
{
  .wrapper-widget-mobile
  {
  display: block;
  }
}
.widget-mobile
{
}
.widget-mobile-title
{
background-color: #304C60;
height: 36px;
width: 100%;
color: white;
padding-top: 7px;
margin-bottom: 5px;
}
.widget-mobile-title p
{
text-align: center;
color: white;
font-size: 18px;
font-weight: bold;
}
.wrapper-widget-mobile ul
{
padding-bottom: 30px;
}
.wrapper-widget-mobile li
{
background-color: rgba(0, 0, 0, 0.1);
margin-bottom: 7px;
}
.wrapper-widget-mobile li a
{
display: block;
text-decoration: none;
color: #039;
line-height: 1.2;
font-weight: bold;
padding: 13px;
}
.wrapper-widget-mobile li a:hover
{
color: #900;
text-decoration: underline;
}
/* ################## */
/* ### END MOBILE ### */
/* ################## */


/* ###################### */
/* ### POSTS COMMENTS ### */
/* ###################### */
.wrapper-widget-comments-posts
{
padding-top: 20px;
padding-bottom: 20px;
}
.wrapper-widget-comments-posts ul
{
}
.wrapper-widget-comments-posts li§
{
background-color: rgba(0, 0, 0, 0.1);
padding: 10px;
}
.wrapper-widget-comments-posts li a
{
text-decoration: none;
color: #036;
line-height: 1.2;
font-weight: bold;
padding: 5px;
}
.widget-comments-posts-title
{
background-color: #304C60;
height: 36px;
width: 100%;
color: white;
padding-top: 7px;
margin-bottom: 5px;
}
.widget-comments-posts-title p
{
text-align: center;
color: white;
font-size: 18px;
font-weight: bold;
}
a.dsq-widget-user
{
pointer-events: none;
cursor: default;
margin-left: -15px;
}
p.dsq-widget-meta
{
padding-left: -15px;
}
.dsq-widget-item img
{
pointer-events: none;
cursor: default;
}
.dsq-widget-item a
{
margin-top: 10px;
}
/* ########################## */
/* ### END POSTS COMMENTS ### */
/* ########################## */


/* ##################### */
/* ### PAGE COMMENTS ### */
/* ##################### */
#disqus_thread
{
border: 3px solid rgba(0, 39, 59, 0.08);
margin-top: 40px;
background-color: F0F3F7;
}
/* ######################### */
/* ### END PAGE COMMENTS ### */
/* ######################### */


/* ######################################## */
/* ### MOBILE WIDGET AREA BELOW CONTENT ### */
/* ######################################## */
