/*
Theme Name: Milo
Theme URI: https://madebyminimal.com
Description:
Version: 3.1
Author: Minimal
Text Domain: milo
Domain Path: /languages
*/

/*** Reset ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    background: transparent;
    border: none;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

html, body {
    height: 100%;
}

/*** General Settings ***/
body {
    background: #fff;
    color: #777;
    font-family: AlexBrushRegular,Helvetica, 'Helvetica Neue', Arial, Sans-Serif;
    font-size: 20px;/*vm 14px */
    max-width: 1450px;/*vm 1220px */
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin-bottom: 5px;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

p {
    margin: 0 0 10px 0;
}

element {
    cursor: pointer;
}

a:hover {
    color: #000;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

/*** Text Wrap Around Images ***/

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 4px 12px;
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 12px 4px 0;
}

.aligncenter,
a img.aligncenter {
    display: block;
    margin: 4px auto 4px auto;
}

a img.alignnone {
    margin: 5px 12px 4px 0;
}

/*** CSS IDs ***/
.responsive {
    display: none;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: -20px auto 0;
}

#push {
    clear: both;
    height: 100px;
}

.loading-status {
    display: none;
    position: absolute;
    top: 50%;
/*  padding-left: 20px; */
    background: url('images/loading.gif') no-repeat scroll left center transparent;
    min-height: 24px;
    min-width: 24px;
}

.loading .loading-status {
    display: block;
}

.gallery-photo.loading {
    background: url('images/loading.gif') no-repeat scroll center center transparent;
}

.home #push,
.page-template-page-portfolio-php #push {
    height: inherit;
}

#canvass {
    padding: 40px;
    position: relative;
}

#top {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 297px;
    padding-bottom: 0px;
}

#logo {
    margin: 0 0 40px 0;
}

#logo h1 {
    margin: 0;
}

#logo h1 a.logo {
    display: block;
}

nav#main {
    margin: 0 0 20px 0;
}

.home nav#main {
    margin: 0 0 25px 0;
}

#pagenav ul li {
    display: block;
    margin: 0 0 7px 0;
}

#pagenav ul li a {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 1;
}

#pagenav ul li > a:hover,
#pagenav ul li.current_page_item > a,
#pagenav ul li.current-menu-parent > a,
#pagenav ul li.current-menu-ancestor > a,
#pagenav ul li.current-menu-item a {
    color: #000;
}

#pagenav ul li ul {
    margin: 10px 0 10px 0;
    display: none;
}

#pagenav ul li.current_page_item ul,
#pagenav ul li.current-menu-parent ul,
#pagenav ul li.current-menu-ancestor ul {
    display: none;
}

#pagenav ul li.current-menu-parent ul li ul {
    display: none;
}

#pagenav ul li ul li a,
#pagenav ul li ul li a:hover,
#pagenav ul li ul li.current_page_item a {
    color: #a6a6a6;
}

#pagenav ul li ul li ul li a,
#pagenav ul li ul li ul li a:hover,
#pagenav ul li ul li ul li.current_page_item a {
    margin: 0 0 0 20px;
}

#pagenav ul li ul li a:hover,
#pagenav ul li ul li.current_page_item a {
    text-decoration: none;
}

#pagenav ul.sub-menu {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-top: 25px;
}

.home #pagenav ul.sub-menu + ul.sub-menu,
.page-template-page-portfolio-php #pagenav ul.sub-menu + ul.sub-menu{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}


#pagenav ul.sub-menu + ul.sub-menu {
    margin-top: 20px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    border-top: 0;
}

#mobile-nav {
    display: none;
    background: #000;
    padding: 2%;
}

#linken {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 700;
    text-transform: none;
}

#linken:hover {
    color: #fff;
}

#main-mobile {
    display: none;
    padding: 15px 0 0 0;
}

#main-mobile ul li {
    display: block;
    margin: 7px 0 7px 0;
}

#main-mobile ul li a {
    display: block;
    font-size: 20px;
    color: #e1e1e1;
}

#main-mobile ul li:hover a {
    color: #fff;
}

#main-mobile ul li ul {
    margin: 0 0 0 15px;
}

#main-mobile ul li ul li a {
    font-size: 15px;
}

#main-mobile ul li:hover ul li a {
    color: #e1e1e1;
}

#main-mobile ul li:hover ul li:hover a {
    color: #fff;
}

#content-area {
    width: auto;
    margin: 0 292px 0 340px;
}

