/*
Theme Name: CyberSecurityWebinars
-----------------------------------------------------------------------------*/


/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

body  {
    
margin: 0px;
    
padding: 0px;
    
text-shadow: none;
    
	font-size: 14px;
line-height: 26px;    

color: #323232;

  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


body.single {
	background:#eef0fe;
}

a {
    color: #007bff;
    text-decoration: none;
}










header {



margin: 0 auto;
width:100%;
    vertical-align: middle;

   display: inline-block;

padding-top:8px;
padding-bottom:8px;
background:#252435;
}



#line {
	height: 1px;
	background:#dddddd;
	width:100%;
	clear:both;
	margin-top: 5px;
	}

#menu {
	margin-top: 25px!important;

}

#platforms {
    width:100%;

    
    
}


#intro {
	
	background: #eef0fe;
	padding:40px;
	border: 1px solid rgba(37,104,176,0.1);
  border-radius: 16px;
  margin-top:40px;
  color:#535051;
}

#intro h2 {
	
	font-size: 36px;
    line-height: 52px;
    margin-bottom: 15px;
  font-weight:600;
  color: #232122;
  font-family: 'Nunito', sans-serif;
	margin-top:0px;
}
	
strong {
	font-weight:400!important;
}

.clear {
    clear: both;
}


.container {
max-width:1200px;
margin: 0 auto;
z-index:9;
}


.title {
	font-size: 20px;
    line-height: 46px;
	color: #232122;
  font-weight: 600;
  margin-bottom: 5px;
  position:relative;
  text-align:right;
}


.title:before {
	
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(230deg, #2568b0 0%, #423baa 100%);
  top: 0;

}


.main-nav ul ul a {
       color:#202021 ;
 
    
}



#logo {


width:auto;
float:left;

width:300px;

height:80px;
position:relative;
}



a.learnmorebtn {
    background:#137dea;
    color:#ffffff!important;
padding-top: 6px;
padding-bottom: 6px;
font-size: 11px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	margin-top:8px;
	font-weight:bold;
}



#logo img {
	width:300px;
	height:80px;
}

#about {
	background:#f2f2f2;
	padding-bottom:40px;
	padding-top:50px;
	font-size:16px;
	line-height:32px;
}

select#cat {
	background:#ffffff;
	
		max-width:170px;
    
	padding:  4px;
    
	border:  1px solid #ccc;
    
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    
	-webkit-box-sizing:  border-box;
    
	 -moz-box-sizing:  border-box;
    
	      box-sizing:  border-box;
			  
			  margin-bottom:10px;
	
font-size: 13px;

	
  }

select#cat  option {
	
	margin-bottom:7px!important;
}


.companymeta {
	width: auto;
	float:left;
	font-size:13px;
	  display: flex;            
  align-items: center;    
}

img.ttt {
	height: 16px;
  width: auto !important;
  margin-right: 5px;
}

.webinarschedule {
		width: auto;
	float:right;
		font-size:13px;
  display: flex;            
  align-items: center;      

}


.single .webinarschedule {
	float:left;
	margin-left:20px;
}

#webformfix {
	padding-top:50px;
}

/* Hide CF7 response messages for this form only */
#wpcf7-f77-o1 .wpcf7-response-output {
    display: none !important;
}

.webinar-form .wpcf7-form-control.wpcf7-text,
.webinar-form .wpcf7-form-control.wpcf7-email {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 13px;
    padding-top: 13px;
  padding-bottom: 13px;
}


/* Input fields */
.webinar-form .wpcf7-form-control.wpcf7-text,
.webinar-form .wpcf7-form-control.wpcf7-email {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 13px;
    padding-top:11px;
    padding-bottom:11px;
}

/* Placeholder color */
.webinar-form .wpcf7-form-control.wpcf7-text::placeholder,
.webinar-form .wpcf7-form-control.wpcf7-email::placeholder {
    color: #232122;
}

