File: /www/wwwroot/fni.gov.mz/wp-content/themes/Newspaper/gutenberg-editor.css
/* ----------------------------------------------------------------------------
responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
/*
----------------------------------------------------------------------------
Site wide > typography style
----------------------------------------------------------------------------
*/
body,
p {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
line-height: 21px;
}
p {
margin-top: 0;
margin-bottom: 21px;
}
a:active,
a:focus {
/* IE remove focus */
outline: none;
}
a {
color: #4db2ec;
text-decoration: none;
}
ins {
background: white;
text-decoration: none;
}
code {
position: relative;
top: -1px;
border: none;
background-color: #F1F1F1;
padding: 2px 6px;
}
pre {
background-color: #f1f1f1;
padding: 4px 10px 4px 10px;
border: none;
border-radius: 0;
margin-top: 24px;
}
cite {
font-family: 'Roboto', sans-serif;
font-size: 13px;
/* ovveride bootstrap */
font-style: italic;
font-weight: normal;
text-transform: none;
color: #000;
}
cite a {
color: #000;
}
cite a:hover {
color: #4db2ec;
}
q {
font-style: italic;
}
ul,
ol {
padding: 0;
}
ul li,
ol li {
line-height: 24px;
margin-left: 21px;
}
.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 #ededed;
padding: 2px 8px;
}
table td {
border: 1px solid #ededed;
padding: 2px 8px;
}
table .odd td {
background-color: #fcfcfc;
}
/* ----------------------------------------------------------------------------
h
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
color: #111111;
font-weight: 400;
margin: 6px 0 6px 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
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 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: 'Roboto', sans-serif;
font-size: 13px;
background-color: #222222;
border-radius: 0;
color: #fff;
border: none;
padding: 8px 15px;
font-weight: 500;
-webkit-transition: background-color 0.4s;
-moz-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
}
input[type=submit]:hover {
background-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
----------------------------------------------------------------------------
*/
/* ----------------------------------------------------------------------------
text and Images align
*/
.td-post-content img,
.wpb_text_column img,
.td_block_text_with_title img,
.woocommerce #tab-description img,
.mce-content-body img {
margin-bottom: 21px;
}
.td-post-content figure img,
.wpb_text_column figure img,
.td_block_text_with_title figure img,
.woocommerce #tab-description figure img,
.mce-content-body figure img {
margin-bottom: 0;
}
.td-post-content .alignnone,
.wpb_text_column .alignnone,
.td_block_text_with_title .alignnone,
.woocommerce #tab-description .alignnone,
.mce-content-body .alignnone {
display: inline-block;
margin: 0 5px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-post-content .alignnone,
.wpb_text_column .alignnone,
.td_block_text_with_title .alignnone,
.woocommerce #tab-description .alignnone,
.mce-content-body .alignnone {
margin: 0 10px 0 0;
}
}
img.wp-smiley {
width: auto;
}
.wp-caption-text,
.wp-caption-dd {
font-family: Verdana, Geneva, 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-left: auto;
margin-right: auto;
margin-top: 6px;
margin-bottom: 6px;
}
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;
}
.alignnone img,
.aligncenter img {
width: 100%;
}
/* ----------------------------------------------------------------------------
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;
margin-bottom: 6px !important;
/* hack for tinyMCE / post content diffs*/
margin-left: 0;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone - just a bit, after 500px we make it non float */
/* 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 {
max-width: 220px;
margin-right: 21px;
}
}
@media (max-width: 500px) {
.alignleft {
float: none;
text-align: center;
margin-left: auto;
margin-right: auto;
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;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone - just a bit, after 500px we make it non float */
/* 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 {
max-width: 220px;
margin-left: 21px;
}
}
@media (max-width: 500px) {
.alignright {
float: none;
text-align: center;
margin-left: auto;
margin-right: auto;
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;
}
}
/*
----------------------------------------------------------------------------
Css for:
Page content
Post content
TinyMCE content
----------------------------------------------------------------------------
*/
.td-page-content,
.td-post-content,
.wpb_text_column,
.td_block_text_with_title,
.woocommerce #tab-description,
.mce-content-body {
font-size: 15px;
line-height: 26px;
color: #222;
}
.td-page-content a:hover,
.td-post-content a:hover,
.wpb_text_column a:hover,
.td_block_text_with_title a:hover,
.woocommerce #tab-description a:hover,
.mce-content-body a:hover {
text-decoration: underline;
}
.td-page-content ul,
.td-post-content ul,
.wpb_text_column ul,
.td_block_text_with_title ul,
.woocommerce #tab-description ul,
.mce-content-body ul,
.td-page-content ol,
.td-post-content ol,
.wpb_text_column ol,
.td_block_text_with_title ol,
.woocommerce #tab-description ol,
.mce-content-body ol {
margin-bottom: 26px;
}
.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p,
.td-page-content li,
.td-post-content li,
.wpb_text_column li,
.td_block_text_with_title li,
.woocommerce #tab-description li,
.mce-content-body li {
font-size: 15px;
line-height: 26px;
}
.td-page-content li[style="text-align: center;"],
.td-post-content li[style="text-align: center;"],
.wpb_text_column li[style="text-align: center;"],
.td_block_text_with_title li[style="text-align: center;"],
.woocommerce #tab-description li[style="text-align: center;"],
.mce-content-body li[style="text-align: center;"],
.td-page-content li[style="text-align: right;"],
.td-post-content li[style="text-align: right;"],
.wpb_text_column li[style="text-align: right;"],
.td_block_text_with_title li[style="text-align: right;"],
.woocommerce #tab-description li[style="text-align: right;"],
.mce-content-body li[style="text-align: right;"] {
list-style-position: inside;
margin-left: -21px;
}
.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p {
margin-bottom: 26px;
}
.td-page-content .td-arrow-list,
.td-post-content .td-arrow-list,
.wpb_text_column .td-arrow-list,
.td_block_text_with_title .td-arrow-list,
.woocommerce #tab-description .td-arrow-list,
.mce-content-body .td-arrow-list {
list-style: none;
margin-left: 16px;
}
.td-page-content .td-arrow-list li:before,
.td-post-content .td-arrow-list li:before,
.wpb_text_column .td-arrow-list li:before,
.td_block_text_with_title .td-arrow-list li:before,
.woocommerce #tab-description .td-arrow-list li:before,
.mce-content-body .td-arrow-list li:before {
font-family: 'newspaper', sans-serif;
content: '\e803';
float: left;
margin-left: -16px;
line-height: 26px;
font-size: 14px;
}
.td-page-content embed,
.td-post-content embed,
.wpb_text_column embed,
.td_block_text_with_title embed,
.woocommerce #tab-description embed,
.mce-content-body embed,
.td-page-content iframe,
.td-post-content iframe,
.wpb_text_column iframe,
.td_block_text_with_title iframe,
.woocommerce #tab-description iframe,
.mce-content-body iframe,
.td-page-content object,
.td-post-content object,
.wpb_text_column object,
.td_block_text_with_title object,
.woocommerce #tab-description object,
.mce-content-body object {
max-width: 100% !important;
}
.td-page-content iframe.instagram-media,
.td-post-content iframe.instagram-media,
.wpb_text_column iframe.instagram-media,
.td_block_text_with_title iframe.instagram-media,
.woocommerce #tab-description iframe.instagram-media,
.mce-content-body iframe.instagram-media {
margin: 1px 0 12px !important;
}
.entry-title a:hover,
.td-post-category:hover,
.widget a:hover,
.td_block_wrap a:hover {
text-decoration: none !important;
}
/* ----------------------------------------------------------------------------
quote
*/
.td-page-content blockquote,
.td-post-content blockquote,
.wpb_text_column blockquote,
.td_block_text_with_title blockquote,
.bbpress blockquote,
.woocommerce #tab-description blockquote,
.mce-content-body blockquote,
.comment-content blockquote {
padding: 0;
position: relative;
border-left: none;
margin: 40px 5% 38px 5%;
font-style: italic;
text-align: center;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content blockquote,
.td-post-content blockquote,
.wpb_text_column blockquote,
.td_block_text_with_title blockquote,
.bbpress blockquote,
.woocommerce #tab-description blockquote,
.mce-content-body blockquote,
.comment-content blockquote {
margin: 20px 3% 18px 3%;
}
}
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.bbpress blockquote p,
.woocommerce #tab-description blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
font-family: 'Roboto', sans-serif;
font-size: 32px;
line-height: 40px;
font-weight: 400;
text-transform: uppercase;
color: #4db2ec;
word-wrap: break-word;
/* responsive portrait tablet */
/* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.bbpress blockquote p,
.woocommerce #tab-description blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
font-size: 24px;
line-height: 32px;
}
}
@media (max-width: 767px) {
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.bbpress blockquote p,
.woocommerce #tab-description blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
font-size: 22px;
line-height: 30px;
}
}
.td-page-content .twitter-tweet p,
.td-post-content .twitter-tweet p,
.wpb_text_column .twitter-tweet p,
.td_block_text_with_title .twitter-tweet p,
.bbpress .twitter-tweet p,
.woocommerce #tab-description .twitter-tweet p,
.mce-content-body .twitter-tweet p,
.comment-content .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;
}
.td-page-content .td_quote_right,
.td-post-content .td_quote_right,
.wpb_text_column .td_quote_right,
.td_block_text_with_title .td_quote_right,
.bbpress .td_quote_right,
.woocommerce #tab-description .td_quote_right,
.mce-content-body .td_quote_right,
.comment-content .td_quote_right {
float: right;
width: 50%;
margin: 21px 0 21px 21px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .td_quote_right,
.td-post-content .td_quote_right,
.wpb_text_column .td_quote_right,
.td_block_text_with_title .td_quote_right,
.bbpress .td_quote_right,
.woocommerce #tab-description .td_quote_right,
.mce-content-body .td_quote_right,
.comment-content .td_quote_right {
float: none;
width: auto;
margin-right: 5%;
margin-left: 5%;
}
}
.td-page-content .td_quote_left,
.td-post-content .td_quote_left,
.wpb_text_column .td_quote_left,
.td_block_text_with_title .td_quote_left,
.bbpress .td_quote_left,
.woocommerce #tab-description .td_quote_left,
.mce-content-body .td_quote_left,
.comment-content .td_quote_left {
float: left;
width: 50%;
margin: 18px 18px 18px 0;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .td_quote_left,
.td-post-content .td_quote_left,
.wpb_text_column .td_quote_left,
.td_block_text_with_title .td_quote_left,
.bbpress .td_quote_left,
.woocommerce #tab-description .td_quote_left,
.mce-content-body .td_quote_left,
.comment-content .td_quote_left {
float: none;
width: auto;
margin-right: 5%;
margin-left: 5%;
}
}
.td-page-content .td_quote_left p,
.td-post-content .td_quote_left p,
.wpb_text_column .td_quote_left p,
.td_block_text_with_title .td_quote_left p,
.bbpress .td_quote_left p,
.woocommerce #tab-description .td_quote_left p,
.mce-content-body .td_quote_left p,
.comment-content .td_quote_left p {
text-align: left;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .td_quote_left p,
.td-post-content .td_quote_left p,
.wpb_text_column .td_quote_left p,
.td_block_text_with_title .td_quote_left p,
.bbpress .td_quote_left p,
.woocommerce #tab-description .td_quote_left p,
.mce-content-body .td_quote_left p,
.comment-content .td_quote_left p {
text-align: center;
}
}
.td-page-content .td_quote_box,
.td-post-content .td_quote_box,
.wpb_text_column .td_quote_box,
.td_block_text_with_title .td_quote_box,
.bbpress .td_quote_box,
.woocommerce #tab-description .td_quote_box,
.mce-content-body .td_quote_box,
.comment-content .td_quote_box {
margin: 0;
background-color: #FCFCFC;
border-left: 2px solid #4db2ec;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
clear: both;
}
.td-page-content .td_quote_box p,
.td-post-content .td_quote_box p,
.wpb_text_column .td_quote_box p,
.td_block_text_with_title .td_quote_box p,
.bbpress .td_quote_box p,
.woocommerce #tab-description .td_quote_box p,
.mce-content-body .td_quote_box p,
.comment-content .td_quote_box p {
font-family: 'Open Sans', arial, sans-serif;
color: #777777;
font-size: 13px;
line-height: 21px;
padding-bottom: 16px;
margin: 0;
text-transform: none;
}
.td-page-content .td_box_left,
.td-post-content .td_box_left,
.wpb_text_column .td_box_left,
.td_block_text_with_title .td_box_left,
.bbpress .td_box_left,
.woocommerce #tab-description .td_box_left,
.mce-content-body .td_box_left,
.comment-content .td_box_left {
width: 40%;
float: left;
margin: 0 34px 20px 0;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .td_box_left,
.td-post-content .td_box_left,
.wpb_text_column .td_box_left,
.td_block_text_with_title .td_box_left,
.bbpress .td_box_left,
.woocommerce #tab-description .td_box_left,
.mce-content-body .td_box_left,
.comment-content .td_box_left {
float: none;
margin: 0 0 36px 0;
width: auto;
}
}
.td-page-content .td_box_left p,
.td-post-content .td_box_left p,
.wpb_text_column .td_box_left p,
.td_block_text_with_title .td_box_left p,
.bbpress .td_box_left p,
.woocommerce #tab-description .td_box_left p,
.mce-content-body .td_box_left p,
.comment-content .td_box_left p {
text-align: left;
}
.td-page-content .td_box_right,
.td-post-content .td_box_right,
.wpb_text_column .td_box_right,
.td_block_text_with_title .td_box_right,
.bbpress .td_box_right,
.woocommerce #tab-description .td_box_right,
.mce-content-body .td_box_right,
.comment-content .td_box_right {
width: 30%;
float: right;
margin: 0 0 20px 34px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .td_box_right,
.td-post-content .td_box_right,
.wpb_text_column .td_box_right,
.td_block_text_with_title .td_box_right,
.bbpress .td_box_right,
.woocommerce #tab-description .td_box_right,
.mce-content-body .td_box_right,
.comment-content .td_box_right {
float: none;
margin: 0 0 36px 0;
width: auto;
}
}
.td-page-content .td_box_right p,
.td-post-content .td_box_right p,
.wpb_text_column .td_box_right p,
.td_block_text_with_title .td_box_right p,
.bbpress .td_box_right p,
.woocommerce #tab-description .td_box_right p,
.mce-content-body .td_box_right p,
.comment-content .td_box_right p {
text-align: left;
}
.td-page-content .td_box_center,
.td-post-content .td_box_center,
.wpb_text_column .td_box_center,
.td_block_text_with_title .td_box_center,
.bbpress .td_box_center,
.woocommerce #tab-description .td_box_center,
.mce-content-body .td_box_center,
.comment-content .td_box_center {
margin: 0 0 29px 0;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .td_box_center,
.td-post-content .td_box_center,
.wpb_text_column .td_box_center,
.td_block_text_with_title .td_box_center,
.bbpress .td_box_center,
.woocommerce #tab-description .td_box_center,
.mce-content-body .td_box_center,
.comment-content .td_box_center {
margin-bottom: 36px;
}
}
.td-page-content .wp-block-pullquote blockquote,
.td-post-content .wp-block-pullquote blockquote,
.wpb_text_column .wp-block-pullquote blockquote,
.td_block_text_with_title .wp-block-pullquote blockquote,
.bbpress .wp-block-pullquote blockquote,
.woocommerce #tab-description .wp-block-pullquote blockquote,
.mce-content-body .wp-block-pullquote blockquote,
.comment-content .wp-block-pullquote blockquote,
.td-page-content .td_pull_quote,
.td-post-content .td_pull_quote,
.wpb_text_column .td_pull_quote,
.td_block_text_with_title .td_pull_quote,
.bbpress .td_pull_quote,
.woocommerce #tab-description .td_pull_quote,
.mce-content-body .td_pull_quote,
.comment-content .td_pull_quote {
padding: 18px 25px;
margin: 0;
clear: both;
}
.td-page-content .wp-block-pullquote blockquote p,
.td-post-content .wp-block-pullquote blockquote p,
.wpb_text_column .wp-block-pullquote blockquote p,
.td_block_text_with_title .wp-block-pullquote blockquote p,
.bbpress .wp-block-pullquote blockquote p,
.woocommerce #tab-description .wp-block-pullquote blockquote p,
.mce-content-body .wp-block-pullquote blockquote p,
.comment-content .wp-block-pullquote blockquote p,
.td-page-content .td_pull_quote p,
.td-post-content .td_pull_quote p,
.wpb_text_column .td_pull_quote p,
.td_block_text_with_title .td_pull_quote p,
.bbpress .td_pull_quote p,
.woocommerce #tab-description .td_pull_quote p,
.mce-content-body .td_pull_quote p,
.comment-content .td_pull_quote p {
font-family: 'Open Sans', arial, sans-serif;
font-size: 14px;
line-height: 26px;
font-weight: 600;
text-transform: none;
text-align: center;
}
.td-page-content .wp-block-pullquote blockquote p:first-child:before,
.td-post-content .wp-block-pullquote blockquote p:first-child:before,
.wpb_text_column .wp-block-pullquote blockquote p:first-child:before,
.td_block_text_with_title .wp-block-pullquote blockquote p:first-child:before,
.bbpress .wp-block-pullquote blockquote p:first-child:before,
.woocommerce #tab-description .wp-block-pullquote blockquote p:first-child:before,
.mce-content-body .wp-block-pullquote blockquote p:first-child:before,
.comment-content .wp-block-pullquote blockquote p:first-child:before,
.td-page-content .td_pull_quote p:first-child:before,
.td-post-content .td_pull_quote p:first-child:before,
.wpb_text_column .td_pull_quote p:first-child:before,
.td_block_text_with_title .td_pull_quote p:first-child:before,
.bbpress .td_pull_quote p:first-child:before,
.woocommerce #tab-description .td_pull_quote p:first-child:before,
.mce-content-body .td_pull_quote p:first-child:before,
.comment-content .td_pull_quote p:first-child:before {
position: absolute;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==') no-repeat;
left: 0;
display: block;
content: '';
width: 15px;
height: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.td-page-content .wp-block-pullquote blockquote p:after,
.td-post-content .wp-block-pullquote blockquote p:after,
.wpb_text_column .wp-block-pullquote blockquote p:after,
.td_block_text_with_title .wp-block-pullquote blockquote p:after,
.bbpress .wp-block-pullquote blockquote p:after,
.woocommerce #tab-description .wp-block-pullquote blockquote p:after,
.mce-content-body .wp-block-pullquote blockquote p:after,
.comment-content .wp-block-pullquote blockquote p:after,
.td-page-content .td_pull_quote p:after,
.td-post-content .td_pull_quote p:after,
.wpb_text_column .td_pull_quote p:after,
.td_block_text_with_title .td_pull_quote p:after,
.bbpress .td_pull_quote p:after,
.woocommerce #tab-description .td_pull_quote p:after,
.mce-content-body .td_pull_quote p:after,
.comment-content .td_pull_quote p:after {
position: absolute;
bottom: 10px;
right: 0;
display: block;
content: '';
width: 15px;
height: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC') no-repeat;
}
.td-page-content .wp-block-pullquote blockquote,
.td-post-content .wp-block-pullquote blockquote,
.wpb_text_column .wp-block-pullquote blockquote,
.td_block_text_with_title .wp-block-pullquote blockquote,
.bbpress .wp-block-pullquote blockquote,
.woocommerce #tab-description .wp-block-pullquote blockquote,
.mce-content-body .wp-block-pullquote blockquote,
.comment-content .wp-block-pullquote blockquote,
.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.wpb_text_column .td_pull_center,
.td_block_text_with_title .td_pull_center,
.bbpress .td_pull_center,
.woocommerce #tab-description .td_pull_center,
.mce-content-body .td_pull_center,
.comment-content .td_pull_center {
margin: 17px 0;
padding: 15px 50px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .wp-block-pullquote blockquote,
.td-post-content .wp-block-pullquote blockquote,
.wpb_text_column .wp-block-pullquote blockquote,
.td_block_text_with_title .wp-block-pullquote blockquote,
.bbpress .wp-block-pullquote blockquote,
.woocommerce #tab-description .wp-block-pullquote blockquote,
.mce-content-body .wp-block-pullquote blockquote,
.comment-content .wp-block-pullquote blockquote,
.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.wpb_text_column .td_pull_center,
.td_block_text_with_title .td_pull_center,
.bbpress .td_pull_center,
.woocommerce #tab-description .td_pull_center,
.mce-content-body .td_pull_center,
.comment-content .td_pull_center {
padding: 15px 20px;
}
}
.td-page-content .wp-block-pullquote,
.td-post-content .wp-block-pullquote,
.wpb_text_column .wp-block-pullquote,
.td_block_text_with_title .wp-block-pullquote,
.bbpress .wp-block-pullquote,
.woocommerce #tab-description .wp-block-pullquote,
.mce-content-body .wp-block-pullquote,
.comment-content .wp-block-pullquote {
padding: 0;
color: #4db2ec;
}
.td-page-content .wp-block-pullquote p,
.td-post-content .wp-block-pullquote p,
.wpb_text_column .wp-block-pullquote p,
.td_block_text_with_title .wp-block-pullquote p,
.bbpress .wp-block-pullquote p,
.woocommerce #tab-description .wp-block-pullquote p,
.mce-content-body .wp-block-pullquote p,
.comment-content .wp-block-pullquote p {
color: inherit;
}
.td-page-content .wp-block-pullquote.alignleft,
.td-post-content .wp-block-pullquote.alignleft,
.wpb_text_column .wp-block-pullquote.alignleft,
.td_block_text_with_title .wp-block-pullquote.alignleft,
.bbpress .wp-block-pullquote.alignleft,
.woocommerce #tab-description .wp-block-pullquote.alignleft,
.mce-content-body .wp-block-pullquote.alignleft,
.comment-content .wp-block-pullquote.alignleft,
.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.wpb_text_column .td_pull_left,
.td_block_text_with_title .td_pull_left,
.bbpress .td_pull_left,
.woocommerce #tab-description .td_pull_left,
.mce-content-body .td_pull_left,
.comment-content .td_pull_left {
width: 40%;
margin-right: 34px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .wp-block-pullquote.alignleft,
.td-post-content .wp-block-pullquote.alignleft,
.wpb_text_column .wp-block-pullquote.alignleft,
.td_block_text_with_title .wp-block-pullquote.alignleft,
.bbpress .wp-block-pullquote.alignleft,
.woocommerce #tab-description .wp-block-pullquote.alignleft,
.mce-content-body .wp-block-pullquote.alignleft,
.comment-content .wp-block-pullquote.alignleft,
.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.wpb_text_column .td_pull_left,
.td_block_text_with_title .td_pull_left,
.bbpress .td_pull_left,
.woocommerce #tab-description .td_pull_left,
.mce-content-body .td_pull_left,
.comment-content .td_pull_left {
float: none;
margin: 0 0 30px 0;
width: auto;
}
}
.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.wpb_text_column .td_pull_left,
.td_block_text_with_title .td_pull_left,
.bbpress .td_pull_left,
.woocommerce #tab-description .td_pull_left,
.mce-content-body .td_pull_left,
.comment-content .td_pull_left {
float: left;
}
.td-page-content .wp-block-pullquote.alignright,
.td-post-content .wp-block-pullquote.alignright,
.wpb_text_column .wp-block-pullquote.alignright,
.td_block_text_with_title .wp-block-pullquote.alignright,
.bbpress .wp-block-pullquote.alignright,
.woocommerce #tab-description .wp-block-pullquote.alignright,
.mce-content-body .wp-block-pullquote.alignright,
.comment-content .wp-block-pullquote.alignright,
.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.wpb_text_column .td_pull_right,
.td_block_text_with_title .td_pull_right,
.bbpress .td_pull_right,
.woocommerce #tab-description .td_pull_right,
.mce-content-body .td_pull_right,
.comment-content .td_pull_right {
width: 30%;
margin-left: 34px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td-page-content .wp-block-pullquote.alignright,
.td-post-content .wp-block-pullquote.alignright,
.wpb_text_column .wp-block-pullquote.alignright,
.td_block_text_with_title .wp-block-pullquote.alignright,
.bbpress .wp-block-pullquote.alignright,
.woocommerce #tab-description .wp-block-pullquote.alignright,
.mce-content-body .wp-block-pullquote.alignright,
.comment-content .wp-block-pullquote.alignright,
.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.wpb_text_column .td_pull_right,
.td_block_text_with_title .td_pull_right,
.bbpress .td_pull_right,
.woocommerce #tab-description .td_pull_right,
.mce-content-body .td_pull_right,
.comment-content .td_pull_right {
float: none;
margin: 0 0 30px 0;
width: auto;
}
}
.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.wpb_text_column .td_pull_right,
.td_block_text_with_title .td_pull_right,
.bbpress .td_pull_right,
.woocommerce #tab-description .td_pull_right,
.mce-content-body .td_pull_right,
.comment-content .td_pull_right {
float: right;
}
.td-page-content .wp-block-pullquote.alignleft,
.td-post-content .wp-block-pullquote.alignleft,
.wpb_text_column .wp-block-pullquote.alignleft,
.td_block_text_with_title .wp-block-pullquote.alignleft,
.bbpress .wp-block-pullquote.alignleft,
.woocommerce #tab-description .wp-block-pullquote.alignleft,
.mce-content-body .wp-block-pullquote.alignleft,
.comment-content .wp-block-pullquote.alignleft,
.td-page-content .wp-block-pullquote.alignright,
.td-post-content .wp-block-pullquote.alignright,
.wpb_text_column .wp-block-pullquote.alignright,
.td_block_text_with_title .wp-block-pullquote.alignright,
.bbpress .wp-block-pullquote.alignright,
.woocommerce #tab-description .wp-block-pullquote.alignright,
.mce-content-body .wp-block-pullquote.alignright,
.comment-content .wp-block-pullquote.alignright {
margin-top: 0;
margin-bottom: 0 !important;
/* responsive portrait phone */
}
.td-page-content .wp-block-pullquote.alignleft blockquote,
.td-post-content .wp-block-pullquote.alignleft blockquote,
.wpb_text_column .wp-block-pullquote.alignleft blockquote,
.td_block_text_with_title .wp-block-pullquote.alignleft blockquote,
.bbpress .wp-block-pullquote.alignleft blockquote,
.woocommerce #tab-description .wp-block-pullquote.alignleft blockquote,
.mce-content-body .wp-block-pullquote.alignleft blockquote,
.comment-content .wp-block-pullquote.alignleft blockquote,
.td-page-content .wp-block-pullquote.alignright blockquote,
.td-post-content .wp-block-pullquote.alignright blockquote,
.wpb_text_column .wp-block-pullquote.alignright blockquote,
.td_block_text_with_title .wp-block-pullquote.alignright blockquote,
.bbpress .wp-block-pullquote.alignright blockquote,
.woocommerce #tab-description .wp-block-pullquote.alignright blockquote,
.mce-content-body .wp-block-pullquote.alignright blockquote,
.comment-content .wp-block-pullquote.alignright blockquote {
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
@media (max-width: 767px) {
.td-page-content .wp-block-pullquote.alignleft,
.td-post-content .wp-block-pullquote.alignleft,
.wpb_text_column .wp-block-pullquote.alignleft,
.td_block_text_with_title .wp-block-pullquote.alignleft,
.bbpress .wp-block-pullquote.alignleft,
.woocommerce #tab-description .wp-block-pullquote.alignleft,
.mce-content-body .wp-block-pullquote.alignleft,
.comment-content .wp-block-pullquote.alignleft,
.td-page-content .wp-block-pullquote.alignright,
.td-post-content .wp-block-pullquote.alignright,
.wpb_text_column .wp-block-pullquote.alignright,
.td_block_text_with_title .wp-block-pullquote.alignright,
.bbpress .wp-block-pullquote.alignright,
.woocommerce #tab-description .wp-block-pullquote.alignright,
.mce-content-body .wp-block-pullquote.alignright,
.comment-content .wp-block-pullquote.alignright {
max-width: 100%;
}
}
.td-page-content .wp-block-pullquote.is-style-solid-color blockquote,
.td-post-content .wp-block-pullquote.is-style-solid-color blockquote,
.wpb_text_column .wp-block-pullquote.is-style-solid-color blockquote,
.td_block_text_with_title .wp-block-pullquote.is-style-solid-color blockquote,
.bbpress .wp-block-pullquote.is-style-solid-color blockquote,
.woocommerce #tab-description .wp-block-pullquote.is-style-solid-color blockquote,
.mce-content-body .wp-block-pullquote.is-style-solid-color blockquote,
.comment-content .wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
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
*/
.td-page-content .dropcap,
.td-post-content .dropcap,
.wpb_text_column .dropcap,
.td_block_text_with_title .dropcap,
.bbpress .dropcap,
.woocommerce #tab-description .dropcap,
.mce-content-body .dropcap,
.comment-content .dropcap {
float: left;
display: block;
font-size: 50px;
line-height: 56px;
background-color: #4db2ec;
color: white;
text-align: center;
margin: 9px 13px 0 0;
padding: 2px 10px 4px;
font-family: Verdana, Geneva, sans-serif;
text-transform: uppercase;
min-width: 62px;
min-height: 62px;
}
.td-page-content .dropcap1,
.td-post-content .dropcap1,
.wpb_text_column .dropcap1,
.td_block_text_with_title .dropcap1,
.bbpress .dropcap1,
.woocommerce #tab-description .dropcap1,
.mce-content-body .dropcap1,
.comment-content .dropcap1 {
-webkit-border-radius: 70px;
-moz-border-radius: 70px;
border-radius: 70px;
font-size: 40px;
padding: 2px 14px 4px;
}
.td-page-content .dropcap2,
.td-post-content .dropcap2,
.wpb_text_column .dropcap2,
.td_block_text_with_title .dropcap2,
.bbpress .dropcap2,
.woocommerce #tab-description .dropcap2,
.mce-content-body .dropcap2,
.comment-content .dropcap2 {
background-color: transparent !important;
color: #4B4B4B;
font-size: 79px;
line-height: 69px;
margin: 0 9px 0 0;
padding: 0 13px 0 0;
}
.td-page-content .dropcap3,
.td-post-content .dropcap3,
.wpb_text_column .dropcap3,
.td_block_text_with_title .dropcap3,
.bbpress .dropcap3,
.woocommerce #tab-description .dropcap3,
.mce-content-body .dropcap3,
.comment-content .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: 'Open Sans', arial, 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: #4db2ec;
}
.td_default_btn:hover,
.td_round_btn:hover {
background-color: #444 !important;
}
.td_default_btn:active,
.td_round_btn:active {
background-color: #000 !important;
}
.td_outlined_btn {
border-width: 2px;
border-style: solid;
border-color: #4db2ec;
border-radius: 4px;
color: #4db2ec;
background-color: transparent;
transition: all 0.1s ease ;
-webkit-transition: all 0.1s ease;
}
.td_outlined_btn:hover {
background-color: #4db2ec;
color: #fff;
}
.td_outlined_btn:active {
background-color: #444 !important;
border-color: #444;
}
.td_shadow_btn {
background-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: #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;
-moz-transition: color 400ms;
-o-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;
-moz-transition: color 400ms;
-o-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?16');
src: url('images/icons/newspaper.eot?16#iefix') format('embedded-opentype'), url('images/icons/newspaper.woff?16') format('woff'), url('images/icons/newspaper.ttf?16') format('truetype'), url('images/icons/newspaper.svg?16#newspaper') format('svg');
font-weight: normal;
font-style: normal;
}
[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';
}
.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-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-dots-circle-big:before {
content: "\e929";
}
.td-icon-dots-circle-line:before {
content: "\e92a";
}
.td-icon-dots-circle-line-medium:before {
content: "\e92b";
}
.td-icon-dots-circle-medium:before {
content: "\e92c";
}
.td-icon-dots-circle-united-line:before {
content: "\e92d";
}
.td-icon-dots-romb:before {
content: "\e92e";
}
.td-icon-dots-romb-big:before {
content: "\e92f";
}
.td-icon-dots-romb-line:before {
content: "\e930";
}
.td-icon-dots-romb-united:before {
content: "\e931";
}
.td-icon-dots-romb-united-line:before {
content: "\e932";
}
.td-icon-dots-square:before {
content: "\e933";
}
.td-icon-dots-square-big:before {
content: "\e934";
}
.td-icon-dots-square-line:before {
content: "\e935";
}
.td-icon-dots-square-line-big:before {
content: "\e936";
}
.td-icon-dots-square-medium:before {
content: "\e937";
}
.td-icon-magnifier-big-fill-space:before {
content: "\e938";
}
.td-icon-magnifier-big-long-line:before {
content: "\e939";
}
.td-icon-magnifier-big-rounded:before {
content: "\e93a";
}
.td-icon-magnifier-big-rounded-line:before {
content: "\e93b";
}
.td-icon-magnifier-big-space:before {
content: "\e93c";
}
.td-icon-magnifier-big-square-space:before {
content: "\e93d";
}
.td-icon-magnifier-fill-round-space:before {
content: "\e93e";
}
.td-icon-magnifier-medium-long:before {
content: "\e93f";
}
.td-icon-magnifier-medium-long-light:before {
content: "\e940";
}
.td-icon-magnifier-medium-long-line:before {
content: "\e941";
}
.td-icon-magnifier-medium-short:before {
content: "\e942";
}
.td-icon-magnifier-medium-short-light:before {
content: "\e943";
}
.td-icon-magnifier-outline-line:before {
content: "\e944";
}
.td-icon-magnifier-real-long:before {
content: "\e945";
}
.td-icon-magnifier-real-long-line:before {
content: "\e946";
}
.td-icon-magnifier-real-space-line:before {
content: "\e947";
}
.td-icon-magnifier-thin-long:before {
content: "\e948";
}
.td-icon-magnifier-thin-short:before {
content: "\e949";
}
.td-icon-menu-arrow-down:before {
content: "\e94a";
}
.td-icon-menu-arrow-right:before {
content: "\e94b";
}
.td-icon-menu-circle:before {
content: "\e94c";
}
.td-icon-menu-circle-equal:before {
content: "\e94d";
}
.td-icon-menu-dots-circle:before {
content: "\e94e";
}
.td-icon-menu-dots-circle-line:before {
content: "\e94f";
}
.td-icon-menu-dots-romb:before {
content: "\e950";
}
.td-icon-menu-dots-romb-line-united:before {
content: "\e951";
}
.td-icon-menu-dots-romb-united:before {
content: "\e952";
}
.td-icon-menu-dots-romb-wide:before {
content: "\e953";
}
.td-icon-menu-dots-rounded:before {
content: "\e954";
}
.td-icon-menu-dots-square:before {
content: "\e955";
}
.td-icon-menu-dots-square-line:before {
content: "\e956";
}
.td-icon-menu-fill-circles:before {
content: "\e957";
}
.td-icon-menu-fill-squares:before {
content: "\e958";
}
.td-icon-menu-line-center:before {
content: "\e959";
}
.td-icon-menu-line-center-equal:before {
content: "\e95a";
}
.td-icon-menu-line-circles:before {
content: "\e95b";
}
.td-icon-menu-line-left:before {
content: "\e95c";
}
.td-icon-menu-line-right:before {
content: "\e95d";
}
.td-icon-menu-line-square-center:before {
content: "\e95e";
}
.td-icon-menu-line-square-center-equal:before {
content: "\e95f";
}
.td-icon-menu-line-square-left:before {
content: "\e960";
}
.td-icon-menu-line-square-right:before {
content: "\e961";
}
.td-icon-menu-line-squares:before {
content: "\e962";
}
.td-icon-menu-medium:before {
content: "\e963";
}
.td-icon-menu-medium-center:before {
content: "\e964";
}
.td-icon-menu-medium-left:before {
content: "\e965";
}
.td-icon-menu-medium-right:before {
content: "\e966";
}
.td-icon-menu-medium-square:before {
content: "\e967";
}
.td-icon-menu-outline-circle:before {
content: "\e968";
}
.td-icon-menu-outline-circle-equal:before {
content: "\e969";
}
.td-icon-menu-outline-rounded:before {
content: "\e96a";
}
.td-icon-menu-outline-rounded-square:before {
content: "\e96b";
}
.td-icon-menu-outline-square:before {
content: "\e96c";
}
.td-icon-menu-outline-square-round:before {
content: "\e96d";
}
.td-icon-menu-outline-square-round-lines:before {
content: "\e96e";
}
.td-icon-menu-rounded:before {
content: "\e96f";
}
.td-icon-menu-rounded-square:before {
content: "\e970";
}
.td-icon-menu-square:before {
content: "\e971";
}
.td-icon-menu-square-arrow-right:before {
content: "\e972";
}
.td-icon-menu-square-round:before {
content: "\e973";
}
.td-icon-menu-square-round-lines:before {
content: "\e974";
}
.td-icon-menu-thin:before {
content: "\e975";
}
.td-icon-menu-thin-center:before {
content: "\e976";
}
.td-icon-menu-thin-left:before {
content: "\e977";
}
.td-icon-menu-thin-right:before {
content: "\e978";
}
.td-icon-menu-thin-square:before {
content: "\e979";
}
.td-icon-menu-vertical:before {
content: "\e97a";
}
.td-icon-box-hex:before {
content: "\e97b";
}
.td-icon-camera-details:before {
content: "\e97c";
}
.td-icon-camera-lens:before {
content: "\e97d";
}
.td-icon-camera-simple:before {
content: "\e97e";
}
.td-icon-check-star:before {
content: "\e97f";
}
.td-icon-decorative-flower:before {
content: "\e980";
}
.td-icon-drops-fill:before {
content: "\e981";
}
.td-icon-fish-pyramids:before {
content: "\e982";
}
.td-icon-flower-pond:before {
content: "\e983";
}
.td-icon-lines-dots:before {
content: "\e984";
}
.td-icon-lotus-fill:before {
content: "\e985";
}
.td-icon-lotus-lines:before {
content: "\e986";
}
.td-icon-maze-arrow:before {
content: "\e987";
}
.td-icon-maze-hex:before {
content: "\e988";
}
.td-icon-rock-hex:before {
content: "\e989";
}
.td-icon-star-fill:before {
content: "\e98a";
}
.td-icon-star-flower:before {
content: "\e98b";
}
.td-icon-star-lines:before {
content: "\e98c";
}
.td-icon-tangle-fill:before {
content: "\e98d";
}
.td-icon-tangle-hex:before {
content: "\e98e";
}
.td-icon-team-work:before {
content: "\e98f";
}
.td-icon-tree-circle:before {
content: "\e990";
}
.td-icon-tree-lines:before {
content: "\e991";
}
.td-icon-tulip-lines:before {
content: "\e992";
}
.td-icon-vertical-leaf:before {
content: "\e993";
}
.td-icon-diamond-fill:before {
content: "\e994";
}
.td-icon-mountains-lines:before {
content: "\e995";
}
.td-icon-x-lines:before {
content: "\e996";
}
.td-icon-abstract-circle-lines:before {
content: "\e997";
}
.td-icon-abstract-lines-emblem:before {
content: "\e998";
}
.td-icon-Z-letter-lines:before {
content: "\e999";
}
.td-icon-star-squares-lines:before {
content: "\e99a";
}
.td-icon-star-squares-fill:before {
content: "\e99b";
}
.td-icon-star1-flower:before {
content: "\e99c";
}
.td-icon-heart-flower:before {
content: "\e99d";
}
.td-icon-star-hex:before {
content: "\e99e";
}
.td-icon-bird-origami-lines:before {
content: "\e99f";
}
.td-icon-decorative-flower1:before {
content: "\e9a0";
}
.td-icon-hand-holding-flower:before {
content: "\e9a1";
}
.td-icon-moon-stars1-line:before {
content: "\e9a2";
}
.td-icon-abstract-owl-lines:before {
content: "\e9a3";
}
.td-icon-abstract-lines-model:before {
content: "\e9a4";
}
.td-icon-owl-lines:before {
content: "\e9a5";
}
.td-icon-buck-fill:before {
content: "\e9a6";
}
.td-icon-lines-loader:before {
content: "\e9a7";
}
.td-icon-trees-circle:before {
content: "\e9a8";
}
.td-icon-moon-stars-line:before {
content: "\e9a9";
}
.td-icon-line3-thin:before {
content: "\e9aa";
}
.td-icon-line2-thin:before {
content: "\e9ab";
}
.td-icon-line1-thin:before {
content: "\e9ac";
}
.td-icon-line3-thik:before {
content: "\e9ad";
}
.td-icon-line2-thik:before {
content: "\e9ae";
}
.td-icon-line1-thik:before {
content: "\e9af";
}
.td-icon-wreath3-fill:before {
content: "\e9b0";
}
.td-icon-wreath2-fill:before {
content: "\e9b1";
}
.td-icon-wreath1-fill:before {
content: "\e9b2";
}
.td-icon-wreath-fill:before {
content: "\e9b3";
}
.td-icon-wreath-line:before {
content: "\e9b4";
}
.td-icon-flower-branch-vertical:before {
content: "\e9b5";
}
.td-icon-branch1-vertical-fill:before {
content: "\e9b6";
}
.td-icon-branch-vertical-fill:before {
content: "\e9b7";
}
.td-icon-flower-vertical-line:before {
content: "\e9b8";
}
.td-icon-leaves-vertical-line:before {
content: "\e9b9";
}
.td-icon-leaves-vertical-fill:before {
content: "\e9ba";
}
.td-icon-separator3-wave:before {
content: "\e9bb";
}
.td-icon-separator2-wave:before {
content: "\e9bc";
}
.td-icon-separator1-wave:before {
content: "\e9bd";
}
.td-icon-separator-wave:before {
content: "\e9be";
}
.td-icon-separator2-straigth:before {
content: "\e9bf";
}
.td-icon-separator1-straigth:before {
content: "\e9c0";
}
.td-icon-separator-straigth:before {
content: "\e9c1";
}
.td-icon-leaves-left-fill:before {
content: "\e9c2";
}
.td-icon-leaves-left-line:before {
content: "\e9c3";
}
.td-icon-leaves1-left-fill:before {
content: "\e9c4";
}
.td-icon-leaves5-right-fill:before {
content: "\e9c5";
}
.td-icon-leaves4-right-fill:before {
content: "\e9c6";
}
.td-icon-leaves3-right-fill:before {
content: "\e9c7";
}
.td-icon-leaves1-right-line:before {
content: "\e9c8";
}
.td-icon-leaves2-right-fill:before {
content: "\e9c9";
}
.td-icon-leaves1-right-fill:before {
content: "\e9ca";
}
.td-icon-leaves-right-line:before {
content: "\e9cb";
}
.td-icon-leaves-right-fill:before {
content: "\e9cc";
}
.td-icon-tulips-left-fill:before {
content: "\e9cd";
}
.td-social-icon-wrap:hover .td-icon-font {
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-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;
}
@font-face {
font-family: 'newspaper-icons';
src: url('images/icons/newspaper-icons.eot?1');
src: url('images/icons/newspaper-icons.eot?1#iefix') format('embedded-opentype'), url('images/icons/newspaper-icons.woff?1') format('woff'), url('images/icons/newspaper-icons.ttf?1') format('truetype'), url('images/icons/newspaper-icons.svg?1#newspaper-icons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="td-icons"]:before,
[class*=" td-icons"]:before {
font-family: 'newspaper-icons';
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-icons"] {
line-height: 1;
text-align: center;
display: inline-block;
cursor: default;
}
.rain-d:before {
content: '\e800';
display: none;
}
.rain-n:before {
content: '\e801';
display: none;
}
.mist-d:before {
content: '\e802';
display: none;
}
.mist-n:before {
content: '\e802';
display: none;
}
.scattered-clouds-d:before {
content: '\e803';
display: none;
}
.scattered-clouds-n:before {
content: '\e803';
display: none;
}
.shower-rain-d:before {
content: '\e804';
display: none;
}
.shower-rain-n:before {
content: '\e804';
display: none;
}
.snow-d:before {
content: '\e805';
display: none;
}
.snow-n:before {
content: '\e805';
display: none;
}
.thunderstorm-d:before {
content: '\e806';
display: none;
}
.thunderstorm-n:before {
content: '\e806';
display: none;
}
.broken-clouds-d:before {
content: '\e807';
display: none;
}
.broken-clouds-n:before {
content: '\e807';
display: none;
}
.clear-sky-d:before {
content: '\e808';
display: none;
}
.clear-sky-n:before {
content: '\e809';
display: none;
}
.few-clouds-d:before {
content: '\e80a';
display: none;
}
.few-clouds-n:before {
content: '\e80b';
display: none;
}
.td-icons-drop:before {
content: '\e80c';
}
.td-icons-wind:before {
content: '\e80d';
}
.td-icons-arrows-down:before {
content: '\e80e';
}
.td-icons-arrows-up:before {
content: '\e80f';
}
.td-icons-cloud:before {
content: '\e810';
}
.td-icons-location:before {
content: '\e811';
}
.td-icons-circus:before {
content: "\e900";
}
.td-icons-farm:before {
content: "\e901";
}
.td-icons-home:before {
content: "\e902";
}
.td-icons-pets:before {
content: "\e903";
}
.td-icons-wild:before {
content: "\e904";
}
.mx_image_background {
background-color: #f2f2f2;
}
.td-visibility-hidden {
visibility: hidden;
}
/* ----------------------------------------------------------------------------
from bootstrap
*/
.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
*/
.gutenberg-editor-page #postcustomstuff table textarea {
min-height: 40px;
height: 40px;
}
.wp-block {
max-width: 726px;
}
.td-gutenberg-editor .wp-block {
max-width: 1098px;
}
body .editor-styles-wrapper {
font-family: Verdana, Geneva, sans-serif;
}
body .editor-styles-wrapper .wp-block[data-align="wide"] {
max-width: 1400px !important;
}
body .editor-styles-wrapper .wp-block[data-align="full"] {
position: relative;
left: 50%;
transform: translateX(-50%);
max-width: 100vw;
margin-left: 0;
margin-right: 0;
padding-left: unset;
padding-right: unset;
}
body .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit,
body .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit {
width: 50%;
}
.wp-block-freeform.block-library-rich-text__tinymce,
.wp-block-freeform.block-library-rich-text__tinymce p {
font-size: 15px;
line-height: 26px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
border-left: none;
box-shadow: none;
margin: 40px 5% 38px 5%;
padding: 0;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
line-height: 40px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_quote_right {
margin: 21px 0 21px 21px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_quote_left {
margin: 18px 18px 18px 0;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_quote_box {
border-left: 2px solid #4db2ec;
padding: 15px 23px 0 23px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_quote_box p {
line-height: 21px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_quote_box.td_box_center {
margin: 0 0 29px 0;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_quote_box.td_box_left {
margin: 0 34px 20px 0;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_quote_box.td_box_right {
margin: 0 0 20px 34px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_pull_quote {
padding: 18px 25px;
margin: 0;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_pull_quote p {
line-height: 26px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_pull_quote.td_pull_center {
margin: 17px 0;
padding: 15px 50px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_pull_quote.td_pull_left {
margin-right: 34px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.td_pull_quote.td_pull_right {
margin-left: 34px;
}
.wp-block-freeform.block-library-rich-text__tinymce .wp-caption-dt img {
margin-bottom: 0;
}
.wp-block-image figcaption {
text-align: left;
margin: 6px 0 26px 0;
font-size: 11px;
font-style: italic;
font-weight: normal;
line-height: 17px;
color: #444;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
font-size: 11px;
line-height: 17px;
}
.wp-block-table td,
.wp-block-table th {
border: 1px solid #ededed;
}
.wp-block-table .wp-block-table__cell-content {
padding: 2px 8px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: none;
box-shadow: none;
margin: 40px 5% 38px 5%;
padding: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) p {
font-family: 'Roboto', sans-serif;
font-size: 32px;
line-height: 40px;
font-weight: 400;
text-transform: uppercase;
color: #4db2ec;
word-wrap: break-word;
}
.wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation {
color: #6c7781;
font-size: 13px;
margin-top: 1em;
position: relative;
font-style: normal;
}
.editor-block-preview__content .wp-block-quote:not(.is-large):not(.is-style-large) {
margin: 0;
}
.wp-block-pullquote {
margin: 17px 0;
padding: 0;
border-top: 0;
border-bottom: 0;
}
.wp-block-pullquote blockquote {
position: relative;
border-left: none;
margin: 0;
font-style: italic;
color: #4db2ec;
}
.wp-block-pullquote blockquote .editor-rich-text {
position: relative;
padding: 15px 50px;
}
.wp-block-pullquote blockquote .editor-rich-text p {
font-family: 'Open Sans', arial, sans-serif;
font-size: 14px !important;
line-height: 26px;
font-weight: 600;
text-transform: none;
}
.wp-block-pullquote blockquote .editor-rich-text p:first-child:before {
position: absolute;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==') no-repeat;
left: 0;
display: block;
content: '';
width: 15px;
height: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.wp-block-pullquote blockquote .editor-rich-text p:after {
position: absolute;
bottom: 0;
right: 0;
display: block;
content: '';
width: 15px;
height: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC') no-repeat;
}
.wp-block-pullquote blockquote .editor-rich-text .wp-block-pullquote__citation {
color: #6c7781;
font-size: 13px;
margin-top: 1em;
position: relative;
font-style: normal;
text-transform: none;
}
.wp-block-pullquote blockquote .editor-rich-text .editor-rich-text__tinymce {
position: static !important;
color: inherit;
}
.block-editor .wp-block-categories .wp-block-categories__list {
padding: 0;
}
.block-editor .wp-block-categories .wp-block-categories__list,
.block-editor .wp-block-categories .wp-block-categories__list ul {
list-style-type: none;
}
.block-editor .wp-block-categories .wp-block-categories__list ul {
margin: 5px 0 0;
padding-left: 26px;
}
.block-editor .wp-block-categories .wp-block-categories__list li {
margin-left: 0;
margin-bottom: 5px;
}
.block-editor .wp-block-categories .wp-block-categories__list li:last-child {
margin-bottom: 0;
}
.block-editor .wp-block-categories .wp-block-categories__list a {
color: #000;
}
.block-editor .wp-block-categories .wp-block-categories__list a,
.block-editor .wp-block-categories .wp-block-categories__list a:hover {
text-decoration: none;
}
.block-editor .wp-block-categories .wp-block-categories__list a:hover {
color: #0073aa;
}
.block-editor .wp-block-categories .wp-block-categories__list .wp-block-categories__post-count {
float: right;
}
.wp-block-archives {
padding-left: 0 !important;
font-family: 'Open Sans', arial, sans-serif;
}
.wp-block-archives li {
line-height: 30px;
list-style: none;
padding: 0;
margin-left: 0 !important;
}
.wp-block-archives li a {
color: #222222;
}
.wp-block-archives li a:hover {
color: #4db2ec;
text-decoration: none !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
display: block;
margin: 10px 12px !important;
line-height: 21px;
padding-bottom: 13px;
font-size: 12px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
display: block;
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
line-height: 16px;
color: #b5b5b5;
font-style: italic;
margin-bottom: 5px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
margin: 5px 0 0;
font-size: 14px;
line-height: 24px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a {
color: #222222;
font-style: italic;
font-size: 11px;
font-weight: bold;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a:hover {
color: #4db2ec;
text-decoration: none !important;
}
.wp-block-latest-posts:not(.is-grid) {
padding-left: 0 !important;
}
.wp-block-latest-posts:not(.is-grid) li {
line-height: 30px;
list-style: none;
margin-left: 12px;
margin-bottom: 8px;
padding-bottom: 7px;
border-bottom: 1px dashed #f1f1f1;
font-family: 'Roboto', sans-serif;
}
.wp-block-latest-posts:not(.is-grid) li:last-child {
border-bottom: none;
}
.wp-block-latest-posts:not(.is-grid) li a {
color: #222222;
}
.wp-block-latest-posts:not(.is-grid) li a:hover {
color: #4db2ec;
text-decoration: none !important;
}
.wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__post-date {
display: block;
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
line-height: 16px;
color: #b5b5b5;
font-style: italic;
margin-bottom: 5px;
}
.wp-block-button {
font-family: 'Open Sans', arial, sans-serif;
font-size: 16px;
line-height: 20px;
font-weight: 600;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
transition: background-color 0.1s ease;
-webkit-transition: background-color 0.1s ease;
background-color: #4db2ec;
padding: 9px 12px;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
background-color: #444 !important;
text-decoration: none !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
border-width: 2px;
border-style: solid;
color: #4db2ec;
transition: all 0.1s ease;
-webkit-transition: all 0.1s ease;
}
.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]) {
background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]):hover {
background-color: #4db2ec !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-text-color"]) {
border-color: #4db2ec;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background-color: #444 !important;
color: #fff !important;
text-decoration: none !important;
}
p.has-drop-cap:not(:focus):first-letter {
font-size: 79px !important;
line-height: 69px;
margin: 0 9px 0 0;
padding: 0 13px 0 0;
color: inherit;
}
p.has-drop-cap:not([class*="has-text-color"]):not(:focus)::first-letter {
font-size: 79px !important;
line-height: 69px;
margin: 0 9px 0 0;
padding: 0 13px 0 0;
color: #4B4B4B;
}
.wpseo-metabox-sidebar ul li,
.wpseo-metabox-sidebar ol li {
margin-left: 0;
}