/*
  Theme Name: Codified Security Theme
  Description: Child Theme for Semplice
  Author: Sherman
  Template: semplice
*/

/* Custom CSS Start */

@font-face {
  font-family: 'GTPressuraMono';
  src:  url('fonts/GTPressuraMono.eot?#iefix') format('embedded-opentype'),
        url('fonts/GTPressuraMono.otf')  format('opentype'),
        url('fonts/GTPressuraMono.woff') format('woff'),
        url('fonts/GTPressuraMono.ttf')  format('truetype'),
        url('fonts/GTPressuraMono.svg#GTPressuraMono') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Montserrat' !important;
  font-size: 16px;
  line-height: 26px;
  background-color: #f3f1f1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; 
}
h1 {
  font-family: 'GTPressuraMono' !important;  
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 1px;
}
h2 {
  font-family: 'GTPressuraMono' !important;  
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;  
  letter-spacing: 1px; 
  display: inline-block; 
}
h3 {
  font-family: 'GTPressuraMono' !important;  
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;  
  letter-spacing: 1px;  
}
h4 {
  font-family: 'GTPressuraMono' !important;  
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;  
  letter-spacing: 1px;  
}
h5 {
  font-family: 'Montserrat' !important;  
  font-size: 36px;
  line-height: 38px; 
  font-weight: 500;  
}
h6 {
  font-family: 'Montserrat' !important;    
  font-size: 26px;
  line-height: 38px;  
  font-weight: 500;   
}

p {
    font-family: 'Montserrat' !important;   
    font-weight: 400;
}

.regular {
    font-family: "Montserrat";
    font-weight: 400;
}
.semibold, .bold, strong, b {
    font-family: 'Montserrat' !important;
    font-weight: 500;
}
.custom_one,
.custom_one_italic {
    font-family: 'GTPressuraMono' !important;  
    font-weight: 400;
}
.light_italic,
.regular_italic,
.semibold_italic,
.bold_italic,
.custom_one_italic {
    font-style: italic;
}


#content-holder, #page-content {
    margin-top: 153px !important;
    margin-bottom: 100px !important;
}

/* Form-account */
#form-account {
  z-index: 99999;
  position: fixed;
  background-color: #fff;
  padding: 40px 40px 20px 40px;
  font-size: 14px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);   
}
#form-account button {
  text-transform: uppercase;
  border: 2px solid #000;
  background-color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;  
}
#form-account button:hover {
  color: #f98200;
  border: 2px solid #f98200;
}
#form-account input {
  width: 100%;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 10px;
}
#form-account label {
  padding-right: 10px;
}
#form-account .helpLinks {
  margin-top: 30px;
}
#form-account .helpLinks a {
  font-size: 12px;
  color: #000;
}
#form-account .helpLinks a:hover {
  color: #f98200;
}

