.tm-sc-simple-nav-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.tm-sc-simple-nav-menu ul li {
list-style: none;
transition: all 0.3s ease;
}
.tm-sc-simple-nav-menu ul li a {
display: block;
position: relative;
padding-bottom: 0;
padding-top: 0;
padding-right: 18px;
margin-bottom: 0;
line-height: 2.5rem;
transition: all 0.3s ease;
color: #777;
overflow: hidden;
}
.tm-sc-simple-nav-menu ul li a:hover {
color: #aaa;
}
.tm-sc-simple-nav-menu ul li .tm-nav-arrow-icon {
color: var(--theme-color1);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 14px;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease;
}
.tm-sc-simple-nav-menu ol {
margin: 0;
padding: 0;
list-style: none;
}
.tm-sc-simple-nav-menu ul.split-nav-menu li {
margin-bottom: 4px !important;
width: 50%;
float: right;
padding-left: 3px;
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-rotate li:hover i {
transform: translateY(-50%) rotate(-360deg);
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-rotate-x li:hover i {
transform: translateY(-50%) rotateX(360deg);
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-rotate-y li:hover i {
transform: translateY(-50%) rotateY(-180deg);
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-translate li:hover i {
transform: translate(10px, -45%);
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-translate-x li:hover i {
transform: translateY(-50%) translateX(7px);
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-translate-x-right li:hover i {
transform: translateY(-50%) translateX(-7px);
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-translate-y li:hover i {
transform: translateY(-45%);
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-scale li:hover i {
transform: translateY(-50%) scale(1.1);
}.tm-widget-blog-list .entry-title a {
color: #bbb;
}
.tm-widget-blog-list .entry-title a:hover {
color: var(--theme-color1);
}
.tm-widget-blog-list .entry-meta i {
display: none;
}.tm-mc4wp-newsletter {     }
.tm-mc4wp-newsletter svg {
width: 1em;
height: 1em;
}
.tm-mc4wp-newsletter input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #fff inset;
-webkit-text-fill-color: #868686;
}
.tm-mc4wp-newsletter .mc4wp-form-fields {
display: flex;
margin: auto;
position: relative;
}
.tm-mc4wp-newsletter input[type=email] {
width: 370px;
max-width: 100%;
}
.tm-mc4wp-newsletter [type=submit] {
width: 170px;
}
@media (max-width: 767px) {
.tm-mc4wp-newsletter input[type=email] {
width: 100%;
}
}
.tm-mc4wp-newsletter.form-style-flat input[type=email] {
background-color: transparent;
fill: #000;
color: #000;
border-style: solid;
border-width: 0 0 2px;
border-color: #000;
padding: 0 0;
margin: 0 0 0 10px;
}
.tm-mc4wp-newsletter.form-style-flat input[type=email]::placeholder {
color: #000;
opacity: 1;
}
.tm-mc4wp-newsletter.form-style-flat input[type=submit],
.tm-mc4wp-newsletter.form-style-flat button[type=submit] {
background-color: transparent;
border-style: solid;
border-width: 0 0 2px;
border-color: #000;
text-transform: uppercase;
width: 80px;
padding: 0 0;
margin: 0 auto;
}
@media (max-width: 767px) {
.tm-mc4wp-newsletter.form-style-flat .mc4wp-form-fields {
flex-direction: column;
}
.tm-mc4wp-newsletter.form-style-flat input[type=email] {
margin: 0 0 15px 0;
}
}
.tm-mc4wp-newsletter.form-style-classic input[type=email] {
padding: 17px 30px;
width: 100%;
border: none;
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
border: 1px solid transparent;
}
.tm-mc4wp-newsletter.form-style-classic input[type=submit],
.tm-mc4wp-newsletter.form-style-classic button[type=submit] {
font-size: 16px;
line-height: 50px;
display: inline-block;
text-align: center;
transition: ease 0.3s;
white-space: nowrap;
text-decoration: none;
cursor: pointer;
border: none;
margin-right: 0;
padding: 0 35px;
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.tm-mc4wp-newsletter.form-style-classic input[type=submit]:hover,
.tm-mc4wp-newsletter.form-style-classic button[type=submit]:hover {
background-color: var(--theme-color3);
color: var(--text-color-bg-theme-color3);
}
@media (max-width: 767px) {
.tm-mc4wp-newsletter.form-style-classic .mc4wp-form-fields {
flex-direction: column;
}
.tm-mc4wp-newsletter.form-style-classic input[type=email] {
margin: 0 0 15px 0;
}
.tm-mc4wp-newsletter.form-style-classic input[type=submit] {
padding: 7px 35px;
width: 100%;
}
.tm-mc4wp-newsletter.form-style-classic button[type=submit] {
padding: 7px 35px;
width: 100%;
}
}
.tm-mc4wp-newsletter.form-style-default input[type=email] {
padding: 17px 30px;
width: 100%;
color: #000000;
background-color: #FFFFFF;
border-style: solid;
border-width: 3px 3px 3px 0px;
border-color: var(--theme-color1);
}
.tm-mc4wp-newsletter.form-style-default input[type=submit],
.tm-mc4wp-newsletter.form-style-default button[type=submit] {
font-size: 16px;
line-height: 50px;
display: inline-block;
text-align: center;
transition: ease 0.3s;
white-space: nowrap;
text-decoration: none;
cursor: pointer;
border: none;
margin-right: 0;
padding: 0 35px;
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.tm-mc4wp-newsletter.form-style-default input[type=submit]:hover,
.tm-mc4wp-newsletter.form-style-default button[type=submit]:hover {
background-color: var(--theme-color3);
color: var(--text-color-bg-theme-color3);
}
@media (max-width: 767px) {
.tm-mc4wp-newsletter.form-style-default .mc4wp-form-fields {
flex-direction: column;
}
.tm-mc4wp-newsletter.form-style-default input[type=email] {
margin: 0 0 15px 0;
border-left-width: 3px;
}
.tm-mc4wp-newsletter.form-style-default input[type=submit] {
padding: 7px 35px;
width: 100%;
}
.tm-mc4wp-newsletter.form-style-default button[type=submit] {
padding: 7px 35px;
width: 100%;
}
}
.tm-mc4wp-newsletter.form-style-round input[type=email] {
padding: 17px 30px;
width: 100%;
border: none;
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
border: 1px solid transparent;
border-radius: 60px;
margin-left: 10px;
}
.tm-mc4wp-newsletter.form-style-round input[type=submit],
.tm-mc4wp-newsletter.form-style-round button[type=submit] {
font-size: 16px;
line-height: 50px;
display: inline-block;
text-align: center;
transition: ease 0.3s;
white-space: nowrap;
text-decoration: none;
cursor: pointer;
border: none;
margin-right: 0;
padding: 0 35px;
border-radius: 60px;
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.tm-mc4wp-newsletter.form-style-round input[type=submit]:hover,
.tm-mc4wp-newsletter.form-style-round button[type=submit]:hover {
background-color: var(--theme-color3);
color: var(--text-color-bg-theme-color3);
}
@media (max-width: 767px) {
.tm-mc4wp-newsletter.form-style-round .mc4wp-form-fields {
flex-direction: column;
}
.tm-mc4wp-newsletter.form-style-round input[type=email] {
margin: 0 0 15px 0;
}
.tm-mc4wp-newsletter.form-style-round input[type=submit] {
padding: 7px 35px;
width: 100%;
}
.tm-mc4wp-newsletter.form-style-round button[type=submit] {
padding: 7px 35px;
width: 100%;
}
}
.tm-mc4wp-newsletter.form-style-btn-absolute .mc4wp-form-fields {
max-width: initial;
margin: 0;
}
.tm-mc4wp-newsletter.form-style-btn-absolute input[type=email] {
padding: 17px 30px;
width: 100%;
border: none;
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
border: 1px solid transparent;
}
.tm-mc4wp-newsletter.form-style-btn-absolute input[type=submit],
.tm-mc4wp-newsletter.form-style-btn-absolute button[type=submit] {
border-radius: 7px;
text-align: center;
transition: all 0.3s ease-in-out;
font-size: 16px;
line-height: 50px;
display: inline-block;
text-align: center;
white-space: nowrap;
text-decoration: none;
cursor: pointer;
border: none;
margin-right: 0;
padding: 0 35px;
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.tm-mc4wp-newsletter.form-style-btn-absolute input[type=submit]:hover,
.tm-mc4wp-newsletter.form-style-btn-absolute button[type=submit]:hover {
background-color: var(--theme-color3);
color: var(--text-color-bg-theme-color3);
}
@media (max-width: 767px) {
.tm-mc4wp-newsletter.form-style-btn-absolute .mc4wp-form-fields {
flex-direction: column;
}
.tm-mc4wp-newsletter.form-style-btn-absolute input[type=email] {
margin: 0 0 15px 0;
}
.tm-mc4wp-newsletter.form-style-btn-absolute input[type=submit],
.tm-mc4wp-newsletter.form-style-btn-absolute button[type=submit] {
padding: 7px 35px;
width: 100%;
}
}
@media (min-width: 768px) {
.tm-mc4wp-newsletter.form-style-btn-absolute input[type=submit],
.tm-mc4wp-newsletter.form-style-btn-absolute button[type=submit] {
position: absolute;
left: 10px;
top: 8px;
bottom: 8px;
}
}