/*

Theme Name: Peer Chain

Theme URI: http://wordpress.org/

Description: The 2014 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.

Author: the WordPress team

Version: 1.4

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu

Text Domain: Peer Chain

*/







/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {

	font-size: 140%;

	margin-top: 24px;

}

.attachment .entry-content .nav-previous a:before {

	content: '\2190\00a0';

}

.attachment .entry-content .nav-next a:after {

	content: '\00a0\2192';

}





/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

.alignleft,

img.alignleft {

	display: inline;

	float: left;

	margin-right: 24px;

	margin-top: 4px;

}

.alignright,

img.alignright {

	display: inline;

	float: right;

	margin-left: 24px;

	margin-top: 4px;

}

.aligncenter,

img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignleft,

img.alignright,

img.aligncenter {

	margin-bottom: 12px;

}

.wp-caption {

	background: #f1f1f1;

	line-height: 18px;

	margin-bottom: 20px;

	max-width: 632px !important; /* prevent too-wide images from breaking layout */

	padding: 4px;

	text-align: center;

}

.wp-caption img {

	margin: 5px 5px 0;

}

.wp-caption p.wp-caption-text {

	color: #888;

	font-size: 12px;

	margin: 5px;

}

.wp-smiley {

	margin: 0;

}

.gallery {

	margin: 0 auto 18px;

}

.gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

.gallery-columns-2 .gallery-item {

	width: 50%;

}

.gallery-columns-4 .gallery-item {

	width: 25%;

}

.gallery img {

	border: 2px solid #cfcfcf;

}

.gallery-columns-2 .attachment-medium {

	max-width: 92%;

	height: auto;

}

.gallery-columns-4 .attachment-thumbnail {

	max-width: 84%;

	height: auto;

}

.gallery .gallery-caption {

	color: #888;

	font-size: 12px;

	margin: 0 0 12px;

}

.gallery dl {

	margin: 0;

}

.gallery img {

	border: 10px solid #f1f1f1;

}

.gallery br+br {

	display: none;

}

#content .attachment img {/* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}





/* =Navigation

-------------------------------------------------------------- */



.navigation {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {



}

.navigation a:active,

.navigation a:hover {

	

}

.nav-previous {

	float: left;

	width: 50%;

}

.nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#nav-above {

	margin: 0 0 18px 0;

}

#nav-above {

	display: none;

}

.paged #nav-above,

.single #nav-above {

	display: block;

}

#nav-below {

	margin: -18px 0 0 0;

}





/* =Comments

-------------------------------------------------------------- */

#comments {

	clear: both;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #000;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 18px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 24px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author {

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a:link,

.comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active,

.comment-meta a:hover {

	color: #ff4b33;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {

	color: #333;

}

#respond {

	border-top: 1px solid #e7e7e7;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	color: #ff4b33;

	font-weight: bold;

}

#respond label {

	color: #888;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}





/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

}

.widget-area ul ul {

	list-style: square;

	margin-left: 1.3em;

}

.widget-area select {

	max-width: 100%;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

}

.widget-title {

	color: #222;

	font-weight: bold;

}

.widget-area a:link,

.widget-area a:visited {

	text-decoration: none;

}

.widget-area a:active,

.widget-area a:hover {

	text-decoration: underline;

}

.widget-area .entry-meta {

	font-size: 11px;

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #ff4b33;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/* Main sidebars */

#main .widget-area ul {

	margin-left: 0;

	padding: 0 20px 0 0;

}

#main .widget-area ul ul {

	border: none;

	margin-left: 1.3em;

	padding: 0;

}

#primary {

}

#secondary {

}



/* Footer widget areas */

#footer-widget-area {

}





/* =Footer

-------------------------------------------------------------- */



#footer {

	margin-bottom: 20px;

}

#colophon {

	border-top: 4px solid #000;

	margin-top: -4px;

	overflow: hidden;

	padding: 18px 0;

}

#site-info {

	font-weight: bold;

}

#site-info a {

	color: #000;

	text-decoration: none;

}

#site-generator {

	font-style: italic;

	position: relative;

}

#site-generator a {

	background: url(images/wordpress.png) center left no-repeat;

	color: #666;

	display: inline-block;

	line-height: 16px;

	padding-left: 20px;

	text-decoration: none;

}

