/*
Theme Name: Clean and Flossy
Theme URI: http://premopress.com
Description: The Clean & Flossy theme is perfect for dentists, doctors,  personal trainers and more. It sports a clean & polished look, a custom video box, google maps integration and more!
Author: PremoPress
Author URI: http://premopress.com
Version: 2.0.01
Tags: dentist, fitness, health, medical, teeth, clean, floss, blue, green
*/

@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);

body{
	background:#ebeffa;
	color:#606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1, h2, h3{
	font-family: "Yanone Kaffeesatz", sans-serif;
}

#primary {
background: url(images/sidebar_divider.jpg) left repeat-y;
}

.container{
	max-width: 980px;
}

/*Menu And Header*/
#header_wrapper_top{
	/*background:url(images/header_bg.jpg) repeat-x;*/
	background: #ffffff;
	border-top: 5px solid #61c28d;
	border-bottom: 10px solid #61c28d;
}

#header-homelink{
	/*min-height:118px;*/
	display: inline-block;
	width: 100%;
	/*text-indent:-3000px;*/
	/*background: url(images/header_image.png) no-repeat;*/
}

#header-social-info-caption, #widget-social-info-caption {
	/*clear: both;*/
	border-bottom: 1px dashed #666;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0;
}

#header-social-info-number, #widget-social-info-number {
	/*clear: both;*/
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0;
	color: #0075cf;
}

#header-social.span3{
	float: right;
	padding-top: 30px;
}


#main_wrapper{
	background: #ffffff;
	padding-top: 10px;
}

#main {
	/*width: 95%;*/
	width: 91%;
	margin: 0 auto;
}

#header_navbar_wrapper{
	text-align: center;
	background: #fff;
}

.nav-tabs > li, .nav-pills > li{
	display: inline-block;
	float: none;
	font-weight: bold;
}

.nav-pills > li {
	position: relative;
	font-family:  'Times New Roman', Times, serif;
}

.nav-pills > li a{
	/*position: relative;*/
	/*text-decoration: none;*/
	color: #ffffff;
	font-size: 18px;
}

