<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name: Shurgard theme
 * Theme URI: https://udesigntheme.com/envato-market/
 * Description: This is a child theme of U-Design for Shurgard.
 * Author: BeTheWave
 * Author URI: https://www.bethewave.be
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/*********** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ***********/
body {
    /*margin-top: inherit;*/
    background-color: #fff;
}
#wrapper-1 {
    background-color: inherit;
}
#top-wrapper {
    background-color: inherit;
}
#logo {
    position: relative;
    top: 0;
    padding-left: 0;
}

#logo h1 {
    padding-left: 20px;
}

#logo h1 a, #logo .site-name a {
    text-indent: 0;
    color: #CE1126;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 71px;
    background-position-y: 0;
    height: auto;
    margin-left: 10px;
    /* Fix Position */
    text-align: justify;
    letter-spacing: 1px;
}

#logo h1 a:after,
#logo .site-name a:after {
    content: "";
    display: inline-block;
    width: 100%;
}

#main-menu {
    /*margin-top: -32px;*/
    height: 114px;
}

#main-menu #navigation-menu {
    margin-top: 40px;
}

#main-menu #navigation-menu ul#main-top-menu li {
    font-size: 15px;
    font-weight: bold;
}

/*#navigation-menu &gt; ul.sf-menu {*/
/*    margin-left: 305px;*/
/*    margin-right: 100px;*/
/*}*/

#main-menu {
    background-color: #fff;
}

#main-menu::before {
    display: none;
}

#main-menu #navigation-menu ul#main-top-menu li:last-child {
    color: #000;
}

#main-menu #navigation-menu ul#main-top-menu li:last-child:after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #000;
    bottom: 0;
    margin-left: 20px;
}

#navigation-menu ul.sf-menu &gt; li &gt; a {
    padding: 0 10px 0 10px;
}

#navigation-menu ul.sf-menu &gt; li &gt; a &gt; span {
    padding-left: 10px;
    color: #5a5a5a;
    letter-spacing: 1px;
    font-weight: normal;
}

#navigation-menu ul.sf-menu &gt; li.current-menu-item &gt; a &gt; span,
#navigation-menu ul.sf-menu &gt; li.current_page_item &gt; a &gt; span {
    color: #000;
}


#home-page-content::before, #page-content::before, #footer-bg::before {
    display: none;
}

#top-wrapper {
    border-bottom: 1px solid #e7e7e7;
}

#footer-bg {
    border-top: 1px solid #e7e7e7;
}

#home-page-content, #page-content, .no_title_section #page-content {
    background-color: #fff;
}

#main-content .main-content-padding {
    padding: 0 100px;
}

#header-content .header-content-padding {
    padding: 0 100px;
}

#home-page-content {
    background-color: #f7f7f7;
}

#content-header {
    background-color: #fff;
}

/* Shurgard Locator */
#top-elements .grid_5 {
    text-align: right;
}

.find-storage-bg {
    margin-top: 40px;
    width: 100%;
    text-align: right;
}
.find-storage-bg h3 {
    display: none;
}
.find-storage-bg .searchinput {
    position: relative;
    display: inline-block;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 5px 10px 5px 10px;
}

.find-storage-bg .name {
    font-size: 14px;
    line-height: 25px;
    border: 0;
    display: inline-block;
    width: 140px;
}
.find-storage-bg .lblSearchbox {
    display:none
}
.find-storage-bg .shurgard-button {
    display: inline-block;
    border: none;
    background: none;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}

.blog-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    clear: both;
}

.blog-listing article {
    width: 414px;
    display: inline-block;
    position: relative;
    margin-bottom: 100px;
}

.blog-listing article .entry-link {
    position: absolute;
    bottom: -70px;
    background-color: #fff;
    width: 374px;
    height: 145px;
    left: 20px;
    right: 20px;
}

.blog-listing article .entry-link .post-content {
    text-align: center;
}

.blog-listing article .entry-link .post-content .post-primary-category {
    padding-top: 20px;
    color: #CE1126;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
}

