/*
 * Global
 */
 
:root {
	--cta-glow-color: #2c2c81;
}

/*
 * Header - Transparent on landing page
 */
/* Fixing jumping header */
@media screen and (min-width: 981px) {
	#page-container {
    	margin-top: -1px !important;
	}
}

#main-header {
    background-color: transparent;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

#main-header:before { 
	pointer-events: none; 
}

#page-container {
    padding-top: 0px !important;
}

.et-fixed-header {
    background-color: #06062c !important;
}

/*
 * Typography
 */

.entry-content a {
    font-weight: normal;
}

/*
 * Sidebar
 */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
    background: none;
}
 
/*** Hide Sidebar ***/
#sidebar {
    display:none;
}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
  #left-area {
      width: 100%;
      padding: 23px 0px 0px !important;
      float: none !important;
  }
}

/*
 * Buttons
 */
.et_pb_button {
    min-width: 180px;
    text-align: center;
}

.btn-primary {	
    color: #06062c !important;
	margin-bottom: 5px;
}

.btn-primary:hover {
	color: #06062c !important;
	background-color: #b90082 !important;
}

.btn-secondary {	
    background-color: transparent !important;
    color: #e0009d !important;
	margin-bottom: 5px;
}

.btn-secondary:hover {
    background-color: #0d0d45 !important;
    border: 1px solid #e0009d !important;
    color: #e0009d !important;
}

.btn-primary,
.btn-secondary {
	box-shadow: 0 0 0 0 var(--cta-glow-color);
}

.btn-primary:hover,
.btn-secondary:hover {
	transition: background .3s ease, box-shadow .5s ease;
	box-shadow: 0 0 2em 0 var(--cta-glow-color);
	opacity: 1;
}

@media (max-width: 980px) {
	.btn-primary,
	.btn-secondary {
		width: 100%;
	}
}

/*
 * Section
 */
.et_pb_section {
    background-color: #06062c;
/*    background-color: rgb(6,6,44);*/
/*    background: url("bg-pixel.jpg") repeat top left; */
}


/*
 * Contact Forms
 */

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-number,
.wpcf7-quiz {
	margin: 0px !important;
	width: 90% !important;
	border-radius: 0px !important;
	border: 2px solid #404D72 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
	padding: 8px !important;
    line-height: 1.7em !important;
	background-color: #404D72 !important;
	color: #fff !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media screen and (max-width: 980px) {
	.wpcf7-text,
	.wpcf7-textarea,
	.wpcf7-select,
	.wpcf7-number,
	.wpcf7-quiz {
		width: 100% !important;
	}
}

.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-select:focus,
.wpcf7-number:focus,
.wpcf7-quiz:focus {
	border: 2px solid #fff !important;
}

.wpcf7-quiz {
	width: 25% !important;
}

