/*
 Theme Name:     We Care Child Theme
 Theme URI:      http://truemedmd.com
 Description:    We Care Theme
 Author:         Jeff
 Author URI:     http://www.webomg.com
 Template:       wecare
 Version:        1.0.0
 */

@import url("../wecare/reponsive.css");

/* =Theme customization starts here
 ------------------------------------------------------- */

/* The Framework */

  .hideDesktop {
    display: none;
    }
    
  


@media screen and (max-width: 768px) {
	.logo {
   	 width: 270px;
    }
    
    .logo img{
    width: 270px;
    max-width: 270px;
	width: 270px;
    }
    
    .hideMobile {
    display: none;
    }
  
    
    .showMobile {
    display: block;
    }
    
    
    #slider {
  	margin-top: 45px !important;
	}	
	
	.block-list {
		display: block;
	}
	
	.block-list li {
		display: block !important;
		border-left: none !important;
	}
	
	.navDropCont {
		text-align: right;
	}
	

	
	.navDrop {
		
	}
	
	.subheader3 {
		color: #fff;
	}
	.subheader3 a {
		color: #fff;
	}
	
	.subheader2 {
		position: relative;
	}
	
	.navTitle {
		float: right;
		padding: 5px 0;
	}
	
	.subheader3 li {
		padding: 0 10px 10px;
	}
	
	.subheader3 li:hover {
		background-color: #7BBEFC;
	}
	
	.social-cont {
		 width: 100%;
		 float: left;
	}
	
	.social-cont li {
		display: inline-block;
	}
	
		.navDropCont >  ul {
	display: none;
	}
	
	.navDropCont:hover > ul {
	display: block;
	}
	
	footer .social-cont {
		margin-bottom: 25px;
	}
	
	.subheader3 i {
		font-size: 24px;
	}
	
	.subheader .subheader2 li:last-child {
	  border: none !important;
	}
	.subheader .subheader2 li {
	  border: none !important;
	}
	
	.subheader .phone {
 	 background: rgba(0, 0, 0, 0) url("../wecare/images/phone.png") no-repeat scroll 1px 6px;
 	 padding: 10px 0 5px 33px;
	}
	

	.navDrop {
		position: absolute;
		right: 0;
		top:28px;
		background-color: #2190D7;
		z-index: 999;
		text-align: left;
		float: left;
		width: 150px;
		display: inline-block;
	}
	
	.navDrop  li {
		float: left;
		display: inline-block;
		padding: 7px 0 !important;
		width: 100%;
	}
	
	
	.navDrop > li > a {
	  color: #fff;
	  display: block;
	  font-family: "Oswald",sans-serif;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: normal;
	  text-align: center;
	}
	
	.navDrop > li > ul {
		right: 150px;
		padding: 7px 0;
	}
	
	
	#nav select {
	  margin-top: -10px;
	}
	
	.page-id-9582 #nav select {
	  margin-top: 15px;
	}
}
    
@media screen and (max-width: 500px) {  
	
	.search2 .search input[type="submit"] {
	  right: 0;
	  top: 5px;
	}
    
    
    .phone {
    	float: left !important;
    	width: 100px;
    	background: rgba(0, 0, 0, 0) url("../wecare/images/phone.png") no-repeat scroll 1px 10px !important;
    	-webkit-background-size: 18px !important;
    	background-size: 18px !important;
		padding: 9px 0 0px 23px !important;	
    }
    
   .search2 {
  	float: left !important;
	margin-top: 0;
	}
	
	.search2 .search input[type="text"] {
	  margin-top: 0;
	  margin-left: 0;
	  margin-bottom: 8px;
	  width: 300px;
	}
	

	
	.navDrop {
		top:30px;
	}
	
	.navDropCont {
	  float: right;
	  padding-right: 0px !important;
	}
	
	

}