.page-template-page-blog-php #content-area,
.single #content-area,
.archive #content-area,
.blog #content-area {
    margin-right: 0;
}

.page-template-page-projects-php {
    max-width: 100%;
}

#content-area.fullwidth {
    margin: 0 0 0 340px;
}

#content-area.projects {
    margin: 0 0 0 340px;
}

.home #content-area,
.page-template-page-portfolio-php #content-area {
    margin: 0 0 0 340px;
}

#content-area .content {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #777777;
    line-height: 23px;
    margin-bottom: 176px;
}

#content-area .content.contentfull {
    width: inherit;
    float: none;
}

#content-area .content h1.page-title {
    color: #000000;
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

#content-area .content h1.post-title a {
    color: #000000;
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 18px;
    text-decoration: none;
}

#content-area .content .entry {
    margin-top: 70px;
	clear: both;
}

#content-area .content .entry:first-child {
    margin-top: 0;
}

#content-area .content .entry .date-meta {
    font-size: 16px;
    color: #000;
    margin-bottom: 14px;
}

#content-area .content .entry .date-meta a {
    color: #777777;
}

#content-area .content .entry a.read-more,
#content-area .content .entry p a {
    color: #bb0606;
}

#content-area .content .entry h2 {
    font-size: 24px;
    margin: 25px 0;
    color: #000;
}

#content-area .content .entry h3 {
    font-size: 19px;
    margin: 25px 0;
    color: #000;
}

#content-area .content .entry h4 {
    font-size: 16px;
    margin: 25px 0;
    color: #000;
}

#content-area .content img {
    margin-bottom: 22px;
    display: block;
    width: auto !important;
}

.wp-caption {
    max-width: 100%;
}

#content-area .content ul{
    list-style: circle;
    margin-left: 40px;
}

#content-area .content li{
    margin-bottom: 10px;
}

#content-area .content p{
    line-height:1.6em;
    margin-bottom:22px;
}

#content-area .content .caption {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    margin: 20px 20px;
    text-align: center;
}

#content-area .content .caption {
    border-bottom: 1px solid #BDBDBD;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 25px;
}

#content-area .content blockquote, #content-area .content address {
    border-left: 5px solid #BB0606;
    color: #6A6A6A;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 1.1em;
    margin: 0 0 30px;
    padding: 0 25px;
}

#content-area .content code {
    font-family: "Courier New", Courier, serif;
    overflow: auto;
    padding: 2px;
    background: #fff;
}

#content-area .content pre code {
    background: none;
}

#content-area .content pre {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    overflow: auto;
    border: 1px solid #e4e4e4;
}

#content-area .sidebar {
    width: 260px;
    top: 30px;
    position: absolute;
    right: 40px;
}

#content-area .sidebar .widget {
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
    margin-bottom: 30px;
}

#content-area .sidebar .widget:first-child {
    border-top: 0;
    padding-top: 0;
}

#content-area .sidebar h3.widget-title {
    font-size: 22px;
    color: #000;
    margin-bottom: 32px;
    margin-top: 11px;
    line-height: 18px;
}

#top .sidebar { 
	display:none;
    width: 297px;
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}

#top .sidebar .widget {
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
    margin-bottom: 30px;
}

#top .sidebar .widget:first-child {
    border-top: 0;
    padding-top: 0;
}

#top .sidebar h3.widget-title {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 18px;
}

.page-template-page-blog-php #top .sidebar,
.single #top .sidebar,
.archive #top .sidebar,
.blog #top .sidebar {
    display:block;
}

#gallery-wrap {
    position: relative;
}

#gallery-wrap.show-thumbs #gallery-start,
#gallery-wrap.show-thumbs .slide-overlays,
#gallery-wrap.show-thumbs #slide-controls {
    display: none;
}

#gallery-wrap #slide-thumbs {
    display: none;
}

#gallery-wrap.show-thumbs #slide-thumbs {
    display: block;
}

#gallery-wrap.show-thumbs #slide-thumbs .thumb-wrapper {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

#gallery-start .caption {
   width: 100%;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    bottom: -58px;
}

#gallery-start .caption h2 {
    font-size: 18px; /* vm 15px*/
    color: #999;
}

#gallery-start .caption p {
    font-size: 16px; /* vm 12px*/
    color: #999;
}

#gallery-start .gallery-photo {
    width: 100%;
    text-align: center;
    display: none;
}

/* Home Page Slide Controls - No Display */

.home #slide-controls .show-thumbnails {
    display: none;
}

.home #slide-controls a {
    display: none;
}

