/*
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: #001f4d;
	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: #001f4d;
	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: #001f4d;
	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 #ffd100;
	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: #ffd100;
	width: 100%;
	top: 0;
    left: 0;
    position: fixed;
	border-bottom: 3px solid #ffffff;
}

@media screen and (min-width: 880px) {
.navbar {
	width: 60%;
	float: left;
}

#search {
	width: 40%;
	float: right;
	text-align: right;
	margin-top: 15px;
}

#header {
	background: #001f4d;
	width: 100%;
	float: left;
	margin-top: 60px;
	border-bottom: 3px solid #ffffff;
}
}

@media screen and (max-width: 880px) {
.navbar, #search {
	width: 100%;
	float: left;
}

#search {
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	margin-top: 5px;
	text-align: right;
}

#header {
	background: #001f4d;
	width: 100%;
	float: left;
	margin-top: 101px;
	border-bottom: 3px solid #ffffff;
}
}


#logo {
	float: left;
	margin: 33px 0px 25px 0px;
}

#contact {
	float: right;
	text-align: right;
	color: #ffd100;
	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: 680px) {
#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;
}

#footer {
	background: #001f4d;
	width: 100%;
	float: left;
	font-size: 12px;
	color: #ffffff;
	padding: 20px 0px;
}

#footer a {
	color: #ffffff !important;
}

@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: #001f4d;
	font-weight: 700;
	font-size: 21px;
	color: #ffffff;
}

.fb-content {
	background: #ffd100;
	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 #ffd100;
}
}

@media screen and (max-width: 600px) {
.catalogue-item {
	width: 99%;
	margin-bottom: 20px;
	float: left;
	border: 2px solid #ffd100;
}
}

.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: #001f4d;
}

.citem-content a {
	color: #001f4d !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: #001f4d;
	padding: 3%;
	font-weight: 700;
	font-size: 21px;
	color: #ffffff;
	width: 94%;
}

.cat-content {
	background: #ffd100;
	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: #001f4d !important;
	text-decoration: none;
}







/* ----- MAIN MENU ----- */


ul#menu-main-menu {
list-style:none;
float:left;
width:100%;
padding: 0px;
margin: 0px;
}
 
ul#menu-main-menu li{
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
}

ul#menu-main-menu ul {
	list-style: none;
	margin:0; /* Appear just below the hovering list */
	padding:0;
	width: 100%;
}


@media screen and (min-width: 1100px) {
ul#menu-main-menu li a {
	padding: 20px 55px 20px 0px !important;
}
}

@media screen and (min-width: 880px) {
ul#menu-main-menu li a {
	display: block;
	padding: 20px 25px 20px 0px;
	font-size: 17px;
	line-height: 20px;
	color: #001f4d;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

li.dropdown {
	display: block;
	height: 60px; /* Change to match the height of your menu */
}

ul#menu-main-menu li.menu-item-18 a {
	padding-right: 0px !important;
}
}

@media screen and (max-width: 880px) {
ul#menu-main-menu li a {
	display: block;
	padding: 15px 0px;
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	color: #001f4d;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	height: 17px !important;
}

ul#menu-main-menu li a:active {
	
}

ul#menu-main-menu li {
	width: 100%;
	border-top: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	}

ul#menu-main-menu li li a {
	display: none;
	padding: 10px 0px;
	text-align: center;
	font-size: 15px;
	background: #2b5ba3;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 300;
	width: 100%;
}

ul#menu-main-menu li.menu-item-home {
	border-top: none !important;
}

.navbar-brand {
	padding: 15px 0px;
	font-size: 17px;
	line-height: 20px;
	color: #001f4d;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
	text-align: left;
	border: 0px;
}
}

/* Style the link hover */
ul#menu-main-menu li a:hover {
	
}

ul#menu-main-menu li li a:hover {
	color: #ffd100;
}
 
/* Displays the link as blocks. */
ul#menu-main-menu li ul a {
display:block;
}
 
/* sub menus!!  */
@media screen and (min-width: 880px) {
ul#menu-main-menu ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width: 200px;
position:absolute; /* needed */
z-index:500; /* specify the order */
}

.navbar-brand {
	display: none !important;
}

ul#menu-main-menu li li a {
	padding: 10px !important;
	text-align: left;
	font-size: 15px;
	background: #2b5ba3;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 300;
}
}

ul#menu-main-menu li ul {
top:60px; /* Positioning:Calc with top level horz list height */
}
 
ul#menu-main-menu ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul#menu-main-menu ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul#menu-main-menu ul,
ul#menu-main-menu li:hover ul ul,
ul#menu-main-menu ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul#menu-main-menu li:hover ul,
ul#menu-main-menu ul li:hover ul ,
ul#menu-main-menu ul li ul li:hover ul
{ display: block; }




/* ----- SEARCH BAR ----- */

#searchform {
	float: right;
}

@media screen and (min-width: 880px) {
#search input[type="text"] {
	background: #ffffff;
	padding: 9px !important;
	color: #000000;
	width: 70%;
	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;
}
}

@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:#001f4d !important;
	color:#ffffff !important;
	text-align: center !important;
}



input[type="submit"], a.button {
	padding: 7px;
	font-family: Roboto, Arial, sans-serif;
	color:#001f4d !important;
	background: #ffd100;
	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;
}