

[class^="icon-"], [class*=" icon-"] {
	font-family: dashicons;
	font-size:54px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin:auto 5px;
	float:left;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul#topmenu {
	list-style: none;

}

ul#topmenu  li{
	margin-left:0px !important;
	padding-left:0px !important;

}

li#topmenu-items {

	display: inline-block;
	float: left;
	padding: 50px 35px;
	margin:0 35px;

}

[class^="icon-"]:hover, [class*=" icon-"]:hover {
    color:#C6161D;
	cursor:pointer !important;
	text-decoration: none !important;
}

a.icon-active {
    color:#C6161D !important;
}
.icon-home:before {
	content: "\f102";
	font-size:54px !important;
}

.icon-campaign:before {
	content: "\f303";
	font-size:54px !important;

}

.icon-templates:before {
	content: "\f123";
	font-size:54px !important;

}


.icon-profile:before {
	content: "\f337";
	font-size:54px !important;
}


.icon-stats:before {
	content: "\f239";
	font-size:54px !important;
}

.icon-help:before {
	content: "\f130";
	font-size:54px !important;
}

[name="active_type"] {

	width:10%;
}

/*forms*/

#container-sidebar{
	width:65%;
	float:left;
	margin-bottom:35px;

}

.msg{
	width:100%;
	text-align:center;
	color:green;

}



label.radio {display: inline;
	width: 300px;
	margin-right: 50px;
	margin-left: 15px;}

.msg.msgred{

	color:red;
}

.msgorange{

	color:orange;
}

input#chk_msg{

	margin:10px;
	width:20px;
    height:20px;

}


#urels_select{

	padding:5px;
	height:50px;
	font-size:25px;
	width:90%;

}

#urels_url_class{
	width:90%;
	
	}

.urels_title_class{
	width:90%;
	
	}


.activate_type{
	margin:10px 0;
	width:90%; 
	background-color:#eee; 
	border:1px #aaa solid; 
	border-radius:5px;
	padding:10px;
}

#campform label.error {
	color:red;
	margin:10px;
}
#campform input.error {
	border:1px solid red;
}

.post_title{
	width:38%;
	}


form.pmpro_form .input, form.pmpro_form textarea, .input, form.pmpro_form select {

  font-size: 28px;
  padding: 8px;
}

/*table*/

.column-cb{
	margin:5px;
	text-align:center;
	width:100px;

	}

/*awesome ticketing system*/

.avatar{
	float: none !important;
	}

.wpas .label{

	line-height:3 !important;
	margin:10px;
	padding:13px !important;

	}

.wpas .badge{
	padding:8px !important;
	}

.wpas .btn-primary{
	background-color:#F15123 !important;
	border-color:#F15123 !important;
	padding:16px !important;
	}

#doaction, #doaction2{
	margin:0 10px;
}

.wp-editor-area{

	border:#ccc 1px solid !important;

}

/* fix for MAC chrome*/


@media screen and (-webkit-min-device-pixel-ratio:0) { 
select { -webkit-appearance: menulist-button; } 

select[name="action"]{
	border:none;
	background: none;
	height:50px;

}

select[name="action2"]{

	border:none;
	background: none;
	height:50px;
}

.post_title{
	width:100%;
	}


}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

th.manage-column{
	text-align:center;
	}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}