.home #slide-controls span.slidecontline {
    display: none;
}

.home #slide-controls span {
    display: none;
}

/* Standard Slide Controls */

#slide-controls {
    display:none;
	font-family: Helvetica, 'Helvetica Neue', Arial, Sans-Serif; /*vm none before*/
}

#slide-controls a {
    font-size: 11px;
    color: #777777;
    text-transform: uppercase;
}

#slide-controls span {
    font-size: 10px;
    color: #999999;
}

#slide-controls span.slidecontline {
    padding:0 5px;
}

#slide-controls a.prev, #slide-controls a.next {
	
    color: #999999;
}

#slide-controls a.disable {
    color: #777777;
}

#slide-controls .show-thumbnails {
    display: block;
    margin-bottom:10px;
    margin-top: 0px;
}

#slide-thumbs img {
    cursor: pointer;
    vertical-align: top;
    float: left;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    border: 5px solid #fff;
    background-color: none;
}

#slide-thumbs img:hover {
    opacity: 0.8 !important;
}

#footerwrap {
    position: fixed;
    background: #000;
    color: #fff;
    height: 40px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

#footer {
    padding: 0 40px;
}

#copy {
    margin: 12px 0 0 0;
    font-size: 15px;
}

#socials {
    margin: 13px 0 0 0;
}

#socialnav ul li {
    display: inline-block;
    margin: 0 0 0 3px;
}

#socialnav ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
}

#socialnav ul li a:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
}

#langsel {
    margin: 12px 0 0 0;
	/*font-family: 'Arial';*/
    font-size: 14px;
}


#langsel ul li {
    display: inline-block;
    margin: 0 0 0 3px;
}

#langsel ul li a {
    display: block;
    color: #999999;
    padding-left: 20px;
  
}

#langsel ul li.active a {
   
    color: #000000;
   
}



/*** CSS Classes ***/
* html .clearfix {
    height: 1%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.container {
    margin: 0 auto;
    width: 1000px;
}

.comment-area {
}

.hidden {
    display: none;
}

/* Image Alignment */
img.alignright {
    float: right;
    margin: 0 0 0 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 0 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 0 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 0 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: 'social';
    src:url('fonts/social.eot');
    src:url('fonts/social.eot?#iefix') format('embedded-opentype'),
        url('fonts/social.woff') format('woff'),
        url('fonts/social.ttf') format('truetype'),
        url('fonts/social.svg#social') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cursor';
    src:url('fonts/cursor.eot');
    src:url('fonts/cursor.eot?#iefix') format('embedded-opentype'),
        url('fonts/cursor.ttf') format('truetype'),
        url('fonts/cursor.woff') format('woff'),
        url('fonts/cursor.svg#cursor') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'cursor';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e3b1";
}
.icon-arrow-left:before {
    content: "\e3b3";
}
.icon-grid:before {
    content: "\e2a2";
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'social';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-twitter, .icon-facebook, .icon-google-plus, .icon-linkedin, .icon-feed, .icon-tumblr, .icon-vimeo2, .icon-flickr, .icon-instagram, .icon-pinterest, .icon-youtube, .icon-menu, .icon-plus, .icon-minus {
    font-family: 'social';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
    content: "\e000";
}
.icon-facebook:before {
    content: "\e001";
}
.icon-google-plus:before {
    content: "\e002";
}
.icon-linkedin:before {
    content: "\e003";
}
.icon-feed:before {
    content: "\e004";
}
.icon-tumblr:before {
    content: "\e005";
}
.icon-vimeo2:before {
    content: "\e007";
}
.icon-flickr:before {
    content: "\e008";
}
.icon-instagram:before {
    content: "\e009";
}
.icon-pinterest:before {
    content: "\e006";
}
.icon-youtube:before {
    content: "\e00c";
}
.icon-menu:before {
    content: "\e00d";
}
.icon-plus:before {
    content: "\e00e";
}
.icon-minus:before {
    content: "\e00f";
}

.entry-comments h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.slide-overlays {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-overlays .next,
.slide-overlays .prev {
    width: 40%;
}

.slide-overlays .next {
    left: 60%;
}

.slide-overlays .prev {
    left: 0;
}

.slide-overlays .show-thumbnails {
    width: 20%;
    left: 40%;
}

.slide-overlays .next,
.slide-overlays .prev,
.slide-overlays .show-thumbnails {
    height: 94%;
    display: block;
    position: absolute;
    z-index: 9999;
    background: url(images/blank.gif) top left;
    cursor: none;
}

.slide-overlays #cursor {
    position: absolute;
    z-index: 9998;
    background-color: #fff;
    font-family: 'cursor';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
   border-radius: 3px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 48px;
    color: #000000;
    opacity: 0.4;
}

.slide-overlays .icon-thumb:before {
    content: '\e2a2';
}

.slide-overlays .icon-next:before {
    content: '\e3b1';
}

.slide-overlays .icon-prev:before {
    content: '\e3b3';
}

.am-wrapper {
    float: left;
    position: relative;
    overflow: hidden;
}
.am-wrapper img {
    position: absolute;
    outline: none;
}

.gallery-photo img {
    vertical-align: middle;
}

.responsive .gallery-photo img {
    background-color: #DBDBDB;
}

.thumb-wrapper {
    background-color: #AFAFAF;
}

.widget-search #s {
    border: 1px solid #DFDFDF;
    color: #777777;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    width: 238px;
}

/* Comments */


ol#commentslist {
    margin: 0 0 0 0px;
    list-style: none;
    padding: 0;
    padding: 0;
}

