/*
Theme Name:            Linia Magazine
Version:               1.1.0
Author URI:            http://simpleux.co.uk
Description:           A fullscreen, modern, elegant responsive Magazine style theme based on Twenty Fourteen using Google Opensans, inspired from Dribbble Freebie with main focus on readability using zero configuration (out of the box) WordPress Philosophy. Also provide Postformats support to better present your content. Theme is designed using HTML5/CSS3 to take advantage of features provided by Modern Browsers. Please use High Resolution images (1920x540) for featured images to get excellent result. Theme provides basic styling for Mailchimp List Signup Widget & Social Count Plus; you can visit live demo at http://simpleux.co.uk/wordpress/themes/linia/
Author:                Junaid Ahmed

Template:              twentyfourteen
Template Version:      1.0

Tags:                  light, dark, two-columns, right-sidebar, responsive-layout, fluid-layout, custom-header, post-formats, featured-images
License:               GNU General Public License v2 or later
License URI:           http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:           linia-magazine

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../twentyfourteen/style.css");



/**
 * 1.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

body {
    font-family: "Open Sans";
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Maven Pro', sans-serif;
}

.masthead-fixed .site-main {
    margin-top: 0;
}

.site-main {
    position: relative;
    max-width:100%;
    overflow:hidden;
    margin:0 auto;
    top:-1px;
}


.site:before {
    background: #f5f5f5;
    left:auto;
    right: 0;
    width:25%;
}

.site-content, .site-main .widecolumn {
    margin-left: 0;
}

.full-width .site-content {
    margin-right: 25%;
    border-right: 1px solid #c2c2c2;
}

.page-template-page-templatesfull-width-php .site:before {
    content: none;
}


.page-template-page-templatesfull-width-php .site-content {
    margin-right:0;
    border-right: 0;
}

a {
    color: #3398B2;
}


button, .contributor-posts-link, input[type="button"], input[type="reset"], input[type="submit"],
.widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"]
{
    background-color: #3398B2;
}

/**
 * 2.0 Header
 * -----------------------------------------------------------------------------
 */
.site-header,
#page {
    width:100%;
    max-width:100%;
}

.site-title {
    font-size: 100%;
    text-transform:uppercase;
    font-weight:300;
    font-style: normal;
    margin-right: 40px;
    line-height: 50px;
}

#masthead {
    position: fixed;
    top:0;
    left:0;
    z-index: 10001;
}

.header-main {
    max-height: 50px;
    min-height: 50px;
    height: 50px;
    vertical-align: middle;
    padding: 0;
}

.header-bar {
    background: #2e2e2e;

    padding: 0 0 0 30px;
    min-height: 50px;
}

.search-toggle {
    height:50px;
    margin-right: 48px;
    background: rgba(255,255,255,0.2);
}

.menu-toggle.close:before {
    content : '\f405';
    font-size: 40px;
    line-height: 20px;
}

.site-main-image {
    position: relative;
    z-index: 3;
    display:block;
    width:100%;
    padding-top: 50px;
    max-height: 540px;
    max-height: 65vh;
    overflow:hidden;
    text-align: center;
    background:#000;
}

.site-main-image-bg {
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;
    z-index:1;

    background-size: 100% 100%;
    background-position: center 50px;
    background-repeat: no-repeat;
    background-attachment: scroll;

    opacity:0.5;

    filter: sepia(50%) blur(5px);
    -webkit-filter: sepia(50%) blur(5px);
    -webkit-opacity: 1;
}


.site-main-image img {
    position:relative;

    z-index:10;

    max-width:100%;
    height: auto;
    visibility: visible;

    max-height: 540px;
    max-height: 65vh;
}


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

html #wpadminbar {
    z-index: 10002 !important;
}

@media screen and ( max-width: 782px ) {
    .admin-bar #masthead {
        top: 46px;
    }
}


