/*
Theme Name: Wordpress Foundation
Theme URI: http://320press.com/wpfoundation
Description: A bones/Zurb foundation based wordpress theme.
Version: 2.0
Author: 320press
Author URI: http://320press.com
Tags: bones, zurb, foundation, 320press, clean, basic
*/

/* layout */
option.bold {
     text-shadow: 0px 0px 0px black;
}
.more-link{
	white-space: nowrap;
}

p.attribution{
	text-align: right;
}

article.post{
	margin-bottom: 18px;
	border-bottom: 1px solid #E6E6E6;
}

header .menu-action {
    float: left;
    margin-top: 0;
    position: relative;
    top: 1px;
}

header .menu-action .button.small {
    padding: 8px;
}

header .menu-action .button.small svg {
    opacity: 0.5;
}

.mobile-nav-container{
	margin-left: -100%;
	float: left;
	width: 50%;
	position: absolute;
	top: 150px;
}

.active .mobile-nav-container{
	display: block;
	margin-left: 0;
}

.active #main{
	margin-left: 55%;
}

.mobile-nav-container,
#main{
	-moz-transition: all 0.25s ease-in 0s;
}

.side-nav{
	height: auto;
}

ul.tabs.vertical {
    border-bottom: 1px solid #E6E6E6;
    height: auto;
}

ul.tabs {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    height: 40px;
    margin-bottom: 20px;
    padding: 0;
}

ul.tabs.vertical li {
    border-left: 3px solid #CCCCCC;
}

ul.tabs.vertical li, ul.tabs.vertical li {
    float: none;
    height: auto;
}

ul.tabs li:first-child {
    margin-left: 0;
}

ul.tabs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

ul.tabs.vertical li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F2F2F2;
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1px 1px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 20px;
}

ul.tabs li a {
    color: #6F6F6F;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 23.8px;
}

/* typography */
h1, h2, h3, h4, h5, h6{ font-family: 'Open Sans', sans-serif; font-weight: 300;}

.siteinfo h1{ font-weight: 800; }

/* post styling */

#main p.meta{
	font-style: italic;
	color: #808080;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
	display: inline !important;
}

#main article img{
	max-width: 100%;
	margin-bottom: 18px;
}

h1.single-title{
	line-height: 1.1;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

p.tags a:hover{
	color: #f0f0f0;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

pre {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 18px;
    padding: 8.5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    color: rgba(0, 0, 0, 0.75);
    padding: 1px 3px;
}

code, pre {
    font-family: Monaco,Andale Mono,Courier New,monospace;
    font-size: 12px;
	padding: 5px 15px;
}

/* featured posts slider */
#featured{
	border: 1px solid #E6E6E6;
}

#featured div{
	padding: 0 15px;
}

#featured h3{
	margin-top: .2em;
	padding-left: .05em;
}

#featured p{
	padding-left: .1em;
}

#featured h3,
#featured p{
	width: 100%;
}

/* page styling */

.page-template-page-homepage-php #main {
	border-bottom: none;
}

/* comments */

#comments{
	line-height: 3.1rem;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

ol.commentlist div.avatar{
	float: left;
	margin-right: 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

.panel ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 1.5em;
	top: 0;
}

.comment h4{
	margin-bottom: 0;
}

a.comment-reply-link{
	position: absolute;
	right: 1.5em;
	bottom: 0;
}

#cancel-comment-reply{
	padding-left: 20px;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

li.next{
	text-align: right;
}

#sidebar1 .metadata,
#sidebar1 .caption{
	padding-bottom: 20px;
}

/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widget li{
	margin-bottom: 2px;
}

.widget ul.children{
	margin-bottom: 0;
}

.widget ul.children li{
	margin-left: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
}

a[class^='tag-link-']:hover{
	color: #f0f0f0;
}

@media only screen and (min-width: 768px) {
	ol.commentlist div.avatar{
		margin-right: 0;
	}

	#main{
		border-bottom: none;
	}

	#featured h3{
		margin-top: 2em;
		padding-left: 2em;
	}

	#featured p{
		padding-left: 4em;
	}

	#featured h3,
	#featured p{
		width: 66%;
	}
}