#commentslist .children li {
    padding: 15px 0 0 30px;
    background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
    border-left: 1px solid #e3e3e3;
}

.comment {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}

.comment .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

#commentForm label {
    padding-left: 20px;
}

.comment h5 {
    margin: 0 0 0 80px;
    padding: 0;
}

.comment .date {
    margin: 0 0 10px 80px;
    display: block;
    color: #a5a5a2;
    font-style: italic;
    font-size: .75em;
}

.comment p {
    margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
    margin: 0 0 0 80px;
    font-size: .75em;
}

.comment-reply {
    display: inline-block!important;
    padding: 0 0 0 10px;
}

#comment-add {
    position: absolute;
    top: -5px;
    right: 0px;
}

.moderation {
    margin: 0px;
    padding: 0 0 10px 25px;
}

#trackbacks ul {
    margin: -5px 0 15px;
}

#trackbacks ul li {
    padding: 5px 0 5px 20px;
}

/* Pagination */

.pagination{
    margin-top: 100px;
}

.pagination .prev{
    float:left;
}

.pagination .next{
    float:right;
}

/* General Form Styles */

.entry-comments input[type=text],
.entry-comments textarea {
    border: 1px solid #DFDFDF;
    padding: 5px;
    margin-bottom: 5px;
}

.entry-comments input[type=submit] {
    padding: 10px 20px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, input[type="password"] {
	border: 1px solid #DFDFDF;
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 15px;
    padding: 10px 12px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, input[type="password"]:focus {
    outline: medium none;
}
input[type="radio"] {
    cursor: pointer;
    margin-left: 1px;
}
input[type="radio"] + label {
    color: #928781;
    cursor: pointer;
    display: inline;
    font-weight: normal;
    margin-left: 5px;
}
input[type="submit"] {
    background-color: #FFCC33;
    background-position: 80% center;
    background-repeat: no-repeat;
    border: medium none;
    color: #202020;
    cursor: pointer;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    padding: 5px 15px 5px 15px;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

/* Contact Form 7 Plugin Styles */

.wpcf7 input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
    border: 1px solid #DFDFDF;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
    margin-bottom: 5px;
}

.wpcf7 input[type="submit"] {
    background-color: #FFCC33;
    background-position: 80% center;
    background-repeat: no-repeat;
    border: medium none;
    color: #202020;
    cursor: pointer;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    padding: 5px 15px 5px 15px;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.8;
}

/* WooCommerce Styles */

#content-area .products {
    margin-left: 0 !important;
}

#content-area .products li {
    margin-bottom: 34px;
}

#content-area .woocommerce-pagination li {
    margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	width: 40%;
}

.woocommerce-page #top .sidebar {
	border-top: none;
	padding-top: 0;
}

/* WooSidebar Plugin Styles */

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
	color: inherit;
}

/* Miscellaneous Styles */

#logo a img {
    max-width: 297px;
    height: auto;
}

#page .gallery-desc {
    display: none;
}

#top .sidebar.gallery .widget {
    margin-bottom: 10px;
    margin-top: 10px;
}

#top .sidebar.gallery {
    display: block;
    border-top: 0;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-top: 0px;
    margin-bottom: 25px;
}

.home #pagenav {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.home #top .sidebar.gallery {
    border-top: 1px solid #E0E0E0;
    border-bottom: 0;
}
#categories-3 > label{display:none}