/*
Theme Name: hila
*/


/* =WordPress Core
-------------------------------------------------------------- */


/* =WordPress Core
-------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Open+Sans);
.alignnone {
    margin: 5px 20px 20px 0;
}

.footer_content {
    padding: 20px 0 0 0;
}

.sharer {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 10px 10px 0 10px;
    background: #fff;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.twitter-share-button,
.facebook-share-button {
    height: 31px;
    width: 32px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.facebook-share-button {
    background: url("images/fb.png") no-repeat;
}

.twitter-share-button {
    background: url("images/tw.png") no-repeat;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/********************************************GENERAL************************************************************/

body {
    font-family: 'Open Sans Hebrew' !important;
    direction: ltr !important;
    text-align: left;
}

input,
textarea,
select,
a,
h1,
h2,
h3,
h4,
h5,
h6,
a,
div,
span {
    font-family: 'Open Sans Hebrew' !important;
}

a {
    text-decoration: none;
}

.header_nav ul li.current-menu-item a:link,
.header_nav ul li.current-menu-item a:visited {
    color: #cf100b;
}

ul {
    margin: 0;
    padding: 0;
}

.clear:after {
    clear: both;
    display: block;
    content: " ";
}

p {
    margin: 0;
    padding: 0;
}


/********************************************HEADER***********************************************************/

.header {
    background-color: #c7bfba;
    background-image: linear-gradient(to bottom, #c7bfba, #c7bfba);
    border: none;
    padding-bottom: 6px;
    padding-top: 18px;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
}

.column,
.columns {
    float: left;
}

.nav_hila {
    display: inline-block;
}

.logo {
    display: inline-block;
    float: right;
    position: relative;
    top: -6px;
}

.menu>li>a {
    font-size: 20px;
    color: #fff;
    padding: 0.7rem 7px;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.menu>li>a:hover {
    opacity: 0.5;
}

.wrap_no_header {
    margin-top: 97px;
}

.slide_single {
    position: relative;
}

.slide_single_text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 45px;
    padding: 10px 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(199, 191, 186);
    border-radius: 0px;
    white-space: nowrap;
    opacity: 1;
}

#home_slider li:nth-child(even) .slide_single_text {
    bottom: auto;
    left: auto;
    right: 50px;
    top: 50px
}

.hp_slider {
    padding-top: 20px;
}

.bottom_slider_img {
    margin-top: 20px;
}

.hp_cat_in_img img {
    border: 5px solid #9e877e;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    display: block;
    margin: auto;
    opacity: 0.75;
    transition: opacity 0.3s;
    opacity: 0.7;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.blog_wrap {
    background: url(images/blog-bgr.gif) repeat-y;
}

.category .footer {
    margin-top: 0;
}

.blog_wrap_in.clear {
    background: #fff;
    padding: 10px;
    padding-top: 0;
}

.hp_cat_in_img:hover img {
    opacity: 1;
}

.hp_cat {
    margin-top: 30px;
}

.hp_cat_in_title {
    color: #9e877e;
    font-size: 30px;
    text-align: center;
}

p {
    font-size: 16px;
    line-height: 18px;
}

.hp_cat_in_content {
    text-align: center;
}

.hp_bottom_in_contacty {
    background-color: #e7e6ce;
    padding: 10px;
}

.hp_bottom {
    margin-top: 50px;
}

.hp_bottom_in_contacty_title {
    font-weight: bold;
    font-size: 18px;
    color: #9e877e;
    border-bottom: 1px solid #9e877e;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.bottom_form_in_r {
    display: inline-block;
    position: relative;
    top: 7px;
}

.bottom_form_in_l {
    display: inline-block;
    float: right;
}

.bottom_form_in input {
    border: none;
}

input,
textarea {
    direction: ltr;
}

textarea {
    border: none;
    height: 80px !important;
}

#sendd {
    float: right;
    height: 35px;
    background-color: #9e877e;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    width: 130px;
    line-height: 35px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#sendd:hover {
    opacity: 0.5;
}

.bottom_form_in.clear {
    width: 90%;
    margin: auto;
}

input:focus {
    outline: none !important;
}

.yt_img {
    width: 100%;
    max-height: 352px;
}

.fancybox-media {
    display: block;
}

.hp_b_r {
    width: 50%;
    float: right;
    text-align: center;
}

.hp_b_l {
    float: left;
    width: 50%;
    text-align: center;
}

.bottomhp_bottom_in_contacty.clear {
    padding-top: 20px;
    color: #9e877e;
    font-weight: bold;
}

.bottomhp_bottom_in_contacty.clear a {
    color: #9e877e;
}

h2 {
    color: #9e877e;
    font-size: 25px;
    line-height: 27px;
}

.hide_content_con {
    display: none;
}

