/*
Theme Name: 	Bathroom Bliss Bathroom Design & Installation
Theme URI: 		http://www.sligowebsolutions.com;
Description: 	Bathroom Bliss WordPress Theme!
Version: 		1.0
Author: 		John Rainey
Author URI: 	http://www.sligowebsolutions.com
Tags: 			responsive, widgetized home page, sidebar, custom sliding image,
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }



/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------
03 Global Styles -------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------- */

a {
  text-decoration: none;
}

a:link {
    outline: 0;
}

.bold {
  font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif !important;
}

.clear {
  	float: none;
  	clear: both;
}

#clear {
  width: 100%;
  clear: both;
}

p {
    margin-bottom: 1rem;
    text-align: justify;
    font-family: "verdana" , sans-serif;
    font-size: 0.95rem;
    color: #58585A;
    line-height: 1.5;
}

blockquote p {
    text-align: center !important;
    font-weight: bold;
    font-style: italic;
    font-size: 1.1rem;
}

.youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 5%;
}

.youtube-video iframe, .youtube-video object, .youtube-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.alignright {
    float: right;
    max-width: 40%;
    height: auto;
    margin-left: 1rem;
}

img.alignleft {
    float: left;
    max-width: 40%;
    height: auto;
    margin-right: 1rem;
}

/* ----------------------------------------------------------------------------------------------------------
# Top Header ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#top-header {
    float: left;
    clear: both;
    width: 100%;
    background-color: white !important;
}

#top-header img {
    height: auto;
    display: block;
    width: 100%;
}

#name {
    width: 32%;
    margin-top: 1%;
    float: left;
    margin-bottom: 1%;
    margin-left: 1%;
}

#name h1 {
    color: #58585A;
    font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-weight: bold !important;
    line-height: 1.3;
    margin-left: 1%;
}

#logo-top {
    width: 33%;
    height: 140px;
    float: left;
    margin-top: 5px;
}

.logo-head {
    margin-left: auto;
    margin-right: auto;
}

#numbers {
    width: 33%;
    margin-top: 1%;
    float: right;
    line-height: 1.6em;
    text-align: right;
    margin-right: 1%;
}

#numbers h3 {
    color: #58585A;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-size: 1em;
    line-height: 1.3;
}

#numbers h3 a {
    color: #58585A;
    text-decoration: none;
}

#slider {
    float: left;
    width: 100%;
}


.metaslider:after {
    content: " ";
    min-height: 80px;
    min-width: 200px;
    margin: 0px 4px -12px -4px;
    position: absolute;
    z-index: 99;
    bottom: 26px;
    right: 8px;
    background: url("http://sligowebthemes.com/bathroombliss/wp-content/themes/bathroom-bliss/media/bathroom-bliss-logo-400-white.png") no-repeat;
    background-size: 100%;
}


/* ----------------------------------------------------------------------------------------------------------
04 Wrapper Area ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#wrapper {
    width: 70%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    background-color: #fff;
    padding: 0.5% 0;
}

.site-title {
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------
# Main Content ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#main-content {
    width: 70%;
    float: left;
    margin-left: 1%;
    margin-top: 1rem;
}

#main-content h2 {
  margin-bottom: 1rem;
  color: #58585A;
}

.home-block {
    width: 30%;
    float: left;
    border: 1px solid #25AAE1;
    border-radius: 8px;
    padding: 1%;
    box-shadow: 0px 0px 5px rgba(37, 148, 225, 0.65);
}

.home-block + .home-block {
    margin-left: 1.5%;
}

.home-block h3 {
    text-align: center;
    color: #58585A;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

img.home-block-image {
    width: 100%;
    border-radius: 8px;
}



/* ---------------------------------------------------------------------------------------------------------- 
04 Navigation -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.nav-bar {
    background-color: #25AAE1;
    float: left;
    width: 100%;
}

nav {
	height: 40px;
	width: 100%;
	text-align: left;
}

.nav-wrap {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
}

.vertical {
	display: none;
}

.menu ul li a {
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    /*font-family: "verdana" , sans-serif !important; */
    padding: 10px;
    display: inline-block;
}