/* Submit button */
.webinar-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 10px;
    background: linear-gradient(65deg, #423baa 0%, #2568b0 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    cursor: pointer;
    transition: background 0.3s ease;
}

.webinar-form .wpcf7-form-control.wpcf7-submit:hover {
    background: linear-gradient(65deg, #2568b0 0%, #423baa 100%);
}


.webinar-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 10px;
    background: linear-gradient(65deg, #423baa 0%, #2568b0 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    cursor: pointer;
    transition: background 0.3s ease;
}

.webinar-form .wpcf7-form-control.wpcf7-submit:hover {
    background: linear-gradient(65deg, #2568b0 0%, #423baa 100%);
}


.page-id-82 .wpcf7-response-output {display:block!important;
border:0px!important;
}

#viewmore {
	text-align:center;
	font-weight: 500;
  font-size: 15px;
}

.page-id-80 .wpcf7-response-output {display:block!important;
border:0px!important;
}

.page-id-1546 .wpcf7-response-output {display:block!important;
border:0px!important;
}



.show-formlink {
    display: block !important;
}


#formlink  {
	text-align:center;
background:#137dea!important;   



width: 100%;
  font-size: 16px;
  font-weight: 500 !important;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	  font-family: "Nunito", sans-serif;

  cursor: pointer;
margin-bottom:20px;
    
}


#formlink a  {
    
color:#ffffff!important;    

}

#formlink .wpcf7-submit  {
	display:block!important;
}

ul#menu-main {
	list-style-type: none;
margin:0;
padding:0;
}



#jointhewebinar .wpcf7 {
    margin-bottom:0px!important;
    
}



#topsection {
overflow:hidden;
background:#f8f8f8;
}

#topmenu {
		max-width:auto;
	float:left;

}


#topmenu ul {
		list-style-type: none;
margin:0;
padding:0;
line-height:50px;
font-family: "Nunito", sans-serif;

font-size: 12px ;
font-weight: 400 ;
text-transform: capitalize ;
}


#topmenu li {
	float:left;
	margin-right:18px;
			list-style-type: none;

	
}


#social {
	width:auto;
	float:right;
	line-height:20px;
}


#social ul li{
				list-style-type: none;
float:left;
margin-right:14px;
}

#social ul li:last-child {
	margin-right:0px;
}




#postpad {
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 20px;
}

.cybersecuritywebinar  {
background:#ffffff;

list-style:none;
overflow:hidden;

border-radius:10px;
margin-bottom:25px;
border:1px solid #eeeeee;
border: 1px solid rgba(37,104,176,0.1);
}




.cybersecuritywebinar h2 {
	
	    font-size: 17px;
    line-height: 28px;
	  font-family: "Nunito", sans-serif;

   font-weight: 500 ;
margin-top:10px;
margin-bottom: 11px;
	color:#ffffff;
}

.search main {
	margin-top:70px;
}

.search .cybersecuritywebinar h2 {
	margin-bottom:25px;
}

.category .cybersecuritywebinar h2 {
	margin-bottom:25px;
}


.webinartitle {
	
margin-bottom: 20px;
color:#202021;
font-size:17px;
line-height:28px;
	  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-top:20px;
}

.webinartitle h2 a {
	color: #232122;

}


.home section group {
	padding-bottom:50px!important;
	
}

.cybersecuritywebinar img {
}

ul#socialsingle {
	list-style: none;
	display: flex;
  justify-content: center;
  padding:0px;
  display:none;
}

ul#socialsingle li {
  float: left;
  width: 32px;
  margin-right: 10px;
}


#containerblog {
	max-width:1200px;
	margin: 0 auto;
	margin-top:70px;
	
}







	#socialshare {
	top:auto;
	position:fixed;
	bottom:0px;
  
      display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    left: 0;
    width: 100%;
z-index:9999;  
   background: #efeff4;
border-top:1px solid rgba(37,104,176,0.1);

}

#socialshare ul {
}

#socialshare ul li {
	float:left;
	margin-left:5px;
		margin-right:5px;
