/*
Theme Name: Law Firm Sites
Version: 1.0
Description: A custom built theme by Law Firm Sites
Author: Kaleb Mosher
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fl-automator
*/
/**** General Styles ****/
body { overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
a:hover, a:focus { outline: none; box-shadow: none; }
button:hover, button:focus { outline: none; box-shadow: none; }
p, li { line-height: 1.7; margin-bottom: 1.2rem; }
a li, a p { color: inherit; text-decoration: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, .h1, .h2 a, .h3 a, .h4 a, .h5 a { color: inherit; }
/**** Wordpress Core ****/
.alignnone { margin: 0px 30px 30px 0; }
.aligncenter { display: block; margin: 0px auto 30px auto; }
.alignright { float: right; margin: 0px 0 30px 30px; }
.alignleft { float: left; margin: 0px 30px 30px 0; }
/**** Templating Engine ****/
.container-large .container { max-width: 1500px; }
.flexible-content { padding: 100px 0; }
.flexible-content .wrapper > div { margin-bottom: 50px; }
.flexible-content .wrapper > div:last-child { margin-bottom: 0; }
.bg-image { background-position: center; background-size: cover; background-repeat: no-repeat; }
.has-bg-image > .bg-image { padding-left: 0; padding-right: 0; margin: 0; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; width: auto; max-width: none; }
.has-bg-image {position: relative;/* padding-top: 0 !important; *//* padding-bottom: 0 !important; */overflow: hidden;}
.has-bg-image.row > .col-12 { background: transparent linear-gradient(90deg, #0A0E1C 0%, #080D1ACF 48%, #080C1A2E 100%) 0% 0% no-repeat padding-box; padding-top: 100px; padding-bottom: 100px; z-index: 2; }
header .navbar-nav { margin-left: 50px; width: 100%; justify-content: space-between; }
header .navbar-nav li a { padding: 3px 10px; color: #fff; text-decoration: none; font-weight: 400; }
header .navbar-nav li a:hover, header .navbar-nav li a:focus { text-decoration: underline; }
header .navbar-nav li ul { position: absolute; left: 0; padding: 15px 0; margin: 0; list-style: none; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 1; background-color: #fff; min-width: 100%; }
header .navbar-nav .menu-item-has-children { position: relative; }
header .navbar-nav li ul a { line-height: 1.4; display: block; white-space: nowrap; background-color: #000; padding: 5px 20px; border-bottom: 1px solid #ffffff40; }
header .navbar-nav .menu-item-has-children:hover > ul, header .navbar-nav .menu-item-has-children:focus > ul, header .navbar-nav .menu-item-has-children:focus-within > ul { opacity: 1; pointer-events: all; }
header .navbar-nav li ul a:hover, header .navbar-nav li ul a:focus { background-color: #fff; color: #000; }
header .navbar-dark .navbar-toggler { margin-left: 20px; color: #fff !important; border-color: #fff !important; opacity: 1 !important; }
header ul li { margin-bottom: 0; }
.static-header, .fixed-header { position: absolute; top: 0; width: 100%; width: calc(100% + 1.5rem/2); z-index: 999; max-width: 100%; }
.fixed-header { position: fixed; display: none; }
.admin-bar .static-header, .admin-bar .fixed-header { top: 32px; }
.btn, .gform_wrapper input[type=submit], input[type=submit], .woocommerce-Button.button.wp-element-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt { color: #fff; font-weight: 400; font-size: 0.9rem; background: #000; border-radius: 0; border: 2px solid #000; padding: 10px 25px; margin: 12.5px 12.5px 12.5px 0; flex-wrap: wrap; }
.btn:hover, .btn:focus, .gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus, input[type=submit], .woocommerce-Button.button.wp-element-button:hover, .woocommerce-Button.button.wp-element-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus { color: #000; background-color: #fff; border-color: #fff; }
.woocommerce-Button.button.wp-element-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button { margin-right: 0; }
.btn.btn-transparent { border-color: #009390; background: transparent; color: #009390; }
.btn.btn-transparent:hover, .btn.btn-transparent:focus { background: #009390; color: #fff; }
.section-dark .btn.btn-transparent { color: #fff; }
.accordion { margin-top: 45px; }
.accordion-body { color: #0c1438; }
.accordion-button { font-style: italic; font-size: 19px; font-weight: 500; border-radius: 0 !important; }
.accordion-item { margin-bottom: 10px; border-radius: 0 !important; }
.accordion-button:not(.collapsed) { color: #0C1438; background-color: #ACDBFB; }
.accordion-button::after { background: none; content: '\f063'; font-weight: 600; font-family: 'Font Awesome 5 Free'; transform: none; font-style: normal; background-color: #618EAC; color: #fff; display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 4px; }
.accordion-button:not(.collapsed)::after { background-image: none; }
.accordion-item:not(:first-of-type) { border: 1px solid rgba(0,0,0,.125); }
.section-dark, .section-dark h1, .section-dark h2, .section-dark h3, .section-dark h5, .section-dark .h1, .section-dark .h2, .section-dark .h3, .section-dark .h5 { color: #fff; }
.gform_wrapper { margin-top: 45px; max-width: 900px; margin-left: auto; margin-right: auto; }
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select, .woocommmerce .product input, .woocommmerce .product textarea, .woocommmerce .product select { padding: 15px 20px !important; font-size: 18px !important; color: #000 !important; border: 1px solid black; border-radius: 0; }
.gform_wrapper select { height: 59px; }
.gform_wrapper input[type=submit] { color: #fff !important; }
.gform_wrapper.gravity-theme .gfield_required_text, .gform_wrapper .gfield_required .gfield_required_text, .gform_wrapper .gfield_required .gfield_required_asterisk, .gform_wrapper .gform_heading .gform_required_legend, .gform_wrapper .gform_fileupload_rules { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gchoice label { font-weight: 300 !important; font-size: 1em; }
.gform_wrapper.gravity-theme .gfield-choice-input[type=radio] { width: 25px; height: 25px; margin-right: 5px; }
.gform_wrapper .gform_footer.top_label { display: flex; align-items: center; justify-content: center; }
.gf_login_form, .gf_login_form + .gf_login_links { max-width: 270px; margin-left: auto; margin-right: auto; }
.ginput_complex.has_city.has_state.has_zip .ginput_address_city, .ginput_complex.has_city.has_state.has_zip .ginput_address_state, .ginput_complex.has_city.has_state.has_zip .ginput_address_zip { flex: 0 0 33.33333333%; }
.ginput_container_consent input[type="checkbox"] { position: absolute; opacity: 0; }
.ginput_container_consent input[type="checkbox"] + label { position: relative; cursor: pointer; padding: 0; font-size: 0.9em; }
.ginput_container_consent input[type="checkbox"] + label:before { content: ""; margin-right: 10px; display: inline-block; vertical-align: text-top; width: 20px; height: 20px; background: #fff; border-radius: 0.3rem; box-shadow: inset 0 0 10px #000000e8; }
.ginput_container_consent input[type="checkbox"]:hover + label:before, .ginput_container_consent input[type="checkbox"]:checked + label:before { background: #fff; }
.ginput_container_consent input[type="checkbox"]:focus + label:before { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
.ginput_container_consent input[type="checkbox"]:disabled + label { color: #b8b8b8; cursor: auto; }
.ginput_container_consent input[type="checkbox"]:disabled + label:before { background: #ddd; }
.ginput_container_consent input[type="checkbox"]:checked + label:after { content: ""; position: absolute; left: 5px; top: 9px; background: #000; width: 2px; height: 2px; box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000; transform: rotate(45deg); }
.ginput_container_consent a { color: inherit; }
::-webkit-input-placeholder { color: #8E96A5; }
::-moz-placeholder { color: #8E96A5; }
:-ms-input-placeholder { color: #8E96A5; }
:-moz-placeholder { color: #8E96A5; }
.tiles.blog-tiles { justify-content: center; }
.tiles.blog-tiles .blog-content h3 { font-size: 1.5em; line-height: 1; }
.tiles.blog-tiles .wrap { padding: 0; }
.tiles.blog-tiles .wrap .image { width: 100%; }
.tiles.blog-tiles .wrap .image a { display: block; }
.tiles.blog-tiles .wrap .image img { object-fit: cover; width: 100%; }
.tiles.blog-tiles .blog-content { padding: 40px; }
.tiles.blog-tiles .blog-content .date { font-size: 0.9em; font-style: italic; margin-bottom: 10px; }
.pagination { margin-top: 40px; }
.pagination .nav-links { margin-left: auto; margin-right: auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.pagination .nav-links .page-numbers { background-color: #ccc; width: 30px; height: 30px; display: flex; text-align: center; color: #fff; font-weight: 600; align-items: center; justify-content: center; margin-top: 5px; margin-left: 5px; text-decoration: none; }
.pagination .nav-links .page-numbers:first-child { margin-left: 0; }
.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover { color: #434C51; background-color: #f2f2f2; }
.position-relative { overflow: hidden; }
.video-wrapper { z-index: -1; position: absolute; top: 0; left: 0; padding: 0; margin: 0; height: 100%; }
.video-wrapper .background-video { object-fit: cover; width: 100%; height: 100%; }
.social-media a { color: #fff; font-size: 21px; display: inline-block; margin-right: 10px; margin-bottom: 10px; background-color: #000; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 100%; flex-shrink: 0; text-decoration: none; }
.social-media a:hover, .social-media a:focus { text-decoration: none; }
.social-media { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
.social-media a:last-child { margin-right: 0; }
.social-media .icon img.on-hover { opacity: 0; position: absolute; }
.social-media .icon { display: flex; justify-content: center; align-items: center; position: relative; }
.social-media .icon img { height: auto; width: 100%; transition: opacity 0.2s ease; }
.social-media a:hover .icon img.on-hover, .social-media a:focus .icon img.on-hover { opacity: 1; }
.social-media a:hover .icon img.no-hover, .social-media a:focus .icon img.no-hover { opacity: 0; }
.tiles p, .tiles li { font-size: 0.95em; color: #434C51; }
.tiles .wrap { height: 100%; }
.tiles img { width: 100%; object-fit: cover; }
.fullscreen { padding-top: 0; padding-bottom: 0; }
.fullscreen .container, .fullscreen .col-12 { max-width: 100%; padding-left: 0; padding-right: 0; }
.fullscreen .wrapper > .content { margin-left: auto; margin-right: auto; max-width: 1200px; padding-left: 1rem; padding-right: 1rem; }
.slick-slider { margin-bottom: 0; }
.slick-slider .slide { background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.slick-slider .slick-slide { width: 100%; height: 100%; }
.slick-slider .slick-autoplay-toggle-button { color: #fff; right: 5px; left: auto; bottom: 5px; background-color: rgb(0 0 0 / 70%); display: flex; align-items: center; justify-content: center; border-radius: 100%; height: 30px; width: 30px; padding: 1px 0 0 0; line-height: 0; }
.slick-next, .slick-prev { z-index: 1; }
.slick-prev .slick-prev-icon:before { content: ''; width: 30px; height: 30px; border-top: 1px solid #fff; border-left: 1px solid #fff; position: absolute; transform: rotate(-45deg); }
.slick-next .slick-next-icon:before { content: ''; width: 30px; height: 30px; border-bottom: 1px solid #fff; border-right: 1px solid #fff; position: absolute; transform: rotate(-45deg); right: 0; }
.fullscreen .slick-slider .slick-slide .slide .wrap { padding: 250px 1rem 250px; margin-left: auto; margin-right: auto; max-width: 1500px; position: relative; z-index: 5; }
.list { flex-direction: column; }
.list > div { margin-bottom: 15px; }
.list .wrap .content { flex-grow: 1; }
.list .wrap .image { margin-right: 1.4rem; flex-shrink: 0; }
.woocommerce .product .price { font-weight: 600 !important; color: inherit !important; }
.woocommerce .product .summary .price { font-size: 2em; }
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a { color: inherit; font-weight: 400; }
.woocommerce .product input, .woocommerce .product select, .woocommerce .product textarea { padding: 10px; height: 48px; }
.woocommerce .product .btn.button.alt { background-color: #992426; height: 48px; font-size: 0.8em; padding-left: 25px; padding-right: 25px; margin-top: 0; margin-bottom: 0; }
.woocommerce .product .btn.button.alt:hover, .woocommerce .product .btn.button.alt:focus { background-color: #0d0603; }
.woocommerce div.product form.cart .variations { max-width: 400px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { vertical-align: middle; }
.woocommerce div.product form.cart .reset_variations { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin-bottom: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 1px solid #707070; border-radius: 0; background-color: transparent; padding-left: 25px; padding-right: 25px; margin: 0 -7px 0 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-weight: 400; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: #707070; z-index: 3; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background-color: #0d0603; color: #fff; }
.woocommerce div.product .woocommerce-tabs .panel { border: 1px solid #707070; border-top: none; padding: 2.5em 3em; }
.woocommerce .related { text-align: center; margin-top: 100px; }
.woocommerce.woocommerce-shop .products .product a { text-align: center; padding: 20px; border: 1px solid #707070; display: block; height: 100%; }
.woocommerce nav.woocommerce-pagination { text-align: right; }
.woocommerce nav.woocommerce-pagination ul li { border: none; text-align: center; margin-right: 5px; }
.woocommerce nav.woocommerce-pagination ul li:last-child { margin-right: 0; }
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { background-color: #fff; color: inherit; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { color: inherit; border: 1px solid #707070; width: 30px; }
.woocommerce nav.woocommerce-pagination ul li .dots { border: none; padding-left: 0; padding-right: 0; width: 16px; }
.woocommerce nav.woocommerce-pagination ul { border: none; }
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev { border: none; width: 25px; background-color: transparent; }
.woocommerce .shop-categories ul, .woocommerce .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; }
.woocommerce .shop-categories ul li, .woocommerce .woocommerce-MyAccount-navigation ul li { margin: 0; }
.woocommerce .shop-categories ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li a { display: block; padding: 7px 15px; border-top: 1px solid; border-bottom: 1px solid; margin-bottom: -1px; color: inherit; position: relative; z-index: 1; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.8em; }
.woocommerce .shop-categories ul li a:hover, .woocommerce .shop-categories ul li a:focus, .woocommerce .shop-categories ul li a.active, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce .woocommerce-MyAccount-navigation ul li .is-active { color: #992426; border-color: #992426; z-index: 2; }
.woocommerce.woocommerce-shop ul.products { display: grid; overflow: hidden; grid-template-columns: repeat(1, 1fr); grid-auto-rows: 1fr; grid-column-gap: 1.7rem; grid-row-gap: 2rem; }
.woocommerce.woocommerce-shop ul.products.columns-2 { grid-template-columns: repeat(2, 1fr); }
.woocommerce.woocommerce-shop ul.products.columns-3 { grid-template-columns: repeat(3, 1fr); }
.woocommerce.woocommerce-shop ul.products.columns-4 { grid-template-columns: repeat(4, 1fr); }
.woocommerce.woocommerce-shop ul.products .product { height: 100%; float: none; clear: none; display: block; width: 100% !important; margin: 0; }
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before { display: none; }
ul.columns-1, .columns-1 ul { columns: 1; }
ul.columns-2, .columns-2 ul { columns: 2; }
ul.columns-3, .columns-3 ul { columns: 3; }
ul.columns-4, .columns-4 ul { columns: 4; }
ul.columns-1 li, ul.columns-2 li, ul.columns-3 li, ul.columns-4 li, .columns-1 ul li, .columns-2 ul li, .columns-3 ul li, .columns-4 ul li { display: inline-block; width: 100%; }
ul.columns-1, ul.columns-2, ul.columns-3, ul.columns-4, .columns-1 ul, .columns-2 ul, .columns-3 ul, .columns-4 ul { list-style: none; padding: 0; }
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }
.search-box { position: relative; width: 60px; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 ); display: flex; align-items: center; justify-content: center; }
.search-box.active { width: 300px; }
.search-box.active input { opacity: 1; }
.search-box input { height: 100%; width: 100%; border: none; background: #fff; font-size: 18px; border-radius: 50px; margin-right: 5px; height: 45px; padding: 10px 15px; outline: none; opacity: 0; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 ); }
.search-box .search-btn, .search-box .cancel-btn { position: relative; height: 45px; width: 45px; flex-shrink: 0; line-height: 45px; text-align: center; border-radius: 50%; font-size: 30px; cursor: pointer; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 ); z-index: 2; color: #fff; margin-right: 5px; overflow: hidden }
.search-box .cancel-btn { width: 0px; opacity: 0; pointer-events: none; }
.search-box.active .cancel-btn { width: 45px; opacity: 1; pointer-events: all; }
/****Media Queries****/
@media (min-width: 768px) {
    .container.container-xsmall { max-width: 720px; }
}
@media (min-width: 992px) {
    .container.container-small { width: 960px; }
}
@media (min-width: 1200px) {
    .container.container-medium { width: 1140px; }
    .container.container-large { width: 1600px; }
}
@media(max-width: 1200px) {
header .navbar-expand-xl .navbar-nav { margin-left: 0; margin-right: 0; padding-left: 15px; padding-right: 15px; justify-content: flex-start; }
header .navbar-expand-xl .navbar-nav li a { display: block; border-bottom: 1px solid rgb(255 255 255 / 50%); padding: 10px; }
header .navbar-expand-xl .navbar-nav > li:last-child a { border-bottom: none; }
header .navbar-expand-xl .navbar-nav li ul { position: static; width: 100%; opacity: 1; pointer-events: all; }
header .navbar-expand-xl .navbar-nav li ul li a { background: none; padding-left: 30px; white-space: normal; }
}
@media(max-width: 991px) {
.container { max-width: 100% !important; }
header .navbar-expand-lg .navbar-nav { margin-left: 0; margin-right: 0; padding-left: 15px; padding-right: 15px; justify-content: flex-start; }
header .navbar-expand-lg .navbar-nav li a { display: block; border-bottom: 1px solid rgb(255 255 255 / 50%); padding: 10px; }
header .navbar-expand-lg .navbar-nav > li:last-child a { border-bottom: none; }
header .navbar-expand-lg .navbar-nav li ul { position: static; width: 100%; opacity: 1; pointer-events: all; }
header .navbar-expand-lg .navbar-nav li ul li a { background: none; padding-left: 30px; white-space: normal; }
ul.columns-3, ul.columns-4, .columns-3 ul, .columns-4 ul { columns: 2; }
}
@media(max-width: 767px) {
footer { text-align: center; }
header .navbar-brand { max-width: 250px; }
.social-media { justify-content: center; }
.aligncenter, .alignright, .alignleft, .alignnone { float: none; margin-left: auto; margin-right: auto; display: block; max-width: 100%; }
header .navbar-expand-md .navbar-nav { margin-left: 0; margin-right: 0; padding-left: 15px; padding-right: 15px; justify-content: flex-start; }
header .navbar-expand-md .navbar-nav li a { display: block; border-bottom: 1px solid rgb(255 255 255 / 50%); padding: 10px; }
header .navbar-expand-md .navbar-nav > li:last-child a { border-bottom: none; }
header .navbar-expand-md .navbar-nav li ul { position: static; width: 100%; opacity: 1; pointer-events: all; }
header .navbar-expand-md .navbar-nav li ul li a { background: none; padding-left: 30px; white-space: normal; }
.woocommerce div.product .woocommerce-tabs .panel { padding: 1em 1.2em; }
.woocommerce.woocommerce-shop ul.products.columns-3 { grid-template-columns: repeat(2, 1fr); }
.woocommerce.woocommerce-shop ul.products.columns-4 { grid-template-columns: repeat(2, 1fr); }
ul.columns-2, ul.columns-3, ul.columns-4, .columns-2 ul, .columns-3 ul, .columns-4 ul { columns: 1; }
}
@media(max-width: 640px) {
.gform_wrapper.gravity-theme .ginput_complex span { margin-bottom: 0 !important; }
.gform_wrapper.gravity-theme .ginput_complex span:first-child { margin-bottom: 15px !important; }
.ginput_complex.has_city.has_state.has_zip .ginput_address_city, .ginput_complex.has_city.has_state.has_zip .ginput_address_state, .ginput_complex.has_city.has_state.has_zip .ginput_address_zip { flex: 0 0 100%; }
.slick-next { right: -10px; }
.slick-prev { left: -10px; }
}
@media (max-width: 600px) {
.admin-bar .fixed-header { top: 0; }
}
@media (max-width: 576px) {
.container { padding-left: 10px; padding-right: 10px; }
.woocommerce.woocommerce-shop ul.products.columns-3 { grid-template-columns: repeat(1, 1fr); }
.woocommerce.woocommerce-shop ul.products.columns-4 { grid-template-columns: repeat(1, 1fr); }
}
@media(max-width: 420px) {
header .navbar-brand { max-width: 211px; margin: 0; }
}