/* Enter Your Custom CSS Here */
/* image border color */
.entry-content img{
  border-color:#e52339
}

/*homepage */
.container {   
    width: 100%;        
}

.container div {
 	
}

.container p {
    padding:15px;
    
}
.column-left {
    width: 33%;
    float:left;
    text-align: center;
}
.column-center {
    width: 34%;
    float:left;
    text-align: center;    
}
.column-right {
    width: 32%;
    float:right;
    text-align: center;        
}

/*li text align default */
li {
  text-align: left;
}

.sidey ul.job_listings li.job_listing .position {
  float: none;
  width: auto;
  padding: 0;
}

.sidey ul.job_listings li.job_listing a {
	padding: 1em 0;
}

.sidey ul.job_listings li.job_listing ul.meta {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}

.sidey ul.job_listings li.job_listing ul.meta li:last-child:after {
  content: '';
}

.sidey ul.job_listings li.job_listing ul.meta li {
  float: none;
  display: inline;
  padding: 0;
  margin: 0 .5em 0 0;
  font-weight: 400;
}

.sidey ul.job_listings li.job_listing ul.meta li:after {
  padding: 0 0 0 .5em;
  content: "\2023";
}

/*search widget jobs*/
.search-widget-jobs div {
  padding-bottom: 5px;
}

.search-widget-jobs input[type="text"] {
  width:100%;
}

/*Contact Us page*/
#contact-wrapper {
  width:100%;
  position:relative;
}

.contact-column1 {
  float:left;
  width: 60%;
  padding: 25px;
  margin-right:5px;
  margin-left:20px;
}

.contact-column2 {
  float:right;
  width: 20%;
  padding: 25px;
  margin-left:5px;
  margin-right:20px;
}

#contact-wrapper h7 {
	color: #7F2438;
	border-color: #CCCCCC;
    font-size:20px;
}
#contact-wrapper div {
	background: #f5f5f5;
}

/*Register page*/
.entry-content .tml-action-links {
  margin-left: 0;
}

/*login page*/
#login-page-1 {
  float:left;
  width:25%;
}

#login-page-2 {
  float:right;
  width:70%;
}

/*Tables*/
#theme-my-login .form-table tr th {
    background-color: #f5f5f5;
    color: #7F2438;
}

#your-profile .form-table td {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 9px;
    padding: 8px 10px;
}

/*Account page*/
#account-page-1 {
  float:left;
  width:5%;
}

#account-page-2 {
  float:right;
  width:90%;
}

/*Account messages*/
.login p.message {
  display:table;
}