/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.presscontact{
 padding-top: 16px;
 border-bottom: 0px;
}

.emailsubscriberwidget{
	margin-bottom: 40px;
    background-color: #fff;
    border-radius: 6px;
}

.emailsubscriberwidget h3{
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 13px;
    padding: 12px;
}

.es_textbox_class{
	width: 100%;
	border-radius:6px 0 0 6px !important;
}
.es_textbox {
  width: 70%;
  float:left
}
.es_button{
	width: 30%;
	float:left;
	padding:0 !important;
}
.es_textbox_button {
    width: 100%;
	border-radius:0 6px 6px 0 !important;
}

#es_txt_button.es_textbox_button{
    background-color: #c8102e;
    color: #ffffff;
    border-color: #a6000c;
    /* color: black; */
    /* margin: 0; */
    padding: 11px 6px;
    /* border-radius: 2px; */
    /* border-bottom-width: 1px; */
    /* border-bottom-style: solid; */
    /* font-weight: normal; */
    font-size: 10px;
    text-align: center;    
    /* outline: none; */
    /* cursor: pointer; */
    border: none;
    transition: all 0.3s ease-in-out;   
  }
  
 .avia_textblock.latestnewstitle{
 	color: white;
 	height: 35px;
 	background: #484848;
 	border-radius: 4px;
 	padding-left: 7px;
 	padding-top: 6px;
 	font-size: 17px;
 }
  
#es_txt_button.es_textbox_button:hover{
  background-color: #a61127;
  cursor: pointer;
}
  
  
.entry-content{
	font-size: 12px;
   /* margin-top: -7px;*/
    line-height: 14px;
	
}
form.es_widget_form {
    padding: 0 12px;
	    margin-bottom: 2px;
    float: left;
	width: 100%;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}