Css
div.blog-credits {
	display:none;
}

.blog-credits {
	display:none;
}

.blog-credits {
	display: none;
	hyphens: none;
}

p, 
li, 
.wp-block, 
.widget {
    border: none !important; /* overrides theme borders */
}



.wp-block-post-template > * {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 8px 10px rgba(0,0,0,0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-post-template > *:hover {
  transform: translateY(-1px);
	  border-radius: 20px;
  box-shadow: 0 12px 50px rgba(0,0,0,0.1);
}



.wp-block-post-template > *::before {
  display: none;
}


.wp-block-post-title a {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}


img {
    transition: box-shadow 0.3s ease;

}

img:hover {
    box-shadow: 0px 8px 20px rgba(0,0,0,0.3);

}

.gris {
	  border-radius: 20px;

}



a {
	color: black;
  text-decoration: none !important;
	 text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	      


}




a:link {
  text-decoration: none;
	  text-decoration: none;


}

a:visited {
  text-decoration: none;
}

a:hover {
 
		color: grey;
	  text-decoration: underline;

}

a:active {
  text-decoration: none;
}


a img {
    cursor: pointer;

}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}





--color_theme_bg_pop: #0681FF;
--background_pop: #0681FF;
--cover_bg_color: #FFFFFF;
--cover_bg_color_secondary: #f0f0f0;
--background_pop_darken: #0074eb;
--print_on_pop: #ffffff;




.header{
	
	
}

.page{

}

.content{
	font-family: 'SF Pro Display' sans-serif;	
}

body {
	font-size: 20px;
	font-family: 'SF Pro Display' sans-serif;
	line-height: 1.3;
	hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
}





.primary-navigation {
	font-size: 100%;

}

.navbar-nav > li > a {
	font-size: 100px;
}


select {
    background-color: #0681FF;
    border: 0.2px solid #cccccc;
    width: 320px;
}

.site-info {
	display: none;
	hyphens: none;
}

p, h1, h2, h3 {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}


.blog-credits {
	display:none;
}

.
