/*
Theme Name:   Popularfx Child
Description:  Tema hijo de popularfx
Author:       Alfonso Guzmán
Author URL:   https://andrewzael.github.io/
Template:     popularfx
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  popularfx-child
*/

.gallery figure div a img{
	border:2px solid transparent;
	transition:all ease-in 180ms;
}
.gallery figure div a:hover img{
	border-color:#fa0ae1;
}
.gallery figure div a:focus img,
.gallery figure div a:active img{
	border-color:#000;
	border-style:dashed;
}