/*
Theme Name: Sinapsis Theme
Text Domain: Sinapsis USACH
Version: 0.1 alpha
Description: La plantilla oficial de la plataforma universitaria de innovación abierta de la Universidad de Santiago de Chile.
Author: Jeph Sánchez Fuentes
Author URI: https://internetismylord.com
*/
*::selection {
  color: white;
  background-color: black;
}

h1, h2, h3 {
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
}
h4 {
  font-size: 1rem;
  letter-spacing: 0.5rem;
  font-weight: lighter;
  text-transform: uppercase;
}
body { 
  margin: 0;
}
.sinap-hr {
	border-color: #000;
}
.sinap-hr:before {
	content:'';
	position:absolute;
	width: 14px;
	height: 14px;
	background-color: #000;
	border-radius: 50%;
	right: 0;
    transform: translateY(-6px);
}
.wp-block-post-featured-image {
	position: absolute;
    z-index: -1;
    width: 80%;
    transform: translate(520px,-50%);
	opacity: 0.8;
	display: none;
}
.logo-sinap {
  width: 10rem;
}

.logo-usach {
  position:absolute;
  display: none;
  width: 10rem;
}

@media (min-width: 992px) { 
	.wp-block-post-featured-image {
		display: flex
	}
  .logo-usach{ 
    display: flex;
  }
	#canvasinap {
		display: block;
	}
}

.cursir {
  mix-blend-mode: multiply;
}

.rounded{
  z-index: -1;
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(223, 106, 46, 0.7) 10%, rgba(223,106,46,0) 60%);
  border-radius: 50%;
}

.rounded:after{
  content:"";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(0,0,46,0.2) 10%, rgba(0,0,46,0) 60%);
  border-radius: 50%;
}


a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
#canvasinap {
	position:absolute;
	
	left: calc((100vw - 520px)/-2);
}
      #toolt {
        position: absolute;
        z-index: 99999;
        background-color: #ffffffee;
        padding: 0 2rem;
        opacity: 0;
        box-shadow: #00000033 4px 2px 13px;
        border-radius: 1px;
      }
      #toolt > p {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      }