/* == Rezdy Items Stylesheet == */

@media (min-width: 1025px) {
    .rzd_main {
        float: left;
        width: 100%;
        height: auto;
    }
    .rzd_options_list {
        float: right;
        width: 32%;
    }
    .rzd_options_list select {
        float: left;
        width: 66%;
    }
    .rzd_grid_list {
        float: right;
        width: 23%;
        height: auto;
        cursor: pointer;
    }
    .rzd_container {
        background-color: #09F;
    }
    .rzd_main h1 {
        clear: none;
        display: block;
        font-size: 24px;
        margin-bottom: 12px;
        float: left;
    }
    .items_body {
        float: left;
        width: 102%;
        height: auto;
        margin-top: 14px;
    }
    .items_grid {
        float: left;
        width: 48%;
        height: auto;
        margin: 0 16px 16px 0;
        background: #f7f6f6;
        padding: 12px 0 12px 0;
        border: 0;
        border-radius: 2px;
        box-sizing: border-box;
        position: relative;
    }
    .items_grid.items_list {
        float: left;
        width: 98%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .items_grid a.rzd_post_thumbnail {
        float: left;
        width: 48%;
    }
    .items_grid a.rzd_post_thumbnail img {
        width: 100%;
    }
    .items_grid .rzd_listing_content {
        width: 52%;
        float: left;
        box-sizing: border-box;
        padding: 0 9px 28px;
    }
    .items_grid .rzd_listing_content p {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .items_grid .rzd_listing_content.rzd_content_full, .items_grid.items_list .rzd_listing_content.rzd_content_full {
        width: 100%;
    }
    .items_grid.items_list a.rzd_post_thumbnail {
        width: 24%;
    }
    .items_grid.items_list .rzd_listing_content {
        width: 76%;
    }
    .items_grid h2 {
        clear: none;
        display: block;
        margin-bottom: 4px;
    }
    .items_grid.items_list h2 {
        clear: none;
        display: block;
    }
    .items_grid h2 a {
        margin-top: 1px;
        font-size: 15px;
        border-bottom: 1px solid #dddddd;
        padding: 0 0 9px 0;
        text-decoration: none;
        color: #505450;
        display: block;
    }
    .items_grid h2 a:hover {
        color: #000;
    }
    .items_grid p br {
        margin-bottom: 14px;
    }
    a.rzd_read_more {
        text-decoration: none;
        margin-top: 12px;
        float: right;
        background: grey;
        border: 0;
        color: #fff;
        padding: 7px 15px 7px;
        border-radius: 2px;
        position: absolute;
        right: 9px;
        bottom: 12px;
    }
    a.rzd_read_more:hover {
        background: #000;
        color: #fff;
    }
    .rzd_pagination {
        clear: both;
    }
    .rzd_pagination a {
        background: grey;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .rzd_pagination a:hover {
        background: #000;
        color: #fff;
    }
    .rzd_cat_list {
        padding: 0;
        list-style: none;
    }
    .rzd_cat_list li a {
        text-decoration: none;
        float: left;
        color: #666;
    }
    .rzd_cat_list a:hover {
        color: #000;
    }
    .rzd_cat_list li {
        float: left;
        margin-left: 3px;
    }
    .rzd_page_last_dot {
        padding-right: 4px;
    }
    .rzd_page_link_disabled {
        background: #000;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .rzd_main.rzd_single h1 {
        clear: none;
        display: block;
        font-size: 24px;
        margin-bottom: 12px;
        float: none;
        width: 74%;
    }
    .rzd_main.rzd_single h2 {
        clear: none;
        display: block;
        font-size: 24px;
        margin-bottom: 12px;
        float: right;
        width: 100%;
    }
    .rzd_main.rzd_single .rzd_content {
        float: left;
        width: 65%;
    }
    .rzd_main.rzd_single .rzd_content p {
        line-height: 19px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rzd_main.rzd_single .rzd_content ul {
        list-style: disc;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ul li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .rzd_main.rzd_single .rzd_content ol {
        list-style: decimal;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ol li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .rzd_main.rzd_single .rzd_content img.wp-post-image {
        margin-right: 25px;
        float: left;
    }
    .rzd_links {
        float: right;
        width: 320px;
    }
    #rzd_cat_list1 {
        clear: both;
        color: #000;
    }
    .rzd_cat_list {
        margin-top: 10px;
        overflow: hidden;
    }
    .rzd_list_btn {
        padding: 0 6px;
    }
}
/* Visibilties */
.rzd_visible_phone {
    visibility: hidden;
    display: none;
}
.rzd_visible_desktop {
    visibility: visible;
}
/* ============================= */
/* ! Layout for phone version   */
/* ============================= */

/*Rsponsive layout 1024*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .rzd_visible_phone {
        visibility: visible;
        display: inherit;
    }
    .rzd_visible_desktop {
        visibility: hidden;
        display: none;
    }
    .rzd_main {
        float: left;
        width: 100%;
        height: auto;
    }
    .rzd_grid_list {
        float: right;
        width: 10%;
        height: auto;
        cursor: pointer;
    }
    .rzd_container {
        background-color: #09F;
    }
    .rzd_main h1 {
        font-size: 24px;
        margin-bottom: 13px;
    }
    .items_body {
        float: left;
        width: 102%;
        height: auto;
        margin-top: 14px;
    }
    .items_grid {
        background: #f7f6f6 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 2px;
        display: inline-block;
        margin: 0 16px 16px 0;
        padding: 12px 0;
        width: 47%;
        vertical-align: top;
    }
    .items_grid h2 {
        margin: 13px 13px 13px 13px;
    }
    .items_grid h2 a{
        border-bottom: 1px solid #dddddd;
        padding: 0 0 4px 0;
    }
    .items_grid p {
        padding: 0 12px 0 12px;
        line-height: 17px;
    }
    .items_grid a {
        margin-top: 13px;
        color: #505450;
        text-decoration: none;
    }
    .items_grid.items_list {
        float: left;
        width: 98%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .rzd_content {
        padding: 0 3%;
        width: 94%;
        margin-bottom: 10px;
    }
    .rzd_content p {
        line-height: 19px;
        margin-top: 13px;
    }
    .rzd_content h2 a {
        margin-top: 1px;
        font-size: 15px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 9px;
        text-decoration: none;
        color: #505450;
        display: block;
    }
    .rzd_content a:hover {
        color: #000;
    }
    .items_grid.items_list .rzd_content {
        width: 94%;
    }
    a.rzd_read_more {
        text-decoration: none;
        margin-top: 12px;
        float: right;
        background: grey;
        border: 0;
        color: #fff;
        padding: 7px 15px 7px;
        border-radius: 2px;
        margin-right: 3%;
    }
    a.rzd_read_more:hover {
        background: #000;
        color: #fff;
    }
    .rzd_pagination {
        clear: both;
    }
    .rzd_pagination a {
        background: grey;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .rzd_pagination a:hover {
        background: #000;
        color: #fff;
    }
    .rzd_cat_list {
        padding: 0;
        list-style: none;
    }
    .rzd_cat_list li a {
        text-decoration: none;
        float: left;
        color: #666;
    }
    .rzd_cat_list a:hover {
        color: #000;
    }
    .rzd_cat_list li {
        float: left;
        margin-left: 3px;
    }
    .rzd_page_last_dot {
        padding-right: 4px;
    }
    .rzd_page_link_disabled {
        background: #000;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .right_calender {
    }
    .rzd_links {
        width: 220px;
        float: left;
        margin-top: 2px;
    }
    .rzd_links h2 {
        font-size: 23px;
        margin-bottom: 12px;
    }
    #rzd_cat_list1 {
        clear: both;
        color: #000;
    }
    .rzd_cat_list {
        margin-top: 10px;
        overflow: hidden;
    }
    .rzd_list_btn {
        padding: 0 6px;
    }
    .rzd_main.rzd_single .rzd_content p {
        line-height: 19px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rzd_main.rzd_single .rzd_content ul {
        list-style: disc;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ul li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .rzd_main.rzd_single .rzd_content ol {
        list-style: decimal;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ol li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .items_grid .rzd_listing_content p {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}
/*Rsponsive layout 768*/
@media screen and (min-width: 641px) and (max-width: 767px) {
    .rzd_visible_phone {
        visibility: visible;
        display: inherit;
    }
    .rzd_visible_desktop {
        visibility: hidden;
        display: none;
    }
    .rzd_main {
        float: left;
        width: 100%;
        height: auto;
    }
    .rzd_grid_list {
        float: right;
        height: auto;
        cursor: pointer;
    }
    .rzd_container {
        background-color: #09F;
    }
    .rzd_main h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .items_body {
        float: left;
        width: 102%;
        height: auto;
        margin-top: 14px;
    }
    .items_grid {
        background: #f7f6f6 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 2px;
        display: inline-block;
        margin: 0 16px 16px 0;
        padding: 12px 0;
        width: 47%;
        vertical-align: top;
    }
    .items_grid h2 {
        margin: 13px 13px 13px 13px;
    }
    .items_grid h2 a{
        border-bottom: 1px solid #dddddd;
        padding: 0 0 4px 0;
    }
    .items_grid p {
        padding: 0 12px 0 12px;
        line-height: 17px;
    }
    .items_grid a {
        margin-top: 13px;
        color: #505450;
        text-decoration: none;
    }
    .items_grid.items_list {
        float: left;
        width: 98%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .rzd_content {
        padding: 0 3%;
        width: 94%;
        margin-bottom: 10px;
    }
    .rzd_content p {
        line-height: 19px;
        margin-top: 13px;
    }
    .rzd_content h2 a {
        margin-top: 1px;
        font-size: 15px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 9px;
        text-decoration: none;
        color: #505450;
        display: block;
    }
    .rzd_content a:hover {
        color: #000;
    }
    .items_grid.items_list .rzd_content {
        width: 94%;
    }
    a.rzd_read_more {
        text-decoration: none;
        margin-top: 12px;
        float: right;
        background: grey;
        border: 0;
        color: #fff;
        padding: 7px 15px 7px;
        border-radius: 2px;
        margin-right: 3%;
    }
    a.rzd_read_more:hover {
        background: #000;
        color: #fff;
    }
    .rzd_pagination {
        clear: both;
    }
    .rzd_pagination a {
        background: grey;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .rzd_pagination a:hover {
        background: #000;
        color: #fff;
    }
    .rzd_cat_list {
        padding: 0;
        list-style: none;
    }
    .rzd_cat_list li a {
        text-decoration: none;
        float: left;
        color: #666;
    }
    .rzd_cat_list a:hover {
        color: #000;
    }
    .rzd_cat_list li {
        float: left;
        margin-left: 3px;
    }
    .rzd_page_last_dot {
        padding-right: 4px;
    }
    .rzd_page_link_disabled {
        background: #000;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .rzd_links h2 {
        font-size: 23px;
        margin-bottom: 12px;
    }
    #rzd_cat_list1 {
        clear: both;
        color: #000;
    }
    .rzd_cat_list {
        margin-top: 10px;
        overflow: hidden;
    }
    .rzd_list_btn {
        padding: 0 6px;
    }
    .rzd_main.rzd_single .rzd_content p {
        line-height: 19px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rzd_main.rzd_single .rzd_content ul {
        list-style: disc;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ul li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .rzd_main.rzd_single .rzd_content ol {
        list-style: decimal;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ol li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .items_grid .rzd_listing_content p {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}
/*Rsponsive layout 640*/
@media screen and (min-width: 481px) and (max-width: 640px) {
    .rzd_visible_phone {
        visibility: visible;
        display: inherit;
    }
    .rzd_visible_desktop {
        visibility: hidden;
        display: none;
    }
    .rzd_main {
        float: left;
        width: 100%;
        height: auto;
    }
    .rzd_grid_list {
        float: right;
        height: auto;
        cursor: pointer;
    }
    .rzd_container {
        background-color: #09F;
    }
    .rzd_main h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .items_body {
        float: left;
        width: 102%;
        height: auto;
        margin-top: 14px;
    }
    .items_grid {
        background: #f7f6f6 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 2px;
        display: inline-block;
        margin: 0 16px 16px 0;
        padding: 12px 0;
        width: 47%;
        vertical-align: top;
    }
    .items_grid h2 {
        margin: 13px 13px 13px 13px;
    }
    .items_grid h2 a{
        border-bottom: 1px solid #dddddd;
        padding: 0 0 4px 0;
    }
    .items_grid p {
        padding: 0 12px 0 12px;
        line-height: 17px;
    }
    .items_grid a {
        margin-top: 13px;
        color: #505450;
        text-decoration: none;
    }
    .items_grid.items_list {
        float: left;
        width: 98%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .rzd_content {
        padding: 0 3%;
        width: 94%;
        margin-bottom: 10px
    }
    .rzd_content p {
        line-height: 19px;
        margin-top: 13px;
    }
    .rzd_content h2 a {
        margin-top: 1px;
        font-size: 15px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 9px;
        text-decoration: none;
        color: #505450;
        display: block;
    }
    .rzd_content a:hover {
        color: #000;
    }
    .items_grid.items_list .rzd_content {
        width: 94%;
    }
    a.rzd_read_more {
        text-decoration: none;
        margin-top: 12px;
        float: right;
        background: grey;
        border: 0;
        color: #fff;
        padding: 7px 15px 7px;
        border-radius: 2px;
        margin-right: 3%;
    }
    a.rzd_read_more:hover {
        background: #000;
        color: #fff;
    }
    .rzd_pagination {
        clear: both;
    }
    .rzd_pagination a {
        background: grey;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
    }
    .rzd_pagination a:hover {
        background: #000;
        color: #fff;
    }
    .rzd_cat_list {
        padding: 0;
        list-style: none;
    }
    .rzd_cat_list li a {
        text-decoration: none;
        float: left;
        color: #666;
    }
    .rzd_cat_list a:hover {
        color: #000;
    }
    .rzd_cat_list li {
        float: left;
        margin-left: 3px;
    }
    .rzd_page_last_dot {
        padding-right: 4px;
    }
    .rzd_page_link_disabled {
        background: #000;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .rzd_links h2 {
        font-size: 23px;
        margin-bottom: 12px;
    }
    #rzd_cat_list1 {
        clear: both;
        color: #000;
    }
    .rzd_cat_list {
        margin-top: 10px;
        overflow: hidden;
    }
    .rzd_list_btn {
        padding: 0 6px;
    }
    .rzd_main.rzd_single .rzd_content p {
        line-height: 19px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rzd_main.rzd_single .rzd_content ul {
        list-style: disc;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ul li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .rzd_main.rzd_single .rzd_content ol {
        list-style: decimal;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ol li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .items_grid .rzd_listing_content p {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}
/*Rsponsive layout 480*/
/*Rsponsive layout 634*/
@media screen and (min-width: 481px) and (max-width: 634px) {
    .rzd_visible_phone {
        visibility: visible;
        display: inherit;
    }
    .rzd_visible_desktop {
        visibility: hidden;
        display: none;
    }
    .rzd_main {
        float: left;
        width: 100%;
        height: auto;
    }
    .rzd_grid_list {
        float: right;
        height: auto;
        cursor: pointer;
    }
    .rzd_container {
        background-color: #09F;
    }
    .rzd_main h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .items_body {
        float: left;
        width: 102%;
        height: auto;
        margin-top: 14px;
    }
    .items_grid {
        background: #f7f6f6 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 2px;
        display: inline-block;
        margin: 0 16px 16px 0;
        padding: 12px 0;
        width: 97%;
        text-align: center;
    }
    .items_grid h2 {
        margin: 13px 13px 13px 13px;
    }
    .items_grid h2 a{
        border-bottom: 1px solid #dddddd;
        padding: 0 0 4px 0;
    }
    .items_grid p {
        padding: 0 12px 0 12px;
        line-height: 17px;
    }
    .items_grid a {
        margin-top: 13px;
        color: #505450;
        text-decoration: none;
    }
    .items_grid.items_list {
        float: left;
        width: 98%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .rzd_content {
        padding: 0 3%;
        width: 94%;
        margin-bottom: 10px;
    }
    .rzd_content p {
        line-height: 19px;
        margin-top: 13px;
    }
    .rzd_content h2 a {
        margin-top: 1px;
        font-size: 15px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 9px;
        text-decoration: none;
        color: #505450;
        display: block;
    }
    .rzd_content a:hover {
        color: #000;
    }
    .items_grid.items_list .rzd_content {
        width: 94%;
    }
    a.rzd_read_more {
        text-decoration: none;
        margin-top: 12px;
        float: right;
        background: grey;
        border: 0;
        color: #fff;
        padding: 7px 15px 7px;
        border-radius: 2px;
        margin-right: 3%;
    }
    a.rzd_read_more:hover {
        background: #000;
        color: #fff;
    }
    .rzd_pagination {
        clear: both;
    }
    .rzd_pagination a {
        background: grey;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
    }
    .rzd_pagination a:hover {
        background: #000;
        color: #fff;
    }
    .rzd_cat_list {
        padding: 0;
        list-style: none;
    }
    .rzd_cat_list li a {
        text-decoration: none;
        float: left;
        color: #666;
    }
    .rzd_cat_list a:hover {
        color: #000;
    }
    .rzd_cat_list li {
        float: left;
        margin-left: 3px;
    }
    .rzd_page_last_dot {
        padding-right: 4px;
    }
    .rzd_page_link_disabled {
        background: #000;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .rzd_links h2 {
        font-size: 23px;
        margin-bottom: 12px;
    }
    #rzd_cat_list1 {
        clear: both;
        color: #000;
    }
    .rzd_cat_list {
        margin-top: 10px;
        overflow: hidden;
    }
    .rzd_list_btn {
        padding: 0 6px;
    }
    .rzd_main.rzd_single .rzd_content p {
        line-height: 19px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rzd_main.rzd_single .rzd_content ul {
        list-style: disc;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ul li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .rzd_main.rzd_single .rzd_content ol {
        list-style: decimal;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ol li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .items_grid .rzd_listing_content p {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    /*Rsponsive layout 481*/
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .rzd_visible_phone {
        visibility: visible;
        display: inherit;
    }
    .rzd_visible_desktop {
        visibility: hidden;
        display: none;
    }
    .rzd_main {
        float: left;
        width: 100%;
        height: auto;
    }
    .rzd_grid_list {
        float: right;
        height: auto;
        cursor: pointer;
    }
    .rzd_container {
        background-color: #09F;
    }
    .rzd_main h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .items_body {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 14px;
    }
    .items_grid {
        background: #f7f6f6 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 2px;
        display: inline-block;
        margin: 0 0 16px 0;
        padding: 12px 0;
        width: 100%;
    }
    .items_grid h2 {
        margin: 13px 0 13px 0;
    }
    .items_grid h2 a{
        border-bottom: 1px solid #dddddd;
        padding: 0 0 4px 0;
    }
    .items_grid p {
        padding: 0 12px 0 12px;
        line-height: 17px;
    }
    .items_grid a {
        margin-top: 13px;
        color: #505450;
        text-decoration: none;
    }
    .items_grid.items_list {
        float: left;
        width: 98%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .rzd_content {
        padding: 0 3%;
        width: 94%;
        margin-bottom: 10px;
    }
    .rzd_content p {
        line-height: 19px;
        margin-top: 13px;
    }
    .rzd_content h2 a {
        margin-top: 1px;
        font-size: 15px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 9px;
        text-decoration: none;
        color: #505450;
        display: block;
    }
    .rzd_content a:hover {
        color: #000;
    }
    .items_grid.items_list .rzd_content {
        width: 94%;
    }
    a.rzd_read_more {
        background: grey none repeat scroll 0 0;
        border: 0 none;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px 15px;
        text-decoration: none;
    }
    a.rzd_read_more:hover {
        background: #000;
        color: #fff;
    }
    .rzd_pagination a {
        background: grey none repeat scroll 0 0;
        border: 0 none;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        margin-bottom: 8px;
        margin-right: 5px;
        padding: 7px 10px 8px;
        text-decoration: none;
    }
    .rzd_pagination a:hover {
        background: #000;
        color: #fff;
    }
    .rzd_cat_list {
        padding: 0;
        list-style: none;
    }
    .rzd_cat_list li a {
        text-decoration: none;
        float: left;
        color: #666;
    }
    .rzd_cat_list a:hover {
        color: #000;
    }
    .rzd_cat_list li {
        float: left;
        margin-left: 3px;
    }
    .rzd_page_last_dot {
        padding-right: 4px;
    }
    .rzd_page_link_disabled {
        background: #000;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        border: 0;
        border-radius: 2px;
        color: #fff;
    }
    .rzd_links h2 {
        font-size: 23px;
        margin-bottom: 12px;
    }
    #rzd_cat_list1 {
        clear: both;
        color: #000;
    }
    .rzd_cat_list {
        margin-top: 10px;
        overflow: hidden;
    }
    .rzd_list_btn {
        padding: 0 6px;
    }
    .rzd_main.rzd_single .rzd_content p {
        line-height: 19px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rzd_main.rzd_single .rzd_content ul {
        list-style: disc;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ul li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .rzd_main.rzd_single .rzd_content ol {
        list-style: decimal;
        padding: 0 0 20px 18px;
    }
    .rzd_main.rzd_single .rzd_content ol li {
        line-height: 18px;
        margin-bottom: 5px;
    }
    .items_grid .rzd_listing_content p {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}