@media only screen and (min-width: 940px) {
	/* desktop specific styles */

	#main{
		margin-bottom: 0;
	}

	ol.commentlist div.avatar{
		margin-right: 0;
	}

}



/* Revised Homepage */
.banner{
	width: 100%;
	/*min-height: 344px;*/
	max-height: 505px;
	height: 505px;
	/*height: 100%;*/
	background: url('images/bg_banner.jpg') repeat-x;
	background-size:  cover;
	/*padding-top: 2%;
	padding-bottom: 2%;*/
}


.main-content-section{
	/*width: 74%;*/
	margin: 0 auto;
	padding: 0 35px;
	position: relative;
	background: #fff;
}

.main-content-section-wrapper{
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 15px #333;
	/*position: relative;
	top: -55px;*/
	margin-top: -55px;
}

.tab_column{
	float: left;
	width: 33.33%;
	border-right: 1px solid #b6b6b7;
	min-height: 860px;
	padding: 0 15px;
}

.tab_column:last-child{
	border-right: 0;
}

.tab_column h2 a,
.tab_column h2{
	font-family: 'dosismedium';
	font-size: 22px;
	color: #1B3764;
	line-height: normal;
	padding: 15px 0px 10px;
	border-bottom: 1px solid #b6b6b7;
}

.tab_column h3{
	font-family: 'open_sanssemibold';
	font-size: 14px;
	color: #198B8B;
	padding: 10px 0;
}

.article_feature_content img{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}

.article_feature_content p{
	color: #343433;
	font-size: 13px;
	font-family: 'open_sansregular';
	line-height: normal;
	padding-bottom: 15px;
}


.green_button a{
	display: inline-block;
	background: #87C240;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-family: 'terminal_dosisbold';
	padding: 5px 19px;
}

.tab_column h4{
	color: #203355;
	font-size: 13px;
	line-height: normal;
	font-family: 'terminal_dosissemibold';
	padding-bottom: 15px;
}

.divider{
	height: 1px;
	width: 100%;
	background: #b6b6b7;
	margin-bottom: 15px;
}

.counts{
	font-size: 36px;
	font-family: 'terminal_dosisbold';
	color: #1B3764;
	display: inline-block;
	padding: 15px 0 5px;
}

.counts small{
	font-size: 24px;
}

.right_img{
	float: right;
	margin: 20px 0 0 15px;
	width: auto !important;
	height: auto !important;
}

.fullWidth {
	width: 100%;
}

.bLeft {
	border-left: 1px solid #B6B6B7 !important;
}

.bRight0 {
	border-right: none !important;
}

.login_details{
	display: none;
	border: 1px solid #cecece;
	width: 250px;
	padding: 15px;
}
.block{
	display: block;
}

.login_details input[submit],
#logout,
.form_content input.reset,
#Credential_Submit,
a.back_to_indust_credential,
.publish a,
.deny a{
	font-family: 'terminal_dosissemibold';
	font-size: 11px;
	color: #fff;
	background-color: #80BD41;
	padding: 10px 28px;
	border: none;
	text-transform: uppercase;
}

.sumbit_credential a#sub_cred{
	font-family: 'terminal_dosissemibold';
	font-size: 11px;
	background-color: #80BD41;
	text-transform: uppercase;
	margin-left: 128px;
	border: 1px solid #cecece;
	padding: 10px;
	display: inline-block;
	color: #fff;
	z-index: 2;
	position: relative;
}
.submit_Cred_form{
	float: right;	
}
.heading{
	float: left;
}
.login_details input{
	height: 32px!important;
	margin-bottom: 7px;
	width: 200px!important;
}
.login_details{
	border: 1px solid #cecece;
	position: relative;
	z-index: 1;
	margin-top: -1px;
	background-color: #fff;
	padding: 20px;
	width: 251px;
}
.submit_Cred_form{
	position: relative;
}
.sumbit_credential{
	position: absolute;
	right: 0px;
	top: 30px;
	right: 25px;
}
.login_details input::-webkit-input-placeholder,
.login_details input{
   font-family: 'open_sansitalic';
}