list-style: none;
height:32px;
}










.add-webinar {

background: linear-gradient(65deg, #423baa 0%, #2568b0 100%);

	padding-left:7px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	color:#ffffff;
	border-radius:10px;
	margin-left:15px;
	margin-top:-2px;
		font-weight:500!important;

}

.add-webinar a {
		color:#ffffff!important;

}

#postcontainer {

	overflow:hidden;
	background:#ffffff;
	border-radius:16px;
	border: 1px solid rgba(37,104,176,0.15);
}


#postcontainer h1 {
font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;

font-size: 22px !important;
line-height: 38px !important;

}


#entry-content {
font-size: 17px !important;
line-height: 30px !important;
color:#202021;
  font-family: "Nunito", sans-serif;

  font-weight: 300;
  font-style: normal;
}

#entry-content h2,h3 {
 font-family: "Nunito", sans-serif;

  font-optical-sizing: auto;
  font-weight: 700;
font-size: 20px;
line-height: 38px;
margin-top: 30px;
margin-bottom: 20px;	
}


#entry-content p {
	
	margin-bottom:0!important;
}

#entry-content a {
	color:#137e4b;
}

#entry-content ul {
	margin-left:20px;
	padding:0;
}




.homepostcontent {overflow:hidden; 
font-size: 16px;
color:#4f4f4f;
line-height:24px;
padding:10px;
}

.homepostcontent a {
	color:#202021;
}

#home {

margin:0 auto;
margin-top:50px;
}

.linebreak {
	width:100%;
	height:1px;
	background:rgba(37,104,176,0.15);
	margin-top: 50px;
}





/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
		margin: 1% 0 1% 1.8%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }




/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 800px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}



/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.1%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 800px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 800px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}	
	#featuredimagebanner {
		
		margin-top:30px;
	}
	
}





/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.06%; }
.span_1_of_3 { width: 32.13%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 800px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}





/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.55%;
}
.span_2_of_4 {
	width: 49.1%;
}
.span_1_of_4 {
	width: 23.65%;
}

/*  GO FULL WIDTH BELOW 780 PIXELS */
@media only screen and (max-width: 800px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}



/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 890px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}







.taxonomy-description {
	padding-right:35px;
}




.alignleft, 
img.alignleft  {
    
        display:  inline;
    
        float:  left;
    
  margin-right:  1.5em;
    
}
.alignright, 
img.alignright  {
    
        display:  inline;
    
        float:  right;
    
  margin-left:  1.5em;
    
}
.aligncenter, 
img.aligncenter  {
    
        clear:  both;
    
        display:  block;
    
        margin-left:  auto;
    
        margin-right:  auto;
    
}



#source a {color:#222222!important;}




/* Pullquotes
-------------------------------------------------------------- */



h1, h2, h3, h4, h5, h6  {
font-family: "Nunito", sans-serif;

  font-optical-sizing: auto;
  font-weight: 700;
  }  

h1 {
	margin-bottom:20px;
	color: #202021;
	font-size: 22px;
}

.home h1 {
	font-size: 20px;
  line-height: 25px;
  
  color: #232122;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
  font-family: "Nunito", sans-serif;

	
}



/* Text elements
-------------------------------------------------------------- */

p  {
    
        margin-bottom:  1.5em;
    
}



ul ul,  ol ol,  ul ol,  ol ul  {
    
        margin-bottom: 0;
    
}

cite,  em,  i  {
    
        font-style:  italic;
    
}


.wpcf7-submit a {
color:#ffffff!important;
text-align:center!important;

}






blockquote {
    margin: 10px 0;
    padding: 15px;
    background-color: #f8f8f8;

border-left:4px solid #1babe2;
}







#nav-below {
	clear:both;
}

#pricingintro {
	font-size:18px;
	padding-top:20px;
}

#pricing {
	
	margin-top:30px;
	margin-bottom:60px;
}
.pricingbox {
	background:#f8f8f8;
	padding:20px;
	border-radius:10px;
}

