body .centered-content a, body .centered-content a.button {
    color: inherit;
    border: 0;
}
.col-main {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 0 30px;
    position: relative;
}
@media screen and (min-width: 800px) {
    .col-main {
        width: 62.5%;
        float: left;
        padding: 75px 0 30px; }
}
.content ul, .content ol, .mceContentBody ul, .mceContentBody ol {
    margin: 25px 0;
}

.call_to_action {
    background-color: #c3d7e6;
    color: #000;
    border: 1px solid #c3d7e6;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    margin-top:70px;
}

.form.wrap {
    margin: 0;
    border: 2px solid #E3E2E2;
    border-radius: 8px;
    padding: 40px 74px;
    margin-top: 70px;
}
.wrap .medium, textarea {
    background-color: white;
}
@media screen and (max-width: 767px) {
    .form.wrap{
        padding: 32px 28px;
        margin-top:40px;
    }
    .form.wrap .left-act>h2{
        font-size: 36px;
        font-weight: 500;
    }
    #ask-diamond-question{
        font-size: 22px;
        line-height: 28px;
    }
    .form.wrap #gravity-form-disclaimer{
        text-align: center;
        line-height: 18px;
    }
}

/**
 * Lists
 */
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol,
.mceContentBody ul ul,
.mceContentBody ul ol,
.mceContentBody ol ul,
.mceContentBody ol ol {
    margin: 15px 0; }
.content ul li,
.content ol li,
.mceContentBody ul li,
.mceContentBody ol li {
    margin: 5px 0 5px 40px; }
.content ol li,
.mceContentBody ol li {
    list-style: decimal; }
.content ul li,
.mceContentBody ul li {
    list-style: disc; }