/* Top menu // Nav & Submenu */
#top-menu {
  width: 100%; 
  height: 59px;
}
#top-menu .col-left {
  float: left;
  padding: 16px 0px 16px 30px;
  background-color: #000000; 
  width: 76%; 
}
#top-menu .col-left span {
  font-family: 'GTPressuraMono', sans-serif !important;
  color: #cccccc;
  margin-left: 70px;
}
#top-menu .col-right {
  padding: 16px 20px 16px 0px;
  width: 24%;
  float: right;  
}
#top-menu .col-right ul#menu-top-nav {
  margin: 0;
  text-align: right;
}
#top-menu .col-right ul#menu-top-nav li {
  font-family: 'GTPressuraMono', sans-serif !important;  
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline;
  padding: 0px 14px;
}
#top-menu .col-right ul#menu-top-nav li a {
  color: #ffffff;
  font-size: 14px !important;
}
#top-menu .col-right ul#menu-top-nav li a:hover {
  color: #000000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;   
}
#top-menu .col-right ul#menu-top-nav li.my-account :before {
  font-family: 'FontAwesome'; 
  content: '\f2be';
  padding-right: 10px;
  font-size: 16px;  
}
#top-menu .col-right ul#menu-top-nav li.contact :before {
  font-family: 'FontAwesome'; 
  content: '\f118';
  padding-right: 10px;
  font-size: 16px;     
}
#top-menu .col-right ul#menu-top-nav li.language a {
  font-size: 12px !important;     
}
#top-menu .col-right ul#menu-top-nav li.language :after {
  font-family: 'FontAwesome'; 
  content: '\f107';
  padding-left: 10px;
  font-size: 16px;     
}
#navbar {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2); 
}
#navbar .logo a:hover {
    opacity: 0.7;
}
#navbar .fluid-container {
  max-width: 1200px;
  margin: 0 auto;
}
nav.standard ul.menu li {
  border-right: 2px solid #ebe9ec;
}
nav.standard ul.menu li.bt-why {
  background-image: url("img/arrow-submenu.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
nav.standard ul.menu li.bt-why a {
  padding-right: 40px;
}
nav.standard ul.menu li:last-child {
  border-right: none;
}
nav.standard ul.menu li ul.sub-menu {
  display: none; 
  margin: 0px !important;
  background-color: #ffffff; 
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);   
}
nav.standard ul.menu li ul.sub-menu li {
  display: block;
  border-right: none;
  border-top: 2px solid #ebe9ec;
  line-height: 0px !important;
}
nav.standard ul.menu li ul.sub-menu li a {
  line-height: 40px !important;
}
nav.standard ul.menu li:hover ul.sub-menu {
  position: absolute;
  display: block !important;
}
.home nav.standard ul li.current-menu-item a, .home nav.standard ul li.current_page_item a {
  background: none !important;
}
.home nav.standard ul li.current-menu-item a:hover, .home nav.standard ul li.current_page_item a:hover {
  background: #f3f1f1 !important;
}
/* End Menus */


/* */
.gradient {
  background-image: -webkit-linear-gradient(225deg, #F4A11B, #F97000, #F23400, #C91400); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(225deg #F4A11B, #F97000, #F23400, #C91400); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(225deg, #F4A11B, #F97000, #F23400, #C91400); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(225deg, #F4A11B, #F97000, #F23400, #C91400); /* For old Opera (11.1 to 12.0) */    background-image:  linear-gradient(225deg, #F4A11B, #F97000, #F23400, #C91400); /* Standard syntax; must be last */
} 
.gradient-title {
  background-image: -webkit-linear-gradient(225deg, #F4A11B, #F97000, #F23400, #C91400); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(225deg #F4A11B, #F97000, #F23400, #C91400); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(225deg, #F4A11B, #F97000, #F23400, #C91400); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(225deg, #F4A11B, #F97000, #F23400, #C91400); /* For old Opera (11.1 to 12.0) */    background-image:  linear-gradient(225deg, #F4A11B, #F97000, #F23400, #C91400); /* Standard syntax; must be last */  
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 10px;
}


/* Home */
.home #content_ovimv8dio .span4 {
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);  
}
.home #content_ovimv8dio .mc-content-container {
  background-size: contain !important;
}
.home #masonry-content_h2rxutbo0 {
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);    
}

/* Platform */
.platform #masonry-content_yacc8rx9a .span4, #masonry-content_yacc8rx9a .span6 {
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);  
}
.platform #masonry-content_g5xq0crxg ol, #masonry-content_g5xq0crxg ul {
  margin-left: 0;
  list-style: none;
  clear: both;
}
.platform #masonry-content_g5xq0crxg ol {
  margin-top: 40px;
  display: inline-block;
}
.platform #masonry-content_g5xq0crxg ol li {
  float: left;
  width: 40%;
}
.platform #masonry-content_g5xq0crxg ol li:first-child {
  margin-right: 30px;
} 
.platform #masonry-content_g5xq0crxg ul li {
  float: left;
  margin-right: 25px;
}
.platform #masonry-content_g5xq0crxg ul li:last-child p {
  line-height: 55px;
}
.platform #content_a96j4u0a7 .mc-content-container {
  background-size: contain !important;
}
.platform #content-holder {
  margin-bottom: 0px !important;
}