.blog-listing article .entry-link .post-content h2 {
    color: #0c090d;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.blog-listing article .entry-link .post-content .postmetadata {
    color: #0c090d;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.blog-listing article .entry-link .post-excerpt {
    display: none;
    background-color: #CE1126;
    box-shadow: 0 10px 10px 0 rgba(12,9,13,0.02);
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.blog-listing article:hover .entry-link .post-excerpt {
    display: block;
}

.blog-listing article .entry-link .post-excerpt .read-more {
    padding-top: 11px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

/* styles for '...' */
.block-with-text {
    display: block;
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 24px;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 72px;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: center;
}

.custom-frame-wrapper .custom-frame-padding {
    padding: 0;
    border: none;
}

#home-page-content .custom-frame-wrapper a,
#home-page-content .custom-frame-wrapper a:hover,
#home-page-content .custom-frame-wrapper a:focus {
    border-bottom: none;
}

.single-post #content-header {
    display: none;
}

.single-post #page-content {
    background-color: #f9f9f9;
}

/* Pagination */
.wp-pagenavi {
    text-align: center;
    margin: 30px 0 100px 0;
}

.wp-pagenavi a, .wp-pagenavi a:link {
    background: none;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:hover,
.wp-pagenavi a:visited{
    border: none !important;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wp-pagenavi a.page, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0;
    margin: 0;
    width: 26px;
    height: 36px;
    border: none;
    color: #0c090d;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    vertical-align: bottom;
    display: inline-block;
    padding: 5px;
    background-color: transparent;
}

.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
    vertical-align: bottom;
    width: 36px;
    height: 36px;
    background-color: #0c090d;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    overflow: hidden;
    text-indent: -3000px;
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
}

.wp-pagenavi a.first {
    background-image: url('images/icon-left-double-arrow.svg');
}

.wp-pagenavi a.previouspostslink {
    background-image: url('images/icon-left-arrow.svg');
}

.wp-pagenavi a.nextpostslink {
    background-image: url('images/icon-right-arrow.svg');
}

.wp-pagenavi a.last {
    background-image: url('images/icon-right-double-arrow.svg');
}

.wp-pagenavi span.current {
    font-weight: 600;
    border: none;
}

/* Category filter*/
.category-filter {
    margin-bottom: 30px;
}

.category-filter &gt; div &gt; span {
    height: 20px;
    padding-right: 30px;
    background-image: url('images/icon-drop.svg');
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: 10px;
    background-size: 10px;
}

/* Search block */
#searchform .searchinput {
    position: relative;
    display: inline-block;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 5px 10px 5px 20px;
}

#searchform .name {
    font-size: 14px;
    line-height: 25px;
    border: 0;
    display: inline-block;
    /*width: 300px;*/
}
#searchform .screen-reader-text {
    display:none
}
#searchform .shurgard-button {
    display: inline-block;
    border: none;
    background: none;
    cursor: pointer;
    vertical-align: middle;
}

.inline-search-form form {
    width: 100%;
    text-align: center;
}

.widget_search input#search-field,
.inline-search-form input#search-field {
    width: 300px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/* Dropdown Content (Hidden by Default) */
.category-filter {
    text-align: right;
}

.blog-listing-header {
    margin: 26px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
/* Dropdown Button */
.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#category-listing {
    list-style-type: none;
    margin-top: 30px;
}

#category-listing &gt; li {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding: 20px;
}

#category-listing &gt; li &gt; ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
}

#category-listing &gt; li &gt; ul &gt; li {
    width: 50%;
    display: inline-block;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

/* Footer */
.subscribe_widget {
    text-align: center;
}

.subscribe_widget h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    color: #0c090d;
    margin-bottom: 30px;
    margin-top: 50px;
}

.subscribe_widget form {
    margin-bottom: 50px;
}

.subscribe_widget form * {
    text-align: center;
    font-family: Hind;
}

.sbscrbr-email-wrap input {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.sbscrbr-email-wrap input:focus::placeholder {
    color: transparent;
}

.sbscrbr-label-wrap {
    font-size: 18px;
    color: #0c090d;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sbscrbr-form-error,
.sbscrbr-form-done {
    font-size: 18px;
    line-height: 28px;
}

.sbscrbr-unsubscribe-wrap {
    display: none;
}

.sbscrbr-email-wrap {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.sbscrbr-email-wrap input {
    height: 54px;
    width: 300px;
}

.sbscrbr-submit-block {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    margin-left: -3px;
}

.sbscrbr-submit-block input {
    display: inline-block;
    background-color: #000;
    color: #fff;
    position: relative;
    vertical-align: top;
    width: 146px;
    height: 54px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border: 0;
    cursor: pointer;
}

/* Other countries menu */
#other-countries-menu {
    background-color: #fff;
    border-top: 2px solid #f2f2f2;
}

.other-countries {

}

.other-countries h3 {
    display: none;
}

.other-countries ul#menu-country-menu {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.other-countries ul#menu-country-menu li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    margin-left: 0;
}

.other-countries ul#menu-country-menu li+li:before {
    content: '|';
    opacity: .5;
    width: auto;
    height: auto;
    display: inline;
    margin-right: 10px;
}