/**
 * 3.0 Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation a {
    color: #c8b4be;
    color: rgba(255,255,255,0.3);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
    background: #565656;
    color: #fff;
    color: rgba(255,255,255,0.9);
    border: none;
    font-weight: 100;
}

.primary-navigation {
    margin:0;
    float: none;
}

.primary-navigation ul ul {
    background: #2b2a28;
}

.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
    background: #575654;
}

.primary-navigation .nav-menu  {
    font-size:100%;
}

.primary-navigation li {
    display: block;
    float: left;
    line-height: 50px;
    border-left: none;
    border-right: none;
}

.primary-navigation li:first-child {
    border-left: none;
}

.primary-navigation li:hover > a, .primary-navigation li.focus > a {
    background: rgba(255,255,255,0.2);
}

#mobilenavigation {
    display:none;
}

#mobilenavigation.active {
    position:absolute;
    top:0;
    left:0;
    z-index:10000;
    width:100%;
    background: #222;
}

#mobilenavigation.show {
    display:block;
}

#mobilenavigation .primary-navigation {
    padding-top:0;
}

#mobilenavigation .primary-navigation .menu-toggle {
    display: none;
}

#mobilenavigation .primary-navigation .nav-menu {
    visibility: visible;
}

#mobilenavigation .primary-navigation .nav-menu li {
    display:block;
    float:none;
    height:auto;
    border-left:none;
}

#mobilenavigation .primary-navigation li:hover > a, .primary-navigation li.focus > a {
    background:none;
}

#mobilenavigation .primary-navigation ul ul {
    position: static;
    top:auto;
    left:auto;
    background:none;
    float:none;
    margin-left: 0;
}

#mobilenavigation .primary-navigation li a {
    padding-left:10px;
}

#mobilenavigation .primary-navigation ul ul li a {
    padding-left:25px;
}

#mobilenavigation .primary-navigation ul ul ul li a {
    padding-left:40px;
}

#mobilenavigation .primary-navigation ul ul a {
    display:block;
    width:auto;
}

.mobile-body .search-toggle {
    margin-right: 48px;
}

.search-box-wrapper {
    padding-left:0;
    padding-right:0;
}

.featured-content {
    padding-left:0;
    padding-right:25%;
}

.paging-navigation {
    border:none;
}

.paging-navigation .loop-pagination {
    text-align: left;
}

.paging-navigation .page-numbers {
    border: 1px solid #c8c8c8;
    font-weight: 100;
    width:auto;
}

.paging-navigation .page-numbers.current {
    border: 1px solid #ea8f96;
}

.paging-navigation a:hover {
    border-top:1px solid #c8c8c8;
}

/**
 * 4.0 Content
 * -----------------------------------------------------------------------------
 */

.page-header {
    margin:0;
    padding-top:20px;
    padding-bottom:20px;
    max-width:100%;

    background: #f5f5f5;
    border-bottom: 1px solid #c2c2c2;
}

.archive-title, .page-title {
    font-size:30px;
    font-weight:300;
    text-transform: uppercase;
}

.site-content .entry-meta {
    background:none;
}

.site-content .entry-meta ul {
    list-style:none;
    margin:0;
    padding:0;
}

.site-content .entry-meta ul li:before {
    content: "/";
    position:absolute;
    right:0;
    top:0;
    color:#f3c0c4;
    color: rgba(210, 30, 45, 0.5);
}

.site-content .entry-meta ul li:last-child:before {
    content: none;
}

.site-content .entry-meta ul li {
    position:relative;
    display:inline-block;
    padding-right:20px;
    margin-right:20px;
}

.site-content .byline a:before,
.site-content .comments-link a:before,
.site-content .entry-date a:before, .attachment .site-content span.entry-date:before {
    content: none;
}

.site-content .entry-content, .site-content .entry-summary, .page-content {
    background: none;
}

.site-content > .archive-header {
    display:none;
}

.cat-links {
    font-weight: 100;
}

.cat-links a {
    color: #d51f2d;
}

.entry-content a.more-link,
.entry-summary a.more-link,
.page-content a.more-link,
.comment-content a.more-link,
a.more-link {
    display:inline-block;

    text-decoration: none;
    border: 1px solid #f3c0c4;
    border-color: rgba(210, 30, 45, 0.5);
    margin-top: 30px;

    padding:30px;
}


.content-area, .content-sidebar {
    padding-top: 0;
}

.hentry {
    margin: 0 auto;
    padding: 48px 0;
}

.mobile-body .site-content .hentry.has-post-thumbnail {
    margin-top:0;
}

.mobile-body .site-content .has-post-thumbnail .entry-header,
.mobile-body.singular .site-content .hentry.has-post-thumbnail {
    margin-top:0;
}

.site-content .hentry:first-of-type {
    padding-top: 0;
}

.site-content .entry-header {
    padding:24px;
}

.grid .featured-content .entry-header {
    background:rgba(50,30,50,0.5);
    border-color:transparent;
    border-top-width: 20px;
}

#content .entry-title a {
    color: #372636;
}

.list-view .site-content .hentry ,
.list-view .site-content .hentry.has-post-thumbnail {
    border-top: 1px solid #c2c2c2;
}

.singular .site-content .post-thumbnail {
    display:none;
}

