/* FONT IMPORT */
@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body {
	background: none repeat scroll 0 0 #f4f2f0; color: #444; font-family: "Open Sans", sans-serif; font-size: 13px; line-height: 1.4em; min-width: 0;
}

/* DASHBOARD */
.adminbar {
	background: none repeat scroll 0 0 #222;
    color: #ccc;
    direction: ltr;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: 32px;
    left: 0;
    min-width: 600px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.adminbar h2 {
	font-family: 'Racing Sans One', cursive;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 35px;
	margin: -5px 0px 0;
}

.adminmenuwrap {
	float: left;
    position: fixed; 
	background-color: #222;
    width: 160px;
	bottom: 0;
    top: 0;
	padding-top: 45px;
}

.adminmenuwrap ul {
	margin: 0px;
}

.adminmenu li {
	cursor: pointer;
    margin: 0;
    padding: 0;
}

.adminlogout {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 0 10px;
}

.adminlogout a {
	color: #fff;
}

.adminlogout:hover {
	background-color: #000;
}

.adminlogout a:hover {
	text-decoration: none;
	color: #fff;
}

.dashicons-dashboard {
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
	color: #999;
}

.dashicons-dashboard.active {
	color: #fff;
}

.dashicons-dashboard-active-link {
    height: 32px;
    width: 160px;
    display: block;
	background: #0074a2 url(../img/admin-icon-active.gif) no-repeat right center;
}

.dashicons-dashboard-no-active-link:hover {
    height: 32px;
    width: 160px;
    display: block;
	background: url(../img/admin-icon-no-active.gif) no-repeat right center;
}

.dashboard-25 { 
	margin: 1% 0 0;
	width: 23.9%;
	clear: right;
    float: left;
    overflow: hidden;
    padding: 0 0 10px 0;	
	background-color: #fff;
}

.dashboard-25-next {
	margin-left: 1%;
}

.dashboard-25 h2 {
	margin: 5px 30px;
}
.dashboard-25 div {
	width: 80%;
	padding: 0 5%;
}

.dashboard-top li {
	border-bottom: 1px solid #f2f2f2;
}

.dashboard-top li span {
	display: block;
	float: right;
	padding-right: 10px;
}
.has-current-submenu {
	position: absolute;
	left: 0;
	width: 160px;
	height: 34px;
}

.not-current:hover {
	background: #111 url(../img/admin-icon-no-active.gif) no-repeat right center;
}

.is-current-arrow {
	border-color: transparent #f1f1f1 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
	height: 0;
	top: 20%;
	right: 0;
	position: absolute;
}

.no-current-arrow {
	border-color: transparent #333 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
	height: 0;
	top: 20%;
	right: 0;
	position: absolute;
}

.menu-name {
	padding: 8px 0 2px;
	color: #fff;
	font-size: 14px;
    font-weight: 400;
    line-height: 18px;
	float: left;
}

.menu-image {
	float: left;
    height: 24px;
    margin: 0;
    text-align: center;
    width: 36px;
	padding: 7px 0 1px;
}

.sub-menu {
	border: 0 none;
    min-height: 34px;
    position: relative;
}
.sub-menu a {
    text-decoration: none;
}

.submenu {
	background-color: #333;
    border: 0 none;
    bottom: auto;
    box-shadow: none;
    left: auto;
    margin-top: 0;
    position: relative;
    right: auto;
    top: auto;
    z-index: 3;
	padding: 7px 0 8px;
}

.submenu li {
	padding: 3px 12px;
}

.submenu li a {
	color: #bbb;
}

.submenu li a:hover {
	color: #fff;
}

.submenu li.current a {
	color: #fff;
}

/* LOGIN FORM */

.login {
	margin: auto; padding: 8% 0 0; width: 320px;
}

.login h1 {
	font-family: 'Racing Sans One', cursive;
	text-align: center;
	font-size: 27px;
}

.text-center { text-align: center; }

.login form {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    font-weight: 400;
    margin-left: 0;
    margin-top: 20px;
    overflow: hidden;
    padding: 26px 24px 46px;
}

.login label span {
	display: block;
    color: #777;
    font-size: 16px;
}

.login input[type="text"], .login input[type="email"], .login input[type="password"] {
    background: none repeat scroll 0 0 #fbfbfb; 
    font-size: 20px;
    line-height: 1;
    margin: 2px 6px 16px 0;
    padding: 5px 5px;
	border-radius: 0px;
    width: 95%;
	border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    color: #333;
    transition: border-color 0.05s ease-in-out 0s;
}
.login .button-primary {
	float: right;
}

.login .message {
	margin-left: 0;
    padding: 12px;
	background-color: #fff;
    border-left: 4px solid #7ad03a;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.login .message ul li {
	list-style: none;
}

.login .message ul {
	margin: 0px;
}

/* Button */
.button-ui {
	height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
}
.button-primary {
	background: none repeat scroll 0 0 #2ea2cc;
    border-color: #0074a2;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
	border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}

.button-primary:hover {
	background: none repeat scroll 0 0 #1e8cbe;
    border-color: #0074a2;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #fff
}

/* POST */
.content {
	margin: 25px 0 0 180px;
	height: 100%;
	
}

.body {
	position: relative;
}

.body-content {
	float: left;
    overflow: visible !important;
    padding-bottom: 65px;
    width: 100%;
}

.wrap {
	margin: 10px 20px 0 2px;
	position: relative;
    top: 0;
}

.poststuff {
	min-width: 763px;
}

.post-body.columns-2 {
    margin-right: 300px;
}

.post-body-content {
	float: left;
    min-width: 463px;
    width: 100%;
	margin-bottom: 10px
}

.http {
	display: inline-block;
}

.uri {
	padding: 0px 3px !important;
	height: auto !important;
	margin: 0px !important;
	font-size: 12px !important;
	width: 40% !important;
}

.urldiv {
	vertical-align: bottom;
	height: 35px;
}

.titlediv {
	margin-bottom: 10px;
    position: relative;	
}

.titlewrap {
	border: 0 none;
    padding: 0;
}

.title-prompt-text {
    color: #777;
    font-size: 1.7em;
    padding: 11px 10px;
    position: absolute;
	cursor: text;
}

.titlewrap .title {
    background-color: #fff;
    font-size: 1.7em;
    height: 1.9em;
    line-height: 100%;
    margin: 0;
    outline: 0 none;
    padding: 3px 8px;
    width: 100%;
	border-radius: 0px;
}

.postbox-container {
    float: right !important;
    margin-right: -300px;
    width: 280px;
}

.side-sortables {
	
}

.postbox {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    min-width: 255px;
    position: relative;
}

.poststuff h3 {
	font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 8px 12px;
}

.poststuff h3 span {
	color: #888;
}

.misc-publishing-actions {
    padding: 6px 0 0;
}

.feat-publishing-actions {
    padding: 0px 0 0;
}

.feat-publishing-actions .redactor_editor {
	min-height: 50px !important;
}

#misc-publishing-actions label {
	display: inline-block !important;
	font-size: 13px;
    line-height: 1.4em;
}
.misc-pub-section {
	padding: 3px 10px 3px !important;	
}


