css HubSpot的ArcheTypeWealth_July2018-style.css
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css HubSpot的ArcheTypeWealth_July2018-style.css相关的知识,希望对你有一定的参考价值。
/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0
========================================================================== */
/* ==========================================================================
Table of Contents:
1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */
/* ==========================================================================
1. EXTERNAL RESOURCES
========================================================================== */
/* =============== @import, @font-face, and CSS File Includes =============== */
/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Pathway+Gothic+One');
/*@font-face {
font-family: proxima-nova;
src: url("https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-style: normal;
font-weight: 400;
}*/
@font-face {
font-family:proxima-nova;
src:url(https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
font-weight:700;
font-style:normal;
}
@font-face {
font-family:proxima-nova;
src:url(https://use.typekit.net/af/29352b/00000000000000003b9aefb9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/29352b/00000000000000003b9aefb9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/29352b/00000000000000003b9aefb9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
font-weight:700;
font-style:italic;
}
@font-face {
font-family:proxima-nova;
src:url(https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
font-weight:400;
font-style:normal;
}
@font-face {
font-family:proxima-nova;
src:url(https://use.typekit.net/af/20aa1e/00000000000000003b9aefc1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/20aa1e/00000000000000003b9aefc1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/20aa1e/00000000000000003b9aefc1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
font-weight:400;
font-style:italic;
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
{% include "ArcheTypeWealth_July2018_Theme/Coded_Files/ArcheTypeWealth_July2018-modules.css" %}
/* ==========================================================================
2. BASE STYLES
========================================================================== */
/* =============== Base =============== */
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
min-height: 100%;
margin: 0;
padding: 0;
font-size: 62.5%;
overflow-x:hidden;
}
body {
font: 16px/1.5 "proxima-nova", "sans-serif";
font-size: 2rem;
-webkit-font-smoothing: subpixel-antialiased;
font-weight: 100;
color: #1A6186;
line-height: 1.75;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
float: none;
max-width: 1210px;
margin: 0 auto;
}
/* Highlighted Text */
::-moz-selection {
background: #39f;
color: #fff;
text-shadow: none;
}
::selection {
background: #39f;
color: #fff;
text-shadow: none;
}
/* =============== Typography =============== */
/* Basic text */
p {
margin: 1.5rem 0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}
sup,
sub {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
text-transform: uppercase;
font-weight: 400;
margin: 1.5rem 0;
margin-top: 3rem;
font-family: 'Pathway Gothic One', sans-serif;
color: #1A6186;
}
h1, h2, h3 {
letter-spacing: .03em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}
h1 {
}
h2 {
color: #2381B3;
margin: 0;
line-height: 55px;
padding-top: 1%;
font-size:3rem;
}
h3 {
font-size: 18.72px;
}
h4 {}
h5 {
font-size: 2.1rem;
font-weight: 400;
}
h6 {
font-size: 1.2rem;
margin-top: 4px;
margin-bottom: 6px;
}
/* Anchor Links */
a {
color: #2381B3;
text-decoration:none;
}
/* Lists */
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ul ol,
ol ol,
ol ul {}
li {}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}
/* Horizontal Rules */
hr {
color: #ccc;
background-color: #ccc;
height: 1px;
border: none;
}
/* =============== EU Cookie Confirmation Bar =============== */
/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}
/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p {}
/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}
/* ==========================================================================
3. COS STRUCTURE
========================================================================== */
/* =============== Structure =============== */
/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}
/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}
/* =============== Header =============== */
.header-container-wrapper .row-fluid .page-center {
padding: 0 5px;
}
.header-container {}
.custom-top-bar {
position: relative;
display: none;
background-color: #1A6186;
z-index: 2000;
}
.custom-top-bar ul {
margin: 0;
padding:0;
overflow: hidden;
display:flex;
}
.custom-top-bar ul li {
position: relative;
float: left;
font-size: 15px;
font-size: 1.2rem;
margin: 0;
font-family: "proxima-nova", "sans-serif";
line-height: 1.5;
text-transform: uppercase;
}
.custom-top-bar ul li a {
text-decoration: none;
color: white;
font-weight: 400;
text-align: center;
font-family: 'Pathway Gothic One', sans-serif;
display: block;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
column-rule: #1A6186;
padding: 10px 35px;
font-size: 17px;
}
.custom-top-bar ul li i {
padding: 5px;
}
.custom-top-bar ul li:nth-child(2){
border-left: 1px solid rgba(155, 155, 155, 0.4);
}
.custom-top-bar ul li:last-child{
background-color: orange;
margin-left: auto;
}
.custom-top-bar ul li:last-child a{
transition:none;
}
.custom-top-bar ul li:last-child:hover a{
background-color: #ce890c;
transition:none;
}
.custom-main-header{
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
margin:0 !important;
}
.custom-main-header .page-center {
max-width: 90% !important;
}
.scroll-header .site-logo-img {
margin-top: -4em;
}
.custom-logo{
text-align:center;
width: 225px;
margin: 0 auto;
}
.lp .hs_cos_wrapper_type_space {
height: 98px;
display: block;
}
.scroll-header .custom-main-header{
height: 140px;
}
.site-logo-img{
display: block;
max-width: 225px;
margin-right: auto;
margin-left: auto;
width: 100%;
margin-top: -3em;
-webkit-filter: blur(0);
filter: blur(0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.custom-main-header .header-bottom-texture{
margin-bottom:-1px;
}
.custom-main-header .header-bottom-texture svg {
display: none;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
bottom: -34px;
max-width: 102%;
position: absolute;
left: 0;
right: 0;
height: 35px;
z-index: 2;
}
.header-bottom-texture polygon{
fill: #2381B3;
}
.magic-angle.angle-top {
top: -35px;
position: relative;
}
.magic-angle.angle-top polygon{
fill:white;
}
.magic-angle {
max-width: 102%;
left: 0;
right: 0;
height: 35px;
z-index: 2;
}
/* =============== Content =============== */
.body-container-wrapper {}
.body-container .row-fluid .page-center{
padding:20px 15px;
}
.blog .body-container .row-fluid .page-center{
padding:0;
}
.content-wrapper {}
.main-content {}
.sidebar {}
.sidebar.right {}
.sidebar.left {}
/* =============== Footer =============== */
.footer-container-wrapper {}
.footer-container {}
.custom-top-footer {
margin-top: 8%;
position: relative;
padding: 30px 0;
padding-top: 29px;
background-position: center;
background-size: cover;
background-color: #2381B3;
}
.custom-top-footer svg {
top: -34px;
max-width: 102%;
position: absolute;
left: 0;
right: 0;
height: 35px;
z-index: 2;
}
.custom-top-footer svg polygon {
fill: #2381B3;
}
.custom-footer-logo-wrapper{
text-align: center;
}
.custom-footer-logo {
position: relative;
padding: 0 15px;
}
.custom-top-footer .spacer {
height: 24px;
}
.custom-footer-logo img {
max-width: 225.56px;
width: 100%;
}
.footer-contact {
padding-top: 5px;
}
.footer-contact .headquarter-contact,
.footer-contact .office-contact {
margin: 0;
text-align:center;
}
.footer-contact p{
color: #999;
margin: 6px 0;
font-size: 14px;
}
.footer-contact a{
color: #999;
font-size: 15px;
text-decoration:none;
}
.footer-social-icons-wrapper{
text-align:center;
padding: 43px 0;
line-height: 31px;
}
.footer-social-icons-wrapper a {
margin-right: 8px;
text-decoration: none;
text-transform: uppercase;
font-family: 'Pathway Gothic One', sans-serif;
color: #2381B3;
font-size: 20px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
column-rule: #1A6186;
}
.footer-social-icons a {
color: #999;
font-size: 15px;
}
.custom-bottom-footer {
padding: 10px 0 5px;
color: #FFF;
font-family: proxima-nova, sans-serif;
background-color: #1A6186;
text-align:center;
}
.custom-bottom-footer p {
margin: 6px 0;
font-size: 14.4627px;
}
.custom-bottom-footer a {
color: white;
text-decoration: none;
}
/* ==========================================================================
4. MAIN NAVIGATION
========================================================================== */
.custom-menu-primary.mobile {
display: none;
}
/* =============== Custom Menu Primary =============== */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
-o-justify-content: space-around;
justify-content: space-around;
-webkit-align-content: space-around;
-moz-align-content: space-around;
-ms-align-content: space-around;
-o-align-content: space-around;
align-content: space-around;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
transition: all 0.4s ease;
position: relative;
float: left;
font-size: 15px;
font-size: 1.2rem;
margin: 0;
font-family: "proxima-nova", "sans-serif";
line-height: 1.5;
text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
margin-left: -150px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul::before,
.custom-menu-primary .hs-menu-wrapper > ul::after {
display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
padding: 29px 10.4px 26px;
font-size: 26px;
text-decoration: none;
color: white;
font-weight: 400;
text-align: center;
font-family: 'Pathway Gothic One', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
border: none !important;
background-color: rgba(35, 129, 179, 0);
background: -webkit-linear-gradient(-90deg, rgba(35, 129, 179, 0.5) 5%, rgba(83, 178, 229, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(35, 129, 179, 0.5) 5%, rgba(83, 178, 229, 1) 100%);
background: linear-gradient(180deg, rgba(35, 129, 179, 0.5) 5%, rgba(83, 178, 229, 1) 100%);
width: 100% !important;
left: 0 !important;
border-radius: 0 0 5px 5px;
margin-top: -25px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
line-height: 1.2;
padding-left: 12px;
transition: all 0.4s ease;
font-size: 1.2rem;
position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
text-transform: capitalize;
font-size: 22px;
padding:10px;
color: #fff;
text-align: left;
font-weight: 400;
text-decoration:none;
font-family: 'Pathway Gothic One', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
background-color: #FFA500;
}
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
overflow: visible !important;
max-width: none !important;
width: auto !important;
}
/* =============== Mobile Toggle Menu =============== */
/* Hide button on Desktop */
.mobile-trigger,
.child-trigger {
display: none;
}
@media (max-width: 850px) {
.custom-menu-primary.mobile{
display:block !important;
}
.custom-menu-primary.desktop{
display:none !important;
}
/* Menu Reset */
.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper > ul,
.custom-menu-primary .hs-menu-wrapper > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li a {
display: block;
float: none;
position: static;
top: auto;
right: auto;
left: auto;
bottom: auto;
padding: 0px;
margin: 0px;
background-image: none;
background-color: transparent;
border: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
max-width: none;
width: 100%;
height: auto;
line-height: 1;
font-weight: normal;
text-decoration: none;
text-indent: 0px;
text-align: left;
color: #fff;
}
/* ===== Mobile Toggle Button ===== */
.mobile-trigger {
display: inline-block !important;
/* Show button on mobile */
cursor: pointer;
/* Mouse pointer type on hover */
position: absolute;
/**************************************/
top: 0px;
/* Position Button at right of screen */
right: 0px;
/**************************************/
width: 60px;
margin-top: 10px;
margin-right: 10px;
background: rgba(57, 142, 187, 0.6);
z-index:999;
}
.mobile-trigger:hover {
text-decoration: none;
/* Removes link text underline on button */
}
/* Toggle Button Icon */
.mobile-trigger i {
display: inline;
position: relative;
top: -4px;
}
.mobile-trigger i:before,
.mobile-trigger i:after {
position: absolute;
content: '';
}
.mobile-trigger i,
.mobile-trigger i:before,
.mobile-trigger i:after {
width: 22px;
/* Icon line width */
height: 2px;
/* Icon line height */
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
background-color: #000;
/* Icon color */
display: inline-block;
}
.mobile-trigger i:before {
top: -6px;
}
/* Position top line */
.mobile-trigger i:after {
top: 6px;
}
/* Position bottom line */
.mobile-trigger:hover i,
.mobile-trigger:hover i:before,
.mobile-trigger:hover i:after,
.mobile-open .mobile-trigger i,
.mobile-open .mobile-trigger i:before,
.mobile-open .mobile-trigger i:after {
background-color: #000/* Icon color */
}
/* ===== Mobile Child Toggle Buttons ===== */
.child-trigger {
display: block !important;
/* Hide button on Desktop */
cursor: pointer;
/* Mouse pointer type on hover */
position: absolute;
top: 0px;
right: 0px;
width: 55px !important;
/* Button width */
min-width: 55px !important;
height: 45px !important;
/* Button height */
padding: 0 !important;
border-left: 1px dotted rgba(255, 255, 255, .20);
}
.child-trigger:hover {
text-decoration: none;
}
.child-trigger i {
position: relative;
top: 50%;
/* Centers icon inside button */
margin: 0 auto !important;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.child-trigger i:after {
position: absolute;
content: '';
}
.child-trigger i,
.child-trigger i:after {
width: 10px;
/* Icon line width */
height: 1px;
/* Icon line height */
background-color: #fff;
/* Icon color */
display: block;
}
.child-trigger i:after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.child-trigger.child-open i {}
.child-trigger.child-open i:after {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
/* ===== Mobile Menu Styles ===== */
.dl-menuwrapper {
width: 100%;
max-width: 300px;
float: left;
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-perspective-origin: 50% 200%;
perspective-origin: 50% 200%;
}
.dl-menuwrapper .dl-menu {
margin: 5px 0 0 0;
position: absolute;
width: 100%;
opacity: 0;
pointer-events: none;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.dl-menuwrapper button {
background: #ccc;
border: none;
width: 48px;
height: 45px;
text-indent: -900em;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
}
.dl-menuwrapper button:after {
content: '';
position: absolute;
width: 68%;
height: 5px;
background: #fff;
top: 10px;
left: 16%;
box-shadow:
0 10px 0 #fff,
0 20px 0 #fff;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
display: none;
}
#dl-menu.dl-menuwrapper img {
float:right;
width: 60px;
margin-top: 10px;
margin-right: 55px;
background: rgba(57, 142, 187, 0.6);
cursor:pointer;
}
#dl-menu.dl-menuwrapper ul {
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
top: 75px;
left: auto;
right:55px;
width: 250px;
margin: 0;
background-color: #fff;
padding: 0;
list-style: none;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.dl-menuwrapper li {
position: relative;
text-transform: uppercase;
}
.dl-menuwrapper .schedule-a-discussion:hover {
background-color: #ce890c;
}
.dl-menuwrapper .schedule-a-discussion {
background-color: orange;
}
.dl-menuwrapper .dl-menu li a i {
position: relative;
float: left;
left: 27px;
top: 1px;
}
.dl-menuwrapper > ul > li:nth-last-child(2) a i {
left: 49px;
}
.dl-menuwrapper > ul > li:nth-last-child(3) a i {
left: 56px;
}
.no-touch .dl-menuwrapper li a:hover {
background: rgba(255,248,213,0.1);
}
.dl-menuwrapper li.dl-back > a {
padding-left: 30px;
background: rgba(0,0,0,0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
position: absolute;
top: 0;
line-height: 50px;
font-family: 'icomoon';
speak: none;
-webkit-font-smoothing: antialiased;
content: "\e000";
}
.dl-menuwrapper li.dl-back:after {
left: 10px;
color: rgba(212,204,198,0.3);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
#dl-menu.dl-menuwrapper a {
padding: 10px 25px;
font-size: 1.7rem;
color: #1A6186;
font-weight: 400;
text-align: center;
font-family: 'Pathway Gothic One', sans-serif;
}
.dl-menuwrapper li .dl-submenu {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
.dl-menuwrapper > .dl-submenu {
position: absolute;
width: 100%;
top: 50px;
left: 0;
margin: 0;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
background: #aaa;
}
.dl-menuwrapper li a {
display: block;
position: relative;
padding: 15px 20px;
font-size: 16px;
line-height: 20px;
font-weight: 300;
color: #fff;
outline: none;
}
.dl-menuwrapper li > a:after {
right: 10px;
color: rgba(0,0,0,0.15);
}
.no-js .dl-menuwrapper .dl-menu {
position: relative;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
display: block;
}
.no-js .dl-menuwrapper li.dl-back {
display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
background: rgba(0,0,0,0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
content: '';
}
#dl-menu.dl-menuwrapper li.dl-back:after, #dl-menu.dl-menuwrapper li>a:not(:only-child):after {
font-family: 'FontAwesome';
font-size: 30px;
line-height: 37px;
content: '\f0da';
}
#dl-menu.dl-menuwrapper {
float: right;
height: 45px;
z-index: 10;
left: 45px;
top: -1px;
}
.dl-menu.dl-animate-out-1 {
-webkit-animation: MenuAnimOut1 0.4s;
animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
-webkit-animation: MenuAnimOut3 0.4s ease;
animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
-webkit-animation: MenuAnimOut4 0.4s ease;
animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
-webkit-animation: MenuAnimOut5 0.4s ease;
animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
0% { }
50% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
}
75% {
-webkit-transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
@-webkit-keyframes MenuAnimOut2 {
0% { }
100% {
-webkit-transform: translateX(-100%);
opacity: 0;
}
}
@-webkit-keyframes MenuAnimOut3 {
0% { }
100% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
}
@-webkit-keyframes MenuAnimOut4 {
0% { }
100% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
}
@-webkit-keyframes MenuAnimOut5 {
0% { }
100% {
-webkit-transform: translateY(40%);
opacity: 0;
}
}
@keyframes MenuAnimOut1 {
0% { }
50% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
transform: translateZ(-250px) rotateY(30deg);
}
75% {
-webkit-transform: translateZ(-372.5px) rotateY(15deg);
transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
@keyframes MenuAnimOut2 {
0% { }
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
}
@keyframes MenuAnimOut3 {
0% { }
100% {
-webkit-transform: translateZ(300px);
transform: translateZ(300px);
opacity: 0;
}
}
@keyframes MenuAnimOut4 {
0% { }
100% {
-webkit-transform: translateZ(-300px);
transform: translateZ(-300px);
opacity: 0;
}
}
@keyframes MenuAnimOut5 {
0% { }
100% {
-webkit-transform: translateY(40%);
transform: translateY(40%);
opacity: 0;
}
}
.dl-menu.dl-animate-in-1 {
-webkit-animation: MenuAnimIn1 0.3s;
animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
-webkit-animation: MenuAnimIn3 0.4s ease;
animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
-webkit-animation: MenuAnimIn4 0.4s ease;
animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
-webkit-animation: MenuAnimIn5 0.4s ease;
animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
0% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
-webkit-transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes MenuAnimIn2 {
0% {
-webkit-transform: translateX(-100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes MenuAnimIn3 {
0% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes MenuAnimIn4 {
0% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes MenuAnimIn5 {
0% {
-webkit-transform: translateY(40%);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes MenuAnimIn1 {
0% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
-webkit-transform: translateZ(0px) rotateY(0deg);
transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
@keyframes MenuAnimIn2 {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes MenuAnimIn3 {
0% {
-webkit-transform: translateZ(300px);
transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes MenuAnimIn4 {
0% {
-webkit-transform: translateZ(-300px);
transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes MenuAnimIn5 {
0% {
-webkit-transform: translateY(40%);
transform: translateY(40%);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
-webkit-animation: SubMenuAnimIn1 0.4s ease;
animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
-webkit-animation: SubMenuAnimIn3 0.4s ease;
animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
-webkit-animation: SubMenuAnimIn4 0.4s ease;
animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
-webkit-animation: SubMenuAnimIn5 0.4s ease;
animation: SubMenuAnimIn5 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
-webkit-animation: SubMenuAnimOut1 0.4s ease;
animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
-webkit-animation: SubMenuAnimOut3 0.4s ease;
animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
-webkit-animation: SubMenuAnimOut4 0.4s ease;
animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
-webkit-animation: SubMenuAnimOut5 0.4s ease;
animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
0% {
-webkit-transform: translateX(50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimIn2 {
0% {
-webkit-transform: translateX(100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimIn3 {
0% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimIn4 {
0% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimIn5 {
0% {
-webkit-transform: translateZ(-200px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0);
opacity: 1;
}
}
@keyframes SubMenuAnimIn1 {
0% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn2 {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn3 {
0% {
-webkit-transform: translateZ(-300px);
transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn4 {
0% {
-webkit-transform: translateZ(300px);
transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn5 {
0% {
-webkit-transform: translateZ(-200px);
transform: translateZ(-200px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimOut1 {
0% {
-webkit-transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
opacity: 0;
}
}
@-webkit-keyframes SubMenuAnimOut2 {
0% {
-webkit-transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%);
opacity: 0;
}
}
@-webkit-keyframes SubMenuAnimOut3 {
0% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
}
@-webkit-keyframes SubMenuAnimOut4 {
0% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
}
@-webkit-keyframes SubMenuAnimOut5 {
0% {
-webkit-transform: translateZ(0);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-200px);
opacity: 0;
}
}
@keyframes SubMenuAnimOut1 {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
}
@keyframes SubMenuAnimOut2 {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
}
@keyframes SubMenuAnimOut3 {
0% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-300px);
transform: translateZ(-300px);
opacity: 0;
}
}
@keyframes SubMenuAnimOut4 {
0% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(300px);
transform: translateZ(300px);
opacity: 0;
}
}
@keyframes SubMenuAnimOut5 {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-200px);
transform: translateZ(-200px);
opacity: 0;
}
}
.custom-header-wrapper {
position: absolute;
z-index: 12;
width: 100% !important;
}
.custom-header-wrapper .custom-top-bar{
display:none;
}
.custom-banner{
margin-top:-1px;
}
.custom-logo .site-logo-img{
margin-top:-49px;
}
.custom-footer-logo img{
max-width: 205.33px;
}
/**** BLOG ****/
.hs-blog-post .blog-content {
width: 100%;
}
.hs-blog-post .blog-sidebar {
width: 100%;
}
.hs-blog-post .blog-sidebar h3 {
font-size: 19px;
line-height: 24px;
}
.body-side-content h2 {
line-height: 12px;
}
}
/* ==========================================================================
5. BLOG
========================================================================== */
/* =============== General Blog Styles =============== */
.hs-blog-listing .blog-content {
width: 100%;
}
/* Blog Post and Listing Body Class */
.blog {}
.hs-blog-post-wrapper{
padding:30px 0;
}
/* Blog Post */
.hs-blog-post {}
/* Blog Listing */
.hs-blog-listing {}
.hs-blog-listing div#category-links {
text-align: center;
max-width: 1200px;
margin: 50px auto 100px;
}
.hs-blog-listing div#category-links a {
text-decoration: none;
width: 30%;
display: inline-block;
text-transform: uppercase;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 30px;
line-height: 65px;
border-right: dashed 3px #2381B3;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
column-rule: #1A6186;
}
.hs-blog-listing div#category-links a:last-child{
border:0;
}
.hs-blog-listing div#category-links a.cat-item,
.hs-blog-listing div#category-links a:hover {
font-size: 50px;
line-height: 65px;
}
.hs-blog-listing .post-listing .post-item {
padding: 30px 0;
}
.hs-blog-listing .post-listing .post-item:after {
display: table;
clear: both;
content: " ";
}
.hs-blog-listing .post-listing .post-item:first-child{
padding-top:0;
}
.hs-blog-listing .post-listing .post-item:nth-child(odd) {
position: relative;
}
.hs-blog-listing .post-listing .post-item:nth-child(even) {
position: relative;
}
.hs-blog-listing .post-listing .post-item:nth-child(odd) .body-side{
left: 0px;
}
.hs-blog-listing .post-listing .post-item:nth-child(odd) .image-side{
left: 23px;
}
.hs-blog-listing .post-listing .post-item:nth-child(even) .body-side{
left: 23px;
float: left;
}
.hs-blog-listing .post-listing .post-item:nth-child(even) .image-side{
float: none;
}
.hs-blog-listing .post-item .body-side{
width: 48%;
overflow: hidden;
display: inline-block;
position: relative;
left: 40px;
z-index: 2;
}
.hs-blog-listing .post-item .image-side{
overflow: hidden;
width: 49%;
display: inline-block;
float: left;
position: relative;
top: -10px;
z-index: 2;
}
.body-side {
position: relative;
background-color: #E6E6E6;
padding: 15px 50px 15px 50px;
min-height: 290px;
}
.body-side-content {
box-shadow: inset 0 3em 5em rgba(0, 0, 0, 0.5);
}
.body-side-content h2 a {
font-size: 1.8rem;
line-height: 130%;
}
.body-side-content p{
text-align: left;
line-height: 130%;
margin-bottom: 20px;
}
.body-side-content h2 {
line-height: 130%;
padding: 0;
font-size: 3.8rem;
margin-top: 1.5rem;
}
.hs-blog-listing .post-listing .post-item .submiter {
float:left;
margin-left: 20px;
margin-bottom: 30px;
}
.body-side-content a.more-link{
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
display: block;
max-width: 205px;
padding: 0px 20px;
border: none;
color: #fff;
font-family: 'Pathway Gothic One', sans-serif;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-size: 24px;
line-height: 36px;
position: relative;
top: 0;
cursor: pointer;
background: #2381B3;
}
.submiter {
min-width: 150px;
background: #2381B3;
float: right;
padding: 5px;
position: relative;
text-align: center;
right: 20px;
cursor: pointer;
}
.submiter i {
position: absolute;
right: -20px;
top: 0;
bottom: 0;
width: 40px;
font-size: 30px;
line-height: 45px;
color: #2381B3;
background: #1A6186;
}
.image-side .hs-featured-image-wrapper {
height: 310px;
background-size:cover;
}
.image-side .hs-featured-image-wrapper h4{
position: relative;
z-index: 2;
color: #2381B3;
margin: 0 30px;
}
.hs-blog-listing .post-listing .post-item:nth-child(even) .image-side .hs-featured-image-wrapper h4{
text-align: right;
}
.image-side .hs-featured-image-wrapper h4 span.cap {
font-size: 1.5em;
position: relative;
top: 23px;
}
/* Blog Columns Wrapper */
.blog .content-wrapper {}
/* =============== Blog Content Column =============== */
.hs-blog-post .inner-wrapper {
position: relative;
margin: 0 15px !important;
padding: 15px;
}
.hs-blog-post .section.post-header {
display: inline-block;
}
.hs-blog-post h1.post-title {
margin-top: 1.5rem;
text-align: left;
line-height: 100%;
margin-bottom: 0.5rem;
}
.hs-blog-post #hubspot-author_data p {
color: #999;
margin-top: 0;
font-size: 16px;
}
.hs-blog-post .post-date {
border-left: dashed 3px #2381B3;
padding-left: 40px;
padding-bottom: 20px;
}
.hs-blog-post .post-date h5 {
margin-top: 0.5rem;
color: #2381B3;
line-height: 130%;
margin-bottom: 0;
}
.hs-blog-post .post-date h5:first-child{
padding-top: 1.5rem;
}
.filter-link-count{
display:none;
}
.hs-blog-post .section.post-footer form:before {
content: 'Leave a reply';
font-size: 3.8rem;
letter-spacing: .03em;
text-transform: uppercase;
font-weight: 400;
margin: 1.5rem 0;
margin-top: 3rem;
font-family: 'Pathway Gothic One', sans-serif;
color: #1A6186;
}
.blog .blog-content {}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}
/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}
/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a {}
/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
content: '';
display: block;
clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
width: 50px;
float: left;
margin-right: 15px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
padding-top: 40px;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
border-width: 0;
max-height: 170px;
max-width: 210px;
height: auto;
width: auto;
display: inline-block !important;
float: right;
margin: 20px 0 20px 20px;
}
/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}
/* Blog Social Sharing Icons */
.hs-blog-social-share {
margin-top: 20px;
padding: 10px 0 0 0;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
height: auto;
}
/* Blog Commments */
#comments-listing {
border-bottom: 1px solid #ccc;
margin-bottom: 30px;
margin-top: 30px;
}
.comment {
margin: 10px 0;
border-top: 1px solid #ccc;
padding: 15px 0;
}
.comment-date {
font-size: 13px;
text-align: right;
}
.comment-from {
font-weight: bold;
}
.comment-body {
padding: 10px 0;
}
/* Pagination */
.blog-pagination {
padding: 0 20px;
}
.blog-pagination a {
display:block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}
/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}
/* =============== Blog Sidebar =============== */
.hs-blog-post .blog-sidebar{
margin:0;
}
.hs-blog-post .blog-sidebar h3{
margin-top: 1.5rem;
line-height: 130%;
}
.hs-blog-post .blog-sidebar ul{
padding:0;
list-style-type:none;
}
.hs-blog-post .blog-sidebar ul li{
padding: 1rem 0;
border-bottom: solid 1px #E6E6E6;
margin: 0.5rem 0;
}
.hs-blog-post .blog-sidebar ul li:last-child{
border:0;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {}
/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile {
border-bottom: 1px solid #ccc;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 20px 0 20px 0;
margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
content: '';
display: block;
clear: both;
}
/* Author Avatar */
.hs-author-profile .hs-author-avatar {
float: left;
margin-right: 15px;
max-width: 100px;
}
.hs-author-profile .hs-author-avatar img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
max-width: 100%;
}
/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
overflow: hidden;
}
/* Author Name */
.hs-author-profile h2.hs-author-name {
margin: 0 0 10px 0;
}
/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}
/* ==========================================================================
6. FORMS
========================================================================== */
/* =============== Global Form Styles =============== */
/* Form Field */
.hs-form-field {}
/* Descriptions */
.hs-field-desc {}
/* Labels and Legends */
label {}
.hs-form-field > label {}
/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
line-height: 20px;
max-width: 500px;
-webkit-appearance: none;
display: block;
height: 3.8rem;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
opacity: 0.75;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
width: 100%;
margin: 0.2rem 0 1rem 0;
padding: 25px;
border: none;
background: #E6E6E6;
font: 16px/1.5 "proxima-nova", "sans-serif";
font-size: 1.6rem;
font-weight: 400;
color: #1A6186;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
opacity: 1;
outline: 0;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}
/* Separate Styles for Drop Downs */
select {}
select:focus {}
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
list-style: none;
padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {
margin-top: 5px;
}
.hs-form-required {
font-style: normal;
color: #DD3C10;
}
/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}
/* Error */
.hs-error-msgs {
max-width:500px;
padding: 0;
margin: 0;
}
.hs-error-msgs li {
list-style: none;
}
.hs-error-msgs label {
margin-top: -5px;
margin-top: -0.5rem;
padding: 0 5px;
background-color: rgba(255, 0, 0, 0.5);
font-size: 14px;
font-size: 1.4rem;
color: white;
font-family: "proxima-nova", "sans-serif";
font-weight: 400;
display: block;
text-align: center;
}
.hs_error_rollup {
margin: 0.5em 0;
}
.hs_error_rollup label {
font: 16px/1.5 "proxima-nova", "sans-serif";
}
.hs_error_rollup .hs-error-msgs li label {
padding: 10px 20px;
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
}
/* Placeholder Text */
::-webkit-input-placeholder {
color: #1A6186;
}
/* Webkit Browsers */
:-moz-placeholder {
color: #1A6186;
}
/* Firefox 18- */
::-moz-placeholder {
color: #1A6186;
}
/* Firefox 19+ */
:-ms-input-placeholder {
color: #1A6186;
}
/* IE10 */
/* =============== Multi Column Form =============== */
.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset {
max-width: none;
}
form.hs-form fieldset .hs-form-field {
padding: 0 10px 0 0;
}
form.hs-form fieldset[class*="form-columns"] .input {
margin-right: 0;
}
form.hs-form fieldset[class*="form-columns"] .hs-input {
width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
width: auto;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
width: 33.33%;
}
@media (max-width: 400px) {
form.hs-form fieldset .hs-form-field {
padding: 0;
}
form.hs-form fieldset.form-columns-3 .hs-form-field,
form.hs-form .form-columns-2 .hs-form-field .hs-input,
form.hs-form .form-columns-3 .hs-form-field .hs-input {
width: 100%;
}
form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
width: auto;
}
}
/* =============== Blog Comment Form =============== */
#comment-form .hs-form-field > label {}
#comment-form label {
margin: 8px 0 5px;
line-height: 18.2333px;
}
/* Inputs */
#comment-form input[type="text"],
#comment-form input[type="email"] {
border-radius: 0;
padding: 2px;
box-shadow: none;
border: 1px solid #abadb3;
line-height: 16px;
width: 300px;
}
#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus {
border: 1px solid #abadb3;
}
#comment-form input[type="text"]:hover,
#comment-form input[type="email"]:hover {
border: 1px solid #7EB4EA;
}
#comment-form textarea {
border-radius: 0;
padding: 2px;
box-shadow: none;
border: 1px solid #abadb3;
width: 300px;
}
#comment-form textarea:focus {
border: 1px solid #abadb3;
}
#comment-form textarea:hover {
border: 1px solid #7EB4EA;
}
#comment-form input[type="submit"] {
border: 1px solid #acacac;
background-color: #eaeaea;
background-image: -moz-linear-gradient(top, #f0f0f0, #e5e5e5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e5e5e5));
background-image: -webkit-linear-gradient(top, #f0f0f0, #e5e5e5);
background-image: -o-linear-gradient(top, #f0f0f0, #e5e5e5);
background-image: linear-gradient(to bottom, #f0f0f0, #e5e5e5);
background-repeat: repeat-x;
border-radius: 0;
line-height: 16px;
font-size: 13.33px;
color: #000;
padding: 1px 7px;
}
#comment-form input[type="submit"]:hover {
border: 1px solid #7eb4ea;
background-color: #e4f0fc;
background-image: -moz-linear-gradient(top, #ecf4fc, #dcecfc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecf4fc), to(#dcecfc));
background-image: -webkit-linear-gradient(top, #ecf4fc, #dcecfc);
background-image: -o-linear-gradient(top, #ecf4fc, #dcecfc);
background-image: linear-gradient(to bottom, #ecf4fc, #dcecfc);
background-repeat: repeat-x;
}
/* =============== Blog Subscription Form =============== */
/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}
/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}
/* =============== Google Search Form =============== */
/* Label */
.widget-type-google_search label {}
/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}
/* ==========================================================================
7. BUTTONS
========================================================================== */
/* =============== All Global Buttons (Excluding CTAs) =============== */
.hs-button.primary,
input[type="submit"],
input[type="button"] {
cursor: pointer;
-webkit-appearance: none;
text-decoration: none !important;
white-space: normal;
padding: 9px 26px;
position: relative;
text-align: center;
text-transform: uppercase;
color: #FFF;
font-family: 'Pathway Gothic One', sans-serif;
background: #2381B3;
border: none;
font-size: 24px;
margin: 10px 0;
display: inline-block;
line-height: normal;
}
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
outline: 0;
}
/* =============== Form Module Button =============== */
.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}
/* =============== Blog Comment Button =============== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}
/* =============== Blog Subscription Button =============== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}
/* =============== Google Search Button =============== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}
/* ==========================================================================
8. MISCELLANEOUS
========================================================================== */
/* Styles that do not fit into any of the available sections above can go here. */
.custom-banner {
padding-top: 235px;
padding-bottom: 30px;
background-repeat: no-repeat;
background-position: center;
position: relative;
height: 400px;
padding-left: 15px;
padding-right: 15px;
background-position: top center;
background-size: cover;
display:table;
width:100%;
}
.banner-content{
position: relative;
display:table-cell;
vertical-align:middle;
font-family: "proxima-nova", "sans-serif";
color: #fff;
margin: 0 15px;
padding: 15px;
font-size: 16px;
text-align:center;
}
.banner-content h1{
color: #fff;
text-align: center;
text-transform: uppercase;
font-weight: 100;
display: inline-block;
padding: 10px 50px;
font-size: 2em;
line-height: 27px;
margin-bottom: 0px;
background: transparent;
font-family: 'Pathway Gothic One', sans-serif;
margin-top: 0px;
}
.banner-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(51, 51, 51, 0.2);
}
.banner-content h1 span{
font-size: 1.5em;
position: relative;
top: 23px;
}
body.password-template .body-container,
body.error-template .body-container{
margin-top: 180px;
}
/*body.hs-landing-page .body-container{
margin-top: 250px;
}*/
.password-template input
{
padding: 13px;
}
.widget-type-email_simple_subscription h1,
body.subscription-template form .page-header h1 {
font-size: 5rem;
}
body.subscription-template form .page-header h2,
.widget-type-email_subscriptions_confirmation h2{
font-size:20px;
}
.lp-top-spacer {
height: 47px;
}
.widget-type-email_simple_subscription h1,
body.subscription-template form .page-header h1 {
line-height: normal;
}
/**** Connect Flyout ****/
#connect-div {
-webkit-transition: all 0.4s ease;
background: #1A6186;
position: fixed;
right: -110px;
top: 200px;
top: 45vh;
z-index: 10;
border-radius: 5px 0 0 5px;
padding-left:25px;
padding-right:25px;
padding-top: 2px;
padding-bottom: 13px;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 2.5rem;
letter-spacing: 1px;
}
#connect-div a {
text-transform: uppercase;
color: #FFF;
font-weight: 600;
text-decoration: none;
position: relative;
top: 5px;
}
#connect-div i {
font-size: 32px;
margin-right: 20px;
}
/* ==========================================================================
9. MEDIA QUERIES
========================================================================== */
@media (min-width: 660px){
h1 {
font-size: 5rem;
}
h2 {
font-size: 5rem;
}
#connect-div:hover {
right: 0;
}
.custom-main-footer{
box-shadow: 0px -2px 5px #888888;
position: relative;
padding: 20px 0 15px;
}
.custom-footer-logo-wrapper {
width: 33.33333% !important;
}
.custom-main-footer .footer-contact {
width: 41.66667%;
margin: 0;
}
.custom-main-footer .footer-social-links-wrapper {
width: 25% !important;
margin: 0;
}
.footer-contact .headquarter-contact,
.footer-contact .office-contact {
width: 50%;
}
.custom-banner{
height: 600px;
}
.custom-banner .banner-content h1{
font-size: 4em;
line-height: 1;
}
/**** BLOG POST ****/
#hubspot-author_data {
width: 66.66667%;
float: left;
}
.post-date {
width: 33.33333%;
float: left;
}
.hs-blog-post h1.post-title {
font-size: 5rem;
}
}
@media (min-width: 850px){
h3, h4 {
font-size: 3.8rem;
}
.custom-main-header {
background-color: #2381B3;
}
.custom-main-header .header-bottom-texture svg{
display:block;
}
.custom-banner{
background-position: center 140px !important;
}
.custom-header-wrapper {
position: fixed;
z-index: 99;
}
/**** BLOG POST ****/
.hs-blog-post .blog-content {
width: 66.66667% !important;
float: left;
}
.hs-blog-post .blog-sidebar {
width: 25%;
float: left;
}
.body-side-content h2 a {
font-size: 3.8rem;
}
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:851px) {
.custom-menu-primary .hs-menu-wrapper,
.custom-menu-primary .hs-menu-wrapper > ul ul {
display: block !important;
}
div#dl-menu {
display: none !important;
}
.no-banner .body-container-wrapper {
margin-top: 250px;
padding-top: 50px;
}
}
@media (min-width: 890px){
.site-logo-img{
margin-top: -100px;
}
}
@media (min-width: 1210px){
.custom-banner{
height: 760px;
position: relative;
top: -1px;
}
.banner-content h1 span{
top: 48px;
font-size: 2em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
font-size:29px;
}
}
@media (min-width:1201px){
.custom-banner {
padding-top: 85px
}
}
@media (min-width: 1320px){
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul {
width: 230% !important;
}
}
@media (max-width:1345px) and (min-width:1201px){
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {
padding-left: 80px;
}
}
@media (max-width:1200px) and (min-width:850px){
.custom-menu-primary .hs-menu-wrapper>ul {
width: 100%;
display: table;
text-align: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
width: 25%;
float: none !important;
display: table-cell;
text-align: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
padding: 29px 10.4px 26px;
font-size: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
padding-left: 110px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
padding-right: 110px;
}
.site-logo-img {
margin-top: -3em;
}
}
@media (max-width:850px) and (min-width:768px){
.no-banner .custom-header-wrapper {
background-color: #2381B3;
padding-top: 20px;
padding-bottom: 20px;
}
.no-banner .custom-main-header {
height: auto;
}
.no-banner .body-container-wrapper {
margin-top: 169px;
padding-top: 50px;
}
}
@media (max-width:930px) and (min-width:851px){
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
padding: 29px 4px 26px;
font-size: 18px;
}
}
/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 767px) {
.custom-main-footer .footer-social-links-wrapper,
.custom-main-footer .footer-contact,
.custom-main-footer .custom-footer-logo-wrapper,
.footer-contact .headquarter-contact,
.footer-contact .office-contact{
float:left !important;
}
#dl-menu.dl-menuwrapper img{
margin-right:51px;
}
#dl-menu.dl-menuwrapper ul{
right:51px;
}
#dl-menu.dl-menuwrapper{
left: 41px;
}
.custom-banner {
padding-top: 30px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-error-msgs{
max-width: 100%;
}
.hs-form-field {
width: 100% !important;
}
.subscribe-options label {
margin-left: 0;
margin-right: 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
width: 100%;
display: inline-block;
max-width: 300px;
overflow: auto;
}
.custom-header-wrapper {
position: relative;
padding: 0 0 0.8em 0.8em;
background-color: #1A6186;
width: 100% !important;
}
/**** BLOG LISTING ****/
.hs-blog-listing .post-listing .post-item:nth-child(odd) .body-side{
position: absolute;
right: 10px;
left: initial;
width: 330px;
}
.hs-blog-listing .post-listing .post-item:nth-child(even) .image-side{
float: left;
}
.hs-blog-listing .post-listing .post-item:nth-child(even) .body-side{
position: absolute;
left: 15px;
width: 330px;
}
.hs-blog-listing .post-listing .post-item:nth-child(even) .image-side{
float: right;
margin-right: 10px;
}
}
@media (max-width:660px){
.body-container-wrapper {
font-size: 1.5rem;
}
.banner-content h1{
position: relative;
padding-left: 0;
padding-right: 0;
font-size: 2.8em;
line-height: 1;
}
.banner-content h1 span {
top: 5px;
font-size: 1.1em;
}
.hs-blog-post h1.post-title{
font-size: 3rem;
}
.hs-blog-post .blog-sidebar ul li {
font-size: 1.5rem;
}
.custom-main-footer .row-fluid .page-center {
padding: 20px 0 15px;
}
.custom-footer-logo {
margin: 0 15px !important;
}
.footer-social-links-wrapper {
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
display: flex !IMPORTANT;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
}
.custom-main-footer .page-center > div > div {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.custom-main-footer .footer-social-links-wrapper,
.custom-main-footer .footer-contact,
.custom-main-footer .custom-footer-logo-wrapper{
width: 33.333%
}
a.social-menu-heading {
margin-right: 0;
}
#connect-div {
top: 75vh;
}
.hs-blog-listing .post-item .image-side{
z-index: 0;
}
}
/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 479px) {
.custom-main-footer .footer-social-links-wrapper,
.custom-main-footer .footer-contact,
.custom-main-footer .custom-footer-logo-wrapper,
.footer-contact .headquarter-contact,
.footer-contact .office-contact{
width:100%;
}
.footer-social-icons-wrapper{
padding:10px 0;
}
.custom-main-footer .page-center > div > div{
display:block;
}
/**** BLOG LISTING ****/
.image-side, .body-side {
width: 100% !important;
top: 0 !important;
float: none !important;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
position: relative!important;
}
.hs-blog-listing .post-listing .post-item:nth-child(odd),
.hs-blog-listing .post-listing .post-item:nth-child(even){
left:0;
}
.hs-blog-listing .post-listing .post-item{
padding:15px 0;
}
.hs-blog-listing .post-item {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
-o-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.hs-blog-listing .blog-content {
padding: 0px 15px;
}
.hs-blog-listing .body-side{
padding: 15px 20px 15px 20px;
min-height: initial;
}
.blog-pagination {
padding: 0;
}
.image-side .hs-featured-image-wrapper {
height: 50vw;
}
.hs-blog-listing div#category-links a {
width: 49%;
}
.hs-blog-listing div#category-links a:nth-child(2n) {
border-right: none;
}
}
以上是关于css HubSpot的ArcheTypeWealth_July2018-style.css的主要内容,如果未能解决你的问题,请参考以下文章