.no-padding{
    padding: 0;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.col-xs-12 {
    width: 100%
}
.btn.pull-right{
    float: right;
}

.category-posts-btn-show-more{
    margin: 0 2rem 2rem 0;
}


@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px;
    margin: 10px 0 20px 0;
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

/*a not child of menu__item and a not child of submenu__item*/

a {
    color: #404040;
}

a.menu__link, a.submenu__link{
    color: #003264 ;
}
p {
    line-height: 1.42857143 !important;
    margin: 0 0 10px
}

h2, h3, p {
    orphans: 3;
    widows: 3
}

h2, h3 {
    page-break-after: avoid
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

ul:not(.menu__list) ul:not(.menu__submenu){
    line-height: 1.42857143 !important;
    padding-left: 40px;
}
/*// li list style initial except cant have class menu__item*/
li:not(.menu__item) li:not(.submenu__item) {
    list-style: initial;
}

img{
    display: inline;
}

ul.menu__list{
    margin: 0;
}

.cms-home-posts-date{
    color: #6c6c6c;
    display: block;
}

.title-link{
    font-size: 1.7rem;
    @media (min-width: 768px) {
        font-size: 2rem;
    }
    @media (min-width: 1023px) {
        font-size: 2.4rem;
    }
}
.post-box{
    margin-bottom: 2rem;
}

.category-posts-container{
    max-width: 128rem;
    /*background-color: #E1EDF0;*/
}

.container-fluid{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

}