.listinginfo {
	font-size:14px;
	margin-bottom:20px;
	color:#959595;
}

#pricing ul {
	
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#pricing ul li {
	border-bottom:1px solid #eeeeee;
		
		  border-bottom: 1px solid #eeeeee;
  padding: 15px 40px 15px 0px; /* Combines padding for top, bottom, and left */
  background: url(https://cybersecuritywebinars.com/wp-content/uploads/2024/09/check-mark-1.png) no-repeat right center; /* Centers the image vertically */
  min-height: 24px;

}

#price {
	font-size:20px;
	font-weight:400;
	margin-top:15px;
	color:#959595;
	margin-bottom:10px;
}

#pricing h2 {
	margin-top:10px;
	color: #959595;
  font-size: 30px;
}

a.buynow {
background: linear-gradient(180deg, rgba(42,181,115,1) 0%, rgba(40,175,111,1) 86%);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff !important;
  border-radius: 4px;
  font-weight: 500;
	font-size:17px;
  }

footer {
    clear: both;
	text-align:center;

overflow:hidden;
    max-width: 1100px;
line-height: 28px;
margin:0 auto;
padding-bottom:15px;
font-size: 13px !important;
color:#050003;
margin-top:40px;
	margin-bottom:60px;
}

#footermenu {
	clear:both;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}

ul#menu-footer {
	list-style:none;
	  display: table;
	  margin:0;
	  padding:0;
  margin: 0 auto;
      text-align: left;
	  
}

ul#menu-footer li {
	width:auto;
        display:inline-block;
		margin-left:8px;
	margin-right:8px;
}



.featuredimg {
	position:relative;
}


.featuredimg img {
		width:100%!important;

}




.textwidget {
color:#333333;
}

#footer li a {
    display: block;
    font-weight: 300;

color:#050003;
}

.widgettitle {
font-size:15px;
text-transform:uppercase;
color:#333333;
font-weight:500;
margin-bottom:20px;
}




#jointhewebinar {
background:#ffffff;
		overflow:hidden;
	padding:20px;
margin-bottom:20px;
	border-radius:16px;
border: 1px solid rgba(37,104,176,0.15);
}

#jointhewebinar h1 {
font-size: 25px;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 42px;
  font-family: "Nunito", sans-serif;
color:#232122;
  font-optical-sizing: auto;
  font-weight: 700;
  }


#latestwebinars {
	border:1px solid #dddddd;
}

#latestwebinars .homepostcontent {
	padding-bottom:0px;
	padding-top:4px;
}

#latestwebinars .cybersecuritywebinar h2 {
	height:auto;
	font-size:12px;
}


#latestwebinars .cybersecuritywebinar {
	border:0px;
	border-bottom:1px solid #dddddd
}



#latestwebinars .cybersecuritywebinar:last-child {
	border:0px;
	border:0px;
}


#jointhewebinar .wpcf7 {
	margin-bottom:20px;
	
}



.clearpad {
	height:20px;
	clear:both;
}

#postsidebar h2 {
	margin-top:0px;
}

.wpcf7-form p {
	margin-bottom:0px;
}







img {
    height: auto;
    border: 0;
    max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
	
	}








.wpcf7 input[type="text"],  .wpcf7 input[type="email"],  .wpcf7 textarea, .wpcf7 select  {
    
	width:  100%;
    
	padding:  8px;
    
	border:  1px solid #ccc;
    
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    
	-webkit-box-sizing:  border-box;
    
	 -moz-box-sizing:  border-box;
    
	      box-sizing:  border-box;
			  
			  margin-bottom:10px;
	
font-size: 13px;
			  
}

.wpcf7 input[type="email"] {

  padding-top: 11px;
  padding-bottom: 11px;
}

textarea {
   font-family: inherit;
   font-size: 13px!important;
}


.wpcf7-select  {
background:#ffffff;	
}


.wpcf7 input[type="text"]:focus {
    
	background:  #fff;
    
}

