/** 
 * CSS Style: Singular, .theme-post-content
 * 
 * @since 1.0
 */
/*
.theme-grid-row.theme-page-content {
    flex-wrap: nowrap;
    padding-top: 40px;
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .theme-grid-row.theme-page-content {
        padding-top: var( --theme-padding );
        padding-bottom: 0;
    }
}*/

.theme-content {
    max-width: 100% !important;
    margin-bottom: calc(var(--theme-margin) * 2) !important;
    padding: 0 !important;
}

.theme-post-header {
    height: 150px;
    background-color: var( --theme-color-grey );
    align-items: center;
    margin-bottom: var( --theme-margin );
    background-repeat: no-repeat;
    background-position: center;
}

.theme-post-header>.theme-grid-col {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 var(--theme-padding);
}

.theme-post-iframe, .theme-post-image,
.theme-post-read-us, .theme-woocommerce-content, .theme-post-content, .theme-post-footer { /*, .theme-post-tags, .theme-post-block */
    max-width: 1000px;
    margin: 0 auto var(--theme-margin) auto;
    padding: 0 var( --theme-padding );
}

.theme-post-footer:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1100px) {
    .theme-content {
        margin-bottom: var(--theme-margin) !important;
    }

    /*.theme-post {
        flex: 0 0 100%;
        max-width: 100%;   
    }*/

    .theme-post-iframe, .theme-post-image,
    .theme-post-read-us, .theme-woocommerce-content, .theme-post-content, .theme-post-footer {
        margin: 0 auto var(--theme-margin) auto;
    }
}

.theme-post-description a, .theme-post-content a, .theme-woocommerce-content a {
    text-decoration: underline;
}

/**
 * Post title
 *
*/
.theme-post-title {
    font-size: 38px;
    line-height: 1.3;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .theme-post-title {
        font-size: 25px;
    }
}

/**
 * Post description
 *
*/
.theme-post-description {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: var( --theme-margin );
}

@media only screen and (max-width: 768px) {
    .theme-post-description {
        font-size: 16px;
    }
}

/** 
 * Theme post attributes
 * 
 */
.theme-post-attributes {
    font-size: 13px;
    color: var( --theme-color-dark-grey );
    margin-bottom: calc( var(--theme-margin) / 2 );
}

.theme-post-attributes > .theme-grid-col:not(:last-child),
.theme-post-attributes .theme-grid-col .theme-grid-row > *:not(:last-child) {
    margin-right: var( --theme-margin );
    /*margin-top: 5px;*/
    /*margin-bottom: 5px;*/
}

@media only screen and (max-width: 1100px) {
    .theme-post-attributes {
        justify-content: space-between;
    }

    .theme-post-attributes > .theme-grid-col:not(:last-child),
    .theme-post-attributes .theme-grid-col .theme-grid-row > *:not(:last-child) {
        margin-right: calc( var(--theme-margin) / 2 );
    }

    .theme-post-attributes >.theme-grid-col:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {

    /*.theme-post-attributes > * {
        margin-right: calc( var(--theme-margin) / 2 );
        margin-bottom: 5px;
    }*/
}

.theme-post-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

/*@media only screen and (max-width: 1100px) {
    .theme-post-category {
        width: 100%;
        margin-bottom: calc(var(--theme-margin) / 2);
    }
}*/

.theme-post-category a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    background-color: var(--theme-color);
    padding: 3px 5px;
}

.theme-post-category a:not(:last-child) {
    margin-right: calc( var( --theme-margin ) / 2 );
}

