/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/*
.gradient--tpmedia{
    --rotation: 0deg;
    --start-color: var(--primary);
    --end-color: var(--secondary);
    --width: 10;
    border: 10px solid white;
    border-image: linear-gradient( var(--rotation), var(--start-color), var(--end-color)) var(--width);
    transition: all 1s;
}

.gradient--tpmedia:hover{
    border-image: linear-gradient( var(--rotation), var(--end-color), var(--start-color)) var(--width);
    transition: all 1s;
	background-color: transparent!important;
}


*/