/* 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 */

.news h2.post-title{
	text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0px 15px;
    box-sizing: border-box;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.news .av-vertical-delimiter{
	display: block;
    margin: 0 auto;
    width: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    padding-bottom: 16px;
    border-color: #e1e1e1;
}
.news .item-thumbnail img{
	border-radius: 4px;
	max-height: 320px;
	width: auto;
	display: block;
	margin:20px auto 40px;
}
.news .item-info {
	text-align: center;
	margin: 50px 0 20px;
}
.news .item-info a{
	
	border:1px solid #222;
	padding: 10px 50px;
}
.news .item-info a:hover{
    color: #882a37;
    border: 1px solid #882a37;
    text-decoration: none;
}
.news .post-meta-infos{
	display: block;
    text-align: center;
    padding: 10px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    clear: both;
    float: left;
    color: #919191;
}
.av-main-nav > li > a{
        padding: 0 20px !important;
}
#socket .sub_menu_socket li:last-child{
    border-left: 0 !important;
    margin-top: -2px;
}
.menu-item a img{
    margin-top: -5px;
}
@media  screen and (max-width: 1024px) {
    .av-main-nav > li > a{
        padding: 0 10px !important;
    }
}
@media  screen and (max-width: 768px){
    #mobile-advanced li
}
/*
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 screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  .responsive #socket .sub_menu_socket{
    display: block !important;
  }
  #socket .sub_menu_socket li{
    display: none;
  }
  #socket .sub_menu_socket li:last-child{
    display: block;
    float: right;
  }

}
@media screen and (max-width: 320px) {
    .responsive #socket .sub_menu_socket{
        float: none;
        text-align: center;
        display:block;
    }
    #socket .sub_menu_socket li:last-child{
        float: none;
    }
    #socket .copyright{
        float: none;
        display: block;
        text-align: center;
    }
}