/*** PRO LISTING PROD***/
/* -- DiPro-Aug-0057 Plugin Project -- */
.pro-seo-list {
    display: block;
    clear: both;
    padding: 1px 10px 1px 14px;
    box-shadow: none;
    border-radius: 8px;
    margin: 40px 0;
    border: 2px solid #e3e2e2;
}
.pro-seo-list h3{
    margin-top:20px;
}
ul.pro-listing-prod a:hover {
    border: 0;
}
ul.pro-listing-prod > h3 {
    padding: 0 0 0 10px;
    width: 100%;
}
ul.pro-listing-prod li {
    list-style: none;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    margin: 15px 0 15px -4px;
    padding: 10px;
    position: relative;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
}
ul.pro-listing-prod li:hover {
    box-shadow: 0px 0px 6px 2px rgb(234, 230, 230);
}
ul.pro-listing-prod li .pro-james-ico {
    width: 80px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
ul.pro-listing-prod li .pro-james-ico span {
    display: inline-block;
    width: 100%;
    max-width: 80px;
    line-height: 1;
}
ul.pro-listing-prod li .pro-james-ico span img {
    float: left;
    width: 100%;
}
ul.pro-listing-prod li .pro-desc {
    text-align: center;
    padding: 10px 0 0 0;
    position: relative;
}
ul.pro-listing-prod li .pro-desc:before {
    content: "";
    display: inline-block;
    border-bottom: 1px solid rgba(116, 164, 202, 0.5);
    width: 80px;
    height: 1px;
}
ul.pro-listing-prod li .pro-name {
    margin: 5px 0 15px 0;
    line-height: 0.6;
}
ul.pro-listing-prod li .pro-name a {
    line-height: normal;
    font-size: 14px;
    text-transform: none;
    color: #222222;
}
ul.pro-listing-prod li .pro-name a:hover {
    color: #74a4ca;
}
ul.pro-listing-prod li p {
    width: 100%;
    margin: 5px 0;
    line-height: 1;
    font-size: 14px;
    color: #7b7b7b;
    display: block;
}
ul.pro-listing-prod + .load-more {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    margin: 0 0 30px 0;
    background: #99bcd8;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
ul.pro-listing-prod + .load-more:hover {
    background: #74a4ca;
}

@media(max-width: 812px) {
    ul.pro-listing-prod {
        padding: 1px 10px 1px 13px;
    }
    ul.pro-listing-prod li {
        width: 50%;
        margin: 15px 0 15px -3px;
    }
}
@media(max-width: 767px) {
    ul.pro-listing-prod .slick-list{
        float: left;
        width: 100%;
        overflow: hidden;
    }
    ul.pro-listing-prod li{
        float: left;
    }
    ul.pro-listing-prod .slick-dots {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
        margin-bottom: 20px;
    }

    ul.pro-listing-prod .slick-dots li {
        float: none;
        border: 0;
        padding: 0;
        margin: 0 !important;
        width: auto;
        font-size: 0;
        box-shadow: none !important;
    }

    ul.pro-listing-prod .slick-dots li button {
        font-size: 0;
        background: #ededed;
        margin: 0 5px;
        width: 14px;
        height: 14px;
        padding: 0;
        border-radius: 100%;
        float: left
    }

    ul.pro-listing-prod ul.slick-dots li.slick-active button {
        background: #075E8D
    }
}

@media(max-width: 420px) {
    ul.pro-listing-prod {
        padding: 0;
    }
    ul.pro-listing-prod > h3 {
        text-align: center;
        margin: 0;
        padding: 20px 0 0 0;
    }
    ul.pro-listing-prod li {
        width: 100%;
        margin: 15px 0;
    }
    ul.pro-listing-prod + .load-more {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
/* -- DiPro-Mar-0083 Metal Type in Ecom Widget filter -- */

ul.pro-listing-prod {
    width: 100%;
    display: flex;
    -ms-display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin:0;
}
ul.pro-listing-prod li {
    padding: 10px 10px 65px 10px;
}
ul.pro-listing-prod li .pro-name {
    min-height: 1px !important;
}
ul.pro-listing-prod li .pro-desc {
    position: static;
}
ul.pro-listing-prod li .pro-desc a.button {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0 !important;
    width: calc(100% - 20px) !important;
    max-width: 100% !important;
    line-height: 20px;
    background: #99bcd8;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #fff !important;
    border: 0 !important;
}
ul.pro-listing-prod li .pro-desc a.button:hover {
    background: #74a4ca;
}

@media (max-width: 420px) {
    ul.pro-listing-prod li:hover {
        box-shadow: none;
    }
    ul.pro-listing-prod li .pro-desc a.button {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.wp-caption {
    max-width: 100%;
    border: none;
    background: 0 0;
    padding: 0;
    text-align: left;
}
.wp-caption {
    margin: 10px 0 20px;
}
.wp-caption img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
}
img.alignleft, img.alignright, .wp-caption img {
    border: none !important;
    margin: 0 !important;
}
hr {
    background: #ccc;
    color: #ccc;
    border: none;
    height: 2px;
    clear: both;
    margin: 50px 0;
}


img.alignleft, .wp-caption.alignleft {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
img.alignleft, img.alignright, .wp-caption img {
    border: none !important;
    margin-right: 0;
    margin-left: 0;
}

img.alignright, .wp-caption.alignright {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-caption p.wp-caption-text, .wp-caption-dd {
    font: 500 18px/28px Roboto,Helvetica,Arial,sans-serif;
    padding: 10px 0;
    margin: 0;
    border-bottom: 2px solid #ccc;
}

.wp-block-table table {
    width: 100%;
}
.content table {
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td, table th {
    padding: 9px 10px;
    text-align: left;
}
.content table th {
    background-color: #6298c3 !important;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto;
}
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5;
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word;
}
.content table th {
    font-weight: 700;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    padding: 5px;
    background: #666;
    background-color: rgb(102, 102, 102);
    color: #fff;
}
.content table td {
    border: 1px solid #ccc;
}
.content table td {
    padding: 5px;
}
table td, table th {
    padding: 9px 10px;
    text-align: left;
}
/* -- DiPro-SEO-09 Table of Contents for articles -- */
.counter-hierarchy {
    border-width: 2px 0 !important;
    border-radius: 0 !important;
    border-color: #99bcd8 !important;
    box-shadow: none !important;
    width: auto !important;
    display: grid !important;
}
.ez-toc-title-container {
    display: table;
    width: 100%;
}
.counter-hierarchy nav ul {
    padding: 12px 0 0 0 !important;
}
.counter-hierarchy nav ul li {
    float: left;
    width: 100%;
    padding: 5px 0 !important;
    line-height: 1.5 !important;
}
.counter-hierarchy nav ul li a:hover, .counter-hierarchy a.ez-toc-toggle:hover {
    border: 0 !important;
}

@media screen and (max-width: 550px) {
    .counter-hierarchy {
        width: 100% !important;
        display: block !important;
    }

    .content table.dp-review-rating-box {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/**Override stiles beacuse breack with LL**/
/**Block image**/

.wp-block-image {
    max-width: 100%;
    margin: 40px 0;
    display: block;
    text-align: left;
}
figure {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
}
.wp-block-image figure{
    margin: 0 !important;
}
.wp-block-image figure figcaption {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #3D3D3D;
    line-height: 28px;
    margin: 5px 0 0;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.wp-block-image .aligncenter figcaption{
    text-align: center;
}
.wp-block-image .alignright {
    float: none;
    margin-left: 0;
    width: auto;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em !important;
    width: auto;
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom;
}


.col-sidebar {
    margin: 15px 0;
    max-width: 600px;
    font-size: 13px;
    line-height: 23px;
}
.col-sidebar {
    width: 31.25%;
    float: right;
    margin: 0;
    margin-top: 0px;
    background: 0 0;
    padding-top: 40px;
}
.entry-meta, .content .commentlist .comment-meta {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #666666; }
.entry-meta time, .content .commentlist .comment-meta time,
.entry-meta .author,
.content .commentlist .comment-meta .author {
    margin-right: 12px; }
.entry-meta time a, .content .commentlist .comment-meta time a,
.entry-meta .author a,
.content .commentlist .comment-meta .author a {
    padding-left: 1px; }
@media screen and (min-width: 500px) {
    .entry-meta time, .content .commentlist .comment-meta time,
    .entry-meta .author,
    .content .commentlist .comment-meta .author {
        margin-right: 20px; } }
.entry-meta a, .content .commentlist .comment-meta a {
    color: #222222; }
.entry-meta a span, .content .commentlist .comment-meta a span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 -20px 0 1px;
    vertical-align: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -border-radius: 50%;
    border-radius: 50%;
    background: #666666;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #ffffff; }
.entry-meta a, .content .commentlist .comment-meta a,
.entry-meta time,
.content .commentlist .comment-meta time {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.content a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    border: none; */
}
.content a[data-wpel-link="internal"]{
    text-decoration: none;
    border: 0;
}

.sidebar-wrapper .col-sidebar {
    margin-top: 16px !important;
}
.col-main, .col-sidebar {
    padding-top: 0;
}

/**
* formsmain.min.css
**/
.gform_wrapper {
    margin-bottom: 0px;
    margin-top: 16px;
    max-width: 100%
}

.gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto
}

.gform_wrapper *,.gform_wrapper :after,.gform_wrapper :before {
    box-sizing: border-box!important
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal
}
.gform_wrapper textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    padding: 6px 8px;
    line-height: 1.5;
    resize: none
}
.gform_wrapper ul.gform_fields {
    margin: 0!important;
    list-style-type: none;
    display: block
}

.gform_wrapper ul,html>body .entry ul {
    text-indent: 0
}

.gform_wrapper ul li.gfield {
    clear: both
}
.gform_wrapper ul li:after,.gform_wrapper ul li:before,.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible
}
.gform_wrapper label.gfield_label,.gform_wrapper legend.gfield_label {
    font-weight: 700;
    font-size: inherit
}

.gform_wrapper .top_label .gfield_label,.gform_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px
}

.gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.gform_wrapper li.hidden_label input {
    margin-top: 12px
}
.gform_wrapper input.large,.gform_wrapper input.medium,.gform_wrapper input.small,.gform_wrapper select.large,.gform_wrapper select.medium,.gform_wrapper select.small {
    width: 100%
}
.gform_wrapper textarea.medium {
    height: 120px;
    width: 100%
}
.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px
}
.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%
}

.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_page_footer input.button,.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px 0
}
.gform_wrapper .gf_hidden,.gform_wrapper .gform_hidden,.gform_wrapper input.gform_hidden,.gform_wrapper input[type=hidden] {
    display: none!important;
    max-height: 1px!important;
    overflow: hidden
}

.gform_wrapper .gf_invisible,.gform_wrapper .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px
}
.gform_validation_container,.gform_wrapper .gform_validation_container,body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,body .gform_wrapper li.gform_validation_container,body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px
}
body .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0
}
.gform_wrapper .top_label input.medium,.gform_wrapper .top_label select.medium {
    width: calc(100%)
}

.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%
}

.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=image],.gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block
}