.singular .site-content .has-post-thumbnail .entry-header,
.singular .site-content .has-post-thumbnail .entry-content,
.singular .site-content .has-post-thumbnail .entry-summary,
.singular .site-content .has-post-thumbnail .entry-meta,
.singular .site-content .has-post-thumbnail footer.entry-meta {
    max-width:100%;
}

.mobile-body .header-bar .primary-navigation ul {
    display:none;
}

/**
 * 4.1 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content .hentry {
    padding-top:0;
    padding-bottom: 0;
}

.featured-content .entry-title {
    line-height: 1;
}

.featured-content a.post-thumbnail {
    max-height: 200px;
    overflow:hidden;
}

.mobile-body .featured-content a.post-thumbnail {
    display:block;
}


/**
 * 4.2 Postformats
 * -----------------------------------------------------------------------------
 */

.post-password-required {
    background: #ea8f96;
}

.format-quote {
    background: #AFBEC0;
    color: #515151;
}

.format-status {
    font-family: 'Open Sans',​sans-serif;
    background: #83d27f;
    color: #185b1c;
    font-size: 250%;
    font-weight:100;
}

.format-status a {
    color: #185b1c;
}

.format-link {
    background: #0778CF;
}

.format-link a {
    color: #fff;
    text-decoration: none;
    font-size:150%;
}

.format-video {
    background: #EEEEEE;
}

.format-chat {
    background: #EEEEEE;
}

.format-chat p {
    background:#fff;
    box-shadow: 1px 1px 5px #ccc;
    border-radius:5px;
    padding:20px;
    margin-bottom:0;
    margin-bottom:20px;
}

.format-chat p:nth-child(even) {
    background: rgba(255,255,255,0.7);
    margin-left:40px;
}


.list-view .site-content .format-image,
.format-image {
    padding:0;
}

.format-image dl.wp-caption {
    position:absolute;
}

.format-image p {
    background:#000;
    color:#fff;
    margin-bottom:0;
    padding:20px;
    font-size: 200%;
}

.format-image p:first-of-type {
    padding:0;
}

.full-width .site-content .format-image .entry-content {
    padding:0;
}

.status-message,
.format-link a,
blockquote {
    display: block;
    position:  relative;
    padding-left: 70px;
}

blockquote {
    color: #515151;
}

blockquote a {
    color: #515151;
    text-decoration: none;
}

.format-link a:before,
.status-message:before,
blockquote:before {
    content: "\f106";

    position:absolute;
    left:0;
    top:-10px;

    display: inline-block;
    width: 64px;
    height: 64px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
}

.status-message:before {
    content: "\f105";
    top: 10px;
}

.format-link a:before {
    content: '\f107';
}

blockquote p:last-of-type,
.format-status .entry-content p:last-of-type,
.format-link .entry-content p:last-of-type
{
    margin-bottom: 0;
}

.tagcloud a {
    display:inline-block;

    background: #cee2e8;
    color: #3398b2;
    font-weight: 100;
    padding:0;

    min-width:40%;
    margin-right:20px;
    margin-bottom:20px;
}

.tagcloud a .count {
    background: #3398b2;
    color: #fff;
    padding: 8px;
    display:inline-block;
    min-width: 14px;
    text-align:center;
}

.tagcloud a .tag-name {
    display:inline-block;
    background: #cee2e8;
    padding: 8px;
}

.tagcloud a:before,
.tagcloud a:after {
    content: none;
}

.entry-meta .tag-links a {
    background:none;
    color: #3398b2;
    font-weight: 100;
    padding:0;
    margin:0 20px 0 0;
}

.entry-meta .tag-links a:hover {
    background: none;
    color: #3398b2;
}

.entry-meta .tag-links a .count {
    display:none;
}

.entry-meta .tag-linksx a .tag-name {
    display:inline-block;
    padding: 8px;
}

.entry-meta .tag-links a:before,
.entry-meta .tag-links a:after {
    content: none;
}

.full-width .site-content blockquote.alignleft,
.full-width .site-content img.size-full.alignleft,
.full-width .site-content img.size-large.alignleft,
.full-width .site-content img.size-medium.alignleft,
.full-width .site-content .wp-caption.alignleft {
    margin-left:0;
}

/**
 * 5.0 Sidebar
 * -----------------------------------------------------------------------------
 */
#secondary {
    float:right;
    width:25%;
    color:#636363;
    padding: 0 0 0 0;
    border-left: 1px solid #c2c2c2;
}

.site-description {
    padding:0 48px;
    font-size: 100%;
}

#secondary .site-description {
    display: none;
}

.widget-title {
    color:#636363;
}

#secondary .widget:last-of-type {
    border-bottom: 0;
}

.widget {
    margin:0;
    padding:48px;
    border-bottom: 1px solid #c2c2c2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 80%;
}