#site-generator a:hover {

	text-decoration: underline;

}

img#wpstats {

	display: block;

	margin: 0 auto 10px;

}





/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {

	-webkit-text-size-adjust: 140%;

}

code {

	-webkit-text-size-adjust: 160%;

}

#access,

.entry-meta,

.entry-utility,

.navigation,

.widget-area {

	-webkit-text-size-adjust: 120%;

}

#site-description {

	-webkit-text-size-adjust: none;

}





/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {

		background: none !important;

	}

	#wrapper {

		clear: both !important;

		display: block !important;

		float: none !important;

		position: relative !important;

	}

	#header {

		border-bottom: 2pt solid #000;

		padding-bottom: 18pt;

	}

	#colophon {

		border-top: 2pt solid #000;

	}

	#site-title,

	#site-description {

		float: none;

		line-height: 1.4em;

		margin: 0;

		padding: 0;

	}

	#site-title {

		font-size: 13pt;

	}

	.entry-content {

		font-size: 14pt;

		line-height: 1.6em;

	}

	.entry-title {

		font-size: 21pt;

	}

	#access,

	#branding img,

	#respond,

	.comment-edit-link,

	.edit-link,

	.navigation,

	.page-link,

	.widget-area {

		display: none !important;

	}

	#container,

	#header,

	#footer {

		margin: 0;

		width: 100%;

	}

	#content,

	.one-column #content {

		margin: 24pt 0 0;

		width: 100%;

	}

	.wp-caption p {

		font-size: 11pt;

	}

	#site-info,

	#site-generator {

		float: none;

		width: auto;

	}

	#colophon {

		width: auto;

	}

	img#wpstats {

		display: none;

	}

	#site-generator a {

		margin: 0;

		padding: 0;

	}

	#entry-author-info {

		border: 1px solid #e7e7e7;

	}

	#main {

		display: inline;

	}

	.home .sticky {

		border: none;

	}

}





/*  10 Jan   */

.single-product .related ul.products li.product {width: 25% !important;}

.single-product .related ul.products li.product img { height: 79px !important; width: 158px !important;}

.single-product .related ul.products li.product {

    border: 1px solid #E5E5E5 !important;

    float: left !important;

    min-height: 184px !important;

    padding: 7px !important;

    transition: all 0.5s ease 0s !important;

    width: 27.5% !important; margin-right: 40px;

  }

.single-product .related ul.products li+ li + li{margin-right: 0;}

.single-product .related ul.products li p{   

   color: #4d4d4d;

    font-family: 'rockwellregular';

    font-size: 14px;

    line-height: 17px;

    margin-bottom: 11px;

    min-height: 30px;

    width: 100%;

  }

.single-product .related ul.products li h3 {  

    display: block;

    font-family: 'rockwellregular';

    font-size: 14px !important;

    font-weight: normal;

    margin: 11px 0 5px !important;

    transition: all 0.5s ease 0s;

    min-height: 46px !important;

    padding: 0 !important;

    color:#000;

  }

  

.inner-bg .single-product-inner {  margin-left: 30px;

    margin-top: 30px;} 

    

    

.woocommerce-tabs .panel {margin-left: 30px !important;}    

.woocommerce-tabs .panel h2 {display: block;

    font-family: 'rockwellregular';

    font-size: 16px; 

    transition: all 0.5s ease 0s;}  



.woocommerce-tabs .panel p {  color: #4d4d4d;

    font-family: 'rockwellregular';

    font-size: 14px;

    }    

.related {margin-left: 30px;}   

.related h2 {   border-bottom: 1px solid #EBEBEB;

    display: block;

    font-family: 'rockwellregular';

    font-size: 20px;

    margin-bottom: 16px;

    padding-bottom: 10px;

    transition: all 0.5s ease 0s;

    width: 95.8%;}

.single-product-inner .my_var {margin-bottom: 30px; margin-right: 30px; /*width: 943px; */ } 