/*.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px Comment to fix issue in mobile view
}*/
.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
}

.gform_wrapper ul.gform_fields {
    margin: 0!important;
    list-style-type: none;
    display: block;
}
.gform_wrapper ul, html>body .entry ul {
    text-indent: 0;
}
.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: border-box!important;
}

body ul.pro-listing-prod .pro-img a img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/* -- DiPro-SEO-13 Improving affiliate link click-through rate -- */

.pro-seo-list ul.pro-listing-prod li {
    text-transform: uppercase;
}
.pro-seo-list ul.pro-listing-prod li .pro-desc:before {
    margin: 0 0 20px 0;
}
.pro-seo-list ul.pro-listing-prod li p {
    text-align: center;
    color: #222222;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
}
.pro-seo-list ul.pro-listing-prod li span {
    float: none;
    color: #9e9e9e;
    font-size: 12px;
}
.pro-seo-list ul.pro-listing-prod li table {
    margin: 0 0 20px 0;
    border: 0;
    width: 100%;
}
.pro-seo-list ul.pro-listing-prod li table tr th {
    background: transparent !important;
    padding: 0;
    border: 0;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 600;
}
.pro-seo-list ul.pro-listing-prod li table tr td {
    padding: 0;
    border: 0;
    color: #222222;
    font-size: 16px;
}
.pro-seo-list ul.pro-listing-prod li table tr th:last-child, .pro-seo-list ul.pro-listing-prod li table tr td:last-child {
    text-align: right;
}
.ringo_trademark {
    font-size: 18px;
    position: relative;
    top: -5px;
}