.widget li,
.widget p {
    font-size: 100%;
    margin-bottom: 20px;
}

.widget a {
    color:#3398b2;
}


.footer-sidebar .widget,
.primary-sidebar .widget {
    font-size:inherit;
}

.footer-sidebar .widget .widget-title,
.primary-sidebar .widget .widget-title {
    font-size:100%;
    font-weight: 400;
}

.footer-sidebar .widget input,
.footer-sidebar .widget textarea,
.primary-sidebar .widget input, .primary-sidebar .widget textarea {
    font-size:inherit;
}


.widget input, .widget textarea {
    padding:5px;
    background:#ffffff;
    border-color: #d5d5d5;
    color: #636363;
}

.widget input[type=submit] {
    color: #fff;
}


.widget_socialcountplus .social-count-plus {

}

.widget_socialcountplus .social-count-plus .default {
    background: #fff;
    border:1px solid #C2C2C2;
}

.widget_socialcountplus .social-count-plus .default li {
    display:block;
    position:relative;
    margin:0;
    padding:0;
    width:100%;
    float:none;
    padding:20px;
    border-bottom:1px solid #C2C2C2;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget_socialcountplus .social-count-plus .default li .label {
    text-transform: uppercase;
}

.widget_socialcountplus .social-count-plus .default li:last-child {
    border-right: 0;
    border-bottom: 0;
}

.widget_socialcountplus .social-count-plus .default > li > a:before {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 32px;
    font-family: "Genericons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_socialcountplus .social-count-plus .default > li > a {
    background: none !important;
    margin-bottom:10px;
}

.widget_socialcountplus .social-count-plus .default .count-twitter a:before {
    content: '\f202';
    color: #55ACEE;
}

.widget_socialcountplus .social-count-plus .default .count-facebook a:before {
    content: '\f203';
    color:#3B5998;
}

.widget_socialcountplus .social-count-plus .default .count-youtube a:before {
    content: '\f213';
    color:#ce1312;
}


.newsletter-message {
    position: relative;
    padding-left:36px;
    max-width: 180px;
}


.newsletter-message .genericon-subscribe {
    position: absolute;
    left:0;
    top:0;
    color: #34a1b9;
}

.newsletter-message .genericon-subscribe:before {
    font-size: 24px;
    height:24px;
    width:24px;
}

.widget_ns_mailchimp form p {
    margin-bottom: 8px;
}


#show-sidebar {
    position:fixed;
    bottom:0;
    right:0;

    display:block;
    background: rgba(51,152,178, 1) url(images/swipe_left.svg) no-repeat left center;
    background-size: 20px;
    color: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
    min-width:25%;

    font-size:9px;
    z-index: 1001;

    opacity: 0;
    transition: opacity 750ms ease;

}