.hide_content_title {
    background-color: #e7e6ce;
    font-weight: 900;
    padding: 0;
    font-size: 30px;
    padding: 0 20px;
    height: 39px;
    margin-top: 20px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.hide_content_title:hover {
    opacity: 0.7;
}

.in_header {
    position: relative;
}

.lang_swit {
    position: absolute;
    right: 210px;
}

.footer {
    background-color: #e7e6ce;
    margin-top: 20px;
    padding-bottom: 20px;
    ;
}

.logof {
    padding-top: 30px;
}

.footer_soical {
    text-align: center;
    margin-top: 30px;
}

.footer_soical ul li {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 33px;
    border-radius: 75px;
    color: #ffffff;
    background-color: #9e877e;
    transition: background-color 0.3s;
    text-align: center;
    line-height: 38px;
    font-size: 19px;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.footer_soical ul li a {
    color: #fff
}

.footer_soical ul li:hover {
    opacity: 0.5;
}

h1 {
    color: #9e877e;
    font-size: 38.5px;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    ;
    padding: 10px 0;
}

.in_page_content p {
    margin-bottom: 7px;
}

.in_page_content a {
    color: #9e877e;
    font-weight: bold;
}

.in_page_content ul {
    padding-right: 20px;
}

.in_page_content {}

.single_post_earp {
    position: relative;
    margin-bottom: 20px;
}

.single_post_earp_title {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    color: #fff;
    right: 20px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(70, 70, 70, 0.75);
    font-size: 56px;
    width: 70%;
    line-height: 55px;
    text-align: center;
}

.single_post_earp_img img {
    opacity: 0.75;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.single_post_earp_img:hover img {
    opacity: 1;
}

.single_gal_in {
    position: relative;
}

.single_gal {
    padding: 20px 0;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.single_gal_in_img img {
    transition: all .4s 0s ease-in-out;
    -webkit-transition: all .4s 0s ease-in-out;
    -moz-transition: all .4s 0s ease-in-out;
    -o-transition: all .4s 0s ease-in-out;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}

.single_gal_in_img:hover img {}

.single_gal_in_img {
    overflow: hidden;
}

.on_hover {
    position: absolute;
    z-index: 9;
    background: rgb(234, 234, 234);
    width: 100%;
    height: 100%;
    padding-top: 100px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all 880ms ease;
    -moz-transition: all 880ms ease;
    -ms-transition: all 880ms ease;
    -o-transition: all 880ms ease;
    transition: all 880ms ease;
    opacity: 0;
}

.on_hover_con_fl {
    border-bottom: 1px solid #9e877e;
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.on_hover_con_sl {
    color: #ffffff !important;
    font-weight: bold !important;
    margin: auto !important;
    text-align: center !important;
    text-shadow: 1px 1px 3px rgba(69, 69, 69, 0.74)
}

.single_gal_in:hover .on_hover {
    opacity: 1;
}

.single_gal_in:hover .single_gal_in_img img {
    transform: scale(1.5) rotate(6deg);
    -webkit-transform: scale(1.5) rotate(6deg);
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden;
}

.dcolumns {
    width: 25%;
    display: inline-block;
}

.single_gal_in_img img {
    width: 100%
}

.dcolumns {
    width: 24.7%;
    display: inline-block;
}

.contact_map {
    margin-top: 30px;
}

.contact_map {
    pointer-events: none;
}

.contact_form {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    text-align: center;
    padding: 50px 15px;
}

.contact_form_in {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.contact_form_in_f {
    width: 98.5%;
}

#dendd2 {
    width: 200px;
    height: 50px;
    background-color: #9e877e;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    float: left;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}

#dendd2:hover {
    opacity: 0.7;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    border: none;
}

.contact_form_in input:focus,
.contact_form_in textarea:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.contact_form_in input::-webkit-input-placeholder {
    color: #333333;
}

.contact_form_in input:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

.contact_form_in input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
}

.contact_form_in input:-ms-input-placeholder {
    color: #333333;
}

.contact_form_in textarea::-webkit-input-placeholder {
    color: #333333;
}

.contact_form_in textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

.contact_form_in textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
}

.contact_form_in textarea:-ms-input-placeholder {
    color: #333333;
}

.sidebae_mune ul li {
    list-style-type: none;
    padding: 7px;
    background-color: #9e877e;
}

.the_sidebar {
    width: 30%;
    float: right;
}

.no_side_bar {
    float: left;
    width: 68%
}

.sidebae_mune ul li a {
    font-size: 20px;
    color: #ffffff;
    display: block;
}

.blog_banner {
    margin-bottom: 30px;
}

.sidebae_mune ul li a:hover {
    font-size: 20px;
    color: #9e877e;
    background-color: #eee;
}

.post_loop_single_title {
    color: #9e877e;
    font-size: 30px;
    font-weight: bold;
}

.post_loop_single_btn {
    background-color: #9e877e;
    color: #ffffff;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    float: left;
    background-color: #9e877e;
    color: #ffffff;
}

.single-post .in_page_ttioie {
    margin-bottom: 25px;
}

.btp {
    cursor: pointer;
    font-size: 0.9em;
    position: fixed;
    text-align: center;
    z-index: 99;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: #fce8e0;
    color: #ffffff;
    border-radius: 50px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    right: 20px;
    bottom: -200px;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.btp_show {
    bottom: 20px;
    opacity: 1;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 96px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 32px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
    bottom: -10px;
}

.c-hamburger--htx {}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}


/* active state, i.e. menu open */

.c-hamburger--htx.is-active {}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

.mobile_btn {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.lang_swit_m {
    display: none;
}


/****************************mobile****************/

@media screen and (max-width: 1200px) {
    .in_header,
    .in_page_ttioie,
    .in_page_content,
    .extra_bottom_content,
    .blog_wrap_in,
    .contact_map {
        padding: 0 10px;
    }
    .lang_swit {
        display: none;
    }
}

@media screen and (max-width: 1040px) {
    .hp_slider {
        padding-top: 0;
    }
    .single_gal {
        text-align: center;
    }
    .dcolumns {
        width: 25%;
        float: right;
    }
    .on_hover {
        position: absolute;
        z-index: 9;
        background: transparent;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-transition: all 880ms ease;
        -moz-transition: all 880ms ease;
        -ms-transition: all 880ms ease;
        -o-transition: all 880ms ease;
        transition: all 880ms ease;
        opacity: 1;
    }
    .on_hover_con {
        background: rgba(255, 255, 255, 0.7);
    }
}

@media screen and (max-width: 1000px) {
    .nav_hila {
        display: inline-block;
        position: fixed;
        width: 40%;
        height: 100%;
        display: block;
        z-index: 999;
        right: 0;
        background: #c7bfba;
        display: none;
        top: 0
    }
    .lang_swit_m {
        display: block;
    }
    .lang_swit {
        display: none;
    }
    .menu>li,
    .menu.horizontal>li {
        display: block;
    }
    .logo {
        float: right;
    }
    .show_menu_mobile {
        display: block;
    }
    .mobile_btn {
        display: block;
    }
    .bottom_form_in_r {
        display: none;
    }
    .single_gal {
        padding-top: 0;
        padding: 0 15px;
    }
    .dcolumns {
        width: 33.33%;
        float: right;
    }
    .c-hamburger span {
        top: 14px
    }
    .lang_swit {
        right: auto;
        left: 200px;
        top: -7px;
    }
    .contact_map {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .hp_cat_in {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 720px) {
    .single_post_earp_title {
        font-size: 22px
    }
    .dcolumns {
        width: 50%
    }
    .on_hover {
        position: absolute;
        z-index: 9;
        background: transparent;
        width: 100%;
        height: 100%;
        padding-top: 30px;
        text-align: center;
        padding-right: 5px;
        padding-left: 20px;
        -webkit-transition: all 880ms ease;
        -moz-transition: all 880ms ease;
        -ms-transition: all 880ms ease;
        -o-transition: all 880ms ease;
        transition: all 880ms ease;
        opacity: 1;
    }
    .hp_cat_in {
        margin-bottom: 30px;
    }
    .hp_cat_in_content {
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .the_sidebar,
    .no_side_bar {
        width: 100%
    }
    .the_sidebar {
        margin-top: 30px;
    }
    h1 {
        color: #9e877e;
        font-size: 20.5px;
        font-weight: 600;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }
    .single .in_page_ttioie {
        margin-bottom: 15px;
    }
    .hp_b_r,
    .hp_b_l {
        width: 100%
    }
    .slide_single_text {
        font-size: 20px;
    }
    .logo {
        width: 100px
    }
    .c-hamburger span {
        top: 23px
    }
    .wrap_no_header {
        margin-top: 72px;
    }
    .c-hamburger {
        width: 80px
    }
    .single_post_earp_title {
        font-size: 14px;
        background: rgba(0, 0, 0, 0.7);
    }
    .contact_map iframe {
        height: 200px !important;
    }
    .contact_form_in,
    .contact_form_in_f {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .post_loop_single {
        margin-bottom: 20px;
    }
    .post_loop_single_title {
        font-size: 21px;
        line-height: 24px;
    }
    .nav_hila {
        width: 50%
    }
    .single_post_earp_title {
        font-size: 14px;
        background: rgba(0, 0, 0, 0.7);
        padding: 11px;
        line-height: 14px;
    }
    .mobile_btn {
        top: -18px
    }
    .menu>li>a {
        padding: 0.7rem 15px;
    }
    .hp_bottom_in_contacty {
        margin-bottom: 20px;
    }
    .bottom_form_in_ {
        width: 100%
    }
    .bottom_form_in_l {
        width: 100%
    }
    .bottom_form_in.clear {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .single_post_earp_title {
        bottom: 0
    }
}

.extra_bottom_content p {
    margin-bottom: 20px;
}

.in_page_content p {
    margin-bottom: 10px !important;
}

#edittag>#wp-description-wrap {
    display: block;
}