You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1660 lines
33 KiB
1660 lines
33 KiB
@font-face {
|
|
font-family: 'GT Walsheim Pro';
|
|
src: url('../fonts/subset-GTWalsheimProBold.eot');
|
|
src: url('../fonts/subset-GTWalsheimProBold.eot@') format('embedded-opentype'),
|
|
url('../fonts/subset-GTWalsheimProBold.woff2') format('woff2'),
|
|
url('../fonts/subset-GTWalsheimProBold.woff') format('woff'),
|
|
url('../fonts/subset-GTWalsheimProBold.ttf') format('truetype'),
|
|
url('https://krisp.ai/blog/wp-content/themes/krisp-blog-new/fonts/subset-GTWalsheimProBold.svg') format('svg');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'GT Walsheim Pro';
|
|
src: url('../fonts/subset-GTWalsheimProMedium.eot');
|
|
src: url('../fonts/subset-GTWalsheimProMedium.eot@') format('embedded-opentype'),
|
|
url('../fonts/subset-GTWalsheimProMedium.woff2') format('woff2'),
|
|
url('../fonts/subset-GTWalsheimProMedium.woff') format('woff'),
|
|
url('../fonts/subset-GTWalsheimProMedium.ttf') format('truetype'),
|
|
url('https://krisp.ai/blog/wp-content/themes/krisp-blog-new/fonts/subset-GTWalsheimProMedium.svg') format('svg');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'GT Walsheim Pro';
|
|
src: url('../fonts/subset-GTWalsheimProRegular.eot');
|
|
src: url('../fonts/subset-GTWalsheimProRegular.eot@') format('embedded-opentype'),
|
|
url('../fonts/subset-GTWalsheimProRegular.woff2') format('woff2'),
|
|
url('../fonts/subset-GTWalsheimProRegular.woff') format('woff'),
|
|
url('../fonts/subset-GTWalsheimProRegular.ttf') format('truetype'),
|
|
url('https://krisp.ai/blog/wp-content/themes/krisp-blog-new/fonts/subset-GTWalsheimProRegular.svg') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
html {
|
|
box-sizing: border-box;
|
|
font-size: 100% !important;
|
|
width: 100%;
|
|
}
|
|
body{
|
|
font-family: 'GT Walsheim Pro', sans-serif;
|
|
padding: 156px 0 0 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
html.freeze,
|
|
body.freeze{
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
a{
|
|
text-decoration: none;
|
|
color:#3B3D50;
|
|
}
|
|
*{
|
|
font-family: 'GT Walsheim Pro', sans-serif;
|
|
color:#3B3D50;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
*, *:before, *:after {
|
|
box-sizing: inherit;
|
|
}
|
|
img{
|
|
max-width: 100%;
|
|
}
|
|
#main-title{
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 22px;
|
|
line-height: 30px;
|
|
color: #3B3D50;
|
|
margin-bottom: 32px;
|
|
margin-top: 0;
|
|
}
|
|
.post-info:not(#single-post-info){
|
|
display: none;
|
|
}
|
|
.container.full{
|
|
max-width: none !important;
|
|
padding-left:0 !important;
|
|
padding-right:0 !important;
|
|
}
|
|
.container{
|
|
width: 100%;
|
|
max-width: 64rem !important;
|
|
margin:0 auto;
|
|
padding-left:0;
|
|
padding-right: 0;
|
|
}
|
|
.container:after{
|
|
content:'';
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
input:-webkit-autofill,
|
|
input:-internal-autofill-selected,
|
|
input:-webkit-autofill:hover,
|
|
input:-webkit-autofill:focus{
|
|
background:url('../img/email.svg') no-repeat left 17px center #FFFFFF !important;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.container.flex-container{
|
|
display: flex;
|
|
}
|
|
.container.flex-container:before,
|
|
.container.flex-container:after{
|
|
display: none;
|
|
}
|
|
header{
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 999;
|
|
top:0;
|
|
left: 0;
|
|
}
|
|
header .top-header-wrapper{
|
|
filter: drop-shadow(0px 4px 26px rgba(172, 197, 207, 0.26));
|
|
background-color: #FFF;
|
|
transition: max-height .2s ease-in, visibility .2s;
|
|
position: relative;
|
|
max-height:100px;
|
|
z-index: 300;
|
|
padding: 0;
|
|
}
|
|
header .top-header-wrapper.top-bar-hidden{
|
|
max-height: 0;
|
|
visibility: hidden;
|
|
transition: max-height .2s ease-out, visibility .2s;
|
|
z-index: 100;
|
|
/*top: -150px;*/
|
|
}
|
|
header .top-header-wrapper.top-bar-hidden #top-header{
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
transition: all .3s ease-out;
|
|
}
|
|
header #top-header{
|
|
padding: 23px 10px;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
visibility: visible;
|
|
opacity: 1;
|
|
transition: all .3s ease-in;
|
|
}
|
|
header #top-header .logo-wrapper{
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
header #top-header .logo-wrapper a{
|
|
display: inline-block;
|
|
margin-right:7px;
|
|
}
|
|
header .header-text-wrapper{
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #6D8297;
|
|
font-weight: 500;
|
|
margin-right: 40px;
|
|
}
|
|
.btn{
|
|
height: 48px;
|
|
min-width: 197px;
|
|
border-radius: 10px;
|
|
display: inline-block;
|
|
border:2px solid;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
}
|
|
.grecaptcha-badge {
|
|
visibility: hidden;
|
|
}
|
|
.btn.btn-full{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.btn.btn-main{
|
|
background: #6371DE;
|
|
border-color:#6371DE;
|
|
}
|
|
.btn.btn-orange{
|
|
background: #FF7E61;
|
|
border-color:#FF7E61;
|
|
}
|
|
.btn a{
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
display: block;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
}
|
|
.header-actions-wrapper .btn{
|
|
float: left;
|
|
}
|
|
input#keyword{
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 48px;
|
|
outline: none !important;
|
|
border: 0;
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
color: #3B3D50;
|
|
}
|
|
input#keyword::placeholder{
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #ABBDCF;
|
|
font-weight: 500;
|
|
}
|
|
.input-outer{
|
|
width: 215px;
|
|
height: 48px;
|
|
min-height: 48px;
|
|
display: inline-block;
|
|
border: 2px solid #E0E2EF;
|
|
border-radius: 10px;
|
|
padding:10px 15px;
|
|
float: left;
|
|
background: url('../img/search.svg') no-repeat right 16px top 10px #FFF;
|
|
}
|
|
.separator{
|
|
margin:3px 12px 0;
|
|
height: 43px;
|
|
width: 1px;
|
|
background-color:#E0E2EF;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
.input-outer.search-active{
|
|
position: absolute;
|
|
height: auto !important;
|
|
margin-right: 0;
|
|
width: 100%;
|
|
z-index: 999;
|
|
left: 0;
|
|
transition: width .3s ease;
|
|
-webkit-transition: width .3s ease;
|
|
-webkit-backface-visibility: hidden;
|
|
background: url('../img/search-active.svg') no-repeat right 16px top 10px #FFF;
|
|
}
|
|
#datafetch .btn{
|
|
float: none;
|
|
margin-top: 40px;
|
|
}
|
|
.input-outer.search-active input#keyword{
|
|
outline: none !important;
|
|
}
|
|
.input-outer .search-close{
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
position: absolute;
|
|
right: 56px;
|
|
height: 20px;
|
|
border-right: 2px solid #D0D1DC;
|
|
padding-right: 14px;
|
|
top: 13px;
|
|
line-height: 18px;
|
|
cursor: pointer;
|
|
}
|
|
.input-outer.search-active .search-close{
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
#datafetch.show{
|
|
opacity: 1;
|
|
visibility: visible;
|
|
height: auto;
|
|
padding: 30px;
|
|
}
|
|
#datafetch{
|
|
background-color: #FFF;
|
|
border-top: 0;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
height: 0;
|
|
}
|
|
.cat-pill-wrapper{
|
|
padding: 0 20px;
|
|
height: 28px;
|
|
border-radius: 20px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
margin-right: 12px;
|
|
}
|
|
.cat-pill-wrapper a{
|
|
font-size: 12px;
|
|
line-height: 28px;
|
|
font-weight: bold;
|
|
display: block;
|
|
}
|
|
.cat-pill-wrapper.default{
|
|
background-color: #D8DBFF;
|
|
}
|
|
.cat-pill-wrapper.default a{
|
|
color:#9EA3DA;
|
|
}
|
|
a.default{
|
|
color:#9EA3DA;
|
|
}
|
|
.cat-pill-wrapper.product{
|
|
background-color: #BFEFDB;
|
|
}
|
|
.cat-pill-wrapper.product a{
|
|
color:#75B99D;
|
|
}
|
|
a.product{
|
|
color:#75B99D;
|
|
}
|
|
.cat-pill-wrapper.noise-cancellation{
|
|
background-color: #FFEDAA;
|
|
}
|
|
.cat-pill-wrapper.noise-cancellation a{
|
|
color:#D6C37D;
|
|
}
|
|
a.noise-cancellation{
|
|
color:#D6C37D;
|
|
}
|
|
.cat-pill-wrapper.remote-communication{
|
|
background-color: #F6F0E6;
|
|
}
|
|
.cat-pill-wrapper.remote-communication a{
|
|
color:#C6B79E;
|
|
}
|
|
a.remote-communication{
|
|
color:#C6B79E;
|
|
}
|
|
.cat-pill-wrapper.company{
|
|
background-color: #FFE1EE;
|
|
}
|
|
.cat-pill-wrapper.company a{
|
|
color:#D1A6B9;
|
|
}
|
|
a.company{
|
|
color:#D1A6B9;
|
|
}
|
|
.cat-pill-wrapper.online-communication-tips{
|
|
background-color: #C5F8F7;
|
|
}
|
|
.cat-pill-wrapper.online-communication-tips a{
|
|
color:#85C5C3;
|
|
}
|
|
a.online-communication-tips{
|
|
color:#85C5C3;
|
|
}
|
|
.cat-pill-wrapper.remote-work-productivity{
|
|
background-color: #FFDEDE;
|
|
}
|
|
.cat-pill-wrapper.remote-work-productivity a{
|
|
color:#D8A8A8;
|
|
}
|
|
a.remote-work-productivity{
|
|
color:#D8A8A8;
|
|
}
|
|
.cat-pill-wrapper.best-apps-and-tools{
|
|
background-color: #DBEBFF;
|
|
}
|
|
a.best-apps-and-tools{
|
|
color:#93B2D9;
|
|
}
|
|
.cat-pill-wrapper.best-apps-and-tools a{
|
|
color:#93B2D9;
|
|
}
|
|
.cat-pill-wrapper.enterprise-communication{
|
|
background-color: #D8DBFF;
|
|
}
|
|
.cat-pill-wrapper.enterprise-communication a{
|
|
color:#9EA3DA;
|
|
}
|
|
a.enterprise-communication{
|
|
color:#9EA3DA;
|
|
}
|
|
.cat-pill-wrapper.communication-and-collaboration{
|
|
background-color: #BFEFDB;
|
|
}
|
|
.cat-pill-wrapper.communication-and-collaboration a{
|
|
color:#75B99D;
|
|
}
|
|
a.communication-and-collaboration{
|
|
color:#75B99D;
|
|
}
|
|
.cat-pill-wrapper.contact-center-tips{
|
|
background-color: #F7E1FF;
|
|
}
|
|
.cat-pill-wrapper.contact-center-tips a{
|
|
color:#CDAAD9;
|
|
}
|
|
a.contact-center-tips{
|
|
color:#CDAAD9;
|
|
}
|
|
.cat-pill-wrapper.tips-and-best-practices{
|
|
background-color: #FFEDAA;
|
|
}
|
|
.cat-pill-wrapper.tips-and-best-practices a{
|
|
color:#D6C37D;
|
|
}
|
|
a.tips-and-best-practices{
|
|
color:#D6C37D;
|
|
}
|
|
.cat-pill-wrapper.app-tutorials{
|
|
background-color: #E6DBFF;
|
|
}
|
|
.cat-pill-wrapper.app-tutorials a{
|
|
color:#B1A5CD;
|
|
}
|
|
a.app-tutorials{
|
|
color:#B1A5CD;
|
|
}
|
|
.cat-pill-wrapper.headphones{
|
|
background-color: #F6F0E6;
|
|
}
|
|
.cat-pill-wrapper.headphones a{
|
|
color:#C6B79E;
|
|
}
|
|
a.headphones{
|
|
color:#C6B79E;
|
|
}
|
|
.common-title{
|
|
font-weight: bold;
|
|
font-size: 22px;
|
|
line-height: 34px;
|
|
color: #3B3D50;
|
|
margin-top: 14px;
|
|
margin-bottom:8px;
|
|
}
|
|
.common-title a{
|
|
all:inherit;
|
|
}
|
|
.search-author{
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #9CACBC;
|
|
}
|
|
.main-menu-wrapper{
|
|
background-color: #F9FAFF;
|
|
padding: 18px 0;
|
|
border-bottom:1px solid #EDEFFA;
|
|
position: relative;
|
|
z-index: 100;
|
|
}
|
|
#main-menu-container{
|
|
padding: 0 10px;
|
|
}
|
|
#main-menu-container nav ul{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
#main-menu-container nav ul li a{
|
|
font-size: 15px;
|
|
color: #3B3D50;
|
|
font-weight: bold;
|
|
}
|
|
#main-menu-container nav ul li{
|
|
position: relative;
|
|
}
|
|
#main-menu-container nav ul li.menu-item-has-children{
|
|
padding-right: 28px;
|
|
}
|
|
#main-menu-container nav ul li ul{
|
|
position: absolute;
|
|
visibility: hidden;
|
|
top: 0px;
|
|
opacity: 0;
|
|
transition: all .3s ease;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 8px 16px rgba(34, 48, 120, 0.15);
|
|
border-radius: 10px;
|
|
padding: 12px 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
z-index: 30;
|
|
min-width: 125%;
|
|
flex-direction: column;
|
|
}
|
|
#main-menu-container nav ul li ul:before{
|
|
content: '';
|
|
width: 20px;
|
|
height: 20px;
|
|
background-color: #FFF;
|
|
transform: rotate(-45deg);
|
|
border-radius: 2px;
|
|
position: absolute;
|
|
top: -5px;
|
|
right: 8%;
|
|
z-index: -1;
|
|
}
|
|
#main-menu-container nav ul li ul li{
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-right: 0;
|
|
}
|
|
li.menu-item-has-children ul li a{
|
|
width: 100%;
|
|
text-align: center;
|
|
display: block;
|
|
white-space: nowrap;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #6D8297 !important;
|
|
padding:0 24px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
li.menu-item-has-children ul li a:hover{
|
|
background-color:#FFF5F3;
|
|
color: #FF7E61 !important;
|
|
}
|
|
li.menu-item-has-children .sub-menu-opener{
|
|
width: 14px;
|
|
height: 22px;
|
|
background:url('../img/down.svg') no-repeat center center;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
cursor: pointer;
|
|
}
|
|
li.menu-item-has-children .sub-menu-opener.open{
|
|
background:url('../img/up.svg') no-repeat center center;
|
|
}
|
|
#main-menu-container nav ul li.menu-item-has-children .sub-menu.show-sub-menu{
|
|
visibility: visible;
|
|
opacity: 1;
|
|
top: 40px;
|
|
}
|
|
#main-menu-container nav ul li a:hover{
|
|
color:#FF7E61;
|
|
}
|
|
#main-menu-container nav ul li.current-menu-item a{
|
|
color:#FF7E61;
|
|
}
|
|
main{
|
|
padding-top:40px;
|
|
}
|
|
.post-image-wrapper{
|
|
border: 1px solid #E0E2EF;
|
|
margin-bottom: 32px;
|
|
background-size: cover !important;
|
|
border-radius: 20px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
position: relative;
|
|
}
|
|
.post-image-wrapper a{
|
|
position: absolute;
|
|
left:0;
|
|
top:0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
.post-image-wrapper.image-wrapper-medium{
|
|
height:314px;
|
|
}
|
|
.post-image-wrapper.image-wrapper-large{
|
|
height: 350px;
|
|
}
|
|
.post-image-wrapper.image-wrapper-small{
|
|
height: 229px;
|
|
}
|
|
#home-featured{
|
|
margin-bottom: 64px;
|
|
}
|
|
#home-featured h2{
|
|
font-weight: bold;
|
|
font-size: 40px;
|
|
line-height: 54px;
|
|
color: #3B3D50;
|
|
margin: 16px 0;
|
|
}
|
|
.most-popular-title{
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 22px;
|
|
color: #3B3D50;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 0;
|
|
margin-bottom:32px;
|
|
}
|
|
.related-title{
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
color: #6D8297;
|
|
margin-bottom: 32px;
|
|
margin-top: 0;
|
|
}
|
|
.most-popular-title img{
|
|
margin-right: 12px;
|
|
}
|
|
.post-info .date{
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
color: #9CACBC;
|
|
}
|
|
.post-info .minutes:before{
|
|
content:url('../img/bullet.svg');
|
|
color:#9CACBC;
|
|
margin:0 10px;
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
.post-info .minutes{
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
color: #32BF84;
|
|
}
|
|
.subscribe-wrapper{
|
|
background: #F4F6FF;
|
|
border-radius: 20px;
|
|
padding: 32px 44px;
|
|
}
|
|
.subscribe-wrapper .subscribe-img-wrapper{
|
|
max-width: 60px;
|
|
}
|
|
.subscribe-wrapper h3{
|
|
font-weight: bold;
|
|
font-size: 32px;
|
|
line-height: 44px;
|
|
color: #3B3D50;
|
|
margin: 16px 0 12px 0;
|
|
}
|
|
.subscribe-wrapper span{
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #6D8297;
|
|
}
|
|
.subscribe-wrapper input{
|
|
display: block;
|
|
width: 100%;
|
|
height: 48px;
|
|
border:2px solid #FFF;
|
|
outline: none !important;
|
|
background:url('../img/email.svg') no-repeat left 17px center #FFFFFF !important;
|
|
border-radius: 10px;
|
|
padding-left: 63px;
|
|
margin-bottom: 12px;
|
|
margin-top: 32px;
|
|
font-weight: bold;
|
|
}
|
|
.subscribe-wrapper input:focus{
|
|
border-color:#6371DE;
|
|
}
|
|
.subscribe-wrapper input::placeholder{
|
|
color: #ABBDCF;
|
|
font-size: 16px;
|
|
line-height: 48px;
|
|
font-weight: 500;
|
|
}
|
|
.subscribe-wide .subscribe-img-wrapper{
|
|
position: absolute;
|
|
top: -25px;
|
|
left:48px;
|
|
}
|
|
.subscribe-wide .recaptcha-text,
|
|
.subscribe-wide button{
|
|
width: 46% !important;
|
|
display: inline-block !important;
|
|
}
|
|
.subscribe-wide button{
|
|
float: left;
|
|
}
|
|
.subscribe-wide .recaptcha-text{
|
|
margin-left:14px;
|
|
margin-top: 0;
|
|
float: right;
|
|
}
|
|
.subscribe-wide{
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
padding: 50px 48px;
|
|
margin-bottom: 86px;
|
|
}
|
|
.subscribe-wide form{
|
|
max-width: 425px;
|
|
}
|
|
.subscribe-wide h3{
|
|
max-width: 446px;
|
|
margin-top: 0 !important;
|
|
}
|
|
.subscribe-wide input{
|
|
margin-top: 0 !important;
|
|
}
|
|
.recaptcha-text{
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
align-items: center;
|
|
color: #6D8297;
|
|
font-weight: 500;
|
|
margin-bottom: 0;
|
|
}
|
|
.recaptcha-text a{
|
|
text-decoration: underline;
|
|
margin-top: 16px;
|
|
margin-bottom: 0;
|
|
color: #6D8297;
|
|
|
|
}
|
|
p.error-message{
|
|
color: #FF3A46 !important;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
margin-top: 12px;
|
|
}
|
|
p.success-message{
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
color: #3EC153;
|
|
font-weight: bold;
|
|
margin-top: 12px;
|
|
}
|
|
.btn[disabled]{
|
|
opacity: 0.8;
|
|
}
|
|
#home-secondary .row {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.all-posts-wrapper h3{
|
|
font-size: 22px;
|
|
line-height: 34px;
|
|
margin-top: 24px;
|
|
margin-bottom: 16px;
|
|
}
|
|
.alm-reveal{
|
|
width: 100%;
|
|
}
|
|
#all-posts .row{
|
|
width: 100%;
|
|
}
|
|
#all-posts .row .alm-reveal{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.alm-btn-wrap{
|
|
text-align: center;
|
|
margin-top: 35px;
|
|
margin-bottom:129px;
|
|
}
|
|
.alm-btn-wrap button{
|
|
border-color:#6371DE;
|
|
background-color: #FFF;
|
|
color:#6371DE;
|
|
}
|
|
#all-posts .row [class*="col-"]{
|
|
margin-bottom:45px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
#home-secondary .row [class*="col-"] {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom:80px;
|
|
}
|
|
.secondary-post-wrapper h3{
|
|
font-weight: bold;
|
|
font-size: 22px;
|
|
line-height: 34px;
|
|
}
|
|
.all-posts-wrapper h3 a:hover,
|
|
.secondary-post-wrapper h3 a:hover,
|
|
h2.post-title a:hover,
|
|
h1 a:hover,
|
|
.popular h5 a:hover {
|
|
transition: all .3s ease;
|
|
color:#6D8297 !important;
|
|
}
|
|
.post-title.hovered a{
|
|
transition: all .3s ease;
|
|
color:#6D8297 !important;
|
|
}
|
|
.search-sub-title{
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
color: #6D8297;
|
|
margin-bottom: 18px;
|
|
margin-top: 0;
|
|
}
|
|
.search-page-title{
|
|
font-size: 24px;
|
|
margin-bottom: 32px;
|
|
margin-top: 0;
|
|
}
|
|
.image-wrapper-single{
|
|
height:356px;
|
|
}
|
|
.single-info-wrapper{
|
|
padding-left: 40px;
|
|
}
|
|
.single-info-wrapper h1{
|
|
font-size: 40px;
|
|
line-height: 54px;
|
|
}
|
|
.author-info{
|
|
margin-top: 16px;
|
|
}
|
|
.author-info .avatar{
|
|
width: 38px;
|
|
height: 38px;
|
|
border-radius: 50%;
|
|
margin-right:12px;
|
|
display: inline-block;
|
|
}
|
|
.author-info .author-name{
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #3B3D50;
|
|
}
|
|
.author-info .author-name a{
|
|
font-weight: bold;
|
|
color:#6371DE;
|
|
}
|
|
.post-info-row{
|
|
margin-bottom:48px;
|
|
}
|
|
.social-share{
|
|
position: absolute;
|
|
left:-60px;
|
|
top: 0;
|
|
}
|
|
.social-share .share-link{
|
|
width: 28px;
|
|
height: 28px;
|
|
background-color: #656781;
|
|
border-radius: 8px;
|
|
margin-bottom:16px;
|
|
cursor: pointer;
|
|
}
|
|
.social-share .share-link:hover{
|
|
background-color: #3B3D50;
|
|
}
|
|
.social-share .share-link a{
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.post-content{
|
|
max-width: 660px;
|
|
margin: 0 auto 80px auto;
|
|
font-size: 19px;
|
|
line-height: 30px;
|
|
position:relative;
|
|
position: relative;
|
|
}
|
|
.post-content h2,
|
|
.post-content h3,
|
|
.post-content h4,
|
|
.post-content h5,
|
|
.post-content h6{
|
|
margin:30px 0 15px;
|
|
line-height: 40px;
|
|
font-weight: 700 !important;
|
|
}
|
|
.post-content h2 span,
|
|
.post-content h3 span,
|
|
.post-content h4 span,
|
|
.post-content h5 span,
|
|
.post-content h6 span{
|
|
font-weight: 700 !important;
|
|
}
|
|
.post-content ul{
|
|
margin:30px 0;
|
|
}
|
|
.post-content a,
|
|
.post-content a span,
|
|
.post-content a strong{
|
|
color:#FF7E61;
|
|
}
|
|
|
|
.post-content img{
|
|
max-width:100%;
|
|
height:auto;
|
|
margin: 35px 0;
|
|
}
|
|
.post-content .wp-caption{
|
|
width: 100% !important;
|
|
}
|
|
.comments-row{
|
|
margin-top: 80px;
|
|
}
|
|
.related-row{
|
|
margin-bottom: 136px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.related-row > [class*="col-"]{
|
|
margin-bottom: 30px;
|
|
}
|
|
body.search #all-posts .alm-reveal{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
#author-intro{
|
|
background-color: #F9FAFF;
|
|
padding: 60px 0 80px 0;
|
|
margin-bottom: 80px;
|
|
}
|
|
#author-intro .author-page-avatar{
|
|
width: 130px;
|
|
height: 130px;
|
|
border-radius: 50%;
|
|
margin: 0 auto 19px auto;
|
|
overflow:hidden;
|
|
position: relative;
|
|
}
|
|
#author-intro .author-page-avatar img{
|
|
position: absolute;
|
|
top: 50%;
|
|
left:50%;
|
|
transform:translate(-50%, -50%);
|
|
height: 100%;
|
|
}
|
|
#author-intro h1{
|
|
font-size: 32px;
|
|
line-height: 44px;
|
|
color: #3B3D50;
|
|
text-align: center;
|
|
margin-top: 0;
|
|
margin-bottom: 32px;
|
|
}
|
|
#author-intro p{
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
text-align: center;
|
|
color: #6D8297;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
max-width: 840px;
|
|
margin: 0 auto;
|
|
}
|
|
body.author main{
|
|
padding-top: 0 !important;
|
|
}
|
|
.author-articles-title{
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
line-height: 26px;
|
|
color: #6D8297;
|
|
margin-bottom: 24px;
|
|
}
|
|
footer{
|
|
padding: 80px 0 50px 0;
|
|
background-color:#F7F8FF;
|
|
}
|
|
footer h4{
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
margin-top:0;
|
|
margin-bottom:32px;
|
|
}
|
|
footer ul{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
footer .footer-menu{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
footer ul li{
|
|
margin-bottom: 15px;
|
|
}
|
|
footer ul li a{
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
}
|
|
footer ul li a img{
|
|
vertical-align: middle;
|
|
margin-top: -6px;
|
|
margin-left: 3px;
|
|
margin-right: 5px;
|
|
}
|
|
.footer-info{
|
|
border-top:1px solid #E0E2EF;
|
|
padding-top:50px;
|
|
}
|
|
.footer-logo-wrapper{
|
|
max-width: 88px;
|
|
display: inline-block;
|
|
margin-bottom:41px;
|
|
}
|
|
.footer-logo-wrapper img{
|
|
width: 100%;
|
|
margin-bottom: -5px;
|
|
}
|
|
.footer-info-text{
|
|
margin-left: auto;
|
|
font-size: 12px;
|
|
}
|
|
.footer-secondary{
|
|
padding-top: 24px !important;
|
|
border-top: 1px solid #E0E2EF;
|
|
margin-top: 40px;
|
|
margin-bottom: 24px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.footer-secondary .footer-btn{
|
|
width:140px;
|
|
height: 36px;
|
|
border: 1px solid #6371DE;
|
|
background-color: transparent;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
display: inline-block;
|
|
}
|
|
.footer-secondary .footer-btn a{
|
|
font-size: 14px;
|
|
display: block;
|
|
font-weight: 500;
|
|
color:#6371DE;
|
|
line-height: 36px;
|
|
}
|
|
.footer-btns-outer{
|
|
margin-left: auto;
|
|
}
|
|
.footer-secondary .footer-btn.footer-btn-primary{
|
|
background-color: #6371DE;
|
|
margin-left: 8px;
|
|
}
|
|
.footer-secondary .footer-btn.footer-btn-primary a{
|
|
color:#FFF;
|
|
}
|
|
.footer-secondary ul{
|
|
margin:0;
|
|
padding: 0;
|
|
}
|
|
.footer-secondary ul li{
|
|
display: inline-block;
|
|
float: left;
|
|
margin-right: 40px;
|
|
}
|
|
.footer-social{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 40px;
|
|
}
|
|
.footer-social li{
|
|
margin-right: 16px;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
.footer-social > div{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
ul#social li{
|
|
display: inline-block;
|
|
float:left;
|
|
margin-right:8px;
|
|
width: 40px;
|
|
height: 40px;
|
|
text-align:center;
|
|
}
|
|
ul#social li a {
|
|
display: block;
|
|
line-height: 40px;
|
|
}
|
|
ul#social li a img{
|
|
vertical-align: middle;
|
|
}
|
|
header .header-actions-wrapper #burger{
|
|
display: none;
|
|
width: 40px;
|
|
height: 43px;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
flex-direction: column;
|
|
padding-top: 3px;
|
|
}
|
|
header .header-actions-wrapper #burger span{
|
|
width: 100%;
|
|
display: block;
|
|
height: 3px;
|
|
background:#3B3D50;
|
|
}
|
|
.visible-sm{
|
|
display: none !important;
|
|
}
|
|
#burger *{
|
|
transition: all .3s ease;
|
|
}
|
|
#burger.open span:nth-child(1){
|
|
transform: rotateZ(-45deg) translateX(-13px) translateY(8px)
|
|
|
|
}
|
|
#burger.open span:nth-child(2){
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
transform: rotate(90deg);
|
|
}
|
|
#burger.open span:nth-child(3){
|
|
transform: rotateZ(45deg) translateX(-10px) translateY(-6px)
|
|
}
|
|
#mob-menu{
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
position: fixed;
|
|
top: 96px;
|
|
right: -300px;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
background-color: #FFF;
|
|
padding: 72px 20px 40px 20px;
|
|
z-index: 9999;
|
|
transition: all .3s ease;
|
|
max-height: calc(100vh - 96px);
|
|
overflow-y: auto;
|
|
}
|
|
#mob-menu.show-menu{
|
|
visibility: visible;
|
|
right: 0;
|
|
opacity: 1;
|
|
}
|
|
#mob-menu ul{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#mob-menu ul li{
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
#mob-menu .btn{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
#mob-menu ul li{
|
|
position: relative;
|
|
}
|
|
#mob-menu ul li a{
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
color: #3B3D50;
|
|
}
|
|
#mob-menu ul li ul{
|
|
max-height: 0;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
transition: all .3s ease;
|
|
}
|
|
#mob-menu ul li ul.show-sub-menu{
|
|
max-height: unset;
|
|
height: auto;
|
|
visibility: visible;
|
|
opacity: 1;
|
|
padding-top: 24px;
|
|
}
|
|
#mob-menu ul li.menu-item-has-children .sub-menu-opener{
|
|
top: 12px !important;
|
|
}
|
|
#mob-menu ul li.menu-item-has-children ul li a{
|
|
text-align: left;
|
|
}
|
|
.demo-iframe{
|
|
text-align: center;
|
|
padding: 30px 0;
|
|
}
|
|
.demo-iframe iframe{
|
|
width: 100%;
|
|
height: 220px;
|
|
max-width: 420px;
|
|
margin: 0 auto;
|
|
}
|
|
.blog-demo{
|
|
display: block;
|
|
max-width: 197px;
|
|
margin: 0 auto;
|
|
}
|
|
.blog-demo a{
|
|
color:#FFF;
|
|
}
|
|
#popup{
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
position:fixed;
|
|
top:-300px;
|
|
left:0;
|
|
transition: all .7s ease-in-out;
|
|
z-index: 999;
|
|
background-color: rgba(255,255,255, 0.6);
|
|
}
|
|
#popup .popup-inner{
|
|
position: relative;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
}
|
|
#popup.fade-in{
|
|
top: 0;
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
a.popup-close{
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
width: 15px;
|
|
}
|
|
.category-more-title{
|
|
font-size: 24px;
|
|
margin: 0 0 24px 0;
|
|
}
|
|
.popular a.default{
|
|
font-weight: 700;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
text-transform: uppercase;
|
|
}
|
|
.popular-posts{
|
|
padding: 20px;
|
|
background: #F9FAFF;
|
|
border-radius: 20px;
|
|
}
|
|
.popular h5{
|
|
margin-top: 8px;
|
|
margin-bottom: 24px;
|
|
}
|
|
.popular h5 a{
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
color: #3C4151;
|
|
}
|
|
.eng-blog-banner{
|
|
background: #F5F7FF;
|
|
border-radius: 15px;
|
|
padding: 12px 16px;
|
|
font-weight: 500;
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
color: #3C4151;
|
|
margin-bottom: 32px;
|
|
}
|
|
.eng-blog-banner > div{
|
|
display: inline-block;
|
|
}
|
|
.eng-banner-holder{
|
|
margin-top: -16px;
|
|
}
|
|
.eng-blog-banner a{
|
|
text-decoration-line: underline;
|
|
color: #6371DE;
|
|
}
|
|
.eng-blog-banner img{
|
|
margin-right: 8px;
|
|
margin-top: -2px;
|
|
}
|
|
.engineering-welcome-banner{
|
|
background: #FFFFFF;
|
|
border: 1px solid #E0E9F1;
|
|
border-radius: 20px;
|
|
padding: 24px 28px;
|
|
}
|
|
.engineering-welcome-banner h4{
|
|
margin-top: 12px;
|
|
margin-bottom: 20px;
|
|
font-weight: 700;
|
|
font-size: 28px;
|
|
line-height: 40px;
|
|
color: #6371DE;
|
|
}
|
|
.engineering-welcome-banner h4 img{
|
|
vertical-align: sub;
|
|
}
|
|
.engineering-welcome-banner p{
|
|
margin: 0;
|
|
font-weight: 500;
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #32BF84;
|
|
}
|
|
.btn-white{
|
|
background-color: #FFF;
|
|
color:#6371DE;
|
|
width: 238px;
|
|
height: 52px;
|
|
line-height: 48px;
|
|
text-align: center;
|
|
border: 2px solid #6371DE;
|
|
border-radius: 10px;
|
|
margin: 0 auto 80px auto;
|
|
}
|
|
.btn-white a{
|
|
color:#6371DE;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 48px;
|
|
}
|
|
|
|
@media only screen and (max-width: 1023px){
|
|
.engineering-welcome-banner{
|
|
display: none;
|
|
}
|
|
.eng-banner-holder{
|
|
padding: 0 15px;
|
|
margin-top: -50px;
|
|
}
|
|
h1#main-title{
|
|
padding-left: 15px;
|
|
}
|
|
body{
|
|
padding-top: 90px
|
|
}
|
|
main{
|
|
padding-top: 96px;
|
|
}
|
|
header{
|
|
width: 100vw;
|
|
}
|
|
header .header-text-wrapper{
|
|
margin-right: 0;
|
|
}
|
|
.header-actions-wrapper .separator,
|
|
.header-actions-wrapper .btn.btn-main,
|
|
.header-text-wrapper,
|
|
.main-menu-wrapper{
|
|
display: none;
|
|
}
|
|
.top-bar-hidden{
|
|
all:unset;
|
|
}
|
|
header .header-actions-wrapper #burger{
|
|
display: flex;
|
|
}
|
|
.input-outer{
|
|
width: 50px;
|
|
background: url('../img/search.svg') no-repeat right 11px top 10px #FFF;
|
|
margin-right: 24px;
|
|
}
|
|
.input-outer input::placeholder{
|
|
display: none;
|
|
visibility: hidden;
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
#home-featured .post-image-wrapper{
|
|
display: inline-block;
|
|
width:50%;
|
|
float: left;
|
|
margin-right: 22px;
|
|
}
|
|
#home-featured .post-content-wrapper{
|
|
width: 40%;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
.featured-post-wrapper{
|
|
max-width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
#home-featured h1{
|
|
font-size: 28px;
|
|
line-height: 40px;
|
|
}
|
|
footer{
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
.footer-menu-container {
|
|
flex-wrap: wrap;
|
|
flex-direction: column-reverse;
|
|
}
|
|
.footer-logo{
|
|
flex: 100%;
|
|
margin-top: 30px;
|
|
}
|
|
.footer-logo-wrapper{
|
|
margin-bottom: 0;
|
|
}
|
|
.footer-social .social{
|
|
line-height: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.footer-menu{
|
|
margin-left: unset;
|
|
}
|
|
.footer .footer-menu{
|
|
justify-content: space-between;
|
|
}
|
|
.footer-menu .list{
|
|
margin:0;
|
|
}
|
|
.cta-button.centered{
|
|
margin: 56px auto 0 auto !important;
|
|
}
|
|
.get-a-demo-wrapper{
|
|
display: none;
|
|
}
|
|
footer ul li a{
|
|
line-height: 16px !important;
|
|
}
|
|
.subscribe-wrapper input{
|
|
width: 70%;
|
|
display: inline-block;
|
|
margin-right: 16px;
|
|
margin-top: 0;
|
|
}
|
|
.subscribe-wrapper .btn.btn-main{
|
|
width: 28%;
|
|
display: inline-block;
|
|
}
|
|
.subscribe-wrapper form{
|
|
margin-top: 32px;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
}
|
|
.post-image-wrapper.image-wrapper-large{
|
|
height: 246px;
|
|
}
|
|
.visible-sm{
|
|
display: block !important;
|
|
}
|
|
.visible-lg{
|
|
display: none !important;
|
|
}
|
|
#all-posts{
|
|
margin-top: 40px;
|
|
}
|
|
#all-posts .row{
|
|
margin:0 auto;
|
|
}
|
|
.alm-reveal{
|
|
display: flex;
|
|
flex-wrap:wrap;
|
|
}
|
|
.input-outer.search-active{
|
|
max-width: 98%;
|
|
left:50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.single-info-wrapper h1{
|
|
font-size: 28px !important;
|
|
line-height: 40px !important;
|
|
}
|
|
#author-posts .row{
|
|
margin: 0 auto;
|
|
}
|
|
.demo-iframe{
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 767px){
|
|
.eng-blog-banner{
|
|
display: flex;
|
|
}
|
|
#home-featured .post-image-wrapper,
|
|
.post-content-wrapper{
|
|
width: 100% !important;
|
|
display: block !important;
|
|
float: none !important;
|
|
}
|
|
#home-featured h1{
|
|
font-size: 26px !important;
|
|
line-height: 38px !important;
|
|
}
|
|
.featured-post-wrapper{
|
|
margin-bottom: 56px;
|
|
}
|
|
.subscribe-wrapper input,
|
|
.subscribe-wrapper .btn{
|
|
width: 100% !important;
|
|
display: block !important;
|
|
float: none !important;
|
|
}
|
|
.subscribe-wrapper form{
|
|
flex-direction: column;
|
|
}
|
|
.subscribe-wrapper h3{
|
|
font-size: 28px;
|
|
line-height: 40px;
|
|
}
|
|
.post-image-wrapper{
|
|
height: 275px !important;
|
|
}
|
|
.single-info-wrapper{
|
|
padding-left: 0;
|
|
}
|
|
.post-content{
|
|
padding:10px 30px;
|
|
}
|
|
.single-info-wrapper h1{
|
|
font-size: 26px !important;
|
|
line-height: 38px !important;
|
|
}
|
|
.related-row .post-info{
|
|
margin-bottom: 30px;
|
|
}
|
|
.sharing-buttons{
|
|
|
|
}
|
|
.social-share{
|
|
left: 30px;
|
|
top: -10px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.share-link{
|
|
margin-right: 15px;
|
|
}
|
|
#ajax-load-more-2 .col-xs-6{
|
|
width: 100% !important;
|
|
}
|
|
.footer-info-text {
|
|
margin: 24px auto 40px;
|
|
width: 100%;
|
|
text-align: center;
|
|
align-items: center;
|
|
display: block!important;
|
|
}
|
|
footer .footer-menu{
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.footer-menu .list {
|
|
margin: 0 0 40px 0;
|
|
flex: 1 1 50%;
|
|
}
|
|
.footer-logo-wrapper{
|
|
display: block;
|
|
margin-bottom: 40px;
|
|
}
|
|
.footer-social{
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
.footer-social h4{
|
|
line-height: 40px;
|
|
}
|
|
.footer-secondary{
|
|
flex-direction: column;
|
|
margin-top: 40px;
|
|
max-width: 425px !important;
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.footer-social{
|
|
width: 100% !important;
|
|
max-width: 425px !important;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.footer-secondary > div{
|
|
width: 100%;
|
|
}
|
|
.footer-btns-outer{
|
|
margin-left: 0;
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.footer-secondary .footer-btn{
|
|
width: 100%;
|
|
display: block;
|
|
margin: 0 0 16px 0 !important;
|
|
}
|
|
.footer-secondary ul{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
margin-bottom:32px;
|
|
}
|
|
.footer-secondary ul li{
|
|
margin-right: 0;
|
|
}
|
|
.footer-social{
|
|
width: 100%;
|
|
}
|
|
.footer-social ul{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.footer-social li{
|
|
margin-right: 0 !important;
|
|
}
|
|
#popup{
|
|
display: none;
|
|
}
|
|
input#keyword{
|
|
padding: 0;
|
|
}
|
|
.header-actions-wrapper{
|
|
min-width:115px;
|
|
}
|
|
.input-outer.search-active{
|
|
max-height: 100vh;
|
|
overflow-y: scroll;
|
|
}
|
|
.data-fetch-inner{
|
|
margin-bottom: 30px;
|
|
}
|
|
#datafetch .btn{
|
|
margin-top: 10px;
|
|
}
|
|
#datafetch h2{
|
|
font-size:20px;
|
|
}
|
|
#datafetch.show{
|
|
padding: 30px 0 50px 0;
|
|
}
|
|
.subscribe-wrapper{
|
|
padding: 32px 24px;
|
|
}
|
|
} |