
body, * 
{
	padding:0;
	margin:0;
}
.clear
{
	clear:both;
}
a
{
	text-decoration:none;
}
img
{
	border:none;
}
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
   display: block;  
}
img
{
	max-width:100%;
}
/* body
{
	background-color:#fbfbfb;
} */
header
{
	width:100%;
	margin:0 auto;
	height:73px;
}
header nav
{
	width:64.5%;
	background-image:url(../images/header-bg-magenta.jpg);
	background-repeat:repeat;
	float:left;
}
header nav ul.nav
{
	float:left;
	width:72%;
	margin-left:20%;
}
header nav ul.nav li
{
	float:left;
	list-style-image:url(../images/list-img-magenta.png);
	list-style-position:inside;
	margin-left:2%;
	padding:25px 0;
	
}
header nav ul.nav li:first-child
{
	list-style:none;
	margin-left:0;
}
header nav ul.nav li:first-child a
{
	padding:0 15px 0 0;
}
header nav .side-bg
{
	background-image:url(../images/nav-side-bg-magenta.jpg);
	background-repeat:;
	width:1.5%;
	padding:38px 0;
	float:right;
}
header nav ul.nav li a
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:18px;
	font-style:normal;
	color:#fff;
	padding:0 15px;
	text-decoration:none;
}
header nav ul.nav li a:hover
{
	color:#ffced9;
}
ul.socials
{
	width:35.5%;
	float:right;
	padding:20.5px 0;
	background-image:url(../images/socials-bg.jpg);
	background-repeat:repeat;
	list-style:none;
}
ul.socials li
{
	float:left;
	font-family: "Verdana", Arial, Helvetica;
	font-size:20px;
	font-style:normal;
	color:#b4b4b4;
	margin-left:1%;
}
ul.socials li a
{
	-moz-transition:all 0.5s
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
ul.socials li a:hover
{
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
ul.socials li:first-child
{
	margin-left:16%;
	padding-top:5px;
}

ul.socials li:nth-child(2) a
{
	background-image:url(../images/social-icons.png);
	overflow:hidden;
	width:35px;
	height:35px;
	display:block;
	background-position:35 35px;
}
ul.socials li:nth-child(3) a
{
	background-image:url(../images/social-icons.png);
	overflow:hidden;
	width:35px;
	height:35px;
	display:block;
	background-position:105px 0;
}
ul.socials li:nth-child(2) a:hover
{
	background-position:0 35px;
}
ul.socials li:nth-child(3) a:hover
{
	background-position:105px 35px;
}
ul.socials li:nth-child(4) a
{
	background-image:url(../images/social-icons.png);
	overflow:hidden;
	width:35px;
	height:35px;
	display:block;
	background-position:70px 0;
}
ul.socials li:nth-child(4) a:hover
{
	background-position:70px 35px;
}

ul.socials li:nth-child(5) a
{
	background-image:url(../images/social-icons.png);
	overflow:hidden;
	width:35px;
	height:35px;
	display:block;
	background-position:35px 0;
}
ul.socials li:nth-child(5) a:hover
{
	background-position:35px 35px;
}

article
{
	width:75.5%;
	margin:0 auto;
	padding:0 25px;
	background-color:#fff;
	-moz-box-shadow: 1px 2px 1px #efefef,  -1px 2px 1px #efefef; 
	-webkit-box-shadow: 1px 2px 1px #efefef,  -1px 2px 1px #efefef; 
	-o-box-shadow: 1px 2px 1px #efefef,  -1px 2px 1px #efefef; 
	-ms-box-shadow: 1px 2px 1px #efefef,  -1px 2px 1px #efefef;   
	box-shadow: 1px 2px 1px #efefef,  -1px 2px 1px #efefef; 
}

article section.logo-side
{
	width:50%;
	float:left;
}
article section.logo-side a img.logo
{
	margin-top:12px;
	float:left;
}
article section.logo-side a p
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:54px;
	font-style:normal;
	font-weight:bold;
	color:#69c0b6;
	float:left;
	width:70%;
	line-height:22px;
	margin-top:32px;
	margin-left:2%;
}
article section.logo-side a p span
{
	font-size:18px;
	color:#818181;
	font-weight:normal;
	letter-spacing:9px;
	padding-left:3px;
}
article section.search-side
{
	width:50%;
	float:right;
}
article section.search-side p
{
	width:42%;
	float:right;
	font-family: "Verdana", Arial, Helvetica;
	font-size:24px;
	font-style:italic;
	color:#bfbfbf;
	margin-top:30px;
}
article section.search-side p img
{
	vertical-align:middle;
	float:left;
	margin-right:2%;
	
}
#search-box
{
	width:261px;
	background-color:#fff;
	border:1px solid #efefef;
	height:29px;
	padding:2px;
	float:right;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:15px;
}
#search-box input[name="s"]
{
	background-color:#f5f5f5;
	border:none;
	height:15px;
	font-family: "Verdana", Arial, Helvetica;
	font-size:14px;
	font-style:italic;
	color:#3d958c;
	padding-left:2%;
	width:210px;
}
#search-box input[name="submit"]
{
	float:right;
	background-image:url(../images/search-btn-green.png);
	width:24px;
	height:19px;
	display:block;
	margin-right:2%;
	background-color:transparent;
	border:none;
	margin-top:2px;
	cursor:pointer;
}
#banner
{
	width:100%;
	margin-top:22px;
}
ul.bullets
{
	width:30%;
	list-style:none;
	margin-left:46%;
}
ul.bullets li
{
	float:left;
	margin:12px 5%;
}
ul.bullets li:first-child
{
	margin-left:0;
}
ul.bullets li a
{
	background-image:url(../images/grey-bullet.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
	display:block;
}
ul.bullets li a:hover
{
	background-image:url(../images/magenta-bullet.png);
	background-repeat:no-repeat;
}

#our-advantages
{
	width:100%;
	background-image:url(../images/advantages-bg-magenta.png);
	background-repeat:repeat;
}
#our-advantage-bottom
{
	width:100%;
	height:12px;
	background-image:url(../images/advantages-bottom-magenta.png);
	background-repeat:repeat-x;
}
#our-advantages ul
{
	list-style:none;
}
#our-advantages ul li
{
	float:left;
	border-left:1px solid #ecced4;
	border-right:1px solid #dbb3bb;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:25%;
	margin:30px 0;
}
#our-advantages ul li:first-child
{
	border-left:none;
	border-right:1px solid #dbb3bb;
}
#our-advantages ul li:last-child
{
	border-right:none;
}
#our-advantages ul li h1
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:1.8em;
	line-height:26px;
	color:#fbe0e6;
	margin-left:10%;
	margin-top:16px;
}
#our-advantages ul li a
{
	background-image:url(../images/advantages-btn-magenta.png);
	background-repeat:no-repeat;
	width:29px;
	height:29px;
	display:block;
	margin-left:10%;
	margin-top:12px;
	padding-bottom:12px;
}
#our-advantages ul li .img1-box
{
	background-image:url(../images/research-magenta.jpg);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	margin-left:10%;
	
}
#our-advantages ul li .img2-box
{
	background-image:url(../images/emergency-magenta.jpg);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	margin-left:10%;
	
}
#our-advantages ul li .img3-box
{
	background-image:url(../images/careadvice-magenta.jpg);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	margin-left:10%;
	
}
#our-advantages ul li h2
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:21px;
	color:#FFF;
	margin-left:10%;
}
#our-advantages ul li p
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:12px;
	color:#FFF;
	margin-left:10%;
	width:68%;
}
#appointment
{
	width:100%;
	background-image:url(../images/appointment-bg.png);
	background-repeat:repeat;
	border-bottom:1px solid #D9D9D9;
	margin-bottom:34px;
}
#text-area
{
	width:60%;
	float:left;
	margin-left:5%;
}
#text-area h1
{
	
	font-size:24px;
	font-weight:bold;
	color:#606060;
	padding-top:41px;
	text-transform:uppercase;
}
#text-area h1 span
{
	color:#8e8e8e;
}
#text-area p
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:12px;
	color:#9b9b9b;
	width:92%;

}
button[name="appointment"]
{
	background-image:url(../images/appointment-btn.png);
	background-repeat:no-repeat;
	width:272px;
	float:right;
	height:52px;
	cursor:pointer;
	border:none;
	margin:52px 0;
	margin-right:5%;
	background-color:transparent;
}
section.side-nav
{
	width:32%;
	float:left;
}
ul.side-navigation
{
	list-style:none;
	margin-left:10%;
}
ul.side-navigation li
{
	margin:12px 0;
}
ul.side-navigation li a
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:12px;
	color:#727272;
}
ul.side-navigation li a div.arrow
{
	background-image:url(../images/sidenav-arrow.png);
	background-repeat:no-repeat;
	width:11px;
	height:11px;
	float:left;
	margin-right:2%;
	margin-top:2px;
	background-position:-11px 0px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
ul.side-navigation li a:hover div.arrow
{
	background-position:0px 0px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
ul.side-navigation li a p
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:12px;
	color:#727272;
	float:left;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
ul.side-navigation li a:hover p
{
	color:#c28e9a;
}
section.teeth-whitning
{
	width:32%;
	height:300px;
	float:left;
	margin-left:2%;
}
section.teeth-whitning h1
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:22px;
	font-weight:bold;
	color:#727272;
	text-transform:uppercase;
}
img.teeth-whitning-img
{
	margin-top:19px;
}
section.teeth-whitning p
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:12px;
	color:#727272;
	margin:20px 0 25px 0;
}
section.teeth-whitning a
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:12px;
	color:#727272;
	padding:8px 10px;
	background-color:#f0f0f0;
	text-decoration:none;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