/* Footer */
#bottom-bg {
    border-top: 2px solid #de1e33;
    background-color: #6F6F6F;
}

.social-icons {
    margin: 10px 0 10px 0;
    text-align: right;
}

h3.bottom-col-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

#bottom .widget_nav_menu li a {
    background: transparent;
    font-size: 16px;
}

h3.bottom-col-title {
    background: transparent;
}

#bottom .widget_recent_entries li a:before,
#bottom .widget_categories li a:before,
#bottom .widget_pages li a:before,
#bottom .widget_subpages li a:before,
#bottom .widget_archive li a:before,
#bottom .widget_links li a:before,
#bottom .widget_rss li a:before,
#bottom .widget_meta li a:before,
#bottom .loginform li a:before,
#bottom .widget_nav_menu li a:before {
    display: none;
}

#bottom .widget_recent_entries li a,
#bottom .widget_categories li a,
#bottom .widget_pages li a,
#bottom .widget_subpages li a,
#bottom .widget_archive li a,
#bottom .widget_links li a,
#bottom .widget_rss li a,
#bottom .widget_meta li a,
#bottom .loginform li a,
#bottom .widget_nav_menu li a {
    padding: 8px 0 0 3px;
}

#bottom .menu &gt; li &gt; a {
    font-weight: 600;
}

#bottom .custom-formatting ul ul li a {
    padding: 3px 0 0 3px !important;
}

#bottom a:hover {
    color: inherit;
    text-decoration: underline;
}

#bottom .custom-formatting ul.menu &gt; li+li {
    margin-top: 20px;
}

#footer-bg {
    background-color: #0c090d;
}

#footer_text {
    text-align: center;
    font-size: 16px;
}

#menu-footer {
    list-style-type: none;
}

#menu-footer li {
    display: inline-block;
    margin-right: 15px;
}

#menu-footer li {
    margin-left: 0;
    margin-bottom: 0;
}

#menu-footer li+li:before {
    margin-right: 15px;
    content: '|';
    opacity: .5;
    width: auto;
    height: auto;
    display: inline;
}

#footer a:hover, 
#footer_text a:hover {
    color: #de1e33;
}

/* Content */
#home-page-content a, #other-countries-menu a {
    color: rgb(111, 111, 111);
    -webkit-transition: all .8s cubic-bezier(.23,1,.32,1);
    transition: all .8s cubic-bezier(.23,1,.32,1)
}

#home-page-content a:hover, #other-countries-menu a:hover,
#home-page-content a:focus, #other-countries-menu a:focus {
    text-decoration: none;
    color: #de1e33;
    border-bottom-color: #de1e33;
    border-bottom: 1px solid;
}

a,
#isotope-options li a:hover,
#isotope-options li a.selected,
h3.accordion-toggle.active a {
    color: #de1e33;
}

/* Search result page */
h3 a {
    color: #de1e33;
}

/* Sticky header */
#top-wrapper {
    position: sticky;
    top: 0;
}

.admin-bar #top-wrapper {
    top: 32px;
}

