/* body > div.site-container > header > div > div */
body > div.site-container > header > div > div,
body > div.site-container > header > div > div > h1 > a {
	width: 1000px;
	height: 200px;
}

.site-header .widget-area {
	width: 140px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	padding: 10px 18px;
}

.entry-content li {
	margin-bottom: 1em;
}

a.synved-social-button {
	margin-left: 11px !important;
	margin-right: 0px !important; 
	margin-bottom: 11px !important;
}

.trips-reviews {
	background-color: #bc112c;
	padding-top: 30px;
}

.trips-reviews .widget-title {
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	text-transform: none;
	text-align: center;
}

.trips-reviews .button {
	text-align: center;
	clear: both;
	//padding-top: 20px;
	background-color: white;
	color: #bc112c;
	font-weight: bold;
}

.trips-reviews .button:hover {
	background-color: white;
	color: #bc112c;
	text-decoration: underline;
}


.trips-getthis {
	background-color: #fff;
	padding-top: 30px;
}

.trips-getthis .widget-title {
	color: #333;
	font-weight: bold;
	font-size: 2em;
	text-transform: none;
	text-align: center;
	
	background: #3b0b0b;
	padding: 20px 0px;
	color: white;
	border-radius: 35px;
}

.trips-getthis .textwidget {
	text-align: center;
}

.trips-instagram {
	background-color: #fff;
	padding-top: 20px;
}

.trips-instagram .widget-title {
	color: #333;
	font-weight: bold;
	font-size: 2em;
	text-transform: none;
	text-align: center;
}

/*----- Accordion -----*/
#accordion {
	width: 100%;
	margin: 20px auto;
}
#accordion .ui-accordion-header {
	background-color: #ccc;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
#accordion .ui-accordion-header a {
	color: #fff;
	line-height: 42px;
	display: block;
	font-size: 12pt;
	width: 100%;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(250, 250, 250, .2);
}
#accordion .ui-accordion-content {
	width: 100%;
	background-color: #f3f3f3;
	color: #777;
	font-size: 10pt;
	line-height: 16pt;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px -1px 0px 0px rgba(0, 0, 0, .4);
}
#accordion .ui-accordion-content > * {
	margin: 0;
	padding: 20px;
}
#accordion .ui-accordion-content a {
	color: #777;
}

#accordion .ui-accordion-content a.button {
	color: white;
}
#accordion .ui-accordion-header:nth-of-type(4n+0) {
	background-color: #fa9300;
	background-image: -moz-linear-gradient(top,  #fa9300 0%, #dc621e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9300), color-stop(100%,#dc621e));
	background-image: -webkit-linear-gradient(top,  #fa9300 0%,#dc621e 100%);
	background-image: -o-linear-gradient(top,  #fa9300 0%,#dc621e 100%);
	background-image: -ms-linear-gradient(top,  #fa9300 0%,#dc621e 100%);
	background-image: linear-gradient(to bottom,  #fa9300 0%,#dc621e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9300', endColorstr='#dc621e',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(4n+1) {
	background-color: #389abe;
	background-image: -moz-linear-gradient(top,  #389abe 0%, #2a7b99 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389abe), color-stop(100%,#2a7b99));
	background-image: -webkit-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: -o-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: -ms-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: linear-gradient(to bottom,  #389abe 0%,#2a7b99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389abe', endColorstr='#2a7b99',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(4n+2) {
	background-color: #f87aa0;
	background-image: -moz-linear-gradient(top, #f87aa0 0%, #c86585 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87aa0), color-stop(100%,#c86585));
	background-image: -webkit-linear-gradient(top, #f87aa0 0%,#c86585 100%);
	background-image: -o-linear-gradient(top, #f87aa0 0%,#c86585 100%);
	background-image: -ms-linear-gradient(top,  #f87aa0 0%,#c86585 100%);
	background-image: linear-gradient(to bottom,  #f87aa0 0%,#c86585 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87aa0', endColorstr='#c86585',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(4n+3) {
	background-color: #a8b700;
	background-image: -moz-linear-gradient(top,  #a8b700 0%, #82922a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8b700), color-stop(100%,#82922a));
	background-image: -webkit-linear-gradient(top,  #a8b700 0%,#82922a 100%); 
	background-image: -o-linear-gradient(top,  #a8b700 0%,#82922a 100%);
	background-image: -ms-linear-gradient(top,  #a8b700 0%,#82922a 100%);
	background-image: linear-gradient(to bottom,  #a8b700 0%,#82922a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8b700', endColorstr='#82922a',GradientType=0 );
}
#accordion .ui-accordion-header:first-of-type a {
	box-shadow: 0px -1px 0px 0px #b85c0f;
}
#accordion .ui-accordion-content:last-of-type {
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px 0 0px 0px rgba(0, 0, 0, .5);
}

