/*
Theme Name: Bay 2 Bay Rental
Author: Malvolio
Version: 1.0
Tags: none
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */


/* ----- FORMATTING ----- */

body {
    font-family: Roboto, Arial, sans-serif;
    font-size:   17px;
	font-weight: 300;
    padding:     0px;
    margin:      0px;
	color: #000000;
	background: #ffffff;
}

p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

h1 {
	color: #023f88;
	font-size: 32px;
	margin: 0px 0px 20px 0px;
	font-weight: 700;
}

h2 {
	color: #000000;
	font-size: 21px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: 300;
}

h3 {
	color: #023f88;
	font-size: 21px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: 700;
}


h4 {
	color: #bbbbbb;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	text-transform: uppercase;
}

#breadcrumbs, #breadcrumbs a {
	color: #bbbbbb !important;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	text-transform: uppercase;
}

#content a {
	color: #023f88;
	text-decoration: underline;
}

#content li {
	padding: 0px 0px 8px 0px;
}

#content ul {
	padding-top: 0px;
	margin-top: 0px;
}

hr {
	border: none;
	border-top: 3px solid #fcaf26;
	margin: 12px 0px 18px 0px;
	clear: both;
}

b, strong {
	font-weight: 700;
}




/* ----- LAYOUT ----- */

#centered {
	max-width: 1000px;
	width: 90%;
	padding: 0 5%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#menu {
	background: #fcaf26;
	width: 100%;
	top: 0;
    left: 0;
    position: fixed;
	border-bottom: 3px solid #ffffff;
	z-index: 10000;
}

@media screen and (min-width: 880px) {
#menu-wrap {
	width: 70%;
	float: left;
}

#search {
	width: 30%;
	float: right;
	text-align: right;
	margin-top: 15px;
}

#header {
	background: #023f88;
	width: 100%;
	float: left;
	margin-top: 60px;
	border-bottom: 3px solid #ffffff;
}
}

@media screen and (max-width: 880px) {
#menu-wrap, #search {
	width: 100%;
	float: left;
}

#search {
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	margin-top: 5px;
	text-align: right;
}

#header {
	background: #023f88;
	width: 100%;
	float: left;
	margin-top: 101px;
	border-bottom: 3px solid #ffffff;
}
}


#logo {
	float: left;
	margin: 45px 0px 25px 0px;
}

#contact {
	float: right;
	text-align: right;
	color: #fcaf26;
	font-size: 15px;
	margin: 23px 0px 25px 0px;
	font-weight: 700;
	text-transform: uppercase;
}

.phone, .phone a {
	display: block;
	color: #ffffff;
	font-size: 35px;
	text-decoration: none;
}


@media screen and (max-width: 850px) {
#logo {
	float: left;
	margin: 25px 0px 25px 0px;
	width: 100%;
	text-align: center;
}

#contact {
	float: right;
	text-align: center;
	width: 100%;
	margin: 0px 0px 25px 0px;
}
}




#bar {
	width: 100%;
	float: left;
	height: 34px;
	background: url('images/bar.png');
}


#content {
	margin: 30px 0px 50px 0px;
	width: 100%;
	float: left;
}

#blue_block {
	background: #023f88;
	width: 90%;
	float: left;
	font-size: 14px;
	color: #ffffff;
	padding: 30px 5%;
	margin-bottom: 30px;
}

#blue_block h1, #blue_block h3, #blue_block a {
	color: #ffffff !important;
}

#footer {
	background: #023f88;
	width: 100%;
	float: left;
	font-size: 11px;
	color: #ffffff;
	padding: 20px 0px;
}

#footer a {
	color: #ffffff !important;
}

#footer a.credit {
	color: #79b5fd !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 9px;
}


@media screen and (min-width: 880px) {
.black-studio-tinymce-2, .black-studio-tinymce-3 {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.black-studio-tinymce-4 {
	float: left;
	width: 30%;
	margin-right: 0%;
}

.fb-title, .fb-content {
	padding: 5%;
	width: 90%;
}
}

@media screen and (max-width: 880px) {
.black-studio-tinymce-2, .black-studio-tinymce-3, .black-studio-tinymce-4 {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.fb-title, .fb-content {
	padding: 2%;
	width: 96%;
}
}

@media screen and (max-width: 500px) {
.fb-title, .fb-content {
	padding: 4%;
	width: 92%;
}
}

.fb-title {
	background: #023f88;
	font-weight: 700;
	font-size: 21px;
	color: #ffffff;
}

.fb-content {
	background: #fcaf26;
	font-weight: 300;
	font-size: 17px;
	color: #000000;
}

.fb-content a {
	color: #000000;
	text-decoration: none !important;
}




/* ----- EQUIPMENT CATALOGUE ----- */

@media screen and (min-width: 600px) {
.catalogue-item {
	width: 30%;
	margin: 0px 2% 2% 0px;
	float: left;
	border: 2px solid #fcaf26;
}
}

@media screen and (max-width: 600px) {
.catalogue-item {
	width: 99%;
	margin-bottom: 20px;
	float: left;
	border: 2px solid #fcaf26;
}
}

.citem-content {
	width: 94%;
	padding: 3%;
	text-align: center;
}

.citem-content h4 {
	font-size: 16px !important;
	font-weight: 300;
    padding: 0px;
    margin: 8px 0px;
	color: #023f88;
}

.citem-content a {
	color: #023f88 !important;
	text-decoration: none !important;
}

@media screen and (min-width: 700px) {
#left-column {
	width: 60%;
	max-width: 600px;
	float: left;
}

#right-column {
	width: 30%;
	max-width: 300px;
	float: right;
}
}

