.image{
    width: 475px !important;
    margin: left;
}

.image img{
    padding-top: 48px !important;
}

.post-classic .meta{
    margin-top: 0px !important;
    width: 475px !important;
    padding: 13px !important;
}

@media only screen and (max-width: 600px) {
    .image {
        width: 380px !important;}

    .post-classic .meta {
        width: 380px !important;}
}

@media only screen and (max-width: 480px) {
    .image {
        width: 280px !important;}
    .post-classic .meta{
        width: 280px !important;}
}

@media only screen and (max-width: 360px) {
    .image {
        width: 220px !important;}
    .post-classic .meta{
        width: 220px !important;}
}

.select2-selection__rendered {
    line-height: 26px !important;
}
.select2-container .select2-selection--single {
    height: 26px !important;
}
.select2-selection--multiple {
    min-height: 26px !important;
}
.select2-selection__choice{
    max-height: 20px !important;
    line-height: 20px !important;
    margin-top: 7px !important;
}
.select2-search__field{
    min-width: 96px !important;
}
.category-div{
    display: inline-block;
    width: 100%;
}
.hide-text{
    font-size: 0 !important;
}
.hide-text:before, .hide-text span:before{
    font-size: initial !important;
}
label{
    display: none;
}
#contact-form label{
    display: block !important;
}
.contrast-box a{
    color: #FDCB68 !important;
}
.icons-circle span{
    border-radius: 50%
}
.social-icon span{
    display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
}
.copyright .social-icon span{
    margin-bottom: 0;
}
.i-3x span {
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin-bottom: 15px;

    text-align: center;
}
.fa span{
    color: #fcba37!important;
}
.meta span{
    margin-top: 5px;
    margin-right: 6px;
}
.time .fa.fa-calendar:after{
    position: relative;
    display: inline-block;
    margin-left: 32px;
}
span .fa:before{
    color: #fcba37;
}
span .fa{
    color: white;
}
.time span{
    font-family: 'Open Sans', sans-serif;
}
span .fa:before{
    font: normal normal normal 14px/1 FontAwesome;
}
#contrast-switch .fa:before{
    color: black;
    background-color: white;
    font-size: 20px !important;
}
/*.edit-admin, button[type=submit], #contrast-switch span, .hide-text{*/
/*    visibility: collapse;*/
/*}*/
/*.edit-admin:before, button[type=submit] span:before, #contrast-switch span:before, .hide-text:before, .hide-text span:before{*/
/*    visibility: visible;*/
/*}*/
.widget-title{
    font-size: 11px;
}
.post-item .fa.fa-calendar:after{
    right: 0;
}
.navbar-header h1{
    font-size: 20px !important;
    letter-spacing: -1px;
    line-height: 1;
    padding: 10px 0 0 0;
    text-transform: initial;
}
.download-btn .fa:before{
    color: gray;
}
.download-btn .fa:hover:before{
    color: black;
    transition: 1s;
}