| @import url(css/reset.css); |
| @import url(css/layout.css); |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| * { |
| margin: 0px; |
| padding: 0px; |
| |
| -webkit-box-sizing: border-box; |
| |
| -moz-box-sizing: border-box; |
| |
| box-sizing: border-box; |
| |
| } |
|
|
| .alignleft { |
| float: left; |
| } |
|
|
| .alignright { |
| float: right; |
| } |
|
|
| .aligncenter { |
| display: block; |
| margin: auto; |
| } |
|
|
| .clear { |
| clear: both; |
| } |
|
|
| .figure { |
| padding: 5px 20px; |
| } |
|
|
| .mobile-hide { |
| display: normal; |
| } |
| @media screen and (max-width: 600px) { |
| .mobile-hide { |
| display: none; |
| } |
| } |
|
|
| body { |
| background: url("images/honeycomb-texture.jpg"); |
| font-family: "Open Sans", sans-serif; |
| font-size: 100%; |
| font-weight: 400; |
| } |
|
|
| .inner-body { |
| background: url("images/body-bg2.jpg") top center no-repeat; |
| } |
|
|
| .container { |
| max-width: 1100px; |
| margin: auto; |
| } |
| @media screen and (max-width: 600px) { |
| .container { |
| width: 100%; |
| } |
| } |
|
|
| .header { |
| height: 175px; |
| background: url("images/header-bg3.jpg"); |
| position: relative; |
| } |
|
|
| .logo { |
| width: 300px; |
| height: 100px; |
| position: absolute; |
| left: -15px; |
| top: 10px; |
| } |
| .logo img { |
| width: 100%; |
| height: auto; |
| } |
| @media screen and (max-width: 920px) { |
| .logo { |
| left: 5px; |
| } |
| } |
| @media screen and (max-width: 600px) { |
| .logo { |
| position: relative; |
| left: auto; |
| margin: auto; |
| } |
| } |
|
|
| .splat { |
| background-image: url("images/discount-splat.png"); |
| background-size: 100% auto; |
| width: 150px; |
| position: absolute; |
| bottom: -20px; |
| left: 100px; |
| display: block; |
| height: 100px; |
| z-index: 1000; |
| } |
| @media screen and (max-width: 600px) { |
| .splat { |
| display: none; |
| } |
| } |
|
|
| .slogan { |
| background: #ae0000; |
| color: #fff; |
| font-size: .8em; |
| text-align: center; |
| padding: 10px; |
| font-family: "Sanchez", serif; |
| position: absolute; |
| bottom: 20px; |
| left: -10px; |
| } |
| @media screen and (max-width: 920px) { |
| .slogan { |
| left: 10px; |
| } |
| } |
|
|
| .callbox { |
| background: #ae0000; |
| width: 400px; |
| position: absolute; |
| right: -10px; |
| top: 20px; |
| min-height: 100px; |
| padding: 5px; |
| } |
| .callbox h2 { |
| text-align: center; |
| color: #fff; |
| font-size: .8em; |
| padding: 3px 0 3px 0; |
| text-shadow: 0px 1px 2px #710000; |
| } |
| .callbox p { |
| color: #fff; |
| padding: 5px 10px; |
| font-size: .8em; |
| } |
| @media screen and (max-width: 600px) { |
| .callbox { |
| display: none; |
| } |
| } |
|
|
| .callbox:after { |
| content: ''; |
| position: absolute; |
| left: -10px; |
| top: 0px; |
| width: 0; |
| height: 0; |
| border-top: 65px solid transparent; |
| border-bottom: 65px solid transparent; |
| border-right: 10px solid #ae0000; |
| } |
|
|
| .callbox-left { |
| width: 43%; |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| vertical-align: top; |
| padding: 0px; |
| } |
|
|
| .callbox-right { |
| width: 43%; |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| vertical-align: top; |
| padding: 0px; |
| } |
|
|
| .callbox-mobile { |
| display: none; |
| padding: 10px; |
| text-align: center; |
| color: #fff; |
| font-weight: 600; |
| line-height: 1.5; |
| } |
| @media screen and (max-width: 600px) { |
| .callbox-mobile { |
| display: block; |
| } |
| } |
|
|
| .slicknav_menu { |
| display: none; |
| } |
| @media screen and (max-width: 920px) { |
| .slicknav_menu { |
| display: block; |
| } |
| } |
|
|
| .main-menu { |
| background-color: #2c2826; |
| |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#413a36), to(#2c2826)); |
| |
| background-image: -webkit-linear-gradient(top, #413a36, #2c2826); |
| |
| background-image: -moz-linear-gradient(top, #413a36, #2c2826); |
| |
| background-image: -ms-linear-gradient(top, #413a36, #2c2826); |
| |
| background-image: -o-linear-gradient(top, #413a36, #2c2826); |
| |
| background-image: linear-gradient(top, #413a36, #2c2826); |
| filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#413a36', EndColorStr='#2c2826'); |
| padding: 10px 0 0 0; |
| border-bottom: 4px solid #af3600; |
| position: relative; |
| text-align: center; |
| z-index: 900; |
| |
| } |
| @media screen and (max-width: 920px) { |
| .main-menu { |
| display: none; |
| } |
| } |
| .main-menu ul { |
| margin: 0px; |
| padding: 8px 0 0 0; |
| letter-spacing: -1em; |
| |
| } |
| .main-menu ul ul { |
| position: absolute; |
| height: 0px; |
| top: 30px; |
| overflow: hidden; |
| -webkit-transition: height 0.3s ease-in-out; |
| -moz-transition: height 0.3s ease-in-out; |
| -o-transition: height 0.3s ease-in-out; |
| -ms-transition: height 0.3s ease-in-out; |
| transition: height 0.3s ease-in-out; |
| } |
| .main-menu ul ul li { |
| background: black; |
| } |
| .main-menu ul ul li a { |
| font-size: .9em; |
| text-align: left; |
| display: block; |
| width: 200px; |
| padding: 8px; |
| border-top: 1px solid #3c3c3c; |
| border-radius: 0px; |
| } |
| .main-menu li { |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| margin: 0px 2px; |
| letter-spacing: normal; |
| position: relative; |
| } |
| .main-menu li a { |
| background-color: #f0e8c3; |
| |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbea), to(#f0e8c3)); |
| |
| background-image: -webkit-linear-gradient(top, #fffbea, #f0e8c3); |
| |
| background-image: -moz-linear-gradient(top, #fffbea, #f0e8c3); |
| |
| background-image: -ms-linear-gradient(top, #fffbea, #f0e8c3); |
| |
| background-image: -o-linear-gradient(top, #fffbea, #f0e8c3); |
| |
| background-image: linear-gradient(top, #fffbea, #f0e8c3); |
| filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fffbea', EndColorStr='#f0e8c3'); |
| border-radius: 8px 8px 0px 0px; |
| color: #6a6651; |
| font-size: 1.1em; |
| display: block; |
| font-family: "Sanchez", serif; |
| padding: 8px 10px; |
| -webkit-transition: all .25s ease-in-out; |
| -moz-transition: all .25s ease-in-out; |
| -o-transition: all .25s ease-in-out; |
| transition: all .25s ease-in-out; |
| } |
| @media screen and (max-width: 920px) { |
| .main-menu li a { |
| font-size: 1em; |
| } |
| } |
| .main-menu li a:hover { |
| background-color: #a9a079; |
| |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#d3c998), to(#a9a079)); |
| |
| background-image: -webkit-linear-gradient(top, #d3c998, #a9a079); |
| |
| background-image: -moz-linear-gradient(top, #d3c998, #a9a079); |
| |
| background-image: -ms-linear-gradient(top, #d3c998, #a9a079); |
| |
| background-image: -o-linear-gradient(top, #d3c998, #a9a079); |
| |
| background-image: linear-gradient(top, #d3c998, #a9a079); |
| filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d3c998', EndColorStr='#a9a079'); |
| color: #000; |
| } |
| .main-menu li:hover ul { |
| left: 0px; |
| height: 150px; |
| } |
| .main-menu li:last-child { |
| border-right: none; |
| } |
| .main-menu li:first-child { |
| border-left: none; |
| } |
|
|
| .top-menu { |
| background-color: #2c2826; |
| |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#413a36), to(#2c2826)); |
| |
| background-image: -webkit-linear-gradient(top, #413a36, #2c2826); |
| |
| background-image: -moz-linear-gradient(top, #413a36, #2c2826); |
| |
| background-image: -ms-linear-gradient(top, #413a36, #2c2826); |
| |
| background-image: -o-linear-gradient(top, #413a36, #2c2826); |
| |
| background-image: linear-gradient(top, #413a36, #2c2826); |
| filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#413a36', EndColorStr='#2c2826'); |
| height: 54px; |
| border-bottom: 2px solid #af3600; |
| position: relative; |
| text-align: center; |
| z-index: 9999; |
| |
| } |
| @media screen and (max-width: 920px) { |
| .top-menu { |
| display: none; |
| } |
| } |
| .top-menu ul { |
| margin: 0px; |
| padding: 8px 0 0 0; |
| letter-spacing: -1em; |
| |
| } |
| .top-menu ul ul { |
| position: absolute; |
| height: 0px; |
| top: 35px; |
| overflow: hidden; |
| -webkit-transition: height 0.3s ease-in-out; |
| -moz-transition: height 0.3s ease-in-out; |
| -o-transition: height 0.3s ease-in-out; |
| -ms-transition: height 0.3s ease-in-out; |
| transition: height 0.3s ease-in-out; |
| } |
| .top-menu ul ul li { |
| background: black; |
| } |
| .top-menu ul ul li a { |
| font-size: .9em; |
| text-align: left; |
| display: block; |
| width: 200px; |
| padding: 8px; |
| border-top: 1px solid #3c3c3c; |
| } |
| .top-menu li { |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| border-left: 1px solid #181818; |
| border-right: 1px solid #544b47; |
| letter-spacing: normal; |
| position: relative; |
| } |
| .top-menu li a { |
| color: #fff; |
| font-size: 1.2em; |
| display: block; |
| font-family: "Sanchez", serif; |
| padding: 4px 10px; |
| -webkit-transition: all .25s ease-in-out; |
| -moz-transition: all .25s ease-in-out; |
| -o-transition: all .25s ease-in-out; |
| transition: all .25s ease-in-out; |
| } |
| @media screen and (max-width: 920px) { |
| .top-menu li a { |
| font-size: 1em; |
| } |
| } |
| .top-menu li a:hover { |
| color: #ffc107; |
| } |
| .top-menu li:hover ul { |
| left: 0px; |
| height: 150px; |
| } |
| .top-menu li:last-child { |
| border-right: none; |
| } |
| .top-menu li:first-child { |
| border-left: none; |
| } |
|
|
| .top-menu:before { |
| content: ''; |
| background: url("images/menu-left.png"); |
| height: 68px; |
| width: 14px; |
| position: absolute; |
| left: -14px; |
| top: 0px; |
| } |
| @media screen and (max-width: 920px) { |
| .top-menu:before { |
| display: none; |
| } |
| } |
|
|
| .top-menu:after { |
| content: ''; |
| background: url("images/menu-right.png"); |
| height: 68px; |
| width: 14px; |
| position: absolute; |
| right: -14px; |
| top: 0px; |
| } |
| @media screen and (max-width: 920px) { |
| .top-menu:after { |
| display: none; |
| } |
| } |
|
|
| .content { |
| background: #fff; |
| min-height: 500px; |
| } |
| .content ul { |
| margin: 5px 5px 5px 50px; |
| } |
| .content ol { |
| margin: 5px 5px 5px 50px; |
| } |
| .content ol li { |
| list-style-type: decimal; |
| padding: 5px; |
| } |
| .content li { |
| color: #222; |
| list-style-type: square; |
| font-size: .9em; |
| line-height: 1.5; |
| padding: 5px; |
| } |
|
|
| .sidebar { |
| float: left; |
| width: 25%; |
| } |
| .sidebar ul { |
| padding: 0; |
| margin: 0; |
| } |
| .sidebar li { |
| padding: 5px; |
| margin: 0px; |
| list-style-type: none; |
| } |
| .sidebar h3 { |
| padding: 5px; |
| } |
| .sidebar .sidebar-box { |
| padding: 10px; |
| margin: 10px 0px; |
| border-radius: 5px; |
| background: #f8f8f8; |
| } |
| .sidebar .sidebar-box a { |
| display: block; |
| color: #5f5f5f; |
| background: #e6e6e6; |
| font-size: .9em; |
| padding: 4px 8px; |
| border-radius: 2px; |
| box-shadow: 1px 1px 5px #ccc; |
| -webkit-transition: all .10s ease-in-out; |
| -moz-transition: all .10s ease-in-out; |
| -o-transition: all .10s ease-in-out; |
| transition: all .10s ease-in-out; |
| } |
| .sidebar .sidebar-box a:hover { |
| background: #fff; |
| color: #a11a00; |
| box-shadow: 1px 1px 1px #222; |
| } |
| @media screen and (max-width: 600px) { |
| .sidebar { |
| display: none; |
| } |
| } |
|
|
| .content-left { |
| float: left; |
| width: 74.5%; |
| } |
| @media screen and (max-width: 600px) { |
| .content-left { |
| width: 100%; |
| float: none; |
| } |
| } |
|
|
| .content-footer { |
| height: 20px; |
| background: #212121; |
| border-top: 1px solid #000; |
| position: relative; |
| } |
|
|
| .content-footer:after { |
| content: ''; |
| position: absolute; |
| left: 50%; |
| top: 12px; |
| width: 35px; |
| height: 35px; |
| margin-left: -16px; |
| background: url("images/content-footer-arrow.png") no-repeat; |
| } |
|
|
| .footer { |
| background: #920000; |
| min-height: 150px; |
| padding: 15px 0 0 0; |
| } |
| .footer p { |
| color: #fff; |
| font-family: "Sanchez", serif; |
| } |
| .footer a { |
| color: #a7926d; |
| } |
| .footer a:hover { |
| color: #ffba00; |
| } |
|
|
| .footer-bottom { |
| background: url("images/footer-bottom.png") top center no-repeat; |
| height: 100px; |
| background-size: 100% auto; |
| } |
|
|
| .footer-left { |
| width: 49%; |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| vertical-align: top; |
| padding: 0px 10px; |
| } |
| @media screen and (max-width: 920px) { |
| .footer-left { |
| display: block; |
| width: 100%; |
| text-align: center; |
| border-bottom: 1px solid #ff5654; |
| } |
| } |
|
|
| .footer-right { |
| width: 49%; |
| text-align: right; |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| vertical-align: top; |
| padding: 0px 10px; |
| } |
| @media screen and (max-width: 920px) { |
| .footer-right { |
| display: block; |
| width: 100%; |
| text-align: center; |
| padding: 0px 10px 15px 0px; |
| } |
| } |
|
|
| .separator { |
| background: #6ab7be; |
| margin: 10px auto; |
| display: block; |
| height: 1px; |
| } |
|
|
| .page-banner { |
| width: 100%; |
| max-height: 275px; |
| overflow: hidden; |
| position: relative; |
| } |
| .page-banner img { |
| width: 100%; |
| height: auto; |
| } |
|
|
| .testimonial-container { |
| width: 90%; |
| margin: 10px; |
| background-color: #e7e7e7; |
| |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e7e7e7)); |
| |
| background-image: -webkit-linear-gradient(top, #f1f1f1, #e7e7e7); |
| |
| background-image: -moz-linear-gradient(top, #f1f1f1, #e7e7e7); |
| |
| background-image: -ms-linear-gradient(top, #f1f1f1, #e7e7e7); |
| |
| background-image: -o-linear-gradient(top, #f1f1f1, #e7e7e7); |
| |
| background-image: linear-gradient(top, #f1f1f1, #e7e7e7); |
| filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1f1f1', EndColorStr='#e7e7e7'); |
| box-shadow: 0px 1px 1px #ccc; |
| padding: 20px; |
| font-style: italic; |
| font-weight: 400; |
| border-radius: 4px; |
| } |
| .testimonial-container p { |
| font-size: .9em; |
| } |
|
|
| p.testimonial-signature { |
| color: #920000; |
| font-size: .8em; |
| font-style: normal; |
| text-align: right; |
| } |
|
|
| .home-videos { |
| width: 100%; |
| background: #f5f5f5; |
| box-shadow: inset 0px 0px 150px #ccc; |
| padding: 20px; |
| text-align: center; |
| margin: 0px 0px 10px 0px; |
| } |
| .home-videos img { |
| border: 4px solid #fff; |
| margin: 10px; |
| } |
| .home-videos h3 { |
| font-style: normal; |
| color: #575757; |
| } |
| .home-videos p { |
| font-size: .8em; |
| color: #8a8a8a; |
| } |
|
|
| .contact-container { |
| width: 100%; |
| border-radius: 5px; |
| background-color: #e7e7e7; |
| |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e7e7e7)); |
| |
| background-image: -webkit-linear-gradient(top, #f1f1f1, #e7e7e7); |
| |
| background-image: -moz-linear-gradient(top, #f1f1f1, #e7e7e7); |
| |
| background-image: -ms-linear-gradient(top, #f1f1f1, #e7e7e7); |
| |
| background-image: -o-linear-gradient(top, #f1f1f1, #e7e7e7); |
| |
| background-image: linear-gradient(top, #f1f1f1, #e7e7e7); |
| filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1f1f1', EndColorStr='#e7e7e7'); |
| padding: 10px; |
| } |
|
|
| .one-half { |
| width: 49%; |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| vertical-align: top; |
| padding: 0px 10px; |
| } |
| @media screen and (max-width: 920px) { |
| .one-half { |
| display: block; |
| width: 100%; |
| } |
| } |
|
|
| .two-third { |
| width: 64%; |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| vertical-align: top; |
| padding: 0px 10px; |
| } |
| @media screen and (max-width: 600px) { |
| .two-third { |
| display: block; |
| width: 100%; |
| } |
| } |
|
|
| .one-third { |
| width: 32%; |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| vertical-align: top; |
| padding: 0px 10px; |
| } |
| @media screen and (max-width: 600px) { |
| .one-third { |
| display: block; |
| width: 100%; |
| } |
| } |
|
|
| .blog-button { |
| background: #ffba00; |
| font-weight: 600; |
| color: #920000; |
| border-radius: 3px; |
| padding: 8px 16px; |
| -webkit-transition: all .25s ease-in-out; |
| -moz-transition: all .25s ease-in-out; |
| -o-transition: all .25s ease-in-out; |
| transition: all .25s ease-in-out; |
| font-size: 1em; |
| box-shadow: 0px 1px 1px #799855; |
| } |
|
|
| .blog-button:hover { |
| background: #920000; |
| color: white; |
| box-shadow: 0px 1px 1px #000; |
| } |
|
|
| .fancy-button2 { |
| font-size: 1em; |
| font-weight: 600; |
| background: #fffced; |
| border-radius: 3px; |
| padding: 4px 8px; |
| color: #920000; |
| -webkit-transition: all .25s ease-in-out; |
| -moz-transition: all .25s ease-in-out; |
| -o-transition: all .25s ease-in-out; |
| transition: all .25s ease-in-out; |
| box-shadow: 0px 1px 1px #799855; |
| } |
|
|
| .fancy-button { |
| font-size: 1em; |
| background: #fffced; |
| border-radius: 5px; |
| padding: 8px 16px; |
| color: #9b924c; |
| -webkit-transition: all .25s ease-in-out; |
| -moz-transition: all .25s ease-in-out; |
| -o-transition: all .25s ease-in-out; |
| transition: all .25s ease-in-out; |
| box-shadow: 0px 1px 1px #799855; |
| } |
|
|
| .fancy-button:hover { |
| background: #fffffb; |
| box-shadow: 0px 1px 1px #384726; |
| } |
|
|
| h1 { |
| font-size: 2.4em; |
| color: #920000; |
| padding: 20px 20px 10px 20px; |
| font-family: "Sanchez", serif; |
| font-weight: 400; |
| text-shadow: 2px 2px 0px #ccc; |
| } |
|
|
| h1.page-header { |
| width: 100%; |
| color: #fff; |
| font-size: 2em; |
| position: relative; |
| top: 20px; |
| background: rgba(0, 0, 0, 0.5); |
| z-index: 20; |
| font-weight: 400; |
| text-shadow: 1px 1px 1px #000; |
| padding: 5px 30px; |
| } |
|
|
| h2 { |
| font-size: 1.8em; |
| color: #ffba00; |
| padding: 10px 20px; |
| font-family: "Open Sans", sans-serif; |
| font-weight: 400; |
| } |
|
|
| h3 { |
| font-size: 1.6em; |
| font-style: italic; |
| color: black; |
| font-family: "Open Sans", sans-serif; |
| padding: 5px 20px; |
| } |
|
|
| hr { |
| width: 90%; |
| margin: 10px auto; |
| display: block; |
| border: none; |
| background: url("images/hr-bg.png"); |
| height: 10px; |
| position: relative; |
| } |
|
|
| p { |
| color: #3c4f24; |
| padding: 10px 20px; |
| line-height: 1.5; |
| font-size: 14px; |
| } |
|
|
| strong { |
| font-weight: bold; |
| font-weight: 600; |
| } |
|
|
| a { |
| text-decoration: none; |
| color: #920000; |
| } |
|
|
| a:hover { |
| color: #a7926d; |
| } |
|
|
| .grid { |
| text-align: center; |
| } |
|
|
| .home-circle { |
| position: relative; |
| width: 200px; |
| height: 200px; |
| border-radius: 50%; |
| border: 3px solid #416f75; |
| overflow: hidden; |
| background: #fff; |
| margin: 15px; |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| } |
|
|
| .blog-date { |
| background: url("images/blog-date-bg.png"); |
| width: 100px; |
| height: 100px; |
| background-size: 100% auto; |
| text-align: center; |
| color: #fff; |
| font-size: 12px; |
| position: relative; |
| left: -30px; |
| padding: 20px 0 0 0; |
| } |
|
|
| ul.service-images { |
| margin: 10px; |
| padding: 0px; |
| } |
| ul.service-images li { |
| display: inline-block; |
| *display: inline; |
| zoom: 1; |
| vertical-align: top; |
| margin: 10px; |
| } |
| ul.service-images li img { |
| width: 125px; |
| height: auto; |
| border: 4px solid #fff; |
| box-shadow: 0px 0px 10px #ccc; |
| } |
|
|
| ul.service-galleries { |
| float: left; |
| text-align: center; |
| } |
| ul.service-galleries li { |
| display: none; |
| list-style-type: none; |
| padding: 0px; |
| } |
| ul.service-galleries li:first-child { |
| display: block; |
| } |
| ul.service-galleries a { |
| background: #920000; |
| box-shadow: inset 0px 0px 25px #770000, 0px 2px 3px #ccc; |
| text-shadow: 0px 1px 1px #000; |
| color: #fff; |
| width: 275px; |
| display: block; |
| padding: 8px; |
| font-size: .9em; |
| border-radius: 4px; |
| -webkit-transition: all .10s ease-in-out; |
| -moz-transition: all .10s ease-in-out; |
| -o-transition: all .10s ease-in-out; |
| transition: all .10s ease-in-out; |
| } |
| ul.service-galleries a:hover { |
| background: #464646; |
| inset: 0px 0px 25px #3b3b3b; |
| } |
|
|
| input:focus, |
| select:focus, |
| textarea:focus, |
| button:focus { |
| outline: none; |
| } |
|
|
| input[type=submit]#searchsubmit { |
| font-size: .8em; |
| padding: 4px 8px; |
| } |
|
|
| input[type=text], |
| input[type=url], |
| input[type=tel], |
| input[type=number], |
| input[type=color], |
| input[type=email], |
| input[type=password], |
| textarea { |
| border: 1px solid #ccc; |
| background: #fff; |
| border-radius: 3px; |
| padding: 5px; |
| max-width: 100%; |
| } |
|
|
| input[type=submit] { |
| background: #920000; |
| font-size: 1.2em; |
| border: none; |
| border-radius: 4px; |
| padding: 5px 10px; |
| color: #fff; |
| -webkit-transition: all .25s ease-in-out; |
| -moz-transition: all .25s ease-in-out; |
| -o-transition: all .25s ease-in-out; |
| transition: all .25s ease-in-out; |
| } |
|
|
| input[type=submit]:hover { |
| background: #222; |
| } |
|
|