/*submit a credential starts*/
.usernm_logout{
	background-color:#fff;
	padding: 20px 60px;
	border: 1px solid #e3e3e3;
	margin-bottom: 22px;
	width: 340px;
	float: right;
	margin-top: 2px;
}
.usernm_logout .user_name{
	font-size: 12px;
	color:#BC4627;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.usernm_logout #logout{
	float: left;
}
.Cred_param .cred_title{
	font-size: 24px;
	font-family: 'dosismedium';
	color: #203456;
	margin-bottom: 25px;
}
.Cred_param .cred_parm_cont{
	font-size: 16px;
	color:#323232;
	font-family: 'dosisbook';
	padding-right: 37px;
}
.Cred_param{
	border: 1px solid #cacaca;
	padding: 20px 35px;
	background-color: #f3f3ee;
	width: 340px;
	float: right;
}
.nopadding{
	padding:0px;
}
.cred_parm_cont p{
	margin-bottom: 5px;
}
.logout_cred_param{
	margin-right: 20px;
}
.form_content ul li{
	list-style: none;
}
.form_content ul li label{
	cursor: default;
	display: inline-block;
	font-family: 'open_sansregular';
	color:#323232;
}
.form_content ul li select,
.form_content ul li input{
	width: 115px;
	display: inline-block;
	border: 1px solid #d7d7d7;
	padding: 3px 2px;
}
.form_content input[type="radio"]{
	width: 15px;
	height: 12px;
}
.form_content ul.section_two li{
	border-top: 1px solid #cacaca;
	padding: 20px 15px 20px 0px;
}
.form_content ul li input{
	height: 26px;
}
.radio-826,
.radio-609,
.menu-151,
.menu-523{
	float: right;
}
.form_content ul.section_one label{
	width: 105px;
}
.form_content ul.section_one li{
	margin-bottom: 10px;
}
.form_content ul.section_one .or{
	width: 20px;
	margin: 0px 10px;
}
.menu-637{
	margin-left: 20px;
}
.sub_credential_title{
	width: 100%!important;
}
.sub_credential_title #pv_title{
	margin-bottom: 25px;	
}
.form_content ul li select{
	color:#656565;
}
.form_content input::-webkit-input-placeholder,
.form_content input{
	font-size: 12px !important;
	font-family: 'open_sansitalic';
	text-align: center;
}
.form_content ul.section_two{
	margin-bottom: 5px;
}
.form_content{
	width: 550px;
	padding-left: 12px;
}
.add_a_cred_content{
	font-size: 13px;
	color: #323232;
}
.back_to_indust_credential{
	display: inline-block;
	margin-top: 20px;
}
.back_to_indust_credential:hover{
	color: #fff;
}
.height{
	min-height: 551px;
}
.add_a_cred_content p{
	font-family: 'open_sansregular'; 
}
/*submit a credential ends*/
/*manage credential starts*/
ul.display_selection li{
	float: left;
	list-style: none; 
	margin-right: 2px;
}
ul.display_selection li a,
.remove_button a{
	color:#fff;
	background-color: #80BC41;
	padding: 3px 0px;
	font-size: 10px;
	font-family: 'open_sansregular';
	width: 100px;
	display: block;
	text-align: center;
}
.remove_button a:hover{
	color:#fff;
}
.remove_button a{
	padding: 7px 0px;
}
ul.display_selection li span{
	font-size: 12px;
	color:#666666;
	margin-right: 10px;
}
.select_for_results ul li{
	float: left;
	list-style: none;
}
.selection_header{
	background-color: #E6E2DD;
	padding: 14px 5px !important;
	height: 50px;
}
.result_table .header,
.result_table thead{
	background-color: #999999;
}
.result_table .header li{
	color:#fff;
	list-style: none;
	font-family: 'open_sansregular';
}
.select_for_results ul li span{
	display: inline-block;
}
.search_div{
	border-right:2px solid #d0ceca; 
}
.select_for_results ul li span{
	color:#323232;
	font-size: 12px;
	font-family: 'open_sansregular';
	margin-right: 8px;
}
.result_table tr:nth-child(even) {
	background-color:#efefef;
}
.result_table tr th,
.result_table tr td{
	border-right:1px solid #cacaca; 
	font-family: 'open_sansregular';
	font-size: 12px;
	padding: 15px 22px!important;
}
.result_table tr th:last-child,
.result_table tr td:last-child{
	border-right:none; 
}
.result_table tr th{
	color:#FFFFFF;
}
.selection_header input{
	border: 1px solid #cacaca;
	height: 25px;
	color:#989898;
}
.selection_header select{
	color:#989898;
	width: 115px;
}
.result_table td:nth-child(1),
.result_table tr th:nth-child(1){
	width: 20%;
}
.result_table input[type="checkbox"] {
	background-color: #fff;
	margin-top: 4px;
	height: 11px;
	margin-right: 30px;
}
.result_table td:nth-child(2){
	color: #003366;
}
.result_table td{
	font-size: 11px;
	color:#000;
	font-family: 'open_sansregular';
}
.pages{
	color:#666666;
}
.search_div input[type="text"]{
	font-family: 'open_sansitalic';
	font-size: 12px;
	width: 150px;
	height: 25px;
}
/*.search_div input{
	background:url(images/search_img.jpg)no-repeat;
	background-position: right; 
}*/
/*manage credential ends*/
/*Credentials Details starts*/
.design_name,
.submited_by{
	float: left;
}
.design_name{
	font-size: 24px;
	color: #203456;
	font-family: 'dosismedium';
	margin-right: 20px;
}
.submited_by span{
	font-size: 11px;
	color:#003366;
	font-family: 'open_sansregular';
}
.submited_by{
	margin-left: 20px;
	margin-top: 10px;
}
ul.colg_clus_cred li{
	float: left;
	list-style: none;
}
ul.colg_clus_cred{
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	padding-top: 22px;
}
ul.colg_clus_cred li{
	border-right:1px solid #cecece;
	padding: 0px 18px;
	padding-bottom: 10px;
}
ul.colg_clus_cred li:last-child{
	border-right:none; 
}