.single-product-inner .images img {box-shadow: none !important; border: 1px solid #E5E5E5; padding: 5px 5px 5px 5px;}

.single-product-inner .images img:hover { border: 1px solid #F78F1E; }

.single-product-inner .summary h1 {display: block;

    font-family: 'rockwellregular';

    font-size: 22px; 

    transition: all 0.5s ease 0s}

.single-product-inner .summary .product_meta .posted_in a {color: #2068be; font-family: 'rockwellregular'; }

.single-product-inner .summary .product_meta .posted_in a:hover {color: #F78F1E;}

.woocommerce-tabs .panel a {color: #2068be;}

.woocommerce-tabs .panel a:hover {color: #F78F1E;}

.single-product-inner .my_var tr th{color: #F78F1E; 

    font-family: 'rockwellregular';

    font-size: 11px;

    transition: all 0.5s ease 0s;}

a {color: #2068be;}



/* blog page css */

.inner-bg .blog-top-container { margin: 15px 15px  15px 15px;}

.inner-bg .blog-top-container h3 {

    display: block;

    font-family: 'rockwellregular';

    font-size: 20px;

   }

.single-post .blog-top-container .entry-content p { color: #4d4d4d;

    font-family: 'rockwellregular';

    font-size: 14px;

    line-height: 22px;

    margin-bottom: 10px;

    }

p { color: #4d4d4d;

    font-family: 'rockwellregular';

    font-size: 14px;

    line-height: 22px;

    margin-bottom: 10px;

    }

.single-post .blog-top-container h1  {display: block;

    font-family: 'rockwellregular';

    font-size: 22px;

    margin-bottom: 5px;

    }   

.single-post .blog-top-container .entry-meta {margin-bottom: 5px;}

.inner-content {margin: 15px;}

/* blog page css closed */

.entry-content .emp-left  {float: left; margin-left: 20px;  margin-bottom: 15px;}

.entry-content .emp-right {float: left; margin-left: 120px;}

.entry-content .emp-left ul li{ background: url("images/list-img.png") no-repeat scroll 3px 7px rgba(0, 0, 0, 0);

    color: #4d4d4d;    font-family: rockwellregular;    font-size: 14px;    line-height: 20px;    list-style: none outside none;    padding-left: 18px;}

.entry-content .emp-right ul li{ background: url("images/list-img.png") no-repeat scroll 3px 7px rgba(0, 0, 0, 0);

    color: #4d4d4d;    font-family: rockwellregular;    font-size: 14px;    line-height: 20px;    list-style: none outside none;    padding-left: 18px;}

.inner-content .entry-content h2 {color: #F1B645; font-family: rockwellregular; font-size: 18px; margin-bottom: 10px;}

/*  10 Jan closed  */

/*  13 Jan  */

.blog-top-container .update_date p a:hover{color:#F78F1E;}

.blog-top-container .update_date .news_date{float: left; margin-right: 6px; color: #2068be; text-decoration: underline;  padding-left: 15px;}

.update_date {line-height: 28px;}



.brochures-top .bro-head h5 {float:left;}

.brochures-top .bro-head .cata_name { 

    background: none repeat scroll 0 0 #F78F1E;

    border: 1px solid;

    color: #FFFFFF;

    font-family: rockwellregular;

    font-size: 18px;

    height: 33px;

    padding-left: 1px;

    padding-top: 13px;

    text-align: center;

    width: 337px;

   }

  .update_date {

    background: none repeat scroll 0 0 #F7F7F7;

    border: 1px solid #EBEBEB;

    display: block;

    line-height: 28px;

    margin-bottom: 3px;

}

.brochures-top .bro-head .Cata_description {

    background: none repeat scroll 0 0 #F78F1E;

    border: 1px solid;

    font-family: rockwellregular;

    color: #FFFFFF;

    font-size: 18px;

    height: 32px;

    padding-left: 5px;

    padding-top: 14px;

    text-align: center;

    width: 441px;}

.brochures-top .bro-head .cata-pdf {

    background: none repeat scroll 0 0 #F78F1E;

    border: 1px solid;

    font-family: rockwellregular;

    color: #FFFFFF;

    font-size: 18px;

    height: 32px;

    padding-left: 5px;

    padding-top: 14px;

    text-align: center;

    width: 172px;

   

    }

    

.brochures-top .brochures-blue {background: none repeat scroll 0 0 #A4D4FA; display: table;}

.brochures-top .brochures-blue P {float: left; width: 343px;color: #4d4d4d;

    font-family: rockwellregular;

    font-size: 14px;

    margin-bottom: 10px;

    margin-top: 10px;}

.brochures-top .brochures-blue P + p { width: 443px; }

.brochures-top .brochures-blue P + p + p { float: right;

    width: 180px;}

.brochures-top .brochures-orange P {float: left; width: 343px;color: #4d4d4d;

    font-family: rockwellregular;

    font-size: 14px;

    margin-bottom: 10px;

    margin-top: 10px;

    }

.brochures-top .brochures-orange P + p { width: 443px; }

.brochures-top .brochures-orange P + p + p { float: right;

    width: 180px;}         

/*  13 Jan closed  */



/*---------------sidebar----------------*/



.page .inner-rgt{ margin-top:26px;}



.inner_title h3{ font-size:36px;  display: block;  margin-bottom: 13px;   font-family: "BigNoodleTitling";    font-size: 36px;    font-weight: normal;}

.page .inner-rgt .brochures-top .bro-head .Cata_description{  background: none repeat scroll 0 0 #F78F1E;

    border: 1px solid;

    color: #FFFFFF;

    font-family: rockwellregular;

    font-size: 18px;

    height: 32px;

    padding-left: 5px;

    padding-top: 14px;

    text-align: center;

    width: 48%;



}

.page .inner-rgt .brochures-top .bro-head .cata-pdf {

    background: none repeat scroll 0 0 #F78F1E;

    border: 1px solid;

    color: #FFFFFF;

    font-family: rockwellregular;

    font-size: 18px;

    height: 32px;

    padding-left: 5px;

    padding-top: 14px;

    text-align: center;

    width: 23.45%;

}



.page .inner-rgt .brochures-top .bro-head .cata_name {

    background: none repeat scroll 0 0 #F78F1E;

    border: 1px solid;

    color: #FFFFFF;

    font-family: rockwellregular;

    font-size: 18px;

    height: 33px;

    padding-left: 1px;

    padding-top: 13px;

    text-align: center;

    width: 26%;

}

.page .inner-rgt .brochures-top .brochures-blue P {

    color: #4d4d4d;

    float: left;

    font-family: rockwellregular;

    font-size: 14px;

    margin-bottom: 10px;

    margin-top: 10px;

    padding-left: 2%;

    width: 24%;

}

.page .inner-rgt .brochures-top .brochures-orange p{ padding-left: 2%;    width: 24%;}

.page .inner-rgt .brochures-top .brochures-orange p + p,.page .inner-rgt .brochures-top .brochures-blue p + p {

    width: 47%;

}

.page .inner-rgt .brochures-orange {

    display: table;  width: 100%;

}

.page .inner-rgt .brochures-top {display: table;    width: 100%;}

.page .inner-rgt .brochures-top .brochures-blue {

    background: none repeat scroll 0 0 #E9F5FF;

    display: table;

    width: 100%;

}

.page .inner-rgt .brochures-top .brochures-orange p + p + p,

.page .inner-rgt .brochures-top .brochures-blue p + p + p {

    float: right;

    width: 22%;

}



.page .inner-rgt .contact-left {

    float: left;

    width: 63%;

}

.page .inner-rgt .contact-right{ width:30%;}

.page .inner-rgt .contact-left .wpcf7 input[type="text"],.page .inner-rgt .contact-left .wpcf7 input[type="tel"],.page .inner-rgt .contact-left .wpcf7 input[type="email"]{width:95%;}

.page .inner-rgt .contact-us .contact-left .wpcf7 textarea{ width:95%;}

.page .inner-rgt .entry-content h2{color: #F1B645; font-family: rockwellregular; font-size: 18px; margin-bottom: 10px;}

.page .inner-rgt .entry-content p{ color: #4d4d4d;

    font-family: 'rockwellregular';

    font-size: 14px;

    line-height: 22px;

    margin-bottom: 10px;}

.page .inner-rgt .req_form .single-field-left label{color: #4d4d4d;

    font-family: 'rockwellregular';

    font-size: 14px;

    line-height: 22px;}

.page .inner-rgt .req_form .single-field-right input[type="text"] {

    border: 1px solid #EBEBEB;

    color: #4d4d4d;

    font-family: rockwellregular;

    height: 27px;

    line-height: 26px;

    padding-left: 2%;

    width: 90%;

}

.page .inner-rgt .req_form .single-field-right textarea {

    border: 1px solid #EBEBEB;

    color: #4d4d4d;

    font-family: rockwellregular;

    height: 140px;

    line-height: 26px;

    padding-left: 2%;

    width: 90%;

}

.page .inner-rgt .request_quote .contact_main .fields .single-field-left {

    float: left;

    width: 53%;

}

.page .inner-rgt .request_quote .contact_main .fields .single-field-right {

    float: left;

    margin-bottom: 15px;

    width: 70%;

}

.page .inner-rgt .request_quote .contact_main .fields .single-field-right label {color: #4d4d4d;

    font-family: 'rockwellregular';

    font-size: 14px;

    line-height: 22px;

    

    }



.page .inner-rgt .req_form {

    float: left;

    margin-top: 20px;

    width: 100%;

}



.page .inner-rgt .req_form input[type="submit"] {

    background: none repeat scroll 0 0 #F78F1E;

    border-color: -moz-use-text-color -moz-use-text-color #E97F0C;
	    border-color: #E97F0C;

    border-style: none none solid;

    border-width: medium medium 4px;

    clear: both;

    color: #FFFFFF;

    float: left;

    font-family: bignoodletitling;

    font-size: 18px;

    margin-bottom: 30px;

    margin-top: 20px;

    padding: 6px 14px;

    width: auto;

    cursor: pointer;

}

.page .inner-rgt .small_pic {

    float: left;

    margin-bottom: 10px;

    margin-right: 3%;

    width: 21%;

}

.page .inner-rgt .blog_pic_inner{ width:100%;}

.page .inner-rgt .small_pic img{ width:100%;}

.page .inner-rgt .blog_nopic p, .page .inner-rgt .blog_pic p{



    color: #4d4d4d;

    float: none;

    font-family: rockwellregular;

    font-size: 14px;

    line-height: 20px;

    text-align: justify;

    width: auto;

}

.page .inner-rgt .wp-pagenavi a,.page .inner-rgt  .wp-pagenavi span {

    border: 1px solid #BFBFBF;

    color: #4d4d4d;

    font-family: rockwellregular;

    margin: 2px;

    padding: 3px 5px;

    text-decoration: none;

}



.page .inner-rgt .wp-pagenavi {

    clear: both;

    margin-bottom: 23px;

}

.page .inner-rgt .wp-pagenavi a:hover,.page .inner-rgt .wp-pagenavi span.current {

    background: none repeat scroll 0 0 #F78F1E;

    border-color: #CCCCCC;

    color: #FFFFFF;

}

.single-post .inner-rgt { margin-top: 26px !important;}

	

.single-post .entry-content p{

  color: #4d4d4d;

    float: left;

    font-family: rockwellregular;

    font-size: 14px;

    line-height: 20px;

    text-align: justify;

    width: 97%;

	 margin-bottom: 10px;



}

.single-post .inner-rgt  .entry-meta {

    border-bottom: 1px solid #EBEBEB;

    margin: 10px 0;

    padding-bottom: 4px;

	 width: 97%;

}

.single-post .inner-rgt  a{ color:#F78F1E;}

.single-post .inner-rgt a .entry-date {

    

    margin-left: 10px;

    text-decoration: none;

}

.single-post .inner-rgt h1{  color: #000000;    display: block;    font-family: "BigNoodleTitling";    font-size: 23px;}

.inner-rgt .inner-row {

    float: left;

    width: 98%;

}

.inner-rgt .update_date > p{ margin-top: 4px;}

.inner-rgt .news_date {    color: #2068be;    float: left;  margin-right: 10px;  margin-left: 12px;}



.featured-prod-h3 {font-size: 33px;

font-family: "BigNoodleTitling";

font-weight: normal;}

/***********25-aug-iframe-css************/
iframe.build{ border:1px solid #4d4d4d; width:100%;}

/***********endcss*****************/
.marquee-text {
    clear: both;
    display: table;
    margin: 7em auto 0;
}
.marquee-text .new_text {
    background: none repeat scroll 0 0 #f37221;
    border: 1px solid #d04f13;
    color: #fff;
    display: table;
    font-family: "BigNoodleTitling";
    font-size: 22px;
    font-weight: normal;
    margin: 6px auto;
    padding: 5px 15px;
    width: auto;
}

.inner_title h3 {
    padding: 9px 30px 0;
}
.pf-content p:first-child {
    padding: 0 30px;
}