/* Icomoon */
@font-face{
    font-family:icomoon;
    font-display:swap;
    src:url(fonts/icomoon.woff) format('woff');
    font-weight:400;
    font-style:normal
}
[class*=" icon-"],
[class^=icon-] {
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-facebook:before{content:"\e904"}
.icon-twitter:before{content:"\e905"}
.icon-youtube:before{content:"\e906"}
.icon-linkedin:before{content:"\e907"}
.icon-pinterest:before{content:"\e908"}

.btn-facebook{
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    border-bottom:0;
    border-bottom-color:transparent!important;
    font-size:0;
    display:inline-block;
    vertical-align:top;
    width:26px;
    height:26px;
    background-color:#a9a9a9;
    border-radius:26px;
    color:#fff!important;
    text-align:center;
    line-height:26px;
    text-decoration:none!important;
    margin-right:1px
}

.btn-facebook:before {
    font-size: 14px
}

.btn-facebook:focus, .btn-facebook:hover {
    text-decoration: none;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    background-color: #c3c3c3
}

.btn-facebook:before {
    content: "\e904"
}

.btn-twitter {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    background-color: #a9a9a9;
    border-radius: 26px;
    color: #fff !important;
    text-align: center;
    line-height: 26px;
    text-decoration: none !important;
    margin-right: 1px
}

.btn-twitter:before {
    font-size: 14px
}

.btn-twitter:focus, .btn-twitter:hover {
    text-decoration: none;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    background-color: #c3c3c3
}

.btn-twitter:before {
    content: "\e905"
}

.btn-youtube {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    background-color: #a9a9a9;
    border-radius: 26px;
    color: #fff !important;
    text-align: center;
    line-height: 26px;
    text-decoration: none !important;
    margin-right: 1px
}

.btn-youtube:before {
    font-size: 14px
}

.btn-youtube:focus, .btn-youtube:hover {
    text-decoration: none;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    background-color: #c3c3c3
}

.btn-youtube:before {
    content: "\e906"
}

.btn-linkedin {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    background-color: #a9a9a9;
    border-radius: 26px;
    color: #fff !important;
    text-align: center;
    line-height: 26px;
    text-decoration: none !important;
    margin-right: 1px
}

.btn-linkedin:before {
    font-size: 14px
}

.btn-linkedin:focus, .btn-linkedin:hover {
    text-decoration: none;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    background-color: #c3c3c3
}

.btn-linkedin:before {
    content: "\e907"
}

.btn-pinterest {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    background-color: #a9a9a9;
    border-radius: 26px;
    color: #fff !important;
    text-align: center;
    line-height: 26px;
    text-decoration: none !important;
    margin-right: 1px
}

.btn-pinterest:before {
    font-size: 14px
}

.btn-pinterest:focus, .btn-pinterest:hover {
    text-decoration: none;
    border-bottom: 0;
    border-bottom-color: transparent !important;
    background-color: #c3c3c3
}

.btn-pinterest:before {
    content: "\e908"
}

/* Single post content */
.single-post .postmetadata {
    opacity: .4;
    color: #0c090d;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.single-post #page-title {
    text-align: center;
}

.single-post #page-title h1 {
    color: #0c090d;
    font-size: 40px;
    font-weight: 300;
    line-height: 54px;
    text-align: center;
    max-width: 718px;
    margin:auto !important;
    margin-bottom: 45px !important;
}

.single-post .shurgard-post-image-container {
    position: relative;
    padding: 0 15px;
    margin-bottom: 70px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.single-post .shurgard-post-image {
    width: 100%;
    z-index: 2;
    position: relative;
}

.single-post .shurgard-post-image-container:after {
    content: ' ';
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    top: 128px;
    /*background-color: #CE1126;*/
    background-color: transparent;
    display:block;
    z-index: 1;
}

.single-post .postmetadata-categories {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 30px;
    vertical-align: bottom;
}

.single-post .categories-link-divider {
    padding-right: 25px;
}

.single-post .postsocialshare {
    margin: 0 30px;
    display:inline-block;
}

.single-post .postsocialshare .postsocialshare-facebook,
.single-post .postsocialshare .postsocialshare-twitter,
.single-post .postsocialshare .postsocialshare-pinterest {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -50000px;
}

.single-post .postsocialshare a {
    width: 40px;
    height: 40px;
}

.single-post .postsocialshare .postsocialshare-facebook {
    background-image: url('images/icon-facebook.svg');
}

.single-post .postsocialshare .postsocialshare-twitter {
    background-image: url('images/icon-twitter.svg');
}

.single-post .postsocialshare .postsocialshare-pinterest {
    background-image: url('images/icon-pinterest.svg');
}


.single-post .postmeta-container {
    text-align: center;
    margin-bottom: 50px;
}

.single-post .entry {
    max-width: 800px;
    color: #0c090d;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: auto;
}

.single-post .entry h2,
.single-post .entry h3,
.single-post .entry h4,
.single-post .entry h5,
.single-post .entry h6 {
    text-transform: uppercase;
    color: #CE1126;
}

.single-post #comments {
    max-width: 800px;
    margin: auto;
}

.single-post #respond {
    max-width: 800px;
    margin: auto;
}

.single-post #respond .submit {
    background: #0c090d;
    color: #fff;
    padding: 20px;
    border: none;
    text-transform: uppercase;
}

.single-post #respond .comment-form-cookies-consent {
    display: none;
}

.single-post .commentlist {
    max-width: 800px;
    margin: auto;
}