.wpcf7 img {margin-top:-30px;}

.wpcf7 ::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
opacity: 1;


}

.wpcf7 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;

}
 .wpcf7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;


}
.wpcf7  :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;


}


.wpcf7-submit {

    width: 100%;
font-size:16px;
font-weight:500!important;
color:#ffffff;

background: linear-gradient(65deg, #423baa 0%, #2568b0 100%);

padding-top: 10px;
padding-bottom:10px;
border:none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	  font-family: "Nunito", sans-serif;

	
	cursor: pointer;
	margin-bottom:20px;
}






span.underline {
text-decoration:underline;
}




span#bold {
font-weight:bold;

}








ul.wpuf-form li .wpuf-section-wrap {
	border-bottom:1px solid #eeeeee!important;
	
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-form li .wpuf-fields a.file-selector {
	border-bottom:1px solid #eeeeee!important;
	
}



.wpuf-el {
	width:100%!important;
}


.wpuf-form-add.wpuf-form-layout4 ul.wpuf-form li .wp-editor-wrap .mce-toolbar-grp {
	background:#EDF2F6!important;
}

.wpuf-form-add.wpuf-form-layout4 .mce-toolbar .mce-ico {
	color:#404040!important;
}

.menu-item i._mi {
	margin-top:0px!important;
	
}

.wpuf-info {
	display:none;
}

.wpuf-attachment-upload-filelist  a {
	color:#156183!important;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-form li .wpuf-label {
	color:#404040!important;
	text-transform:capitalize!important;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-form li.wpuf-submit input[type="submit"] {
	
	background: linear-gradient(180deg, rgba(42,181,115,1) 0%, rgba(40,175,111,1) 86%)!important;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  border-radius: 4px;
  font-weight: 500 !important;
	border:0px!important;
}


.wpuf-section-wrap  {
	text-align:left!important;
}


.wpuf-form-add.wpuf-form-layout4 ul.wpuf-form li .wpuf-fields .wpuf-help {
	color:#7b7b7b !important;
	font-style: normal!important;
}


.page-id-50357 #entry-content h2 {
	margin-bottom:0px!important;
}

.wpuf-form-add.wpuf-form-layout4 ul.wpuf-form li .wpuf-fields input[type="checkbox"] {
	display:inline!important;
}

.wpuf-fields input {
	width:100%!important;
}

input.wpuf_publish_the_press_release_within_the_same_day_50375 {
	width:auto!important;
}

body ul.wpuf-form li .wpuf-label .required {
	color:#404040!important;
}

span.underline {
text-decoration:underline;
}












@media screen and (max-width:1180px) {
	
	

#topsection, #home, #header  {
padding-left:20px;
padding-right:20px;

	
}




.tooltip label {
display:block;

}



.tooltip-label {
width:auto;
float:right;
margin-top:35px;

  cursor: pointer;
  margin-bottom: 1em
}
.tooltip-input {
    display: none;
} /*Hide input element*/

.tooltip-input:not(checked) ~ .tooltip-content {
    display: none;
}
.tooltip-input:checked ~ .tooltip-content {       
    display: block;
}





#logo {
	margin-left:10px;
}


#logo img {
float:none;
text-align:center;
clear:both;
position:relative;

}



#menu  {
float:right;
width:auto;

line-height:10px;

}


#menu ul ul {
	display:block;
}

.main-nav ul ul {
	position:relative;
	top: 0em;
}



.main-nav ul ul li:hover {background:none;}

#menu ul {
padding:0px;
  display: flex;

}

#menu ul li {
clear:both;
width:100%;
padding:0px;
margin-bottom:10px;
margin-left:10px;


}

#containerblog {
padding-left:20px;
padding-right:20px;
}

.main-nav ul ul a {
       color:#ffffff ;
 
    
}



}


@media screen and (max-width:1140px) {

#footer {
	padding-left:20px;
}



.home #footer {
	padding-left:0px;
}




}




