/*
Theme Name: Twenty Sixteen
Description: Used to style blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General Block Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */



/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Button */
.wp-block-buttons {
    display: flex;
}
.is-vertical .wp-block-button + .wp-block-button {
    margin-top: 10px;
}
.wp-block-button__link {
    background: var(--blue);
    border-radius: 10px;
	color: white;
    padding: 10px;
    font-size: 15px;
    transition: 0.5s;
}
.wp-block-button__link:hover {
    box-shadow: rgba(0,0,0,0.1) 1px 1px 10px -10px;
    color: #FAFAFA;
    text-decoration: none;
}
.wp-block-button.full_width {
    width: 100%;
}
.wp-block-button.full_width a {
    font-weight: bold;;
    text-align: left;
    width: 100%;
}

.wp-block-button.with_arrow a {
    position: relative;
}
.wp-block-button.with_arrow a:before {
    background-image: url("/wp-content/themes/spenda/images/arrow_in_circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 12px;
    transition: 0.2s;
    width: 20px;
}
.wp-block-button.with_arrow a:hover:before {
    right: 10px;
}

/* Paragraph */


/* Image */

@media screen and (min-width: 61.5625em) {
	
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting Blocks
--------------------------------------------------------------*/



/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
.post_list_item {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
}
.post_list_item + .post_list_item {
    border-top: solid 1px rgba(0,0,0,0.2);
}
.post_list_item_date {
    font-weight: bold;
}
.post_list_item a {
    background: var(--blue);
    color: white;
    float: right;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 16px;
}
.post_list_item a:hover {
    text-decoration: none;
}


.gutena-tab-title.active .gutena-tab-title-text {
    color: var(--blue);
    font-weight: 600;
}

.gutena-tab-title.inactive:hover .gutena-tab-title-text {
    color: var(--blue);
}


/*--------------------------------------------------------------
5.0 Blocks - Widget Blocks
--------------------------------------------------------------*/



/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/