/* Company */
.company #content-holder {
  margin-bottom: 0px !important;
}


/* Contact */
.contact #masonry-content_wgqtqtady .span4 .mc-sub-content-container:nth-child(3) {
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);  
}
.contact #masonry-content_wgqtqtady .span4 .mc-sub-content-container a {
  color: #f98200 !important;
}
.contact #masonry-content_wgqtqtady .span4 .mc-sub-content-container a:hover {
  color: #000000 !important;
}


/* Pricing */
.pricing #masonry-content_4ok6mpyk3 .span4 {
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);  
}
.pricing #step-1, .pricing #step-2, .pricing #step-3 {
  margin-bottom: 70px;
  display: inline-block;
}
.pricing h3 {
  clear: both;
  margin-bottom: 30px;
  font-size: 14px;
  font-family: 'Montserrat' !important;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
}
.pricing .form-header {
  height: 50px;
}
.pricing .form-step {
  background: #fff;
  padding: 10px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.pricing #step-2 {
  margin-bottom: 90px;
}
.pricing .span3 {
  margin-left: 0;
  margin-right: 18px;
}
.pricing .span9 {
  margin-left: 0;
}
.pricing .wpcf7 input {
    font-family: 'Montserrat';
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-bottom: 2px solid #ebe9ec;
    padding: 14px 12px;
    background-color: transparent;
    margin-bottom: 9px;
    width: 100% !important;
}
.pricing .wpcf7 input.error {
  border-bottom: 2px solid #c00;
}
.pricing .wpcf7 input.error::placeholder {
  color: #c00;
}
.pricing .wpcf7 input[type="submit"] {
  font-family: 'Montserrat' !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-color: #000000;    
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #000;  
}
.pricing .wpcf7 input[type="submit"]:hover {
  color: #f98200;
  border: 2px solid #000;  
  background-color: transparent;
}
.pricing .next-bt input[type=submit]{ 
  border-bottom: none;
 }
/*.pricing .next-bt input[type=submit],*/
.pricing a.next-bt {
  font-family: 'Montserrat' !important;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  background: none;
  border: 2px solid #000000;
  padding: 14px 22px;      
  width: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; 
}

.pricing a.next-bt:hover {
  color: #fff;
  border: 2px solid #000;  
  background-color: #000;
}
.pricing .wpcf7 label span {
  width: 100%;
    background-color: #fff;
    border: 2px solid #ebe9ec;
    font-weight: 500;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: #ebe9ec;
    padding: 50px 22px;
    margin-right: 18px;
    cursor: pointer;
    float: left;
    height: 162px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;  
}
.pricing .wpcf7 span.last label span {
  margin-right: 0px;
}
.pricing .wpcf7 label span:hover {
  background-color: #000000;
  border: 2px solid #000000;
}
.pricing .wpcf7 label input[type="radio"] {
  display: none;
}
.pricing .wpcf7 label input[type="radio"]:checked  + span  {
  background-color: transparent;
  border: 2px solid #F98200;
  color: #333;
}
.pricing #step-3 .span9 {
  padding: 30px 20px;
  width: 852px;
  margin-right: 20px;
  background-color: #ffffff;
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);   
}
.pricing .wpcf7 .digital {
  /*width: 25%;
  text-align: center;*/
}
.pricing .wpcf7 .digital .environment {
  border-bottom: 2px solid #ebe9ec;
  margin: 0 auto;
  height: 62px;
}
.pricing .wpcf7 .digital .environment.end {
  border-bottom: none;
}
.pricing .wpcf7 .digital i {
  font-size: 24px;
  margin-bottom: 15px;
}
.pricing .wpcf7 .digital .android, .pricing .wpcf7 .digital .ios, .pricing .wpcf7 .digital .web, .pricing .wpcf7 .digital .other {
  margin-top: 15px;
  border: none;
  text-align: center;
  font-size: 26px;
}
.pricing .wpcf7 .digital input {
  margin: 0;
  padding: 0;
}
.pricing .iconer {
  width: 20%;
    float: left;
    line-height: 59px;
    font-size: 20px;
    padding-left: 20px;
}
.pricing .labeler {
  width: 40%;
    float: left;
    line-height: 59px;
    font-size: 20px;
}
.pricing .former {
  width: 38%;
  float: left;
  text-align: right;
}
.pricing .wpcf7 .digital input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.pricing #step-3 input[type="submit"] {
  
}
.pricing #content-holder {
  margin-bottom: 0px !important;  
}
.pricing .has-overlay {
  opacity: .5;
}
.pricing .has-overlay::before {
  content: " ";
  width: 400px;
  height: 550px;
  display: block;
  position: absolute;
  z-index: 1000;
}

