#primaryPostForm #content-wrap {
	display: inline-block;
	max-width: 73%;
	vertical-align: top;
	width: 100%;
}

#primaryPostForm #content-wrap fieldset {
	border: 1px solid #ddd;
}

#primaryPostForm #content-wrap fieldset input,
#primaryPostForm #content-wrap fieldset textarea {
	border: 1px solid #ddd;
	outline: 0;
}

#primaryPostForm #meta-wrap {
	display: inline-block;
	max-width: 25%;
	margin-top: 54px;
	vertical-align: top;
	width: 100%;
}

#primaryPostForm #meta-wrap fieldset {
	border: 1px solid #ddd;
	margin-bottom: 14px;
	padding: 10px;
}

#primaryPostForm #content-wrap fieldset,
#primaryPostForm #meta-wrap fieldset,
#primaryPostForm #content-wrap fieldset .wp-switch-editor {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

#primaryPostForm #content-wrap fieldset .wp-switch-editor {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#primaryPostForm legend {
    padding: 0 10px;
}

#primaryPostForm {
	width: 100%;
}

#primaryPostForm label {
	color: #444;
    font-weight: normal;
}

#primaryPostForm fieldset > input,
#primaryPostForm fieldset > textarea {
    padding: 10px;
	width: 100%;
}

.page-post-new #primaryPostForm .has-media-checkboxes {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px 0;
	pointer: default;
	user-select: none;
}

#primaryPostForm fieldset > input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

#primaryPostForm fieldset {
	margin-bottom: 10px;
}

.has-media-checkboxes {
	line-height: 2.5;
}

#primaryPostForm #submit {
    padding: 10px;
	width: 100%;
}

#primaryPostForm #post_tags {
    width: 100%;
}

.primaryForm {
	background: #fff;
	display: table;
	color: #444;
	cursor: default;
	font-size: 9pt;
	margin: 0 auto;
	overflow: hidden;
	display: table !important;
	text-align: justify;
	width: 100%;
}

.primaryForm .main-actions a {
    cursor: pointer;
}

.primaryForm p {
    text-align: justify;
}

.primaryForm div {
	padding: 12px;
	table-layout: fixed;
}

.primaryForm .table_row {
	display: table-row;
}

.primaryForm .table_cell {
	box-sizing: border-box;
	display: table-cell;
}

.primaryForm .table_cell {
    border: 1px solid;
	vertical-align: middle;
}

.primaryForm .table_cell:nth-child(3),
.primaryForm .table_cell:nth-child(4),
.primaryForm .table_cell:nth-child(5),
.primaryForm .table_cell:nth-child(6),
.primaryForm .table_cell:nth-child(7)  {
    text-align: center;
}


.primaryForm .table_row .table_cell:nth-child(2),
.primaryForm .table_row .table_cell:first-child {
    width: 24%;
}

.primaryForm .table_row .table_cell:last-child {
    text-align: center;
}

.primaryForm .not-found {
    background-color: rgba(0,0,0,.08);
    border: 1px solid #fff;
    caption-side: bottom;
    display: table-caption;
    padding: 12px;
    text-align: center;
}

#primaryPostForm .dynamic_fields tr:last-child {
	position: relative;
}

#primaryPostForm .dynamic_fields tr:last-child th {
	text-align: left;
}

#primaryPostForm .add-new-field,
#primaryPostForm .submit {
    outline: 0;
    border: 1px solid #ddd;
}

.wpuf-table a {
    font-weight: normal;
    font-size: 12px;
}

.wpuf-table .table_cell:nth-child(3) a,
.sidebar_login_links a,
.primaryForm .table_cell:nth-child(7) a {
	color: #555;
    padding: 5px;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.wpuf-table .table_cell:nth-child(3) a:hover,
.sidebar_login_links a:hover,
.primaryForm .table_cell:nth-child(7) a:hover {
    color: #1584eb;
}

.primaryForm .table_row:nth-child(2n+1) {
	background-color: rgba(0,0,0,.05);
}

.primaryForm .table_row:first-child {
	background-color: rgba(0,0,0,.1);
	user-select: none;
}

.page-main #postLoader_btn {
	display: table-caption;
	caption-side: bottom;
	margin-top: 6px;
}

.sidebar_login_links a {
    display: block;
    margin: 2px auto 2px 0;
    width: auto;
}

#primaryPostForm .form-table .table_head,
#primaryPostForm .form-table .table_cell {
    text-align: right;
    font-family: tahoma;
    font-size: 9pt;
    vertical-align: middle;
}

#primaryPostForm .event-date {
    display: table;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 10px !important;
}

#primaryPostForm .event-date .timestamp-wrap {
    display: table-row;
}

#primaryPostForm .event-date .timestamp-wrap.end_date > * {
	margin-top: 3px;
}

#primaryPostForm .event-date span,
#primaryPostForm .event-date input {
    display: table-cell;
	margin: 0 2px;
	padding: 2px 4px;
}

