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

.content a {
	color: #fb460d;
}

.avia-button {
	background-color: #fb460d !important;
}

.page-id-16 .avia_iconbox_title {
	min-width: 124px !important;
	display: inline-block;
}

#top .social_bookmarks li a {
	font-size: 30px;
}

#top .social_bookmarks li a, #top .social_bookmarks li {
	width: 60px !important;
	height: 60px !important;
	line-height: 60px !important;
}

#top .social_bookmarks {
	height: 80px;
}

#scroll-top-link {
	display: none !important;
}

.sort_by_cat {

	line-height: 1.2em;
}

.sort_by_cat a {
	padding: 5px;
	border: 1px grey solid;
	border-radius: 5px;
}

.sort_by_cat .active_sort {
	border: 2px #2d5c88 solid;
}

.home .av-masonry-image-container {
	border: 2px #2d5c88 solid;
}



.entry-content-wrapper p {
	color: black;
}
.av-main-nav li {
	
	border-left: none;
	border-right: none;
}

.avia-bullet, .av-main-nav li a {
		border-left: none !important;
		border-right: none !important;
}

.academia {
	font-size: 40px;
	-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.3s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease-out;
margin-right: -30px;
margin-top: -4px;
	
}

.academia a{
	color: rgb(153, 153, 153);
	display: inline-block;
	padding-top: 15px;
	margin-right: -10px;
	-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.3s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease-out;
-moz-transition:    all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition:         all 0.3s ease-out;
width: 70px;
height: 60px;
border-radius: 100%;
padding-left: 18px;
padding-top: 19px;
	
}

.academia a:hover {
	text-decoration: none;
	background: #1e3e53;
	-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.3s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease-out;
-moz-transition:    all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition:         all 0.3s ease-out;
}

.page-id-16 .avia-size-large {
	min-width: 200px !important;
}
/*
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 */

}

@media only screen and (max-width: 1096px) {
	.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide, .html_mobile_menu_tablet #mobile-advanced {
		display: block;
	}
	
	.responsive .av_mobile_menu_tablet .main_menu {
		display: none;
	}
}





/*
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 */
  
  .av-inner-masonry-content {
	  display: none !important;
  }

}