section.teeth-whitning a:hover
{
	background-color:#727272;
	color:#fff;
}
section.patient-say
{
	width:32%;
	float:right;
}
section.patient-say h1
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:22px;
	font-weight:bold;
	color:#727272;
	text-transform:uppercase;
}
#testimonials
{
	width:273px;
	height:194px;
	background-image:url(../images/testimonial-bg.png);
	background-repeat:no-repeat;
	margin-top:36px;
}
img.coma
{
	margin-top:13px;
	margin-left:8%;
	float:left;
}
#testimonials h2
{
	float:left;
	font-family: "Verdana", Arial, Helvetica;
	font-size:19px;
	color:#727272;
	margin-top:24px;
	margin-left:3%;
}
#testimonials p
{
	line-height: 16px;
	font-size:12px;
	color:#727272;
	width:80%;
	margin:0 auto;
	margin-top:10px;
}
img.viewmore-icon
{
	float:left;
	width:20px;
	margin-left:30%;
}
section.patient-say a
{
	text-decoration:none;
}

a p.view-more
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:13px;
	color:#727272;
	float:left;
}
#image-gallery
{
	width:100%;
	padding:12px 0 44px 0;
}
#image-gallery h1
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:22px;
	font-weight:bold;
	color:#727272;
	text-transform:uppercase;
	margin-bottom:22px;
}
ul.gallery
{
	list-style:none;
}
ul.gallery li
{
	float:left;
	margin-left:2%;
	width:22%;
}
footer
{
	width:100%;
	margin:0 auto;
	background-image:url(../images/header-bg-magenta.jpg);
	background-repeat:repeat;
}
#footer-top
{
	width:100%;
	height:6px;
	background-image:url(../images/footer-top-magenta.png);
	background-repeat:repeat-x;
}
footer nav
{
	width:75%;
	margin:0 auto;
	padding-top:37px;
	padding-bottom:45px;
}
footer nav p
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:12px;
	color:#fff;
	float:left;
}
footer nav p a
{
	text-decoration:none;
	color:#fff;
	-moz-transition:all 0.5s
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
footer nav p a:hover
{
	color:#9fefe6;
}

footer nav ul.nav
{
	float:right;
	width:58.5%;
}
footer nav ul.nav li
{
	float:left;
	list-style-image:url(../images/list-img-magenta.png);
	list-style-position:inside;
	margin-left:2%;
	
}
footer nav ul.nav li:first-child
{
	list-style:none;
	margin-left:0;
}
footer nav ul.nav li:first-child a
{
	padding:0 10px 0 0;
}
footer nav ul.nav li a
{
	font-family: "Verdana", Arial, Helvetica;
	font-size:18px;
	font-style:normal;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
}
footer nav ul.nav li a:hover
{
	color:#ffced9;
}
.main_content{
	width :70%;
	float: left;
}
#right_sidebar{
	width :20%;
	float: right;	
}

a{
 color: #757575;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}
a:hover
{
	color: #21759b;
}
body {
    color: #444444;
  font-family: "Verdana", Arial, Helvetica;
    font-size: 1 em;
    text-rendering: optimizelegibility;
	line-height:26px;
}
h2 a{
font-size: 16px;
}
h3{
	color:#67BEB5;
}
#right_sidebar{
	border:1px solid #cccccc;
	border-radius: 1em 1em 1em 1em;
    padding: 25px;
	/* background:#97D8D0; */
	margin-top:75px;
	-webkit-border-radius:1em; /* Safari */
}
.widget_dental
{
	padding: 10px;
}
.widget_dental ul li, ol li{
	list-style:none;
	font-size: 12px;
}
.main_content{
	width :70%;
	float: left;
}
#right_sidebar{
	width :20%;
	float: right;	
}
.entry-title{
	margin-top : 72px;
	font-size: 1.57143rem;
	color: #444444;
}
.comment-form , .site-content{
	margin-top: 20px;
}
#Detal_comments
{	 border-top: 1px solid;
	margin-top : 72px;
}
.fn, p.comments
{
	color:#69C0B6;
}


#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}
.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
