/* =======HEADER STYLE======= */
.jumbo header {
	padding: 50px 40px;
	min-height: 600px;
}
.header-custom {    
	font-size: 67px !important;
	text-align: center !important;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Raleway';
	margin-top: 5px;
}
.header-custom-tag {
	font-family: 'Rajdhani';
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600 !important;
}
.header-pre-tag {
	font-family: 'Rajdhani';
	font-size: 20px !important;
	margin-bottom: 0px !important;
	text-align: center;
	font-weight: 600 !important;
}
.decor {
	height: 4px; 
	width: 75px; 
	margin: 16px auto 20px !important;
	display: block;
	margin: 0 auto;
	background: #275d38; /* Old browsers */
	background: -moz-linear-gradient(left, #275d38 0%, #4da977 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #275d38 0%,#4da977 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #275d38 0%,#4da977 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275d38', endColorstr='#4da977',GradientType=1 ); /* IE6-9 */
}
.header-sub-tag {
	font-size: 16px !important;
	text-align: center;
	font-weight: 600 !important;
}

/* =======TICKET BUTTON======= */
.ticket-btn {
	padding: 10px;
}
.ticket-btn:after {
	content: url(../../images/inauguration/ticket-sm.png);
	position: relative;
	padding-left: 10px;
	right: -2px;
    bottom: -5px;
}

/* =======GENERAL======= */
.wrapper-body {
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	display: block;
	float: none;
}
.button-simple:focus {color: #f9f9f9;}
.slider-height {height:180px;}
.slick-dots button {display:block;}
/* =======STYLE BY SECTION======= */
.sec-1::before {
	content: url(../../images/inauguration/scroll-dwn-green.png);
	margin-left: calc(50% - 18px);
	margin-top: -22px;
	margin-right: auto;
	display: block;
	position: absolute;
	float: none;
}
.sec-1 {
	background: #275d38; /* Old browsers */
	background: -moz-linear-gradient(left, #275d38 0%, #4da977 30%, #4da977 30%, #4da977 68%, #275d38 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #275d38 0%,#4da977 30%,#4da977 30%,#4da977 68%,#275d38 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #275d38 0%,#4da977 30%,#4da977 30%,#4da977 68%,#275d38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275d38', endColorstr='#275d38',GradientType=1 ); /* IE6-9 */
}
.s1r1 {
	background: #2e2e2e;
	margin-top: 5px;
}
.s1r2 {
	background: #2e2e2e;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.s2r2 p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
}
.sec-3 {background: #efefef;}


/* =======EVENTS TABLE STYLE======= */
table.dream-events {
	margin-top: -9px;
	background: #e6f3ec;
	width: 100%;
	font-family: 'Lato', sans-serif !important;
}
table.dream-events tbody {
	width: 100%;
	font-size: 14px;
}
table.dream-events tbody h3 {
	font-size: 18px; 
	font-weight:  bold;
	font-family: 'Lato', sans-serif;
	margin-top: 0px;
	color: #555555;
}
tr.event-highlight {background-color: #bbd9cb;}
.dream-events tr {border-bottom: 1px solid #fff;}
.dream-events td {padding: 15px;}
.dream-events td.event-date {
	width: 20%;
	min-width: 75px;
	font-size: 18px;
	vertical-align: text-top;
}

/* =======ACCORDION STYLE======= */
h2.accordion {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif !important;
	text-transform: uppercase;
	padding: 15px !important;
	border-radius: 0px !important;
	color: #000;
	background: #efefef;
	margin-top: 10px;
	/*margin-left: 20px;*/
}
h4.accordion {font-family: 'Lato', sans-serif !important;}
h2.accordion span {
	font-size: 11px;
	margin-left: 10px;
}
h2.acc-custom {background: #dbdbdb;}
/*h2.accordion:hover, h2.acc-custom:hover {background: #bebebe; transition: 0.3s;}*/
.accordion {
	background-color: #f4f4f4;
	padding: 5px 10px;
	border-radius: 0px;
	position: relative;
	cursor: pointer;
	font-family: 'Lato', sans-serif !important;
}
.accordion .acc-custom h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif !important;
}
.accordion:before {
	/*left: -50px;*/
	border-radius: 0 !important;
	right: auto;
	content: "\f107" !important;
	font-size: 30px;
	width: 50px;
	background: #275d38;
}
.accordion:hover::before {background: #4da977; transition: 0.3s;}
.accordion.open:before {content: "\f106" !important; background: #4da977;}

/* =======FORM STYLE======= */
form.commentForm input, form.commentForm textarea, form.commentForm select {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #275d38;
}
form .submitButton {background-color: #275d38; color: #ffffff;}
form .submitButton:hover {background-color: #4da977; color: #ffffff; transition: 0.5s;}
form.commentForm label {color: #000000; font-weight: normal;}

.button-simple a {padding: 10px !important;}
.button-simple {background-color: #275d38; color: #ffffff;}
.button-simple:hover {
	background-color: #4da977; 
	color: #ffffff; 
	transition: 0.2s;  
	text-decoration: none;
}

textarea#comments {height: 385px;}


/* =======WELL-WISHES PAGE======= */
.wish {
    max-width: 900px;
    display: block;
    float: none;
    margin: 30px auto;
    border-bottom: 1px solid #DCDCDD;
	padding-bottom: 20px;
}

/* =======MEDIA QUERIES======= */
@media only screen and (max-width: 768px) {
	.slider-height{height:375px;}
	.slick-dots button{display:none;}
	.jumbo.parallax, jumbo.fullbleed {
		padding: 0px;
		background-color: rgba(0, 0, 0, 0.57);
		background-position: -590px;
	}
	.page-header {margin-bottom: 0px;}
	.page-header header {padding: 40px 0px 0px 0px;}
	.accordion:before {left: 0px;}
	h2.accordion {padding-left: 62px;}
	.header-custom {font-size: 57px !important;}
	textarea#comments {height: 200px;}
	h2 {font-size: 24px;}
	.img-2, .img-3 {display: none;}
	.jumbo.parallax, jumbo.fullbleed {
		    /*background-size: 220%;*/
    		background-repeat: no-repeat;
    		background-position: 70%;
    		background-position-y: top;
		background-attachment: inherit;
	}
}

@media only screen and (max-width: 1200px) {
	.accordion:before {left: 0px;}
	h2.accordion {padding-left: 62px;}
	.sec-1 {margin-left: 0px;}
}

