/* CSS Document */
*
{
font-family: aktiv-grotesk-condensed, sans-serif;
}
body.page-template
{
	background: linear-gradient(to bottom, #f26d21 0px,#f26d21 610px,#f5f5f5 611px,#f5f5f5 100%) !important;
	/*background: #f26d21 !important;*/
}
main.tizianitickets
	{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.tizianitickets img,avatar-image
	{
		width: 64px;
		border-radius: 32px;
	}
	
	.tizianitickets .tizianitickets_plugin_basic 
	{
    border-bottom: solid 1px #b3b3b3;
	}
	.tizianitickets .tizianitickets_plugin_basic span 
	{
    color:#b3b3b3;
	float: right;
	}
	.tizianitickets .container
	{
		display: flex;
	}
	.tizianitickets .container.titles
	{
		margin-bottom: 12px;
	}
	.tizianitickets .main-column
	{
	 flex: 0 0 75%;
	font-size: 15px;
		background-color: whit;
	}
	.tizianitickets .side-column
	{
		flex:1;
		margin-left: 2%;
		font-size: 12px;
	}
	.tizianitickets .ticket-list{
		background-color: white;
		padding:15px;
		border-top: solid 2px black;
		margin-bottom: 60px;
		font-size: 15px;-webkit-box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
		-moz-box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
		box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
	}
	.tizianitickets .main-image
	{
	width: 100%;
		border-radius: 0;
	}
	.tizianitickets .ttcolumns
	{
		display: flex;
		background-color: #ffffff;		
		margin-bottom: 60px;
		-webkit-box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
		-moz-box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
		box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
	}
	.tizianitickets .ttcol
	{
		 flex: 0 0 50%;	
		margin-bottom: 30px;
	}
	.tizianitickets .ttcol .subtitle
	{
		font-size: 20px;
		font-weight: bold;
		margin-left: 50px;
		margin-bottom: 12px;
		margin-top: 30px;
	}
	.tizianitickets .ttcol div
	{
		margin-left: 50px;
	}

	.tizianitickets div.semi-title
	{
	background-color: transparent;
    font-size: 27px;
    font-weight: 300;
    color: white;
	}
	.tizianitickets .ttcolumns .semi-title
	{
    color: #F26D21;
		font-size: 37px;
		margin-left: 32px;
		margin-top: 15px;
	}
	.tizianitickets span.plugin-updateable
	{
		color: #F26D21;
		font-weight: bold;
	}
/*priority*/
span.tizianitickets-priority
{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}
span.tizianitickets-priority.tizianitickets-priority-none {
    background-color: gray;
}
span.tizianitickets-priority.tizianitickets-priority-low {
    background-color: #7AC943;
}
span.tizianitickets-priority.tizianitickets-priority-medium {
    background-color:#FDD671;
}
span.tizianitickets-priority.tizianitickets-priority-high {
    background-color: #F26D21;
}
/*end priority*/

.ticket-list .tiziani-ticket a
{
	color:#F26D21;
	text-decoration: underline;
}
.tizianitickets .wp_version_compare
{
	font-size: 17px;
	color:#f26d21;
	font-weight: 400;
}
.tizianitickets h2
{
	font-weight: 300;
	font-size: 60px;
	color: white;
	margin-bottom: 80px;
	margin-top: 40px;
}
img.avatar-image
{
	width: 64px;
	border-radius: 50%;
}
.tizianitickets ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header
{
    background-color: #f26d21;
    background-image: none;
    padding: 0;
    border: none;
    border-radius: 0;
}
#loginbox
{ 
	display: none;
	background: white;
	width: 100%;
	padding: 15px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
    box-shadow: 1px 1px 5px 0px rgba(220,220,220,1);
}
#logincontainer
{
	display: none;
    height: 58px;
    text-align: right;
    font-weight: 600;
    color: black;
    position: relative;
    z-index: 800;
    width: 102%;
    left: -1%;
}
#logincontainer a
{
	color: black;
	text-decoration: none;
	margin-right: 10px;
}
#logincontainer input[type=submit]
{
background-color: #f26d21;	
}
nav > ul.primary-menu >li.page_item >a
{
	text-transform: capitalize;
	font-size: 23px;
	color: 333333;
	text-decoration: none;
	font-weight: 300;	
}
nav > ul.primary-menu >li.page_item.current_page_item >a
{
border-bottom: solid 2px #f26d21;
}

.ui-widget-content {
    border: none;
     background: #ffffff; 
    color: #222222;
}
div#tabs {
    padding: 0;
    border: none;
}
#tabs table
{
	border:none;
}
#tabs td
{
	border:none;
	border-bottom:solid 1px #e6e6e6;
}
#tabs .ui-tabs-anchor {
font-size: 20px;
	font-weight: bold;
	background-image: none;
}
#tabs .ui-tabs .ui-tabs-nav li {
border-radius: 0;
	background-color: black;
	color: white;
}
#tabs li.ui-tabs-tab.ui-state-default {
		background-image: none;
	background-color: black;
	margin: 0;
    border: solid 1px black;
    border-radius: 0;
	border-bottom-width: 2px;
	height: 42px;
}
#tabs li.ui-tabs-tab.ui-state-default a {
		height: 42px;
		color:white;

}

#tabs li.ui-tabs-tab.ui-tabs-active {
	background-image: none;
	background-color: white;
	margin: 0;
    border: solid 1px white;
    border-radius: 0;
		height: 42px;
}


#tabs li.ui-tabs-tab.ui-tabs-active a{
	height: 42px;
	color: black;
    outline-color: white;
}
#tabs .tizianitickets-table>thead>tr>th
{
	border: none;
}
#tabs td.priority-cell
{
	text-align: center;
}
table.tizianitickets-table td a {
	color:#f26d21;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.wp-editor-wrap button:not(.toggle) {
    background-color: #f26d21;
	color: white;

}
.wp-editor-wrap button:not(.toggle) i {
    background-color: #f26d21;
	color: white;
}
.tizianitickets_update_ticket input[type="submit"] {
    background-color: #f26d21;
}
.tizianitickets-ticket-area
{
	background-color: white;
}
.single-tiziani-ticket {
    padding: 20px;

}
.tizianitickets-ticket-area
{
	margin-bottom: 60px;	
}
/*************** for moving to theme **********/
header#site-header
{
	height: 200px;
	background-color: white;
}
footer#site-footer
{
	height: 300px;
	background: #f26d21;
}
/*************** for moving to theme **********/