.menu ul li a:hover {
    background-color: #58585A;
    color: #25AAE1;
}

 nav ul {

	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	/*font-variant: small-caps;*/
  font-weight: bold;
}

ul.sub-menu {

}

ul.menu,ul.menu ul,ul.menu li,ul.menu a {
display:block;
margin:0;
padding:0;
/*margin-left: 1%;*/
}

ul.menu ul {
	display:none;
	/* background-color: #446F02; */
	padding-left: 2%;
	border-radius: 3px;
}

ul.menu ul li a {
  background-color: #25AAE1;
  width: 100%;
}

ul.menu li:hover {
z-index:999;
border-radius: 5px;
}
ul.menu li:hover > ul {
display:block;
position:absolute;
float:left;
}
ul.menu li {
	float:left;
	width:auto;
	padding-top: 6px;
	border-radius: 5px;
	margin-left: 0;
}
ul.menu ul li {
	float: left;
	min-width: 250px;
	margin-left: -3px;
	text-align: left;
	margin-bottom: -6px;
}
ul.menu ul li ul {
float:left;
min-width:250px;
position:absolute;
left:100%;
top:0;
}

ul.menu ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.menu ul li a:hover {
	border-radius: 0;
}
ul.menu-ver,ul.menu-ver ul {
width:14em;
}

div.menu-center ul.menu {
float:left;
position:relative;
left:50%;
}

div.menu-center ul.menu li {
position:relative;
left:-50%;
}

div.menu-center ul.menu li li {
left:auto;
}


ul.menu li a {
/* border-bottom:1px outset ghostwhite; */
}

ul.menu li a {
padding:5px 15px;
}

ul.menu li a:link,ul.menu li a:hover,ul.menu li a:visited,ul.menu li a:active {
	text-decoration:none;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #FFF;
	outline: 0;
  margin-left: 5px;
}


ul.menu li {

}
.menu-center {
float:right;
margin-right:95px;
}

ul.menu li a{
	color: #194BB4;
}
ul.menu li a:hover {
	background-color: #fff;
  color: #000;
	border-radius: 5px;
}



