/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://rvtyra.dk/themes/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Jeppe Guldager
 Author URI:   http://rvtyra.dk
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.cat-links,
.nav-links,
.site-footer {
	display: none;
}
.icon-large {
	border-radius: 10px;
	width: 120px;
	height: 120px;
	background-size: contain;
	display: inline-block;
}
.icon-small {
	border-radius: 5px;
	width: 40px;
	height: 40px;
	background-size: contain;
	display: inline-block;
}
.icon-henrik {
	background-image: url(https://svartloga.dk/wp-content/themes/twentyfifteen-child/library/henrik.jpg);
}
.icon-svartloga {
	background-image: url(https://svartloga.dk/wp-content/themes/twentyfifteen-child/library/svartloga.jpg);
}
.icon-tyra {
	background-image: url(https://svartloga.dk/wp-content/themes/twentyfifteen-child/library/tyra.jpg);
}
.icon-facebook {
	background-image: url(https://svartloga.dk/wp-content/themes/twentyfifteen-child/library/facebook.png);
}

/* Toggle ekstra felter ved tilmelding til gastebørs */
.tooltip-input {
    display: none;
}
.tooltip-input:not(checked) ~ .tooltip-content {
    display: none;
}
.tooltip-input:checked ~ .tooltip-content {       
    display: block;
}
.eme-rsvp-form {
    width: 100% !important;
}