.pricing .wpcf7-list-item {
  width: 47%;
    float: left;
    margin: 5px;
}

.pricing .pricing-textote {
  font-size: 50px;
    line-height: 60px;
}
.pricing .pricing-textini1 {
  color: #444;
  font-size: 20px;
}
.pricing .pricing-textini2 {
  color: #444;
  font-size: 15px;
  font-weight: 100;

}
.pricing .pricing-textini3 {
  color: #444;
  font-size: 50px;
  font-family: 'GTPressuraMono' !important;
  font-weight: 100;
  margin-bottom: 30px;
}


ul.cs-ul {
  list-style-image: url("img/bullet.svg");
  margin-left: 20px !important;  
}
ul.cs-ul li {
  padding-left: 30px;
  text-transform: uppercase;
  line-height: 44px;
  font-weight: 500;
}
ul.cs-ul-clients {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0px;
}
ul.cs-ul-clients li {
  padding: 20px 22px 13px 22px;
  display: inline-block;
  border-right: 2px solid #EBE9EC;
}
ul.cs-ul-clients li:last-child {
  border-right: none;
}
ul.cs-ul-clients li a:hover {
  opacity: 0.5;
  cursor: pointer;
}


.see-more {
  cursor: pointer;
}
/*.see-more .icon:hover svg path {
  fill: #ffffff !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;   
}*/