/**
 * 6.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
    background: url(images/header-background.jpg) repeat-x;
    background-size:cover;
    color: #78707c;
}

.comments-area {
    max-width:100%;
    background: #f5f5f5;
    padding:48px 0;
    margin-top: 0;
}

.nav-links {
    border-top: 0;
}

#respond {
    padding: 24px;
    border:1px solid #C2C2C2;
}

.singular .post-navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width:100%;
    margin-bottom:0;
}

.singular .post-navigation a {
    border-bottom: 0;
}


/**
 * 11.0 Responsive
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width: 1010px) {
    #masthead {
        position: fixed;
    }

    #page {
        overflow:hidden;
    }

    .header-main {
        display:block;
        width:100%;
        max-height: 50px;
        min-height: 50px;
        height: 50px;
        overflow: hidden;
        vertical-align: middle;
        padding-right:30px;
    }

    .header-bar {
        padding-left:10px;
    }

    .primary-navigation .nav-menu {
        display: block;
        visibility: hidden;
    }

    .featured-content .hentry {
        padding:0;
    }

    .featured-content a.post-thumbnail {
        display:block;
    }

    .list-view .content-area {
        padding:0;
    }

    .site-content .entry-meta ul li:before {
        content:none;
    }

    .site-content .entry-meta ul li {
        display:block;
        margin:0;
        padding:0 0 10px 0;
    }

    .site-main-image img {
        visibility: visible;
    }

    .singular .site-main {
        padding-top:0;
    }

    #primary-sidebar {
        padding-top:50px;
    }


    #show-sidebar {
        opacity: 1;
    }

    #secondary {
        position:absolute;
        height:100%;
        width:100%;
        top:0;
        border: none;
        background: #f5f5f5;

        -webkit-transform: translate3d(75%,0,0);
        -webkit-transition: -webkit-transform 500ms ease-in-out;

        transform: translate3d(75%,0,0);
        transition: transform 500ms ease-in-out;
    }

    #secondary:before {
        content: " ";
        position:absolute;
        top:0;
        left:0;
        z-index: 1000;

        opacity: 1;
        transition: opacity 750ms ease;
    }

    #secondary .widget {
        opacity: 0.2;
        transition: opacity 750ms ease;
        padding:20px;
    }

    #secondary .social-count-plus {
        width:100px;
    }

    #secondary.in {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    #secondary.in:before {
        opacity: 0;
    }

    #secondary.in .social-count-plus {
        width:100%;
    }

    #secondary.in.finish:before {
        display:none;
    }

    #secondary.in .widget {
        opacity: 1;
        z-index:1000;
    }

    .singular .site-content .post-thumbnail {
        display:none;
    }

    .site-content .entry-content,
    .site-content .entry-summary,
    .page-content,
    .list-view .site-content .entry-header,
    .entry-header,
    .entry-content {
        padding: 0 30px;
    }

    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
        max-width:100%;
    }

    .site-content .has-post-thumbnail .post-thumbnail {
        margin-bottom:48px;
    }
}

@media screen and (max-width: 640px) {
    #wpadminbar {
        position:fixed;
    }
}

@media screen and (max-width: 380px) {
    .list-view .content-area .entry-meta {
        display:none;
    }

    .list-view .site-content .hentry {
        min-height: 24px;
        padding-top:24px;
    }

    .list-view .site-content .post-thumbnail {
        display:none;
    }

    .site-content .entry-content,
    .site-content .entry-summary,
    .page-content,
    .list-view .site-content .entry-header,
    .entry-header,
    .entry-content {
        padding: 0 10px;
    }
}

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

}

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

}

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

}

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


    .page-template-page-templatesfull-width-php .site-content {
        min-height: calc(100vh - 64px); /***50+32+32***/
    }

    .page-template-page-templatesfull-width-php.admin-bar .site-content {
        min-height: calc(100vh - 114px); /***50+32+32***/
    }
}

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

    .full-width .site-content blockquote.alignright,
    .full-width .site-content img.size-full.alignright,
    .full-width .site-content img.size-large.alignright,
    .full-width .site-content img.size-medium.alignright,
    .full-width .site-content .wp-caption.alignright {
        margin-right: 0;
    }

    .site-title {
        font-size:110%;
    }

}

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

}

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

    .mobile-body .site-main,
    .singular .site-main {
        padding-top: 0;
    }

    .site-content .entry-header {
        background: transparent;
    }


    .full-width .site-content .entry-header,
    .full-width .site-content .entry-content,
    .full-width .site-content .entry-summary,
    .full-width .site-content .entry-header .entry-meta,
    .full-width .site-content footer.entry-meta {
        max-width: 100%;
    }



    .full-width .site-content .has-post-thumbnail .entry-content,
    .full-width .site-content .has-post-thumbnail .entry-summary,
    .full-width .site-content .has-post-thumbnail footer.entry-meta {
        max-width: 60%;
        margin-right: 0;
    }


    .singular .site-content .has-post-thumbnail .entry-content,
    .singular .site-content .has-post-thumbnail .entry-summary,
    .singular .site-content .has-post-thumbnail .entry-meta,
    .singular .site-content .has-post-thumbnail footer.entry-meta {
        max-width: 100%;
    }

    .site-content > .post {
        position: relative;
    }

    .site-content .post-thumbnail {
        position: absolute;
        top: 125px;
        left: 30px;
        width: 30%;
    }

    .full-width .site-content .has-post-thumbnail .entry-header,
    .full-width.singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0;
    }

}

@media screen and (min-width: 1040px) {
    .search-toggle {
        margin-right:0;
    }

    .mobile-body .search-toggle {
        margin-right: 48px;
    }

}

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

}

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

}

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

}

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

    .site-title {
        font-size:130%;
    }

    .site-navigation a {
        padding: 0 30px;
    }

    .footer-sidebar .widget,
    .primary-sidebar .widget {
        font-size:100%;
    }

    .footer-sidebar .widget .widget-title,
    .primary-sidebar .widget .widget-title {
        font-size:115%;
    }

    .newsletter-message {
        padding-left:60px;
    }

    .newsletter-message .genericon-subscribe:before {
        font-size: 48px;
        height:48px;
        width:48px;
    }

    .widget_socialcountplus .social-count-plus .default li {
        display:table-cell;
        width:1%;
        border-bottom: 0;
        border-right:1px solid #C2C2C2;
    }

    .widget li,
    .widget p {
        font-size: 130%;
    }
}


