/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* 댓글 */
@media (min-width: 769px) {
    .comment-form #author, 
    .comment-form #email {
        width: 48%;
        float: left;
    }

    .comment-form #email {
        float: right;
    }

    .comment-form #url {
        width: 100%;
    }

    .comment-form #submit {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .comment-form #author, 
    .comment-form #email {
        width: 100%;
        float: left;
    }

    .comment-form #submit {
        width: 100%;
    }
}

#comment {
	height:150px;
}

/* BOX SHADOW */
.gb-container.gb-container-86172639 {
	box-shadow: 0px 0px 35px -13px rgba(0,36,72,0.4);
}

.gb-container.gb-container-86172639:hover {
	box-shadow: 0px 5px 30px -5px rgba(0,36,72,0.4);
}

/* Sidebar */
@media(min-width: 769px) {
	.sidebar.is-right-sidebar > .inside-right-sidebar {
        position: sticky;
		    top: 120px;
    }
}