/* -- DiPro-Jan-0076 Create a Mockup for Organization of Content Hub -- */

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 40px)/2);
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
}


.question-label, .answer-label {
    display: block;
    height: 0;
    margin: 50px 0 10px;
}
.question-label::before, .answer-label::before {
    content: attr(data-label);
    display: inline-block;
    width: 55px;
    font: 700 12px/15px Roboto,Helvetica,Arial,sans-serif;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 6px 0 0;
    float: left;
}
.question {
    margin-left: 45px;
    padding-left: 20px;
    border-left: 2px solid #ccc;
}
.answer::before, .question::before {
    content: ' ';
    display: block;
    float: left;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 7px 0 0 -25px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: solid #ccc;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 2px 2px 0 0;
}
.question-label, .answer-label {
    display: block;
    height: 0;
    margin: 50px 0 10px;
}
.answer-label {
    border-color: #99bcd8;
}

.answer-label::before {
    content: attr(data-label);
    color: #99bcd8;
    float: right;
}
.answer {
    margin-right: 70px;
    padding-right: 20px;
    border-right: 2px solid #99bcd8;
    min-height: 56px;
}
.answer::before {
    float: right;
    border-width: 0 0 2px 2px;
    border-color: #99bcd8;
    margin: 7px -25px 0 0;
}

/**autor box*/
.author-image {
    float: left;
}

@media (max-width: 420px) {
    body ul.pro-listing-prod .pro-img a {
        height: auto;
    }
    body ul.pro-listing-prod .pro-img a img {
        height: auto;
        max-height: 266px;
        object-fit: contain;
    }
}

