Garten Choi (Talk | contribs) |
Garten Choi (Talk | contribs) |
||
Line 61: | Line 61: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
− | p,#HQ_page p{ | + | p, #HQ_page p{ |
font-family:"Open Sans",sans-serif;font-size:13px;text-align:left; | font-family:"Open Sans",sans-serif;font-size:13px;text-align:left; | ||
padding: 0; | padding: 0; | ||
Line 73: | Line 73: | ||
} | } | ||
/* Back to top button */ | /* Back to top button */ | ||
− | .back-to-top { | + | #HQ_page .back-to-top { |
position: fixed; | position: fixed; | ||
display: none; | display: none; | ||
background: #582d32; | background: #582d32; | ||
color: #f6f8f1; | color: #f6f8f1; | ||
− | |||
width: 54px; | width: 54px; | ||
height: 54px; | height: 54px; | ||
Line 91: | Line 90: | ||
} | } | ||
− | .back-to-top i { | + | #HQ_page .back-to-top i { |
padding-top: 16px; | padding-top: 16px; | ||
color: #f6f8f1; | color: #f6f8f1; | ||
Line 97: | Line 96: | ||
.sc-bwzfXH {right:24px!important;} | .sc-bwzfXH {right:24px!important;} | ||
− | #header { | + | #HQ_page #header { |
padding: 30px 0; | padding: 30px 0; | ||
height: 92px; | height: 92px; | ||
Line 108: | Line 107: | ||
} | } | ||
− | #header.header-scrolled { | + | #HQ_page #header.header-scrolled { |
background: #28272c; | background: #28272c; | ||
padding: 20px 0; | padding: 20px 0; | ||
Line 115: | Line 114: | ||
} | } | ||
− | #header #logo { | + | #HQ_page #header #logo { |
float: left; | float: left; | ||
} | } | ||
@media (min-width: 1024px) { | @media (min-width: 1024px) { | ||
− | #header #logo { | + | #HQ_page #header #logo { |
padding-left: 60px; | padding-left: 60px; | ||
} | } | ||
} | } | ||
− | #header #logo h1 { | + | #HQ_page #header #logo h1 { |
font-size: 34px; | font-size: 34px; | ||
margin: 0; | margin: 0; | ||
Line 135: | Line 134: | ||
} | } | ||
− | #header #logo h1 a, #header #logo h1 a:hover { | + | #HQ_page #header #logo h1 a, #HQ_page #header #logo h1 a:hover { |
color: #f6f8f1; | color: #f6f8f1; | ||
padding-left: 10px; | padding-left: 10px; | ||
Line 141: | Line 140: | ||
} | } | ||
− | #header #logo img { | + | #HQ_page #header #logo img { |
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
Line 147: | Line 146: | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
− | #header #logo h1 { | + | #HQ_page #header #logo h1 { |
font-size: 28px; | font-size: 28px; | ||
} | } | ||
− | #header #logo img { | + | #HQ_page #header #logo img { |
max-height: 40px; | max-height: 40px; | ||
} | } | ||
} | } | ||
− | #intro-title{display:table;width:100%;height:300px;background:#28272c;} | + | #HQ_page #intro-title{display:table;width:100%;height:300px;background:#28272c;} |
− | #intro-title .section-header h3 { | + | #HQ_page #intro-title .section-header h3 { |
color: #f6f8f1; | color: #f6f8f1; | ||
margin-top: 30px; | margin-top: 30px; | ||
Line 161: | Line 160: | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
− | #intro { | + | #HQ_page #intro { |
display: table; | display: table; | ||
width: 100%; | width: 100%; | ||
Line 168: | Line 167: | ||
} | } | ||
− | #intro .carousel-item { | + | #HQ_page #intro .carousel-item { |
width: 100%; | width: 100%; | ||
height: 100vh; | height: 100vh; | ||
background-size: cover; | background-size: cover; | ||
− | background | + | background: no-repeat center; |
− | + | ||
} | } | ||
− | #intro .carousel-item::before { | + | #HQ_page #intro .carousel-item::before { |
content: ''; | content: ''; | ||
background-color: rgba(40,39,44, 0.7); | background-color: rgba(40,39,44, 0.7); | ||
Line 188: | Line 186: | ||
} | } | ||
− | #intro .carousel-container { | + | #HQ_page #intro .carousel-container { |
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
Line 199: | Line 197: | ||
} | } | ||
− | #intro .carousel-content { | + | #HQ_page #intro .carousel-content { |
text-align: center; | text-align: center; | ||
} | } | ||
− | #intro h2 { | + | #HQ_page #intro h2 { |
color: #f6f8f1; | color: #f6f8f1; | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
Line 211: | Line 209: | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
− | #intro h2 { | + | #HQ_page #intro h2 { |
font-size: 28px; | font-size: 28px; | ||
} | } | ||
} | } | ||
− | #intro p { | + | #HQ_page #intro p { |
width: 80%; | width: 80%; | ||
margin: 0 auto 30px auto; | margin: 0 auto 30px auto; | ||
Line 223: | Line 221: | ||
@media (min-width: 1024px) { | @media (min-width: 1024px) { | ||
− | #intro p { | + | #HQ_page #intro p { |
width: 60%; | width: 60%; | ||
} | } | ||
} | } | ||
− | #intro .carousel-fade .carousel-inner .carousel-item { | + | #HQ_page #intro .carousel-fade .carousel-inner .carousel-item { |
-webkit-transition-property: opacity; | -webkit-transition-property: opacity; | ||
transition-property: opacity; | transition-property: opacity; | ||
} | } | ||
− | #intro .carousel-fade .carousel-inner .carousel-item, | + | #HQ_page #intro .carousel-fade .carousel-inner .carousel-item, |
− | #intro .carousel-fade .carousel-inner .active.carousel-item-left, | + | #HQ_page #intro .carousel-fade .carousel-inner .active.carousel-item-left, |
− | #intro .carousel-fade .carousel-inner .active.carousel-item-right { | + | #HQ_page #intro .carousel-fade .carousel-inner .active.carousel-item-right { |
opacity: 0; | opacity: 0; | ||
} | } | ||
− | #intro .carousel-fade .carousel-inner .active, | + | #HQ_page #intro .carousel-fade .carousel-inner .active, |
− | #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, | + | #HQ_page #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, |
− | #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right { | + | #HQ_page #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right { |
opacity: 1; | opacity: 1; | ||
transition: 0.5s; | transition: 0.5s; | ||
} | } | ||
− | #intro .carousel-fade .carousel-inner .carousel-item-next, | + | #HQ_page #intro .carousel-fade .carousel-inner .carousel-item-next, |
− | #intro .carousel-fade .carousel-inner .carousel-item-prev, | + | #HQ_page #intro .carousel-fade .carousel-inner .carousel-item-prev, |
− | #intro .carousel-fade .carousel-inner .active.carousel-item-left, | + | #HQ_page #intro .carousel-fade .carousel-inner .active.carousel-item-left, |
− | #intro .carousel-fade .carousel-inner .active.carousel-item-right { | + | #HQ_page #intro .carousel-fade .carousel-inner .active.carousel-item-right { |
left: 0; | left: 0; | ||
-webkit-transform: translate3d(0, 0, 0); | -webkit-transform: translate3d(0, 0, 0); | ||
Line 255: | Line 253: | ||
} | } | ||
− | #intro .carousel-control-prev, #intro .carousel-control-next { | + | #HQ_page #intro .carousel-control-prev, #HQ_page #intro .carousel-control-next { |
width: 10%; | width: 10%; | ||
} | } | ||
@media (min-width: 1024px) { | @media (min-width: 1024px) { | ||
− | #intro .carousel-control-prev, #intro .carousel-control-next { | + | #HQ_page #intro .carousel-control-prev, #HQ_page #intro .carousel-control-next { |
width: 5%; | width: 5%; | ||
} | } | ||
} | } | ||
− | #intro .carousel-control-next-icon, #intro .carousel-control-prev-icon { | + | #HQ_page #intro .carousel-control-next-icon, #HQ_page #intro .carousel-control-prev-icon { |
background: none; | background: none; | ||
font-size: 32px; | font-size: 32px; | ||
Line 271: | Line 269: | ||
} | } | ||
− | #intro .carousel-indicators li { | + | #HQ_page #intro .carousel-indicators li { |
cursor: pointer; | cursor: pointer; | ||
} | } | ||
− | #intro .btn-get-started { | + | #HQ_page #intro .btn-get-started { |
font-family: "Montserrat", sans-serif; | font-family: "Montserrat", sans-serif; | ||
font-weight: 500; | font-weight: 500; | ||
Line 289: | Line 287: | ||
} | } | ||
− | #intro .btn-get-started:hover { | + | #HQ_page #intro .btn-get-started:hover { |
background: #f6f8f1; | background: #f6f8f1; | ||
color: #a54040; | color: #a54040; | ||
Line 538: | Line 536: | ||
} | } | ||
− | .section-header h3 { | + | #HQ_page .section-header h3 { |
font-size: 32px; | font-size: 32px; | ||
color: #28272c; | color: #28272c; | ||
Line 548: | Line 546: | ||
} | } | ||
− | .section-header h3::before { | + | #HQ_page .section-header h3::before { |
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
Line 559: | Line 557: | ||
} | } | ||
− | .section-header h3::after { | + | #HQ_page .section-header h3::after { |
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
Line 570: | Line 568: | ||
} | } | ||
− | .section-header p { | + | #HQ_page .section-header p { |
text-align: center; | text-align: center; | ||
padding-bottom: 30px; | padding-bottom: 30px; | ||
Line 576: | Line 574: | ||
} | } | ||
− | .section-bg { | + | #HQ_page .section-bg { |
background: #eae7e7; | background: #eae7e7; | ||
} | } | ||
− | #about { | + | #HQ_page #about { |
background: url("/template/img/about-bg.jpg") center top no-repeat fixed; | background: url("/template/img/about-bg.jpg") center top no-repeat fixed; | ||
background-size: cover; | background-size: cover; | ||
Line 587: | Line 585: | ||
} | } | ||
− | #about::before { | + | #HQ_page #about::before { |
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
Line 598: | Line 596: | ||
} | } | ||
− | #about .container { | + | #HQ_page #about .container { |
position: relative; | position: relative; | ||
z-index: 10; | z-index: 10; | ||
} | } | ||
− | #about .about-col { | + | #HQ_page #about .about-col { |
background: #f6f8f1; | background: #f6f8f1; | ||
border-radius: 0 0 4px 4px; | border-radius: 0 0 4px 4px; | ||
Line 610: | Line 608: | ||
} | } | ||
− | #about .about-col .img { | + | #HQ_page #about .about-col .img { |
position: relative; | position: relative; | ||
} | } | ||
− | #about .about-col .img img { | + | #HQ_page #about .about-col .img img { |
border-radius: 4px 4px 0 0; | border-radius: 4px 4px 0 0; | ||
} | } | ||
− | #about .about-col .icon { | + | #HQ_page #about .about-col .icon { |
width: 64px; | width: 64px; | ||
height: 64px; | height: 64px; | ||
Line 633: | Line 631: | ||
} | } | ||
− | #about .about-col i { | + | #HQ_page #about .about-col i { |
font-size: 36px; | font-size: 36px; | ||
line-height: 1; | line-height: 1; | ||
Line 640: | Line 638: | ||
} | } | ||
− | #about .about-col:hover .icon { | + | #HQ_page #about .about-col:hover .icon { |
background-color: #f6f8f1; | background-color: #f6f8f1; | ||
} | } | ||
− | #about .about-col:hover i { | + | #HQ_page #about .about-col:hover i { |
color: #a54040; | color: #a54040; | ||
} | } | ||
− | #about .about-col h2 { | + | #HQ_page #about .about-col h2 { |
color: #28272c; | color: #28272c; | ||
text-align: center; | text-align: center; | ||
Line 657: | Line 655: | ||
} | } | ||
− | #about .about-col h2 a { | + | #HQ_page #about .about-col h2 a { |
color: #28272c; | color: #28272c; | ||
} | } | ||
− | #about .about-col h2 a:hover { | + | #HQ_page #about .about-col h2 a:hover { |
color: #a54040; | color: #a54040; | ||
} | } | ||
− | #about .about-col p { | + | #HQ_page #about .about-col p { |
font-size: 14px; | font-size: 14px; | ||
line-height: 24px; | line-height: 24px; | ||
Line 672: | Line 670: | ||
padding: 0 20px 20px 20px; | padding: 0 20px 20px 20px; | ||
} | } | ||
− | #call-to-action { | + | #HQ_page #call-to-action { |
background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(40,39,44, 0.1)), url(/template/img/call-to-action-bg.jpg) fixed center center; | background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(40,39,44, 0.1)), url(/template/img/call-to-action-bg.jpg) fixed center center; | ||
background-size: cover; | background-size: cover; | ||
Line 678: | Line 676: | ||
} | } | ||
− | #call-to-action h3 { | + | #HQ_page #call-to-action h3 { |
color: #f6f8f1; | color: #f6f8f1; | ||
font-size: 28px; | font-size: 28px; | ||
Line 684: | Line 682: | ||
} | } | ||
− | #call-to-action p { | + | #HQ_page #call-to-action p { |
color: #f6f8f1; | color: #f6f8f1; | ||
} | } | ||
− | #call-to-action .cta-btn { | + | #HQ_page #call-to-action .cta-btn { |
font-family: "Montserrat", sans-serif; | font-family: "Montserrat", sans-serif; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
Line 703: | Line 701: | ||
} | } | ||
− | #call-to-action .cta-btn:hover { | + | #HQ_page #call-to-action .cta-btn:hover { |
background: #a54040; | background: #a54040; | ||
border: 2px solid #a54040; | border: 2px solid #a54040; | ||
Line 710: | Line 708: | ||
/* Clients Section | /* Clients Section | ||
--------------------------------*/ | --------------------------------*/ | ||
− | #clients { | + | #HQ_page #clients {padding: 60px 0;} |
− | + | ||
− | } | + | |
− | #clients img { | + | #HQ_page #clients img { |
max-width: 100%; | max-width: 100%; | ||
opacity: 0.5; | opacity: 0.5; | ||
Line 721: | Line 717: | ||
} | } | ||
− | #clients img:hover { | + | #HQ_page #clients img:hover { |
opacity: 1; | opacity: 1; | ||
} | } | ||
− | #clients .owl-nav, #clients .owl-dots { | + | #HQ_page #clients .owl-nav, #clients .owl-dots { |
margin-top: 5px; | margin-top: 5px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | #clients .owl-dot { | + | #HQ_page #clients .owl-dot { |
display: inline-block; | display: inline-block; | ||
margin: 0 5px; | margin: 0 5px; | ||
Line 739: | Line 735: | ||
} | } | ||
− | #clients .owl-dot.active { | + | #HQ_page #clients .owl-dot.active { |
background-color: #a54040; | background-color: #a54040; | ||
} | } | ||
Line 745: | Line 741: | ||
/* Contact Section | /* Contact Section | ||
--------------------------------*/ | --------------------------------*/ | ||
− | #contact { | + | #HQ_page #contact { |
padding: 60px 0; | padding: 60px 0; | ||
} | } | ||
− | #contact .contact-info { | + | #HQ_page #contact .contact-info { |
margin-bottom: 20px; | margin-bottom: 20px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | #contact .contact-info i { | + | #HQ_page #contact .contact-info i { |
font-size: 48px; | font-size: 48px; | ||
display: inline-block; | display: inline-block; | ||
Line 761: | Line 757: | ||
} | } | ||
− | #contact .contact-info address, #contact .contact-info p { | + | #HQ_page #contact .contact-info address, #HQ_page #contact .contact-info p { |
margin-bottom: 0; | margin-bottom: 0; | ||
color: #28272c; | color: #28272c; | ||
} | } | ||
− | #contact .contact-info h3 { | + | #HQ_page #contact .contact-info h3 { |
font-size: 18px; | font-size: 18px; | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
Line 774: | Line 770: | ||
} | } | ||
− | #contact .contact-info a { | + | #HQ_page #contact .contact-info a { |
color: #28272c; | color: #28272c; | ||
} | } | ||
− | #contact .contact-info a:hover { | + | #HQ_page #contact .contact-info a:hover { |
color: #a54040; | color: #a54040; | ||
} | } | ||
− | #contact .contact-address, #contact .contact-phone, #contact .contact-email { | + | #HQ_page #contact .contact-address, #HQ_page #contact .contact-phone, #HQ_page #contact .contact-email { |
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | } | ||
@media (min-width: 768px) { | @media (min-width: 768px) { | ||
− | #contact .contact-address, #contact .contact-phone, #contact .contact-email { | + | #HQ_page #contact .contact-address, #HQ_page #contact .contact-phone, #HQ_page #contact .contact-email { |
padding: 20px 0; | padding: 20px 0; | ||
} | } | ||
Line 793: | Line 789: | ||
@media (min-width: 768px) { | @media (min-width: 768px) { | ||
− | #contact .contact-phone { | + | #HQ_page #contact .contact-phone { |
border-left: 1px solid #c2bcb9; | border-left: 1px solid #c2bcb9; | ||
border-right: 1px solid #c2bcb9; | border-right: 1px solid #c2bcb9; | ||
Line 799: | Line 795: | ||
} | } | ||
− | #contact .form #sendmessage { | + | #HQ_page #contact .form #sendmessage { |
color: #a54040; | color: #a54040; | ||
border: 1px solid #a54040; | border: 1px solid #a54040; | ||
Line 809: | Line 805: | ||
} | } | ||
− | #contact .form #errormessage { | + | #HQ_page #contact .form #errormessage { |
color: red; | color: red; | ||
display: none; | display: none; | ||
Line 819: | Line 815: | ||
} | } | ||
− | #contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show { | + | #HQ_page #contact .form #sendmessage.show, #HQ_page #contact .form #errormessage.show, #HQ_page #contact .form .show { |
display: block; | display: block; | ||
} | } | ||
− | #contact .form .validation { | + | #HQ_page #contact .form .validation { |
color: red; | color: red; | ||
display: none; | display: none; | ||
Line 831: | Line 827: | ||
} | } | ||
− | #contact .form input, #contact .form textarea { | + | #HQ_page #contact .form input, #HQ_page #contact .form textarea { |
padding: 10px 14px; | padding: 10px 14px; | ||
border-radius: 0; | border-radius: 0; | ||
Line 848: | Line 844: | ||
color: #c2bcb9; | color: #c2bcb9; | ||
} | } | ||
− | #footer{ | + | #HQ_page #footer{ |
text-align:left; | text-align:left; | ||
background: #28272c; | background: #28272c; | ||
Line 855: | Line 851: | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
− | #footer li{display:block;margin:0;} | + | #HQ_page #footer li{display:block;margin:0;} |
− | #footer .footer-top { | + | #HQ_page #footer .footer-top { |
background: #28272c; | background: #28272c; | ||
padding: 60px 0 30px 0; | padding: 60px 0 30px 0; | ||
} | } | ||
− | #footer .footer-top .footer-info { | + | #HQ_page #footer .footer-top .footer-info { |
margin-bottom: 30px; | margin-bottom: 30px; | ||
} | } | ||
− | #footer .footer-top .footer-info h3 { | + | #HQ_page #footer .footer-top .footer-info h3 { |
font-size: 34px; | font-size: 34px; | ||
margin: 0 0 20px 0; | margin: 0 0 20px 0; | ||
Line 877: | Line 873: | ||
} | } | ||
− | #footer .footer-top .footer-info p { | + | #HQ_page #footer .footer-top .footer-info p { |
font-size: 14px; | font-size: 14px; | ||
line-height: 24px; | line-height: 24px; | ||
Line 885: | Line 881: | ||
} | } | ||
− | #footer .footer-top .social-links a { | + | #HQ_page #footer .footer-top .social-links a { |
font-size: 18px; | font-size: 18px; | ||
display: inline-block; | display: inline-block; | ||
Line 900: | Line 896: | ||
} | } | ||
− | #footer .footer-top .social-links a:hover { | + | #HQ_page #footer .footer-top .social-links a:hover { |
background: #a54040; | background: #a54040; | ||
color: #f6f8f1; | color: #f6f8f1; | ||
} | } | ||
− | #footer .footer-top h4 { | + | #HQ_page #footer .footer-top h4 { |
font-size: 14px; | font-size: 14px; | ||
font-weight: bold; | font-weight: bold; | ||
Line 914: | Line 910: | ||
} | } | ||
− | #footer .footer-top h4::before, #footer .footer-top h4::after { | + | #HQ_page #footer .footer-top h4::before, #HQ_page #footer .footer-top h4::after { |
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
Line 922: | Line 918: | ||
} | } | ||
− | #footer .footer-top h4::before { | + | #HQ_page #footer .footer-top h4::before { |
right: 0; | right: 0; | ||
background: #c2bcb9; | background: #c2bcb9; | ||
} | } | ||
− | #footer .footer-top h4::after { | + | #HQ_page #footer .footer-top h4::after { |
background: #a54040; | background: #a54040; | ||
width: 60px; | width: 60px; | ||
} | } | ||
− | #footer .footer-top .footer-links { | + | #HQ_page #footer .footer-top .footer-links { |
margin-bottom: 30px; | margin-bottom: 30px; | ||
} | } | ||
− | #footer .footer-top .footer-links ul { | + | #HQ_page #footer .footer-top .footer-links ul { |
list-style: none; | list-style: none; | ||
padding: 0; | padding: 0; | ||
Line 942: | Line 938: | ||
} | } | ||
− | #footer .footer-top .footer-links ul i { | + | #HQ_page #footer .footer-top .footer-links ul i { |
padding-right: 8px; | padding-right: 8px; | ||
color: #c2bcb9; | color: #c2bcb9; | ||
} | } | ||
− | #footer .footer-top .footer-links ul li { | + | #HQ_page #footer .footer-top .footer-links ul li { |
border-bottom: 1px solid #28272c; | border-bottom: 1px solid #28272c; | ||
padding: 10px 0; | padding: 10px 0; | ||
} | } | ||
− | #footer .footer-top .footer-links ul li:first-child { | + | #HQ_page #footer .footer-top .footer-links ul li:first-child { |
padding-top: 0; | padding-top: 0; | ||
} | } | ||
− | #footer .footer-top .footer-links ul a { | + | #HQ_page #footer .footer-top .footer-links ul a { |
color: #eae7e7; | color: #eae7e7; | ||
} | } | ||
− | #footer .footer-top .footer-links ul a:hover { | + | #HQ_page #footer .footer-top .footer-links ul a:hover { |
color: #a54040; | color: #a54040; | ||
} | } | ||
− | #footer .footer-top .footer-contact { | + | #HQ_page #footer .footer-top .footer-contact { |
margin-bottom: 30px; | margin-bottom: 30px; | ||
} | } | ||
− | #footer .footer-top .footer-contact p { | + | #HQ_page #footer .footer-top .footer-contact p { |
line-height: 26px; | line-height: 26px; | ||
} | } | ||
− | #footer .footer-top .footer-newsletter { | + | #HQ_page #footer .footer-top .footer-newsletter { |
margin-bottom: 30px; | margin-bottom: 30px; | ||
} | } | ||
− | #footer .footer-top .footer-newsletter input[type="email"] { | + | #HQ_page #footer .footer-top .footer-newsletter input[type="email"] { |
border: 0; | border: 0; | ||
padding: 6px 8px; | padding: 6px 8px; | ||
Line 982: | Line 978: | ||
} | } | ||
− | #footer .footer-top .footer-newsletter input[type="submit"] { | + | #HQ_page #footer .footer-top .footer-newsletter input[type="submit"] { |
background: #a54040; | background: #a54040; | ||
border: 0; | border: 0; | ||
Line 993: | Line 989: | ||
} | } | ||
− | #footer .footer-top .footer-newsletter input[type="submit"]:hover { | + | #HQ_page #footer .footer-top .footer-newsletter input[type="submit"]:hover { |
background: #28272c; | background: #28272c; | ||
} | } | ||
− | #footer .copyright { | + | #HQ_page #footer .copyright { |
text-align: center; | text-align: center; | ||
padding-top: 30px; | padding-top: 30px; | ||
} | } | ||
− | #footer .credits { | + | #HQ_page #footer .credits { |
text-align: center; | text-align: center; | ||
font-size: 13px; | font-size: 13px; |
Revision as of 08:36, 5 August 2018