init commit
This commit is contained in:
5
assets/css/jquery-ui.css
vendored
Normal file
5
assets/css/jquery-ui.css
vendored
Normal file
File diff suppressed because one or more lines are too long
60
assets/css/mt-admin-styles.css
Normal file
60
assets/css/mt-admin-styles.css
Normal file
@ -0,0 +1,60 @@
|
||||
.mt-meta-options-wrap .ui-button {
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background: 0 0;
|
||||
height: auto;
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
.mt-meta-options-wrap .ui-button-text {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.mt-meta-options-wrap img {
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
border: 4px solid transparent
|
||||
}
|
||||
|
||||
.mt-meta-options-wrap img:focus,
|
||||
.mt-meta-options-wrap img:hover {
|
||||
border-color: #ddd
|
||||
}
|
||||
|
||||
.mt-meta-options-wrap .ui-state-active img {
|
||||
border-color: #00a0d2
|
||||
}
|
||||
|
||||
.mt-clearfix:after,
|
||||
.mt-clearfix:before {
|
||||
content: '';
|
||||
display: table
|
||||
}
|
||||
|
||||
.mt-clearfix:after {
|
||||
clear: both
|
||||
}
|
||||
|
||||
.widget-content .attachment-media-view {
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
margin: 1em 0
|
||||
}
|
||||
|
||||
.widget-content .placeholder {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
border: 1px dashed #b4b9be;
|
||||
box-sizing: border-box;
|
||||
padding: 9px 0;
|
||||
line-height: 20px
|
||||
}
|
||||
|
||||
.widget-content .actions {
|
||||
margin-top: 8px
|
||||
}
|
391
assets/css/mt-customizer-styles.css
Normal file
391
assets/css/mt-customizer-styles.css
Normal file
@ -0,0 +1,391 @@
|
||||
/**
|
||||
* Customizer styles
|
||||
*
|
||||
*/
|
||||
.customize-control-mt-toggle label {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle label .customize-control-title {
|
||||
width: calc(100% - 55px);
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle label .description {
|
||||
order: 99;
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle input[type=checkbox] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle .switch {
|
||||
border: 1px solid rgba(0, 0, 0, .1);
|
||||
display: inline-block;
|
||||
width: 35px;
|
||||
height: 12px;
|
||||
border-radius: 8px;
|
||||
background: #ccc;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
transition: background 350ms ease;
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle .switch:after,
|
||||
.customize-control-mt-toggle .switch:before {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: -3px;
|
||||
transition: all 350ms cubic-bezier(0, .95, .38, .98), background 150ms ease;
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle .switch:before {
|
||||
background: rgba(0, 0, 0, .2);
|
||||
transform: translate3d(0, -50%, 0) scale(0);
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle .switch:after {
|
||||
background: #999;
|
||||
border: 1px solid rgba(0, 0, 0, .1);
|
||||
transform: translate3d(0, -50%, 0);
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle .switch:active:before {
|
||||
transform: translate3d(0, -50%, 0) scale(3);
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle input:checked+.switch {
|
||||
background: rgba(52, 152, 222, .3);
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle input:checked+.switch:before {
|
||||
background: rgba(52, 152, 222, .075);
|
||||
transform: translate3d(100%, -50%, 0) scale(1);
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle input:checked+.switch:after {
|
||||
background: #3498de;
|
||||
transform: translate3d(100%, -50%, 0);
|
||||
}
|
||||
|
||||
.customize-control-mt-toggle input:checked+.switch:active:before {
|
||||
background: rgba(52, 152, 222, .075);
|
||||
transform: translate3d(100%, -50%, 0) scale(3);
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image>.image {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image label {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image label .image-label {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, .7);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image label .image-label .inner {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
padding: .5em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image label:hover .image-label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input img {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input:checked+label img {
|
||||
-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .25);
|
||||
box-shadow: 0 0 5px 2px rgba(0, 0, 0, .25);
|
||||
border: 1px solid #3498db;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input+label .image-clickable {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.customize-control-repeater .repeater-fields .repeater-row .repeater-field.repeater-field-radio-image input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.customize-control-repeater .repeater-fields .repeater-row .repeater-field.repeater-field-radio-image input img {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.customize-control-repeater .repeater-fields .repeater-row .repeater-field.repeater-field-radio-image input:checked+label img {
|
||||
-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .25);
|
||||
box-shadow: 0 0 5px 2px rgba(0, 0, 0, .25);
|
||||
border: 1px solid #3498db;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input+label .image-clickable {
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background: 0 0;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input+label .image-clickable,
|
||||
.customize-control-mt-radio-image input:checked+label img {
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding: 2px;
|
||||
border: 3px solid transparent;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input+label .image-clickable:focus,
|
||||
.customize-control-mt-radio-image input+label .image-clickable:hover {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input:checked+label img {
|
||||
border-color: #00a0d2;
|
||||
display: block
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image .image label {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image input:checked+label img {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.customize-control-mt-radio-image>.image {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mt-clearfix:after,
|
||||
.mt-clearfix:before {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.mt-clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.mt-repeater-field-control {
|
||||
background: #fff;
|
||||
margin-bottom: 12px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mt-repeater-footer {
|
||||
margin-top: 15px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.mt-repeater-field-control:first-child .mt-repeater-footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mt-repeater-field-title {
|
||||
padding: 13px 15px;
|
||||
line-height: 1;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin: 0;
|
||||
font-size: 1em;
|
||||
border: 1px solid #e5e5e5;
|
||||
cursor: move;
|
||||
position: relative;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.mt-repeater-field-title:after {
|
||||
content: "\f142";
|
||||
font: 400 20px/1 dashicons;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 1px 2px 1px 0;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mt-repeater-field-control.expanded .mt-repeater-field-title:after {
|
||||
content: "\f140"
|
||||
}
|
||||
|
||||
.mt-repeater-fields {
|
||||
padding: 0 10px 10px;
|
||||
border-top: none;
|
||||
line-height: 16px;
|
||||
border: 1px solid #e5e5e5;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mt-repeater-fields .customize-control-title {
|
||||
margin-top: 10px
|
||||
}
|
||||
|
||||
.mt-repeater-field-control.expanded .mt-repeater-fields {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mt-reapeater-add-control-field {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.mt-reapeater-add-add-control-field:before {
|
||||
content: "\f132";
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: -2px;
|
||||
top: -1px;
|
||||
font: 400 18px/1 dashicons;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mt-repeater-type-icon {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mt-repeater-selected-icon {
|
||||
background: #f6f6f6;
|
||||
height: 45px;
|
||||
line-height: 45px;
|
||||
text-align: center;
|
||||
border: 1px solid #eee;
|
||||
position: relative;
|
||||
margin-right: 45px;
|
||||
cursor: pointer;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.mt-repeater-selected-icon span {
|
||||
position: absolute;
|
||||
background: #f6f6f6;
|
||||
right: -45px;
|
||||
top: -1px;
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
border: 1px solid #eee;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.mt-repeater-selected-icon i {
|
||||
margin-top: 3%;
|
||||
}
|
||||
|
||||
.mt-repeater-selected-icon span i {
|
||||
margin-top: 24%;
|
||||
}
|
||||
|
||||
.mt-repeater-icon-list {
|
||||
height: 215px;
|
||||
overflow-y: scroll;
|
||||
font-size: 18px;
|
||||
border: 1px solid #eee;
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
padding-bottom: 4%;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
.mt-repeater-icon-list li {
|
||||
float: left;
|
||||
margin: 4% 3% 0;
|
||||
height: 40px;
|
||||
width: 16%;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
.mt-repeater-icon-list li:hover {
|
||||
background: #333;
|
||||
border: 1px solid #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mt-repeater-icon-list li.icon-active {
|
||||
background: #0073aa;
|
||||
border: 1px solid #0073aa;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.customize-control-mt-repeater .mt-limit-msg {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.customize-control-mt-repeater span.mt-limit-msg:nth-of-type(2) {
|
||||
display: block;
|
||||
background: #fff;
|
||||
padding: 10px 15px;
|
||||
margin: 10px 0 10px;
|
||||
border-left: 3px solid #ffb900;
|
||||
}
|
||||
|
||||
.customize-control textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/**---------------------------------------------
|
||||
Upsell section
|
||||
---------------------------------------------*/
|
||||
|
||||
#customize-controls .control-section-mt-upsell .accordion-section-title:hover,
|
||||
#customize-controls .control-section-mt-upsell .accordion-section-title:focus {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.control-section-mt-upsell .accordion-section-title .button {
|
||||
margin-top: -4px;
|
||||
font-weight: 700;
|
||||
margin-left: 8px;
|
||||
background: #00d2ff;
|
||||
background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
|
||||
background: linear-gradient(to right, #3a7bd5, #00d2ff);
|
||||
color: #fff;
|
||||
border:none;
|
||||
}
|
||||
|
||||
.control-section-mt-upsell .accordion-section-title .button:hover {
|
||||
background: #1FA3E8;
|
||||
background:linear-gradient(#1FA3E8,#1FA3E8);
|
||||
}
|
558
assets/css/mt-editor-style.css
Normal file
558
assets/css/mt-editor-style.css
Normal file
@ -0,0 +1,558 @@
|
||||
body {
|
||||
color: #363b40
|
||||
}
|
||||
|
||||
body,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
|
||||
font-size: 16px;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.66
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: Catamaran, helvetica, arial, sans-serif;
|
||||
color: #16181a;
|
||||
font-weight: 700;
|
||||
clear: both;
|
||||
line-height: 1.4;
|
||||
margin: 0 0 .75em;
|
||||
padding: 1.5em 0 0
|
||||
}
|
||||
|
||||
h1:first-child,
|
||||
h2:first-child,
|
||||
h3:first-child,
|
||||
h4:first-child,
|
||||
h5:first-child,
|
||||
h6:first-child {
|
||||
padding-top: 0
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 300
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #666;
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 300
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #333;
|
||||
font-size: 18px;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 300
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: #333;
|
||||
font-size: 16px;
|
||||
font-size: 1rem;
|
||||
font-weight: 800
|
||||
}
|
||||
|
||||
h5 {
|
||||
color: #767676;
|
||||
font-size: 13px;
|
||||
font-size: .8125rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: .15em;
|
||||
text-transform: uppercase
|
||||
}
|
||||
|
||||
h6 {
|
||||
color: #333;
|
||||
font-size: 15px;
|
||||
font-size: .9375rem;
|
||||
font-weight: 800
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 1.5em;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
cite,
|
||||
dfn,
|
||||
em,
|
||||
i {
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #666;
|
||||
font-size: 18px;
|
||||
font-size: 1.125rem;
|
||||
font-style: italic;
|
||||
line-height: 1.7;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 20px 40px;
|
||||
background: #fff9f5;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
blockquote.alignleft,
|
||||
blockquote.alignright {
|
||||
font-size: 14px;
|
||||
font-size: .875rem;
|
||||
width: 34%
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 0 20px;
|
||||
font-size: 14px;
|
||||
margin-top: 20px
|
||||
}
|
||||
|
||||
blockquote cite::before {
|
||||
content: "";
|
||||
background-color: #363b40;
|
||||
width: 10px;
|
||||
height: 1px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 0
|
||||
}
|
||||
|
||||
address {
|
||||
margin: 0 0 1.5em
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #eee;
|
||||
font-family: "Courier 10 Pitch", Courier, monospace;
|
||||
font-size: 15px;
|
||||
font-size: .9375rem;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 1.6em;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
padding: 1.6em
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
tt,
|
||||
var {
|
||||
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||||
font-size: 15px;
|
||||
font-size: .9375rem
|
||||
}
|
||||
|
||||
abbr,
|
||||
acronym {
|
||||
border-bottom: 1px dotted #666;
|
||||
cursor: help
|
||||
}
|
||||
|
||||
ins,
|
||||
mark {
|
||||
background: #eee;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
big {
|
||||
font-size: 125%
|
||||
}
|
||||
|
||||
blockquote,
|
||||
q {
|
||||
quotes: """"
|
||||
}
|
||||
|
||||
blockquote:after,
|
||||
blockquote:before,
|
||||
q:after,
|
||||
q:before {
|
||||
content: ""
|
||||
}
|
||||
|
||||
html[lang=th] h1,
|
||||
html[lang=th] h2,
|
||||
html[lang=th] h3,
|
||||
html[lang=th] h4,
|
||||
html[lang=th] h5,
|
||||
html[lang=th] h6 {
|
||||
letter-spacing: 0;
|
||||
line-height: 1.65
|
||||
}
|
||||
|
||||
html[lang=th] body,
|
||||
html[lang=th] button,
|
||||
html[lang=th] input,
|
||||
html[lang=th] select,
|
||||
html[lang=th] textarea {
|
||||
line-height: 1.8
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: #bbb;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
margin-bottom: 1.5em
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
margin: 0 0 1.5em;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc
|
||||
}
|
||||
|
||||
ol {
|
||||
counter-reset: item
|
||||
}
|
||||
|
||||
ol li {
|
||||
display: block;
|
||||
position: relative
|
||||
}
|
||||
|
||||
ol li:before {
|
||||
content: counter(item);
|
||||
counter-increment: item;
|
||||
font-weight: 800;
|
||||
left: -1.5em;
|
||||
position: absolute
|
||||
}
|
||||
|
||||
li>ol,
|
||||
li>ul {
|
||||
margin-bottom: 0;
|
||||
margin-left: 1.5em
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
dd {
|
||||
margin: 0 1.5em 1.5em
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
margin: 0 0 1.5em;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
thead th {
|
||||
border-bottom: 2px solid #bbb;
|
||||
padding-bottom: .5em
|
||||
}
|
||||
|
||||
th {
|
||||
padding: .4em;
|
||||
text-align: left
|
||||
}
|
||||
|
||||
tr {
|
||||
border-bottom: 1px solid #eee
|
||||
}
|
||||
|
||||
td {
|
||||
padding: .4em
|
||||
}
|
||||
|
||||
td:first-child,
|
||||
th:first-child {
|
||||
padding-left: 0
|
||||
}
|
||||
|
||||
td:last-child,
|
||||
th:last-child {
|
||||
padding-right: 0
|
||||
}
|
||||
|
||||
a {
|
||||
-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
|
||||
box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
|
||||
color: #222;
|
||||
text-decoration: none;
|
||||
-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
|
||||
transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
|
||||
transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
|
||||
transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted
|
||||
}
|
||||
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #000;
|
||||
-webkit-box-shadow: inset 0 0 0 transparent, 0 3px 0 rgba(0, 0, 0, 1);
|
||||
box-shadow: inset 0 0 0 transparent, 0 3px 0 rgba(0, 0, 0, 1)
|
||||
}
|
||||
|
||||
a img {
|
||||
background: #fff;
|
||||
-webkit-box-shadow: 0 0 0 6px #fff;
|
||||
box-shadow: 0 0 0 6px #fff
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
width: inherit;
|
||||
max-width: 100%
|
||||
}
|
||||
|
||||
embed,
|
||||
iframe,
|
||||
object {
|
||||
margin-bottom: 1.5em;
|
||||
max-width: 100%
|
||||
}
|
||||
|
||||
.wp-caption {
|
||||
color: #666;
|
||||
font-size: 13px;
|
||||
font-size: .8125rem;
|
||||
font-style: italic;
|
||||
margin-bottom: 1.5em;
|
||||
max-width: 100%
|
||||
}
|
||||
|
||||
.wp-caption img[class*=wp-image-] {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto
|
||||
}
|
||||
|
||||
.wp-caption .wp-caption-text {
|
||||
margin: .8075em 0
|
||||
}
|
||||
|
||||
.gallery {
|
||||
margin-bottom: 1.5em
|
||||
}
|
||||
|
||||
.gallery-item {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.gallery-item a,
|
||||
.gallery-item a:focus,
|
||||
.gallery-item a:hover {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background: 0 0;
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
.gallery-columns-2 .gallery-item {
|
||||
max-width: 50%
|
||||
}
|
||||
|
||||
.gallery-columns-3 .gallery-item {
|
||||
max-width: 33.33%
|
||||
}
|
||||
|
||||
.gallery-columns-4 .gallery-item {
|
||||
max-width: 25%
|
||||
}
|
||||
|
||||
.gallery-columns-5 .gallery-item {
|
||||
max-width: 20%
|
||||
}
|
||||
|
||||
.gallery-columns-6 .gallery-item {
|
||||
max-width: 16.66%
|
||||
}
|
||||
|
||||
.gallery-columns-7 .gallery-item {
|
||||
max-width: 14.28%
|
||||
}
|
||||
|
||||
.gallery-columns-8 .gallery-item {
|
||||
max-width: 12.5%
|
||||
}
|
||||
|
||||
.gallery-columns-9 .gallery-item {
|
||||
max-width: 11.11%
|
||||
}
|
||||
|
||||
.gallery-caption {
|
||||
display: block
|
||||
}
|
||||
|
||||
.mejs-container {
|
||||
margin-bottom: 1.5em
|
||||
}
|
||||
|
||||
.mejs-controls a.mejs-horizontal-volume-slider,
|
||||
.mejs-controls a.mejs-horizontal-volume-slider:focus,
|
||||
.mejs-controls a.mejs-horizontal-volume-slider:hover {
|
||||
background: 0 0;
|
||||
border: 0
|
||||
}
|
||||
|
||||
.wp-playlist-light {
|
||||
border-color: #eee;
|
||||
color: #222
|
||||
}
|
||||
|
||||
.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
|
||||
color: #333
|
||||
}
|
||||
|
||||
.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
|
||||
color: #767676
|
||||
}
|
||||
|
||||
.wp-playlist-light .wp-playlist-item {
|
||||
border-bottom: 1px dotted #eee;
|
||||
-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
|
||||
transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out
|
||||
}
|
||||
|
||||
.wp-playlist-light .wp-playlist-item:focus,
|
||||
.wp-playlist-light .wp-playlist-item:hover {
|
||||
border-bottom-color: transparent;
|
||||
background-color: #767676;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.wp-playlist-light .wp-playlist-item:focus a,
|
||||
.wp-playlist-light .wp-playlist-item:hover a,
|
||||
.wp-playlist-light a.wp-playlist-caption:hover {
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.wp-playlist-dark {
|
||||
background: #222;
|
||||
border-color: #333
|
||||
}
|
||||
|
||||
.wp-playlist-dark .mejs-container .mejs-controls {
|
||||
background-color: #333
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-caption {
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
|
||||
color: #eee
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
|
||||
color: #aaa
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-playing {
|
||||
background-color: #333
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-item {
|
||||
border-bottom: 1px dotted #555;
|
||||
-webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
|
||||
transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-item:focus,
|
||||
.wp-playlist-dark .wp-playlist-item:hover {
|
||||
border-bottom-color: transparent;
|
||||
background-color: #aaa;
|
||||
color: #222
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-item:focus a,
|
||||
.wp-playlist-dark .wp-playlist-item:hover a,
|
||||
.wp-playlist-dark a.wp-playlist-caption:hover {
|
||||
color: #222
|
||||
}
|
||||
|
||||
.wp-playlist {
|
||||
padding: .625em .625em .3125em
|
||||
}
|
||||
|
||||
.wp-playlist-current-item .wp-playlist-item-title {
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.wp-playlist-current-item .wp-playlist-item-album {
|
||||
font-style: normal
|
||||
}
|
||||
|
||||
.wp-playlist-current-item .wp-playlist-item-artist {
|
||||
font-size: 10px;
|
||||
font-size: .625rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: .1818em;
|
||||
text-transform: uppercase
|
||||
}
|
||||
|
||||
.wp-playlist-item {
|
||||
padding: 0 .3125em;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.wp-playlist-item:last-of-type {
|
||||
border-bottom: none
|
||||
}
|
||||
|
||||
.wp-playlist-item a {
|
||||
padding: .3125em 0;
|
||||
border-bottom: none
|
||||
}
|
||||
|
||||
.wp-playlist-item a,
|
||||
.wp-playlist-item a:focus,
|
||||
.wp-playlist-item a:hover {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background: 0 0
|
||||
}
|
||||
|
||||
.wp-playlist-item-length {
|
||||
top: 5px
|
||||
}
|
||||
|
||||
.rtl th {
|
||||
text-align: right
|
||||
}
|
||||
|
||||
.rtl ol {
|
||||
counter-reset: item
|
||||
}
|
||||
|
||||
.rtl ol li:before {
|
||||
left: auto;
|
||||
right: -1.5em
|
||||
}
|
||||
|
||||
.rtl li>ol,
|
||||
.rtl li>ul {
|
||||
margin-left: 0;
|
||||
margin-right: 1.5em
|
||||
}
|
||||
|
||||
.rtl .mejs-offscreen {
|
||||
right: -10000px
|
||||
}
|
56
assets/css/mt-preloader.css
Normal file
56
assets/css/mt-preloader.css
Normal file
@ -0,0 +1,56 @@
|
||||
#preloader-background {
|
||||
background: #fff none repeat scroll 0 0;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 99999
|
||||
}
|
||||
|
||||
#preloader-background .preloader-wrapper {
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
-moz-transform: translate(-50%, -50%);
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
-o-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%)
|
||||
}
|
||||
|
||||
.sk-spinner-pulse {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 40px auto;
|
||||
background-color: #333;
|
||||
border-radius: 100%;
|
||||
-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
|
||||
animation: sk-pulseScaleOut 1s infinite ease-in-out
|
||||
}
|
||||
|
||||
@-webkit-keyframes sk-pulseScaleOut {
|
||||
0% {
|
||||
-webkit-transform: scale(0);
|
||||
transform: scale(0)
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 0
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes sk-pulseScaleOut {
|
||||
0% {
|
||||
-webkit-transform: scale(0);
|
||||
transform: scale(0)
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 0
|
||||
}
|
||||
}
|
722
assets/css/mt-responsive.css
Normal file
722
assets/css/mt-responsive.css
Normal file
@ -0,0 +1,722 @@
|
||||
@media (max-width:1400px) {
|
||||
|
||||
.mt-container,
|
||||
.site-layout--boxed #page {
|
||||
width: 1200px
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .entry-header .entry-title {
|
||||
font-size: 16px
|
||||
}
|
||||
|
||||
.entry-title {
|
||||
font-size: 18px
|
||||
}
|
||||
|
||||
#colophon .widget .widget-title,
|
||||
#secondary .widget .widget-title,
|
||||
.mt-related-post-title {
|
||||
font-size: 17px
|
||||
}
|
||||
|
||||
.single article .post-thumbnail {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.single .mt-related-posts-wrapper .entry-title {
|
||||
font-size: 19px
|
||||
}
|
||||
|
||||
.mt-form-close {
|
||||
font-size: 50px
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:1200px) {
|
||||
|
||||
.mt-container,
|
||||
.site-layout--boxed #page {
|
||||
width: auto;
|
||||
margin: 0 2%
|
||||
}
|
||||
|
||||
.site-layout--boxed .mt-container {
|
||||
padding: 0 10px
|
||||
}
|
||||
|
||||
#top-header {
|
||||
position: relative
|
||||
}
|
||||
|
||||
.mt-follow-title {
|
||||
display: none
|
||||
}
|
||||
|
||||
.tags-wrapper {
|
||||
margin: 0;
|
||||
background: #212121;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
padding: 4px;
|
||||
-webkit-transform: translateY(-50%);
|
||||
-ms-transform: translateY(-50%);
|
||||
-o-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
-webkit-transition: all .8s;
|
||||
-o-transition: all .8s;
|
||||
transition: all .8s;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.trending-wrapper:hover .tags-wrapper {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
left: 30%
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .post-thumbnail .post-number {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
line-height: 21px;
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .post-thumbnail {
|
||||
width: 30%
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .mt-post-content {
|
||||
width: 66%
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .entry-header .entry-title {
|
||||
font-size: 14px
|
||||
}
|
||||
|
||||
.posted-on a::before {
|
||||
width: 18px;
|
||||
right: -24px
|
||||
}
|
||||
|
||||
.posted-on a {
|
||||
margin-right: 28px
|
||||
}
|
||||
|
||||
#mt-scrollup {
|
||||
right: 10px
|
||||
}
|
||||
|
||||
#colophon .widget .widget-title,
|
||||
#secondary .widget .widget-title,
|
||||
.mt-related-post-title {
|
||||
font-size: 14px
|
||||
}
|
||||
|
||||
#colophon .widget .widget-title::before,
|
||||
#secondary .widget .widget-title::before,
|
||||
.features-post-title::before,
|
||||
.mt-related-post-title::before {
|
||||
height: 2px;
|
||||
top: 7px
|
||||
}
|
||||
|
||||
.custom-header .entry-title,
|
||||
.custom-header .page-title {
|
||||
font-size: 32px
|
||||
}
|
||||
|
||||
.single .entry-title {
|
||||
font-size: 25px
|
||||
}
|
||||
|
||||
.single.post-cat,
|
||||
.single.post-cats-list {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-field {
|
||||
height: 54px;
|
||||
font-size: 20px
|
||||
}
|
||||
|
||||
.error-num {
|
||||
font-size: 70px;
|
||||
line-height: 90px
|
||||
}
|
||||
|
||||
.error-num span {
|
||||
font-size: 36px
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 28px
|
||||
}
|
||||
|
||||
#footer-menu li a {
|
||||
padding: 0 10px
|
||||
}
|
||||
|
||||
.widget {
|
||||
padding: 14px
|
||||
}
|
||||
|
||||
.custom-header {
|
||||
padding: 54px 0
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:979px) {
|
||||
.top-header-nav {
|
||||
float: none;
|
||||
display: block;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.site-branding {
|
||||
float: none;
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 0
|
||||
}
|
||||
|
||||
.logo-ads-wrap {
|
||||
padding: 20px 0 30px
|
||||
}
|
||||
|
||||
.menu-toggle {
|
||||
display: block
|
||||
}
|
||||
|
||||
.mt-social-menu-wrapper {
|
||||
position: relative
|
||||
}
|
||||
|
||||
.header-widget-wrapper {
|
||||
text-align: center;
|
||||
float: none
|
||||
}
|
||||
|
||||
#site-navigation {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background: #0B0B0B;
|
||||
float: none;
|
||||
z-index: 9999
|
||||
}
|
||||
|
||||
#site-navigation .mt-container {
|
||||
border: none;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
#site-navigation ul {
|
||||
display: block
|
||||
}
|
||||
|
||||
#masthead #site-navigation ul li {
|
||||
border-bottom: none;
|
||||
display: block
|
||||
}
|
||||
|
||||
#site-navigation ul#primary-menu>li.menu-item-has-children>a,
|
||||
#site-navigation #primary-menu ul>li.page_item_has_children>a {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#site-navigation ul li .sub-menu li a,
|
||||
#site-navigation ul li .children li a {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.trending-wrapper .wrap-label {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#site-navigation ul li a,
|
||||
.is-sticky #site-navigation ul li a {
|
||||
line-height: 44px;
|
||||
padding: 0;
|
||||
border-bottom: 1px solid rgba(255,255,255,0.3);
|
||||
}
|
||||
|
||||
#site-navigation ul li a::after {
|
||||
display: none
|
||||
}
|
||||
|
||||
#site-navigation ul li .children,
|
||||
#site-navigation ul li .sub-menu {
|
||||
position: static;
|
||||
min-width: 100%;
|
||||
opacity: 1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
visibility: visible;
|
||||
display: none;
|
||||
background: 0 0;
|
||||
-webkit-transition: none;
|
||||
-moz-transition: none;
|
||||
-ms-transition: none;
|
||||
-o-transition: none;
|
||||
box-shadow: none;
|
||||
transform: scaley(1);
|
||||
-webkit-transform: scaley(1);
|
||||
-ms-transform: scaley(1);
|
||||
transform-origin: 0 0;
|
||||
-webkit-transform-origin: 0 0;
|
||||
-ms-transform-origin: 0 0
|
||||
}
|
||||
|
||||
#site-navigation ul>li:hover>.children,
|
||||
#site-navigation ul>li:hover>.sub-menu {
|
||||
top: 0
|
||||
}
|
||||
|
||||
#site-navigation ul li a.sub-toggle,
|
||||
#site-navigation ul li a.sub-toggle:hover {
|
||||
background: #fff none repeat scroll 0 0;
|
||||
color: #333;
|
||||
cursor: pointer;
|
||||
display: block !important;
|
||||
height: 24px;
|
||||
line-height: 25px;
|
||||
position: absolute !important;
|
||||
right: 15px;
|
||||
text-align: center;
|
||||
top: 12px;
|
||||
width: 24px;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#site-navigation ul li .sub-menu li a.sub-toggle,
|
||||
#site-navigation ul li .children li a.sub-toggle {
|
||||
padding: 0;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
#site-navigation ul>li.current-menu-ancestor .sub-toggle,
|
||||
#site-navigation ul>li.current-menu-item .sub-toggle,
|
||||
#site-navigation ul>li:hover>.sub-toggle {
|
||||
background: #666
|
||||
}
|
||||
|
||||
#site-navigation li.current-menu-item>.sub-toggle {
|
||||
background: #fff none repeat scroll 0 0
|
||||
}
|
||||
|
||||
#site-navigation li.current-menu-item>.sub-toggle i {
|
||||
color: #d40234
|
||||
}
|
||||
|
||||
#site-navigation li.menu-item-has-children>a::after,
|
||||
#site-navigation li.page_item_has_children>a::after {
|
||||
display: none
|
||||
}
|
||||
|
||||
#site-navigation ul.children li,
|
||||
#site-navigation ul.sub-menu li {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
#site-navigation .menu-item-description,
|
||||
#site-navigation .menu-item-description::after,
|
||||
#site-navigation li.menu-item-has-children>a::before,
|
||||
#site-navigation li.page_item_has_children>a::before {
|
||||
display: none
|
||||
}
|
||||
|
||||
.mt-archive--block-grid-style article,
|
||||
.mt-archive--masonry-style #mt-masonry article {
|
||||
width: 97%
|
||||
}
|
||||
|
||||
.no-sidebar.mt-archive--block-grid-style article,
|
||||
.no-sidebar.mt-archive--masonry-style #mt-masonry article {
|
||||
width: 47%
|
||||
}
|
||||
|
||||
#bottom-footer {
|
||||
font-size: 12px;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
#footer-navigation {
|
||||
float: none;
|
||||
width: 100%;
|
||||
display: block;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.navigation.pagination .nav-links .page-numbers.current,
|
||||
.navigation.pagination .nav-links a.page-numbers,
|
||||
.navigation.pagination .nav-links a.page-numbers:hover {
|
||||
padding: 8px 12px
|
||||
}
|
||||
|
||||
.bttn,
|
||||
.navigation .nav-links a,
|
||||
button,
|
||||
input[type=button],
|
||||
input[type=reset],
|
||||
input[type=submit] {
|
||||
padding: 10px;
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.mt-author-bio {
|
||||
font-size: 13px
|
||||
}
|
||||
|
||||
.single .mt-related-posts-wrapper .entry-title {
|
||||
font-size: 15px
|
||||
}
|
||||
|
||||
input[type=email],
|
||||
input[type=password],
|
||||
input[type=search],
|
||||
input[type=text],
|
||||
input[type=url] {
|
||||
height: 28px
|
||||
}
|
||||
|
||||
#respond,
|
||||
.widget_archive a,
|
||||
.widget_categories a,
|
||||
.widget_meta a,
|
||||
.widget_nav_menu li a,
|
||||
.widget_pages li a,
|
||||
.widget_recent_comments li,
|
||||
.widget_recent_entries a,
|
||||
.widget_rss li {
|
||||
font-size: 13px
|
||||
}
|
||||
|
||||
.error-404.not-found {
|
||||
width: 80%
|
||||
}
|
||||
|
||||
.entry-content {
|
||||
font-size: 13px
|
||||
}
|
||||
|
||||
.entry-meta a {
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.posted-on a::before {
|
||||
width: 14px;
|
||||
right: -20px;
|
||||
top: 8px
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:839px) {
|
||||
|
||||
.front-slider-block,
|
||||
.top-featured-post-main-wrapper {
|
||||
width: 100%;
|
||||
float: none
|
||||
}
|
||||
|
||||
.front-slider-wrapper {
|
||||
margin: 0 0 40px 0
|
||||
}
|
||||
|
||||
.front-slider-block {
|
||||
width: 100%;
|
||||
float: none;
|
||||
margin-bottom: 40px
|
||||
}
|
||||
|
||||
.top-featured-post-wrap {
|
||||
overflow: auto;
|
||||
margin-right: -3%
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .mt-single-post-wrap {
|
||||
width: 47%;
|
||||
float: left;
|
||||
margin-bottom: 3%;
|
||||
margin-right: 3%
|
||||
}
|
||||
|
||||
#top-footer.footer-column-four .mt-footer-widget {
|
||||
width: 47%
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
.entry-meta {
|
||||
line-height: 1.5
|
||||
}
|
||||
|
||||
.entry-meta a {
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.entry-header {
|
||||
margin-top: 5px
|
||||
}
|
||||
|
||||
.posted-on a::before {
|
||||
width: 11px;
|
||||
right: -16px
|
||||
}
|
||||
|
||||
.posted-on a {
|
||||
margin-right: 16px
|
||||
}
|
||||
|
||||
#primary,
|
||||
#secondary,
|
||||
.home.blog #primary,
|
||||
.home.blog #secondary {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.right-sidebar #primary .thumb-cat-wrap .wp-post-image {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-submit {
|
||||
padding: 16px 46px
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-field {
|
||||
height: 48px;
|
||||
font-size: 18px
|
||||
}
|
||||
|
||||
.mt-form-close {
|
||||
font-size: 40px
|
||||
}
|
||||
|
||||
.trending-wrapper {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
margin-bottom: 10px
|
||||
}
|
||||
|
||||
.error-num {
|
||||
font-size: 50px;
|
||||
line-height: 70px
|
||||
}
|
||||
|
||||
.error-num span {
|
||||
font-size: 30px
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 20px
|
||||
}
|
||||
|
||||
.error404 h1 {
|
||||
font-size: 20px
|
||||
}
|
||||
|
||||
.error404 .page-content {
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.error404 #primary {
|
||||
padding: 20px 0
|
||||
}
|
||||
|
||||
.slider-post-wrap {
|
||||
height: 450px
|
||||
}
|
||||
|
||||
.mt-live-link {
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:600px) {
|
||||
.logged-in #page {
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
body.logged-in {
|
||||
margin-top: -50px;
|
||||
}
|
||||
|
||||
.logged-in .is-sticky .mt-social-menu-wrapper {
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
.top-featured-post-wrap {
|
||||
margin-right: 0
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .mt-single-post-wrap {
|
||||
width: 100%;
|
||||
margin-right: 0
|
||||
}
|
||||
|
||||
.archive-grid-post-wrapper,
|
||||
.mt-archive--masonry-style .sophia-after-dark-content-masonry {
|
||||
margin-left: 0
|
||||
}
|
||||
|
||||
.mt-archive--block-grid-style article,
|
||||
.mt-archive--masonry-style #mt-masonry article,
|
||||
.no-sidebar.mt-archive--block-grid-style article,
|
||||
.no-sidebar.mt-archive--masonry-style #mt-masonry article {
|
||||
width: 100%;
|
||||
margin-left: 0
|
||||
}
|
||||
|
||||
.single .entry-title {
|
||||
font-size: 18px
|
||||
}
|
||||
|
||||
.breadcrumbs .trail-items {
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.custom-header {
|
||||
padding: 28px 0
|
||||
}
|
||||
|
||||
.mt-related-posts-wrapper {
|
||||
margin-left: 0
|
||||
}
|
||||
|
||||
.mt-related-posts-wrapper article {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.mt-related-posts-wrapper .post-cats-list a {
|
||||
margin-top: 10px
|
||||
}
|
||||
|
||||
.head-tags-links a {
|
||||
display: block
|
||||
}
|
||||
|
||||
.tags-wrapper {
|
||||
position: static;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
transform: translate(0);
|
||||
}
|
||||
|
||||
.tags-wrapper a {
|
||||
display: inline-block;
|
||||
padding: 10px 0 5px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-size: 14px
|
||||
}
|
||||
|
||||
.custom-header .entry-title,
|
||||
.custom-header .page-title {
|
||||
font-size: 28px
|
||||
}
|
||||
|
||||
#top-footer.footer-column-three .mt-footer-widget {
|
||||
width: 97%
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:480px) {
|
||||
.mt-social-icon-wrap li {
|
||||
margin-right: 8px
|
||||
}
|
||||
|
||||
.menu-toggle {
|
||||
padding: 9px 0
|
||||
}
|
||||
|
||||
.single .post-info-wrap {
|
||||
margin-top: 10px
|
||||
}
|
||||
|
||||
.mt-social-wrapper {
|
||||
margin: 12px 0 12px
|
||||
}
|
||||
|
||||
.mt-search-icon {
|
||||
font-size: 14px;
|
||||
margin: 12px 0 12px 8px
|
||||
}
|
||||
|
||||
.single .post-cat,
|
||||
.single .post-cats-list {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.single .mt-author-box .mt-author-info .mt-author-name {
|
||||
font-size: 18px
|
||||
}
|
||||
|
||||
.mt-author-bio {
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.mt-author-meta {
|
||||
font-size: 13px
|
||||
}
|
||||
|
||||
.comment-form-cookies-consent label {
|
||||
margin-left: 0
|
||||
}
|
||||
|
||||
.custom-header .entry-title,
|
||||
.custom-header .page-title {
|
||||
font-size: 18px
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 13px
|
||||
}
|
||||
|
||||
.search-no-results #primary .search-submit {
|
||||
margin-top: 18px;
|
||||
font-size: 18px
|
||||
}
|
||||
|
||||
.error404 #primary {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.error-404.not-found {
|
||||
width: 100%;
|
||||
padding: 18px 0 18px 0
|
||||
}
|
||||
|
||||
.error404 .page-title {
|
||||
font-size: 16px
|
||||
}
|
||||
|
||||
.slider-post-wrap {
|
||||
height: 360px
|
||||
}
|
||||
|
||||
.front-slider-block .post-info-wrap .entry-title {
|
||||
font-size: 20px
|
||||
}
|
||||
|
||||
#top-footer.footer-column-four .mt-footer-widget,
|
||||
#top-footer.footer-column-two .mt-footer-widget {
|
||||
width: 97%
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user