/*
Theme Name: CISO Global
Author: Daniel Kinsella <Daniel.Kinsella@CerberusSentinel.com>
Description: CISO Global was designed and developed in partnership with CISO Global Inc, IBN, i.Dvlpr Marketing LLC., and DPKgraphics, LLC. It is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations.
Version: 2.0
Text Domain: cisoglobal
Updated: 2023-04-18 08:51:48
*/

html :where(.wp-block) {
    max-width: 1000px;
}

.editor-styles-wrapper .wp-block-image.is-style-image-circular-border img {
  border: 1px solid #0a0a0a;
  border-radius: 50% !important;
}

@media (max-width: 639px) {
  .editor-styles-wrapper .wp-block-cover:first-of-type .wp-block-cover__background {
    opacity: 0;
  }
  .editor-styles-wrapper .wp-block-cover {
    display: grid !important;
    padding: 0 !important;
    background-color: #f3f5f8;
  }
  .editor-styles-wrapper .wp-block-cover h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-top: 1.25rem;
  }
  .editor-styles-wrapper .wp-block-cover .wp-block-cover__image-background {
    position: relative !important;
    min-height: 250px !important;
    padding: 0 !important;
  }
  .editor-styles-wrapper .wp-block-cover .wp-block-buttons {
    margin-bottom: 2rem;
  }
}

h5 {
    line-height: 1.5 !important;
    font-size: 22px !important;
    margin: 0 0 0.5em 0 !important;
}

.accordion-group--bg-transparent .accordion-item {
	background-color: transparent;
}

.accordion .accordion-header .collapsed .vertical {
		transition: all 0.5s ease-in-out;
		transform: rotate(-90deg);
	}
.accordion .accordion-header .collapsed .horizontal {
		transition: all 0.5s ease-in-out;
		transform: rotate(-90deg);
		opacity: 1;
	}

.accordion .accordion-header .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
}
.accordion .accordion-header .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}


.circle-plus {
	height: 1em;
	width: 1em;
	font-size: 2em;
	opacity: 1;
	top: 12px;
	position: absolute;
	right: 10px;
}

.circle-plus .horizontal {
    position: absolute;
    background-color: white;
    width: 20px;
    height: 5px;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
}
.circle-plus .vertical {
    position: absolute;
    background-color: white;
    width: 5px;
    height: 20px;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -12.5px;
}



.editor-styles-wrapper .accordion-item:last-of-type,
.editor-styles-wrapper .accordion-item:first-of-type,
.editor-styles-wrapper .accordion-item {
	border: 0;
	border-radius: 0;
}

.accordion .accordion-header {
	font-size: inherit;
  margin: 0 !important;
  opacity: 1;
}

.editor-styles-wrapper .accordion-item:first-of-type .accordion-button {
	color: #fff;
  background: #071040;
  border-radius: 10px !important;
  padding: 14px 16px;
  box-shadow: none;
}
.editor-styles-wrapper .accordion-button::after {
  display: none !important;
}
.editor-styles-wrapper .accordion-button:not(.collapsed)::after {
  display: none !important;
}
.editor-styles-wrapper .accordion-item:first-of-type .accordion-button:focus,
.editor-styles-wrapper .accordion-button:focus {
  z-index: 0;
  background: #cb2029;
  border-color: #eeeeee #eeeeee #eeeeee #eeeeee;
  cursor: pointer;
  outline: 0;
}

.editor-styles-wrapper .h2, .editor-styles-wrapper h2 {
  font-size: 16px !important;
    line-height: 24px !important;
  margin-bottom: 0 !important;
}

.editor-styles-wrapper .wp-block-button__link {
	transition: all 0.5s ease;
	border-radius: 10px;
	border-width: 2px;
	padding: 8px 16px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.6;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
	box-shadow: none;
	border-style: solid;
	text-transform: capitalize;
	text-decoration: none;
}
.editor-styles-wrapper .is-style-blue-button > .wp-block-button__link {
	color: #fff;
  background: #3851BA;
  border:1px solid #3851BA;
	font-weight:bold;
	border-top-right-radius: 40px;
	border-top-left-radius:40px;
	border-bottom-right-radius:40px;
	border-bottom-left-radius:40px;
}
.editor-styles-wrapper .is-style-blue-button > .wp-block-button__link:hover {
	background: #fff;
	color: #3851ba;
}
.editor-styles-wrapper .is-style-gold-button > .wp-block-button__link {
	color: #1C244B;
  background: #F5AE10;
  border:1px solid #F5AE10;
	font-weight:bold;
	border-top-right-radius: 40px;
	border-top-left-radius:40px;
	border-bottom-right-radius:40px;
	border-bottom-left-radius:40px;
}
.editor-styles-wrapper .is-style-gold-button > .wp-block-button__link:hover {
	background: #fff;
	color: #3851ba;
}
.editor-styles-wrapper .is-style-white-button > .wp-block-button__link {
	color: #1C244B;
	background: #fff;
	border-color: #1C244B;
	border-radius:50px;
}
.editor-styles-wrapper .is-style-white-button > .wp-block-button__link:hover {
	color: #3851BA;
  background: #fff;
  border-color: #1C244B;
}
.editor-styles-wrapper .is-style-outline-transparent-button > .wp-block-button__link {
	color: #fff;
  background: none;
	border-color: #fff;
}
.editor-styles-wrapper .is-style-outline-transparent-button > .wp-block-button__link:hover {
	color: #1C244B;
  background: #fff;
  border-color: #1C244B;
}
.editor-styles-wrapper .wp-block-cover .wp-block-cover__image-background, .editor-styles-wrapper .wp-block-cover video.wp-block-cover__video-background,
.editor-styles-wrapper .wp-block-cover-image .wp-block-cover__image-background,
.editor-styles-wrapper .wp-block-cover-image video.wp-block-cover__video-background {
  background: #555;
}
:where(.editor-styles-wrapper .wp-block-columns.has-background) {
	padding: 0;
}
