/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
#oed_1:hover,
#oed_1:focus-within {
  background: #7a1128;
  box-shadow: 0 1rem 1rem rgba(0,0,0,0.3);
  transform: translateY(-1.5rem);
}
#oed_1 {
	width: 350px;
	height:100px;
	padding: 0 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}

h1.landingpage {
    font-size: 1.9em !important;
    line-height: auto !important;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
    font-style: normal !important;
    font-variant: small-caps !important;
    font-weight: 500 !important;
    line-height: 26.4px !important;
	margin-top: 0!important !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
    color: #f0c94a !important;
	
	.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	
}

