[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText;
+ outline: 0;
}
fieldset {
}
a:focus {
- outline: thin dotted;
+ outline: 0;
}
a:hover,
}
.menu-toggle:focus {
- outline: thin solid;
+ outline: 0;
}
.menu-toggle .icon {
}
.dropdown-toggle:focus {
- outline: thin dotted;
+ outline: 0;
}
.dropdown-toggle.toggled-on .icon {
}
.top-nav-left {
float: left;
+ min-height: 70px;
}
.top-nav-left > img {
max-height: 65px;
.home .has-header-video .custom-header-media video,
.home .has-header-video .custom-header-media iframe {
position: fixed;
- height: auto;
+ height: 30vh;
left: 50%;
/* margin-top: 140px; */
}
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
- height: auto;
+ height: 30vh;
}
}
.admin-bar .wp-custom-header-video-button {
top: 62px;
}
+.page-nav-container li {
+ outline: 0 !important;
+}
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
bottom: 0;
@media (max-width: 767px) {
.twentyseventeen-front-page .site-content {
padding: 0;
- margin-top: 248px;
}
}
max-width: 100%; /* Adhere to container width. */
}
-img.alignleft,
+img.alignleft {
+ float: left;
+ margin-right: 1.5em;
+}
img.alignright {
- float: none;
- margin: 0;
+ float: right;
+ margin-left: 1.5em;
}
-
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
bottom: 0;
display: none;
left: 0;
- height: auto;
+ height: 30vh;
padding-top: 0;
position: absolute;
width: 100%;
top: 0.7em;
}
- .menu-scroll-down:focus {
- outline: thin dotted;
- }
-
.menu-scroll-down .icon {
height: 18px;
width: 18px;