@keyframes mdc-ripple-fg-radius-in {
from {
transform: translate(var(--mdc-ripple-fg-translate-start)) scale(1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
to {
transform: translate(var(--mdc-ripple-fg-translate-end)) scale(var(--mdc-ripple-fg-scale)); } }
@keyframes mdc-ripple-fg-opacity-out {
from {
opacity: 1;
animation-timing-function: linear; }
to {
opacity: 0; } }
@keyframes mdc-ripple-fg-unbounded-opacity-deactivate {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes mdc-ripple-fg-unbounded-transform-deactivate {
from {
transform: var(--mdc-ripple-fg-approx-xf); }
to {
transform: scale(var(--mdc-ripple-fg-scale)); } }    #cf7md-form input[type="text"],
#cf7md-form input[type="email"],
#cf7md-form input[type="url"],
#cf7md-form input[type="password"],
#cf7md-form input[type="search"],
#cf7md-form input[type="number"],
#cf7md-form input[type="tel"],
#cf7md-form input[type="range"],
#cf7md-form input[type="date"],
#cf7md-form input[type="month"],
#cf7md-form input[type="week"],
#cf7md-form input[type="time"],
#cf7md-form input[type="datetime"],
#cf7md-form input[type="datetime-local"],
#cf7md-form input[type="color"],
#cf7md-form textarea {
background: transparent;
border: none;
border-radius: 0;
display: block;
padding: 0;
width: 100%;
box-shadow: none; }
#cf7md-form label {
font-weight: normal;
margin: 0; }
#cf7md-form select {
height: auto;
border-radius: 0; }
#cf7md-form .cf:after, #cf7md-form .cf7md-item:after {
content: "";
display: table;
clear: both; }
#cf7md-form .mdc-layout-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 auto;
box-sizing: border-box;
padding: 8px;
padding: calc(var(--mdc-layout-grid-margin, 16px) - var(--mdc-layout-grid-gutter, 16px) / 2); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid {
display: grid;
grid-gap: 16px;
grid-gap: var(--mdc-layout-grid-gutter, 16px);
padding: 16px;
padding: var(--mdc-layout-grid-margin, 16px); }
@media (min-width: 840px) {
#cf7md-form .mdc-layout-grid {
grid-template-columns: repeat(12, minmax(0, 1fr)); } }
@media (min-width: 480px) and (max-width: 839px) {
#cf7md-form .mdc-layout-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)); } }
@media (max-width: 479px) {
#cf7md-form .mdc-layout-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)); } } }
#cf7md-form .mdc-layout-grid__cell {
margin: 8px;
margin: calc(var(--mdc-layout-grid-gutter, 16px) / 2);
box-sizing: border-box; }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell {
margin: 0; } }
@media (min-width: 840px) {
#cf7md-form .mdc-layout-grid__cell {
width: calc(33.33333% - 16px);
width: calc(33.33333% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell {
width: auto;
grid-column-end: span 4; } } }
@media (min-width: 480px) and (max-width: 839px) {
#cf7md-form .mdc-layout-grid__cell {
width: calc(50% - 16px);
width: calc(50% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell {
width: auto;
grid-column-end: span 4; } } }
@media (max-width: 479px) {
#cf7md-form .mdc-layout-grid__cell {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell {
width: auto;
grid-column-end: span 4; } } }
@media (min-width: 840px) {
#cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-desktop.mdc-layout-grid__cell--span-1-desktop {
width: calc(8.33333% - 16px);
width: calc(8.33333% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-desktop.mdc-layout-grid__cell--span-1-desktop {
width: auto;
grid-column-end: span 1; } }
#cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-desktop.mdc-layout-grid__cell--span-2-desktop {
width: calc(16.66667% - 16px);
width: calc(16.66667% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-desktop.mdc-layout-grid__cell--span-2-desktop {
width: auto;
grid-column-end: span 2; } }
#cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-desktop.mdc-layout-grid__cell--span-3-desktop {
width: calc(25% - 16px);
width: calc(25% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-desktop.mdc-layout-grid__cell--span-3-desktop {
width: auto;
grid-column-end: span 3; } }
#cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-desktop.mdc-layout-grid__cell--span-4-desktop {
width: calc(33.33333% - 16px);
width: calc(33.33333% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-desktop.mdc-layout-grid__cell--span-4-desktop {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-desktop.mdc-layout-grid__cell--span-5-desktop {
width: calc(41.66667% - 16px);
width: calc(41.66667% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-desktop.mdc-layout-grid__cell--span-5-desktop {
width: auto;
grid-column-end: span 5; } }
#cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-desktop.mdc-layout-grid__cell--span-6-desktop {
width: calc(50% - 16px);
width: calc(50% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-desktop.mdc-layout-grid__cell--span-6-desktop {
width: auto;
grid-column-end: span 6; } }
#cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-desktop.mdc-layout-grid__cell--span-7-desktop {
width: calc(58.33333% - 16px);
width: calc(58.33333% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-desktop.mdc-layout-grid__cell--span-7-desktop {
width: auto;
grid-column-end: span 7; } }
#cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-desktop.mdc-layout-grid__cell--span-8-desktop {
width: calc(66.66667% - 16px);
width: calc(66.66667% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-desktop.mdc-layout-grid__cell--span-8-desktop {
width: auto;
grid-column-end: span 8; } }
#cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-desktop.mdc-layout-grid__cell--span-9-desktop {
width: calc(75% - 16px);
width: calc(75% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-desktop.mdc-layout-grid__cell--span-9-desktop {
width: auto;
grid-column-end: span 9; } }
#cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-desktop.mdc-layout-grid__cell--span-10-desktop {
width: calc(83.33333% - 16px);
width: calc(83.33333% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-desktop.mdc-layout-grid__cell--span-10-desktop {
width: auto;
grid-column-end: span 10; } }
#cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-desktop.mdc-layout-grid__cell--span-11-desktop {
width: calc(91.66667% - 16px);
width: calc(91.66667% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-desktop.mdc-layout-grid__cell--span-11-desktop {
width: auto;
grid-column-end: span 11; } }
#cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-desktop.mdc-layout-grid__cell--span-12-desktop {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-desktop.mdc-layout-grid__cell--span-12-desktop {
width: auto;
grid-column-end: span 12; } } }
@media (min-width: 480px) and (max-width: 839px) {
#cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-tablet.mdc-layout-grid__cell--span-1-tablet {
width: calc(12.5% - 16px);
width: calc(12.5% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-tablet.mdc-layout-grid__cell--span-1-tablet {
width: auto;
grid-column-end: span 1; } }
#cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-tablet.mdc-layout-grid__cell--span-2-tablet {
width: calc(25% - 16px);
width: calc(25% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-tablet.mdc-layout-grid__cell--span-2-tablet {
width: auto;
grid-column-end: span 2; } }
#cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-tablet.mdc-layout-grid__cell--span-3-tablet {
width: calc(37.5% - 16px);
width: calc(37.5% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-tablet.mdc-layout-grid__cell--span-3-tablet {
width: auto;
grid-column-end: span 3; } }
#cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-tablet.mdc-layout-grid__cell--span-4-tablet {
width: calc(50% - 16px);
width: calc(50% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-tablet.mdc-layout-grid__cell--span-4-tablet {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-tablet.mdc-layout-grid__cell--span-5-tablet {
width: calc(62.5% - 16px);
width: calc(62.5% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-tablet.mdc-layout-grid__cell--span-5-tablet {
width: auto;
grid-column-end: span 5; } }
#cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-tablet.mdc-layout-grid__cell--span-6-tablet {
width: calc(75% - 16px);
width: calc(75% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-tablet.mdc-layout-grid__cell--span-6-tablet {
width: auto;
grid-column-end: span 6; } }
#cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-tablet.mdc-layout-grid__cell--span-7-tablet {
width: calc(87.5% - 16px);
width: calc(87.5% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-tablet.mdc-layout-grid__cell--span-7-tablet {
width: auto;
grid-column-end: span 7; } }
#cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-tablet.mdc-layout-grid__cell--span-8-tablet {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-tablet.mdc-layout-grid__cell--span-8-tablet {
width: auto;
grid-column-end: span 8; } }
#cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-tablet.mdc-layout-grid__cell--span-9-tablet {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-tablet.mdc-layout-grid__cell--span-9-tablet {
width: auto;
grid-column-end: span 8; } }
#cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-tablet.mdc-layout-grid__cell--span-10-tablet {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-tablet.mdc-layout-grid__cell--span-10-tablet {
width: auto;
grid-column-end: span 8; } }
#cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-tablet.mdc-layout-grid__cell--span-11-tablet {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-tablet.mdc-layout-grid__cell--span-11-tablet {
width: auto;
grid-column-end: span 8; } }
#cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-tablet.mdc-layout-grid__cell--span-12-tablet {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-tablet.mdc-layout-grid__cell--span-12-tablet {
width: auto;
grid-column-end: span 8; } } }
@media (max-width: 479px) {
#cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-phone.mdc-layout-grid__cell--span-1-phone {
width: calc(25% - 16px);
width: calc(25% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-phone.mdc-layout-grid__cell--span-1-phone {
width: auto;
grid-column-end: span 1; } }
#cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-phone.mdc-layout-grid__cell--span-2-phone {
width: calc(50% - 16px);
width: calc(50% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-phone.mdc-layout-grid__cell--span-2-phone {
width: auto;
grid-column-end: span 2; } }
#cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-phone.mdc-layout-grid__cell--span-3-phone {
width: calc(75% - 16px);
width: calc(75% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-phone.mdc-layout-grid__cell--span-3-phone {
width: auto;
grid-column-end: span 3; } }
#cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-phone.mdc-layout-grid__cell--span-4-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-phone.mdc-layout-grid__cell--span-4-phone {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-phone.mdc-layout-grid__cell--span-5-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-phone.mdc-layout-grid__cell--span-5-phone {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-phone.mdc-layout-grid__cell--span-6-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-phone.mdc-layout-grid__cell--span-6-phone {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-phone.mdc-layout-grid__cell--span-7-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-phone.mdc-layout-grid__cell--span-7-phone {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-phone.mdc-layout-grid__cell--span-8-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-phone.mdc-layout-grid__cell--span-8-phone {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-phone.mdc-layout-grid__cell--span-9-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-phone.mdc-layout-grid__cell--span-9-phone {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-phone.mdc-layout-grid__cell--span-10-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-phone.mdc-layout-grid__cell--span-10-phone {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-phone.mdc-layout-grid__cell--span-11-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-phone.mdc-layout-grid__cell--span-11-phone {
width: auto;
grid-column-end: span 4; } }
#cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-phone.mdc-layout-grid__cell--span-12-phone {
width: calc(100% - 16px);
width: calc(100% - var(--mdc-layout-grid-gutter, 16px)); }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-phone.mdc-layout-grid__cell--span-12-phone {
width: auto;
grid-column-end: span 4; } } }
#cf7md-form .mdc-layout-grid__cell--order-1 {
-ms-flex-order: 1;
order: 1; }
#cf7md-form .mdc-layout-grid__cell--order-2 {
-ms-flex-order: 2;
order: 2; }
#cf7md-form .mdc-layout-grid__cell--order-3 {
-ms-flex-order: 3;
order: 3; }
#cf7md-form .mdc-layout-grid__cell--order-4 {
-ms-flex-order: 4;
order: 4; }
#cf7md-form .mdc-layout-grid__cell--order-5 {
-ms-flex-order: 5;
order: 5; }
#cf7md-form .mdc-layout-grid__cell--order-6 {
-ms-flex-order: 6;
order: 6; }
#cf7md-form .mdc-layout-grid__cell--order-7 {
-ms-flex-order: 7;
order: 7; }
#cf7md-form .mdc-layout-grid__cell--order-8 {
-ms-flex-order: 8;
order: 8; }
#cf7md-form .mdc-layout-grid__cell--order-9 {
-ms-flex-order: 9;
order: 9; }
#cf7md-form .mdc-layout-grid__cell--order-10 {
-ms-flex-order: 10;
order: 10; }
#cf7md-form .mdc-layout-grid__cell--order-11 {
-ms-flex-order: 11;
order: 11; }
#cf7md-form .mdc-layout-grid__cell--order-12 {
-ms-flex-order: 12;
order: 12; }
#cf7md-form .mdc-layout-grid__cell--align-top {
-ms-flex-item-align: start;
align-self: flex-start; }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--align-top {
-ms-flex-item-align: start;
align-self: start; } }
#cf7md-form .mdc-layout-grid__cell--align-middle {
-ms-flex-item-align: center;
align-self: center; }
#cf7md-form .mdc-layout-grid__cell--align-bottom {
-ms-flex-item-align: end;
align-self: flex-end; }
@supports (display: grid) {
#cf7md-form .mdc-layout-grid__cell--align-bottom {
-ms-flex-item-align: end;
align-self: end; } }
#cf7md-form .mdc-layout-grid {
padding: 0;
margin: 0 -8px; }
@supports (display: grid) or (display: -ms-grid) {
#cf7md-form .mdc-layout-grid {
margin: 0;
grid-gap: 0 16px; } }
#cf7md-form .mdc-layout-grid > div:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > table:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > p:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > ul:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > ol:not(.mdc-layout-grid__cell) {
grid-column-end: span 4; }
@media screen and (min-width: 480px) {
#cf7md-form .mdc-layout-grid > div:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > table:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > p:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > ul:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > ol:not(.mdc-layout-grid__cell) {
grid-column-end: span 8; } }
@media screen and (min-width: 840px) {
#cf7md-form .mdc-layout-grid > div:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > table:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > p:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > ul:not(.mdc-layout-grid__cell),
#cf7md-form .mdc-layout-grid > ol:not(.mdc-layout-grid__cell) {
grid-column-end: span 12; } }
#cf7md-form .mdc-layout-grid > br {
display: none; } #cf7md-form .mdc-form-field {
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.25rem; color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
vertical-align: middle; }
#cf7md-form .mdc-form-field--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-form-field { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-form-field > label {
-ms-flex-order: 0;
order: 0;
margin-right: auto;
margin-left: 4px; }
#cf7md-form [dir="rtl"] .mdc-form-field > label, #cf7md-form .mdc-form-field[dir="rtl"] > label {
margin-right: 4px;
margin-left: auto; }
#cf7md-form .mdc-form-field--align-end > label {
-ms-flex-order: -1;
order: -1;
margin-right: 4px;
margin-left: auto; }
#cf7md-form [dir="rtl"] .mdc-form-field--align-end > label, #cf7md-form .mdc-form-field--align-end[dir="rtl"] > label {
margin-right: auto;
margin-left: 4px; } #cf7md-form .mdc-textfield {
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
letter-spacing: 0.04em;
display: inline-block;
margin-bottom: 8px;
will-change: opacity, transform, color; }
#cf7md-form .mdc-textfield__input { color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
padding: 0 0 8px;
border: none;
background: none;
font-size: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
#cf7md-form .mdc-textfield__input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.46);
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
transition: color 180ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 1; }
#cf7md-form .mdc-textfield__input::-moz-placeholder { color: rgba(0, 0, 0, 0.46);
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
transition: color 180ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 1; }
#cf7md-form .mdc-textfield__input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.46);
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
transition: color 180ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 1; }
#cf7md-form .mdc-textfield__input::placeholder { color: rgba(0, 0, 0, 0.46);
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
transition: color 180ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 1; }
#cf7md-form .mdc-textfield__input:focus {
outline: none; }
#cf7md-form .mdc-textfield__input:focus::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.54);
color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)); }
#cf7md-form .mdc-textfield__input:focus::-moz-placeholder { color: rgba(0, 0, 0, 0.54);
color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)); }
#cf7md-form .mdc-textfield__input:focus:-ms-input-placeholder { color: rgba(0, 0, 0, 0.54);
color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)); }
#cf7md-form .mdc-textfield__input:focus::placeholder { color: rgba(0, 0, 0, 0.54);
color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)); }
#cf7md-form .mdc-textfield__input:invalid {
box-shadow: none; }
#cf7md-form .mdc-textfield__input--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-textfield__input {
color: white; }
#cf7md-form .mdc-textfield__input--theme-dark::-webkit-input-placeholder,
#cf7md-form.mdc-theme--dark .mdc-textfield__input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-textfield__input--theme-dark::-moz-placeholder,
#cf7md-form.mdc-theme--dark .mdc-textfield__input::-moz-placeholder { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-textfield__input--theme-dark:-ms-input-placeholder,
#cf7md-form.mdc-theme--dark .mdc-textfield__input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-textfield__input--theme-dark::placeholder,
#cf7md-form.mdc-theme--dark .mdc-textfield__input::placeholder { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-textfield__input--theme-dark:focus::-webkit-input-placeholder,
#cf7md-form.mdc-theme--dark .mdc-textfield__input:focus::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7);
color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)); }
#cf7md-form .mdc-textfield__input--theme-dark:focus::-moz-placeholder,
#cf7md-form.mdc-theme--dark .mdc-textfield__input:focus::-moz-placeholder { color: rgba(255, 255, 255, 0.7);
color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)); }
#cf7md-form .mdc-textfield__input--theme-dark:focus:-ms-input-placeholder,
#cf7md-form.mdc-theme--dark .mdc-textfield__input:focus:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7);
color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)); }
#cf7md-form .mdc-textfield__input--theme-dark:focus::placeholder,
#cf7md-form.mdc-theme--dark .mdc-textfield__input:focus::placeholder { color: rgba(255, 255, 255, 0.7);
color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)); }
#cf7md-form .mdc-textfield__label { color: rgba(0, 0, 0, 0.46);
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
position: absolute;
bottom: 8px;
left: 0;
transform-origin: left top;
transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), color 180ms cubic-bezier(0.4, 0, 0.2, 1);
cursor: text; }
#cf7md-form [dir="rtl"] .mdc-textfield .mdc-textfield__label,
#cf7md-form .mdc-textfield[dir="rtl"] .mdc-textfield__label {
right: 0;
left: auto;
transform-origin: right top; }
#cf7md-form .mdc-textfield--theme-dark .mdc-textfield__label,
#cf7md-form.mdc-theme--dark .mdc-textfield__label { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-textfield__label--float-above {
transform: translateY(-100%) scale(0.75, 0.75);
cursor: auto; }
#cf7md-form .mdc-textfield__input:-webkit-autofill + .mdc-textfield__label {
transform: translateY(-100%) scale(0.75, 0.75);
cursor: auto; }
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth) {
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
box-sizing: border-box;
-ms-flex-align: end;
align-items: flex-end;
margin-top: 16px; }
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline) {
height: 48px; }
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
transform: translateY(50%) scaleY(1);
transform-origin: center bottom;
transition: background-color 180ms cubic-bezier(0.4, 0, 0.2, 1), transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
background-color: rgba(0, 0, 0, 0.26);
content: ""; }
#cf7md-form .mdc-textfield--theme-dark .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after,
#cf7md-form.mdc-theme--dark .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after {
background-color: rgba(255, 255, 255, 0.12); }
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth) .mdc-textfield__label {
pointer-events: none; }
#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5);
transform: translateY(100%) scaleY(2);
transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-textfield--theme-dark.mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after,
#cf7md-form.mdc-theme--dark .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5);
transform: translateY(100%) scaleY(2);
transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-textfield--focused .mdc-textfield__label { color: #3f51b5;
color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-textfield--theme-dark .mdc-textfield--focused .mdc-textfield__label,
#cf7md-form.mdc-theme--dark .mdc-textfield--focused .mdc-textfield__label { color: #3f51b5;
color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-textfield--dense {
margin-top: 12px;
margin-bottom: 4px;
font-size: .813rem; }
#cf7md-form .mdc-textfield--dense .mdc-textfield__label--float-above {
transform: translateY(calc(-100% - 2px)) scale(0.923, 0.923); }
#cf7md-form .mdc-textfield--invalid:not(.mdc-textfield--focused)::after {
background-color: #d50000; }
#cf7md-form .mdc-textfield--invalid:not(.mdc-textfield--focused) .mdc-textfield__label {
color: #d50000; }
#cf7md-form .mdc-textfield--theme-dark.mdc-textfield--invalid:not(.mdc-textfield--focused)::after,
#cf7md-form.mdc-theme--dark .mdc-textfield--invalid:not(.mdc-textfield--focused)::after {
background-color: #ff6e6e; }
#cf7md-form .mdc-textfield--theme-dark.mdc-textfield--invalid:not(.mdc-textfield--focused) .mdc-textfield__label,
#cf7md-form.mdc-theme--dark .mdc-textfield--invalid:not(.mdc-textfield--focused) .mdc-textfield__label {
color: #ff6e6e; }
#cf7md-form .mdc-textfield--disabled {
border-bottom: 1px dotted rgba(35, 31, 32, 0.26); }
#cf7md-form .mdc-textfield--disabled::after {
display: none; }
#cf7md-form .mdc-textfield--disabled .mdc-textfield__input {
padding-bottom: 7px; }
#cf7md-form .mdc-textfield--theme-dark.mdc-textfield--disabled,
#cf7md-form.mdc-theme--dark .mdc-textfield--disabled {
border-bottom: 1px dotted rgba(255, 255, 255, 0.3); }
#cf7md-form .mdc-textfield--disabled .mdc-textfield__input,
#cf7md-form .mdc-textfield--disabled .mdc-textfield__label,
#cf7md-form .mdc-textfield--disabled + .mdc-textfield-helptext { color: rgba(0, 0, 0, 0.38);
color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38)); }
#cf7md-form .mdc-textfield--theme-dark .mdc-textfield--disabled .mdc-textfield__input,
#cf7md-form.mdc-theme--dark .mdc-textfield--disabled .mdc-textfield__input,
#cf7md-form .mdc-textfield--theme-dark
.mdc-textfield--disabled .mdc-textfield__label,
#cf7md-form.mdc-theme--dark
.mdc-textfield--disabled .mdc-textfield__label { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-textfield--theme-dark.mdc-textfield--disabled + .mdc-textfield-helptext,
#cf7md-form.mdc-theme--dark .mdc-textfield--disabled + .mdc-textfield-helptext { colr: rgba(255, 255, 255, 0.5);
colr: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-textfield--disabled .mdc-textfield__label {
bottom: 7px;
cursor: default; }
#cf7md-form .mdc-textfield__input:required + .mdc-textfield__label::after {
margin-left: 1px;
content: "*"; }
#cf7md-form .mdc-textfield--focused .mdc-textfield__input:required + .mdc-textfield__label::after {
color: #d50000; }
#cf7md-form .mdc-textfield--focused .mdc-textfield--theme-dark .mdc-textfield__input:required + .mdc-textfield__label::after, #cf7md-form .mdc-textfield--focused
.mdc-theme--dark .mdc-textfield__input:required + .mdc-textfield__label::after {
color: #ff6e6e; }
#cf7md-form .mdc-textfield--multiline {
display: -ms-flexbox;
display: flex;
height: initial;
transition: none; }
#cf7md-form .mdc-textfield--multiline::after {
content: initial; }
#cf7md-form .mdc-textfield--multiline .mdc-textfield__input {
padding: 4px;
transition: border-color 180ms cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid rgba(0, 0, 0, 0.26);
border-radius: 2px; }
#cf7md-form .mdc-textfield--theme-dark .mdc-textfield--multiline .mdc-textfield__input,
#cf7md-form.mdc-theme--dark .mdc-textfield--multiline .mdc-textfield__input {
border-color: rgba(255, 255, 255, 0.12); }
#cf7md-form .mdc-textfield--multiline .mdc-textfield__input:focus { border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-textfield--multiline .mdc-textfield__input:invalid:not(:focus) {
border-color: #d50000; }
#cf7md-form .mdc-textfield--theme-dark .mdc-textfield--multiline .mdc-textfield__input:invalid:not(:focus),
#cf7md-form.mdc-theme--dark .mdc-textfield--multiline .mdc-textfield__input:invalid:not(:focus) {
border-color: #ff6e6e; }
#cf7md-form .mdc-textfield--multiline .mdc-textfield__label {
top: 6px;
bottom: initial;
left: 4px; }
#cf7md-form [dir="rtl"] .mdc-textfield--multiline .mdc-textfield--multiline .mdc-textfield__label,
#cf7md-form .mdc-textfield--multiline[dir="rtl"] .mdc-textfield--multiline .mdc-textfield__label {
right: 4px;
left: auto; }
#cf7md-form .mdc-textfield--multiline .mdc-textfield__label--float-above {
transform: translateY(calc(-100% - 6px)) scale(0.923, 0.923); }
#cf7md-form .mdc-textfield--multiline.mdc-textfield--disabled {
border-bottom: none; }
#cf7md-form .mdc-textfield--multiline.mdc-textfield--disabled .mdc-textfield__input {
border: 1px dotted rgba(35, 31, 32, 0.26); }
#cf7md-form .mdc-textfield--theme-dark .mdc-textfield--multiline.mdc-textfield--disabled .mdc-textfield__input,
#cf7md-form.mdc-theme--dark .mdc-textfield--multiline.mdc-textfield--disabled .mdc-textfield__input {
border-color: rgba(255, 255, 255, 0.3); }
#cf7md-form .mdc-textfield--fullwidth {
display: block;
width: 100%;
box-sizing: border-box;
margin: 0;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.26);
outline: none; }
#cf7md-form .mdc-textfield--fullwidth:not(.mdc-textfield--multiline) {
height: 56px; }
#cf7md-form .mdc-textfield--fullwidth.mdc-textfield--multiline {
padding: 20px 0 0; }
#cf7md-form .mdc-textfield--fullwidth.mdc-textfield--dense:not(.mdc-textfield--multiline) {
height: 48px; }
#cf7md-form .mdc-textfield--fullwidth.mdc-textfield--dense.mdc-textfield--multiline {
padding: 16px 0 0; }
#cf7md-form .mdc-textfield--fullwidth.mdc-textfield--disabled, #cf7md-form .mdc-textfield--fullwidth.mdc-textfield--disabled.mdc-textfield--multiline {
border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
#cf7md-form .mdc-textfield--fullwidth--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-textfield--fullwidth {
border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
#cf7md-form .mdc-textfield--fullwidth--theme-dark.mdc-textfield--disabled, #cf7md-form .mdc-textfield--fullwidth--theme-dark.mdc-textfield--disabled.mdc-textfield--multiline, #cf7md-form.mdc-theme--dark .mdc-textfield--fullwidth.mdc-textfield--disabled, #cf7md-form.mdc-theme--dark .mdc-textfield--fullwidth.mdc-textfield--disabled.mdc-textfield--multiline {
border-bottom: 1px dotted rgba(255, 255, 255, 0.12); }
#cf7md-form .mdc-textfield--fullwidth .mdc-textfield__input {
width: 100%;
height: 100%;
padding: 0;
resize: none;
border: none !important; }
#cf7md-form .mdc-textfield:not(.mdc-textfield--upgraded):not(.mdc-textfield--multiline) .mdc-textfield__input {
transition: border-bottom-color 180ms cubic-bezier(0.4, 0, 0.2, 1);
border-bottom: 1px solid rgba(0, 0, 0, 0.26); }
#cf7md-form .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:focus { border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:disabled { color: rgba(0, 0, 0, 0.38);
color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
border-style: dotted;
border-color: rgba(35, 31, 32, 0.26); }
#cf7md-form .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:invalid:not(:focus) {
border-color: #d50000; }
#cf7md-form .mdc-textfield--theme-dark:not(.mdc-textfield--upgraded) .mdc-textfield__input:not(:focus),
#cf7md-form.mdc-theme--dark .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:not(:focus) {
border-color: rgba(255, 255, 255, 0.12); }
#cf7md-form .mdc-textfield--theme-dark:not(.mdc-textfield--upgraded) .mdc-textfield__input:disabled,
#cf7md-form.mdc-theme--dark .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:disabled { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5));
border-color: rgba(255, 255, 255, 0.3); }
#cf7md-form .mdc-textfield--theme-dark:not(.mdc-textfield--upgraded) .mdc-textfield__input:invalid:not(:focus),
#cf7md-form.mdc-theme--dark .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:invalid:not(:focus) {
border-color: #ff6e6e; }
#cf7md-form .mdc-textfield-helptext { color: rgba(0, 0, 0, 0.46);
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
margin: 0;
transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
font-size: .75rem;
opacity: 0;
will-change: opacity; }
#cf7md-form .mdc-textfield-helptext--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-textfield-helptext { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-textfield + .mdc-textfield-helptext {
margin-bottom: 8px; }
#cf7md-form .mdc-textfield--dense + .mdc-textfield-helptext {
margin-bottom: 4px; }
#cf7md-form .mdc-textfield--focused + .mdc-textfield-helptext:not(.mdc-textfield-helptext--validation-msg) {
opacity: 1; }
#cf7md-form .mdc-textfield-helptext--persistent {
transition: none;
opacity: 1;
will-change: initial; }
#cf7md-form .mdc-textfield--invalid + .mdc-textfield-helptext--validation-msg {
color: #d50000;
opacity: 1; }
#cf7md-form .mdc-textfield--theme-dark.mdc-textfield--invalid + .mdc-textfield-helptext--validation-msg,
#cf7md-form.mdc-theme--dark .mdc-textfield--invalid + .mdc-textfield-helptext--validation-msg {
color: #ff6e6e; }
#cf7md-form .mdc-form-field > .mdc-textfield + label {
-ms-flex-item-align: start;
align-self: flex-start; }
#cf7md-form .mdc-textfield__label {
line-height: 1.25;
padding: 0 !important; }
#cf7md-form .mdc-textfield input {
height: auto !important;
padding-left: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important; }
#cf7md-form .cf7md-textarea textarea {
height: 6em;
padding: 4px !important; }
#cf7md-form .cf7md-textarea-autosize textarea {
height: 4em;
min-height: 4em;
max-height: 16em; }
#cf7md-form .mdc-textfield--multiline .mdc-textfield__input:invalid:not(:focus) {
border-color: rgba(0, 0, 0, 0.26); }
#cf7md-form.mdc-theme--dark .mdc-textfield--multiline .mdc-textfield__input:invalid:not(:focus) {
border-color: rgba(255, 255, 255, 0.12); }
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after {
transform: none; }
#cf7md-form .mdc-textfield__input:not(textarea) {
line-height: 1.8 !important; }
#cf7md-form input[type="date"] {
min-height: 34px; }
#cf7md-form ::-webkit-datetime-edit-text,
#cf7md-form ::-webkit-datetime-edit-month-field,
#cf7md-form ::-webkit-datetime-edit-day-field,
#cf7md-form ::-webkit-datetime-edit-year-field {
opacity: 0;
transition: opacity .3s ease 0s; }
#cf7md-form input:focus::-webkit-datetime-edit-text,
#cf7md-form input:focus::-webkit-datetime-edit-month-field,
#cf7md-form input:focus::-webkit-datetime-edit-day-field,
#cf7md-form input:focus::-webkit-datetime-edit-year-field,
#cf7md-form input.cf7md-has-input:valid::-webkit-datetime-edit-text,
#cf7md-form input.cf7md-has-input:valid::-webkit-datetime-edit-month-field,
#cf7md-form input.cf7md-has-input:valid::-webkit-datetime-edit-day-field,
#cf7md-form input.cf7md-has-input:valid::-webkit-datetime-edit-year-field {
opacity: 1;
transition-delay: .2s; }
@supports (-ms-ime-align: auto) {
#cf7md-form input[type="date"] {
opacity: 0; }
#cf7md-form input[type="date"].cf7md-has-input {
opacity: 1; } }
#cf7md-form .mdc-select {
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.75rem; color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
padding-left: 0;
padding-right: 24px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: start;
justify-content: flex-start;
max-width: calc(100% - 24px);
height: 32px;
transition: border-bottom-color 150ms 0ms cubic-bezier(0.4, 0, 1, 1), background-color 150ms 0ms cubic-bezier(0.4, 0, 1, 1);
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0;
background: none;
background-repeat: no-repeat;
background-position: right center;
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
font-family: Roboto, sans-serif;
font-size: .936rem;
cursor: pointer; }
#cf7md-form [dir="rtl"] .mdc-select, #cf7md-form .mdc-select[dir="rtl"] {
padding-left: 24px;
padding-right: 0; }
#cf7md-form .mdc-select::-ms-expand {
display: none; }
#cf7md-form .mdc-select:focus { border-bottom-color: #3f51b5;
border-bottom-color: var(--mdc-theme-primary, #3f51b5);
outline: none;
background-color: rgba(0, 0, 0, 0.06); }
#cf7md-form [dir="rtl"] .mdc-select, #cf7md-form .mdc-select[dir="rtl"] {
background-position: left center; }
#cf7md-form .mdc-select--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-select { color: white;
color: var(--mdc-theme-text-primary-on-dark, white);
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
#cf7md-form .mdc-select--theme-dark:focus,
#cf7md-form.mdc-theme--dark .mdc-select:focus { border-bottom-color: #3f51b5;
border-bottom-color: var(--mdc-theme-primary, #3f51b5);
background-color: rgba(255, 255, 255, 0.09); }
#cf7md-form .mdc-select__menu {
position: fixed;
top: 0;
left: 0;
max-height: 100%;
transform-origin: center center;
overflow-y: scroll; }
#cf7md-form .mdc-select__selected-text {
transition: opacity 125ms 0ms cubic-bezier(0.4, 0, 1, 1), transform 125ms 0ms cubic-bezier(0.4, 0, 1, 1);
white-space: nowrap;
overflow: hidden; }
#cf7md-form .mdc-select--open .mdc-select__selected-text {
transform: translateY(8px);
transition: opacity 125ms 125ms cubic-bezier(0, 0, 0.2, 1), transform 125ms 125ms cubic-bezier(0, 0, 0.2, 1);
opacity: 0; }
#cf7md-form .mdc-select--disabled,
#cf7md-form .mdc-select[disabled] { color: rgba(0, 0, 0, 0.38);
color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
border-bottom-style: dotted;
cursor: default;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
#cf7md-form .mdc-select--theme-dark.mdc-select--disabled,
#cf7md-form.mdc-theme--dark .mdc-select--disabled { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5));
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
border-bottom: 1px dotted rgba(255, 255, 255, 0.38); }
#cf7md-form .mdc-select--theme-dark.mdc-select[disabled],
#cf7md-form.mdc-theme--dark .mdc-select[disabled] { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5));
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
border-bottom: 1px dotted rgba(255, 255, 255, 0.38); }
#cf7md-form .mdc-select__menu .mdc-list-item {
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.75rem; color: rgba(0, 0, 0, 0.54);
color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)); }
#cf7md-form .mdc-select__menu .mdc-list-item[aria-selected="true"] { color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)); }
#cf7md-form .mdc-select--theme-dark .mdc-select__menu .mdc-list-item,
#cf7md-form.mdc-theme--dark .mdc-select__menu .mdc-list-item { color: rgba(255, 255, 255, 0.7);
color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)); }
#cf7md-form .mdc-select--theme-dark .mdc-select__menu .mdc-list-item[aria-selected="true"],
#cf7md-form.mdc-theme--dark .mdc-select__menu .mdc-list-item[aria-selected="true"] { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-select__menu .mdc-list-group,
#cf7md-form .mdc-select__menu .mdc-list-group > .mdc-list-item:first-child {
margin-top: 12px; }
#cf7md-form .mdc-select__menu .mdc-list-group { color: rgba(0, 0, 0, 0.46);
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
font-weight: normal; }
#cf7md-form .mdc-select__menu .mdc-list-group .mdc-list-item { color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)); }
#cf7md-form .mdc-select--theme-dark .mdc-select__menu .mdc-list-group,
#cf7md-form.mdc-theme--dark .mdc-select__menu .mdc-list-group { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-select--theme-dark .mdc-select__menu .mdc-list-group .mdc-list-item,
#cf7md-form.mdc-theme--dark .mdc-select__menu .mdc-list-group .mdc-list-item { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-multi-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 250px;
padding: 0;
border: 1px solid; border-color: rgba(0, 0, 0, 0.46);
border-color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
outline: none; }
#cf7md-form .mdc-multi-select--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-multi-select { border-color: rgba(255, 255, 255, 0.5);
border-color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-multi-select .mdc-list-group {
margin: 16px 0 0;
padding: 0 0 0 16px; color: rgba(0, 0, 0, 0.46);
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.46));
font-weight: normal; }
#cf7md-form .mdc-multi-select .mdc-list-group--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-multi-select .mdc-list-group { color: rgba(255, 255, 255, 0.5);
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)); }
#cf7md-form .mdc-multi-select .mdc-list-group:last-child {
margin-bottom: 16px; }
#cf7md-form .mdc-multi-select .mdc-list-group .mdc-list-divider {
margin-left: -16px; }
#cf7md-form .mdc-multi-select .mdc-list-item {
margin: 0 0 0 -16px;
padding: 0 16px; color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)); }
#cf7md-form .mdc-multi-select .mdc-list-item--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-multi-select .mdc-list-item { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-multi-select .mdc-list-item:first-child {
margin-top: 12px; }
#cf7md-form .mdc-multi-select .mdc-list-item:last-child {
margin-bottom: 8px; }
#cf7md-form .mdc-multi-select .mdc-list-item:checked {
background-color: rgba(0, 0, 0, 0.12); background-color: #fff;
background-color: var(--mdc-theme-background, #fff); }
#cf7md-form .mdc-multi-select .mdc-list-item:checked--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-multi-select .mdc-list-item:checked { background-color: white;
background-color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-multi-select:focus .mdc-list-item:checked { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-multi-select:focus .mdc-list-item:checked--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-multi-select:focus .mdc-list-item:checked { background-color: white;
background-color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-list-divider {
margin-bottom: 8px;
padding-top: 8px;
font-size: 0; }
#cf7md-form .mdc-select {
padding-top: 0;
padding-bottom: 0;
height: 32px !important; }
#cf7md-form .mdc-select option {
color: black; }                @keyframes mdc-checkbox-fade-in-background {
0% {
border-color: rgba(0, 0, 0, 0.54);
background-color: transparent; }
50% { border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); } }
@keyframes mdc-checkbox-fade-out-background {
0%,
80% { border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); }
100% {
border-color: rgba(0, 0, 0, 0.54);
background-color: transparent; } }
@keyframes mdc-checkbox-fade-in-background-dark {
0% {
border-color: white;
background-color: transparent; }
50% { border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); } }
@keyframes mdc-checkbox-fade-out-background-dark {
0%,
80% { border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); }
100% {
border-color: white;
background-color: transparent; } }
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
0%,
50% {
stroke-dashoffset: 29.78334; }
50% {
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
100% {
stroke-dashoffset: 0; } }
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
0%,
68.2% {
transform: scaleX(0); }
68.2% {
animation-timing-function: cubic-bezier(0, 0, 0, 1); }
100% {
transform: scaleX(1); } }
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
from {
animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
opacity: 1;
stroke-dashoffset: 0; }
to {
opacity: 0;
stroke-dashoffset: -29.78334; } }
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
from {
transform: rotate(0deg);
opacity: 1;
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
to {
transform: rotate(45deg);
opacity: 0; } }
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
from {
transform: rotate(45deg);
opacity: 0;
animation-timing-function: cubic-bezier(0.14, 0, 0, 1); }
to {
transform: rotate(360deg);
opacity: 1; } }
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
from {
transform: rotate(-45deg);
opacity: 0;
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
to {
transform: rotate(0deg);
opacity: 1; } }
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
from {
transform: rotate(0deg);
opacity: 1;
animation-timing-function: cubic-bezier(0.14, 0, 0, 1); }
to {
transform: rotate(315deg);
opacity: 0; } }
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
0% {
transform: scaleX(1);
opacity: 1;
animation-timing-function: linear; }
32.8%,
100% {
transform: scaleX(0);
opacity: 0; } }
#cf7md-form .mdc-checkbox {
display: inline-block;
position: relative;
box-sizing: content-box;
width: 18px;
height: 18px;
padding: 11px;
line-height: 0;
white-space: nowrap;
cursor: pointer;
vertical-align: bottom; }
#cf7md-form .mdc-checkbox__background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
top: 11px;
left: 11px;
border-radius: 2px;
box-sizing: border-box;
pointer-events: none;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 45%;
height: 45%;
box-sizing: border-box;
transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 1, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 1, 1);
border: 2px solid rgba(0, 0, 0, 0.54);
background-color: transparent;
will-change: background-color, border-color; }
#cf7md-form .mdc-checkbox--theme-dark .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox__background {
border-color: white; }
#cf7md-form .mdc-checkbox__background::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(0, 0);
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 1, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 1, 1);
border-radius: 50%;
content: "";
opacity: 0;
pointer-events: none;
will-change: opacity, transform; background: #3f51b5;
background: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-checkbox__native-control {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
cursor: inherit;
opacity: 0; }
#cf7md-form .mdc-checkbox__checkmark {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 1, 1);
opacity: 0;
fill: white; }
#cf7md-form .mdc-checkbox__checkmark__path {
transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 1, 1);
stroke: white !important;
stroke-width: 3.12px;
stroke-dashoffset: 29.78334;
stroke-dasharray: 29.78334; }
#cf7md-form .mdc-checkbox__mixedmark {
width: 100%;
height: 2px;
transform: scaleX(0) rotate(0deg);
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 1, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 1, 1);
background-color: white;
opacity: 0; }
#cf7md-form .mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
transform: scale(2.75, 2.75);
transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
opacity: .26; }
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background {
transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1); border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
opacity: 1; }
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark__path {
stroke-dashoffset: 0; }
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
transform: scaleX(1) rotate(-45deg); }
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background { border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
transform: rotate(45deg);
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 1, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 1, 1);
opacity: 0; }
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark__path {
stroke-dashoffset: 0; }
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
transform: scaleX(1) rotate(0deg);
opacity: 1; }
#cf7md-form .mdc-checkbox__native-control:disabled,
#cf7md-form fieldset:disabled .mdc-checkbox__native-control,
#cf7md-form [aria-disabled="true"] .mdc-checkbox__native-control {
cursor: default; }
#cf7md-form .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background,
#cf7md-form fieldset:disabled .mdc-checkbox__native-control ~ .mdc-checkbox__background,
#cf7md-form [aria-disabled="true"] .mdc-checkbox__native-control ~ .mdc-checkbox__background {
border-color: rgba(0, 0, 0, 0.26); }
#cf7md-form .mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark
fieldset:disabled .mdc-checkbox__native-control ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark
fieldset:disabled .mdc-checkbox__native-control ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark
[aria-disabled="true"] .mdc-checkbox__native-control ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark
[aria-disabled="true"] .mdc-checkbox__native-control ~ .mdc-checkbox__background {
border-color: rgba(255, 255, 255, 0.3); }
#cf7md-form .mdc-checkbox__native-control:disabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form fieldset:disabled .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form fieldset:disabled .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background, #cf7md-form [aria-disabled="true"] .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form [aria-disabled="true"] .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
border-color: transparent;
background-color: rgba(0, 0, 0, 0.26); }
#cf7md-form .mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled:checked ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox__native-control:disabled:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark
fieldset:disabled .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark
fieldset:disabled .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark
fieldset:disabled .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark
fieldset:disabled .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark
[aria-disabled="true"] .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark
[aria-disabled="true"] .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark
[aria-disabled="true"] .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark
[aria-disabled="true"] .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
background-color: rgba(255, 255, 255, 0.3); }
#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__checkmark,
#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__checkmark__path,
#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
transition: none !important; }
#cf7md-form .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, #cf7md-form .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background {
animation: mdc-checkbox-fade-in-background 180ms linear; }
#cf7md-form .mdc-checkbox--theme-dark .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background {
animation-name: mdc-checkbox-fade-in-background-dark; }
#cf7md-form .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, #cf7md-form .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
animation: mdc-checkbox-fade-out-background 180ms linear; }
#cf7md-form .mdc-checkbox--theme-dark .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
#cf7md-form .mdc-checkbox--theme-dark .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
animation-name: mdc-checkbox-fade-out-background-dark; }
#cf7md-form .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark__path {
animation: 180ms linear 0s mdc-checkbox-unchecked-checked-checkmark-path;
transition: none; }
#cf7md-form .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
animation: 90ms linear 0s mdc-checkbox-unchecked-indeterminate-mixedmark;
transition: none; }
#cf7md-form .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark__path {
animation: 90ms linear 0s mdc-checkbox-checked-unchecked-checkmark-path;
transition: none; }
#cf7md-form .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-checkmark;
transition: none; }
#cf7md-form .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-mixedmark;
transition: none; }
#cf7md-form .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
animation: 500ms linear 0s mdc-checkbox-indeterminate-checked-checkmark;
transition: none; }
#cf7md-form .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
animation: 500ms linear 0s mdc-checkbox-indeterminate-checked-mixedmark;
transition: none; }
#cf7md-form .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
animation: 300ms linear 0s mdc-checkbox-indeterminate-unchecked-mixedmark;
transition: none; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded {
--mdc-ripple-left: 0;
--mdc-ripple-top: 0;
--mdc-ripple-fg-size: 0;
--mdc-ripple-surface-height: 0;
--mdc-ripple-surface-width: 0;
--mdc-ripple-fg-unbounded-transform-duration: 0ms;
--mdc-ripple-xfo-x: center;
--mdc-ripple-xfo-y: center;
--mdc-ripple-fg-unbounded-opacity-duration: 0ms;
--mdc-ripple-fg-unbounded-transform-duration: 0ms;
--mdc-ripple-fg-approx-xf: 0;
will-change: transition, opacity;
-webkit-tap-highlight-color: transparent; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::before {
background-color: rgba(63, 81, 181, 0.14);
position: absolute;
top: calc(50% - 100%);
left: calc(50% - 100%);
width: 200%;
height: 200%;
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 200ms linear;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
@supports (background-color: color(green a(10%))) {
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::before {
background-color: color(var(--mdc-theme-primary, #3f51b5) a(14%)); } }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active::before {
opacity: .99999; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active:active::before {
transition-duration: 600ms; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded.mdc-ripple-upgraded--background-bounded-active-fill::before {
transition-duration: 120ms;
opacity: 1; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size); }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::after {
background-color: rgba(63, 81, 181, 0.14);
position: absolute;
top: 0;
left: 0;
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size);
transform: scale(0);
transform-origin: center center;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
@supports (background-color: color(green a(10%))) {
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded::after {
background-color: color(var(--mdc-theme-primary, #3f51b5) a(14%)); } }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded:not(.mdc-ripple-upgraded--unbounded)::after {
transform-origin: center center; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
transform-origin: center center; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-bounded-active-fill::after {
animation-fill-mode: forwards;
animation: 300ms mdc-ripple-fg-radius-in, 400ms mdc-ripple-fg-opacity-out; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after {
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 110ms linear, transform var(--mdc-ripple-fg-unbounded-transform-duration) linear 80ms;
opacity: 1; }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after {
animation: mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration) linear, mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration) cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__background::before {
content: none; }
#cf7md-form .cf7md-checkbox-item {
-ms-flex-align: start;
align-items: flex-start; }
#cf7md-form .mdc-checkbox {
margin-left: -11px;
-ms-flex: 0 0 18px;
flex: 0 0 18px; }
#cf7md-form .cf7md-checkbox-label {
padding-top: 10px; }
#cf7md-form .cf7md-accept .cf7md-accept--inner {
display: -ms-inline-flexbox;
display: inline-flex; }
#cf7md-form .cf7md-accept .wpcf7-list-item-label {
display: none; }
#cf7md-form .mdc-radio {
display: inline-block;
position: relative;
box-sizing: border-box;
width: 40px;
height: 40px;
padding: 10px;
cursor: pointer;
will-change: opacity, transform, border-color, background-color, color; }
#cf7md-form .mdc-radio__background {
display: inline-block;
position: absolute;
width: 50%;
height: 50%;
box-sizing: border-box; }
#cf7md-form .mdc-radio__background::before { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(0, 0);
transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 1, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 1, 1);
border-radius: 50%;
content: "";
opacity: 0;
pointer-events: none; }
#cf7md-form .mdc-radio__outer-circle { border-color: rgba(0, 0, 0, 0.54);
border-color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54));
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 1, 1);
border-width: 2px;
border-style: solid;
border-radius: 50%;
box-sizing: border-box; }
#cf7md-form .mdc-radio--theme-dark .mdc-radio__outer-circle,
#cf7md-form.mdc-theme--dark .mdc-radio__outer-circle { border-color: rgba(255, 255, 255, 0.7);
border-color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)); }
#cf7md-form .mdc-radio__inner-circle { background-color: rgba(0, 0, 0, 0.54);
background-color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54));
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(0, 0);
transition: transform 120ms 0ms cubic-bezier(0.4, 0, 1, 1), background-color 120ms 0ms cubic-bezier(0.4, 0, 1, 1);
border-radius: 50%;
box-sizing: border-box; }
#cf7md-form .mdc-radio--theme-dark .mdc-radio__inner-circle,
#cf7md-form.mdc-theme--dark .mdc-radio__inner-circle { background-color: rgba(255, 255, 255, 0.7);
background-color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)); }
#cf7md-form .mdc-radio__native-control {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
cursor: inherit;
opacity: 0;
z-index: 1; }
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background,
#cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background {
transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
#cf7md-form .mdc-radio--disabled {
cursor: default;
pointer-events: none; }
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle { border-color: #3f51b5;
border-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5);
transform: scale(0.5);
transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
#cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background,
#cf7md-form fieldset:disabled .mdc-radio__native-control + .mdc-radio__background,
#cf7md-form [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
cursor: default; }
#cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form fieldset:disabled .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle {
border-color: rgba(0, 0, 0, 0.26); }
#cf7md-form .mdc-radio--theme-dark .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form.mdc-theme--dark .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form .mdc-radio--theme-dark
fieldset:disabled .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form.mdc-theme--dark
fieldset:disabled .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form .mdc-radio--theme-dark
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form.mdc-theme--dark
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle {
border-color: rgba(255, 255, 255, 0.3); }
#cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form fieldset:disabled .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle {
background-color: rgba(0, 0, 0, 0.26); }
#cf7md-form .mdc-radio--theme-dark .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form.mdc-theme--dark .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-radio--theme-dark
fieldset:disabled .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form.mdc-theme--dark
fieldset:disabled .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-radio--theme-dark
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form.mdc-theme--dark
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle {
background-color: rgba(255, 255, 255, 0.3); }
#cf7md-form .mdc-radio__native-control:focus + .mdc-radio__background::before {
transform: scale(2.8, 2.8);
transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
opacity: .26; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded {
--mdc-ripple-left: 0;
--mdc-ripple-top: 0;
--mdc-ripple-fg-size: 0;
--mdc-ripple-surface-height: 0;
--mdc-ripple-surface-width: 0;
--mdc-ripple-fg-unbounded-transform-duration: 0ms;
--mdc-ripple-xfo-x: center;
--mdc-ripple-xfo-y: center;
--mdc-ripple-fg-unbounded-opacity-duration: 0ms;
--mdc-ripple-fg-unbounded-transform-duration: 0ms;
--mdc-ripple-fg-approx-xf: 0;
will-change: transition, opacity;
-webkit-tap-highlight-color: transparent; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded::before {
background-color: rgba(63, 81, 181, 0.14);
position: absolute;
top: calc(50% - 100%);
left: calc(50% - 100%);
width: 200%;
height: 200%;
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 200ms linear;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
@supports (background-color: color(green a(10%))) {
#cf7md-form .mdc-radio.mdc-ripple-upgraded::before {
background-color: color(var(--mdc-theme-primary, #3f51b5) a(14%)); } }
#cf7md-form .mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active::before {
opacity: .99999; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active:active::before {
transition-duration: 600ms; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--background-bounded-active-fill::before {
transition-duration: 120ms;
opacity: 1; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size); }
#cf7md-form .mdc-radio.mdc-ripple-upgraded::after {
background-color: rgba(63, 81, 181, 0.14);
position: absolute;
top: 0;
left: 0;
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size);
transform: scale(0);
transform-origin: center center;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
@supports (background-color: color(green a(10%))) {
#cf7md-form .mdc-radio.mdc-ripple-upgraded::after {
background-color: color(var(--mdc-theme-primary, #3f51b5) a(14%)); } }
#cf7md-form .mdc-radio.mdc-ripple-upgraded:not(.mdc-ripple-upgraded--unbounded)::after {
transform-origin: center center; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
transform-origin: center center; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-bounded-active-fill::after {
animation-fill-mode: forwards;
animation: 300ms mdc-ripple-fg-radius-in, 400ms mdc-ripple-fg-opacity-out; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after {
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 110ms linear, transform var(--mdc-ripple-fg-unbounded-transform-duration) linear 80ms;
opacity: 1; }
#cf7md-form .mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after {
animation: mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration) linear, mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration) cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-radio.mdc-ripple-upgraded .mdc-radio__background::before {
content: none; }
#cf7md-form .mdc-radio {
margin-left: -10px;
-ms-flex: 0 0 40px;
flex: 0 0 40px; } #cf7md-form .mdc-switch {
display: inline-block;
position: relative; }
#cf7md-form .mdc-switch__native-control {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 34px;
height: 14px;
cursor: pointer;
opacity: 0;
z-index: 2; }
#cf7md-form .mdc-switch__background {
display: block;
position: relative;
width: 34px;
height: 14px;
border-radius: 7px;
outline: none;
background-color: transparent;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
#cf7md-form .mdc-switch--theme-dark .mdc-switch__background,
#cf7md-form.mdc-theme--dark .mdc-switch__background {
background-color: transparent; }
#cf7md-form .mdc-switch__background::before {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: opacity 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 7px;
background-color: #000;
content: "";
opacity: .38; }
#cf7md-form .mdc-switch--theme-dark .mdc-switch__background::before,
#cf7md-form.mdc-theme--dark .mdc-switch__background::before {
background-color: #fff;
opacity: .3; }
#cf7md-form .mdc-switch__background .mdc-switch__knob {
display: block;
position: absolute;
top: -3px;
left: 0;
width: 20px;
height: 20px;
transform: translateX(0);
transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 10px;
background-color: #fafafa;
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
z-index: 1; }
#cf7md-form .mdc-switch--theme-dark .mdc-switch__background .mdc-switch__knob,
#cf7md-form.mdc-theme--dark .mdc-switch__background .mdc-switch__knob {
background-color: #bdbdbd; }
#cf7md-form .mdc-switch__background .mdc-switch__knob::before {
position: absolute;
top: -14px;
left: -14px;
width: 48px;
height: 48px;
transform: scale(0);
transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 24px;
background-color: transparent;
content: "";
opacity: .2; }
#cf7md-form .mdc-switch__native-control:focus ~ .mdc-switch__background .mdc-switch__knob::before {
position: absolute;
width: 48px;
height: 48px;
transform: scale(1);
transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 24px;
background-color: #9e9e9e; }
#cf7md-form .mdc-switch--theme-dark .mdc-switch__native-control:focus ~ .mdc-switch__background .mdc-switch__knob::before,
#cf7md-form.mdc-theme--dark .mdc-switch__native-control:focus ~ .mdc-switch__background .mdc-switch__knob::before {
background-color: #f1f1f1;
opacity: .14; }
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5);
opacity: .5; }
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob {
transform: translateX(14px);
transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1); background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5);
opacity: .15; }
#cf7md-form .mdc-switch--theme-dark .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before,
#cf7md-form.mdc-theme--dark .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-switch__native-control:disabled {
cursor: initial; }
#cf7md-form .mdc-switch__native-control:disabled ~ .mdc-switch__background::before {
background-color: #000;
opacity: .12; }
#cf7md-form .mdc-switch--theme-dark .mdc-switch__native-control:disabled ~ .mdc-switch__background::before,
#cf7md-form.mdc-theme--dark .mdc-switch__native-control:disabled ~ .mdc-switch__background::before {
background-color: #fff;
opacity: .1; }
#cf7md-form .mdc-switch__native-control:disabled ~ .mdc-switch__background .mdc-switch__knob {
background-color: #bdbdbd; }
#cf7md-form .mdc-switch--theme-dark .mdc-switch__native-control:disabled ~ .mdc-switch__background .mdc-switch__knob,
#cf7md-form.mdc-theme--dark .mdc-switch__native-control:disabled ~ .mdc-switch__background .mdc-switch__knob {
background-color: #424242; } #cf7md-form span.cf7md-switch-item {
margin: 8px 0; }
#cf7md-form .mdc-form-field > .cf7md-switch-label {
margin-left: 16px; }
#cf7md-form .cf7md-file .cf7md-label {
margin-bottom: 5px; }
#cf7md-form .cf7md-file .wpcf7-not-valid-tip {
margin-top: 5px; }
#cf7md-form .cf7md-file .cf7md-help-text {
margin-top: 3px !important; }
#cf7md-form .cf7md-file--btn {
color: #FFF; }
#cf7md-form .cf7md-file--label {
position: relative;
display: block; }
#cf7md-form .cf7md-file--label [type="file"] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
#cf7md-form .cf7md-file--value { color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
position: absolute;
top: 50%;
left: 0;
padding-left: 152px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transform: translateY(-50%); }
#cf7md-form.mdc-theme--dark .cf7md-file--value { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-button {
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
font-weight: 500;
letter-spacing: 0.04em;
line-height: 1.5rem; color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
display: inline-block;
position: relative;
min-width: 64px;
height: 36px;
padding: 0 16px;
border: none;
border-radius: 2px;
outline: none;
background: transparent;
font-size: 14px;
font-weight: 500;
line-height: 36px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.18); }
#cf7md-form .mdc-button--theme-dark,
#cf7md-form.mdc-theme--dark .mdc-button { color: white;
color: var(--mdc-theme-text-primary-on-dark, white);
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.18); }
#cf7md-form .mdc-button::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 1, 1);
border-radius: inherit;
background: currentColor;
content: "";
opacity: 0; }
#cf7md-form .mdc-button:focus::before {
transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
opacity: .12; }
#cf7md-form .mdc-button:active::before {
transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
opacity: .18; }
#cf7md-form .mdc-button:focus:active::before {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-button:active {
outline: none; }
#cf7md-form .mdc-button:hover {
cursor: pointer; }
#cf7md-form .mdc-button::-moz-focus-inner {
padding: 0;
border: 0; }
#cf7md-form .mdc-button--dense {
height: 32px;
font-size: .8125rem;
line-height: 32px; }
#cf7md-form .mdc-button--raised {
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
will-change: box-shadow;
min-width: 88px; }
#cf7md-form .mdc-button--raised:active {
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }
#cf7md-form .mdc-button--theme-dark .mdc-button--raised,
#cf7md-form.mdc-theme--dark .mdc-button--raised { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-button--theme-dark .mdc-button--raised::before,
#cf7md-form.mdc-theme--dark .mdc-button--raised::before {
color: black; }
#cf7md-form .mdc-button--primary { color: #3f51b5;
color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-button--theme-dark .mdc-button--primary,
#cf7md-form.mdc-theme--dark .mdc-button--primary { color: #3f51b5;
color: var(--mdc-theme-primary, #3f51b5); }
#cf7md-form .mdc-button--primary.mdc-button--raised { background-color: #3f51b5;
background-color: var(--mdc-theme-primary, #3f51b5); color: white;
color: var(--mdc-theme-text-primary-on-primary, white); }
#cf7md-form .mdc-button--primary.mdc-button--raised::before {
color: black; }
#cf7md-form .mdc-button--accent { color: #ff4081;
color: var(--mdc-theme-accent, #ff4081); }
#cf7md-form .mdc-button--theme-dark .mdc-button--accent,
#cf7md-form.mdc-theme--dark .mdc-button--accent { color: #ff4081;
color: var(--mdc-theme-accent, #ff4081); }
#cf7md-form .mdc-button--accent.mdc-button--raised { background-color: #ff4081;
background-color: var(--mdc-theme-accent, #ff4081); color: white;
color: var(--mdc-theme-text-primary-on-accent, white); }
#cf7md-form .mdc-button--accent.mdc-button--raised::before {
color: black; }
#cf7md-form .mdc-button--compact {
padding: 0 8px; }
#cf7md-form fieldset:disabled .mdc-button, #cf7md-form .mdc-button:disabled {
color: rgba(0, 0, 0, 0.26);
cursor: default;
pointer-events: none; }
#cf7md-form .mdc-button--theme-dark fieldset:disabled .mdc-button,
#cf7md-form.mdc-theme--dark fieldset:disabled .mdc-button,
#cf7md-form .mdc-button--theme-dark .mdc-button:disabled,
#cf7md-form.mdc-theme--dark .mdc-button:disabled {
color: rgba(255, 255, 255, 0.3); }
#cf7md-form fieldset:disabled .mdc-button--raised, #cf7md-form .mdc-button--raised:disabled {
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
background-color: rgba(0, 0, 0, 0.12);
pointer-events: none; }
#cf7md-form .mdc-button--theme-dark fieldset:disabled .mdc-button--raised,
#cf7md-form.mdc-theme--dark fieldset:disabled .mdc-button--raised,
#cf7md-form .mdc-button--theme-dark .mdc-button--raised:disabled,
#cf7md-form.mdc-theme--dark .mdc-button--raised:disabled {
background-color: rgba(255, 255, 255, 0.12); }
#cf7md-form .mdc-button.mdc-ripple-upgraded {
--mdc-ripple-left: 0;
--mdc-ripple-top: 0;
--mdc-ripple-fg-size: 0;
--mdc-ripple-surface-height: 0;
--mdc-ripple-surface-width: 0;
--mdc-ripple-fg-unbounded-transform-duration: 0ms;
--mdc-ripple-xfo-x: center;
--mdc-ripple-xfo-y: center;
--mdc-ripple-fg-unbounded-opacity-duration: 0ms;
--mdc-ripple-fg-unbounded-transform-duration: 0ms;
--mdc-ripple-fg-approx-xf: 0;
will-change: transition, opacity;
-webkit-tap-highlight-color: transparent;
overflow: hidden; }
#cf7md-form .mdc-button.mdc-ripple-upgraded::before {
background-color: rgba(0, 0, 0, 0.06);
position: absolute;
top: calc(50% - 100%);
left: calc(50% - 100%);
width: 200%;
height: 200%;
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 200ms linear;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active::before {
opacity: .99999; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active:active::before {
transition-duration: 600ms; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-bounded-active-fill::before {
transition-duration: 120ms;
opacity: 1; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size); }
#cf7md-form .mdc-button.mdc-ripple-upgraded::after {
background-color: rgba(0, 0, 0, 0.06);
position: absolute;
top: 0;
left: 0;
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size);
transform: scale(0);
transform-origin: center center;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
#cf7md-form .mdc-button.mdc-ripple-upgraded:not(.mdc-ripple-upgraded--unbounded)::after {
transform-origin: center center; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
transform-origin: center center; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-bounded-active-fill::after {
animation-fill-mode: forwards;
animation: 300ms mdc-ripple-fg-radius-in, 400ms mdc-ripple-fg-opacity-out; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after {
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 110ms linear, transform var(--mdc-ripple-fg-unbounded-transform-duration) linear 80ms;
opacity: 1; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after {
animation: mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration) linear, mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration) cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded::before,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded::before {
background-color: rgba(255, 255, 255, 0.14);
position: absolute;
top: calc(50% - 100%);
left: calc(50% - 100%);
width: 200%;
height: 200%;
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 200ms linear;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active::before,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active::before {
opacity: .99999; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active:active::before,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active:active::before {
transition-duration: 600ms; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-bounded-active-fill::before,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--background-bounded-active-fill::before {
transition-duration: 120ms;
opacity: 1; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size); }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded::after,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded::after {
background-color: rgba(255, 255, 255, 0.14);
position: absolute;
top: 0;
left: 0;
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size);
transform: scale(0);
transform-origin: center center;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded:not(.mdc-ripple-upgraded--unbounded)::after,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded:not(.mdc-ripple-upgraded--unbounded)::after {
transform-origin: center center; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
transform-origin: center center; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-bounded-active-fill::after,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-bounded-active-fill::after {
animation-fill-mode: forwards;
animation: 300ms mdc-ripple-fg-radius-in, 400ms mdc-ripple-fg-opacity-out; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after {
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 110ms linear, transform var(--mdc-ripple-fg-unbounded-transform-duration) linear 80ms;
opacity: 1; }
#cf7md-form .mdc-button--theme-dark.mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after,
#cf7md-form.mdc-theme--dark .mdc-button.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after {
animation: mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration) linear, mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration) cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary::before {
background-color: rgba(63, 81, 181, 0.12);
position: absolute;
top: calc(50% - 100%);
left: calc(50% - 100%);
width: 200%;
height: 200%;
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 200ms linear;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
@supports (background-color: color(green a(10%))) {
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary::before {
background-color: color(var(--mdc-theme-primary, #3f51b5) a(12%)); } }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--background-active::before {
opacity: .99999; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--background-active:active::before {
transition-duration: 600ms; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--background-bounded-active-fill::before {
transition-duration: 120ms;
opacity: 1; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--unbounded::before {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size); }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary::after {
background-color: rgba(63, 81, 181, 0.12);
position: absolute;
top: 0;
left: 0;
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size);
transform: scale(0);
transform-origin: center center;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
@supports (background-color: color(green a(10%))) {
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary::after {
background-color: color(var(--mdc-theme-primary, #3f51b5) a(12%)); } }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary:not(.mdc-ripple-upgraded--unbounded)::after {
transform-origin: center center; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--unbounded::after {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
transform-origin: center center; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--foreground-bounded-active-fill::after {
animation-fill-mode: forwards;
animation: 300ms mdc-ripple-fg-radius-in, 400ms mdc-ripple-fg-opacity-out; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after {
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 110ms linear, transform var(--mdc-ripple-fg-unbounded-transform-duration) linear 80ms;
opacity: 1; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after {
animation: mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration) linear, mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration) cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent::before {
background-color: rgba(255, 64, 129, 0.12);
position: absolute;
top: calc(50% - 100%);
left: calc(50% - 100%);
width: 200%;
height: 200%;
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 200ms linear;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
@supports (background-color: color(green a(10%))) {
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent::before {
background-color: color(var(--mdc-theme-accent, #ff4081) a(12%)); } }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--background-active::before {
opacity: .99999; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--background-active:active::before {
transition-duration: 600ms; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--background-bounded-active-fill::before {
transition-duration: 120ms;
opacity: 1; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--unbounded::before {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size); }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent::after {
background-color: rgba(255, 64, 129, 0.12);
position: absolute;
top: 0;
left: 0;
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size);
transform: scale(0);
transform-origin: center center;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
@supports (background-color: color(green a(10%))) {
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent::after {
background-color: color(var(--mdc-theme-accent, #ff4081) a(12%)); } }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent:not(.mdc-ripple-upgraded--unbounded)::after {
transform-origin: center center; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--unbounded::after {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
transform-origin: center center; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--foreground-bounded-active-fill::after {
animation-fill-mode: forwards;
animation: 300ms mdc-ripple-fg-radius-in, 400ms mdc-ripple-fg-opacity-out; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after {
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 110ms linear, transform var(--mdc-ripple-fg-unbounded-transform-duration) linear 80ms;
opacity: 1; }
#cf7md-form .mdc-button.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after {
animation: mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration) linear, mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration) cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary::before {
background-color: rgba(255, 255, 255, 0.14);
position: absolute;
top: calc(50% - 100%);
left: calc(50% - 100%);
width: 200%;
height: 200%;
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 200ms linear;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--background-active::before {
opacity: .99999; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--background-active:active::before {
transition-duration: 600ms; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--background-bounded-active-fill::before {
transition-duration: 120ms;
opacity: 1; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--unbounded::before {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size); }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary::after {
background-color: rgba(255, 255, 255, 0.14);
position: absolute;
top: 0;
left: 0;
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size);
transform: scale(0);
transform-origin: center center;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary:not(.mdc-ripple-upgraded--unbounded)::after {
transform-origin: center center; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--unbounded::after {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
transform-origin: center center; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--foreground-bounded-active-fill::after {
animation-fill-mode: forwards;
animation: 300ms mdc-ripple-fg-radius-in, 400ms mdc-ripple-fg-opacity-out; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after {
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 110ms linear, transform var(--mdc-ripple-fg-unbounded-transform-duration) linear 80ms;
opacity: 1; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--primary.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after {
animation: mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration) linear, mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration) cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent::before {
background-color: rgba(255, 255, 255, 0.14);
position: absolute;
top: calc(50% - 100%);
left: calc(50% - 100%);
width: 200%;
height: 200%;
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 200ms linear;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--background-active::before {
opacity: .99999; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--background-active:active::before {
transition-duration: 600ms; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--background-bounded-active-fill::before {
transition-duration: 120ms;
opacity: 1; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--unbounded::before {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size); }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent::after {
background-color: rgba(255, 255, 255, 0.14);
position: absolute;
top: 0;
left: 0;
width: var(--mdc-ripple-fg-size);
height: var(--mdc-ripple-fg-size);
transform: scale(0);
transform-origin: center center;
border-radius: 50%;
opacity: 0;
pointer-events: none;
content: ""; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent:not(.mdc-ripple-upgraded--unbounded)::after {
transform-origin: center center; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--unbounded::after {
top: var(--mdc-ripple-top);
left: var(--mdc-ripple-left);
transform-origin: center center; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--foreground-bounded-active-fill::after {
animation-fill-mode: forwards;
animation: 300ms mdc-ripple-fg-radius-in, 400ms mdc-ripple-fg-opacity-out; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after {
transform: scale(var(--mdc-ripple-fg-scale));
transition: opacity 110ms linear, transform var(--mdc-ripple-fg-unbounded-transform-duration) linear 80ms;
opacity: 1; }
#cf7md-form .mdc-button--raised.mdc-ripple-upgraded.mdc-button--accent.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after {
animation: mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration) linear, mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration) cubic-bezier(0.4, 0, 0.2, 1); }
#cf7md-form.cf7md-form + .wpcf7-response-output {
border: none;
border-bottom: 2px solid #d50000;
padding: 0 0 8px;
font-size: 0.85em;
color: #d50000;
margin: 24px 0 16px;
background: transparent;
box-shadow: none;
text-align: left;
text-transform: none; }
#cf7md-form.cf7md-form + .wpcf7-mail-sent-ok {
border-bottom-color: #1B5E20;
color: #1B5E20; }
#cf7md-form.cf7md-form.mdc-theme--dark + .wpcf7-response-output {
border-bottom-color: #ff6e6e;
color: #ff6e6e; }
#cf7md-form.cf7md-form.mdc-theme--dark + .wpcf7-mail-sent-ok {
border-bottom-color: #81C784;
color: #81C784; }
#cf7md-form .wpcf7-not-valid-tip {
color: #d50000;
margin-bottom: 5px;
display: block;
float: none; }
#cf7md-form.mdc-theme--dark .wpcf7-not-valid-tip {
color: #ff6e6e; }
#cf7md-form .cf7md-label--static,
#cf7md-form .cf7md-help-text {
display: block;
float: none; }
#cf7md-form.cf7md-form + .fusion-alert .alert-icon,
#cf7md-form.cf7md-form + .fusion-alert .toggle-alert {
display: none; }
#cf7md-form .mdc-card {
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0;
box-sizing: border-box; }
#cf7md-form .mdc-card__primary {
padding: 16px; }
#cf7md-form .mdc-card__primary .mdc-card__title--large {
padding-top: 8px; }
#cf7md-form .mdc-card__primary:last-child {
padding-bottom: 24px; }
#cf7md-form .mdc-card__supporting-text {
padding: 8px 16px;
box-sizing: border-box;
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.25rem; color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
#cf7md-form .mdc-card--theme-dark .mdc-card__supporting-text,
#cf7md-form.mdc-theme--dark .mdc-card__supporting-text { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-card__primary + .mdc-card__supporting-text {
margin-top: -8px;
padding-top: 0; }
#cf7md-form .mdc-card__supporting-text:last-child {
padding-bottom: 24px; }
#cf7md-form .mdc-card__actions {
display: -ms-flexbox;
display: flex;
padding: 8px;
box-sizing: border-box; }
#cf7md-form .mdc-card--theme-dark .mdc-card__actions,
#cf7md-form.mdc-theme--dark .mdc-card__actions { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-card__actions .mdc-card__action {
margin: 0 8px 0 0; }
#cf7md-form .mdc-card__actions .mdc-card__action:last-child {
margin-right: 0; }
#cf7md-form .mdc-card__actions--vertical {
-ms-flex-flow: column;
flex-flow: column;
-ms-flex-align: start;
align-items: flex-start; }
#cf7md-form .mdc-card__actions--vertical .mdc-card__action {
margin: 0 0 4px; }
#cf7md-form .mdc-card__actions--vertical .mdc-card__action:last-child {
margin-bottom: 0; }
#cf7md-form .mdc-card__media {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 16px;
box-sizing: border-box; }
#cf7md-form .mdc-card__media-item {
display: inline-block;
width: auto;
height: 80px;
margin: 16px 0 0;
padding: 0; }
#cf7md-form .mdc-card__media-item--1dot5x {
width: auto;
height: 120px; }
#cf7md-form .mdc-card__media-item--2x {
width: auto;
height: 160px; }
#cf7md-form .mdc-card__media-item--3x {
width: auto;
height: 240px; }
#cf7md-form .mdc-card__title {
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
font-weight: 500;
letter-spacing: 0.04em;
line-height: 1.5rem; color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
margin: -.063rem 0; }
#cf7md-form .mdc-card--theme-dark .mdc-card__title,
#cf7md-form.mdc-theme--dark .mdc-card__title { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-card__title--large {
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 1.5rem;
font-weight: 400;
letter-spacing: normal;
line-height: 2rem;
margin: 0; }
#cf7md-form .mdc-card__subtitle {
font-family: Roboto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-size: 0.875rem;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.25rem; color: rgba(0, 0, 0, 0.87);
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
margin: -.063rem 0; }
#cf7md-form .mdc-card--theme-dark .mdc-card__subtitle,
#cf7md-form.mdc-theme--dark .mdc-card__subtitle { color: white;
color: var(--mdc-theme-text-primary-on-dark, white); }
#cf7md-form .mdc-card__horizontal-block {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 16px 0 0;
box-sizing: border-box; }
#cf7md-form .mdc-card__horizontal-block .mdc-card__actions--vertical {
margin: 16px; }
#cf7md-form .mdc-card__horizontal-block .mdc-card__media-item {
margin-left: 16px; }
#cf7md-form .mdc-card__horizontal-block .mdc-card__media-item--3x {
margin-bottom: 16px; }
#cf7md-form .mdc-card {
background: #FFF; }
#cf7md-form.mdc-theme--dark .mdc-card {
background: rgba(255, 255, 255, 0.15); }
#cf7md-form .mdc-card__media--img {
padding: 0;
height: auto; }
#cf7md-form .mdc-card__media--img img {
width: 100%;
height: auto; }
#cf7md-form .cf7md-card-content {
padding-bottom: 0 !important; }
#cf7md-form .cf7md-card-content p {
margin: 16px 0; }
#cf7md-form .cf7md-spinner {
animation: rotator 1.4s linear infinite; }
@keyframes rotator {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(270deg); } }
#cf7md-form .cf7md-spinner-path {
stroke-dasharray: 187;
stroke-dashoffset: 0;
stroke: rgba(0, 0, 0, 0.87);
transform-origin: center;
animation: dash 1.4s ease-in-out infinite; }
#cf7md-form.mdc-theme--dark .cf7md-spinner-path {
stroke: white; }
@keyframes dash {
0% {
stroke-dashoffset: 187; }
50% {
stroke-dashoffset: 46.75;
transform: rotate(135deg); }
100% {
stroke-dashoffset: 187;
transform: rotate(450deg); } }
#cf7md-form .ajax-loader {
background-image: none;
width: 25px;
height: 25px;
margin-left: 8px; }
#cf7md-form .cf7md-spinner {
display: none; }
#cf7md-form .ajax-loader.is-active .cf7md-spinner {
display: block; }
#cf7md-form .fusion-slider-loading, #cf7md-form .fusion-slider-loading:after {
width: 2.2em !important;
height: 2.2em; }
#cf7md-form .mdc-list-item:hover:before {
opacity: 1; }
#cf7md-form .mdc-list a.mdc-list-item {
color: rgba(0, 0, 0, 0.87); }
#cf7md-form .mdc-list a.mdc-list-item:hover {
text-decoration: none; }
#cf7md-form .cf7md-list__inline .wpcf7-list-item {
width: auto;
margin-right: 34px; }
#cf7md-form [class*="cf7md-list__columns-"]:after {
display: block;
content: "";
clear: both; }
#cf7md-form [class*="cf7md-list__columns-"] .wpcf7-form-control {
display: block;
margin-left: -34px;
font-size: 0; }
#cf7md-form [class*="cf7md-list__columns-"] .wpcf7-list-item {
padding-left: 34px;
width: 50%;
display: -ms-inline-flexbox;
display: inline-flex;
min-width: 225px;
vertical-align: top; }
#cf7md-form .cf7md-list__columns-2 .wpcf7-list-item {
width: 50%; }
#cf7md-form .cf7md-list__columns-3 .wpcf7-list-item {
width: 33.3333%; }
#cf7md-form .cf7md-list__columns-4 .wpcf7-list-item {
width: 25%; }
@media (max-width: 768px) {
#cf7md-form .cf7md-list__columns-2 .wpcf7-list-item,
#cf7md-form .cf7md-list__columns-3 .wpcf7-list-item,
#cf7md-form .cf7md-list__columns-4 .wpcf7-list-item {
width: 100%; } }
#cf7md-form .cf7md-hide-customize-message {
text-decoration: none;
box-shadow: none;
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
font-size: 16px;
background: #888;
color: #FFF;
border-radius: 100%;
vertical-align: middle; }
#cf7md-form label,
#cf7md-form .cf7md-label--static,
#cf7md-form .cf7md-help-text {
color: rgba(0, 0, 0, 0.46); }
#cf7md-form.mdc-theme--dark label, #cf7md-form.mdc-theme--dark
.cf7md-label--static, #cf7md-form.mdc-theme--dark
.cf7md-help-text {
color: rgba(255, 255, 255, 0.5); }
#cf7md-form input,
#cf7md-form textarea,
#cf7md-form select,
#cf7md-form .wpcf7-list-item label,
#cf7md-form .cf7md-accept-label {
color: rgba(0, 0, 0, 0.87); }
#cf7md-form.mdc-theme--dark input, #cf7md-form.mdc-theme--dark
textarea, #cf7md-form.mdc-theme--dark
select, #cf7md-form.mdc-theme--dark
.wpcf7-list-item label, #cf7md-form.mdc-theme--dark
.cf7md-accept-label {
color: white; }
#cf7md-form .cf7md-item,
#cf7md-form input,
#cf7md-form label,
#cf7md-form textarea,
#cf7md-form p,
#cf7md-form h1,
#cf7md-form h2,
#cf7md-form h3,
#cf7md-form h4,
#cf7md-form h5,
#cf7md-form h6,
#cf7md-form.cf7md-form + .wpcf7-response-output {
font-family: "Roboto", sans-serif;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
#cf7md-form .cf7md-item,
#cf7md-form .mdc-form-field,
#cf7md-form .mdc-textfield {
font-size: 18px;
line-height: 1.25; }
#cf7md-form .mdc-select {
font-size: 0.936em; }
#cf7md-form label,
#cf7md-form .cf7md-label {
font-weight: normal;
font-size: 0.875em;
letter-spacing: 0.02em; }
#cf7md-form .mdc-card__title {
font-size: 0.875em;
line-height: 1.5em;
margin: -.063em 0; }
#cf7md-form .mdc-card__title.mdc-card__title--large {
font-size: 1.5em; }
#cf7md-form .mdc-card__subtitle {
font-size: 0.75em;
line-height: 1.25em;
margin: -.063em 0; }
#cf7md-form .cf7md-label--static,
#cf7md-form .cf7md-help-text,
#cf7md-form .wpcf7-not-valid-tip {
font-size: 0.675em;
letter-spacing: 0.02em; }
#cf7md-form .wpcf7-form-control-wrap {
display: block;
width: 100%; }
#cf7md-form .mdc-textfield,
#cf7md-form .mdc-textfield input,
#cf7md-form .mdc-textfield textarea,
#cf7md-form .cf7md-item > div {
width: 100%; }
#cf7md-form .mdc-select {
width: 100%;
max-width: 100%; }
#cf7md-form .cf7md-item {
margin-top: 0;
margin-bottom: 24px; }
#cf7md-form .cf7md-item select,
#cf7md-form .cf7md-item input,
#cf7md-form .cf7md-item textarea {
margin: 0; }
#cf7md-form .cf7md-item .cf7md-help-text {
clear: both;
margin: -3px 0 8px; }
#cf7md-form .cf7md-text,
#cf7md-form .cf7md-quiz {
margin-top: -5px; }
#cf7md-form .cf7md-text .mdc-textfield,
#cf7md-form .cf7md-quiz .mdc-textfield {
margin-top: 0; }
#cf7md-form .cf7md-select select {
margin-top: 11px;
margin-bottom: 8px; }
#cf7md-form .cf7md-card {
margin-bottom: 32px; }
#cf7md-form .cf7md-card .mdc-card__supporting-text .mdc-layout-grid > :last-child {
margin-bottom: 0; }
#cf7md-form.cf7md-spacing--tight .cf7md-item {
margin-bottom: 8px; }
#cf7md-form.cf7md-spacing--tight .cf7md-text {
margin-bottom: 0; }
#cf7md-form.cf7md-spacing--tight .cf7md-card {
margin-bottom: 16px; }
#cf7md-form .wpcf7-list-item {
margin: 0;
width: 100%; } #cf7md-form .mdc-textfield--focused .mdc-textfield__label {
color: #3f51b5; }
#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after,
#cf7md-form .mdc-multi-select:focus .mdc-list-item:checked,
#cf7md-form .mdc-checkbox__background::before,
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-radio__background::before,
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-button--primary.mdc-button--raised,
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before,
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob,
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before {
background-color: #3f51b5; }
#cf7md-form .mdc-textfield--multiline .mdc-textfield__input:focus,
#cf7md-form .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:focus,
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle {
border-color: #3f51b5; }
#cf7md-form .mdc-select:focus {
border-bottom-color: #3f51b5; } #cf7md-form.mdc-theme--dark { }
#cf7md-form.mdc-theme--dark .mdc-textfield--focused .mdc-textfield__label {
color: #3f51b5; }
#cf7md-form.mdc-theme--dark .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after,
#cf7md-form.mdc-theme--dark .mdc-multi-select:focus .mdc-list-item:checked,
#cf7md-form.mdc-theme--dark .mdc-checkbox__background::before,
#cf7md-form.mdc-theme--dark .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-radio__background::before,
#cf7md-form.mdc-theme--dark .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form.mdc-theme--dark .mdc-button--primary.mdc-button--raised,
#cf7md-form.mdc-theme--dark .mdc-switch__native-control:checked ~ .mdc-switch__background::before,
#cf7md-form.mdc-theme--dark .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob,
#cf7md-form.mdc-theme--dark .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before {
background-color: #3f51b5; }
#cf7md-form.mdc-theme--dark .mdc-textfield--multiline .mdc-textfield__input:focus,
#cf7md-form.mdc-theme--dark .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:focus,
#cf7md-form.mdc-theme--dark .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form.mdc-theme--dark .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle {
border-color: #3f51b5; }
#cf7md-form.mdc-theme--dark .mdc-select:focus {
border-bottom-color: #3f51b5; } #cf7md-form .mdc-button--primary.mdc-button--raised {
background-color: #3f51b5; } #cf7md-form.mdc-theme--dark .mdc-button--primary.mdc-button--raised {
background-color: #3f51b5; } #cf7md-form .cf7md-item,
#cf7md-form .mdc-form-field,
#cf7md-form .mdc-textfield {
font-size: 18px; } #cf7md-form .cf7md-item,
#cf7md-form input,
#cf7md-form label,
#cf7md-form textarea,
#cf7md-form p,
#cf7md-form .mdc-select,
#cf7md-form.cf7md-form + .wpcf7-response-output,
#cf7md-form .wpcf7-not-valid-tip,
#cf7md-form .mdc-card__title,
#cf7md-form .mdc-card__subtitle,
#cf7md-form .mdc-button {
font-family: "Roboto", sans-serif; }.slick-loading .slick-list{background:#fff url(//mob-realtor.ru/wp-content/plugins/wp-slick-slider-and-image-carousel/assets/images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.wpcolumns, .wpcolumns {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.wpsisac-slick-slider *, .wpsisac-slick-carousal * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;} .wpsisac-clearfix:before, .wpsisac-clearfix:after{content: "";display: table;}
.wpsisac-clearfix::after{clear: both;}
.wpsisac-clearfix{clear: both;} .wpsisac-slick-slider .slick-arrow, .wpsisac-slick-carousal .slick-arrow{position:absolute; z-index:9; padding:0; margin:0px; display: inline-block; background-color: rgba(0, 0, 0, 0.7); text-align:center; width:30px; height:50px; cursor: pointer;}
.wpsisac-slick-slider .slick-arrow svg, .wpsisac-slick-carousal .slick-arrow svg{fill: #fff; height: 100%; width: 100%;}
.wpsisac-slick-slider .slick-dots, .wpsisac-slick-carousal .slick-dots{padding:0 !important; margin:0 !important; text-align:center;}
.wpsisac-slick-slider .slick-dots li button, .wpsisac-slick-carousal .slick-dots li button{text-indent:-99999px;}
.wpsisac-slick-slider .slick-dots li, .wpsisac-slick-carousal .slick-dots li {list-style:none !important; line-height:0px !important; display:inline-block !important; margin:0 5px !important; padding:0px !important; }
.wpsisac-slick-slider .slick-dots li button, .wpsisac-slick-carousal .slick-dots li button{ background:#fff !important; margin:0px !important; padding:0px !important; border:1px solid #000; border-radius:50% !important; width:13px !important; height:13px !important; }
.wpsisac-slick-slider .slick-dots li button:focus, .wpsisac-slick-carousal .slick-dots li button:focus{outline:none !important}
.wpsisac-slick-slider .slick-dots li.slick-active button, .wpsisac-slick-carousal .slick-dots li.slick-active button{background:#444 !important;}
.wpsisac-slick-slider .slick-slide, .wpsisac-slick-carousal .slick-slide{padding:0px !important}
.wpsisac-slick-slider .slick-disabled, .wpsisac-slick-carousal .slick-disabled{opacity:0.5;}
.wpcolumn, .wpcolumns {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.wpsisac-slick-slider, .wpsisac-slick-carousal{visibility: hidden; opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  -webkit-transition: opacity 0.5s linear;  transition:opacity 0.5s linear;  }
.wpsisac-slick-slider.slick-initialized, .wpsisac-slick-carousal.slick-initialized { visibility: visible !important; opacity:1 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.wpsisac-image-slide-wrap{position: relative;overflow: hidden; text-align:center;}
.wpsisac-image-fit .wpsisac-image-slide-wrap img,
.wpsisac-image-fit .wpsisac-slide-wrap img{display:inline-block !important; height: 100%;width: 100%;-o-object-fit: cover;object-fit: cover;-o-object-position: top center;object-position: top center; max-width:100%; max-height:100%;}
.wpsisac-image-fit img.wpsisac-slider-img{-o-object-fit: cover;object-fit: cover;-o-object-position: top center;object-position: top center;height: 100%;width: 100%;}
.wpsisac-slick-slider h2.wpsisac-slide-title{margin:5px 0 !important; font-size:25px; line-height:30px; }
.wpsisac-image-slide{position:relative;}
.wpsisac-hide{display:none;}
.wpsisac-slide-title{padding:0px !important; margin:0 0 8px 0 !important}
.wpsisac-slick-slider .wpsisac-readmore{clear:both;}
.wpsisac-slick-slider .wpsisac-readmore a{display:inline-block;}
.wpsisac-slick-slider .wpsisac-image-slide{text-align:center;}
.wpsisac-slick-carousal .wpsisac-image-slide{margin:0 2px;} .fusion-flex-container.wpsisac-fusion-flex{ flex-direction: column; }
.wpsisac-elementor-tab-wrap{ min-width: 0; min-height: 0; } .wpsisac-slick-slider.design-1 .wpsisac-image-slide img{display:inline-block !important; }
.wpsisac-slick-slider.design-1 .slick-arrow { top:45% !important;}
.wpsisac-slick-slider.design-1 .slick-next{right:0px !important;}
.wpsisac-slick-slider.design-1 .slick-prev{left:0px !important;}
.wpsisac-slick-slider.design-1 .slick-dots{left:15px !important; right:15px; text-align:center;  bottom:8px !important;} .wpsisac-slick-slider.design-2 .wpsisac-image-slide img{display:inline-block !important;}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-overlay{background:rgba(0,0,0,0.4); position:absolute; left:0; right:0; bottom:0; top:0;}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content{
z-index: 1000;color: #fff;position: absolute; left: 0;text-align: center;width: 80%;	top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: 0;margin:0 auto;float: left;}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title{color:#fff; text-shadow: 0 1px 2px #000;}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content{ text-align:center; margin-bottom:15px;}
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p{ text-align:center;  color:#fff; text-shadow: 0 1px 2px #000; font-size:16px;}
.wpsisac-slick-slider.design-2 .slick-arrow { top:45% !important;}
.wpsisac-slick-slider.design-2 .slick-next{right:0px !important;}
.wpsisac-slick-slider.design-2 .slick-prev{left:0px !important;}
.wpsisac-slick-slider.design-2 .slick-dots{left:15px !important; right:15px; text-align:center;  bottom:8px !important;} .wpsisac-slick-slider.design-3 .wpsisac-image-slide img{display:inline-block !important; }
.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content{left:0px; right:0px; text-align:left; position:absolute; top:0;   padding:40px;}
.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title{color:#fff; text-shadow: 0 1px 2px #000; text-align:left;}
.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content{ text-align:left;  margin-bottom:15px;}
.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p{ text-align:left; color:#fff; text-shadow: 0 1px 2px #000; font-size:16px;}
.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content .wpsisac-bg-overlay{padding:20px; background:rgba(0,0,0,.5); color:#fff;}
.wpsisac-slick-slider.design-3 .slick-arrow { top:45% !important;}
.wpsisac-slick-slider.design-3 .slick-next{right:0px !important;}
.wpsisac-slick-slider.design-3 .slick-prev{left:0px !important;}
.wpsisac-slick-slider.design-3 .slick-dots{left:15px !important; right:15px; text-align:center;  bottom:8px !important;} .wpsisac-slick-slider.design-4 .wpsisac-image-slide img{max-width:100%; height:auto; display:inline-block;}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide {width:100%; }
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left{padding:50px 30px; text-align:left;}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-right{}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content{left:30px; right:30px; position:absolute; top:15%;   padding:0 15px;}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title{  text-align:left;}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content{ text-align:left; margin-bottom:15px;}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p{ text-align:left;  font-size:16px;}
.wpsisac-slick-slider.design-4 .slick-arrow { top:45% !important;}
.wpsisac-slick-slider.design-4 .slick-next{right:0px !important;}
.wpsisac-slick-slider.design-4 .slick-prev{left:0px !important;}
.wpsisac-slick-slider.design-4 .slick-dots{left:15px !important; right:15px; text-align:center;  bottom:8px !important;} .wpsisac-slick-slider.design-5 .wpsisac-image-slide img{max-width:100%; height:auto; display:inline-block;}
.wpsisac-slick-slider.design-5 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content{ text-align:center;  padding:60px 50px;}
.wpsisac-slick-slider.design-5 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content{ text-align:center; margin-bottom:15px;}
.wpsisac-slick-slider.design-5 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p{ text-align:center;   font-size:16px;}
.wpsisac-slick-slider.design-5 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore{padding:5px 10px; border:1px solid #fff;}
.wpsisac-slick-slider.design-5 .slick-arrow { top:45% !important;}
.wpsisac-slick-slider.design-5 .slick-next{right:0px !important;}
.wpsisac-slick-slider.design-5 .slick-prev{left:0px !important;}
.wpsisac-slick-slider.design-5 .slick-dots{left:15px !important; right:15px; text-align:center;  bottom:8px !important;} .wpsisac-slick-carousal.design-1{margin-bottom:25px;}
.wpsisac-slick-carousal.design-1 .wpsisac-image-slide{text-align:center; }
.wpsisac-slick-carousal.design-1 .wpsisac-image-slide img{display:inline-block !important; }
.wpsisac-slick-carousal.wpsisac-center .slick-slide .wpsisac-image-slide-wrap { opacity: 0.5; transform: scale(0.7); transition: all 300ms ease 0s; }
.wpsisac-slick-carousal.wpsisac-center .slick-center .wpsisac-image-slide-wrap { opacity: 1; transform: scale(1); }
.wpsisac-center.variablewidthv .wpsisac-image-slide-wrap{ opacity: 1!important;  transform: scale(1) !important;}
.wpsisac-slick-carousal.design-1 .slick-arrow { top:50% !important; cursor:pointer; -webkit-transform: translateY(-50%);transform: translateY(-50%);}
.wpsisac-slick-carousal.design-1 .slick-next{right:0px !important;}
.wpsisac-slick-carousal.design-1 .slick-prev{left:0px !important;}
.wpsisac-slick-carousal.design-1 .slick-dots{left:15px !important; right:15px; text-align:center;  bottom:0px !important;}
.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore{padding:5px 10px; background:rgba(0,0,0,0.8); text-decoration:none !important; color:#fff;border:1px solid #fff;}
.wpcolumn, .wpcolumns {padding-left: 0.9375em; padding-right: 0.9375em; float: left; width:100%; position: relative; }
@media only screen and (min-width: 40.0625em) {  
.wpcolumn,
.wpcolumns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em;float: left; }
.wp-medium-1 { width: 8.33333%; }
.wp-medium-2 { width: 16.66667%; }
.wp-medium-3 { width: 25%; }
.wp-medium-4 { width: 33.33333%; }
.wp-medium-5 { width: 41.66667%; }
.wp-medium-6 { width: 50%; }
.wp-medium-7 { width: 58.33333%; }
.wp-medium-8 { width: 66.66667%; }
.wp-medium-9 { width: 75%; }
.wp-medium-10 { width: 83.33333%; }
.wp-medium-11 { width: 91.66667%; }
.wp-medium-12 { width: 100%; }
.medium-offset-0 { margin-left: 0 !important; }
.medium-offset-1 { margin-left: 8.33333% !important; }
.medium-offset-2 { margin-left: 16.66667% !important; }
.medium-offset-3 { margin-left: 25% !important; }
.medium-offset-4 { margin-left: 33.33333% !important; }
.medium-offset-5 { margin-left: 41.66667% !important; }
.medium-offset-6 { margin-left: 50% !important; }
.medium-offset-7 { margin-left: 58.33333% !important; }
.medium-offset-8 { margin-left: 66.66667% !important; }
.medium-offset-9 { margin-left: 75% !important; }
.medium-offset-10 { margin-left: 83.33333% !important; }
.medium-offset-11 { margin-left: 91.66667% !important; }
}
@media only screen and (max-width: 40.0625em) {
.wpsisac-image-slide img{height: 100% !important;width: 100% !important;object-fit: cover;object-position: top center;}
.wpsisac-image-slide, .wpsisac-slide-wrap{height:350px;}
.wpsisac-slick-slider.design-5 .wpsisac-image-slide, .wpsisac-slick-slider.design-5  .wpsisac-slide-wrap{height:auto !important;}
.wpsisac-slick-slider h2{font-size:22px; line-height:26px;}
.wpsisac-slider-short-content p{font-weight:normal !important}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide, .wpsisac-slick-slider.design-4 .wpsisac-slide-wrap{height:auto !important;}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content-left{padding:20px}
.wpsisac-slick-carousal .wpsisac-image-slide-wrap, .wpsisac-slick-carousal .wpsisac-image-slide{height:auto !important}
}
@media only screen and (max-width: 480px) {   
.wpsisac-slick-carousal.wpsisac-center .slick-slide .wpsisac-image-slide-wrap { opacity: 1; transform: scale(1); transition: all 300ms ease 0s;}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}@font-face {
font-family: 'Genericons';
src: url(//mob-realtor.ru/wp-content/themes/mobilerealtor/genericons/Genericons.eot);
}
@font-face {
font-family: 'Genericons';
src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
url(//mob-realtor.ru/wp-content/themes/mobilerealtor/genericons/Genericons.ttf) format('truetype'),
url(//mob-realtor.ru/wp-content/themes/mobilerealtor/genericons/Genericons.svg#genericonsregular) format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://mob-realtor.ru/wp-content/themes/mobilerealtor/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0; font-family: 'Roboto', arial;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #f1f1f1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
a:focus {
outline: 2px solid #c1c1c1;
outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
} .social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
} body,
button,
input,
select,
textarea {
color: #333;
font-family: "Noto Serif", serif;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 300;
}
p {
margin-bottom: 1.6em;
}
b,
strong {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 4px solid #707070;
border-left: 4px solid rgba(51, 51, 51, 0.7);
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-size: 18px;
font-size: 1.8rem;
font-style: italic;
line-height: 1.6667;
margin-bottom: 1.6667em;
padding-left: 0.7778em;
}
blockquote p {
margin-bottom: 1.6667em;
}
blockquote > p:last-child {
margin-bottom: 0;
}
blockquote cite,
blockquote small {
color: #333;
font-size: 15px;
font-size: 1.5rem;
font-family: "Noto Sans", sans-serif;
line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
address {
font-style: italic;
margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.01);
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
line-height: 1.2;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 0.8em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
abbr[title] {
border-bottom: 1px dotted #eaeaea;
border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
cursor: help;
}
mark,
ins {
background-color: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
} hr {
background-color: #eaeaea;
background-color: rgba(51, 51, 51, 0.1);
border: 0;
height: 1px;
margin-bottom: 1.6em;
}
ul,
ol {
margin: 0 0 1.6em 1.3333em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin-bottom: 1.6em;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1.6em;
}
table,
th,
td {
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.6em;
table-layout: fixed; width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th, td {
padding: 0.4em;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle;
}
figure {
margin: 0;
}
del {
opacity: 0.8;
} ::-webkit-input-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
}
:-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
opacity: 1; }
:-ms-input-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
} button,
input,
select,
textarea {
background-color: #f7f7f7;
border-radius: 0;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
button,
input {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
line-height: normal;
}
input,
textarea {
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
color: #707070;
color: rgba(51, 51, 51, 0.7);
}
input:focus,
textarea:focus {
background-color: #fff;
border: 1px solid #c1c1c1;
border: 1px solid rgba(51, 51, 51, 0.3);
color: #333;
}
input:focus,
select:focus {
outline: 2px solid #c1c1c1;
outline: 2px solid rgba(51, 51, 51, 0.3);
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
cursor: default;
opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
background-color: #333;
border: 0;
color: #fff;
cursor: pointer;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
padding: 0.7917em 1.5em;
text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
background-color: #707070;
background-color: rgba(51, 51, 51, 0.7);
outline: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.375em;
width: 100%;
}
textarea {
overflow: auto;
vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
outline: 0;
}
.post-password-form {
position: relative;
}
.post-password-form label {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
letter-spacing: 0.04em;
line-height: 1.5;
text-transform: uppercase;
}
.post-password-form input[type="submit"] {
padding: 0.7917em;
position: absolute;
right: 0;
bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
padding: 0;
}  a {
color: #333;
text-decoration: none;
}
a:hover,
a:focus {
color: #707070;
color: rgba(51, 51, 51, 0.7);
} .main-navigation a {
display: block;
padding: 0.8em 0;
position: relative;
text-decoration: none;
}
.main-navigation ul {
list-style: none;
margin: 0;
}
.main-navigation ul ul {
display: none;
margin-left: 0.8em;
}
.main-navigation ul .toggled-on {
display: block;
}
.main-navigation li { position: relative;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
font-weight: 500;
}
.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
border-top: 0;
}
.main-navigation .menu-item-has-children > a {
padding-right: 48px;
}
.main-navigation .menu-item-description {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.5;
margin-top: 0.5em;
}
.no-js .main-navigation ul ul {
display: block;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 42px;
padding: 0;
position: absolute;
text-transform: lowercase; top: 3px;
right: 0;
width: 42px;
}
.dropdown-toggle:after {
color: #333;
content: "\f431";
font-size: 24px;
line-height: 42px;
position: relative;
top: 0;
left: 1px;
width: 42px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: #eaeaea;
background-color: rgba(51, 51, 51, 0.1);
}
.dropdown-toggle:focus {
outline: 1px solid #c1c1c1;
outline: 1px solid rgba(51, 51, 51, 0.3);
}
.dropdown-toggle.toggle-on:after {
content: "\f432";
}
.social-navigation {
margin: 9.0909% 0;
}
.social-navigation ul {
list-style: none;
margin: 0 0 -1.6em 0;
}
.social-navigation li {
float: left;
}
.social-navigation a {
display: block;
height: 3.2em;
position: relative;
width: 3.2em;
}
.social-navigation a:before {
content: "\f415";
font-size: 24px;
position: absolute;
top: 0;
left: 0;
}
.social-navigation a[href*="codepen.io"]:before {
content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
content: "\f208";
}
.social-navigation a[href*="pinterest.com"]:before {
content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
content: "\f222";
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
content: "\f213";
}
.social-navigation a[href*="mailto:"]:before {
content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
content: "\f516";
}
.social-navigation a[href$="/feed/"]:before {
content: "\f413";
}
.social-navigation a[href*="path.com"]:before {
content: "\f219";
}
.social-navigation a[href*="skype.com"]:before {
content: "\f220";
}
.secondary-toggle {
background-color: transparent;
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
height: 42px;
overflow: hidden;
padding: 0;
position: absolute;
top: 50%;
right: 0;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 42px;
}
.secondary-toggle:before {
color: #333;
content: "\f419";
line-height: 40px;
width: 40px;
}
.secondary-toggle:hover,
.secondary-toggle:focus {
background-color: transparent;
border: 1px solid #c1c1c1;
border: 1px solid rgba(51, 51, 51, 0.3);
outline: 0;
}
.secondary-toggle.toggled-on:before {
content: "\f405";
font-size: 32px;
position: relative;
top: 1px;
left: -1px;
}
.post-navigation {
background-color: #fff;
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
font-weight: 700;
}
.post-navigation a {
display: block;
padding: 3.8461% 7.6923%;
}
.post-navigation span {
display: block;
}
.post-navigation .meta-nav {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
letter-spacing: 0.04em;
line-height: 1.5;
position: relative;
text-transform: uppercase;
z-index: 2;
}
.post-navigation .post-title {
font-family: "Noto Serif", serif;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
position: relative;
z-index: 2;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
background-position: center;
background-size: cover;
position: relative;
}
.post-navigation a:before {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}
.post-navigation a:hover:before,
.post-navigation a:focus:before {
opacity: 0.5;
}
.post-navigation .meta-nav {
opacity: 0.8;
}
.post-navigation div + div {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.pagination {
background-color: #fff;
border-top: 1px solid rgba(51, 51, 51, 0.1);
font-family: "Noto Sans", sans-serif;
}
.pagination .nav-links {
min-height: 3.2em;
position: relative;
text-align: center;
} .pagination .current .screen-reader-text {
position: static !important;
}
.pagination .page-numbers {
display: none;
line-height: 3.2em;
padding: 0 0.6667em;
}
.pagination .page-numbers.current {
text-transform: uppercase;
}
.pagination .current {
display: inline-block;
font-weight: 700;
}
.pagination .prev,
.pagination .next {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
background-color: #333;
color: #fff;
display: inline-block;
height: 48px;
overflow: hidden;
padding: 0;
position: absolute;
width: 48px;
}
.pagination .prev:before,
.pagination .next:before {
font-size: 32px;
height: 48px;
line-height: 48px;
position: relative;
width: 48px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
background-color: #707070;
background-color: rgba(51, 51, 51, 0.7);
}
.pagination .prev {
left: 0;
}
.pagination .prev:before {
content: "\f430";
left: -1px;
}
.pagination .next {
right: 0;
}
.pagination .next:before {
content: "\f429";
right: -1px;
}
.image-navigation,
.comment-navigation {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-size: 12px;
font-size: 1.2rem;
font-family: "Noto Sans", sans-serif;
font-weight: 700;
line-height: 1.5;
text-transform: uppercase;
}
.image-navigation a,
.comment-navigation a {
color: #707070;
color: rgba(51, 51, 51, 0.7);
}
.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
color: #333;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
content: "\2215";
font-weight: 400;
margin: 0 0.7em;
}
.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
content: "\f430";
margin-right: 0.2em;
position: relative;
}
.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
content: "\f429";
margin-left: 0.2em;
position: relative;
}
.comment-navigation {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
border-bottom: 1px solid #eaeaea;
border-bottom: 1px solid rgba(51, 51, 51, 0.1);
padding: 2em 0;
}
.comments-title + .comment-navigation {
border-bottom: 0;
}
.image-navigation {
padding: 0 7.6923%;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
margin-bottom: 2em;
}  .says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
} .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font: bold 14px/normal "Noto Sans", sans-serif;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.logged-in .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
} .alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
} .clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
content: "";
display: table;
}
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
clear: both;
} .site-header {
background-color: #fff;
border-bottom: 1px solid rgba(51, 51, 51, 0.1);
padding: 7.6923%;
}
.site-branding {
min-height: 2em;
padding-right: 60px;
position: relative;
}
.site-title {
font-family: "Noto Sans", sans-serif;
font-size: 22px;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.3636;
margin-bottom: 0;
}
.site-description {
display: none;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.5;
margin: 0.5em 0 0;
opacity: 0.7;
} .widget {
color: #707070;
color: rgba(51, 51, 51, 0.7);
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: 0 auto 9.09090%;
width: 100%;
word-wrap: break-word;
}
.widget pre {
line-height: 1.2;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
.widget button,
.widget input {
line-height: normal;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
font-size: 12px;
font-size: 1.2rem;
padding: 0.7917em 1.5833em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.375em;
}
.widget-title {
color: #333;
font-family: "Noto Sans", sans-serif;
margin: 0 0 1.6em;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.widget > :last-child {
margin-bottom: 0;
}
.widget_calendar table {
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.3333;
text-align: center;
padding: 0;
}
.widget_calendar caption {
font-family: "Noto Serif", serif;
font-weight: 700;
margin: 0 0 1.6em;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.widget_calendar tbody a {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
background-color: #333;
color: #fff;
display: block;
font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
background-color: #707070;
background-color: rgba(51, 51, 51, 0.7);
color: #fff;
}
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
border: 0;
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
list-style: none;
margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
padding: 0.7667em 0;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
border-top: 0;
padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
padding-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
margin: 0.7667em 0 0 0.8em;
padding-top: 0.7667em;
}
.widget_recent_entries .post-date {
display: block;
}
.widget_rss ul {
list-style: none;
margin: 0;
}
.widget_rss li {
margin-bottom: 1.6em;
}
.widget_rss ul:last-child,
.widget_rss li:last-child {
margin-bottom: 0;
}
.widget_rss .rsswidget {
border: 0;
font-weight: 700;
}
.widget_rss .rsswidget img {
margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-style: normal;
display: block;
line-height: 2;
opacity: 0.8;
}
.textwidget > :last-child {
margin-bottom: 0;
}
.textwidget a {
border-bottom: 1px solid #333;
}
.textwidget a:hover,
.textwidget a:focus {
border-bottom: 0;
} .secondary {
background-color: #fff;
display: none;
padding: 0 7.6923%;
}
.secondary.toggled-on {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
display: block;
}
.widget-area {
margin: 9.09090% auto 0;
}
.site-footer {
background-color: #fff;
border-top: 1px solid rgba(51, 51, 51, 0.1);
padding: 3.84615% 7.6923%;
} .hentry {
background-color: #fff;
padding-top: 7.6923%;
position: relative;
} .hentry.sticky:not(.has-post-thumbnail) {
padding-top: -webkit-calc(7.6923% + 24px);
padding-top: calc(7.6923% + 24px);
}
.hentry + .hentry {
border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.post-thumbnail {
border: 0;
display: block;
margin-bottom: 2.4em;
}
.post-thumbnail img {
display: block;
margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
opacity: 0.85;
}
.entry-header {
padding: 0 7.6923%;
}
.entry-title {
font-size: 26px;
font-size: 2.6rem;
line-height: 1.1538;
margin-bottom: 0.9231em;
}
.entry-content,
.entry-summary {
padding: 0 7.6923% 7.6923%;
}
.entry-content > :last-child,
.entry-summary > :last-child {
margin-bottom: 0;
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
font-size: 26px;
font-size: 2.6rem;
line-height: 1.1538;
margin-top: 1.8462em;
margin-bottom: 0.9231em;
}
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.3636;
margin-top: 2.1818em;
margin-bottom: 1.0909em;
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
margin-top: 2.6667em;
margin-bottom: 1.3333em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
font-size: 15px;
font-size: 1.5rem;
line-height: 1.2;
margin-top: 3.2em;
margin-bottom: 1.6em;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
letter-spacing: 0.1em;
text-transform: uppercase;
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
margin-top: 0;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
border-bottom: 1px solid #333;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
border-bottom: 0;
}
.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
display: block;
}
.entry-content .more-link,
.entry-summary .more-link:after {
white-space: nowrap;
}
.entry-content .more-link:after,
.entry-summary .more-link:after {
content: "\f429";
font-size: 16px;
position: relative;
top: 5px;
}
.author-info {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
margin: 0 7.6923%;
padding: 7.6923% 0;
}
.author-info .avatar {
float: left;
height: 36px;
margin: 0 1.6em 1.6em 0;
width: 36px;
}
.author-heading {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
letter-spacing: 0.04em;
margin-bottom: 1.5em;
text-transform: uppercase;
}
.author-title {
clear: none;
}
.author-bio {
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
overflow: hidden;
padding-bottom: 1px;
}
.author-description {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.author-description a {
border-bottom: 1px solid #333;
}
.author-description a:hover,
.author-description a:focus {
border-bottom: 0;
}
.author-description > :last-child {
margin-bottom: 0;
}
.author-link {
white-space: nowrap;
}
.author-link:after {
content: "\f429";
position: relative;
top: 1px;
}
.entry-footer {
background-color: #f7f7f7;
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 3.8461% 7.6923%;
}
.entry-footer a {
border-bottom: 1px solid transparent;
color: #707070;
color: rgba(51, 51, 51, 0.7);
}
.entry-footer a:hover {
border-bottom: 1px solid #333;
}
.entry-footer a:hover,
.entry-footer a:focus {
color: #333;
}
.sticky-post {
background-color: #333;
color: #fff;
font-weight: 700;
letter-spacing: 0.04em;
padding: 0.25em 0.5em;
position: absolute;
top: 0;
text-transform: uppercase;
}
.updated:not(.published) {
display: none;
}
.sticky .posted-on {
display: none;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
margin-right: 2px;
position: relative;
}
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
margin-right: 1em;
}
.format-aside .entry-format:before {
content: "\f101";
}
.format-image .entry-format:before {
content: "\f473";
}
.format-gallery .entry-format:before {
content: "\f103";
}
.format-video .entry-format:before {
content: "\f104";
}
.format-status .entry-format:before {
content: "\f105";
}
.format-quote .entry-format:before {
content: "\f106";
}
.format-link .entry-format:before {
content: "\f107";
}
.format-chat .entry-format:before {
content: "\f108";
}
.format-audio .entry-format:before {
content: "\f109";
}
.posted-on:before {
content: "\f307";
}
.byline:before {
content: "\f304";
}
.cat-links:before {
content: "\f301";
}
.tags-links:before {
content: "\f302";
}
.comments-link:before {
content: "\f300";
}
.full-size-link:before {
content: "\f402";
}
.edit-link:before {
content: "\f411";
}
.comments-link,
.edit-link {
white-space: nowrap;
}
.page-header {
background-color: #fff;
border-bottom: 1px solid rgba(51, 51, 51, 0.1);
padding: 7.6923%;
}
.page-title {
font-family: "Noto Serif", serif;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
}
.taxonomy-description {
color: #707070;
color: rgba(51, 51, 51, 0.7);
padding-top: 0.4em;
}
.taxonomy-description a {
border-bottom: 1px solid #333;
}
.taxonomy-description a:hover,
.taxonomy-description a:focus {
border-bottom: 0;
}
.taxonomy-description > :last-child {
margin-bottom: 0;
}
.page-content {
background-color: #fff;
padding: 7.6923%;
}
.page-content > :last-child {
margin-bottom: 0;
}
.page-links {
clear: both;
font-family: "Noto Sans", sans-serif;
margin-bottom: 1.3333em;
}
.page-links a,
.page-links > span {
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
display: inline-block;
font-size: 12px;
font-size: 1.2rem;
height: 2em;
line-height: 2;
margin: 0 0.3333em 0.3333em 0;
text-align: center;
width: 2em;
}
.page-links a {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
background-color: #333;
border-color: #333;
color: #fff;
}
.page-links a:hover,
.page-links a:focus {
background-color: #707070;
background-color: rgba(51, 51, 51, 0.7);
border-color: transparent;
color: #fff;
}
.page-links > .page-links-title {
border: 0;
color: #707070;
color: rgba(51, 51, 51, 0.7);
height: auto;
margin: 0;
padding-right: 0.5em;
width: auto;
}
.entry-attachment {
margin-bottom: 1.6em;
}
.type-attachment .entry-title {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.entry-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
line-height: 1.5;
padding-top: 0.5em;
word-wrap: break-word;
}
.entry-caption > :last-child {
margin-bottom: 0;
} .format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
margin-bottom: 1.3333em;
}
.format-link .entry-title a:after {
content: "\f442";
font-size: 24px;
height: 24px;
position: relative;
top: 0;
width: 24px;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
display: none;
} .comments-area {
background-color: #fff;
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
padding: 7.6923%;
}
.comments-area > :last-child {
margin-bottom: 0;
}
.comment-list + .comment-respond {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.6em;
}
.comments-title,
.comment-reply-title {
font-family: "Noto Serif", serif;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
}
.comments-title {
margin-bottom: 1.3333em;
}
.comment-list {
list-style: none;
margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
padding: 1.6em 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding-left: 0.8em;
}
.comment-author {
color: #707070;
color: rgba(51, 51, 51, 0.7);
margin-bottom: 0.4em;
}
.comment-author a:hover {
border-bottom: 1px solid #707070;
border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
.comment-author .avatar {
float: left;
height: 24px;
margin-right: 0.8em;
width: 24px;
}
.bypostauthor > article .fn:after {
content: "\f304";
position: relative;
top: 5px;
left: 3px;
}
.comment-metadata,
.pingback .edit-link {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
.comment-metadata a,
.pingback .edit-link a {
color: #707070;
color: rgba(51, 51, 51, 0.7);
}
.comment-metadata a:hover,
.pingback .edit-link a:hover {
border-bottom: 1px solid #333;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
color: #333;
}
.comment-metadata {
margin-bottom: 1.6em;
}
.comment-metadata .edit-link {
margin-left: 1em;
}
.pingback .edit-link {
margin-left: 1em;
}
.pingback .edit-link:before {
top: 5px;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 1.6em 1.3333em;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-content > :last-child {
margin-bottom: 0;
}
.comment-list .reply {
font-size: 12px;
font-size: 1.2rem;
}
.comment-list .reply a {
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: inline-block;
font-family: "Noto Sans", sans-serif;
font-weight: 700;
line-height: 1;
margin-top: 2em;
padding: 0.4167em 0.8333em;
text-transform: uppercase;
}
.comment-list .reply a:hover,
.comment-list .reply a:focus {
border-color: #333;
color: #333;
outline: 0;
}
.comment-form {
padding-top: 1.6em;
}
.comment-form label {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
display: block;
letter-spacing: 0.04em;
line-height: 1.5;
text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
width: 100%;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
margin-bottom: 2em;
}
.logged-in-as a:hover {
border-bottom: 1px solid #333;
}
.no-comments {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-weight: 700;
padding-top: 1.6em;
}
.comment-navigation + .no-comments {
border-top: 0;
}
.form-allowed-tags code {
font-family: Inconsolata, monospace;
}
.form-submit {
margin-bottom: 0;
}
.required {
color: #c0392b;
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
height: 32px;
overflow: hidden;
width: 26px;
}
.comment-reply-title small a:before {
content: "\f405";
font-size: 32px;
position: relative;
top: -3px;
} .site-info {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
.site-info a {
border-bottom: 1px solid transparent;
color: #707070;
color: rgba(51, 51, 51, 0.7);
}
.site-info a:hover {
border-bottom: 1px solid #333;
}
.site-info a:hover,
.site-info a:focus {
color: #333;
} .site .avatar {
border-radius: 50%;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
audio,
canvas {
display: inline-block;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6em;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 15px;
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
border-bottom: 0;
padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
top: 10px;
} .wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.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-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .widecolumn {
background-color: #fff;
padding: 7.6923%;
}
.widecolumn .mu_register {
width: auto;
}
.widecolumn .mu_alert {
margin-bottom: 1.6em;
}
.widecolumn form,
.widecolumn .mu_register form {
margin-top: 0;
}
.widecolumn h2 {
font-size: 26px;
font-size: 2.6rem;
line-height: 1.1538;
margin-bottom: 0.9231em;
}
.widecolumn p {
margin: 1.6em 0;
}
.widecolumn p + h2 {
margin-top: 1.8462em;
}
.widecolumn label,
.widecolumn .mu_register label {
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
letter-spacing: 0.04em;
line-height: 1.5;
text-transform: uppercase;
}
.widecolumn .mu_register label {
margin: 2em 0 0;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 16px;
font-size: 1.6rem;
width: 100%;
}
.widecolumn .mu_register #blogname {
margin: 0;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.375em;
}
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 12px;
font-size: 1.2rem;
margin: 0;
width: 100%;
}
.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
font-size: inherit;
}
.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
margin-bottom: 0;
}  @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
} @media screen and (min-width: 38.75em) {
ul,
ol {
margin-left: 0;
}
li > ul,
li > ol,
blockquote > ul,
blockquote > ol {
margin-left: 1.3333em;
}
blockquote {
margin-left: -1em;
}
blockquote > blockquote {
margin-left: 0;
}
.site-branding {
min-height: 3.2em;
}
.site-title {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.0909;
}
.site-description {
display: block;
}
.secondary {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 7.6923% 7.6923% 0; }
.main-navigation {
margin-bottom: 11.1111%;
}
.main-navigation ul {
border-top: 1px solid rgba(51, 51, 51, 0.1);
border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.main-navigation ul ul {
border-top: 0;
border-bottom: 0;
}
.social-navigation {
margin-bottom: 11.1111%;
}
.social-navigation {
margin-top: 0;
}
.widget-area {
margin-top: 50px;
}
.widget {
margin-bottom: 11.1111%;
}
.site-main {
padding: 7.6923% 0;
}
.hentry.sticky:not(.has-post-thumbnail) {
padding-top: inherit;
}
.hentry,
.page-header,
.page-content {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 0 7.6923%;
}
.hentry + .hentry,
.page-header + .hentry,
.page-header + .page-content {
margin-top: 7.6923%;
}
.hentry + .hentry {
border-top: 0;
}
.post-thumbnail {
margin-bottom: 2.4em;
}
.entry-header {
padding: 0 9.0909%;
}
.entry-content,
.entry-summary {
padding: 0 9.0909% 9.0909%;
}
.entry-footer {
padding: 4.5454% 9.0909%;
}
.page-header {
border-bottom: 0;
border-left: 7px solid #333;
padding: 3.8461% 7.6923%;
}
.page-title,
.taxonomy-description {
margin-left: -7px;
}
.page-content {
padding: 9.0909%;
}
.site-footer {
border-top: 0;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 0 7.6923%;
padding: 3.84615% 7.6923%;
}
.post-navigation {
border-top: 0;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 7.6923% 7.6923% 0;
}
.post-navigation a {
padding: 4.5454% 9.0909%;
}
.pagination {
border-top: 0;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 7.6923% 7.6923% 0;
padding: 0;
} .pagination .current .screen-reader-text {
position: absolute !important;
}
.pagination .page-numbers {
display: inline-block;
}
.image-navigation {
padding: 0 9.0909%;
}
.comments-area {
border-top: 0;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 7.6923% 7.6923% 0;
}
.comment-content ul,
.comment-content ol {
margin-left: 0;
}
.comment-content li > ul,
.comment-content li > ol,
.comment-content blockquote > ul,
.comment-content blockquote > ol {
margin-left: 1.3333em;
}
.widecolumn {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 7.6923%;
}
} @media screen and (min-width: 46.25em) {
body,
button,
input,
select,
textarea {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.6471;
}
button,
input {
line-height: normal;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
margin-bottom: 1.6471em;
}
blockquote {
font-size: 20px;
font-size: 2rem;
line-height: 1.75;
margin-bottom: 1.75em;
margin-left: -1.05em;
padding-left: 0.85em;
}
blockquote p {
margin-bottom: 1.75em;
}
blockquote cite,
blockquote small {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.6471;
}
pre {
line-height: 1.2353;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-password-form input[type="submit"],
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 14px;
font-size: 1.4rem;
padding: 0.8214em 1.6429em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.5em;
}
.main-navigation {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5;
}
.main-navigation a {
padding: 1em 0;
}
.main-navigation ul ul {
margin-left: 1em;
}
.main-navigation .menu-item-description {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5;
}
.social-navigation ul {
margin-bottom: -1.4706em;
}
.social-navigation a {
height: 2.8824em;
width: 2.8824em;
}
.secondary-toggle {
height: 56px;
width: 56px;
}
.secondary-toggle:before {
line-height: 54px;
width: 54px;
}
.post-password-form label,
.post-navigation .meta-nav,
.image-navigation,
.comment-navigation,
.author-heading,
.author-bio,
.entry-footer,
.page-links a,
.page-links span,
.comment-metadata,
.pingback .edit-link,
.comment-list .reply,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.site-info,
.wp-caption-text,
.gallery-caption,
.entry-caption,
.widecolumn label,
.widecolumn .mu_register label {
font-size: 14px;
font-size: 1.4rem;
}
.pagination .nav-links {
min-height: 3.2941em;
}
.pagination .page-numbers {
line-height: 3.2941em;
padding: 0 0.8235em;
}
.pagination .prev,
.pagination .next {
height: 56px;
padding: 0;
width: 56px;
}
.pagination .prev:before,
.pagination .next:before {
height: 56px;
line-height: 56px;
width: 56px;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
top: 2px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4118em 1.6471em 1.6471em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4118em 0 1.6471em 1.6471em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4118em;
margin-bottom: 1.6471em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2353em;
}
.site-branding {
min-height: 3.7059em;
padding-right: 66px;
}
.site-title {
font-size: 29px;
font-size: 2.9rem;
line-height: 1.2069;
}
.site-description {
font-size: 14px;
font-size: 1.4rem;
}
.widget {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5;
}
.widget p,
.widget address,
.widget hr,
.widget ul,
.widget ol,
.widget dl,
.widget dd,
.widget table,
.widget pre {
margin-bottom: 1.5em;
}
.widget li > ul,
.widget li > ol {
margin-bottom: 0;
}
.widget blockquote {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.6471;
margin-bottom: 1.6471em;
margin-left: -1.2353em;
padding-left: 1em;
}
.widget blockquote p {
margin-bottom: 1.6471em;
}
.widget blockquote cite,
.widget blockquote small {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5;
}
.widget blockquote > blockquote {
margin-left: 0;
}
.widget pre {
line-height: 1.5;
padding: 0.75em;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
line-height: 1.75;
}
.widget button,
.widget input {
line-height: normal;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
font-size: 14px;
font-size: 1.4rem;
padding: 0.8214em 1.6429em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.5625em;
}
.widget blockquote.alignleft,
.widget .wp-caption.alignleft,
.widget img.alignleft {
margin: 0.5em 1.5em 1.5em 0;
}
.widget blockquote.alignright,
.widget .wp-caption.alignright,
.widget img.alignright {
margin: 0.5em 0 1.5em 1.5em;
}
.widget blockquote.aligncenter,
.widget .wp-caption.aligncenter,
.widget img.aligncenter {
margin-top: 0.5em;
margin-bottom: 1.5em;
}
.widget .wp-caption.alignleft,
.widget .wp-caption.alignright,
.widget .wp-caption.aligncenter {
margin-bottom: 1em;
}
.widget-title {
margin: 0 0 1.5em;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.9286;
}
.widget_calendar caption {
margin: 0 0 1.5em;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
padding: 0.9643em 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.9643em 0 0 1em;
padding-top: 0.9643em;
}
.widget_rss li {
margin-bottom: 1.5em;
}
.widget_rss .rss-date,
.widget_rss cite {
line-height: 1.75;
}
.post-thumbnail {
margin-bottom: 3em;
}
.entry-title,
.widecolumn h2 {
font-size: 35px;
font-size: 3.5rem;
line-height: 1.2;
margin-bottom: 1.2em;
}
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
font-size: 35px;
font-size: 3.5rem;
line-height: 1.2;
margin-top: 1.6em;
margin-bottom: 0.8em;
}
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 29px;
font-size: 2.9rem;
line-height: 1.2069;
margin-top: 1.931em;
margin-bottom: 0.9655em;
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
font-size: 24px;
font-size: 2.4rem;
line-height: 1.1667;
margin-top: 2.3333em;
margin-bottom: 1.1667em;
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 20px;
font-size: 2rem;
line-height: 1.4;
margin-top: 2.8em;
margin-bottom: 1.4em;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.2353;
margin-top: 3.2941em;
margin-bottom: 1.6471em;
}
.entry-content .more-link:after,
.entry-summary .more-link:after {
font-size: 24px;
top: 2px;
}
.author-info {
margin: 0 9.0909%;
padding: 9.0909% 0;
}
.author-info .avatar {
height: 42px;
margin: 0 1.6471em 1.6471em 0;
width: 42px;
}
.author-link:after {
top: 3px;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 3px;
}
.taxonomy-description {
padding-top: 0.4118em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 24px;
font-size: 2.4rem;
line-height: 1.1667;
}
.page-links {
margin-bottom: 1.4117em;
}
.page-links a,
.page-links > span {
margin: 0 0.2857em 0.2857em 0;
}
.entry-attachment {
margin-bottom: 1.6471em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 20px;
font-size: 2rem;
line-height: 1.4;
margin-bottom: 1.4em;
}
.format-link .entry-title a:after {
top: 0.0833em;
}
.comments-title {
margin-bottom: 1.4em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
padding: 1.6471em 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.6471em;
}
.comment-list .children > li {
padding-left: 1.2353em;
}
.comment-meta {
position: relative;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .avatar {
height: 42px;
margin-right: 1.64705em;
position: relative;
top: 5px;
width: 42px;
}
.comment-metadata .edit-link:before {
top: 2px;
}
.pingback .edit-link:before {
top: 6px;
}
.bypostauthor > article .fn:after {
top: 7px;
left: 6px;
}
.comment-content ul,
.comment-content ol {
margin-bottom: 1.6471em;
}
.comment-list .reply a {
padding: 0.4286em 0.8571em;
}
.comment-form,
.no-comments {
padding-top: 1.6471em;
}
.comment-reply-title small a:before {
top: -1px;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6471em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 17px;
font-size: 1.7rem;
margin-bottom: 1.6471em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6471em;
}
.widecolumn .mu_alert {
margin-bottom: 1.6471em;
}
.widecolumn p {
margin: 1.6471em 0;
}
.widecolumn p + h2 {
margin-top: 1.6em;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 17px;
font-size: 1.7rem;
line-height: normal;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.4117em;
}
} @media screen and (min-width: 55em) {
body,
button,
input,
select,
textarea {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.6842;
}
button,
input {
line-height: normal;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
margin-bottom: 1.6842em;
}
blockquote {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.8182;
margin-bottom: 1.8182em;
margin-left: -1.0909em;
padding-left: 0.9091em;
}
blockquote p {
margin-bottom: 1.8182em;
}
blockquote cite,
blockquote small {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.6842;
}
pre {
line-height: 1.2632;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-password-form input[type="submit"],
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 16px;
font-size: 1.6rem;
padding: 0.8125em 1.625em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.5278em;
}
.main-navigation {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
.main-navigation a {
padding: 0.75em 0;
}
.main-navigation .menu-item-description {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
.social-navigation ul {
margin-bottom: -1.2632em;
}
.social-navigation a {
height: 2.5263em;
width: 2.5263em;
}
.secondary-toggle {
height: 64px;
width: 64px;
}
.secondary-toggle:before {
line-height: 62px;
width: 62px;
}
.post-password-form label,
.post-navigation .meta-nav,
.comment-navigation,
.image-navigation,
.author-heading,
.author-bio,
.entry-footer,
.page-links a,
.page-links span,
.comment-metadata,
.pingback .edit-link,
.comment-list .reply,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.site-info,
.wp-caption-text,
.gallery-caption,
.entry-caption,
.widecolumn label,
.widecolumn .mu_register label {
font-size: 16px;
font-size: 1.6rem;
}
.pagination .nav-links {
min-height: 3.3684em;
}
.pagination .page-numbers {
line-height: 3.3684em;
padding: 0 0.8421em;
}
.pagination .prev,
.pagination .next {
height: 64px;
padding: 0;
width: 64px;
}
.pagination .prev:before,
.pagination .next:before {
height: 64px;
line-height: 64px;
width: 64px;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
font-size: 24px;
top: -1px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4211em 1.6842em 1.6842em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4211em 0 1.6842em 1.6842em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4211em;
margin-bottom: 1.6842em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2632em;
}
.site-branding {
min-height: 3.7895em;
padding-right: 74px;
}
.site-title {
font-size: 32px;
font-size: 3.2rem;
line-height: 1.25;
}
.site-description {
font-size: 16px;
font-size: 1.6rem;
}
.widget {
font-size: 16px;
font-size: 1.6rem;
}
.widget blockquote {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.6842;
margin-bottom: 1.6842em;
margin-left: -1.2632em;
padding-left: 1.0526em;
}
.widget blockquote p {
margin-bottom: 1.6842em;
}
.widget blockquote cite,
.widget blockquote small {
font-size: 16px;
font-size: 1.6rem;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
line-height: 1.5;
}
.widget button,
.widget input {
line-height: normal;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
font-size: 16px;
font-size: 1.6rem;
padding: 0.8125em 1.625em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.75em;
}
.widget .wp-caption-text,
.widget .gallery-caption {
line-height: 1.5;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.9375;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
padding: 0.7188em 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.7188em 0 0 1em;
padding-top: 0.7188em;
}
.widget_rss .rss-date,
.widget_rss cite {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.8462;
}
.post-thumbnail {
margin-bottom: 2.9474em;
}
.entry-title,
.widecolumn h2 {
font-size: 39px;
font-size: 3.9rem;
line-height: 1.2308;
margin-bottom: 1.2308em;
}
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
font-size: 39px;
font-size: 3.9rem;
line-height: 1.2308;
margin-top: 1.641em;
margin-bottom: 0.8205em;
}
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 32px;
font-size: 3.2rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
font-size: 27px;
font-size: 2.7rem;
line-height: 1.1852;
margin-top: 2.3704em;
margin-bottom: 1.1852em;
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.4545;
margin-top: 2.9091em;
margin-bottom: 1.4545em;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.2632;
margin-top: 3.3684em;
margin-bottom: 1.6842em;
}
.entry-content .more-link:after,
.entry-summary .more-link:after {
top: 3px;
}
.author-info .avatar {
height: 56px;
margin: 0 1.6842em 1.6842em 0;
width: 56px;
}
.author-link:after {
font-size: 24px;
top: 0;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 4px;
}
.taxonomy-description {
padding-top: 0.4211em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 27px;
font-size: 2.7rem;
line-height: 1.1852;
}
.page-links {
margin-bottom: 1.4736em;
}
.page-links a,
.page-links > span {
margin: 0 0.25em 0.25em 0;
}
.entry-attachment {
margin-bottom: 1.6842em
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.4545;
margin-bottom: 1.4545em;
}
.format-link .entry-title a:after {
top: 0.125em;
}
.comments-title {
margin-bottom: 1.4545em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
padding: 1.6842em 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.6842em;
}
.comment-list .children > li {
padding-left: 1.4737em;
}
.comment-author .avatar {
height: 56px;
margin-right: 1.6842em;
top: 3px;
width: 56px;
}
.comment-metadata {
line-height: 2;
}
.comment-metadata .edit-link:before {
top: 8px;
}
.pingback .edit-link:before {
top: 8px;
}
.bypostauthor > article .fn:after {
top: 8px;
}
.comment-content ul,
.comment-content ol {
margin-bottom: 1.6842em;
}
.comment-list .reply a {
padding: 0.4375em 0.875em;
}
.comment-form,
.no-comments {
padding-top: 1.6842em;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6842em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 19px;
font-size: 1.9rem;
margin-bottom: 1.6842em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6842em;
}
.widecolumn .mu_alert {
margin-bottom: 1.6842em;
}
.widecolumn p {
margin: 1.6842em 0;
}
.widecolumn p + h2 {
margin-top: 1.641em;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 19px;
font-size: 1.9rem;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.421em;
}
} @media screen and (min-width: 59.6875em) {
body:before {
background-color: #fff;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
content: "";
display: block;
height: 100%;
min-height: 100%;
position: fixed;
top: 0;
left: 0;
width: 29.4118%;
z-index: 0; }
.site {
margin: 0 auto;
max-width: 1403px;
}
.sidebar {
float: left;
margin-right: -100%;
max-width: 413px;
position: relative;
width: 29.4118%;
}
.secondary {
background-color: transparent;
box-shadow: none;
display: block;
margin: 0;
padding: 0;
}
.site-main {
padding: 8.3333% 0;
}
.site-content {
display: block;
float: left;
margin-left: 29.4118%;
width: 70.5882%;
}
body {
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
margin-bottom: 1.6em;
}
blockquote {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.6667;
margin-bottom: 1.6667em;
margin-left: -1.3333em;
padding-left: 1.1111em;
}
blockquote cite,
blockquote small {
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
}
pre {
line-height: 1.2;
}
button,
input,
select,
textarea {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
button,
input {
line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-password-form input[type="submit"],
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 12px;
font-size: 1.2rem;
padding: 0.7917em 1.5833em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.375em;
}
.main-navigation {
font-size: 12px;
font-size: 1.2rem;
margin: 0 15% 5%;
}
.main-navigation a {
padding: 0.5em 0;
}
.main-navigation .menu-item-has-children > a {
padding-right: 30px;
}
.main-navigation .menu-item-description {
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
.dropdown-toggle {
height: 24px;
width: 24px;
}
.dropdown-toggle:after {
font-size: 16px;
line-height: 24px;
width: 24px;
}
.social-navigation {
margin: 0 20% 20%;
}
.social-navigation ul {
margin-bottom: -1.6em;
}
.social-navigation li {
width: 25%;
}
.social-navigation a {
height: 3.2em;
}
.secondary-toggle {
display: none;
}
.post-password-form label,
.post-navigation .meta-nav,
.comment-navigation,
.image-navigation,
.author-heading,
.author-bio,
.entry-footer,
.page-links a,
.page-links span,
.comment-metadata,
.pingback .edit-link,
.comment-list .reply,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.site-info,
.wp-caption-text,
.gallery-caption,
.entry-caption,
.widecolumn label,
.widecolumn .mu_register label {
font-size: 12px;
font-size: 1.2rem;
}
.post-navigation {
margin: 8.3333% 8.3333% 0;
}
.post-navigation a {
padding: 5% 10%;
}
.pagination {
margin: 8.333% 8.333% 0;
}
.pagination .nav-links {
min-height: 3.2em;
}
.pagination .page-numbers {
line-height: 3.2em;
padding: 0 0.8em;
}
.pagination .prev,
.pagination .next {
height: 48px;
padding: 0;
width: 48px;
}
.pagination .prev:before,
.pagination .next:before {
height: 48px;
line-height: 48px;
width: 48px;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
font-size: 16px;
top: 0;
}
.image-navigation {
padding: 0 10%;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
}
.site-header {
background-color: transparent;
border-bottom: 0;
margin: 5% 0;
padding: 0 5%;
}
.site-branding {
min-height: 0;
padding: 0;
}
.site-title {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.3636;
}
.site-description {
font-size: 12px;
font-size: 1.2rem;
}
.widget {
font-size: 12px;
font-size: 1.2rem;
margin: 0 0 20%;
padding: 0 20%;
}
.widget blockquote {
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
margin-bottom: 1.5em;
margin-left: -1.5em;
padding-left: 1.1667em;
}
.widget blockquote p {
margin-bottom: 1.5em;
}
.widget blockquote cite,
.widget blockquote small {
font-size: 12px;
font-size: 1.2rem;
}
.widget pre {
padding: 0.5em;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
font-size: 12px;
font-size: 1.2rem;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
font-size: 12px;
font-size: 1.2rem;
padding: 0.5417em 1.0833em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.4583em;
}
.widget .wp-caption-text,
.widget .gallery-caption {
font-size: 12px;
font-size: 1.2rem;
}
.widget_calendar td,
.widget_calendar th {
line-height: 1.9167;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
padding: 0.4583em 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.4583em 0 0 1em;
padding-top: 0.4583em;
}
.widget_rss .rss-date,
.widget_rss cite {
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
.hentry,
.page-header,
.page-content {
margin: 0 8.3333%;
}
.hentry {
padding-top: 8.3333%;
}
.hentry + .hentry,
.page-header + .hentry,
.page-header + .page-content {
margin-top: 8.3333%;
}
.post-thumbnail {
margin-bottom: 2.4em;
}
.entry-header {
padding: 0 10%;
}
.entry-title,
.widecolumn h2 {
font-size: 31px;
font-size: 3.1rem;
line-height: 1.1613;
margin-bottom: 1.1613em;
}
.entry-content,
.entry-summary {
padding: 0 10% 10%;
}
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
font-size: 31px;
font-size: 3.1rem;
line-height: 1.1613;
margin-top: 1.5484em;
margin-bottom: 0.7742em;
}
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 26px;
font-size: 2.6rem;
line-height: 1.3846;
margin-top: 1.8462em;
margin-bottom: 0.9231em;
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.3636;
margin-top: 2.1818em;
margin-bottom: 1.0909em;
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
margin-top: 2.6667em;
margin-bottom: 1.3333em;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 15px;
font-size: 1.5rem;
line-height: 1.2;
margin-top: 3.2em;
margin-bottom: 1.6em;
}
.entry-content .more-link:after,
.entry-summary .more-link:after {
font-size: 16px;
top: 5px;
}
.author-info {
margin: 0 10%;
padding: 10% 0;
}
.author-info .avatar {
height: 36px;
margin: 0 1.5em 1.5em 0;
width: 36px;
}
.author-link:after {
font-size: 16px;
top: 1px;
}
.entry-footer {
padding: 5% 10%;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 0;
}
.page-header {
padding: 4.1666% 8.3333%;
}
.page-content {
padding: 8.3333%;
}
.taxonomy-description {
padding-top: 0.4em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
}
.page-links {
margin-bottom: 1.3333em;
}
.page-links a,
.page-links > span {
margin: 0 0.3333em 0.3333em 0;
}
.entry-attachment {
margin-bottom: 1.6em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.3333;
margin-bottom: 1.3333em;
}
.format-link .entry-title a:after {
top: 0;
}
.comments-area {
margin: 8.3333% 8.3333% 0;
padding: 8.3333%;
}
.comments-title {
margin-bottom: 1.3333em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
padding: 1.6em 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.6em;
}
.comment-list .children > li {
padding-left: 0.8em;
}
.comment-author {
margin-bottom: 0.4em;
}
.comment-author .avatar {
height: 24px;
margin-right: 0.8em;
top: 0;
width: 24px;
}
.comment-metadata .edit-link:before {
top: 3px;
}
.pingback .edit-link:before {
top: 5px;
}
.bypostauthor > article .fn:after {
top: 5px;
left: 3px;
}
.comment-content ul,
.comment-content ol {
margin-bottom: 2em;
}
.comment-list .reply a {
padding: 0.4167em 0.8333em;
}
.comment-form,
.no-comments {
padding-top: 1.6em;
}
.comment-reply-title small a:before {
top: -3px;
}
.site-footer {
float: left;
margin: 0 0 0 35.2941%;
padding: 0;
width: 58.8235%;
}
.site-info {
padding: 5% 10%;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 15px;
font-size: 1.5rem;
margin-bottom: 1.6em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6em;
}
.widecolumn {
margin: 8.3333%;
padding: 8.3333%;
}
.widecolumn .mu_alert {
margin-bottom: 1.6em;
}
.widecolumn p {
margin: 1.6em 0;
}
.widecolumn p + h2 {
margin-top: 1.5484em;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 16px;
font-size: 1.6rem;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.375em;
}
} @media screen and (min-width: 68.75em) {
body,
button,
input,
select,
textarea {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.6471;
}
button,
input {
line-height: normal;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
margin-bottom: 1.6471em;
}
blockquote {
font-size: 20px;
font-size: 2rem;
line-height: 1.75;
margin-bottom: 1.75em;
margin-left: -1.05em;
padding-left: 0.85em;
}
blockquote p {
margin-bottom: 1.75em;
}
blockquote cite,
blockquote small {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.6471;
}
pre {
line-height: 1.2353;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-password-form input[type="submit"],
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 14px;
font-size: 1.4rem;
padding: 0.8214em 1.5714em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.5em;
}
.main-navigation {
font-size: 14px;
font-size: 1.4rem;
}
.main-navigation a {
padding: 0.4643em 0;
}
.main-navigation .menu-item-has-children > a {
padding-right: 34px;
}
.main-navigation .menu-item-description {
line-height: 1.4583;
margin-top: 0.25em;
}
.dropdown-toggle {
height: 28px;
width: 28px;
}
.dropdown-toggle:after {
line-height: 28px;
width: 28px;
}
.social-navigation ul {
margin-bottom: -1.4706em;
}
.social-navigation li {
width: 20%;
}
.social-navigation a {
height: 2.8824em;
}
.post-password-form label,
.post-navigation .meta-nav,
.comment-navigation,
.image-navigation,
.author-heading,
.author-bio,
.entry-footer,
.page-links a,
.page-links span,
.comment-metadata,
.pingback .edit-link,
.comment-list .reply,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.site-info,
.wp-caption-text,
.gallery-caption,
.entry-caption,
.widecolumn label,
.widecolumn .mu_register label {
font-size: 14px;
font-size: 1.4rem;
}
.pagination .nav-links {
min-height: 3.2941em;
}
.pagination .page-numbers {
line-height: 3.2941em;
padding: 0 0.8235em;
}
.pagination .prev,
.pagination .next {
height: 56px;
padding: 0;
width: 56px;
}
.pagination .prev:before,
.pagination .next:before {
height: 56px;
line-height: 56px;
width: 56px;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
top: 2px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4118em 1.6471em 1.6471em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4118em 0 1.6471em 1.6471em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4118em;
margin-bottom: 1.6471em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2353em;
}
.site-title {
font-size: 24px;
font-size: 2.4rem;
line-height: 1.1667;
}
.site-description {
font-size: 14px;
font-size: 1.4rem;
}
.widget {
font-size: 14px;
font-size: 1.4rem;
}
.widget blockquote {
font-size: 14px;
font-size: 1.4rem;
padding-left: 1.2143em;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
font-size: 14px;
font-size: 1.4rem;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
font-size: 12px;
font-size: 1.2rem;
padding: 0.75em 1.5em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.5em;
}
.widget .wp-caption-text,
.widget .gallery-caption {
line-height: 1.4583;
padding: 0.5833em 0;
}
.widget_calendar caption {
margin: 0 0 1.9286em;
}
.widget_calendar td,
.widget_calendar th {
line-height: 1.9286;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
padding: 0.4643em 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.4643em 0 0 1em;
padding-top: 0.4643em;
}
.widget_rss .rss-date,
.widget_rss cite {
line-height: 1.75;
}
.post-thumbnail {
margin-bottom: 2.4706em;
}
.entry-title,
.widecolumn h2 {
font-size: 35px;
font-size: 3.5rem;
line-height: 1.2;
margin-bottom: 1.2em;
}
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
font-size: 35px;
font-size: 3.5rem;
line-height: 1.2;
margin-top: 1.6em;
margin-bottom: 0.8em;
}
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 29px;
font-size: 2.9rem;
line-height: 1.2069;
margin-top: 1.931em;
margin-bottom: 0.9655em;
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
font-size: 24px;
font-size: 2.4rem;
line-height: 1.1667;
margin-top: 2.3333em;
margin-bottom: 1.1667em;
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 20px;
font-size: 2rem;
line-height: 1.4;
margin-top: 2.8em;
margin-bottom: 1.4em;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 17px;
font-size: 1.7rem;
line-height: 1.2353;
margin-top: 3.2941em;
margin-bottom: 1.6471em;
}
.entry-content .more-link:after,
.entry-summary .more-link:after {
font-size: 24px;
top: 2px;
}
.author-info .avatar {
height: 42px;
margin: 0 1.6471em 1.6471em 0;
width: 42px;
}
.author-link:after {
top: 3px;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 3px;
}
.taxonomy-description {
padding-top: 0.4118em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 24px;
font-size: 2.4rem;
line-height: 1.1667;
}
.page-links {
margin-bottom: 1.4117em;
}
.page-links a,
.page-links > span {
margin: 0 0.2857em 0.2857em 0;
}
.entry-attachment {
margin-bottom: 1.6471em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 20px;
font-size: 2rem;
line-height: 1.4;
margin-bottom: 1.4em;
}
.format-link .entry-title a:after {
top: 0.0833em;
}
.comments-title {
margin-bottom: 1.4em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
padding: 1.6471em 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.6471em;
}
.comment-list .children > li {
padding-left: 1.1667em;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .avatar {
height: 42px;
margin-right: 1.64705em;
top: 5px;
width: 42px;
}
.bypostauthor > article .fn:after {
top: 7px;
left: 6px;
}
.comment-metadata .edit-link:before {
top: 6px;
}
.pingback .edit-link:before {
top: 6px;
}
.comment-content ul,
.comment-content ol {
margin-bottom: 1.6471em;
}
.comment-list .reply a {
padding: 0.4286em 0.8571em;
}
.comment-form,
.no-comments {
padding-top: 1.6471em;
}
.comment-reply-title small a:before {
top: -1px;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6471em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 17px;
font-size: 1.7rem;
margin-bottom: 1.6471em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6471em;
}
.widecolumn .mu_alert {
margin-bottom: 1.6471em;
}
.widecolumn p {
margin: 1.6471em 0;
}
.widecolumn p + h2 {
margin-top: 1.6em;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 17px;
font-size: 1.7rem;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.4117em;
}
} @media screen and (min-width: 77.5em) {
body,
button,
input,
select,
textarea {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.6842;
}
button,
input {
line-height: normal;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
margin-bottom: 1.6842em;
}
blockquote {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.8182;
margin-bottom: 1.8182em;
margin-left: -1.0909em;
padding-left: 0.9091em;
}
blockquote p {
margin-bottom: 1.8182em;
}
blockquote cite,
blockquote small {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.6842;
}
pre {
line-height: 1.2632;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-password-form input[type="submit"],
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 16px;
font-size: 1.6rem;
padding: 0.8125em 1.625em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.5278em;
}
.main-navigation {
font-size: 16px;
font-size: 1.6rem;
}
.main-navigation a {
padding: 0.5em 0;
}
.main-navigation .menu-item-has-children > a {
padding-right: 38px;
}
.main-navigation .menu-item-description {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.5385;
margin-top: 0.3077em;
}
.dropdown-toggle {
height: 32px;
top: 4px;
width: 32px;
}
.dropdown-toggle:after {
line-height: 32px;
width: 32px;
}
.social-navigation ul {
margin-bottom: -1.2632em;
}
.social-navigation a {
height: 2.5263em;
}
.post-password-form label,
.post-navigation .meta-nav,
.comment-navigation,
.image-navigation,
.author-heading,
.author-bio,
.entry-footer,
.page-links a,
.page-links span,
.comment-metadata,
.pingback .edit-link,
.comment-list .reply,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.comment-form label,
.form-allowed-tags,
.site-info,
.wp-caption-text,
.gallery-caption,
.entry-caption,
.widecolumn label,
.widecolumn .mu_register label {
font-size: 16px;
font-size: 1.6rem;
}
.pagination .nav-links {
min-height: 3.3684em;
}
.pagination .page-numbers {
line-height: 3.3684em;
padding: 0 0.8421em;
}
.pagination .prev,
.pagination .next {
height: 64px;
padding: 0;
width: 64px;
}
.pagination .prev:before,
.pagination .next:before {
height: 64px;
line-height: 64px;
width: 64px;
}
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
font-size: 24px;
top: -1px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4211em 1.6842em 1.6842em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4211em 0 1.6842em 1.6842em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4211em;
margin-bottom: 1.6842em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2632em;
}
.site-title {
font-size: 27px;
font-size: 2.7rem;
line-height: 1.1852;
}
.site-description {
font-size: 16px;
font-size: 1.6rem;
}
.widget {
font-size: 16px;
font-size: 1.6rem;
}
.widget blockquote {
font-size: 16px;
font-size: 1.6rem;
padding-left: 1.25em;
}
.widget blockquote cite,
.widget blockquote small {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.8462;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
font-size: 16px;
font-size: 1.6rem;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
font-size: 13px;
font-size: 1.3rem;
padding: 0.8462em 1.6923em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
padding: 0.5em;
}
.widget .wp-caption-text,
.widget .gallery-caption {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.5385;
padding: 0.6154em 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 1.9375;
}
.widget_calendar caption {
margin: 0 0 1.5em;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
padding: 0.4688em 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
margin: 0.4688em 0 0 1em;
padding-top: 0.4688em;
}
.widget_rss .rss-date,
.widget_rss cite {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.8462;
}
.post-thumbnail {
margin-bottom: 2.9474em;
}
.entry-title,
.widecolumn h2 {
font-size: 39px;
font-size: 3.9rem;
line-height: 1.2308;
margin-bottom: 1.2308em;
}
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
font-size: 39px;
font-size: 3.9rem;
line-height: 1.2308;
margin-top: 1.641em;
margin-bottom: 0.8205em;
}
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
font-size: 32px;
font-size: 3.2rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
font-size: 27px;
font-size: 2.7rem;
line-height: 1.1852;
margin-top: 2.3704em;
margin-bottom: 1.1852em;
}
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.4545;
margin-top: 2.9091em;
margin-bottom: 1.4545em;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
font-size: 19px;
font-size: 1.9rem;
line-height: 1.2632;
margin-top: 3.3684em;
margin-bottom: 1.6842em;
}
.entry-content .more-link:after,
.entry-summary .more-link:after {
top: 3px;
}
.author-info .avatar {
height: 56px;
margin: 0 1.6842em 1.6842em 0;
width: 56px;
}
.author-link:after {
font-size: 24px;
top: 0;
}
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
top: 4px;
}
.taxonomy-description {
padding-top: 0.4211em;
}
.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
font-size: 27px;
font-size: 2.7rem;
line-height: 1.1852;
}
.page-links {
margin-bottom: 1.4736em;
}
.page-links a,
.page-links > span {
margin: 0 0.25em 0.25em 0;
}
.entry-attachment {
margin-bottom: 1.6842em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 22px;
font-size: 2.2rem;
line-height: 1.4545;
margin-bottom: 1.4545em;
}
.format-link .entry-title a:after {
top: 3px;
}
.comments-title {
margin-bottom: 1.4545em;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
padding: 1.6842em 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.6842em;
}
.comment-list .children > li {
padding-left: 1.4737em;
}
.comment-author .avatar {
height: 56px;
margin-right: 1.6842em;
top: 3px;
width: 56px;
}
.bypostauthor > article .fn:after {
top: 8px;
}
.comment-metadata .edit-link:before {
top: 8px;
}
.pingback .edit-link:before {
top: 8px;
}
.comment-content ul,
.comment-content ol {
margin-bottom: 1.6842em;
}
.comment-list .reply a {
padding: 0.4375em 0.875em;
}
.comment-form,
.no-comments {
padding-top: 1.6842em;
}
embed,
iframe,
object,
video {
margin-bottom: 1.6842em;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
font-size: 19px;
font-size: 1.9rem;
margin-bottom: 1.6842em;
}
.wp-caption,
.gallery {
margin-bottom: 1.6842em;
}
.widecolumn .mu_alert {
margin-bottom: 1.6842em;
}
.widecolumn p {
margin: 1.6842em 0;
}
.widecolumn p + h2 {
margin-top: 1.641em;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 19px;
font-size: 1.9rem;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.421em;
}
} @media screen and (min-width: 87.6875em) {
body:before {
width: -webkit-calc(50% - 289px);
width: calc(50% - 289px);
}
} @media print {
body {
background: none !important; font-size: 11.25pt;
}
.secondary-toggle,
.navigation,
.page-links,
.edit-link,
#reply-title,
.comment-form,
.comment-edit-link,
.comment-list .reply a,
button,
input,
textarea,
select,
.widecolumn form,
.widecolumn .mu_register form {
display: none;
}
.site-header,
.site-footer,
.hentry,
.entry-footer,
.page-header,
.page-content,
.comments-area,
.widecolumn {
background: none !important; }
body,
blockquote,
blockquote cite,
blockquote small,
label,
a,
.site-title a,
.site-description,
.post-title,
.author-heading,
.entry-footer,
.entry-footer a,
.taxonomy-description,
.entry-caption,
.comment-author,
.comment-metadata,
.comment-metadata a,
.comment-notes,
.comment-awaiting-moderation,
.no-comments,
.site-info,
.site-info a,
.wp-caption-text,
.gallery-caption {
color: #000 !important; }
pre,
abbr[title],
table,
th,
td,
.site-header,
.site-footer,
.hentry + .hentry,
.author-info,
.page-header,
.comments-area,
.comment-list + .comment-respond,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.no-comments {
border-color: #eaeaea !important; }
.site {
margin: 0 7.6923%;
}
.sidebar {
position: relative !important; }
.site-branding {
padding: 0;
}
.site-header {
padding: 7.6923% 0;
}
.site-description {
display: block;
}
.hentry + .hentry {
margin-top: 7.6923%;
}
.hentry.has-post-thumbnail {
padding-top: 7.6923%;
}
.sticky-post {
background: #000 !important;
color: #fff !important;
}
.entry-header,
.entry-footer {
padding: 0;
}
.entry-content,
.entry-summary {
padding: 0 0 7.6923%;
}
.post-thumbnail img {
margin: 0;
}
.author-info {
margin: 0;
}
.page-content {
padding: 7.6923% 0 0;
}
.page-header {
padding: 3.84615% 0;
}
.comments-area {
border: 0;
padding: 7.6923% 0 0;
}
.site-footer {
margin-top: 7.6923%;
padding: 3.84615% 0;
}
.widecolumn {
margin: 7.6923% 0 0;
padding: 0;
}
}
.site-footer {
display:none;
}
body.custom-background{
background-size:100%;
}
a{
color:blue;
font-family:'Roboto', arial;
}
h1{
font-family:'Roboto', arial;
}
span.small{
font-size:14px;
}
img{
margin-bottom:2px;
}
.form-button{
background-color:darkgreen!important;
border-radius:5px;
}
.form-button:hover{
background-color:green!important;
}
.hp-wrap{
display:none;
}
input[type="submit"]{
margin-top:30px;
} body{
word-wrap:unset!important;
font-family:Arial!important;
} .widget-title{
text-transform: none;
}
@media screen and (max-width: 954px) {
#logo{
width:50px;
float:left;
margin-right:10px;
}
.site-header{
padding-bottom:60px;
}
.site-description{
display:block;
}
}
@media screen and (max-width: 600px) {
#logo{ }
.site-header{
padding-bottom:60px;
}
}
@media screen and (max-width: 380px) {
#logo{
display:none;
}
.site-description{
display:none;
}
}
ul{
margin-left:35px;
}
ul.compact{
margin-top:-20px;	
}
.entry-content div{
margin-bottom:15px!important;
}
div.secondary{
margin-top:-50px;
height:310px;
}
button.secondary-toggle{ border-radius:3px;
}
p.site-title a{
font-weight:300;
}
ul li{
margin-bottom:8px;
}
nav#site-navigation li{
margin-bottom:-15px;
}
.darkgreen{
color:darkgreen;
}
.nav-menu{
height:180px;
}
a.my-button{
color: #FFFFFF;
background-color: #ff6600;
display: inline-block;
font-family: 'Arial';
font-weight: 400;
font-size: 16px;
padding: 8px 16px;
transition: all 0.5s ease 0s;
border-radius:5px;
}
a.my-button:hover{
background: #3e3f41; 
color: #ffffff; 
padding: 8px 22px; 
}
a.my-button img{
width:30px;
height:30px;
} div.cf7md-item {
margin:0px!important;
}
div.mdc-checkbox{
margin-bottom:43px;
} .wpsisac-slick-slider.design-5 .slick-image-slide .slide-wrap .slider-content{
padding: 10px 50px!important;
}
.entry-content div{ }
@media screen and (max-width: 600px) {
div.slider-content h2.slide-title{
font-size:24px;
line-height:24px;
}
.wpsisac-slick-slider.design-5 .slick-image-slide .slide-wrap .slider-content{
padding: 5px 10px!important;
}
div.wpsisac-slick-carousal{
width:75%;
margin-left:25px;
}
}
.sp-testimonial-free-section .tfree-testimonial-title h3{
font-weight:400;
}
div.slick-next i.fa{
font-size:50px;
}
div.slick-prev i.fa{
font-size:50px;
}
button.secondary-toggle{
width:62px;
right:-12px;
background-color:#2560AB;
}
button.secondary-toggle:hover{
background-color:#00A2E8;
}
a:hover{
color:#00A2E8;
}
.secondary-toggle:before{
content:'Ещё\00a0\2261';
font-family:'Roboto', arial;
color:white;
font-weight:400;
}
.secondary-toggle.toggled-on:before {
color:white;
font-family:'Genericons';
}
@media screen and (max-width: 900px){
div.hide-mobile{
display:none;
}
}
p.site-description{
margin-top:2px;
}
.main-navigation ul{
border-bottom: 0px;
}
@media screen and (max-width: 955px){
div#widget-area{
display:none;
}
}
@media screen and (min-width: 956px){
div#secondary{
margin-left:-40px;
}
} li#menu-item-607 a{
font-weight:400;
}
header#masthead{
padding:20px;
}
div#secondary{
padding-top:28px;
}
h1.entry-title{
margin-bottom:10px;
}
.slick-image-slide-wrap{
max-width:250px;
}
@media screen and (max-width: 955px){
div#sidebar{
position:fixed;
width:100%;
z-index:999;
}
div#secondary{
height:370px;
}
.site-main{
margin-top:60px;
}	
}
body.custom-background {
background-image: none !important;
}