File: /home/blushinc/loleverywhere.com/wp-content/themes/Newspaper/editor-style.css
/* ----------------------------------------------------------------------------
This editor style is also loaded in the backend to style the posts
WARNING: this file is not loaded in the front end
*/
:root {
--td_theme_color: #4db2ec;
--td_grid_border_color: #ededed;
--td_black: #222;
--td_text_color: #111;
--td_default_google_font_1: 'Open Sans', 'Open Sans Regular', sans-serif;
--td_default_google_font_2: 'Roboto', sans-serif;
}
/* ----------------------------------------------------------------------------
responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
/*
----------------------------------------------------------------------------
Site wide > typography style
----------------------------------------------------------------------------
*/
body {
font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 14px;
line-height: 21px;
}
p {
margin-top: 0;
margin-bottom: 21px;
}
a:active,
a:focus {
outline: none;
}
a {
color: var(--td_theme_color, #4db2ec);
text-decoration: none;
}
ins {
background: #fff;
text-decoration: none;
}
code {
position: relative;
top: -1px;
border: none;
background-color: #F1F1F1;
padding: 2px 6px;
}
pre {
background-color: #f1f1f1;
padding: 4px 10px;
border: none;
border-radius: 0;
margin-top: 24px;
overflow: auto;
}
cite {
font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
font-size: 13px;
font-style: italic;
font-weight: normal;
text-transform: none;
color: #000;
}
cite a {
color: #000;
}
cite a:hover {
color: var(--td_theme_color, #4db2ec);
}
q {
font-style: italic;
}
ul,
ol {
padding: 0;
}
ul li,
ol li {
line-height: 24px;
margin-left: 21px;
}
.wp-block-navigation li {
line-height: 1.2;
margin-left: 0;
}
.dl-horizontal a {
font-weight: 500 !important;
}
.dl-horizontal dt {
width: 70px;
font-weight: 400;
line-height: 24px;
font-size: 15px;
}
.dl-horizontal dd {
margin-left: 90px;
line-height: 24px;
font-size: 14px;
}
address {
font-size: inherit !important;
line-height: inherit !important;
margin-bottom: 21px;
}
big {
text-transform: uppercase;
}
embed {
width: 100%;
}
/* ----------------------------------------------------------------------------
table
*/
table {
width: 100%;
}
table th {
text-align: left;
border: 1px solid var(--td_grid_border_color, #ededed);
padding: 2px 8px;
}
table td {
border: 1px solid var(--td_grid_border_color, #ededed);
padding: 2px 8px;
}
table .odd td {
background-color: #fcfcfc;
}
/* ----------------------------------------------------------------------------
h
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
color: var(--td_text_color, #111111);
font-weight: 400;
margin: 6px 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
color: var(--td_text_color, #111111);
}
div.td-block-title {
font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
color: var(--td_text_color, #111111);
}
p.td-module-title,
p.tdb-subcategory-name {
font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
color: var(--td_text_color, #111111);
}
p.td-module-title > a,
p.tdb-subcategory-name > a {
color: var(--td_text_color, #111111);
}
h1 {
font-size: 32px;
line-height: 40px;
margin-top: 33px;
margin-bottom: 23px;
}
h2 {
font-size: 27px;
line-height: 38px;
margin-top: 30px;
margin-bottom: 20px;
}
h3 {
font-size: 22px;
line-height: 30px;
margin-top: 27px;
margin-bottom: 17px;
}
h4 {
font-size: 19px;
line-height: 29px;
margin-top: 24px;
margin-bottom: 14px;
}
h5 {
font-size: 17px;
line-height: 25px;
margin-top: 21px;
margin-bottom: 11px;
}
h6 {
font-size: 16px;
line-height: 24px;
margin-top: 21px;
margin-bottom: 11px;
}
.videopress-placeholder {
width: 100% !important;
}
.videopress-poster {
height: auto !important;
width: 100% !important;
}
.video-player {
width: 100% !important;
}
/*
----------------------------------------------------------------------------
Site wide > Forms
----------------------------------------------------------------------------
*/
textarea {
font-size: 12px;
line-height: 21px;
color: #444;
border: 1px solid #e1e1e1;
width: 100%;
max-width: 100%;
height: 168px;
min-height: 168px;
padding: 6px 9px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
textarea {
font-size: 16px;
}
}
textarea:active,
textarea:focus {
border-color: #b0b0b0 !important;
}
textarea:focus,
input:focus,
input[type]:focus {
outline: 0 none;
}
/* Input buttons */
input[type=submit] {
font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
font-size: 13px;
background-color: var(--td_black, #222222);
border-radius: 0;
color: #fff;
border: none;
padding: 8px 15px;
font-weight: 500;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
input[type=submit]:hover {
background-color: var(--td_theme_color, #4db2ec);
}
input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
font-size: 12px;
line-height: 21px;
color: #444;
border: 1px solid #e1e1e1;
width: 100%;
max-width: 100%;
height: 34px;
padding: 3px 9px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
font-size: 16px;
}
}
input[type=text]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus {
border-color: #b0b0b0 !important;
}
input[type=password] {
width: 100%;
position: relative;
top: 0;
display: inline-table;
vertical-align: middle;
font-size: 12px;
line-height: 21px;
color: #444;
border: 1px solid #ccc;
max-width: 100%;
height: 34px;
padding: 3px 9px;
margin-bottom: 10px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
input[type=password] {
font-size: 16px;
}
}
/*
----------------------------------------------------------------------------
Site wide > WordPress Text, Images & Captions
----------------------------------------------------------------------------
*/
.tagdiv-type {
/* ----------------------------------------------------------------------------
text and Images align
*/
font-size: 15px;
line-height: 1.74;
color: #222;
/* ----------------------------------------------------------------------------
quote :not(.wp-block-quote)
*/
}
.tagdiv-type img {
margin-bottom: 21px;
}
.tagdiv-type .wp-block-embed {
margin-bottom: 26px;
}
.tagdiv-type figure img {
margin-bottom: 0;
}
.tagdiv-type .alignnone {
display: inline-block;
margin: 0 5px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .alignnone {
margin: 0 10px 0 0;
}
}
.tagdiv-type a:hover {
text-decoration: underline;
}
.tagdiv-type ul,
.tagdiv-type ol {
margin-bottom: 26px;
}
.tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item),
.tagdiv-type ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item) {
line-height: inherit;
margin-bottom: 10px;
}
.tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item):last-child,
.tagdiv-type ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item):last-child {
margin-bottom: 0;
}
.tagdiv-type li ul,
.tagdiv-type li ol {
margin-bottom: 0;
}
.tagdiv-type li[style="text-align: center;"],
.tagdiv-type li[style="text-align: right;"] {
list-style-position: inside;
margin-left: -21px;
}
.tagdiv-type p {
margin-bottom: 26px;
}
.tagdiv-type .td-arrow-list {
list-style: none;
margin-left: 16px;
}
.tagdiv-type .td-arrow-list li:before {
font-family: 'newspaper', sans-serif;
content: '\e803';
float: left;
margin-left: -16px;
line-height: 26px;
font-size: 14px;
}
.tagdiv-type embed,
.tagdiv-type iframe,
.tagdiv-type object {
max-width: 100% !important;
}
.tagdiv-type iframe.instagram-media {
margin: 1px 0 12px !important;
}
.tagdiv-type blockquote {
padding: 0;
position: relative;
border-left: none;
margin: 40px 5% 38px;
font-style: italic;
text-align: center;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type blockquote {
margin: 20px 3% 18px;
}
}
.tagdiv-type blockquote p {
font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
font-size: 32px;
line-height: 40px;
font-weight: 400;
text-transform: uppercase;
color: var(--td_theme_color, #4db2ec);
word-wrap: break-word;
/* responsive portrait tablet */
/* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
.tagdiv-type blockquote p {
font-size: 24px;
line-height: 32px;
}
}
@media (max-width: 767px) {
.tagdiv-type blockquote p {
font-size: 22px;
line-height: 30px;
}
}
.tagdiv-type blockquote cite {
display: block;
}
.tagdiv-type .td_quote_right {
float: right;
width: 50%;
margin: 21px 0 21px 21px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .td_quote_right {
float: none;
width: auto;
margin-right: 5%;
margin-left: 5%;
}
}
.tagdiv-type .td_quote_left {
float: left;
width: 50%;
margin: 18px 18px 18px 0;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .td_quote_left {
float: none;
width: auto;
margin-right: 5%;
margin-left: 5%;
}
}
.tagdiv-type .td_quote_left p,
.tagdiv-type .td_quote_left cite {
text-align: left;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .td_quote_left p,
.tagdiv-type .td_quote_left cite {
text-align: center;
}
}
.tagdiv-type .td_quote_box {
margin: 0;
background-color: var(--td_container_transparent, #fcfcfc);
border-left: 2px solid var(--td_theme_color, #4db2ec);
padding: 15px 23px 16px 23px;
position: relative;
top: 6px;
clear: both;
}
.tagdiv-type .td_quote_box p {
font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
color: #777;
font-size: 13px;
line-height: 21px;
margin: 0;
text-transform: none;
}
.tagdiv-type .td_quote_box cite {
margin-top: 20px;
font-size: 11px;
}
.tagdiv-type .td_box_left {
width: 40%;
float: left;
margin: 0 34px 20px 0;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .td_box_left {
float: none;
margin: 0 0 36px 0;
width: auto;
}
}
.tagdiv-type .td_box_left p,
.tagdiv-type .td_box_left cite {
text-align: left;
}
.tagdiv-type .td_box_right {
width: 30%;
float: right;
margin: 0 0 20px 34px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .td_box_right {
float: none;
margin: 0 0 36px 0;
width: auto;
}
}
.tagdiv-type .td_box_right p,
.tagdiv-type .td_box_right cite {
text-align: left;
}
.tagdiv-type .td_box_center {
margin: 0 0 29px 0;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .td_box_center {
margin-bottom: 36px;
}
}
.tagdiv-type .wp-block-pullquote blockquote,
.tagdiv-type .td_pull_quote {
padding: 18px 25px;
margin: 0;
clear: both;
}
.tagdiv-type .wp-block-pullquote blockquote p,
.tagdiv-type .td_pull_quote p {
font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
text-transform: none;
text-align: center;
}
.tagdiv-type .wp-block-pullquote blockquote p:first-child:before,
.tagdiv-type .td_pull_quote p:first-child:before {
position: absolute;
left: 0;
display: block;
content: '';
width: 15px;
height: 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==') no-repeat;
}
.tagdiv-type .wp-block-pullquote blockquote p:after,
.tagdiv-type .td_pull_quote p:after {
position: absolute;
bottom: 10px;
right: 0;
display: block;
content: '';
width: 15px;
height: 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC') no-repeat;
}
.tagdiv-type .wp-block-pullquote blockquote cite,
.tagdiv-type .td_pull_quote cite {
margin-top: -10px;
font-size: 11px;
}
.tagdiv-type .td_pull_quote p {
font-size: 14px;
line-height: 26px;
font-weight: 600;
}
.tagdiv-type .wp-block-pullquote blockquote,
.tagdiv-type .td_pull_center {
margin: 17px 0;
padding: 15px 50px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .wp-block-pullquote blockquote,
.tagdiv-type .td_pull_center {
padding: 15px 20px;
}
}
.tagdiv-type .wp-block-pullquote {
padding: 0;
color: var(--td_theme_color, #4db2ec);
}
.tagdiv-type .wp-block-pullquote.has-text-color p,
.tagdiv-type .wp-block-pullquote.has-text-color cite {
color: inherit;
}
.tagdiv-type .wp-block-pullquote cite {
color: #6c7781;
}
.tagdiv-type .wp-block-pullquote.alignfull blockquote {
margin-left: 30px;
margin-right: 30px;
}
.tagdiv-type .wp-block-pullquote.alignleft,
.tagdiv-type .td_pull_left {
width: 40%;
margin-right: 34px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .wp-block-pullquote.alignleft,
.tagdiv-type .td_pull_left {
float: none;
margin: 0 0 30px 0;
width: auto;
}
}
.tagdiv-type .td_pull_left {
float: left;
}
.tagdiv-type .wp-block-pullquote.alignright,
.tagdiv-type .td_pull_right {
width: 30%;
margin-left: 24px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tagdiv-type .wp-block-pullquote.alignright,
.tagdiv-type .td_pull_right {
float: none;
margin: 0 0 30px 0;
width: auto;
}
}
.tagdiv-type .td_pull_right {
float: right;
}
.tagdiv-type .wp-block-pullquote.alignleft,
.tagdiv-type .wp-block-pullquote.alignright {
margin-top: 0;
margin-bottom: 0 !important;
/* responsive portrait phone */
}
.tagdiv-type .wp-block-pullquote.alignleft blockquote,
.tagdiv-type .wp-block-pullquote.alignright blockquote {
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
@media (max-width: 767px) {
.tagdiv-type .wp-block-pullquote.alignleft,
.tagdiv-type .wp-block-pullquote.alignright {
max-width: 100%;
}
}
.tagdiv-type .wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
@media (max-width: 767px) {
.td-md-is-ios .tagdiv-type figure {
width: auto;
}
}
img.wp-smiley {
width: auto;
}
.wp-caption-text,
.wp-caption-dd {
font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
text-align: left;
margin: 6px 0 26px 0;
font-size: 11px;
font-style: italic;
font-weight: normal;
line-height: 17px;
color: #444;
}
.wp-caption {
text-align: center;
max-width: 100%;
}
.wp-caption img {
max-width: 100% !important;
}
.alignnone {
margin-top: 0;
}
.aligncenter {
text-align: center;
clear: both;
display: block;
margin: 6px auto;
}
img.td-center {
position: relative;
left: 50%;
transform: translateX(-50%);
max-width: 100vw !important;
width: auto !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
figure.alignright,
figure.alignleft,
figure.aligncenter {
margin-bottom: 0;
}
/* responsive portrait phone */
@media (max-width: 767px) {
.alignleft,
.alignright {
float: none !important;
}
}
/* ----------------------------------------------------------------------------
align left
-> on desktop - the tinyMCE size is used
-> on tablet(s) - apply the max-width to make it look nice
-> on phones - center, max width 100%
+ fix for tinyMCE padding
-> on full width td-pb-span12
*/
.alignleft {
float: left;
margin-top: 6px;
margin-right: 24px !important;
margin-bottom: 6px !important;
/* hack for tinyMCE / post content diffs*/
margin-left: 0;
/* responsive landscape tablet */
/* responsive portrait tablet + phone */
/* responsive phone CUSTOM - align the image on center */
}
@media (min-width: 1019px) and (max-width: 1140px) {
.alignleft {
max-width: 312px;
margin-right: 21px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.alignleft {
max-width: 220px;
margin-right: 21px;
}
}
@media (max-width: 767px) {
.alignleft {
text-align: center;
margin-left: auto !important;
margin-right: auto !important;
max-width: 100%;
margin-bottom: 21px;
}
.alignleft img {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.alignleft figcaption {
text-align: center;
}
}
.mce-content-body .alignleft {
margin: 6px 24px 6px 0;
}
.td-pb-span12 .alignleft,
.mceContentBody-max-width-big .alignleft {
/* responsive landscape tablet */
/* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-pb-span12 .alignleft,
.mceContentBody-max-width-big .alignleft {
max-width: 550px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span12 .alignleft,
.mceContentBody-max-width-big .alignleft {
max-width: 400px !important;
}
}
/* ----------------------------------------------------------------------------
Screen reader text
*/
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
/* ----------------------------------------------------------------------------
align right
-> on desktop - the tinyMCE size is used
-> on tablets - apply the max-width to make it look nice
-> on phones - center, max width 100%
+ fix for tinyMCE padding
-> on full width td-pb-span12
*/
.alignright {
float: right;
margin-top: 6px;
margin-right: 0;
margin-bottom: 6px !important;
/* hack for tinyMCE / post content diffs*/
margin-left: 24px !important;
/* responsive landscape tablet */
/* responsive portrait tablet + phone */
/* responsive phone CUSTOM - align the image on center */
}
@media (min-width: 1019px) and (max-width: 1140px) {
.alignright {
max-width: 312px;
margin-left: 21px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.alignright {
max-width: 220px;
margin-left: 21px;
}
}
@media (max-width: 767px) {
.alignright {
text-align: center;
margin-left: auto !important;
margin-right: auto !important;
max-width: 100%;
margin-bottom: 21px;
}
.alignright img {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.alignright figcaption {
text-align: center;
}
}
.mce-content-body .alignright {
margin: 6px 0 6px 24px;
}
.td-pb-span12 .alignright,
.mceContentBody-max-width-big .alignright {
/* responsive landscape tablet */
/* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-pb-span12 .alignright,
.mceContentBody-max-width-big .alignright {
max-width: 550px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span12 .alignright,
.mceContentBody-max-width-big .alignright {
max-width: 400px !important;
}
}
.entry-title a:hover,
.td-post-category:hover,
.widget a:hover,
.td_block_wrap a:hover {
text-decoration: none !important;
}
.wp-block-quote.is-large:not(.td_quote_box),
.wp-block-quote.is-style-large:not(.td_quote_box) {
padding: 0;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
font-size: 13px;
}
.wp-block-quote.is-large:not(.td_quote_left) cite,
.wp-block-quote.is-style-large:not(.td_quote_left) cite {
text-align: center;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.twitter-tweet p {
font-family: initial;
font-size: initial;
line-height: initial;
font-style: initial;
text-align: initial;
text-transform: initial;
color: initial;
font-weight: initial;
}
blockquote small {
margin-top: 5px;
display: block;
font-size: 13px;
font-style: italic;
font-weight: normal;
text-transform: none;
color: #444;
}
blockquote.pull-right {
padding-left: 20px;
border-right: none;
}
blockquote.pull-right:after {
border-right: 2px solid #FB5502;
width: 40px;
right: -40px;
}
/* ----------------------------------------------------------------------------
dropcaps
*/
.dropcap {
float: left;
display: block;
font-size: 50px;
line-height: 56px;
background-color: var(--td_theme_color, #4db2ec);
color: #fff;
text-align: center;
margin: 9px 13px 0 0;
padding: 2px 10px 4px;
font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
text-transform: uppercase;
min-width: 62px;
min-height: 62px;
}
.dropcap1 {
border-radius: 70px;
font-size: 40px;
padding: 2px 14px 4px;
}
.dropcap2 {
background-color: transparent !important;
color: #4B4B4B;
font-size: 79px;
line-height: 69px;
margin: 0 9px 0 0;
padding: 0 13px 0 0;
}
.dropcap3 {
background-color: transparent !important;
color: #4B4B4B;
font-weight: bold;
font-size: 79px;
line-height: 69px;
margin: 0 9px 0 0;
padding: 0 13px 0 0;
}
/* ----------------------------------------------------------------------------
text columns
*/
.td_text_columns_two_cols {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-rule-style: solid;
-moz-column-rule-style: solid;
column-rule-style: solid;
-webkit-column-rule-width: 1px;
-moz-column-rule-width: 1px;
column-rule-width: 1px;
-webkit-column-rule-color: #e9e9e9;
-moz-column-rule-color: #e9e9e9;
column-rule-color: #e9e9e9;
margin-bottom: 26px;
}
/* ----------------------------------------------------------------------------
button
*/
.td_btn {
cursor: pointer;
display: inline-block;
position: relative;
color: white;
font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
font-weight: 600;
}
.td_btn_sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.td_btn_sm.td_round_btn {
border-radius: 3px;
}
.td_btn_md {
padding: 9px 12px;
font-size: 16px;
line-height: 20px;
}
.td_btn_md.td_round_btn {
border-radius: 4px;
}
.td_btn_lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
}
.td_btn_lg.td_round_btn {
border-radius: 6px;
}
.td_default_btn,
.td_round_btn {
transition: background-color 0.1s ease;
-webkit-transition: background-color 0.1s ease;
background-color: var(--td_theme_color, #4db2ec);
}
.td_default_btn:hover,
.td_round_btn:hover {
background-color: #444;
}
.td_default_btn:active,
.td_round_btn:active {
background-color: #000;
}
.td_outlined_btn {
border-radius: 4px;
border: 2px solid var(--td_theme_color, #4db2ec);
color: var(--td_theme_color, #4db2ec);
background-color: transparent;
transition: all 0.1s ease ;
-webkit-transition: all 0.1s ease;
}
.td_outlined_btn:hover {
background-color: var(--td_theme_color, #4db2ec);
color: #fff;
}
.td_outlined_btn:active {
background-color: #444;
border-color: #444;
}
.td_shadow_btn {
background-color: var(--td_theme_color, #4db2ec);
top: 0;
-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
transition: top 0.1s ease;
-webkit-transition: top 0.1s ease;
}
.td_shadow_btn:hover {
top: -3px;
-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.td_shadow_btn:active {
background-color: #444 !important;
}
.td_3D_btn {
background-color: var(--td_theme_color, #4db2ec);
top: 0;
transition: top 0.1s ease;
-webkit-transition: top 0.1s ease;
}
.td_3D_btn:after {
content: "";
position: absolute;
display: block;
left: 0;
top: 100%;
width: 100%;
height: 5px;
background-color: rgba(0, 0, 0, 0.25);
z-index: 0;
transition: height 0.1s ease;
-webkit-transition: height 0.1s ease;
}
.td_3D_btn:hover {
top: 5px;
}
.td_3D_btn:hover:before {
height: 0;
}
.td_3D_btn:hover:after {
height: 0;
}
.td_3D_btn:active {
background-color: #444 !important;
}
/* ----------------------------------------------------------------------------
text highlighting
*/
.td_text_highlight_0 {
background-color: rgba(0, 0, 0, 0.77);
padding: 5px 0 6px 0;
margin: 0 8px 0 8px;
box-shadow: 8px 0 0 rgba(0, 0, 0, 0.77), -8px 0 0 rgba(0, 0, 0, 0.77);
color: #2a2a2a;
-webkit-transition: color 400ms;
transition: color 400ms;
}
.td_text_highlight_0:hover {
color: #F9F9F9;
cursor: default;
}
.td_text_highlight_marker {
padding: 5px 0 6px 0;
margin: 0 8px 0 8px;
color: white;
-webkit-transition: color 400ms;
transition: color 400ms;
}
.td_text_highlight_marker:hover {
color: #F9F9F9;
}
.td_text_highlight_marker_red {
background-color: rgba(255, 28, 26, 0.62);
box-shadow: 8px 0 0 rgba(255, 28, 26, 0.62), -8px 0 0 rgba(255, 28, 26, 0.62);
}
.td_text_highlight_marker_blue {
background-color: rgba(57, 213, 255, 0.75);
box-shadow: 8px 0 0 rgba(57, 213, 255, 0.75), -8px 0 0 rgba(57, 213, 255, 0.75);
}
.td_text_highlight_marker_green {
background-color: rgba(77, 216, 69, 0.65);
box-shadow: 8px 0 0 rgba(77, 216, 69, 0.65), -8px 0 0 rgba(77, 216, 69, 0.65);
}
.td_text_highlight_marker_yellow {
background-color: rgba(255, 203, 0, 0.75);
box-shadow: 8px 0 0 rgba(255, 203, 0, 0.75), -8px 0 0 rgba(255, 203, 0, 0.75);
}
.td_text_highlight_marker_pink {
background-color: rgba(255, 101, 243, 0.75);
box-shadow: 8px 0 0 rgba(255, 101, 243, 0.75), -8px 0 0 rgba(255, 101, 243, 0.75);
}
/* ----------------------------------------------------------------------------
custom post padding
*/
.td-paragraph-padding-0 {
display: block;
padding-left: 0;
padding-right: 6%;
}
.td-paragraph-padding-1 {
display: block;
padding-left: 6%;
padding-right: 6%;
}
.td-paragraph-padding-2 {
display: block;
padding-left: 12%;
padding-right: 12%;
}
.td-paragraph-padding-3 {
display: block;
padding-left: 6%;
padding-right: 12%;
}
.td-paragraph-padding-4 {
display: block;
padding-left: 6%;
padding-right: 0;
}
.td-paragraph-padding-5 {
display: block;
padding-left: 18%;
padding-right: 18%;
}
.td-paragraph-padding-6 {
display: block;
padding-left: 12%;
padding-right: 6%;
}
.td-pb-span8 .td-paragraph-padding-0,
.mceContentBody-max-width-small .td-paragraph-padding-0 {
padding-right: 4%;
}
.td-pb-span8 .td-paragraph-padding-1,
.mceContentBody-max-width-small .td-paragraph-padding-1 {
padding-left: 4%;
padding-right: 4%;
}
.td-pb-span8 .td-paragraph-padding-2,
.mceContentBody-max-width-small .td-paragraph-padding-2 {
padding-left: 8%;
padding-right: 8%;
}
.td-pb-span8 .td-paragraph-padding-3,
.mceContentBody-max-width-small .td-paragraph-padding-3 {
padding-left: 4%;
padding-right: 8%;
}
.td-pb-span8 .td-paragraph-padding-4,
.mceContentBody-max-width-small .td-paragraph-padding-4 {
padding-left: 4%;
}
.td-pb-span8 .td-paragraph-padding-5,
.mceContentBody-max-width-small .td-paragraph-padding-5 {
padding-left: 12%;
padding-right: 12%;
}
.td-pb-span8 .td-paragraph-padding-6,
.mceContentBody-max-width-small .td-paragraph-padding-6 {
padding-left: 8%;
padding-right: 4%;
}
/* responsive phone */
@media (max-width: 500px) {
.td-paragraph-padding-0,
.td-paragraph-padding-1,
.td-paragraph-padding-2,
.td-paragraph-padding-3,
.td-paragraph-padding-4,
.td-paragraph-padding-5,
.td-paragraph-padding-6 {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
@font-face {
font-family: 'newspaper';
src: url('images/icons/newspaper.eot?24');
src: url('images/icons/newspaper.eot?24#iefix') format('embedded-opentype'), url('images/icons/newspaper.woff?24') format('woff'), url('images/icons/newspaper.ttf?24') format('truetype'), url('images/icons/newspaper.svg?24#newspaper') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="td-icon-"]:before,
[class*=" td-icon-"]:before {
font-family: 'newspaper';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
text-align: center;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class*="td-icon-"] {
line-height: 1;
text-align: center;
display: inline-block;
}
.td-icon-logout:before {
content: '\e800';
}
.td-icon-down:before {
content: '\e801';
}
.td-icon-left:before {
content: '\e802';
}
.td-icon-right:before {
content: '\e803';
}
.td-icon-up:before {
content: '\e804';
}
.td-icon-views:before {
content: '\e805';
}
.td-icon-menu-down:before {
content: '\e806';
}
.td-icon-left-arrow:before {
content: '\e807';
}
.td-icon-right-arrow:before {
content: '\e808';
}
.td-icon-menu-up:before {
content: '\e809';
}
.td-icon-search:before {
content: '\e80a';
}
.td-icon-user:before {
content: '\e80b';
}
.td-icon-menu-left:before {
content: '\e80c';
}
.td-icon-menu-right:before {
content: '\e80d';
}
.rtl .td-next-prev-wrap .td-icon-menu-left:before {
content: '\e80d';
}
.rtl .td-next-prev-wrap .td-icon-menu-right:before {
content: '\e80c';
}
.td-icon-star:before {
content: '\e80f';
}
.td-icon-mail:before {
content: '\e810';
}
.td-icon-behance:before {
content: '\e811';
}
.td-icon-blogger:before {
content: '\e812';
}
.td-icon-delicious:before {
content: '\e813';
}
.td-icon-deviantart:before {
content: '\e814';
}
.td-icon-digg:before {
content: '\e815';
}
.td-icon-dribbble:before {
content: '\e816';
}
.td-icon-evernote:before {
content: '\e817';
}
.td-icon-facebook:before {
content: '\e818';
}
.td-icon-flickr:before {
content: '\e819';
}
.td-icon-forrst:before {
content: '\e81a';
}
.td-icon-googleplus:before {
content: '\e81b';
}
.td-icon-instagram:before {
content: '\e81d';
}
.td-icon-lastfm:before {
content: '\e81e';
}
.td-icon-linkedin:before {
content: '\e81f';
}
.td-icon-mail-1:before {
content: '\e820';
}
.td-icon-myspace:before {
content: '\e821';
}
.td-icon-path:before {
content: '\e822';
}
.td-icon-paypal:before {
content: '\e823';
}
.td-icon-pinterest:before {
content: '\e825';
}
.td-icon-reddit:before {
content: '\e827';
}
.td-icon-rss:before {
content: '\e828';
}
.td-icon-share:before {
content: '\e829';
}
.td-icon-skype:before {
content: '\e82a';
}
.td-icon-soundcloud:before {
content: '\e82b';
}
.td-icon-spotify:before {
content: '\e82c';
}
.td-icon-stackoverflow:before {
content: '\e82d';
}
.td-icon-steam:before {
content: '\e82e';
}
.td-icon-stumbleupon:before {
content: '\e82f';
}
.td-icon-tumblr:before {
content: '\e830';
}
.td-icon-twitter:before {
content: '\e831';
}
.td-icon-vimeo:before {
content: '\e832';
}
.td-icon-windows:before {
content: '\e833';
}
.td-icon-wordpress:before {
content: '\e834';
}
.td-icon-yahoo:before {
content: '\e835';
}
.td-icon-youtube:before {
content: '\e836';
}
.td-icon-vk:before {
content: '\e837';
}
.td-icon-grooveshark:before {
content: '\e838';
}
.td-icon-star-empty:before {
content: '\e839';
}
.td-icon-star-half:before {
content: '\e83a';
}
.td-icon-close:before {
content: '\e83c';
}
.td-icon-read-down:before {
content: '\e83d';
}
.td-icon-comments:before {
content: "\e83b";
}
.td-icon-mobile:before {
content: '\e83e';
}
.td-icon-whatsapp:before {
content: '\f232';
}
.td-icon-website:before {
content: '\f232';
}
.td-icon-commenting:before {
content: '\f27a';
}
.td-icon-close-mobile:before {
content: '\e900';
}
.td-icon-modal-back:before {
content: '\e901';
}
.td-icon-modal-close:before {
content: '\e902';
}
.td-icon-category:before {
content: '\e903';
}
.td-icon-block-header:before {
content: '\e904';
}
.td-icon-home:before {
content: '\e905';
}
.td-icon-print:before {
content: '\f02f';
}
.td-icon-telegram:before {
content: '\f2c6';
}
.td-icon-line:before {
content: '\e906';
}
.td-icon-viber:before {
content: '\e907';
}
.td-icon-plus:before {
content: '\ea0a';
}
.td-icon-minus:before {
content: '\ea0b';
}
.td-icon-dailymotion:before {
content: '\e908';
}
.td-icon-twitch:before {
content: '\e909';
}
.td-icon-xing:before {
content: '\e90a';
}
.td-icon-ebay:before {
content: '\e90b';
}
.td-icon-acolade:before {
content: "\e90c";
}
.td-icon-backslash:before {
content: "\e90d";
}
.td-icon-bracket-square:before {
content: "\e90e";
}
.td-icon-circle:before {
content: "\e90f";
}
.td-icon-circle-full:before {
content: "\e910";
}
.td-icon-circle-line:before {
content: "\e911";
}
.td-icon-circless:before {
content: "\e912";
}
.td-icon-comma-round:before {
content: "\e913";
}
.td-icon-comma-square:before {
content: "\e914";
}
.td-icon-hash:before {
content: "\e915";
}
.td-icon-linee:before {
content: "\e916";
}
.td-icon-pluss:before {
content: "\e917";
}
.td-icon-point-comma-round:before {
content: "\e918";
}
.td-icon-point-comma-square:before {
content: "\e919";
}
.td-icon-point-round:before {
content: "\e91a";
}
.td-icon-point-square:before {
content: "\e91b";
}
.td-icon-quote-round:before {
content: "\e91c";
}
.td-icon-quote-square:before {
content: "\e91d";
}
.td-icon-romb-full:before {
content: "\e91e";
}
.td-icon-romb-line:before {
content: "\e91f";
}
.td-icon-romb-round-full:before {
content: "\e920";
}
.td-icon-romb-round-line:before {
content: "\e921";
}
.td-icon-rombs:before {
content: "\e922";
}
.td-icon-slashh:before {
content: "\e923";
}
.td-icon-star-full:before {
content: "\e924";
}
.td-icon-star-line:before {
content: "\e925";
}
.td-icon-translingual:before {
content: "\e926";
}
.td-icon-upp:before {
content: "\e927";
}
.td-icon-vertical-line:before {
content: "\e928";
}
.td-icon-naver:before {
content: "\e9d3";
}
.td-icon-video-thumb-play:before {
content: "\e9d4";
}
.td-icon-audio-thumb-play:before {
content: "\e9d5";
}
.td-icon-cart:before {
content: "\f07a";
}
.td-icon-tiktok:before {
content: "\e9d6";
}
.td-icon-yandex:before {
content: "\e9d7";
}
.td-icon-flipboard:before {
content: "\e9d9";
}
.td-icon-insta-carousel:before {
content: "\e9da";
}
.td-icon-check:before {
content: "\e9db";
}
.td-icon-cart-empty:before {
content: "\e9dc";
}
.td-icon-profile:before {
content: "\e9dd";
}
.td-icon-log-out:before {
content: "\e9de";
}
.td-icon-discord:before {
content: "\e9df";
}
.td-icon-audio-pause:before {
content: "\e9ce";
}
.td-icon-audio-play:before {
content: "\e9cf";
}
.td-icon-audio-speaker:before {
content: "\e9d0";
}
.td-icon-audio-speaker-mute:before {
content: "\e9d1";
}
.td-icon-audio-refresh:before {
content: "\e9d2";
}
.td-icon-medium:before {
content: "\e929";
}
.td-icon-github:before {
content: "\e92a";
}
.td-icon-patreon:before {
content: "\e92b";
}
.td-icon-rumble:before {
content: "\e92c";
}
.td-icon-clouthub:before {
content: "\e92d";
}
.td-icon-gab:before {
content: "\e92e";
}
.td-icon-parler:before {
content: "\e92f";
}
.td-icon-gettr:before {
content: "\e930";
}
.td-icon-koo:before {
content: "\e937";
}
.td-icon-copy_url:before {
content: "\e931";
}
.td-icon-user-rev-star-empty:before {
content: "\e932";
}
.td-icon-user-rev-star-half:before {
content: "\e933";
}
.td-icon-user-rev-star-full:before {
content: "\e934";
}
.td-icon-kakao:before {
content: "\e935";
}
.td-icon-strava:before {
content: "\e936";
}
.td-icon-website:before {
content: "\e938";
}
.td-icon-bluesky:before {
content: "\e93a";
}
.td-icon-mastodon:before {
content: "\e93b";
}
.td-icon-threads:before {
content: "\e93c";
}
.td-social-icon-wrap:hover .td-icon-font {
-webkit-transition: color 0.3s;
transition: color 0.3s;
color: #fff;
}
.td-social-icon-wrap:hover i.td-icon-behance {
color: #000000;
}
.td-social-icon-wrap:hover i.td-icon-blogger {
color: #ffa900;
}
.td-social-icon-wrap:hover i.td-icon-delicious {
color: #3399ff;
}
.td-social-icon-wrap:hover i.td-icon-deviantart {
color: #4e6252;
}
.td-social-icon-wrap:hover i.td-icon-digg {
color: #000000;
}
.td-social-icon-wrap:hover i.td-icon-dribbble {
color: #ea4c89;
}
.td-social-icon-wrap:hover i.td-icon-evernote {
color: #07c257;
}
.td-social-icon-wrap:hover i.td-icon-facebook {
color: #3B5998;
}
.td-social-icon-wrap:hover i.td-icon-flickr {
color: #ff0084;
}
.td-social-icon-wrap:hover i.td-icon-forrst {
color: #3b7140;
}
.td-social-icon-wrap:hover i.td-icon-googleplus {
color: #dd4b39;
}
.td-social-icon-wrap:hover i.td-icon-grooveshark {
color: #f77f00;
}
.td-social-icon-wrap:hover i.td-icon-instagram {
color: #3f729b;
}
.td-social-icon-wrap:hover i.td-icon-lastfm {
color: #ce2127;
}
.td-social-icon-wrap:hover i.td-icon-linkedin {
color: #007bb6;
}
.td-social-icon-wrap:hover i.td-icon-mail {
color: #000000;
}
.td-social-icon-wrap:hover i.td-icon-myspace {
color: #000000;
}
.td-social-icon-wrap:hover i.td-icon-path {
color: #e62f17;
}
.td-social-icon-wrap:hover i.td-icon-paypal {
color: #009cde;
}
.td-social-icon-wrap:hover i.td-icon-pinterest {
color: #cb2027;
}
.td-social-icon-wrap:hover i.td-icon-reddit {
color: #ff4100;
}
.td-social-icon-wrap:hover i.td-icon-rss {
color: #f36f24;
}
.td-social-icon-wrap:hover i.td-icon-share {
color: #000000;
}
.td-social-icon-wrap:hover i.td-icon-skype {
color: #01aef2;
}
.td-social-icon-wrap:hover i.td-icon-soundcloud {
color: #ff5500;
}
.td-social-icon-wrap:hover i.td-icon-spotify {
color: #81b900;
}
.td-social-icon-wrap:hover i.td-icon-stackoverflow {
color: #000000;
}
.td-social-icon-wrap:hover i.td-icon-steam {
color: #000000;
}
.td-social-icon-wrap:hover i.td-icon-stumbleupon {
color: #eb4923;
}
.td-social-icon-wrap:hover i.td-icon-tumblr {
color: #32506d;
}
.td-social-icon-wrap:hover i.td-icon-twitter {
color: #00aced;
}
.td-social-icon-wrap:hover i.td-icon-vimeo {
color: #5289cc;
}
.td-social-icon-wrap:hover i.td-icon-vk {
color: #45668e;
}
.td-social-icon-wrap:hover i.td-icon-windows {
color: #319de5;
}
.td-social-icon-wrap:hover i.td-icon-wordpress {
color: #222222;
}
.td-social-icon-wrap:hover i.td-icon-yahoo {
color: #720e9e;
}
.td-social-icon-wrap:hover i.td-icon-youtube {
color: #bb0000;
}
.td-social-icon-wrap:hover i.td-icon-dailymotion {
color: #41bafc;
}
.td-social-icon-wrap:hover i.td-icon-twitch {
color: #4a377d;
}
.td-social-icon-wrap:hover i.td-icon-xing {
color: #1e6567;
}
.td-social-icon-wrap:hover i.td-icon-ebay {
color: #db2e32;
}
.td-social-icon-wrap:hover i.td-icon-telegram {
color: #3b9de1;
}
.td-social-icon-wrap:hover i.td-icon-naver {
color: #3ec729;
}
.td-social-icon-wrap:hover i.td-icon-tiktok {
color: #009191;
}
.td-social-icon-wrap:hover i.td-icon-yandex {
color: #ff0000;
}
.td-social-icon-wrap:hover i.td-icon-flipboard {
color: #f52828;
}
.td-social-icon-wrap:hover i.td-icon-discord {
color: #7289DA;
}
.td-social-icon-wrap:hover i.td-icon-whatsapp {
color: #7bbf6a;
}
.td-social-icon-wrap:hover i.td-icon-website {
color: #000000;
}
.td-social-icon-wrap:hover i.td-icon-bluesky {
color: #08f;
}
.td-social-icon-wrap:hover i.td-icon-mastodon {
color: #6161ff;
}
.td-social-icon-wrap:hover i.td-icon-threads {
color: #000000;
}
.mx_image_background {
background-color: #f2f2f2;
}
.td-visibility-hidden {
visibility: hidden;
}
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
/*
usage:
.td-block-row {
.mx-row(td-block-span);
}
@all_span_selector - is the begining of the span selector
*/
/* ----------------------------------------------------------------------------
editor style
*/
/* max width - content + sidebar */
html .mceContentBody {
max-width: 696px;
margin-left: 24px;
margin-right: 24px;
background: #ffffff url('images/editor-style/grid-sidebar-desktop.gif') repeat-y left top;
font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
position: relative;
/* responsive Landscape tablet */
}
html .mceContentBody:after {
content: 'SIDEBAR';
color: #ccc;
position: absolute;
right: -50px;
top: 0;
display: block;
width: 10px;
word-break: break-all;
}
html .mceContentBody .td-scroll-effect {
background-color: rgba(255, 247, 112, 0.29);
}
@media (max-width: 743px) {
html .mceContentBody {
background: none;
}
html .mceContentBody:after {
content: '';
}
}
/* max width - full content */
html .mceContentBody-max-width-big {
max-width: 1068px;
background: #ffffff url('images/editor-style/grid-no-sidebar-desktop.gif') repeat-y left top;
/* responsive Landscape tablet */
}
html .mceContentBody-max-width-big:after {
content: '';
}
html .mceContentBody-max-width-big .td-center {
max-width: 1116px !important;
}
@media (max-width: 1115px) {
html .mceContentBody-max-width-big {
background: none;
}
}
.mce-content-body img {
height: auto;
max-width: 100% !important;
display: block;
}
.mce-content-body .td-center {
max-width: 744px !important;
}
.mce-content-body .td-center.alignright {
float: none;
}
.mce-content-body .gallery {
margin: 0;
padding: 0;
}
.mce-content-body .gallery img {
display: inline-block;
margin-bottom: 0;
}
.mce-content-body .gallery-item {
display: inline-block;
text-align: center;
padding: 0;
margin-bottom: 20px;
}
.mce-content-body .gallery-item .wp-caption-text {
text-align: center;
margin: 0;
}
.mce-content-body .gallery-columns-1 img {
width: 100%;
}
.mce-content-body .td_btn {
pointer-events: none;
}
.wp-caption-dd {
padding: 0 !important;
}
.wp-caption-dt a {
display: inline-block;
}
.wp-caption-dt img {
margin-bottom: 0;
}