+@media ( max-width: 1400px ) {
+ .location label,
+ .location input,
+ .location textarea {
+ width: 12rem;
+ }
+
+ .location .two {
+ grid-template-columns: repeat(1, 1fr);
+ }
+
+ .session .three {
+ grid-template-columns: repeat(2, 1fr);
+ }
+}
+
+@media ( max-width: 950px ) {
+ .panel {
+ /*flex-flow: column-reverse wrap;*/
+ flex-flow: column wrap;
+ }
+
+ .location .two {
+ grid-template-columns: repeat(2, 1fr);
+ }
+}
+
+@media ( max-width: 900px ) {
+ .form {
+ flex-direction: row;
+ }
+
+ form label {
+ width: 6rem;
+ line-height: 2rem;
+ }
+
+ form label.captcha img {
+ height: auto;
+ width: 6rem;
+ padding: .25rem 0;
+ }
+
+ form input,
+ form option,
+ form optgroup,
+ form select,
+ form textarea,
+ form section section {
+ width: 20rem;
+ line-height: 2rem;
+ }
+
+ form button {
+ width: 6rem;
+ line-height: 2rem;
+ }
+
+ .col label,
+ .col input,
+ .col option,
+ .col optgroup,
+ .col select,
+ .col textarea {
+ width: 12rem;
+ }
+
+ .col button {
+ width: 12rem;
+ }
+
+ .seven {
+ grid-template-columns: repeat(4, 1fr);
+ }
+
+ .calendar .sunday {
+ grid-column: span 2;
+ }
+
+ /*.grid section:nth-child(7n) {
+ grid-column: span 2;
+ }*/
+
+ .four {
+ grid-template-columns: repeat(3, 1fr);
+ }
+
+ .three {
+ grid-template-columns: repeat(2, 1fr);
+ }
+
+ .two {
+ grid-template-columns: repeat(1, 1fr);
+ }
+
+ .four .multimap {
+ grid-column: span 3;
+ }
+
+ .three .multimap {
+ grid-column: span 2;
+ }
+
+ .two .multimap {
+ grid-column: span 1;
+ }
+
+ /*#dashboard .seventh:nth-child(7n+1),
+ #dashboard .seventh:nth-child(7n+2),
+ #dashboard .seventh:nth-child(7n+3),
+ #dashboard .seventh:nth-child(7n+4) {
+ width: calc(100% / 4 - (3/4*.1rem));
+ }
+
+ #dashboard .seventh:nth-child(7n+5),
+ #dashboard .seventh:nth-child(7n+6),
+ #dashboard .seventh:nth-child(7n+7) {
+ width: calc(100% / 3 - (2/3*.1rem));
+ }*/
+}
+
+@media ( max-width: 700px ) {
+ .session .three {
+ grid-template-columns: repeat(1, 1fr);
+ }
+
+ .multimap img {
+ width: 100%;
+ width: calc(100% - .2rem);
+ height: auto;
+ }
+}
+
+@media ( max-width: 600px ) {
+ form label {
+ margin: 0 auto;
+ }
+
+ form input,
+ form option,
+ form optgroup,
+ form select,
+ form textarea,
+ form section section {
+ width: 14rem;
+ margin: 0 auto;
+ }
+