/**
 * SoundManager 2 + useFlashBlock
 * ------------------------------
 * Flash positioning and flashblock / clicktoflash handling
 */

#sm2-container {
 /**
  * where the SM2 flash movie goes. by default, relative container.
  * set relative or absolute here, and don't touch it later or bad things will happen (see below comments.)
  */
 position: absolute;
 width: 1px;
 height: 1px;
 overflow: hidden;
 /* screw IE 6, just make it display nice */
 _overflow: hidden;
}

#sm2-container object,
#sm2-container embed {
 /**
  * the actual SWF movie bit.
  * important: The SWF needs to be able to be moved off-screen without display: or position: changes.
  * changing display: or position: or overflow: here or on parent can cause SWF reload or other weird issues after unblock
  * e.g., SM2 starts but strange errors, no whileplaying() etc.
  */
 width: 48px;
 height: 48px;
 /* some flash blockers may also respect this rule */
 max-width: 48px;
 max-height: 48px;
}

#sm2-container.swf_timedout {
 /* expand to show the timed-out SWF content */
 position: relative;
 width: 48px;
 height: 48px;
}

#sm2-container.swf_timedout,
#sm2-container.swf_timedout object,
#sm2-container.swf_timedout embed {
 /**
  * when SM2 didn't start normally, time-out case. flash blocked, missing SWF, no flash?
  * 48px square flash placeholder is typically used by blockers.
  */
 min-width: 48px;
 min-height: 48px;
}

#sm2-container.swf_unblocked {
 /* SWF unblocked, or was never blocked to begin with; try to collapse container as much as possible. */
 width: 1px;
 height: 1px;
}

#sm2-container.swf_loaded object,
#sm2-container.swf_loaded embed,
#sm2-container.swf_unblocked object,
#sm2-container.swf_unblocked embed {
 /* hide flash off-screen (relative to container) when it has loaded OK */
 left: -9999em;
 top: -9999em;
}

#sm2-container.swf_error {
 /* when there is a fatal error (flash loaded, but SM2 failed) */
 display: none;
}

#sm2-container.high_performance,
#sm2-container.high_performance.swf_timeout {
 /* "high performance" case: keep on-screen at all times */
 position: absolute;
 position: fixed;
}

#sm2-container.high_performance {
 overflow: hidden;
 _top: -9999px; /* IE 6 hax, no position:fixed */
 _left: -9999px;
 bottom: 0px;
 left: 0px;
 /**
  * special case: show at first with w/h, hide when unblocked.
  * might be bad/annoying.
  * try to stay within ClickToFlash "invisible" limits (so it won't be blocked.)
  */
 z-index: 99; /* try to stay on top */
}

#sm2-container.high_performance.swf_loaded,
#sm2-container.high_performance.swf_unblocked {
 z-index: auto;
}

#sm2-container.high_performance.swf_loaded,
#sm2-container.high_performance.swf_unblocked,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /**
  * 8x8px is required minimum to load in fx/win32 in some cases(?)
  * 6x6+ good for fast performance, even better when on-screen via position:fixed
  * also, clickToFlash (Safari <5.1) may auto-load "invisible" SWFs at this size
  */
 height: 8px;
 width: 8px;
}

#sm2-container.high_performance.swf_loaded {
 /* stay bottom/left */
 top: auto;
 bottom: 0px;
 left: 0px;
}

#sm2-container.high_performance.swf_loaded object,
#sm2-container.high_performance.swf_loaded embed,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /* high-performance case must stay on-screen */
 left: auto;
 top: auto;
}

