/*
Theme Name: Twenty Thirteen - Child for GF
Template: twentythirteen
Description: Used to style blocks.
*/

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


/*--------------------------------------------------------------
5.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button .wp-block-button__link {
    border-bottom: 3px solid #666666;
    font-size: 16px;}
    
.entry-content .wp-block-button__link:hover {background: #cccccc;}

/* Separator */

.wp-block-separator {
	border-top: 1 !important;
	border-top: double;
	color: #cccccc;
	max-width: 70% !important;
}

.wp-block-separator.is-style-wide {
	max-width: 100%;
}

