
/*
 Theme Name:     generatepress-child
 Template:       generatepress
*/
 
@import url("../generatepress/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*Tabitha Comment: Removes Theme Copyright*/

.copyright-bar {
	display: none;
}

/* TABITHA COMMENT: Hides the images when on mobile */

@media screen and (min-width: 768px) {
	span.menu-image-title {
		display: none !important;
	}
}

/* TABITHA COMMENT: Hides the menu titles when in browser */

@media screen and (max-width: 768px) {
	img.menu-image {
		display: none !important;
	}
}

/* TABITHA COMMENT: Styling for Rates Widget*/

#rates {
	text-align: center !important;
	margin-bottom: 35px !important;
}

/*Tabitha Comment: Makes the black background of the slideshow invisible*/

.slideshow-window {
	background-color: transparent !important;
	border-color: transparent !important;
}

/*Tabitha Comment: Removes borders from "Ladies" table*/

table, td, th {
    border: none;
}

/* TABITHA COMMENT: Moves indicator to sidebar area in browser */

@media screen and (min-width: 768px) {
	#indicator {
		float: right;
		width: 20%;
		text-align: center;
		margin-bottom: 20px;
	}
}

/* TABITHA COMMENT: Keeps the audio player within the sidebar boundaries */

audio {
	width: 100%;
}

/* TABITHA COMMENT: Moves indicator sidebar to top, on mobile */

@media screen and (max-width: 768px) {
	#indicator {
		text-align: center;
		margin-bottom: 20px;
	}

	.widget-title {
		font-size: inherit;
	}

	.main-navigation .menu-toggle {
    	margin-top: -30px;
	}

	#rates {
		margin-top: -30px;
	}
}


/* TABITHA COMMENT: Removes Titles from Pages */

.page .entry-header, .page .entry-title {
	height: 0px;
	overflow: hidden;
	margin-top: -50px;
}