#services {
    width: 100%;
}

label[for="wpnio_news_sources"],
label[for="wpnio_news_type"] {
	display: inline-block;
	width: 25% !important;
}

#wpnio_news_sources,
#wpnio_news_type {
	width: 72%;
}

.form-table {
	margin-bottom: 0;
}

.form-table input[type="radio"] {
    margin: 0 8px 0 4px;
    vertical-align: middle;
}

span.error,
form#primaryPostForm label.error {
    color: #bf210e;
    display: block;
    line-height: 1.6em;
    margin: 5px 0;
    padding: 0.4em;
    text-align: right;
}

#update_div {
	visibility: hidden;
	margin-bottom: 10px;
	padding: 12px 5px;
	text-align: center
}

.update-wait::before{
	content: "\f110";
	font-family: "Font Awesome 5 Pro";
	padding: 0 0 0 5px;
}

#update_div.update-wait {
	background-color : rgb(0, 88, 255);
	color: #fff;
	display: block;
	visibility: visible;
}

#update_div.update-success::before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
	padding: 0 0 0 5px;
}

#update_div.update-success {
	background-color : rgb(0, 88, 255);
	color: #fff;
	display: block;
	visibility: visible;
}

#update_div.update-error::before{
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
	padding: 0 0 0 5px;
}

#update_div.update-error {
	background-color: rgb(236, 79, 79);
	color: #fff;
	display: block;
	visibility: visible;
}

#primaryPostForm .submit::before{
    content: "\f1d8";
    font-family: "Font Awesome 5 Pro";
	padding: 0 6px;
}

.page-user .submit {
	margin-left: auto;
}

.postcount {
    margin: 10px auto;
    text-align: center;
}
.page .entry-header {
    display: none;
}
#cc-top-commenters li {
    width: 100%;
    float: right;
    list-style-type: none;
}
#cc-top-commenters li img {
    float: right;
    margin-top: -5px;
}
.read.page-content {
    width: 100%;
    margin-top: 10px;
}
.comments-central-section {
    display: inline-block;
    margin: 0 5px 0 10px;
    vertical-align: top;
    width: 26%;
}
.comments-central-section-a {
    width: 97.5%;
}
.comments-central-section-a .wli > a {
    background: url('images/white-grad.png') top right repeat-x;
    padding: 2px 4px 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 2px;
    border: 1px solid #DDDDDD;
    color: #777777;
    transition: all 0.4s ease 0.1s;
    -webkit-transition: all 0.4s ease 0.1s;
}
.comments-central-section-a .wli > a:hover {
    border: 1px solid #CCCCCC;
    color: #444444;
}
.comments-central-section ul {
    min-height: 722px;
    padding: 4px;
    width: 100%;
    border: 1px solid #eee;
}
.comments-central-section ul li {
    padding: 8px;
    margin: 1px auto;
    width: 98%;
}
.comments-central-section ul li:nth-child(2n+1) {
    background-color: #fafafa;
}
.comments-central-section ul li:nth-child(2n) {
    background-color: #FFF7E3;
}
.comments-central-section .who img {
    height: 26px;
    width: 26px;
    vertical-align: middle;
}
.comments-central-section .who > p {
    margin-bottom: 0;
}
.comments-central-section .wli {
    padding: 1px 2px;
    margin-right: 2px;
}
.comments-central-section .said {
    padding: 2px 25px;
    text-align: justify;
}
.comments-central-section h3 {
    background: none repeat scroll 0 0 #4FADEF;
    border: 1px dashed #FFFFFF;
    color: #FFFFFF;
    margin: 0 auto 8px auto;
    padding: 5px;
    width: 95%;
}
.who {
    display: inline-block;
    margin-left: 5px;
}
.entry-meta .cfooter > a {
    color: #FFFFFF;
    padding: 3px 12px 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.4s ease 0.1s;
    -webkit-transition: all 0.4s ease 0.1s;
}
/*.comments-central-section.mainw {width: 31.12%;}*/

.comments-central-section.mainw {
    width: 47.7%;
}
.comments-central-section.mainw h3 {
    background-color: #96C100;
}
.comments-central-section.mainw li {
    width: 94%;
}
.comments-central-section.mainw li:nth-child(2n) {
    background-color: #F0F0F0;
}

img {
    height: auto;
    max-width: 100%;
}

.primaryForm tr > td:last-child {
    text-align: center;
	width: 15%;
}

.mytarget.postcount{
	background-color: #5599dd;
}

#message {
	-webkit-box-shadow: 0 0 4px -1px rgba(0,0,0,.2);
	box-shadow: 0 0 4px -1px rgba(0,0,0,.2);
    margin-bottom: 6px;
    padding: 6px;
	text-align: center;
	user-select: none;
}

#message.updated::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
}

#message.error {
    background-color: #fff;
    border-right: 4px solid #ff5555;
}