/* Resources */
.content-news {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.resources-header {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.resources-header .filters {
  text-align: right;
  float: right;
  margin-top: 50px;
}
.resources-header .filters ul.options {
  list-style: none;
}
.resources-header .filters ul.options li {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  float: left;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
}
.resources-header .filters ul.options li:after {
  content: "\007C";
  color: #f98200;
}
.resources-header .filters ul.options li:last-child:after {
  content: none;
}
.resources-header .filters ul.options li a {
  color: #000;
}
.resources-header .filters ul.options li a:hover {
  color: #f98200;
}
.resources-header .filters ul.options li a.search-button {
  cursor: pointer;
}
.blog .post-divider {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.content-news article.blog-post {
  display: inline-block;
  margin: 0 15px 30px 15px;
}
.blog #post.sticky {
  text-align: left;
  padding: 0px 0px 20px 0px;
  background-color: #ffffff; 
  width: 540px;
  height: 470px;
  float: left;   
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2); 
  position: relative; 
}
.blog #post.sticky .post-header {
  height: 240px;
  margin-bottom: 30px;
  padding: 30px 40px;
}
.blog #post.sticky .post-header a {
  font-family: 'GTPressuraMono' !important;
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 1px;  
}
.blog #post.sticky .post-header a:hover {
  color: #000;
}
.blog #post.sticky .post-header p {
  color: #fff; 
  text-align: left;
  margin-bottom: 20px; 
}
.blog #post.sticky .post-desc {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.blog #post.sticky .post-desc p {
  font-family: 'Montserrat' !important;
  font-size: 16px;
  line-height: 26px;
  color: #000000; 
  font-weight: 500; 
}
.blog #post.news {
  text-align: left;
  padding: 12px 30px 20px 40px;
  background-color: #ffffff; 
  width: 350px;
  height: 470px;
  float: left;   
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2); 
  position: relative; 
}
.blog .post-header {
  height: 140px;
  margin-bottom: 30px;
}
.blog .post-header span.cat {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  font-size: 12px;
  color: #ffffff; 
  padding: 12px 40px;
  position: absolute;
  top: 0;
  left: 0; 
}
.blog .post-header p {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  font-size: 12px;
  color: #9b9b9b; 
  text-align: right;
  margin-bottom: 0; 
}
.blog .post-desc {
  margin-bottom: 40px;
}
.blog .post-desc p {
  font-family: 'Montserrat' !important;
  font-size: 16px;
  line-height: 26px;
  color: #000000;  
}
.blog .post-header a {
  font-family: 'GTPressuraMono' !important;
  font-size: 22px;
  line-height: 28px;
  color: #000000; 
  display: block; 
}
.blog .news .post-header a {
  margin-top: 35px;
}
.blog .post-header a:hover, .blog .security-intelligence .post-header a:hover {
  color: #f98200;
}
.blog #post.security-intelligence {
  text-align: left;
  padding: 0px 0px 20px 0px;
  background-color: #ffffff; 
  width: 350px;
  height: 470px;
  float: left;   
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2); 
  position: relative; 
}
.blog .security-intelligence .post-header {
  height: 140px;
  margin-bottom: 30px;
  background-color: #000;
  padding: 25px 30px;
}
.blog .security-intelligence .post-header p {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff; 
  text-align: center;
  padding: 12px 15px;
  background-color: #9B9B9B; 
  width: 150px;  
  position: absolute;
  top: 140px; 
  right: 0px;
}
.blog .security-intelligence .post-header span.cat {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 0px;
  font-size: 12px;
  color: #ffffff; 
  text-align: center;
  padding: 12px 20px;
  width: 200px;
  position: absolute;
  top: 140px;
  left: 0px; 
}
.blog .security-intelligence .post-header a {
  font-family: 'GTPressuraMono' !important;
  font-size: 22px;
  line-height: 28px;
  color: #fff; 
  display: block; 
}
.blog .security-intelligence .post-desc {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0px 30px;
}
.blog .post-more {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
}
.blog .post-more a {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
  color: #F98200; 
}
.blog .post-more a:hover {
  color: #000000;
}
.blog .post-more span {
  color: #f98200;
  margin-left: 10px;
  float: right;
}

/* Search Results */
.content-search {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.search .content-search article.blog-post, .archive .content-search article.blog-post {
  display: inline-block;
  margin: 0 15px 30px 15px;
}
.search #post.news, .search #post.security-intelligence, .search #post.sticky, .archive #post.news, .archive #post.security-intelligence, .archive #post.sticky {
  text-align: left;
  padding: 12px 30px 20px 40px;
  background-color: #ffffff; 
  width: 350px;
  height: 470px;
  float: left;   
  -webkit-box-shadow:2px 4px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.2); 
  position: relative; 
}
.search .post-header, .archive .post-header {
  height: 140px;
  margin-bottom: 30px;
}
.search .post-header span.cat, .archive .post-header span.cat {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  font-size: 12px;
  color: #ffffff; 
  padding: 12px 40px;
  position: absolute;
  top: 0;
  left: 0; 
}
.search .post-header p, .archive .post-header p {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  font-size: 12px;
  color: #9b9b9b; 
  text-align: left;
  margin-top: 50px;
  margin-bottom: 10px;
}
.search .post-desc, .archive .post-desc {
  margin-bottom: 40px;
}
.search .post-desc p, .archive .post-desc p {
  font-family: 'Montserrat' !important;
  font-size: 16px;
  line-height: 26px;
  color: #000000;  
}
.search .post-header a, .archive .post-header a {
  font-family: 'GTPressuraMono' !important;
  font-size: 22px;
  line-height: 28px;
  color: #000000; 
  display: block; 
  margin-top: 15px;
}
.search .post-more, .archive .post-more {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
}
.search .post-more a, .archive .post-more a {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
  color: #F98200; 
}
.search .post-more a:hover, .archive .post-more a:hover {
  color: #000000;
}
.search .post-more span, .archive .post-more span {
  color: #f98200;
  margin-left: 10px;
  float: right;
}