#sm2-container.high_performance.swf_timedout {
 z-index: 99; /* try to stay on top */
}.sc_player_container1 {
display: inline;
}
.sc_player_container1 .myButton_play {
background: transparent url(//kdeconcept.com/wp-content/plugins/compact-wp-audio-player/image/round-play-button-black.png) no-repeat !important;
cursor: pointer !important;
width: 32px !important;
height: 32px !important;
border: none !important;
position: relative;
margin: 0 !important;
padding: 0 !important;
}
.sc_player_container1 .myButton_stop {
background: transparent url(//kdeconcept.com/wp-content/plugins/compact-wp-audio-player/image/round-pause-button-black.png) no-repeat !important;
cursor: pointer !important;
width: 32px !important;
height: 32px !important;
border: none !important;
position: relative;
margin: 0 !important;
padding: 0 !important;
}

.sc_player_container2 {
max-width:56em;
}
.sc_player_container2 .myButton_play {
background:url(//kdeconcept.com/wp-content/plugins/compact-wp-audio-player/image/stop-play.jpg) no-repeat;
background-position: -30px -30px;
cursor:pointer;
width: 40px;
height: 30px;
border: none;
position:relative;
}
.sc_player_container2 .myButton_stop {
background:url(//kdeconcept.com/wp-content/plugins/compact-wp-audio-player/image/stop-play.jpg) no-repeat;
background-position: -31px -90px;
cursor:pointer;
width: 40px;
height: 30px;
border: none;
position:relative;
}/*--------------------------------------------------------------
  Image CAPTCHA CF7
--------------------------------------------------------------*/
.captcha-image {
  border: 1px solid;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.cf7ic_instructions {
  display: block;
}

.captcha-image .cf7ic_instructions span {
  font-weight: bold;
}

span.captcha-image > label {
  display: inline-block !important;
  position: relative;
  width: auto !important;
}

/* Hide radio */
.captcha-image svg {
  padding: 5px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
}

.captcha-image label>input+svg {
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.captcha-image label:nth-child(2),
.captcha-image label:nth-child(3) {
  margin-right: 5px;
}

/* Image styles */
.captcha-image label>input:checked+svg,
.captcha-image label>input:focus+svg {
  border: 2px solid #f00;
}
/* (Checked) image styles */


/*--------------------------------------------------------------
  Image CAPTCHA WPForms
--------------------------------------------------------------*/

span.wpcf7-form-control.wpcf7-cf7ic {
  border: none;
}

.kc_captcha {
  display: inherit;
}

/* Style 1 */
.cf7ic-style1 {
  border: 1px solid;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.cf7ic-icon-wrapper {
  font-size: inherit;
}

.cf7ic-style1 .cf7ic-icon-wrapper .fa,
.cf7ic-style1 .cf7ic-icon-wrapper svg {
  font-size: inherit;
  border-color: inherit;
}

body .cf7ic-style1 .cf7ic-icon-wrapper svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  box-sizing: content-box !important;
}

.woocommerce .captcha-image .cf7ic-icon-wrapper label,
.woocommerce-page .captcha-image .cf7ic-icon-wrapper label,
.captcha-image .cf7ic-icon-wrapper label {
  display: inline-block;
  width: inherit;
  vertical-align: text-top;
}

.captcha-image label>input {
  /* Hide radio */
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  position: absolute !important;
}

.captcha-image label>input+* {
  /* Image styles */
  position: static;
  cursor: pointer;
  border-width: 2px;
  border-style: none;
  border-color: transparent;
  padding: 7px;
}

.captcha-image label>input:checked+*,
.captcha-image label>input:focus+* {
  /* (Checked) image styles */
  padding: 7px;
  border-width: 2px;
  border-style: solid;
}

.cf7ic-special {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 200px;
}

.cf7ic-loader,
.cf7ic-loader:before,
.cf7ic-loader:after {
  border-radius: 50% !important;
  width: 2em !important;
  height: 2em !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: cf7ic-load 1.2s infinite ease-in-out;
  animation: cf7ic-load 1.2s infinite ease-in-out;
}

.cf7ic-loader {
  display: block;
  color: #444;
  font-size: 10px !important;
  margin: 4.8em 6em !important;
  position: relative !important;
  text-indent: -9999em !important;
  -webkit-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.cf7ic-loader:before,
.cf7ic-loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.cf7ic-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.cf7ic-loader:after {
  left: 3.5em;
}

@-webkit-keyframes cf7ic-load {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes cf7ic-load {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* Fix for WPForms */
.ai1ic-fields {
  height: 0 !important;
  display: block;
  overflow: hidden !important;
}

body .ai1ic-fields input {
  position: absolute;
  transform: scale(0);
}

.cf7ic-wpf {
  margin-bottom: 30px !important;
}

.cf7ic-wpf .captcha-image label {
  width: 35px !important;
}

.cf7ic-wpf .captcha-image label i {
  width: 35px !important;
  text-align: center;
}

.cf7ic-wpf .captcha-image .cf7ic-icon-wrapper {
  display: block;
  text-align: left !important;
}