/*
Theme Name: BeyondSecurity
Theme URI: 
Description: Theme for BeyondSecurity.com
Version:1.1
Author: Sreeju PK
Author URI: https://pksreeju.com
*/
#teconsent {
display: none !important;}

.header-notice-content.col-12 {
      background: linear-gradient(135deg, #428bb9 0%, #428bb9 28%, #504b96 54%, #504b96 100%);
	   height: 30px;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       align-items: center;
       justify-content: center;
       text-align: center;
       font-size: 15px;
       font-weight: 500;
       letter-spacing: 0.5px;
	   color: #fff !important;
}
.header-notice-content.col-12 a{
	 color: #fff !important;
	text-decoration:underline;
	font-size:12px;
}
body,
h1, h2, h3, h4, h5, h5, h6{
	font-family: Roboto, sans-serif;
}
.form-sidebar .widget-type-form h3 {
	line-height: 1.2
}

.nav-logo{
      min-width: 200px !important;
      width: 200px !important;

}
@media only screen and (max-width: 1000px) {
      .nav-logo {
            min-width: 100px !important;
            width: 100px !important;
      }
}