.sub-menu{
	position: absolute;
	list-style: none;
	background: #0075cf;
	top: 38px !important;
	left: -20px !important;
	width: 160px;
	z-index: 100500;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.sub-menu li:hover{
	background: #3792d9;
}

.sub-menu li{
	border: 1px solid #008ffd;
	border-bottom: none;
	padding: 3px;
}

.sub-menu li a{
	text-decoration: none;
	font-size: 12px;
}

.sub-menu li a:hover{
	font-family: Arial, Helvetica, sans-serif !important;
}

.sub-menu li a:after{
	display: none !important;
}

.ribbon{
	color: #fff;
	/*margin: 30px 0 50px;*/
	margin-top: -10px;
	position: relative;
	text-transform: uppercase;
	/*background: rgb(0, 164, 239);*/
	background: #018ffd;
	background: -moz-linear-gradient(top, #018ffd, #0075cd);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018ffd), color-stop(100%,#0075cd));
	background: -webkit-linear-gradient(top, #018ffd, #0075cd);
	background: -o-linear-gradient(top, #018ffd, #0075cd);
	background: -ms-linear-gradient(top, #018ffd, #0075cd);
	background: linear-gradient(top, #018ffd, #0075cd);
	/*border: 1px solid #ffffff;*/
	box-shadow: 10px 10px 30px rgba(0,0,0,.2);
	padding: 10px 15px;
	clear: both;
}
 
div.left_ribbon::after{
	display: block;
	width: 6px;
	height: 44px;
	position: absolute;
	bottom: 3px;
	right: -1px;
	content: "";
	border: 1px solid rgba(0,0,0,.3);
	transform: skew(0deg,45deg);
	-ms-transform: skew(0deg,45deg); /* IE 9 */
	-webkit-transform: skew(0deg,45deg); /* Safari and Chrome */
	-o-transform: skew(0deg,45deg); /* Opera */
	-moz-transform: skew(0deg,45deg); /* Firefox */
	background: rgb(0, 80, 116);
}

div.both_ribbon{
	text-align: center;
	color: #000;
	padding: 0px 29px 0px 10px;
	width: 100%;
	margin-left: -22px;
	z-index: 100500;
}
 
div.both_ribbon::before{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -16px;
	left: -11px;
	content: "";
	border-bottom: 15px solid transparent;
	border-right: 21px solid gray;
}
 
div.both_ribbon::after{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -16px;
	right: -11px;
	content: "";
	border-bottom: 15px solid transparent;
	border-left: 18px solid gray;
}

.nav{
	margin-bottom: 5px;
	/*overflow: hidden;*/
}

.nav-pills > li > a{
	margin-bottom: 8px;
}

.nav > li > a:hover::after, .nav > li > a:focus:after, .nav .current-menu-item a:after, .active:after {
	content: ' '; 
 	display: block; 
	width: 0; 
	left: 32%;
	bottom: 0%;
    position: absolute; 
	height: 0; 
	border-bottom: 10px solid #ffffff; 
	border-left: 11px solid transparent; 
	border-right: 11px solid transparent; 
}

/*Shadows*/
.for_shadow{
	background: #ffffff;
}
.shadow{
	width: 50%;
	margin: 0 auto;
	height: 0px;
	min-height: 12px;
	background: none;
	margin-top: -17px;
	box-shadow: 8px 4px 19px 7px #000000;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

/*Home Top*/
.span6.homepage-right-widget-area{
	float: right;
}

/*Home Middle*/
.homepage-middle-right-widget-area.span4, .homepage-middle-left-widget-area.span4, .homepage-middle-center-widget-area.span4{
	/*max-width: 280px;*/
}

/*Directions*/


#footer_map_canvas_border{
	padding:3px;
	border:1px solid #EFEFEF;
	margin:0 auto;
	width:198px;
	height:144px;
}
#footer_map_canvas{
	width:198px;
	height:144px;	
}

#footer_map_canvas img {
	max-width: none;
}


#map_canvas_border{
	padding:3px;
	border:1px solid #EFEFEF;
	margin:0 auto;
}
#map_canvas{
	/*width:600px;*/
	height:640px;	
}
#map_info_div{
	margin:20px 0;
	clear:both;
}
.hidden{
	display:none;
}

/*Sidebar*/
.widget-area li{
	list-style: none;
}

/*styles trash from India*/
h2 {
	color: #0075cf;
	font-size: 24px;
	font-weight: bold;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #39a2f3;
	text-decoration: none;
}

a, a:visited {
	color: #0075cf;
}

.img_shadow {
	height: 10px;
	width: 280px;
	display: block;
	margin: 0px;
	padding: 0px;
	background: url(images/img_shadow_large.jpg) top;
}

.widget_search input {
	padding: 6px;
	width: 156px;
	background: #F9F9F9;
	border: 1px solid #F3F3F3;
	color: #666;
	font-size: 14px;
	display: inline-block;
}

#main div.row-fluid div#primary.widget-area ul.xoxo{ margin:0px; }

.footer_map_link, .footer_map_link:visited, .homepage-widget-button, #searchsubmit, #get_directions {
	background: #018ffd;
	background: -moz-linear-gradient(top, #018ffd, #0075cd);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018ffd), color-stop(100%,#0075cd));
	background: -webkit-linear-gradient(top, #018ffd, #0075cd);
	background: -o-linear-gradient(top, #018ffd, #0075cd);
	background: -ms-linear-gradient(top, #018ffd, #0075cd);
	background: linear-gradient(top, #018ffd, #0075cd);
	border: 0px;
	color: #FFF;
	padding: 6px;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#searchsubmit{
    display: inline-block;
    height: 26px;
    margin-top: -7px;
    padding-top: 3px;
    width: 58px;
}

#commentform p #submit {
	background: #018ffd;
	background: -moz-linear-gradient(top, #018ffd, #0075cd);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018ffd), color-stop(100%,#0075cd));
	background: -webkit-linear-gradient(top, #018ffd, #0075cd);
	background: -o-linear-gradient(top, #018ffd, #0075cd);
	background: -ms-linear-gradient(top, #018ffd, #0075cd);
	background: linear-gradient(top, #018ffd, #0075cd);
	border: 0px;
	color: #FFF;
	width: 120px;
	padding: 6px;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.entry-title a {
	font-size: 30px;
	text-decoration: none;
}
h1{
	margin: 1px 0;
	color: #0075cf;
	font-size: 30px;
	font-weight: bold;
}

.h1-hash {
	height: auto;
	display: block;
	/*padding: 14px 0 0 39px;*/
}

.post-wrapper{
	margin-bottom: 30px;
}

h3 {
	font-size: 20px;
	color: #0075cf;
	font-weight: bold;
}

#commentform p #submit:hover {
	background: url(images/navbar_bg_hover.jpg);
	background: #008fff;
	background: -moz-linear-gradient(top, #008fff, #0177cf);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fff), color-stop(100%,#0177cf));
	background: -webkit-linear-gradient(top, #008fff, #0177cf);
	background: -o-linear-gradient(top, #008fff, #0177cf);
	background: -ms-linear-gradient(top, #008fff, #0177cf);
	background: linear-gradient(top, #008fff, #0177cf);

}

#breadcrum {
	font-size: 11px;
}

.breadcrumb{
	background: transparent;
	padding: 8px 0px;
	margin: 0px;
}

.entry-comments {
	background: url(images/comments_bubble.png) no-repeat;
	top: 14px;
	right: 30px;
	width: 29px;
	height: 29px;
	color: #0075cf;
	float: right;
	font-weight: bold;
	padding-left: 13px !important;
	padding-top: 4px !important;
}

.post-thumbnail-link {
	margin-right: 10px;
	margin-bottom: 6px;
	float: left;
}

.post-thumbnail-link img {
	border: 4px #FFF solid;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}


/*Widgets trash from India*/
.blue_line_full {
	width: 100%;
	height: 1px;
	background: #0CF;
	display: block;
	margin: 6px 0;
}

.homepage-widget-button {
	width: 33%;
	display: inline-block;
	margin-right: 4%;
}

.homepage-widget-button:hover{
	color: #ffffff;
}

.homepage-widget-button, .homepage-widget-button:visited{
	font-size: 15px;
}

.homepage-widget-container-right {
	width: 456px;
	float: right;
	padding: 13px 12px 59px 12px;
	background: url(images/video_bg.jpg);
	height: 250px;
}

.homepage-widget-container-middle h2 {
	width: 100%;
	border-bottom: 1px #0CF solid;
	display: block;
	margin: 4px 0;
}

.widget-container .widget-featured-image{
	width: 244px;
	height: 133px;
	padding: 2px;
	border: 1px solid #DEDEDE;
}

.homepage-widget-container-middle img {
	width: 274px;
	height: 144px;
	padding: 2px;
	border: 1px solid #DEDEDE;
}

.widget-container .img_shadow {
	height: 7px;
	width: 244px;
	display: block;
	margin: 0px;
	padding: 0px;
	background: url(images/img_shadow_large.jpg) top;
}

.footer-widget h2 {
	width: 96%;
	border-bottom: 1px #0CF solid;
	display: block;
	margin: 4px 0;
}

.footer-widget .widget-featured-image {
	width: 200px;
	height: 106px;
	padding: 2px;
	border: 1px solid #DEDEDE;
}

.footer-widget .img_shadow {
	height: 7px;
	width: 206px;
	display: block;
	margin: 0px;
	padding: 0px;
	background: url(images/img_shadow_small.jpg) top;
}

.sidebar-widget-title {
	height: 30px;
	margin-bottom: 4px;
	border-bottom: 1px solid #0CF;
}

.widget-container {
	text-align: justify;
}

/*footer*/
#footer-social-info-icons{
	float: right;
	text-align: right;
}

#footer-copy{
	text-align: left;
	color: #FFF;
	font-size: 12px;
	/*line-height: 16px;*/
	padding-left: 20px;
}

#footer-copy a, #footer-copy a:visited {
	color: #FFF;
}

#footer-copy a:hover {
	color: #EEE;
}

#footer_wrapper{
	min-height: 70px;
	background: #fff;
	margin-bottom: 15px;
}

.footer_shadow{
	width: 50%;
	margin: 0 auto;
	height: 0px;
	min-height: 12px;
	background: none;
	margin-top: -62px;
	box-shadow: 8px 4px 19px 7px #000000;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.ribbon_f{
	color: #fff;
	/*margin: 30px 0 50px;*/
	position: relative;
	/*text-transform: uppercase;*/
	background: #018ffd;
	background: -moz-linear-gradient(top, #018ffd, #0075cd);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018ffd), color-stop(100%,#0075cd));
	background: -webkit-linear-gradient(top, #018ffd, #0075cd);
	background: -o-linear-gradient(top, #018ffd, #0075cd);
	background: -ms-linear-gradient(top, #018ffd, #0075cd);
	background: linear-gradient(top, #018ffd, #0075cd);
	border: 1px solid #ffffff;
	padding: 10px 15px;
	clear: both;
	z-index: 100200;
}

div.footer_ribbon{
	text-align: center;
	color: #000;
	padding: 5px 29px 0px 10px;
	width: 100%;
	margin-left: -22px;
}
 
div.footer_ribbon::before{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	top: -18px;
	left: -11px;
	content: "";
	border-top: 17px solid transparent;
	border-right: 22px solid gray;
}

div.footer_ribbon::after {
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	top: -17px;
	right: -10px;
	content: "";
	border-top: 16px solid transparent;
	border-left: 17px solid gray;
}

/* Pagination */

 
.bottom-page-navigation{
	width:100%;
	padding:0 39px;
	clear:both;
	height:40px;
	display:block;
}
 
.nav-paginate a {
	background:url(images/pagination_btns.png); 
	width:31px; height:22px; text-align:center; 
	display:inline-block; 
	color:#666; 
	margin-right:4px; 
	padding-top: 9px; 
	text-align:center; 
	text-decoration:none; 
	line-height: 1;
}
.nav-paginate a:hover, .nav-paginate a:active {
	background:url(images/pagination_btns.png) -30px 0px; 
	color:#888;
}
.nav-paginate .nav-title {
	color:#555; 
	margin-right:4px;
}
.nav-paginate .nav-gap {
	color:#999; 
	margin-right:4px;
}
.nav-paginate .nav-current {
	background:url(images/pagination_btns.png) -60px 0px; 
	color:#FFF; 
	width:31px; 
	height:22px; 
	display:inline-block; 
	padding-top: 9px; 
	text-align:center; line-height: 1;
}

/*Media responsive*/
@media (max-width: 1140px) {

	#main {	width: 95%;	margin: 0 auto;	} 

	 .mean-container ul.xoxo { margin:0; }

    }



@media (max-width: 1024px) and (min-width: 801px) {

	#main {	width: 95%;	margin: 0 auto;	}

   .mean-container ul.xoxo { margin:0px; }   
   
   #header-social.span3 {  float: right;  padding-top: 0; }

}


@media (max-width: 800px) {

    .mean-container ul.xoxo { margin:0; }

    
	#main {
		width: 96%;
		margin: 0 auto;
	}

	.img_shadow, .footer-widget .img_shadow {
		width: 100%;
	}

	#footer_map_canvas_border{
		width: 100%;
	}

	#footer_map_canvas{
		width: 100%;
	}
	.homepage-widget-container-right {
		width: auto;
		float: right;
		padding: 7px 7px 7px 7px;
		background: none;
		height: 250px;
		border: 1px solid rgb(156, 156, 156);
	}


	@media (max-width: 768px) {

        .mean-container ul.xoxo { margin:0; }

      	#header_top{
			width: 30%; margin:0 auto;

		}
		#header-social.span3{
			text-align: center;
		}
		#header-social-info-caption, #widget-social-info-caption{
			width: auto;
		}
		.homepage-widget-container-right {
			width: 98%;
			margin: 0 auto;
			margin-top: 5%;
			height: 250px;
		}
		.img_shadow{
			width: 280px;
		}
		.img_shadow, .footer-widget .img_shadow{
			width: 206px;
		}
		.footer_map_link{
			margin-bottom: 4%;
		}
		#primary{
			background: none;
		}
	}

}

@media (max-width: 480px) {

 .bottom-page-navigation{ padding: 0; }

 .mean-container ul.xoxo { margin:0; }

 .mean-container .widget-container { text-align:center; }

 }

.mean-container .widget-container ul{ margin-left:0; }