.theme-post-views, .theme-post-share-counter, .theme-post-has-update {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.theme-post-views > *:first-child, 
.theme-post-share-counter > *:first-child, 
.theme-post-has-update > *:first-child {
    margin-right: 5px;
}

.theme-post-has-update {
    font-size: 9px;
    text-transform: uppercase;
}

.theme-post-has-update span {
    width: 9px;
    height: 9px;
    background-color: #ff0000;
    border-radius: 50%;
    animation: post-has-update 1s infinite alternate;
}

@keyframes post-has-update {
    from {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    to {
        opacity: .2;
    }
}

/** 
 * Theme post image
 * 
 */
.theme-post-image {
    width: 100%;
    overflow: hidden;
    height: auto;
    /*margin-bottom: var(--theme-margin);*/
}

.theme-post-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.theme-post-image-content, .theme-post-image-description, .theme-post-image-link {
    font-size: 12px;
    padding: 0 10px;
    margin-top: 5px;
    font-style: italic;
}

.theme-post-image-link {
    display: block;
}

/** 
 * Theme post content
 * 
 */
.theme-post-content, .theme-woocommerce-content {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .theme-post-content {
        font-size: 16px;
    }
}

.theme-post-content:after, 
.theme-post-content ol:before, 
.theme-post-content ol:after, 
.theme-post-content ul:before, 
.theme-post-content ul:after,
.theme-post-content blockquote:after { 
    content: ''; 
    clear: both;
    display: block;
}

.theme-post-content p:not(:last-child), 
.theme-post-content ul:not(:last-child), 
.theme-post-content ol:not(:last-child),
.theme-post-content > div:not(:last-child),
.theme-post-content blockquote:not(:last-child) {
    margin-bottom: var( --theme-margin );
}

.theme-post-content h2:not(:first-child),
.theme-post-content h3:not(:first-child),
.theme-post-content h4:not(:first-child),
.theme-post-content h5:not(:first-child),
.theme-post-content h6:not(:first-child) {
    margin-top: var( --theme-margin );
}

.theme-post-content h2:not(:last-child),
.theme-post-content h3:not(:last-child),
.theme-post-content h4:not(:last-child),
.theme-post-content h5:not(:last-child),
.theme-post-content h6:not(:last-child) {
    margin-bottom: var( --theme-margin );
}

/**
 * H2 - H6
 *
 */
.theme-post-content h2,
.theme-post-content h3,
.theme-post-content h4,
.theme-post-content h5,
.theme-post-content h6 {
    font-weight: 500;
    line-height: 1.2;
}

.theme-post-content h2 {
    font-size: 34px;
}

.theme-post-content h3 {
    font-size: 32px;
}

.theme-post-content h4 {
    font-size: 26px;
}

.theme-post-content h5 {
    font-size: 22px;
}

.theme-post-content h6 {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .theme-post-content h2 {
        font-size: 28px;
    }

    .theme-post-content h3 {
        font-size: 26px;
    }

    .theme-post-content h4 {
        font-size: 24px;
    }

    .theme-post-content h5 {
        font-size: 22px;
    }

    .theme-post-content h6 {
        font-size: 20px;
    }
}

.theme-post-erid-token {
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

/**
 * Blockquote
 *
 * @since 1.0.0
 */
.theme-post-content blockquote, .theme-post-content .wpdmi-blockquote-one {
    font-size: 22px;
    padding: 30px 40px;
    position: relative;
    line-height: 1.3;
    font-weight: 500;
}

.theme-post-content blockquote:before, .theme-post-content .wpdmi-blockquote-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/icons/icon-quote-left.svg');
}

.theme-post-content blockquote:after, .theme-post-content .wpdmi-blockquote-one:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/icons/icon-quote-right.svg');
}

@media only screen and (max-width: 1100px) {
    .theme-post-content blockquote, .theme-post-content .wpdmi-blockquote-one {
        font-size: 22px;
        padding: 30px var( --theme-padding );
    }
  
    .theme-post-content blockquote:before,
    .theme-post-content blockquote:after, .theme-post-content .wpdmi-blockquote-one:before, .theme-post-content .wpdmi-blockquote-one:after {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .theme-post-content blockquote, .theme-post-content .wpdmi-blockquote-one {
        font-size: 18px;
        padding: 30px 0;
    }
}

/**
 *
 *
 */
.single-related-article {
    padding: 20px;
    background-color: #f9f9f9;
}

.single-related-article-block-title {
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #b1252e;
    font-weight: 700;
    padding: 5px 8px;
    margin-bottom: 10px !important;
}

.single-related-article h5 {
    font-size: 16px;
}

/**
 * UL, OL
 *
 * @since 1.0.0
 */
.theme-post-content ul, .theme-widget-custom .textwidget ul {
    padding: 0 var( --theme-padding );
}

.theme-post-content ul li, .theme-widget-custom .textwidget ul li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    min-height: 32px;
}

.theme-post-content ul li ul, .theme-widget-custom .textwidget ul li ul {
    margin-top: 10px;
}

.theme-post-content ul li:before, 
.theme-widget-custom .textwidget ul li:before {
    content: '';
    background-color: var( --theme-color );
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 2px;
}

.theme-post-content ul[style*="list-style-type: disc;"] li:before, 
.theme-post-content ul[style*="list-style-type: disc"] li:before,
.theme-widget-custom .textwidget ul[style*="list-style-type: disc;"] li:before,
.theme-widget-custom .textwidget ul[style*="list-style-type: disc"] li:before {
    border-radius: 50%;
}

.theme-post-content ul[style*="list-style-type: circle;"] li:before, 
.theme-post-content ul[style*="list-style-type: circle"] li:before,
.theme-widget-custom .textwidget ul[style*="list-style-type: circle;"] li:before,
.theme-widget-custom .textwidget ul[style*="list-style-type: circle"] li:before {
    border-radius: 50%;
    border: 1px solid var( --theme-color );
    background-color: transparent;
}

.theme-post-content ul li[style*="list-style-type: none;"]:before, 
.theme-post-content ul li[style*="list-style-type: none"]:before,
.theme-widget-custom .textwidget ul li[style*="list-style-type: none;"]:before,
.theme-widget-custom .textwidget ul li[style*="list-style-type: none"]:before {
    display: none;
}

.theme-post-content ol, .theme-widget-custom .textwidget ol {
    counter-reset: themeCounter;
	padding: 0 var( --theme-padding );
}

@media only screen and (max-width: 768px) {
    .theme-post-content ul,
    .theme-post-content ol,
    .theme-widget-custom .textwidget ul,
    .theme-widget-custom .textwidget ol {
        padding: 0;
    }
}

.theme-post-content ol li, .theme-widget-custom .textwidget ol li {
    list-style: none;
    padding-left: 40px;
    padding-top: 0;
    position: relative;
    margin-bottom: 10px;
    min-height: 32px;
}

.theme-post-content ol li:before, 
.theme-widget-custom .textwidget ol li:before {
    counter-increment: themeCounter;
    content: counter( themeCounter ); 
    color: #ffffff;
    background-color: var( --theme-color );
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    font-size: 12px;
}

.theme-post-content ol[style="list-style-type: lower-alpha;"] li:before,
.theme-widget-custom .textwidget ol[style="list-style-type: lower-alpha;"] li:before {
    content: counter( themeCounter, lower-alpha );
}

.theme-post-content ol[style="list-style-type: lower-greek;"] li:before,
.theme-widget-custom .textwidget ol[style="list-style-type: lower-greek;"] li:before {
    content: counter( themeCounter, lower-greek );
}

.theme-post-content ol[style="list-style-type: lower-roman;"] li:before,
.theme-widget-custom .textwidget ol[style="list-style-type: lower-roman;"] li:before {
    content: counter( themeCounter, lower-roman );
}

.theme-post-content ol[style="list-style-type: upper-roman;"] li:before,
.theme-widget-custom .textwidget ol[style="list-style-type: upper-roman;"] li:before {
    content: counter( themeCounter, upper-roman );
}

.theme-post-content ol[style="list-style-type: upper-alpha;"] li:before,
.theme-widget-custom .textwidget ol[style="list-style-type: upper-alpha;"] li:before {
    content: counter( themeCounter, upper-alpha );
}

/**
 * Images
 *
 * @since 1.0.0
 */
.theme-post-content img {
    max-width: 100%;
    height: auto;
}

.theme-post-content .wp-caption-text {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 0;
    font-style: italic;
}

.theme-post-content .wp-caption-text span {
    display: block;
}

/*.thumbnail-description .thumbnail-excerpt, .single-content .wp-caption .wp-caption-text .wp-caption-excerpt {
    color: #969696;
}

.single-content .wp-caption.alignnone, .single-content .wp-caption.aligncenter {
    max-width: 100%;
    width: auto !important;
}*/

.theme-post-content figure {
    max-width: 100%!important;
    margin: 0;
}

.theme-post-content .alignnone,
.theme-post-content .alignright,
.theme-post-content .alignleft,
.theme-post-content .aligncenter {
    margin-bottom: var( --theme-padding );
}

.theme-post-content .aligncenter {
    margin: 0 auto var( --theme-padding );
    display: block;
}

.theme-post-content .alignright {
    float: right;
    margin: 0 0 var( --theme-padding ) var( --theme-padding );
}

.theme-post-content .alignleft {
    float: left;
    margin: 0 var( --theme-padding ) var( --theme-padding ) 0;
}

@media only screen and (max-width: 768px) {
    .theme-post-content .alignnone, 
    .theme-post-content .alignright, 
    .theme-post-content .alignleft,
    .theme-post-content .aligncenter {
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }
}

/**
 * Fotorama
 *
 */
.theme-post-content .fotorama {
    background-color: #f9f9f9;
}

.fotorama__caption {
    font-size: 12px !important;
    font-style: italic;
}


.theme-fotorama-description {
    font-size: 12px;
    margin-bottom: 0 !important;
    padding: 5px 10px 20px 10px;
}

.fotorama + .theme-fotorama-description {
    margin-top: -20px;
}

.fullscreen__custom__scaption .theme-fotorama-description {
    background-color: rgba(255, 255, 255, .9);
    padding: 10px;
}

.theme-fotorama-signature, .fullscreen__custom__scaption .fotorama__caption p, .theme-fotorama-caption p, .fotorama__caption p {
    color: #969696;
    font-style: italic;
}

.theme-fotorama-description:empty {
    padding: 0;
}

.fotorama--fullscreen .fullscreen__custom__scaption .fotorama__stage__frame .fotorama__img {
    position: static;
    display: block;
}

.fotorama--fullscreen .fullscreen__custom__scaption .fotorama__caption {
    position: static;
    display: inline-block;
    flex: 0 0 auto;
}

.fotorama--fullscreen .fullscreen__custom__scaption .fotorama__stage__frame .fotorama__img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.fotorama--fullscreen .fullscreen__custom__scaption .fotorama__stage__frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fullscreen__custom__scaption .fotorama__stage__frame.fotorama__active .fotorama__caption__wrap {
    width: 100%;
    font-size: 14px;
    font-style: normal;
}

/**
 * Full width and response iframe
 *
 * @since 1.0.0
 */
.theme-iframe-video { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	margin-bottom:15px;
}

.theme-iframe-content { 
	overflow-x: auto;
	margin-bottom: var( --theme-padding );
}

.theme-iframe-content iframe {
  max-width: 100%;
}

.theme-iframe-video iframe, 
.theme-iframe-video object, 
.theme-iframe-video embed, 
.theme-iframe-video video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.theme-post-content iframe {
  display: block;
  margin: 0 auto;
}

.theme-post-content .fb-post.fb_iframe_widget {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.theme-post-content .twitter-tweet.twitter-tweet-rendered, 
.theme-post-content .instagram-media.instagram-media-rendered {
  margin: 0 auto!important;
}

/**
 * Table 
 *
 * @since 1.0.0
 */
.theme-table-container {
  overflow-x: auto;
  margin-bottom: 20px
}

.theme-post-content table {
  width: 100%!important;
  border: 1px solid #222222;
  border-collapse: collapse;
  min-width: 500px;
}

.theme-post-content table td {
  border: 1px solid #222222;
  font-size: 16px;
  padding: 5px 10px;
}

/**
 * Tags 
 *
 * @since 1.0.0
 */
.theme-post-tags {
    font-size: 14px;
    margin-bottom: var( --theme-margin );
}

.theme-post-tags a {
    border: 1px solid var(--theme-color-grey);
    color: var(--theme-color-grey);
    padding: 3px 6px;
    margin-right: 6px;
    margin-bottom: 6px;
}

/**
 * Theme share && share icon
 *
 */
.theme-post-share {
    position: relative;
}

.theme-post-share .theme-label {
    margin-right: 10px; /* var( --theme-margin ) */
    /*color: var(--theme-color-grey);*/
}

.theme-icon-share {
    width: auto;
    height: 20px;
    cursor: pointer;
}

.theme-share-buttons {
    display: none;
    box-shadow: 0px 3px 8px 0px rgba(77, 77, 77, 0.2);
    flex-direction: column;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 120px;
    z-index: 999;
    min-width: 100px;
}

.theme-share-buttons.theme-modal-active {
    display: flex;
}

.theme-share-button:not(:first-child) {
    border-top: 1px solid var(--theme-color-grey);
}

.theme-share-button {
    float: none !important;
    color: var(--theme-color-grey);
    padding: 7px 10px !important;
    font-size: 12px;
    line-height: 1 !important;
}

.theme-share-button > svg {
    display: none;
}

/*.theme-share-button {
    float: left;
    line-height: 16px;
    padding: 0 2px;
}*/

/*.theme-share-button span {
    display: none;
}*/

/*

.theme-share-button > svg path {    
    fill: var(--theme-color-grey);
}*/

/**
 * Like,Dislike
 *
 */
.pld-like-dislike-wrap {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: row;
}

.pld-common-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pld-common-wrap .pld-like-dislike-trigger {
    width: 38px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 20px;
}

.pld-common-wrap .pld-like-trigger {
    border: 1px solid var(--theme-color) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='theme-icon theme-icon-like'%3E%3Cpath fill='%238050AB' d='M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2l144 0c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48l-97.5 0c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3l0-38.3 0-48 0-24.9c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32L0 224c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E");
}

.pld-common-wrap .pld-dislike-trigger {
    border: 1px solid var(--theme-color-grey) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='theme-icon theme-icon-dislike'%3E%3Cpath fill='%23a1a1a1' d='M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2l144 0c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48l-97.5 0c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7l0 38.3 0 48 0 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128L0 352c0 17.7 14.3 32 32 32z'/%3E%3C/svg%3E");
}

.pld-count-wrap {
    margin-left: 10px;
}

/**
 * Theme footer single
 *
 */

/*.theme-read-also .theme-label, */

.theme-related-articles .theme-label {
    color: var(--theme-color-grey);
    margin-bottom: var(--theme-margin);
}


/*
.theme-popular-post .theme-label {
    font-size: 20px;
    margin-bottom: var(--theme-margin);
}*/

.theme-related-articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-related-articles ul li:not(:last-child) {
    margin-bottom: calc(var(--theme-margin) / 2);
}

.theme-related-articles ul li a {
    font-size: 17px;
    font-weight: 700;
    color: var(--theme-color);
}

/**
 * CF7
 *
 */

.wpcf7 input[type="text"],
.wpcf7 input[type="url"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"] {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    outline: none;
    font-size: 18px;
}

.wpcf7 input[type="file"]::file-selector-button,
.wpcf7 input[type="submit"] {
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}

.wpcf7 input[type="submit"] {
    background-color: #ed5555;
}

.wpcf7 input[type="file"]::file-selector-button {
    background-color: #5074ce;
}

.wpcf7-not-valid-tip {
    font-size: 16px;
}

.wpcf7 textarea {
    width: 100%;
    outline: none;
    padding: 10px;
    font-size: 18px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 !important;    
}

.dmimag-cf7-woo-button {
    background-color: #38a65d;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none !important;
}
 
/*
.theme-read-also .theme-grid-card {
    margin-left: var(--theme-margin-negative);
    margin-right: var(--theme-margin-negative);
}

.theme-grid-row.theme-grid-other-news {
    margin-bottom: var(--theme-margin);
}

.theme-grid-other-news .theme-grid-card {
    margin: 0;
    padding: var(--theme-padding);
    background-color: #f9f9f9;
}

.theme-read-also .theme-card {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 var(--theme-padding) var(--theme-padding) var(--theme-padding);
}

@media only screen and (max-width: 768px) {
    .theme-read-also .theme-card:nth-child(-n+3) {
        display: none;
    }

    .theme-read-also .theme-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.theme-read-also .theme-card:nth-last-child(n+3) .theme-card-items {
    padding-bottom: var(--theme-padding);
    border-bottom: 1px solid var(--theme-color-dark-grey);
}

@media only screen and (max-width: 768px) {
    .theme-read-also .theme-card:nth-last-child(n+2) .theme-card-items {
        padding-bottom: var(--theme-padding);
        border-bottom: 1px solid var(--theme-color-dark-grey);
    }
}

.theme-other-news .theme-card {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 130px;
    padding: 0;
    border-left: 1px solid var(--theme-color-dark-grey);
}

.theme-other-news .theme-card:first-child {
    border-left: none;
}

.theme-other-news .theme-card .theme-card-items {
    padding: 0 var(--theme-padding) 0 var(--theme-padding);
}

.theme-other-news .theme-card:first-child .theme-card-items {
    padding-left: 0;
}

@media only screen and (max-width: 768px) {
    .theme-other-news .theme-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .theme-other-news .theme-card .theme-card-items {
        padding: var(--theme-padding);
    }

    .theme-other-news .theme-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--theme-color-dark-grey);
    }

    .theme-other-news .theme-card:nth-child(-n+2) .theme-card-items {
        padding-top: 0;
    }

    .theme-other-news .theme-card:nth-child(3) .theme-card-items {
        padding-left: 0;
    }

    .theme-other-news .theme-card:nth-child(odd) {
        border-left: 0;
    }
}

@media only screen and (max-width: 580px) {
    .theme-other-news .theme-card {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: auto;
    }

    .theme-other-news .theme-card {
        border-left: 0;
    }

    .theme-other-news .theme-card:not(:last-child) {
        border-bottom: 1px solid var(--theme-color-dark-grey);
    }

    .theme-other-news .theme-card .theme-card-items {
        padding-left: 0;
        padding-right: 0;
    }

    .theme-other-news .theme-card:not(:first-child) .theme-card-items {
        padding-top: var(--theme-padding);
    }

    .theme-other-news .theme-card:last-child .theme-card-items {
        padding-bottom: 0;
    }
}*/