.major-publishing-actions {
	background: none repeat scroll 0 0 #f5f5f5;
    border-top: 1px solid #ddd;
    clear: both;
    padding: 10px;
	height: 30px;
}

.col-right {
	width: 65%;
	clear: right;
    float: right;
	margin: 0;
    overflow: hidden;
    padding: 0;	
}

.col-left {
	width: 35%;
	margin: 0;
    overflow: hidden;
    padding: 0;
}

.col-dashboard-left {
	width: 65%;
	clear: right;
    float: left;
	margin: 0;
    overflow: hidden;
    padding: 0;	
	background-color: #fff;
}

.col-dashboard-left div {
	width: 94%;
	padding-left: 2%;
}
.col-dashboard-left h2 {
	padding-left: 20px;	
}

.col-dashboard-right {
	width: 33%;
	float: left;
	margin: 0 0 0 1%;
    overflow: hidden;
    padding: 0;
	background-color: #fff;
}

.col-dashboard-right div {
	width: 94%;
	padding-left: 2%;
}

.col-dashboard-right h2 {
	padding-left: 20px;	
}

.col-wrap {
	padding: 0 7px;
}

.wrap-page-view {
	width: 96.5%;
	padding-left: 2%;
	background-color: #fff;
}

.wrap-page-view div {
	width: 98%;
}