/* Pagination */
.pagination {
    margin-bottom: 64px!important;
    display: block;
    clear: both;
}
.pagination .previous, .pagination .next {
  text-transform: uppercase;
  color: #F98200;
  letter-spacing: 1px;
  font-family: 'GTPressuraMono';
  font-size: 14px;
}
.pagination .previous a, .pagination .next a {
   color: #F98200; 
}
.pagination .previous a:hover, .pagination .next a:hover {
   color: #000000; 
}
.pagination .numbers {
  text-align: center;
}
.pagination .numbers a.page-numbers {
  color: #000000;
  font-family: 'GTPressuraMono';
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .numbers span.current {
  color: #F98200;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;  
}
.pagination .numbers span.dots {
  margin-left: 15px;
  margin-right: 15px;
}
.pagination nav h2 {
  display: none;
}



/* Blog - Post - Single */
.single section#blog {
  padding-top: 0px !important;
  margin-top: 153px !important;
  margin-bottom: 100px;
}
.single section#blog .row {
  margin-left: 0px !important;
}
.single section#blog .offset2 {
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;   
}
.single section#blog .back-header {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;  
  padding-bottom: 40px;
  margin-bottom: 55px;
}
.single section#blog .post-heading {
  padding-top: 55px;
  background-color: #ffffff;
}
.single section#blog .post-heading p {
  text-transform: uppercase;
  font-family: 'GTPressuraMono' !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  color: #9b9b9b !important;
}
.single section#blog .post-heading h3 {
  margin-top: 15px;
  margin-bottom: 45px;
}
.single section#blog #post .wysiwyg p {
  line-height: 30px;
  padding-left: 90px;
  padding-right: 90px;
}
.single section#blog #post .wysiwyg p a {
  font-weight: 500;
  text-decoration: underline;
}
.single section#blog #post .wysiwyg p a:hover {
  text-decoration: none;  
}
.single section#blog #post .wysiwyg h3 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0px;
}
.single section#blog #post .wysiwyg pre {
  padding: 70px;  
  background-color: #ffffff;
  font-size: 18px !important;
  line-height: 24px !important;
  border: none !important;  
  margin: 60px 90px;  
}
.single section#blog .share-box-blog {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-left: -30px !important;  
}
.single section#blog .share-box-blog .button-share:nth-child(1) {
  margin-left: 0;
  margin-right: 10px;
}
.single section#blog .share-box-blog .button-share {
  margin-left: 10px;
  float: left;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.single section#blog .share-box-blog .button-share a:hover {
  opacity: 0.5;
}
.single section#blog #post ul, .single section#blog #post ol {
  margin-left: 130px;
}
.single section#blog #post ul li, .single section#blog #post ol li {
  padding-left: 10px;
}


/* Footer */
.footer-cs {
  padding: 22px 30px;  
  min-height: 60px; 
  font-family: 'GTPressuraMono' !important; 
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;  
  color: #ffffff;
}
.footer-cs .col-left {
  width: 50%;
  float: left;
}
.footer-cs .col-right {
  width: 50%;
  float: right;
  text-align: right;
}
/* Form */
#footer-holder .wpcf7 {
  font-family: 'Montserrat';
}
#footer-holder input {
  font-family: 'Montserrat';
  color: #ffffff;  
  font-size: 14px;
  font-weight: 400;  
  border: 2px solid #ffffff;
  padding: 14px 22px;
  background-color: #000000;
  margin-bottom: 18px;
  width: 100% !important;   
}
#footer-holder .col-left {
  float: left;
  width: 50%;
  padding-right: 9px;
}
#footer-holder .col-right {
  float: right;
  width: 50%; 
  padding-left: 9px;  
}
#footer-holder input[type="submit"] {
  font-family: 'Montserrat';  
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;   
}
#footer-holder input[type="submit"]:hover {
  color: #f98200;
  border: 2px solid #f98200;  
}
/* Placeholder */
::-webkit-input-placeholder { color: #999999; }
:-moz-placeholder { color: #999999;}
::-moz-placeholder {color: #999999;}
:-ms-input-placeholder {color: #999999;}
/* End footer */


/* Form Alert */
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 29px;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #f98200;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;  
}
#wpcf7-f95-o1 div.wpcf7-mail-sent-ok {
    border: 2px solid #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 0px;
}
#wpcf7-f95-o1 div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 0px;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;    
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;   
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}
#wpcf7-f95-o1 div.wpcf7-validation-errors {
    color: #000;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 100;
    border: 2px solid red;
    background: #000000;
    padding: 10px;
    width: 100%;
}
#wpcf7-f95-o1 .use-floating-validation-tip span.wpcf7-not-valid-tip {
    color: #000000;
    border: 2px solid red;
    background: #f3f1f1;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url('img/spinner.svg');
  background-size: cover;
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  vertical-align: middle;
  animation: spinner .6s linear infinite;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