a.button.more-btn {
    max-width: 450px;
    width: 100%;
    white-space: normal;
}

/**
 * Helper Classes
 */
@media screen and (min-width: 500px) {
    .alignright {
        float: right;
    }
    img.alignright, .wp-caption.alignright {
        margin-left: 30px !important;
    }
    img.alignleft, .wp-caption.alignleft {
        margin-right: 30px !important;
    }
    .alignleft {
        float: left;
    }
}
/*Simple table scroll in y*/
.table-scrollable-content{
    overflow:hidden;
}
.table-scrollable-content table{
    width: 100%;
}
/* end simple table scroll */
@media screen and (max-width: 500px) {
    .wp-block-image .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0;

    }
    .table-scrollable-content{
        overflow-x: scroll;
    }
}
.center {
    text-align: center;
}

/**Prevent padding in form**/
.gform_wrapper form li, .gform_wrapper li {
    margin-left: 0 !important;
    list-style: none !important;
    overflow: visible;
}

/*Ravinder's css*/

.main-section .title p{
    word-break: break-word;
    word-wrap: break-word;
    hyphens: initial;
}
.content .pagination {
    margin: 60px 0 0;
    text-align: center;
}
.affiliate-main #afiliate-disclosure p {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    height: auto;
    padding-top: 20px;
}
@media (max-width: 767px){
#afiliate-disclosure p {
    padding: 16px 0% 0px;
    letter-spacing: 0;
    font-size: 12.5px;
    line-height: 1.4;
}
    #afiliate-disclosure {
    padding: 0 10px;
}
}
div#about-author {
    padding-top: 25px;
    padding-bottom: 25px;
    clear: both;
}
div#about-author h2 {
    margin-top: 0px;
    margin-bottom: 24px;
}

.author-intro {
    border: 2px solid #E3E2E2;
    border-radius: 8px;
    padding: 25px;
}
div#about-author a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}
div#about-author a img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
}
div#about-author a span.author-name {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.5px;
}
div#about-author a:hover span.author-name {
    color: #075E8D;
}
div#about-author span.author-bio {
    clear: both;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.hub-wrap div#about-author {
    width: 1170px;
    padding: 25px 15px;
    max-width:100%;
}
div#about-author span.author-bio a {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    border: 0;
}
@media (max-width:767px){

    div#about-author {
    padding-top: 20px;
}
    .author-intro {
    padding: 20px;
}
    div#about-author a img {
    width: 68px;
    height: 68px;
}

}
@media (min-width:1061px){
    div#about-author {
    width: 100%;
    margin: 0 auto;
}
    body .container.page .col-main div#about-author {
    width: calc(100% - -18.5rem);
    margin-left: calc(-9.25rem);
}

}
body #breadcrumbs a:after {
    content: '';
    background: url(//diamonds.pro/wp-content/themes/diamondspro_optimized/css/../img/breadcrumbs-arrow.svg) no-repeat;
    width: 29px;
    height: 9px;
    content: '';
    display: inline-block;
    margin: 0 10px;
    top: 2px;
}
body #breadcrumbs {
    padding: 18px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
}
body #breadcrumbs a {
    font-weight: 400;
    color: #7b7b7b;
}
@media (max-width: 767px){
    body #breadcrumbs {
    line-height: 24px;
}
}
div#toc_container {
    padding: 10px;
    font-size: 95%;
}
#toc_container p.toc_title {
    margin: 0;
}
#toc_container p.toc_title {
    margin: 0;
}
#toc_container span.toc_toggle{
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
}
body div#toc_container .toc_title .toc_toggle a {
    display: inline-block;
    text-decoration: none;
    padding: 1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: 400;
    background-color: #fff;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
background-repeat: repeat-x;
}
#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}
#toc_container li {
    list-style: none;
    margin: 0;
}
body div#toc_container .toc_title .toc_toggle a:hover {
background-color: #e0e0e0;
background-position: 0 -15px;
}
body.slug-ringo section.col-main.content h2 {
    margin-bottom: 10px;
}