/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



body * {
  font-family: 'Mulish',sans-serif;
/* color: #414042; */
  color: #2b2b2b;
}
.article-content a {
    color: #2669EC !important;
}
.article-block {
    margin-top: 250px;
}
code {
    font-family: Inconsolata !important;
    background-color: #F2F4F5 !important;`
    color: #2B2B2B !important;
}
.header-container {
  padding: 0px !important;
}
.section-title, .section-title span {
    text-align: center;
    font-size: 22px;
    color: #1f4ca1;
    font-weight: bold;
    padding-top: 60px;
}
.article {
    margin-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #c2c2c2;
}
.article .small-6:last-child {
    text-align: right;
}

.article-name, .article-name * {
    font-size: 30px;
    color: #2b2b2b;
    font-weight: bold;
}
.article .article-name {
  padding-bottom: 20px;
}
.article-published {
    font-size: 20px;
    color: #2b2b2b;
}
.hidden-article {
  display: none;
}
#show-more {
    background-color: #f25555;
    color: #fff;
    padding: 13px 20px;
    border-radius: 7px;
    margin-top: 40px;
    cursor: pointer;
}
a.release-notes-btn {
    background-color: #FC7959;
    color: #fff !important;
    border: 0px !important;
    padding: 20px 60px !important;
}
a.technical-blog-btn {
    padding: 20px 60px !important;
}
.picks-article:first-child {
    padding-right: 30px;
}
.picks-article:last-child {
    padding-left: 30px;
}
.picks-article:nth-child(2) {
    padding: 0px 15px;
}
.picks {
    padding-bottom: 60px;
}
.picks-article {
    margin-top: 40px;
}
.picks .article-name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.article-author {
    font-size: 16px;
    color: #1f4ca1;
    cursor: pointer;
}
.topic-div {
    margin-top: 40px;
}
.topic-div:nth-child(3n+3) {
    padding-left: 60px;
}
.topic-div:nth-child(3n+1) {
    padding-right: 60px;
}
.topic-div:nth-child(3n+2) {
    padding-left: 30px;
    padding-right: 30px;
}
.topic-box {
    background-color: #f5f8fa;
    padding: 8px 20px;
    position: relative;
    box-shadow: 0 0 10px -5px #000;
}
.topic-box span {
    font-size: 22px;
    font-weight: bold;
    color: #2b2b2b;
}
.topic-box img {
    position: absolute;
    right: -20px;
    top: 0px;
}
.topic-btn {
    padding-top: 53px;
    text-align: center;
}
.topic-btn a {
    background-color: #f25555;
    color: #fff;
    padding: 13px 50px;
    border-radius: 7px;
    margin-top: 66px;
    cursor: pointer;
}
.topics {
    padding-bottom: 80px;
  background-color: #f6fefe;
}
.section-title,.section-title span {
    text-align: center;
    font-size: 48px;
    color: #2b2b2b;
    font-weight: 800;
    padding-top: 60px;
  padding-bottom: 60px;
}
.article-summary img {
  display: none;
}
.article-summary{
  font-size: 20px;
}
.read-more a {
  background-color: #fff;
  color: #2b2b2b;
  font-weight: bold;
  border: 1px solid #2b2b2b;
  padding: 10px 30px;
  border-radius: 45px;
  cursor: pointer;
}
.read-more {
  padding-top: 20px;
}
.blog-pagination {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}
.article-info {
  width: 20%;
  float: left;
  padding-right: 40px;
  padding-top: 10px;
  text-align: right;
}
.article-info .tag-list a.topic-link {
  padding: 5px 10px !important;
}
.article-content {
  width: 80%;
  float: right;
}
.article-block {
  padding: 60px 0px;
  display: flex;
}
.maintence {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #133e8e;
}
.kc-footer-copyright a, .kc-footer-copyright a:hover, .kc-footer-copyright a:focus, .kc-footer-copyright a:active {
  color: #fff;
}
.article-content img {
  margin-bottom: 40px;
  margin-top: 40px;
}
ul.tag-list li {
    display: inline-flex;
    padding-left: 10px;
    padding-top: 10px;
}
.tag-list {
    padding-left: 0px;
    display: inline-flex;
    justify-content: flex-end;
    flex-flow: row wrap;
}
li.hs-blog-social-share-item {
    margin-right: 0 !important;
    margin-left: 5px !important;
  float: unset !important;
}
ul.hs-blog-social-share-list {
  display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
ul.tag-list li a,ul.tag-list li a:hover,ul.tag-list li a:focus,ul.tag-list li a:active,ul.tag-list li a:visited {
  text-decoration: none;
  border: 2px solid #c0c0c0;
  padding: 2px 3px;
}
.hs-form-booleancheckbox input {
  height: auto !important;
}
.hs-form-booleancheckbox span {
  color: #fff;
}
.sub-title-1, .sub-title-2, .sub-title-3 {
    max-width: 600px !important;
    margin: 0 auto !important;
    color: #fff !important;
}
.sub-title-1 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.sub-title-2 {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 10px;
}
.sub-title-3 {
    font-size: 25px;
    padding-bottom: 30px;
}
.submitted-message * {
  color: #fff;
}
.header-container {
  background: #fff;
}
.blog-pagination .previous-posts-link {
  float: none;
  margin-right: 30px;
}
.blog-pagination .next-posts-link {
  float: none;
}
.article .small-12:first-child {
    padding-right: 50px;
}
a strong {
  color: unset;
}
.article-block-mobile {
  display: none; 
}
.banner .info-links a {
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 15px;
    margin-left: 20px;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}
.banner .info-links {
  padding-bottom: 25px;
}
.banner .info-links a:first-child {
    margin-left: 0px;
}
.blog-pagination a {
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}
.blog-pagination .previous-posts-link img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 16px;
}
.blog-pagination .next-posts-link img {
  margin-left: 16px;
}
.lastest-articles {
    padding: 60px 0px;
}
.im-banner {
    display: flow-root;
    margin: 60px 0px;
}
.im-banner-bg {
  background-image: url(https://5408110.fs1.hubspotusercontent-na1.net/hubfs/5408110/CloudLinuxBlog/Imunify-blog.png);
  padding: 60px 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.im-banner h2.title {
    font-size: 45px;
    font-weight: 800;
  padding-bottom: 20px;
}
.im-banner a {
    border: 1px solid #333;
    padding: 10px 20px;
  cursor: pointer;
}
.picks .section-title {
  padding-bottom: 20px;
}
.picks .content img {
    display: none;
}
.picks .top-part .right {
  padding-top: 5px;
}
.picks .top-part {
  min-height: 160px;
}
.featured-box {
    box-shadow: 0px 0px 10px -5px;
    padding: 40px;
    height: 100%;
}
.news-form {
    background-color: #1f97f0;
    padding: 60px 0px;
  display: flex;
}
.news-form .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 40px;
}
.hs_consent_given__c {
  float: left;
  width: 100%;
}
.hs_notification_frequency {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.hs_email {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.hs_recaptcha {
  display: inline-flex;
}
.hs_submit {
  display: inline-flex;
    float: left;
    margin-right: 50px;
    margin-top: 5px;
}
input.hs-button.primary.large {
    background-color: unset;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    color:#fff;
    outline: none;
    outline-width: 0;
}
.input .hs-input {
    border-radius: 20px;
    padding: 10px 25px;
    height: 45px;
    color: #9a9a9a;
}
#cl-blog-menu-fixed .logo {
    padding: 22px 0px 2px 0px;
}
.menu-items ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 13px 0px;
    padding-top: 3px;
    padding-left: 0px;
    min-height: 46px;
}
.menu-items a {
    font-weight: 600;
}
.menu-items li {
    float: left;
    margin-left: 20px;
}
input.hs-search-field__input {
    border-radius: 20px !important;
    border: 2px solid #333 !important;
    color: #333 !important;
    padding: 20px 20px !important;
    width: 230px !important;
}
.hs-search-field {
  width: 230px !important;
  position: relative !important;
  height: 45px !important;
}
.search-icon {
    position: absolute;
    right: 0;
    background-color: #333;
    padding: 7px 15px 13px 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.search-icon img {
    width: 15px;
}
.container-fluid .row-fluid .page-center {
  max-width: 75rem !important;
}
.menu-sub {
  border: 2px solid #333;
    border-radius: 20px;
    padding: 10px 17px;
  cursor: pointer;
}
.menu-trial {
  background-color: #1f97f0;
    color: #fff;
    border-radius: 20px;
    padding: 13px 30px;
}
.menu-items ul.right {
  justify-content: flex-end;
}
.menu-trial:hover,.banner a.banner-btn:hover{
  color: #fff;
  opacity: 0.6;
}
.topic-box img:hover, .next-posts-link img:hover,  .prev-posts-link img:hover{
  opacity: 0.6;
}
.im-banner a:hover{
  background-color: #2b2b2b;
  color: #fff;
}
.read-more a:hover,.menu-sub:hover{
  background-color: #333;
  color: #fff;
}
input.hs-button.primary.large:hover{
  background-color: #fff;
  color: #1f97f0;
}
.post-footer .input .hs-input{
  font-family: 'Helvetica',arial,sans-serif;
  font-size: 16px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.post-footer .hs_email{
  width: 100%;
  padding-right: 0px;
}
.post-footer .hs_recaptcha{
  display: block;
}
.post-footer .actions {
  padding-bottom: 100px;
}
.post-footer .actions input {
  font-weight: 600;
  border: 2px solid #333;
  padding: 10px 40px;
}
.post-footer .actions input:hover{
  background-color: #333;
  color: #fff;
}
.post-footer .hs-error-msg{
  font-size: 12px;
  color: red;
}
.article-desktop div:last-child {
  text-align: right;
}
span#hs_cos_wrapper_blog_social_sharing {
    display: inline-flex;
}
.read-more {
    text-align: left !important;
}
.topics .section-title a {
    font-size: 23px;
    color: #2b2b2b;
    font-weight: bold;
    border: 1px solid #2b2b2b;
    padding: 10px 30px;
    border-radius: 45px;
    cursor: pointer;
}
.topics .section-title a:hover {
    color: #fff;
    background-color: #333;
}

div#cookiescript_description span {
    color: #fff;
}

.banner {
  padding-top: 300px;
}




/* responsive */
.small-4{width:33.33333%;}
.small-6{width:50%;}
.small-12{width:100%;}
@media print, screen and (min-width: 40em){
.medium-4{width:33.33333%;}
.medium-6{width:50%;}
.medium-12{width:100%;}
}
@media print, screen and (min-width: 64em){
.large-3{width:25%;}
.large-4{width:33.33333%;}
.large-5{width:41.66667%;}
.large-6{width:50%;}
.large-12{width:100%;}
}
.grid-container{padding-right:0.625rem;padding-left:0.625rem;max-width:75rem;margin-left:auto;margin-right:auto;}
@media print, screen and (min-width: 40em){
.grid-container{padding-right:0.9375rem;padding-left:0.9375rem;}
}
.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto;}
.grid-x{display:flex;flex-flow:row wrap;}
.cell{flex:0 0 auto;min-height:0px;min-width:0px;width:100%;}
.grid-x>.small-4,.grid-x>.small-6,.grid-x>.small-12{flex-basis:auto;}
@media print, screen and (min-width: 40em){
.grid-x>.medium-4,.grid-x>.medium-6,.grid-x>.medium-12{flex-basis:auto;}
}
@media print, screen and (min-width: 64em){
.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-12{flex-basis:auto;}
}
.grid-x>.small-4,.grid-x>.small-6,.grid-x>.small-12{flex:0 0 auto;}
.grid-x>.small-4{width:33.33333%;}
.grid-x>.small-6{width:50%;}
.grid-x>.small-12{width:100%;}
@media print, screen and (min-width: 40em){
.grid-x>.medium-4,.grid-x>.medium-6,.grid-x>.medium-12{flex:0 0 auto;}
.grid-x>.medium-4{width:33.33333%;}
.grid-x>.medium-6{width:50%;}
.grid-x>.medium-12{width:100%;}
}
@media print, screen and (min-width: 64em){
.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-12{flex:0 0 auto;}
.grid-x>.large-3{width:25%;}
.grid-x>.large-4{width:33.33333%;}
.grid-x>.large-5{width:41.66667%;}
.grid-x>.large-6{width:50%;}
.grid-x>.large-12{width:100%;}
}
.small-4{flex:0 0 33.33333%;max-width:33.33333%;}
.small-6{flex:0 0 50%;max-width:50%;}
.small-12{flex:0 0 100%;max-width:100%;}
@media print, screen and (min-width: 40em){
.medium-4{flex:0 0 33.33333%;max-width:33.33333%;}
.medium-6{flex:0 0 50%;max-width:50%;}
.medium-12{flex:0 0 100%;max-width:100%;}
}
@media print, screen and (min-width: 64em){
.large-3{flex:0 0 25%;max-width:25%;}
.large-4{flex:0 0 33.33333%;max-width:33.33333%;}
.large-5{flex:0 0 41.66667%;max-width:41.66667%;}
.large-6{flex:0 0 50%;max-width:50%;}
.large-12{flex:0 0 100%;max-width:100%;}
}
/* responsive end */

@media only screen and (max-width: 1236px) {
  .hs-search-field {
    display: none;
  }
}



@media only screen and (max-width: 1200px) {
  #mega-menu-fixed .mega-menu-search {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .topic-div {
    padding: 0px !important;
  }
  .article img {
    max-width: 100%;
  }
  .read-more {
    padding-bottom: 40px;
  }
  .picks-article {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 956px) {
  #mega-menu-fixed {
    display: none !important;
  }
  .article-block {
    display: block;
  }
  .article-info {
    width: 100%;
    float: none;
    text-align: left;
    padding-bottom: 30px;
  }
  .article-content {
    width: 100%;
    float: none;
  }
  .article-block-desktop {
    display: none!important; 
  }
  .article-block-mobile {
    display: block!important; 
  }
  .im-banner .span6 {
    width: 100%;
  }
  .padding-grid-container {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .padding-grid-container {
    padding-right: 0px;
  }
  .im-banner-bg {
    padding: 60px 10px;
  }
  .im-banner a {
    padding: 10px 10px;
    font-size: 12px;
  }
  .banner .info-links a {
    margin-left: 0px;
    margin-top: 10px;
  }
}