@import "./../fonts/proxima-nova/proxima-nova.css";
* {
    box-sizing: border-box;
    font-family: 'Proxima Nova Lt', serif;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    color: black;
}

body {
    background: #f7f7f7;
}

.container {
    max-width: 1248px;
}

.header {
    padding: 30px;
}

.header-top {
    color: #fff !important;
    background: #ef7d1c;
    padding: 5px 0;
}

.header-top-left {
    text-align: left;
}

.header-top-right {
    text-align: right;
}

a i {
    color: #fff;
}

footer {
    background: black;
    padding: 30px 0;
    text-align: center;
}

ul.list-inline {
    margin-bottom: 0;
}

ul.list-inline li.list-inline-item>a {
    text-decoration: none;
    color: #fff;
}

nav {
    background: #000;
    height: 48px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.brand-logo {
    float: left;
    padding: 10px 10px;
}

.nav-container {
    float: left;
    margin-left: -30px;
}

.nav__dropdown {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

.nav__dropdown>li {
    display: inline-block;
}

.nav__dropdown>li>a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 16px;
    display: block;
    position: relative;
    line-height: 48px;
}

.nav__dropdown>li>a.active::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ef7d1c;
    transition: all 0.3s ease-in-out;
}

.nav__dropdown>li>a::before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ef7d1c;
    transition: all 0.3s ease-in-out;
}

.nav__dropdown>li>a:hover::before {
    width: 100%;
}

.nav__dropdown-menu {
    position: absolute;
    padding: 0;
    z-index: 1000;
    min-width: 200px;
    text-align: left;
    list-style: none;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.nav__dropdown-menu-right {
    position: absolute;
    padding: 0;
    left: 200px;
    z-index: 1000;
    min-width: 200px;
    text-align: left;
    list-style: none;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    top: 0;
}

.nav__dropdown-menu li:hover>.nav__dropdown-menu-right {
    opacity: 1;
    visibility: visible;
}

.nav__dropdown li:hover>ul.nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav__dropdown-menu>li>a,
.nav__dropdown-menu-right>li>a {
    text-decoration: none;
    text-transform: uppercase;
    color: #171821;
    font-size: 14px;
    font-weight: 700;
    padding: 0 16px;
    display: block;
    position: relative;
    line-height: 40px;
}

.nav__dropdown-menu>li>a:hover,
.nav__dropdown-menu-right>li>a:hover {
    color: #2D95E3;
}

.no-bg,
.no-bg:active {
    background: none;
    width: 48px;
    height: 48px;
    border: 0;
    cursor: pointer;
    outline: none;
}

.no-bg:focus {
    outline: none;
    background: #171821;
    color: #2D95E3;
    transition: all 0.3s ease-in-out;
}

.nav__search-box {
    float: right;
    height: 48px;
}

.nav__search-form {
    position: relative;
}

.nav__search-input {
    outline: none;
    border: none;
    font-size: 13px;
    font-style: italic;
    padding: 0 5px;
    border-bottom: 2px solid #171821;
    height: 40px;
    position: relative;
    top: -5px;
    width: 140px;
}

.nav__search-input:focus {
    border-bottom: 2px solid #2D95E3;
    transition: all 0.3s ease-in-out;
}

.clearfix {
    clear: both;
    margin-top: 25px;
}

.headline-item {
    position: relative;
    overflow: hidden;
}

h1.__headline-title {
    font-size: 30px;
}

h1.head-1 {
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0.0625rem !important;
}

h1.__headline-title>a {
    color: #fff;
}

h2.__headline-title {
    font-size: 30px;
}

h2.__headline-title>a {
    color: #fff;
}

.inline-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000000a8;
    color: #fff;
    padding: 10px 15px 20px 15px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 3px;
    border-radius: 50%;
    background: #fff;
}

.__card_wrapper {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    position: relative;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 300px;
}

.__card_body {
    padding: 10px 15px 0 15px;
}

.__card_body>h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

img.__card_cover {
    width: 100%;
    height: 10em;
}

.__card_footer {
    padding: 0 15px 10px 15px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

a.__card_footer_link {
    float: none;
    background: #f70d28;
    color: white;
    opacity: 0.5;
}

a.__card_footer_link:hover {
    opacity: 1
}

a.__card_footer_link,
.__card_footer>span {
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
}

.__card_footer>span {
    float: right;
}

.__info a {
    color: #f70d28;
    font-weight: bold;
}

.footer-container {
    background-color: #292929;
}

.footer-nav {
    background-color: #292929;
    text-align: center;
    padding: 15px;
    padding-left: 180px;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: auto;
    /* width: 800px */
}

.footer-nav-list {
    padding: 0;
    text-align: left;
    margin: 10px 0;
}

.footer-nav-list-item {
    display: inline-block;
    width: 15%;
    margin-bottom: 2px;
    padding: 0 15px;
}

.footer-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.awhite,
.awhite:visited {
    color: #fff;
}


/*=======================================================================================================================
    REVISION
    DATE 26 AUGUST 2018
*/


/* WIDGET */

.__widget:first-child {
    margin: 0;
}

.__widget {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 25px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
}

.__widget_title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    font-weight: bold;
}