.wpcf7-select {
	background-image:
    	linear-gradient(45deg, transparent 50%, white 50%),
    	linear-gradient(135deg, white 50%, transparent 50%),
    	linear-gradient(to right, #fff, #fff);
	background-position:
    	calc(100% - 20px) calc(1em + 5px),
    	calc(100% - 15px) calc(1em + 5px),
    	calc(100% - 2.5em) 0.5em;
	background-size:
    	5px 5px,
    	5px 5px,
    	0px 1.5em;
	background-repeat: no-repeat;
}

.wpcf7-acceptance input[type="checkbox"],
.wpcf7-checkbox input[type="checkbox"], 
.wpcf7-radio input[type="radio"] {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #404D72;
    border-radius: 0px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #404D72;
    cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"]:checked,
.wpcf7-checkbox input[type="checkbox"]:checked, 
.wpcf7-radio input[type="radio"]:checked {
	border: 1px solid #44BB77;
    background-color: #44BB77;
}

.wpcf7-file {
	color: transparent;
}

.wpcf7-file::-webkit-file-upload-button {
	visibility: hidden;
}

.wpcf7-file::before {
	content: 'Select logo for upload';
	color: white;
	display: inline-block;
	background-color: #404D72;
	border-radius: 4px;
	padding: 10px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-size: 14px;
}

.wpcf7-file:hover::before {
	border-color: white;
}

span.wpcf7-list-item {
	margin: 0px;
}

.wpcf7-list-item-label,
.wpcf7-list-item-label a {
	vertical-align: top;
}

.wpcf7-submit {
	color: #06062c!important;
    font-size: 20px;
	border: 1px solid #e0009d;
	border-radius: 0px;
	padding: 10px;
	background-color: #e0009d;
    border-color: #e0009d;
	box-shadow: 0 0 0 0 var(--cta-glow-color);
}

.wpcf7-submit:hover {
    border-color: #e0009d;
	transition: background .3s ease, box-shadow .5s ease;
	box-shadow: 0 0 2em 0 var(--cta-glow-color);
	opacity: 1;
}

.wpcf7-number {
  width: 20% !important;
}

/*
 * Wrap forms on mobile
 */ 
.one_half {
	width: 47.333% !important;
	margin-bottom: 0;
	margin-right: 0 !important;
}

@media all and (max-width: 980px) {
    .one_half {
	padding-top: 20px;
        width: 100% !important;
    }
}


@media (min-width: 980px) {
  .contact-sales-choice .wpcf7-list-item {
    width: 40%;
  }
}

@media (max-width: 980px) {
  .contact-sales-choice .wpcf7-list-item {
    width: 100%;
  }
}

/*
 * Newsletter Subscribe
 */

.newsletter_subscribe input {
	min-width: 250px;
	padding: 10px;
    margin-bottom: 5px;
	margin-right: 5px;
    font-size: 20px;
	line-height: 28px;
    color: #fff !important;
    border: 0px;
	background-color: #404D72;
	border-radius: 0px;
}

@media (max-width: 980px) {
	.newsletter_subscribe input {
		min-width: 100%;
	}
}

.newsletter_subscribe button {
	min-width: 250px;
}

.newsletter_subscribe button:hover {
    color: #06062c !important;
	border: 1px solid #e0009d !important;
}

::placeholder {
   /* color: rgba(255, 255, 255, 0.5);*/
    color: #939FBF;
}

/*
 * Standard Blurb element
 */

.icinga_blurb {
	background-color: rgba(95, 196, 228, 0.1);
	padding: 15px;
}

.icinga_blurb:hover {
	background-color: #404D72;
}

.icinga_blurb_text {
}

.icinga_blurb_icon {
	padding-top: 25px;
}

.icinga_blurb_icon h4 {
	text-align: center;
}

.icinga_blurb_icon .et-pb-icon {
	font-size: 40px;
}

/*
 * Bullet Lists 
 */

.entry-content ol li, .entry-content ul li {
    margin-bottom: 10px;
}

.et_pb_post_content_0_tb_body ol {
    list-style-type: decimal!important;
    padding-left: 30px!important;
}

.et_pb_post_content_0_tb_body ol li {
    list-style-position: outside;
    line-height: 2.2em;
}

.et_pb_post_content_0_tb_body ul {
    padding-left: 23px!important;
}

.et_pb_post_content_0_tb_body ul li {
    list-style-position: outside !important;
    line-height: 2.2em;
}

/*
 * Icon columns (integrations, partners, customers i
 */
.logos_main img {
    max-height: 55px;
	filter: brightness(0) invert(1);
    opacity: 0.8;
}

.logos_main .et_pb_column {
    margin: auto !important;
}

.et-download .et-box-content {
  color: #4e5f4d;
  margin-top: -5px;
}

/* multiple columns on mobile */
@media screen and (max-width: 980px) {
    .three-columns .et_pb_column {
    width: 33% !important;
	padding: 10px;
	margin: auto;
	}
}

/* styling hero sections global */
.hero_section {
	padding-top: 20vh !important;
}

.et-tooltip .fa{
    position: absolute;
    padding-top: 1px;
    padding-left: 20px;
}

.et-tooltip .et-tooltip-box {
    background: #070942!important;
    color: #B4B4C0!important;
    font-size: 16px!important;
    border: 0!important;
    border-radius: 0!important;
    left: -113px!important;
    bottom: 37px!important;
    padding: 15px!important;
}

.et-tooltip .et-tooltip-arrow {
    background: url(/wp-content/uploads/2022/03/tooltip-arrow.png) no-repeat;
    content: '\43' !important;
    color: #070942;
}

.seven-columns .et_pb_module {
    width: 14.28% !important;
    float: left !important;
    padding-left: 15px;
    margin: auto;
}

/* multiple columns on mobile */
@media screen and (max-width: 980px) {
    .seven-columns .et_pb_module {
    width: 33% !important;
        padding: 15px;
        margin: auto;
        }
}

.et_pb_accordion_item {
    background-color: #404d72;
    border-color: #404d72;
}

.et_pb_toggle_title:before {
    color: #e0009d;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #fff;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #fff;
}

.icinga_camp_speaker .et_pb_team_member_description .et_pb_module_header {
    font-size: 24px!important;
}

.icinga_camp_speaker .et_pb_team_member_description .et_pb_member_position {
    font-size: 14px!important;
}

p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

.contact-sales-section {
  background-image: linear-gradient(180deg, #06062c 0%,rgba(6,6,44,0) 25%), linear-gradient(360deg, #06062c 0%,rgba(6,6,44,0) 25%), url(https://icinga.com/wp-content/uploads/2020/07/hero_background_support.jpg)!important
}

@media (min-width: 980px) {
  .contact-sales-section {
    margin: 80px 0;
  }
}

.et-learn-more {
  border: unset !important;
 -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: #06062c !important;
}

.et-learn-more .learn-more-content {
  background-color: #06062c;
  color: #fff;
}

.et-learn-more h3.heading-more {
  background: #06062c !important;
  text-shadow: unset !important;
  font-size: 18px !important;
  border-bottom: 1px solid #fff;
}

.et_learnmore_arrow {
  border-right: 1px solid #fff;
}

.et-learn-more span.et_learnmore_arrow span {
  background: unset !important;
  margin-top: -1em !important;
}

.et-learn-more span.et_learnmore_arrow span::after{
  font-family: 'ETmodules' !important;
  content: '\3f' !important;
  color: #e0009d;
  transform: rotate(90deg);
}
