/*
 Theme Name:   Precious Puppy Spa
 Description:  BIM Theme
 Author:       JS
 Version:      5.0.0
*/
/* -------------------- Project Shell -------------------- */
 

 
 body{
	 margin: 0px;
	 padding: 0px;
	 font-family: 'open sans', Ariel;
	     font-size: 14pt;
		 line-height: 1.4;
 }
 
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    -webkit-padding-start: 0px;
	-moz-padding-start: 0px;
}

ul li{
	margin-left: 20px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.clearfix{
	clear:both;
}
/*--------------------Header--------------------------------------*/
.header_logo img {
    width: 100%;
}
header {
    clear: both;
    /* background: #efefef; */
	position: relative;
}
header:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/2018/02/headerfinal_pattern.png);
    opacity: .2;
    background-size: 2%;
    content: "";
    z-index: -1;
}
.home_slider {
    background: #00579a;
    padding: 40px;
}
.home_strip {
    padding: 40px;
}
.home_strip.grey {
    background: #e7e7e7;
}
.home_button_meet {
    background: #00579a;
    color: white;
    text-align: center;
    max-width: 300px;
    font-size: 14pt;
    padding: 10px;
    margin: auto;
}

 /* -------------------- NAVIGATION -------------------- */
.mobile_menu_icons{
	display:none;
	cursor: pointer;
}
.mobile_nav {
    display: none;
    margin-top: 0px;
    position: absolute;
    z-index: 99999;
    /* background: #2D2D2E; */
	background: #373737;
    padding: 20px;
    width: 100%;
}
.mobile_nav li a:hover{
	color: #999999;
}

.header_nav {
    background: #00579a;
    padding: 11px;
    margin-top: 20px;
    margin-bottom: 0px;
    box-shadow: 0px 4px 12px;
}
.home_page .header_nav{
	box-shadow: 0 0 12px;
	background: #efefef;
}
.header_nav li {
    list-style-type: none;
    float: left;
    /* margin-right: 1%; */
    margin-right: 2%;
}

.header_nav li a {
    font-size: 15pt;
    padding: 11px 12px 12px 12px;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
}
.header_nav li a:hover{
	background: #3898e1;
	text-decoration: none;
}
.header_nav li a:focus{
	text-decoration: none;
}
.home_page .header_nav li a{
	color: #00579a;
}
.header_nav li a:hover {
    color: white;
    /* background: #efefef; */
	/* text-decoration: none; */
}
.home_page .header_nav li a:hover {
    color: #ffffff;
}
.header-right {
    color: #c3262c;
    font-weight: bold;
    font-size: 25pt;
    text-align: right;
    float: none;
    width: 100%;
}
.header-right a{
	color: #c3262c;
}
.header-right-layout {
    margin-top: 10px;
}
.social-header-right img{
	width: 100%;
}
.social-header-right {
    width: 25%;
    float: right;
}
a{
	color: white;
}
.current-menu-item a {
    color: white;
	font-weight: bold;
}
.header-request-appt {
    background: #00579a;
    clear: both;
    color: white;
    padding: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-top: 4px;
}
ul.sub-menu {
    display: none;
    position: absolute;
    top: 66px;
    list-style-type: none;
    background: #447bbf;
    padding: 5px;
    text-align: center;
}
.header_logo {
    margin-top: 20px;
}

.testimonial_val {
    background: #f0f0f0;
    padding: 20px;
    font-size: 14pt;
    box-shadow: 0 0 3px;
    border-radius: 20px;
    margin-top: 20px;
}
.testimonial_auth {
    float: right;
    margin-top: 15px;
    font-weight: bold;
    font-size: 13pt;
}
.testimonial_auth::before {
    content: "- ";
}
section.footer {
    background: #00579a;
    padding: 30px;
    color: white;
    margin-top: 20px;
    box-shadow: 2px 1px 12px black;
}
section.footer a{
	color: white;
	display: block;
	line-height: 2;
}
section.footer .foot_heading {
    font-weight: bold;
    font-size: 16pt;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 10px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.home_hours {
    color: #c4262c;
    font-size: 16pt;
    font-weight: bold;
    line-height: 2;
}
.get_directions{
	font-weight: normal;
    font-size: 14pt;
    display: block;
    text-align: right;
    margin-right: 10px;
}
 /* ------------------------------------------------------------ Responsive Begins ------------------------------------------------------------ */
@media screen and (max-width: 1200px){
	.header-right-layout {
		margin-top: 10px;
	}
	
	.header-right {
		font-size: 20pt;
	}
	
}

 @media screen and (max-width: 992px){

.mobile_menu_icons {
    display: block;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
	    margin-right: 5%;
}
.mobile_nav {
    margin-top: 0px;
}
.header_nav{
	display:none;
}
}
	
 /* End 1024 */
  @media screen and (max-width: 768px){
	.header-right {
		font-size: 25pt;
		text-align: center;
	}
	.header_logo {
		margin-top: 20px;
		max-width: 600px;
		margin: auto;
		margin-top: 20px;
	}
	.get_directions{
		font-size: 15pt;
		display: block;
		text-align: center;
		margin-right: auto;
	}
	header:before {
		background: none;
	}
	header{
		    border-bottom: 5px solid #a4a4a4;
	}
	section.footer .foot_heading {
		text-align: center;
		margin-top: 15px;
	}
	section.footer {
		text-align: center;
	}
	.not_home header {
		border-bottom: 20px solid #2d3794;
	}
	.home_hours {
		text-align: center;
	}
	
} /* End 768 */

  @media screen and (max-width: 480px){
		  /**Woocommerce table fixes for IE and Iphone**/
	.woocommerce-page table.shop_table_responsive tr td:before{content:attr(data-title) ": ";font-weight:700;float:left!important;}

.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important; width:100%!important; float:left!important;}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
	display:block;
	float:left!important;
	width:100%;
}
/**Woocommerce table fixes for IE and Iphone**/

	ul li{
	margin-left: 20px;
}

.alignleft {
    float: none;
    margin: auto;
    text-align: center;
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.alignright {
    float: none;
    margin: auto;
	text-align:center;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
}
header {
    background: #f9f9f9;
}
	
 }