.__widget_body {
    display: block;
}

.__widget_body .col-md-6:not(:last-child) {
    padding-right: 7.5px;
}

.__widget_body .col-md-6:not(:first-child) {
    padding-left: 7.5px;
}


/* WIDGET END*/


/*SOCIAL MEDIA*/

.__social_media {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.__social_media:hover {
    opacity: 0.5;
    color: #ffffff;
}

.__social_media>span::before {
    margin-right: 10px;
}

._views {
    margin-top: -10px;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 45px;
    color: red;
    padding-top: 0px;
    display: inline-block;
}

._views_text {
    /* padding-top: 10px; */
    font-size: 15px;
    font-weight: normal;
    display: block;
    top: 40px;
    position: absolute;
}

._shares {
    margin-top: -10px;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    left: 110px;
    padding-top: 0px;
    display: inline-block;
}

._shares_text {
    /* padding-top: 10px; */
    font-size: 15px;
    font-weight: normal;
    display: block;
    top: 40px;
    position: absolute;
}

.__facebook {
    background-color: #39599f;
}

.__twitter {
    background-color: #55acee;
}

.__instagram {
    background-color: #e1306c;
}

.__youtube {
    background-color: #e1306c;
}

.__kurs {
    background-color: #ef822a;
}

.__properti {
    background-color: #c61d23;
}

.__loker {
    background-color: #de4b39;
}


/*SOCIAL MEDIA END*/


/*POST LIST*/

ul.__post_list_small {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.__post_list_small_item:first-child {
    padding-top: 0;
}

li.__post_list_small_item {
    padding: 8px 0;
    display: block;
    position: relative;
}

li.__post_list_small_item>article {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.__post_list_small_img {
    /* width: 100px;
    height: auto; */
    float: left;
    object-fit: none;
    overflow: hidden;
    margin-right: 16px;
}

.__post_list_small_img img {
    /* width: 88px;
    height: auto; */
}

.__post_list_small_body {
    overflow: hidden;
}

.__post_list_small_entry_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
}


/*POST LIST END*/


/*ANOTHER ELEMENTS*/

.__clearfix::before,
.__clearfix::after {
    display: table;
    line-height: 0;
    content: "";
}

.__badge_app {
    display: flex;
    height: 5em;
    align-items: center;
    margin-top: -20px;
}

.__tags_popular>a {
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #83858F;
}

.__tags_popular>a:hover {
    color: #f70d28;
    transition: 0.3s;
}

ul.__entry_meta {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 0.9em;
}

.bottom_entry_center {
    position: absolute;
    bottom: 48px;
}

.bottom_entry {
    position: absolute;
    bottom: 4px;
}

ul.__entry_meta>li {
    display: inline-block !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #83858F;
}

.__entry_meta li.__entry_meta_views:after {
    margin-right: 10px;
    content: "";
    display: inline-block;
}

.__entry_meta li.__entry_meta_author:after {
    content: '-';
    display: inline-block;
    margin: 0 3px;
}

li.__entry_meta_author>a:hover {
    color: #f70d28;
    transition: 0.3s;
}

li.__entry_meta_date {}

a:hover {
    opacity: 0.5;
}

.__banner_ads {
    margin: 15px auto;
    /* background: #3f3f3f; */
    /* padding: 2px; */
    border-radius: 2px;
    text-align: center;
}

section {
    margin: 32px auto;
    /* border-top: 3px solid #888994; */
}

.__section_title {
    /* margin: 20px auto; */
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: bold;
}

.__navigation {
    margin: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.__nav-btn {
    background: #000;
    cursor: pointer;
    padding: 10px 15px;
    margin: auto 10px;
    color: white;
}

.__nav-btn.disabled {
    background: #3f3f3f;
    color: #cccccc;
    cursor: not-allowed;
    padding: 10px 15px;
    margin: auto 10px;
}

.__nav-btn:hover {
    background: #3f3f3f;
    color: #cccccc;
}

.fixed_sidebar {
    display: block;
    width: 416px;
    position: fixed;
    right: 50px;
    bottom: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 100px;
}


/*ANOTHER ELEMENTS END*/


/*CONTENT BOX*/

.__content_box {
    background: #ffffff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

a.__post_category {
    background-color: #f70d28;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    color: #ffffff !important;
}

a.__selanjutnya {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    /* border-radius: 3px; */
    padding: 15px 5px;
    text-align: center;
    display: inline-block;
    color: #000;
}

a.round-active {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 3px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    text-align: center;
}

img.banner {
    padding-top: 10px;
}

h1.__post_title {
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: -0.03em;
    font-weight: bold;
    line-height: 1.2;
    word-break: break-word;
}

.__post_meta {
    margin: 10px auto;
    display: inline-block;
    width: 100%;
}

.__post_meta>ul:first-child {
    float: left;
    width: 50%;
}

.__post_meta>ul:last-child {
    float: right;
    width: 50%;
    text-align: right;
}

.__post_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -10px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.__post_image img {
    width: 100%;
    border-radius: 5px;
}

.__post_image_label {
    margin-top: 5px;
    text-align: right;
    font-style: italic;
}

.__post_share {
    width: 100%;
    display: block;
    text-align: center;
}

ul.__post_share_widget {
    padding: 0;
    display: inline-block;
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
}

ul.__post_share_widget>li {
    display: inline-block;
}

ul.__post_share_widget>li>a {
    padding: 10px;
    display: block;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

ul.__post_share_widget>li._facebook {
    background: #4867aa;
}

ul.__post_share_widget>li._twitter {
    background: #1da1f2;
}

ul.__post_share_widget>li._whatsapp {
    background: #189d0e;
}

ul.__post_share_widget>li._link {
    background: #044137;
}


/* br {
    content: "";
  margin: -0.5em;
  display: block;
   font-size: 24%; 
} */

.__post_content {
    font-size: 18px;
    white-space: normal;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova Lt', sans-serif;
    color: black;
    line-height: 1.5em;
    /* white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden; */
    padding-bottom: 15px;
}

h5.tags {
    /* font-size: 18px; */
    margin: 15px 0;
}

.fb-comments {
    margin: 15px 0;
}

.__post_content>pre>img {
    padding: 30px 0;
    display: block;
}


/* .__post_content > pre > h1{
    font-size: 20px;
} */

.__post_read_too {
    background: #ffffff;
    /* padding: 15px;
    margin: 30px; */
    padding-bottom: 20px;
}

.__post_read_too>a:not(:last-child):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: black;
    margin: 10px auto;
}

.__post_read_too>a>h1 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    word-break: break-word;
    color: black;
}

.__post_prev>a,
.__post_next>a {
    font-weight: bold;
    display: block;
    border-left: 10px solid #eee;
    padding-left: 1em;
    margin-top: 10px;
}

.__post_prev>a:hover,
.__post_next>a:hover {
    border-left: 10px solid #f50c0c;
}

.__post_next>span,
.__post_prev>span {
    font-weight: bold;
    color: #616161;
    font-size: 14px;
}

.__post_next>span {
    text-align: left;
    display: block;
    width: 100%;
}


/*CONTENT BOX END*/


/*CARD*/

.__card {
    background-color: #ffffff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 35px;
    min-height: 280px;
}

.__card_cover {
    position: relative;
}

.__card_cover img {
    width: 100%;
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.__card_body {
    padding: 10px 15px;
}

.__card_body>ul.__entry_meta>li {
    font-size: 11px;
}

.__card_title {
    font-size: 16px;
    font-weight: bold;
    height: 70px;
}

.__card_category {
    display: block;
    position: absolute;
    top: 0;
    margin: 10px;
    background-color: #f70d28;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 3px;
    padding: 5px;
    color: #ffffff !important;
}


/*CARD END*/

._search_form select {
    padding: 5px;
    background: lightgray;
    border-radius: 0px;
    font-weight: bold;
    border: 1px solid gray;
    outline: none;
}

._search_form button {
    padding: 4px 30px;
    background: lightgray;
    border-radius: 0px;
    font-weight: bold;
    border: 1px solid gray;
    outline: none;
    cursor: pointer;
}

._list {
    padding: 5px 10px;
    border-bottom: 1px solid #d3d3d3;
}

._list>time {
    font-size: 10px;
    font-weight: bold;
}

._list>a {
    color: #f70d28 !important;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

._content-par {
    font-size: 16px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.paginationjs>ul>li {
    background: #000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

.paginationjs-pages>ul {
    margin-top: 10px;
    list-style: none;
    display: inline-block;
    width: 170px;
    padding-left: 0;
}

.paginationjs-pages>ul>li {
    display: inline;
}

ul.paginationjs-prev>li {
    display: inline-block;
}

li.paginationjs-next>a {
    color: #000;
}

li.paginationjs-prev>a {
    color: #000;
}

.paginationjs-pages {
    text-align: center;
    /* margin-bottom: 10px; */
    /* display: inline-block; */
}

.paginationjs-center::before {
    content: "";
    width: 145%;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #dedede;
    left: -295px;
    top: 50%;
}

.paginationjs-center::after {
    content: "";
    width: 145%;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #dedede;
    left: 202px;
    top: 50%;
}

.cent-page-prev {
    color: #000;
    display: inline;
    margin-right: 10px;
    /* margin-bottom: 15px; */
    padding: 5px 10px;
    border: 1px solid #dedede;
    background: #f7f7f7;
}

.cent-page-next {
    color: #000;
    display: inline;
    padding: 5px 10px;
    border: 1px solid #dedede;
    /* margin-bottom: 15px; */
    background: #f7f7f7;
}


/* #latest-persib-side {
    text-align: center;
    margin-top: 20px;
    padding-right: 60px;
} */

.ul-sidepage {
    margin-top: 20px;
    text-align: center;
    padding: 0;
}

.ul-sidepage::before {
    content: "";
    width: 20%;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #dedede;
    left: 40px;
    padding-top: 10px;
    /* top: 50%; */
}

.paginationjs-side {
    margin-top: 20px;
}

.ul-sidepage::after {
    content: "";
    width: 20%;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #dedede;
    right: 40px;
    padding-top: 10px;
    /* top: 50%; */
}

.side-page-prev {
    color: #000;
    display: inline;
    margin-right: 10px;
    /* margin-bottom: 15px; */
    padding: 5px 10px;
    border: 1px solid #dedede;
    background: #f7f7f7;
}

.side-page-next {
    color: #000;
    display: inline;
    padding: 5px 10px;
    border: 1px solid #dedede;
    /* margin-bottom: 15px; */
    background: #f7f7f7;
}

.croppie {
    width: 110px;
    height: 85px;
    object-fit: none;
}

.croppie-headline {
    /* width: 787px; */
    object-fit: none;
}


/*card 
.carder:first-child {
     margin: 10px 0; 
}*/

.carder {
    padding-right: 3px;
    margin-bottom: -10px;
}

.sizing {
    padding-right: 27px;
}

#carousel-headline {
    padding-left: 15px;
}

.video-thumb {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.video-thumb:hover:before {
    background: none;
}

.video-thumb:hover:after {
    color: rgba(0, 0, 0, 0.65);
}

.video-thumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: #0000002e; */
    display: inline-block;
}

.video-thumb::after {
    content: "\f144";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    /* content: "\f1ea"; */
    font-size: 3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.70);
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_box {
    position: absolute;
    z-index: 1;
    right: 70px;
    /*top: 34px;*/
    top: 90px;
    height: 48px;
}

#search-form:hover {
    display: block;
}

#search-form {
    display: none;
    padding: 15px 10px;
    background: #f7f7f7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    right: -5px;
    top: -8px;
    border: 1px solid #e0e0e0;
}

#search-form>input[type='text'] {
    border: 0;
    border-top-right-radius: 20px;
    box-shadow: inset 0 1px 3px 0px rgba(171, 171, 171, 0.75);
    outline: 0;
    height: 40px;
    width: 300px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 16px;
    padding: 15px 30px;
}

.icon-search {
    cursor: pointer;
    position: absolute;
    top: -49px;
    right: -5px;
    background: #fff;
    border: 0;
    width: 30px;
    height: 30px;
    transition: all .3s ease-in;
    border-radius: 50%;
}

.icon-search:hover {
    background: #eceaea;
    color: #7b7b7b;
}

.icon-search:active,
.icon-search.active {
    outline: 0;
    background: #bdbdbd;
    color: #ffffff;
}

.icon-search:focus {
    outline: 0;
}

button.icon-search.active+#search-form {
    display: block;
}

#search-form>span.prefix {
    position: absolute;
    top: 25px;
    left: 18px;
    color: #80808047;
}

.search_header {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
    padding: 10px 0;
    border-bottom: 5px solid #ef7d1c;
    margin-bottom: 20px;
}

.result_wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.search_add {
    color: #353434;
}

.result_item {
    display: block;
    border-bottom: 1px solid #aeaeae;
    padding: 15px 0;
}

.result_content {
    display: flex;
    flex-wrap: wrap;
}

.result_content>.thumbnail {
    flex: 0 0 20%;
    width: 20%;
    margin-right: 20px;
}

.result_content>.result_description {
    padding: 0;
    font-size: 15px;
}

.result_item>.thumbnail>img {
    float: left;
    padding: 0 10px 0 0;
}

.result_content p.post_date {
    font-size: 12px;
    font-weight: bold;
    color: #83858F;
    padding: 0;
    margin: 0;
}

.result_content p.post_date>a {
    color: #e83333;
    text-transform: uppercase;
    padding-right: 10px;
}

.result_item h3 {
    font-size: 20px;
    font-weight: bold;
}

.result_item a:hover {
    color: #ef7d1c;
}

.awhite,
.awhite:visited {
    color: #fff;
}