/*
Theme Name: wimmeraroadways
Theme URI: 
Author: the wimmeraroadways team
Author URI: 
Description: 
Version: 1.1
License: 
License URI: 
Tags:  
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html .mceContentBody {
	font-size: 100%;
	max-width: 100%;
}



body {
	color: #626262;
	background:#ffffff;
	font-family: 'Lato';
	font-weight: 300;
	font-size:13px;
	line-height: 18px;
	vertical-align: baseline;
}


/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:normal;
	margin:0;
	padding: 0;
}


h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 42px;
    color: #ffff09;
    text-transform: uppercase;
    letter-spacing: -2px;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 46px;
    color: #717171;
    text-transform: uppercase;
    letter-spacing: -2px;
}

h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #717171;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 26px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    color: #717171;
    text-transform: uppercase;
    letter-spacing: -2px;
}

h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #bb0a02;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

h6 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height:22px;
	color: #fefd0c;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	letter-spacing: -.4px;
	
}


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}


/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite {
	border: 0;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	border: 0;
	color: inherit;
	text-decoration: none;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #444444;
	margin: 0px;
	padding: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin: 0 0 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin: 0 0 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 0px;
	padding-left: 0;
}

ul {
	list-style: none;
	padding-left: 20px;
}

ul li {
	
	padding: 0 0 0 0px;
}

ol {
	list-style: decimal inside;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

del {
	color: #767676;
}

hr {
	border-top: 2px dotted #000;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 0;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

a {
	color: #bb0a02;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
   -ms-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}

a:visited {
	color: #bb0a02;
	text-decoration: none;
}

a:focus {
	outline:none;
	text-decoration: none;
}

a:active,
a:hover {
	color: #545454;
	outline: 0;
	text-decoration: none;
}






/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
	text-align: center;
}

blockquote.alignleft,
blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

blockquote.alignleft p,
blockquote.alignright p {
	margin-bottom: 17px;
}


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.mceItemTable {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}

.mceItemTable th,
.mceItemTable caption {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: baseline;
}

.mceItemTable td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 8px;
	vertical-align: baseline;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	max-width: 474px;
	padding: 0;
	text-align: left;
}

.html5-captions .wp-caption {
	padding: 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.html5-captions .wp-caption.alignleft {
	margin-right: 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.wp-caption.alignright img,
.wp-caption.alignright .wp-caption-dd {
	padding-left: 10px;
}

.html5-captions .wp-caption.alignright {
	margin-left: 24px;
}

.html5-captions .wp-caption.alignright img,
.html5-captions .wp-caption.alignright .wp-caption-dd {
	padding: 0;
}

.wp-caption.aligncenter {
	margin: 7px 0;
}

.wp-caption-dt {
	margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: left;
}

.mceTemp + ul,
.mceTemp + ol {
	list-style-position: inside;
}

/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: auto;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 14px);
	max-width:         calc(50% - 14px);
	width: auto;
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 11px);
	max-width:         calc(33.3% - 11px);
	width: auto;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 9px);
	max-width:         calc(25% - 9px);
	width: auto;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 8px);
	max-width:         calc(20% - 8px);
	width: auto;
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 7px);
	max-width:         calc(16.7% - 7px);
	width: auto;
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 7px);
	max-width:         calc(14.28% - 7px);
	width: auto;
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 6px);
	max-width:         calc(12.5% - 6px);
	width: auto;
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 6px);
	max-width:         calc(11.1% - 6px);
	width: auto;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
	margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
}

.gallery .gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery .gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */

.mejs-mediaelement,
.mejs-container .mejs-controls {
	background: #000;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.mejs-overlay-loading {
	background: transparent;
}


/**
 * 10.0 RTL
 * ----------------------------------------------------------------------------
 */

html .mceContentBody.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.rtl ol,
.rtl ul {
	margin-left: 0;
	margin-right: 24px;
}

.rtl .wp-caption,
.rtl tr th {
	text-align: right;
}

.rtl td {
	text-align: right;
}



/******************************* custom styles *********************************/







.block {
	font: 16px/30px Arial;
	color: #FFF;
	text-align: center;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #030;
	clear: both;
	float: left;
	width: 100%;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1130px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}