@media screen and (max-width: 700px) {
#left-column {
	width: 100%;
	float: left;
}

#right-column {
	display: none;
}
}

.catalogue-menu {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.cat-title {
	background: #023f88;
	padding: 3%;
	font-weight: 700;
	font-size: 21px;
	color: #ffffff;
	width: 94%;
}

.cat-content {
	background: #fcaf26;
	padding: 3%;
	font-weight: 300;
	font-size: 17px;
	color: #000000;
	width: 94%;
}


.catalogue-menu ul, .catalogue-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
.catalogue-menu li a {
	display: block;
	padding: 0 0 5px 0;
	font-size: 17px;
	text-decoration: none !important;
	text-transform: none;
	color: #000000;
}

.catalogue-menu li a:hover {
	color: #023f88 !important;
	text-decoration: none;
}








/* ----- SEARCH BAR ----- */

#searchform {
	float: right;
}

@media screen and (min-width: 880px) {
#search input[type="text"] {
	background: #ffffff;
	padding: 8px !important;
	color: #000000;
	width: 70%;
	font-size: 14px !important;
	line-height: 14px !important;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	border-radius: 8px 0px 0px 8px;
	display: inline;
	margin-left: 8px;
}
}

@media screen and (max-width: 880px) {
#search input[type="text"] {
	background: #ffffff;
	padding: 9px !important;
	color: #000000;
	width: 70%;
	max-width: 800px;
	font-size: 14px !important;
	line-height: 15px !important;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	border-radius: 8px 0px 0px 8px;
	display: inline;
	margin-left: 8px;
}
}



#search input[type="submit"] {
	background-image: url('images/search.png');
	background-position: center;
	background-color: #ffffff;
	border-radius: 0px 8px 8px 0px;
	width: 33px;
	height: 33px;
	background-repeat: no-repeat;
    display: inline;
    font-size: 0px;
    line-height: 0px;
}





/* ----- FORMS ----- */

input[type="text"], input[type="password"], input[type="email"], textarea, textarea.medium {
	padding:5px !important;
	font-family: Roboto, Arial, sans-serif;
	color:#000000;
	font-size: 17px !important;
	background:#eeeeee;
	vertical-align:top;
	border: 0px;
	margin-bottom: 5px;
	display: block;
}


input[type="text"].mc, input[type="email"].mc {
	width: 95%;
	background:#ffffff !important;
}

input[type="submit"].mc {
	width: 100%;
	background:#023f88 !important;
	color:#ffffff !important;
	text-align: center !important;
}



input[type="submit"], a.button {
	padding: 7px;
	font-family: Roboto, Arial, sans-serif;
	color:#023f88 !important;
	background: #fcaf26;
	font-size: 17px;
	border-radius: 8px;
	font-weight: bold;
	display: inline-block;
	border: 0px;
	text-decoration: none !important;
}

.gfield_required {
	display: none;
}



/* ----- IMAGES ----- */


.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

img#wpstats {
     display: none;
}

a img {
	border: none;
}

#content img, #logo img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 800px) {
#wpgmza_map_1 {
	width: 100% !important;
	margin-bottom: 30px !important;
}
}

.responsive-tabs .responsive-tabs__list__item {
	padding: 10px !important;
	border-bottom: none !important;
	font-weight: 700;
}

.master-slider-parent {
    margin-top: -33px;
    margin-bottom: 30px;
}

.ms-info {
	color: #ffffff !important;
	font-size: 38px !important;
	font-weight: 700 !important;
	text-shadow: 2px 2px 2px rgba(113, 113, 113, 0.8) !important;
	text-align: left;
	margin-bottom: 5px !important;
	width: 94%;
	padding: 0px 3%;
}



#tab-additional_information h2 {
    display: none;
}