#message.error::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    padding: 0 0 0 5px;
}

#allowed_categories {
	max-height: 165px;
	overflow-y: auto;
	padding: 10px;
}

#allowed_categories label {
	display: block;
}

.page-post .dynamic_fields td,
.page-post .dynamic_fields th,
.page-edit .dynamic_fields td,
.page-edit .dynamic_fields th {
	border: 0;
    padding: 2px 0 !important;
	vertical-middle: middle;	
}

.page-post .dynamic_fields td input,
.page-post .dynamic_fields th input,
.page-edit .dynamic_fields td input,
.page-edit .dynamic_fields th input {
    height: 44px !important;
}

.page-post-new .dynamic_field_row .delete-field,
.page-edit .dynamic_field_row .delete-field{
	border: 0 !important;
	top: 0;
}

.user_dashboard_count {
	color: #181818;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 6px;
	width: 100%;
}

.user_dashboard_count > div {
	background-color: rgba(0,0,0,.05);
	cursor: default;
	line-height: 2;
	padding: 6px 5px 8px;
	text-align: center;
	-ms-user-select: none;
	user-select: none;
	width: calc(25% - 4px);
}

.user_dashboard_count > .analytics {
    display: table-caption;
    width: 100%;
}

.frontend_status{
	cursor:help;
}

.page-main .site-content {
    margin: 8px auto;
	width: 100%
}

#show_user_likes,
#show_user_favs {
	max-height: 200px;
}

.dynamic_fields td {
    width: 82%;
}

.dynamic_fields th {
    width: 8% !important;
}

.page-user .entry-content {
    padding: 0;
}

.page-user .form-table td,
.page-post-new .form-table td {
    padding: 2px;
    border: 0;
}

.page-user .site-content {
	background-color: rgba(0,0,0,0);
	padding: 0;
}

.page-user .site-content > div[id^="post"] {
	width: 100%;
}

.page.page-user .form-table tr {
    border-bottom: 6px solid rgba(0,0,0,0);
}

.page.page-user .form-table td {
    border: 0;
    padding: 0;
}

.page-user .form-table th {
	font-family: inherit;
	font-weight: 400 !important;
}

.page-user .upload-btn {
	margin-top: 5px !important;
	right: 4px;
}

.page-user .delete-btn {
    right: 46px !important;
}

.page-edit .upd_img,
.page-post-new .upd_img {
	max-width: 400px;
	max-height: 400px;
	width: 100%;
}

.page.page-user .site-main input[type="text"],
.page.page-user .site-main input[type="password"] {
	margin: 0;
    padding: 10px;
}

.page.page-user .site-main input[name="email"] {
	text-align: left;
}

.page.page-user .site-main .upd_img {
	cursor: pointer;
	display: inline-block;
	height: 38px;
	margin: 0;
	margin-left: 4px;
	padding: 0 !important;
	position: relative;
	transform: scale(1);
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	vertical-align: top;
	width: auto;
	z-index: 1;
}

.page.page-user .site-main .upd_img:active {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	transform: scale(5);
	z-index: 99;
}

.page.page-user .site-main #over_profile_image input[type="text"],
.page.page-user .site-main #over_profile_cover input[type="text"] {
	color: #fff;
	cursor: default;
	height: 38px;
	pointer-events: none;
	user-select: none;
	display: none;
	width: 82px !important;
}

.page.page-user #over_profile_cover td,
.page.page-user #over_profile_image td {
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	display: inline-block;
	padding: 3px;
	position: relative;
	-webkit-transition: all .2s ease 0.05s;
	transition: all .2s ease 0.05s;
	width: auto;
}

.page.page-user #over_profile_cover td .upload-btn,
.page.page-user #over_profile_image td .upload-btn {
	position: initial;
}

#meta-box-id .button {
	bottom: 0;
	display: inline-flex;
	left: 0;
	margin: 0 3px;
	position: relative;
	right: 0 !important;
	top: 0 !important;
	padding: 0 !important;
}

.media-modal.wp-core-ui {
	z-index: 99999999;
}

#display_name {
	padding: 8px;
}

#phone_number {
	padding: 10px;
}

@media (max-width: 644px){
	#primaryPostForm #content-wrap,
	#primaryPostForm #meta-wrap {
		max-width: 100%;
	}
}

@media (max-width: 420px){
	#primaryPostForm .dynamic_fields th,
	#primaryPostForm .dynamic_fields td {
		display: block;
		width: 100% !important;
	}
}

@media (max-width: 360px){
	.primaryForm div {
		padding: 10px 5px;
	}
	.table_cell{
		position: relative;
	}
	.table_cell:last-child a {
		display: block;
		margin: 6px 0;
		padding: 4px!important;
	}
	.post-status .frontend_status {
		display: inline-flex!important;
		position: absolute;
		right: -29px;
		top: 30px;
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		width: 100px;
	}
}