.single-post #comments,
.single-post #reply-title {
    color: #0c090d;
    font-size: 22px;
    text-transform: uppercase;
}

.related-post-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #0c090d;
}

/* Fix responsive */
@media screen and (min-width: 960px) {
    .container_24 .grid_16 {
        width: 66%;
    }
}

/* Responsive 0 */
@media screen and (min-width: 1170px) {
    #navigation-menu ul.sf-menu &gt; li &gt; a {
        padding: 0 10px 0 10px;
    }
    #navigation-menu ul.sf-menu &gt; li &gt; a &gt; span {
        padding-left: 0;
    }
}

/* Responsive 1 */
@media screen and (min-width: 960px) and (max-width: 1169px) {
    #navigation-menu ul.sf-menu &gt; li &gt; a {
        /*font-size: 14px;*/
    }
    #navigation-menu ul.sf-menu &gt; li &gt; a &gt; span {
        padding-left: 0;
        font-size: 0.8em;
    }
}

/* Responsive 2 */ 
@media screen and (max-width: 959px) {
    .mean-container .mean-bar {
        /*float: right;*/
        /*!*margin: 20px;*!*/
        /*!*width: 50px;*!*/
        /*background: transparent;*/
        /*position: inherit;*/
        position: fixed;
        top: 10px;
        right: 10px;
        width: 50px;
        background: transparent;
    }

    .mean-container .mean-bar a.meanmenu-reveal span {
        background: #de1e33;
    }

    .mean-container a.meanmenu-reveal {
        color: #de1e33;
    }

    .mean-container .mean-nav #main-top-menu {
        position: fixed;
        top: 119px;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 0;
        background-color: #fff;
    }

    .mean-container .mean-nav #main-top-menu li {
        text-align: center;
    }

    .mean-container .mean-nav #main-top-menu li a {
        background-color: transparent;
        color: #6f6f6f;
        opacity: .5;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
        text-align: center;
    }

    .mean-container .mean-nav #main-top-menu li:nth-last-child(2) a {
        color: #0c090d;
        font-weight: 600;
        opacity: 1;
    }

    .mean-container .mean-nav #main-top-menu li:nth-last-child(2) a {
        position: relative;
    }

    .mean-container .mean-nav #main-top-menu li:nth-last-child(2) a:after {
        content: '_';
        display: block;
        text-align: center;
        margin-top: -15px;
        font-family: sans-serif;
    }

    /* Logo */
    .mean-container #logo h1 a,
    .mean-container #logo .site-name a,
    #logo h1 a,
    #logo .site-name a
    {
        background-position: 0 0 !important;
        text-align: center;
        width: 175px;
    }

    /* Store locator */
    .grid_5 .find-storage-bg {
        display: none;
    }

    .find-storage-bg {
        width: 90%;
        margin: 20px;
    }

    .find-storage-bg .name {
        width: 200px;
        padding: 10px;
    }

    .find-storage-bg .shurgard-button {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Search / Category filter */
    #header-content .header-content-padding {
        padding: 0;
    }

    .blog-listing-header {
        margin-left: 0;
        margin-right: 0;
    }

    .blog-listing-header form {
        padding-left: 10px;
    }

    .blog-listing-header .category-filter div {
        padding-right: 10px;
    }


}

/* Responsive 3 */
@media screen and (max-width: 719px) {
    .custom-frame-wrapper img {
        max-width: 100%;
    }

    .blog-listing-header form #search-field {
        width: 150px;
    }

    .blog-listing-header .category-filter ul li {
        margin-left: 0;
    }

    #category-listing &gt; li &gt; ul &gt; li {
        width: 100%;
    }

    .custom-frame-wrapper img {
        width: 100%;
    }

    #main-content .main-content-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Responsive 4 */
@media screen and (max-width: 479px) {
    .blog-listing-header form #search-field {
        width: 75px;
    }

    .blog-listing article .entry-link {
        left: 20px;
        right: 20px;
        width: 280px;
    }

    .label-categories {
        display: none;
    }

    .label-categories-small {
        display: inline !important;
    }

    .search #main-content {
        padding-left: 5px;
        padding-right: 5px;
        width: 310px;
    }

    .posts-counter {
        display: none;
    }

    .search h4.center {
        display: none;
    }
    .search .inline-search-form {
        display: none;
    }

    .single-post #main-content .main-content-padding {
        padding-left: 5px;
        padding-right: 5px;
    }
}
</pre></body></html>