/*
 Theme Name:   Child Override
 Theme URI:    https://goldengs.com
 Description:  Child Override
 Author:       goldengs
 Author URI:   https://goldengs.com
 Template:     onepress
 Version:      1.0.0
 Tags:         goldengs
 Text Domain:  goldengs-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

/* General overrides */
.wp-block-table.aligncenter td, 
.wp-block-table.aligncenter th, 
.wp-block-table.alignleft td, 
.wp-block-table.alignleft th, 
.wp-block-table.alignright td, 
.wp-block-table.alignright th {
  word-break: normal !important;
}

@media screen and (max-width: 720px) {
	.alignleft {
		margin-right: 1px !important;
	}
}


/* Theme overrides */
.section-padding {
	padding: 50px 0 !important;
}

.hero-large-text {
	font-family: "Philosopher", "Raleway", Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px 4px rgba(255,255,255,0.5), -2px -2px 4px rgba(255,255,255,0.5) !important;
}

.section-title {
	font-family: "Philosopher", "Raleway", Helvetica, Arial, sans-serif;
}
.section-title-area {
  margin-bottom: 30px !important;
}


/* FAQ */
.ewd-ufaq-faq-category-title {
	display: none;
}


/* Menus */
.onepress-menu ul {
	width: 100% !important;
}
ul > li.menu-item-has-children > a:after { 
	content: ' ▾'; 
}
ul.onepress-menu-mobile > li.menu-item-has-children > a:after { 
	content: ''; 
}


/* TOC */
.wpig-btn-toggledisplay {
	display: inline-block;
}


/* Cookies */
#cookie-notice {
	margin-bottom: 60px;
}
#cn-accept-cookie {
	border: 1px solid #fff !important;
}
#cn-more-info {
	border: 1px solid #fff !important;
}