/*
 Theme Name:   h2ocafe
 Template:     sydney
*/
#wpadminbar {
    z-index: 9999999999;
}

body {
    font-size: 18px;
}

.site-header {
    top: 41px;
}

.hentry .title-post {
    font-size: 40px;
    text-align: center;
}

.site-logo {
    max-height: 110px;
}

.preloader .pre-bounce1, .preloader .pre-bounce2 {
    background-color: #484349;
}

#mainnav ul li a {
    font-weight: bold;
}

#mainnav .sub-menu li a {
    font-size: 20px;
}

#mainnav ul ul a {
    width: 210px;
}

.btn-submenu {
    right: 0;
}

.header-image {
    background-position: 0 -28px;
}

/* remove transtion for for objects with the class 'parallax' */
.parallax {
    transition: none !important;
}

.text-slider {
    background-color: #00000059;
    padding-top: 25px;
}

#wp-table-reloaded-id-2-no-1 table {
    width: 95%;
    margin: 0 auto;
}

#wp-table-reloaded-id-2-no-1 th, td {
    border: 0;
    text-align: left;
}

#wp-table-reloaded-id-2-no-1 tr td:first-child {
     padding: 20px 40px 20px 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	max-width: 100%;
}

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="file"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select {
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.facebook-iframe {
	text-align: center;
}

.whatson-box {
	display: none;
}

.wpcf7-submit {
    margin-top: 30px;
}

input[type="submit"]:hover {
    background: #efefef;
    border-color: #cccccc;
    color: #444444;
}

.frm_style_formidable-style.with_frm_style input[type=submit] {
    border-color: #484349;
    background-color: #484349;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
}


@media (max-width: 480px) {

	#scb-wrapper ul {    
		display: inline !important;
	}
}

@media (min-width: 768px) {

	table {
		width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	
    .col-md-4 {
        width: 10%;
    }
	
    .col-md-8 {
        width: 90%;
		padding-left: 0;
    }

	#wp-table-reloaded-id-2-no-1 table {
		width: 75%;
	}

	#wp-table-reloaded-id-2-no-1 tr td:first-child {
		 padding: 20px 96px 20px 0;
	}
	
}