/* ----------------------------------------------------------------------------------------------------------
05 Footer Area ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section.copyright {
  width: 100%;
  float: left;
  clear: both;
}

section.copyright p {
  color: #000;
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-right: 0.5%;
  text-align: right;
}

section.copyright a {
  color: #000;
  text-decoration: none;
}

section.copyright a:hover {
  text-decoration: none;
  color: #F00;
}

/* ----------------------------------------------------------------------------------------------------------
06 Sidebar --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#sidebar {
  width: 26%;
  float: right;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 2%;
}

#sidebar .widget {
  margin-bottom: 25px;
  padding: 25px 8px;
  border-radius: 5px;
}

#sidebar .widget img {
  max-width: 80%;
  margin-left: 10%;
}

#primary-sidebar .widget {
  margin-bottom: 25px;
  max-width: 100%;
}

#primary-sidebar li#search-2 {
  border: 0;
}

#primary-sidebar form#searchform label {
  display: none;
  background-color: #fff;
}

#primary-sidebar input {
  border: 1px solid rgb(68, 0, 1);
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
  max-width: 60%;
}

#primary-sidebar input[type="submit"] {
  padding: 6px 10px;
  padding: 0.47rem 0.9rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.5;
  font-weight: normal;
  color: #7c7c7c;
  border: 1px solid #194bb4;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  margin-left: 2%;
  color: #fff;
  text-shadow: -2px 2px #194bb4;
  background: #25AAE1;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25AAE1), to(#2579E1));
  background: -webkit-linear-gradient(top, #25AAE1, #2579E1);
  /* background: -moz-linear-gradient(top, #a50811, #8f0004); */
  background: -ms-linear-gradient(top, #25AAE1, #2579E1);
  background: -o-linear-gradient(top, #25AAE1, #2579E1);
  background: -moz-linear-gradient(top, #25AAE1, #2579E1);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25AAE1), to(#2579E1));
  background: -webkit-linear-gradient(top, #25AAE1, #2579E1);
  background: -ms-linear-gradient(top, #25AAE1, #2579E1);
  background: -o-linear-gradient(top, #25AAE1, #2579E1);
}

#primary-sidebar input[type="submit"]:hover {
  background: linear-gradient(#2579E1, #25AAE1);
  background: -webkit-linear-gradient(#2579E1, #25AAE1);
  background: -moz-linear-gradient(#2579E1, #25AAE1);
  background: -ms-linear-gradient(#2579E1, #25AAE1);
  background: -o-linear-gradient(#2579E1, #25AAE1);
  box-shadow: inset 0 0 0 1px #5F9609;
}

#sidebar h2.widgettitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 15px;
}

#secondary-sidebar li {
  list-style-type: none;
  padding-left: 0;
}

.quote-button {
  margin-left: 17%;
  margin-right: auto;
  padding: 0.47rem 0.9rem;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal;
  color: #7c7c7c;
  border: 1px solid #194bb4;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  color: #fff;
  text-shadow: -2px 2px #194bb4;
  background: #25AAE1;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25AAE1), to(#2579E1));
  background: -webkit-linear-gradient(top, #25AAE1, #2579E1);
  /* background: -moz-linear-gradient(top, #a50811, #8f0004); */
  background: -ms-linear-gradient(top, #25AAE1, #2579E1);
  background: -o-linear-gradient(top, #25AAE1, #2579E1);
  background: -moz-linear-gradient(top, #25AAE1, #2579E1);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25AAE1), to(#2579E1));
  background: -webkit-linear-gradient(top, #25AAE1, #2579E1);
  background: -ms-linear-gradient(top, #25AAE1, #2579E1);
  background: -o-linear-gradient(top, #25AAE1, #2579E1);
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1055px) {
  #wrapper {
	width: 90%;
  }
}

@media only screen and (max-width : 960px) {

#wrapper {
	width: 98%;
  }
}

@media only screen and (max-width : 767px) {

  #wrapper {
	width: 98%;
  }
  
  #main-content {
    width: 98%;
  }
  
  #sidebar {
    width: 98%;
  }

  nav {
    display: none;
  }

  .nav-wrap {
    display: none;
  }

  .horizontal div {
    display: none;

  }

  .vertical div {
    height: auto;
    background-color: #25AAE1;                                                    /* change to suit theme */
    font-size: 1.2rem;
  }


  .vertical {
    display: inline-block;
  }

  .vertical ul {
    max-height: 0px;
  }

  .vertical ul {
    overflow: hidden;
    transition: max-height 0.8s;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    -ms-transition: max-height 0.8s;
  }

  .vertical ul li {
    padding: 10px;
    list-style-type: none;
    text-align: center;
  }

  .vertical ul li:hover {
    background-color: #58585A;                                                    /* change to suit theme */
  }

  .vertical ul li a {
    color: #fff;                                                                  /* change to suit theme */
    width: 100%;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
  }

  .vertical ul li a:hover {
    color: #000;                                                                  /* change to suit theme */
  }

  .showing {
    max-height: 40em !important;
  }

  .handle {
    display: block;
    text-align: left;
    padding: 15px 10px;
    cursor: pointer;
    color: white;
    background-color: #F6C429;                                                    /* change to suit theme */
    border-top: 1px solid #375A00;                                                /* change to suit theme */
    text-shadow: 1px 1px 1px #000;
  }

  .handle img {
    margin-top: -10px;
    padding-top: 0px;
    margin-bottom: -5px;
  }

  .handle:hover {
    color: #E2C424;
  }

  nav ul:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
  }

}

@media only screen and (max-width : 600px) {

  #name {
    display: none;
  }
  
  #logo-top {
    width: 100%;
  }
  
  #numbers {
    display: none;
  }
  
  .home-block {
    width: 96%;
    margin-bottom: 1.5rem;
    margin-left: 1%;
  }
  
  .home-block + .home-block {
    margin-left: 1%;
  }

}

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}