ul {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: 0px none !important;
}
a{
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
img, a img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	border: none 0;
	outline: 0px none !important;
}
input:focus, textarea:focus, a:focus {
	outline: 0px none !important;
}
.clear {
	clear: both;
	height: 0;
	margin: 0px;
	padding: 0px;
}
.wrapper {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}
a.red-btn{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    background: #bb0a02;
    border-bottom: solid 6px #870a04;
    padding: 10px 25px 10px;
}
.red-btn:hover,.red-btn:focus{
    color: #FFF;
    background: #d80d04;
}
.title {
    float: left;
    width: 100%;
    position: relative;
}
.title:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 49%;
    z-index: -1;
}

.content {
    float: left;
    width: 100%;
}

.upcoming-area {
    float: left;
    width: 100%;
}

.upcoming-block {
    float: left;
    width: 100%;
    padding: 60px 0 60px;
}

.trip-box {
    float: left;
    width: 31%;
    background: #03452a;
    text-align: center;
    padding: 50px 20px 60px;
    height: 370px;
}
.trip-box h3{
    color: #FFF;
    padding: 0 0 30px;
}
.trip-box p{
    color: #FFF;
    line-height: 22px;
    padding:0 0 28px;
}
.trip-box .red-btn{
    font-size: 17px;
    line-height: 18px;
    padding-right: 70px;
    background-image: url("images/icon1.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}
.upcoming-tours {
    float: left;
    width: 69%;
    padding: 70px 0 0 30px;
    overflow: hidden;
    position: relative;
}
.upcoming-tours .title{
    position: absolute;
    left: 30px;
    top: 14px;
}
.upcoming-tours h5{
    float: left;
    background:#FFF;
    padding: 0 25px 0 0;
}
.upcoming-slider {
    float: left;
    width: 745px;
    position: relative;
}

.items {
    float: left;
    width: 100%;
}
.upcoming-slider .owl-item{
    padding:0 16px 0 0;
}
.owl-prev, .owl-next{
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    background: #03452a;
    border-radius: 3px;
    margin-left: 7px;
    font-size:0;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.owl-prev:hover, .owl-next:hover{
    background: #bb0a02;
}
.owl-prev:before, .owl-next:before{
    font-family:'FontAwesome';
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 26px;
    line-height: 50px;
    color: #FFF;
}
.owl-prev:before{
    content: "\f053";
}
.owl-next:before{
    content: "\f054";
}
.upcoming-slider .owl-controls{
    position: absolute;
    top: -70px;
    right: 16px;
    background: #FFF;
    padding: 0 0 0 10px;
}
.upcoming {
    float: left;
    width: 100%;
    background: #03452a;
    height: 300px;
}

.upcoming-pict {
    float: left;
    width: 100%;
}
.upcoming-pict img {
    float: left;
    width: 100%;
    min-height: 175px;
}

.upcoming-content {
    float: left;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
}
.upcoming-content p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
    padding: 0 0 10px;
    min-height: 30px;
}
.upcoming-content h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    letter-spacing: -1px;
    padding: 0 0 13px;
}

.footer {
	float: left;
    width: 100%;
}
.footer-top {
	float: left;
    width: 100%;
    background: #03452a;
    padding: 45px 0 20px;
}
.single-widget {
	float: left;
    width: 100%;
}
.single-widget h6 {
	margin-bottom: 30px;
	position: relative;
        color: #fff;
}
.single-widget.newsletter h6 {
	margin-bottom: 30px;
}
.single-widget.contact h6 {
	margin-bottom: 24px;
}
.single-widget.contact p strong {
	margin-right:10px;
}

.single-widget p {
	color: #fff !important;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -.3px;
	padding-bottom: 22px;
}
.single-widget p strong {
	font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.single-widget h6:after {
	content: "";
	border-bottom: 4px solid #ffffff;
	width: 130px;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 4px;
}

.single-widget.newsletter {
	padding: 0 47px 0 50px;
}
.single-widget.contact {
	padding: 0 30px 0 60px;
}
.single-widget.connect {
	padding: 0 44px 0 44px;
}
.newsletter .eemail_textbox_class {
	border: 0;
	float: left;
    width: 100%;
    background: #ffffff;
    height: 44px;
    padding: 0 19px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 44px;
    font-weight: 400;
}
.eemail_textbox,.eemail_button {
	padding: 0;
}
.eemail_textbox_button {
	width: auto !important;
}

.newsletter .eemail_textbox_class::-webkit-input-placeholder {
   color: #adadad;
   opacity: 1;
}

.newsletter .eemail_textbox_class:-moz-placeholder { /* Firefox 18- */
  color: #adadad;
  opacity: 1;
}

.newsletter .eemail_textbox_class::-moz-placeholder {  /* Firefox 19+ */
   color: #adadad;
   opacity: 1;
}

.newsletter .eemail_textbox_class:-ms-input-placeholder {  
   color: #adadad;
   opacity: 1;
}
.newsletter .eemail_textbox_button {
	float: left;
	font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    border: 0;
    color: #2d2f86;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    background: #fefd0c;
    border-bottom: solid 6px #b5b400;
    padding: 12px 79px 12px;
    
}

.newsletter .eemail_textbox_button:hover{
    color: #2d2f86;
    background: #edec14;
}
.single-widget a {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
.connect a strong {
	font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #2a2a2a;
    background: #fefd0c;
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
}
.single-widget ul li {
	float: left;
    width: 100%;
    margin-bottom: 10px;
}
.single-widget ul li a{
	float: left;
	letter-spacing: -.3px;
}
.single-widget ul li a:hover strong{
	background: #ffffff;
}

.footer-bottom {
	float: left;
    width: 100%;
    text-align: center;
    background: #03452a;
    padding: 20px 0 0px;
}
.footer-bottom p {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.3px;
    
}
.content-bottom {
	float: left;
    width: 100%;
    padding: 117px 0 50px;
}
.content-bottom .red-btn {
	padding: 15px 36px;
	font-size: 17px;
	line-height: 17px;
}

.center-title {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.center-title h2 {
	display: inline-block;
    position: relative;
    padding: 0 15px;
}

.center-title h2:before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: 100%;
    position: absolute;
    top: 49%;
    width: 500%;
}
.center-title h2:after {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 49%;
    width: 500%;
}
.services-area {
	float: left;
    width: 100%;
    padding: 60px 0 60px;
    background: url(https://wimmeraroadways.com.au/wp-content/uploads/2017/02/WimmeraRoadways-29-P45.jpg) no-repeat center center;
    /* background: url(images/content/service_bg.jpg) no-repeat center center; */
    background-size: cover;
}
.services-area .center-title h2 {
	padding: 0 32px;
}

.services-area h2 {
	color: #bb0a02;
}
.services-area .center-title h2:before {
	background: #717171;
}
.services-area .center-title h2:after {
	background: #717171;
}
.service-single {
	float: left;
    width: 100%;
    background: #03452a;
    padding: 35px 30px 90px;
    text-align: center;
    position: relative;
}
.service-single p {
	color: #fff;
	line-height: 22px;
}

.service-single h3 {
	color: #fff;
}
.service-image {
	float: left;
    width: 100%;
    border: 4px solid #4c7a67;
    margin-bottom: 25px;
    -webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
   -ms-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}
.service-image img {
	width: 100%;
}
.service-content {
	float: left;
    width: 100%;
    text-align: center;
}
.service-content ul{
	float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: left;
}
.service-content ul li{
	float: left;
    width: 100%;
    background: url(images/triangle.png) no-repeat left center;
    padding: 14px 0 12px 32px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.service-content ul li a{
	float: left;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
}
.service-single .red-btn {
	max-width: 240px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	line-height: 23px;
	
}
.service-single .red-btn img {
	float: right;
	margin-top: 3px;
}
.service-single:hover .service-image {
	border-color: #fff;
}
.page-content {
	float: left;
	width: 100%;
	padding: 30px 0 25px;
}
.contact-page .center-title h2 {
	padding: 0 130px;
}
.contact-form {
	float: left;
	width: 100%;
	padding: 0 25px;
}
.form-row {
	float: left;
	width: 100%;
	margin-top: 22px;
}
.form-half {
	float: left;
	width: 50%;
	padding: 0 25px;
}
.form-half input {
	float: left;
	width: 100%;
	border: 1px solid #d7d7d7;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 19px;
      -webkit-appearance: none;
    
}
.form-row textarea {
	float: left;
	width: 100%;
	border: 1px solid #d7d7d7;
	height: 180px;
	padding: 20px 20px;
	resize: none;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 19px;
      -webkit-appearance: none;
}
.form-row.textarea {
	padding: 0 25px;
}

.contact-form input[type="submit"]{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    background: #bb0a02;
    border-bottom: solid 6px #870a04;
    font-size: 17px;
	line-height: 17px;
	padding: 18px 30px;
    
}
.contact-form input[type="submit"]:hover,.contact-form input[type="submit"]:focus{
    color: #FFF;
    background: #d80d04;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
   color: #878787;
   opacity: 1;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #878787;
  opacity: 1;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #878787;
   opacity: 1;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {  
   color: #878787;
   opacity: 1;
}
.submit-btn {
	margin-top: 25px;
}
.contact-middle-block {
	float: left;
	width: 100%;
	padding: 60px 50px 70px;
}
.image-widget {
	float: left;
	width: 100%;
}
.contact-middle-block .single-widget.contact {
	background: #03643c;
	padding: 40px 93px;
}
.contact-middle-block .single-widget p {
	font-size: 19px;
	line-height: 25px;
}
.map-outer {
	float: left;
	width: 100%;
	padding: 0 50px;
}
.map-outer #map {
	float: left;
	width: 100%;
	height: 425px;
}
.content-bottom .more-link {
	display: none;
}
.newsletter .eemail_caption,
.newsletter .eemail_msg {
	display: none;
}
span.wpcf7-not-valid-tip {
	float: left;
	width: 100%;
}
.map-outer #map1 {
	float: left;
	width: 100%;
	height: 425px;
}
.bus-single-outer {
	float: left;
	width: 100%;
	border: 1px solid #03452a;
}
.bus-single-outer .bus-detail-box {
	margin: 0;
	padding: 0;
	box-shadow: none;
}
.map-bus {
	float: left;
	width: 100%;
	background: #03452a;
	padding: 5px;
	margin: 30px 0 0 0;
}
.book-box {
	float: left;
	width: 100%;
	background: #bb0a02;
	padding: 15px;
	margin:0 0 20px 0;
}
.book-box p {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	width: 50%;
	padding:0 10px;
	font-weight: 700;
}

.seat-left {
	float: left;
	width: 40%;
}
.seat-left p i {
	padding-right: 5px;
}

.seat-right {
	float: left;
	width: 60%;
}
.book-box .seat-right p {
	width: 50%;
	float: right;
}
.book-box .seat-right p.bk-fm-out {
       padding-top:15px;
}

.book-box .seat-right p:first-child {
	float: left;
	width: 50%;
}

.seat-right p select {
	color: #000;
	margin: 0 10px;
}
.seat-right p input {
	color: #000;
	border: 0;
	float: right;
	text-transform: uppercase;
}
.seat-right p input[type="text"] {
	font-size: 12px;
	padding: 0px 5px;
	width: 100%;
          -webkit-appearance: none;
}
.seat-right p input[type="submit"] {
	background: #03452a;
	font-size: 16px;
	color: #fff;
	padding: 1px 15px;
}
 
.seat-right p.confirm {
	color: #116a45;
	width: 100%;
	background: #ffffff;
	text-align: center;
}
.seat-right p.no-seat {
	background: #ffffff;
	width: 100%;
	color: #f80a0f;
	text-align: center;
}
.bus-info {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.bus-info h3 i{
	padding-right: 8px;
}

.bus-info-left {
	float: left;
	width: 50%;
	padding: 0px 0 0 10px;
}
.bus-info-left .field-all {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	text-transform: capitalize;
}
.bus-info-left .field-all i {
	padding-right: 5px;
	color: #03452a;
    font-size: 20px;
}
.bus-info-left .field-all i.fa.fa-map-marker {
	margin-left: 5px;
}

.bus-info-right {
	float: left;
	width: 55%;
}
.bus-info-right .field-all {
	float: right;
}
.bus-info-right .field-all img {
	border:3px solid #bb0a02;
}

.route-info {
	float: left;
	width: 100%;
	padding: 20px;
}
.route-wrap {
	float: left;
	width: 100%;
	padding: 0 0 0 20px;
}
.route-wrap .field-all {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
}
.route-wrap .field-all i {
	padding-right: 5px;
	color: #03452a;
    font-size: 20px;
}
.route-wrap .field-all i.fa.fa-map-marker {
	margin-left: 10px;
}
.route-wrap .field-all .time {
	float: left;
	width: 10%;
}
.bus-detail-box h3 i {
	margin-right: 12px;
}
.bus-single-outer .bus-detail-box h3 {
	padding-bottom: 10px;
}
.btn-top {
	position: relative;
}

.menu-account-menu-container {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 60px;
	width: 100%;
	background: #bb0a02;
	display: none;
}
.menu-account-menu-container  li:hover a {
	background: #ffffff;
	color: #545454;
}
.banner-img  img {
	float: left;
	width: 100%;
}
div.wpcf7-response-output{
	float: left;
    width: 100%;
    text-align: center;
}
div.wpcf7-validation-errors {
    border: 2px solid #f10;   
}