a.back_to_manage_credential{
	display: inline-block;
	float: right;
	margin-top: 20px;
}
a.back_to_manage_credential:hover,
.publish_deny a:hover{
	color:#fff;
}
.publish_deny{
	float: right;
	margin: 10px 0px;
}
.designnm_submitbty{
	margin-top: 45px;
	margin-bottom: 10px;	
}
.submited_by span:nth-child(2){
	color:#000;
	margin-left: 8px;
}
.colg_clus_cred li div{
	color: #323232;
	font-size: 13px;
}
.colg_clus_cred li{
	color:#003366;
	font-size: 11px;
	font-family: 'open_sansregular';
	width: 300px;
}
ul.complete_credential_detail li{
	list-style: none;
	border-bottom: 1px solid #cdcdcd;
	padding: 22px 0px;
	padding-left: 20px;
}
ul.complete_credential_detail li:last-child{
	border: none;
}
ul.complete_credential_detail li label{
	display: inline-block;
	font-size: 13px;
	font-family: 'open_sansregular';
	color: #323232;
	width: 420px;
}
ul.complete_credential_detail li span{
	color:#4F782D;
	font-size: 14px;
	font-family: 'open_sanssemibold';
}
ul.complete_credential_detail{
	width: 520px;
	margin-bottom: 35px;
}
ul.complete_credential_detail li:last-child { 
    border:none; 
} 
ul.colg_clus_cred .credit_nocredit{
  	border-right: none;
}
/*Credentials Details ends*/
.close_box a,
.close_box a:hover{
 color: #2a2a2a;
 text-decoration: underline;
}

.ie .sub_menu ul{
	width: auto !important;
}

.test_centre_content p,
.test_centre_content p strong,
.test_centre_content p a,
.test_centre_content p span{
	font-family: 'open_sansregular' !important;
	
	font-size: 14px !important;
	
}

.test_centre_content p a,
.test_centre_content p:first-child span{
	font-size: 14px !important;
	color: #198c8c !important;
	font-family: 'open_sanssemibold' !important;
}


.test_centre_content p{
	margin-bottom: 10px !important;
}

.address_list_box  ul#test_Centres li a{
	display: block;
	width: 85%;
	word-wrap: break-word;
}