@media screen and (max-width:1070px) {


#homecontent {max-width:100%;
width:100%;
float: none;
margin-top:0px;
}



		
#topsection {display:none;}



#postcontainer {
    max-width: 100%;
    float: none;
}

.cybersecuritywebinar h2 {
	height:auto;
}





.add-webinar {
background:none;
	padding-left:7px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	color:#3d3d3d;
	margin-left:0px;
	margin-top:0px;
}

.add-webinar a {
	color:#ffffff!important;
	font-size: 16px;
  font-weight: 400;
}




}






@media screen and (max-width:800px) {

 #containerblog {
padding-left:20px;
padding-right:20px;

padding-top:30px;

}






#postcontainer {
    max-width: 100%;
    float: none;

}


#postcontainer h1 {
font-size: 24px !important;
line-height: 38px !important;
}


#source {display:none;}
}



@media screen and (max-width:620px) {

#topsection {display:none;}


}


@media screen and (max-width:520px) {

.home h1 {font-size:19px;}

}



#searchbox {
	
	width:auto;
	float:left;
	margin-left:100px;
	margin-top:21px;
}


/* General Styles */
#search-form-container {
    position: relative; /* Make the container a positioning context */
    width: 350px; /* Fixed width for the search container */
    border: 1px solid #eeeeee; /* Gray border */
    border-radius: 5px;
    background: #fff;
    display: flex; /* Flexbox for input alignment */
    align-items: center; /* Center items vertically */
}

/* Input Field */
#search-form-container input[type="text"] {
    border: none;
    padding: 8px 12px; /* Adjusted padding */
    font-size: 14px; /* Slightly smaller text */
    border-radius: 5px 0 0 5px;
    outline: none; /* Remove default focus outline */
    width: 295px; /* Fixed width for input */
    box-sizing: border-box; /* Include padding and border in width calculation */
	font-family: "Nunito", sans-serif;
}

/* Submit Button */
#search-form-container button {
    border: none; /* Remove border */
    background: none; /* Remove background */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
    cursor: pointer; /* Pointer cursor on hover */
    position: absolute; /* Position absolutely within the container */
    right: 5px; /* Position 5px from the right edge */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for vertical centering */
    border-radius: 0 5px 5px 0; /* Rounded corners */
    height: calc(100% - 10px); /* Match height of input, adjust if needed */
    box-sizing: border-box; /* Ensure padding is included in height calculation */
}

/* Submit Button Image */
#search-form-container button img {
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
}

/* Search Toggle Button */
#search-toggle {
    display: none; /* Hidden by default */
}

#search-toggle img {
    cursor: pointer;
    width: 24px; /* Adjust size as needed */
    height: 24px; /* Adjust size as needed */
}

/* Mobile Styles */
@media (max-width: 768px) {
    #search-form-container {
        display: none; /* Hidden on mobile */
    }

    #search-toggle {
        display: block; /* Show the toggle button on mobile */
    }
}

/* Show search form when toggle button is clicked */
.search-active #search-form-container {
    display: flex; /* Show the container */
}











#menu {
padding:0px;
width:auto;
float:right;
line-height:30px;
}

#mobilesearch {
	display:none;
}

.dpsp-network-btn, .dpsp-network-icon {
	border-radius:4px!important;
}

.mobilesubscribe {display:none;}
.mobilecontact {display:none;}


#menu ul {
	margin:0!important;
}


.menu-item i._mi {
	margin-top:0px!important;
	
}


.tooltip input {
display:none;

}






.tooltip label {
display:none;

}

.main-nav ul li {
    position: relative;
		float: left;
list-style-type: none;
padding-right:18px;
padding-left:18px;

  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;

font-size: 16px ;
font-weight: 400 ;
}


.homefix {
margin-left:-17px;
}

.menu-item:hover  {
			display:block;
}


.menu-item-has-children:hover  {


-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;



}



.sub-menu .menu-item:hover {
	border-radius:0px!important;
}
 



ul#menu-main-menu {
	list-style-type: none;
    margin-left: 0px;
