/*-------------------------------------------
    Custom styles
-------------------------------------------*/

/* on full layout */
#logo { width: 262px; }
#logo h2 { max-width: 262px; }
#hcustom { width: 888px; }
#hcustom .sidebar { max-width: 888px; }
.sidebar-ad-a .widget { max-width: 888px; }

/* on laptop layout */
@media only screen and (min-width: 960px) and (max-width: 1319px) {
#logo { width: 190px; }
#logo h2 { max-width: 190px; }
#hcustom { width: 695px; }
#hcustom .sidebar { max-width: 695px; }
.sidebar-ad-a .widget { max-width: 695px; }
}