/* */
@media screen and (min-width: 320px) and (max-width: 700px) {
  #form-account {
    left: 50% !important;
    margin-left: -150px;
    top: 30px !important;
  } 
}
@media screen and (min-width: 320px) and (max-width: 414px) {  
  #top-menu {
    height: auto;
    display: inline-block;
  }
  #top-menu .col-left {
    display: none;
  }
  #top-menu .col-right {
    width: 100%;
    padding: 0px;
    float: left;
    margin-bottom: -8px;
  }  
  #top-menu .col-right ul#menu-top-nav {
    text-align: left;
  }
  #top-menu .col-right ul#menu-top-nav li {
    padding: 0 6px;
  }
  #top-menu .col-right ul#menu-top-nav li a {
    font-size: 12px !important;
  }  
  .sub-menu {
    display: none;
  }
  #fullscreen-menu .menu-inner nav {
    margin-top: 124px !important;
  }
  h1 {
    font-size: 38px;
    line-height: 38px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }  
  h3 {
    font-size: 25px;
    line-height: 25px;
  }    
  h4 {
    font-size: 20px;
    line-height: 25px;    
  }
  h5 {
    font-size: 18px;
    line-height: 20px; 
  }
  h6 {
    font-size: 16px;
    line-height: 28px;    
  }  
  [data-font-size="14px"] {
    font-size: 12px;
    line-height: 20px;
  }
  .home #content-holder {
    margin-top: 120px !important;
  }
  .home [data-content-id="content_iqj3kc6aj"] {
    padding-top: 0px !important;
  }
  .home [data-content-id="content_r04cpwmuo"], .home [data-content-id="content_4b9ucils7"] {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .home #masonry-content_hs49429u7 .column-image {
    width: 16%;
    text-align: center;
    margin: 30px auto 10px auto;
  }
  .home [data-content-id="content_hs49429u7"] .spacer {
    height: 0px !important;
  }  
  .home [data-content-id="content_hs49429u7"] {
    background-image: none !important;
    text-align: center;
    padding: 0 !important;
  }
  .home [data-content-id="content_hs49429u7"] h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .home ul.cs-ul-clients li {
    padding: 5px;
    border-right: none;
    width: 100%;
  }
  .home #content_ovimv8dio .span4  {
    margin-bottom: 20px !important;
  }
  .home [data-content-id="content_ovimv8dio"] {
    padding-bottom: 30px !important;
  }   
  .home ul.cs-ul li {
    padding-left: 15px;
    line-height: 40px;
    font-size: 90%;
  }
  .home .button-wrapper {
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  [data-content-id="content_1lno5l2fa"] .span5 {
    margin-bottom: 40px !important;
  }
  .platform  #masonry-content_4j74r4251 [data-content-id="content_4j74r4251"] {
    padding-right: 0px !important;
  }
  .platform #content-holder {
    margin-top: 30px !important;
  }
  .platform #masonry-content_yacc8rx9a {
    height: auto !important;
  }
  .platform #masonry-content_yacc8rx9a .span4, .platform #masonry-content_yacc8rx9a .span6 {
    position: relative !important;
    margin-bottom: 20px;
    top: 0px !important;
  }
  .platform #masonry-content_g5xq0crxg [data-content-id="content_g5xq0crxg"] .column-image {
    display: none;
  }
  .platform #masonry-content_jssstsjt1 .column-image, .platform #content_g5xq0crxg .column-image {
    width: 16%;
    text-align: left;
    margin: 0px;
  }
  .platform #content_g5xq0crxg .mc-content-container {
    background-image: none !important;
  }
  .platform #masonry-content_g5xq0crxg ol li {
    float: left;
    width: 90%;
    margin-bottom: 10px;
  }
  .company #content-holder {
    margin-top: 140px !important;
  }
  .company #masonry-content_4kxd3genx .mc-sub-content-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 40px;
  }
  .company #masonry-content_4kxd3genx .mc-sub-content-container .column-image {
    display: none;
  }
  .blog section#blog {
    margin-top: 94px !important;
  }
  .archive section#blog {
    margin-top: 124px !important;
  }
  .content-news article.blog-post {
    margin: 0px 15px 30px 15px;
  }
  .blog #post.sticky .post-header, .blog .security-intelligence .post-header, .blog .post-header {
    height: auto !important;
  }
  .blog #post.sticky, .blog #post.security-intelligence, .blog #post.news, .archive #post.news, .archive #post.security-intelligence, .search #post.security-intelligence, .search #post.news, .search #post.sticky {
    width: auto !important;
    height: auto !important;
  }
  .blog #post.sticky .post-header a {
    font-size: 28px;
    line-height: 34px;
  }
  .blog #post.sticky .post-header {
    padding: 20px 30px;
  }
  .blog #post.sticky .post-desc {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog .post-more {
    left: 30px;
    right: 30px;
  }
  .blog #post.news {
    padding: 12px 30px 20px 30px;
  }
  .blog .security-intelligence .post-header p {
    display: block;
    position: inherit;
    width: 100% !important;
  }
  .blog .security-intelligence .post-header span.cat {
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
  }
  .blog .security-intelligence .post-header p {
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .blog .security-intelligence .post-desc {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .resources-header .span7 h1.gradient.title {
    padding-bottom: 0px;
  }
  .resources-header .filters {
    margin-top: 0px;
    text-align: left;
    float: left;
  }
  .resources-header .filters ul {
    margin-left: 0;
  }
  .resources-header .filters ul.options li {
    float: inherit;
    margin: 0px;
  }
  .single section#blog {
    margin-top: 94px !important;
  }
  .single section#blog .back-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single section#blog .share-box-blog {
    margin-left: 0px !important;
  }
  .single section#blog .offset2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single section#blog #post .wysiwyg p {
    padding-left: 0px;
    padding-right: 0px;    
  }
  .single section#blog #post .wysiwyg h3 {
    font-size: 25px;
    line-height: 25px;    
  }
  .single section#blog #post .wysiwyg pre {
    padding: 30px;
    margin: 0px;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .pricing #masonry-content_4ok6mpyk3 {
    height: auto !important;
  }
  .pricing #content-holder {
    margin-top: 120px !important;
  }
  .pricing #masonry-content_4ok6mpyk3 .span4 {
    position: relative !important;
    top: 0px !important;
    margin-bottom: 20px;
  }
  .pricing .pricing-textini1, .pricing .pricing-textini2 {
    display: none;
  }
  .pricing .form-step {
    margin-top: 30px;
  }
  .pricing #step-1, .pricing #step-2, .pricing #step-3 {
    margin-bottom: 20px;
  }
  .pricing .wpcf7-list-item {
    width: 46%;
  }
  .footer-cs {
    padding: 20px 10px;
    min-height: 90px;
  }
  .footer-cs .col-left, .footer-cs .col-right {
    width: 100%;
    text-align: center;
    float: left;
    margin: 5px 0px;
  }  
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #top-menu .col-left {
    width: 70%;
  }
  #top-menu .col-right {
    width: 30%;
  }
}

@media screen and (min-width: 1330px) and (max-width: 1440px) {
  #top-menu .col-left {
    width: 76%;
  }
  #top-menu .col-right {
    width: 24%;
  }
}

/* Custom CSS End */