padding-left: 0px;
    
	margin:0px;
	padding:0px;


}

.main-nav  a {
	color:#ffffff;
display:block;
}







ul.sub-menu li {
	text-transform: none !important;

}





.main-nav li {
    position: relative;

}

.main-nav ul ul {
    display: none;
	 background: #eef0fe;

}

.main-nav ul li:hover > ul {
    display: block;

}




.main-nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    width: auto;



margin:0;
padding:0;

}







.main-nav ul ul li {
	line-height:30px;
	font-size:14px!important;
font-weight:300!important;
width:230px;
margin:0;
padding:0;
margin-top:5px;
margin-bottom:5px;
padding-left:20px;

border-bottom:1px solid #dddddd;
padding-bottom:6px;
}



ul.homemenu {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:15px;
	margin-top:35px;
}

ul.homemenu li {
	margin-bottom:8px;
		padding-bottom:7px;

	border-bottom: 1px solid #eeeeee;
}





.main-nav li {
    position: relative;
}



.menu-item-has-children {

padding-right:15px;
    position: relative;

}





.menusocial

 {
	border:0px!important;
padding-left: 4px!important;
padding-right: 4px!important;
margin-top:-2px;
float: right !important;
}

.menusocial:last-child {

margin-right:0px!important;
padding-right: 0px!important;

}	
	
.menusocial img {
	width:24px;
	height:24px;
}



.socialmenufix {
	margin-right:20px!important;
}


.menusocial:first-child {
	padding-left:35px;
}



@media screen and (max-width:1180px) {
	
	#menu  {
	line-height:24px!important;
}

	
.add-webinar  {
  background: none;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0;
  padding-bottom: 0px;
  color: #ffffff;
  border-radius: 10px;
  margin-left: 15px;
  margin-top: -2px;
  font-weight: 500 !important;
}

.add-webinar  a {
  color: #ffffff;
	
}


#searchbox {
	margin-left:10px;
}

.tooltip label {
display:block;
float:right;
margin-top:0px;
}



.tooltip-label {
width:auto;
float:none;
  cursor: pointer;
  padding-top:4px;
}
.tooltip-input {
    display: none;
} /*Hide input element*/

.tooltip-content {
    margin-bottom: 1.5em;
}
.tooltip-input:not(checked) ~ .tooltip-content {
    display: none;
}
.tooltip-input:checked ~ .tooltip-content {       
    display: block;
}

#social {
	width: auto;
  float: right;

}






#social {margin-right:10px;}

#menu  {
float:none;
clear:both;
width:100%;
width:auto;
margin-left:50px;
}

.main-nav ul li {
	margin-right:0px;
	float:none;
}





#menu ul {
padding:0px;
}

#menu ul li {
clear:both;
width:100%;
padding:0px;
margin-top:20px;

margin-bottom:20px;
}





.main-nav ul ul   {
	background:transparent;
}

#mobilesearch {
	display:block;
	float:right;
	margin-top:20px;
margin-right:10px;
}




.tooltip-label {
width:auto;
float:left;

  cursor: pointer;
  margin-bottom: 1em;
  margin-right:10px;
}
.tooltip-input {
    display: none;
} /*Hide input element*/

.tooltip-input:not(checked) ~ .tooltip-content {
    display: none;
}
.tooltip-input:checked ~ .tooltip-content {       
    display: block;
}



#menu  {
padding-left:20px;
padding-right:10px;
margin-top:20px;
clear:both;

}




.main-nav ul li {
	border-right:0px;
	}
	
	

#menu ul ul {
	display:block;
}

.main-nav ul ul {
	position:relative;
	top: 0em;
}



#menu ul {
padding:0px;

}

#menu ul li {
clear:both;
width:100%;
padding:0px;
margin-bottom:10px;
}

.main-nav ul ul li {
    border-bottom: 1px solid #dddddd!important;
}


.main-nav ul ul li::last-child {
    border-bottom: none!important;
}






}