.col-wrap h3 {
    font-size: 1.1em;
    margin: 12px 0;
}

#form label {
	margin-bottom: 0px;
}

#form label span {
	display: block;
    padding: 2px;
	font-weight: 600;
	font-size: 14px; 
	color: #222;
}

#form label input[type="text"], #form table td input[type="text"] {
	border-style: solid;
    border-width: 1px;
    width: 95%;
	border-radius: 0px;
	margin: 1px;
    height: 35px;
}

#form label textarea {
	border-style: solid;
    border-width: 1px;
    width: 95%;
	border-radius: 0px;
	margin: 1px;
    height: 120px;
}

#form table td input[type="submit"] {
	width: auto !important;
}

#form p.info {
	color: #666;
    margin: 0px 0 0 5px;
	font-size: 13px;
    font-style: italic;
	width: 95%;
}

#form p {
	padding-left: 10px;	
}
#form .button-primary {
	margin: 10px 0 0 5px;
}

#form ul.error {
	margin: 0px;
	width: 93%;
	padding: 0 1%;
	background-color: #ffebe8;
}

table.fixed {
	table-layout: fixed;
}

table.widefat {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.list-table {
	margin-top: 10px;
}

.widefat th {
	 text-align: left;
}

.widefat td {
	
}

.cb {
	width: 2.2em;
	text-align: center;
}

.cb input[type="checkbox"] {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    clear: none;
    color: #555;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 0;
    min-width: 16px;
    outline: 0 none;
    padding: 0 !important;
    text-align: center;
    transition: border-color 0.05s ease-in-out 0s;
    vertical-align: middle;
    width: 16px;
	margin: -4px 4px 0 0 !important;
}

.alternate {
	background-color: #f9f9f9;	
}

.alternate-2 {
	background-color: #fff;
}

.message {
	clear: both;
	margin: 5px 0 15px;
	background-color: #fff;
    border-left: 4px solid #7ad03a;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 1px 12px;
}

.message ul {
	margin: 0.5em 0;
    padding: 2px;
}
.message ul li {
	padding: 0px; margin: 0px;
}

.row-title {
	font-size: 14px !important;
    font-weight: 400 !important;
}

.bulkaction {
	padding: 5px 0;
}

.bulkresults {
	float: right;
	color: #777;
    font-size: 12px;
    font-style: italic;
    margin-right: 2px
}

.bulkaction select{
	float: left;
    margin-right: 6px;
    max-width: 200px;
	width: auto;
	height: 28px;
    line-height: 28px;
    padding: 2px;
    vertical-align: middle;
}

.button-secondary {
	margin: 1px 8px 0 0;
	background: none repeat scroll 0 0 #f7f7f7;
    border-color: #ccc;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    color: #555;
    vertical-align: top;
	border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}

.redactor_ {
	min-height: 350px;
}

.excerpt {
	width: 95% !important;
	height: 100px !important;
	font-size: 15px !important;
	line-height: 22px !important;
}

.publishing-action {
    float: right;
    line-height: 23px;
    text-align: right;
}

.publishing-action .button-primary {
	margin: 0px !important;
}

.delete-action {
    float: left;
    line-height: 28px;
    text-align: left;
    vertical-align: middle;
}

.submitdelete {
    color: #a00;
}

.edit-post-status, .browse {
	text-decoration: underline;
	font-size: 13px;
}
.inor-publishing-actions {
	padding: 10px 10px 5px;
}

.inor-publishing-actions input[type=submit] {
	float: none !important;
}

.timestamp-wrap {
	vertical-align: middle;
	line-height: 23px;
	display: block;
	margin-bottom: 5px;
	display: none;
	opacity: 0;
} 

.timestamp-wrap input {
	margin-bottom: 0px;
}

.timestamp-wrap select {
	width: auto;
	font-size: 12px;
    height: 21px;
    line-height: 14px;
    padding: 0;
    vertical-align: top;
}

.save-timestamp {
	margin-top: -3px;
}

.cancel-timestamp {
	padding-left: 5px;
	text-decoration: underline;
}
 
.misc-pub-revisions {
	vertical-align: middle !important;
}

.underline {
	text-decoration: underline;
}

.revisions-diff-frame {
	margin-top: 20px;
	position: relative;
}

.revisions-diff {
	background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.diff-meta {
    clear: both;
    min-height: 32px;
    padding: 5px;
}

.revisions-meta {
	background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 40px !important;
} 

.time-ago {
	float: left;
	padding: 7px 5px;
}

.restore-revision {
	margin-top: 2px !important;
}

.revision-from {
	margin-top: 2px !important; color: #888;
}

.revisions-control-frame {
	position: relative;	
}

.revisions-controls {
	height: 100px;
    padding-top: 40px;
    z-index: 1;
}

.diff-meta .restore-revision {
    float: right;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 4px;
}

.button-secondary:focus, .button-secondary:hover, .button.focus, .button.hover, .button:focus, .button:hover {
    background: none repeat scroll 0 0 #fafafa;
    border-color: #999;
    color: #222;
	text-decoration: none;
}
.button-secondary:focus, .button.focus, .button:focus {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button-secondary:active, .button.active, .button.active:focus, .button.active:hover, .button:active {
    background: none repeat scroll 0 0 #eee;
    border-color: #999;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.5) inset;
    color: #333;
}
.button-disabled, .button-secondary.disabled, .button-secondary:disabled, .button-secondary[disabled], .button.disabled, .button:disabled, .button[disabled] {
    background: none repeat scroll 0 0 #f7f7f7 !important;
    border-color: #ddd !important;
    box-shadow: none !important;
	text-decoration: none;
    color: #aaa !important;
    cursor: default;
    text-shadow: 0 1px 0 #fff !important;
}
.button-primary.focus, .button-primary.hover, .button-primary:focus, .button-primary:hover {
    background: none repeat scroll 0 0 #1e8cbe;
    border-color: #0074a2;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #fff;
	text-decoration: none;
}
.button-primary.focus, .button-primary:focus {
    border-color: #0e3950;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.button-primary.active, .button-primary.active:focus, .button-primary.active:hover, .button-primary:active {
    background: none repeat scroll 0 0 #1b7aa6;
    border-color: #005684;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: rgba(255, 255, 255, 0.95);
    vertical-align: top;
}
.button-primary-disabled, .button-primary.disabled, .button-primary:disabled, .button-primary[disabled] {
    background: none repeat scroll 0 0 #298cba !important;
    border-color: #1b607f !important;
    box-shadow: none !important;
    color: #94cde7 !important;
    cursor: default;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
}

.contentEditable {
   display:inline-block;
   min-height: 1.3em;
   width: 98.8%;
   background-color: #fff;
   font-size: 1.7em;
   line-height: 1.3em;
   margin: 0;
   outline: 0 none;
   padding: 10px 8px;
   border: 1px solid #ddd;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
   color: #333;
   transition: border-color 0.05s ease-in-out 0s;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.feat_img {
	background: linear-gradient(to bottom, #f7f7f7 0%, #e2e2e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 5px 60px #000;
    color: #000;
    font-family: Helvetica,Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px !important;
    left: 50%;
    padding: 0;
    position: fixed;
    text-shadow: 0 1px 0 #fff;
    top: 50%;
    z-index: 50001;
}

.redactor_modal_close {
    color: #777;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
}

.redactor_modal_header {
	border-radius: 3px 3px 0 0;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 30px 0 15px;
}

.redactor_modal_inner {
	
}

.redactor_modal_content {
	padding: 20px 30px;
}

.redactor_tabs {
	margin-bottom: 18px;
}

.redactor_tabs a {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    padding: 4px 14px;
    text-decoration: none;
}

.redactor_tabs a:hover, .redactor_tabs a.redactor_tabs_act {
    background-color: #ddd;
    border: medium none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
    color: #777 !important;
    padding: 5px 15px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #eee;
}

.misc-categories {
	display: none;
}


/* Dashboard */
.canvas-container {
   	width: 90%;
	padding: 0 3% 10px 2%;
}

/* FORM */
.width_150 {
	width: 150px !important;
}
.button_inline {
	margin-top: 25px !important;
}