/*
Theme Name: RADIANC
Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
Version: 3.2
Author: Kriesi
Author URI: http://www.kriesi.at
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Template: enfold
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../enfold/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }


/* portfolio grid greyscale images */

article.main_color.inner-entry { filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
    filter: gray;
    -webkit-transition: all .6s ease;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease; 
}

article.main_color.inner-entry:hover {    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
    filter: none; 
}

.image-overlay {
 visibility: hidden;
 }
 
 #langlist ul {
 	text-align: center;
 	margin-left: 0px;
 }
 #langlist li {
	display: inline;
	list-style-type: none;
	margin: 0 5px 0px 0;
	font-size: 15px;
	
}
 #langlist li a {
 	
 	
 	color: #f58320;
 	background-color: #fff;
 	outline: 3px solid #f58320;
 	border-radius: 3px;
 	padding: 5px 8px 5px 8px;
 	line-height: 2.5em;
 }
  #langlist li a:hover {
  	color: #fff;
 	background-color: #f58320;
 	border-radius: 0px;
 	text-decoration: none;
  }
  
#header.av_header_glassy .phone-info a {
  	color:#fff;
}
  
#header.header-scrolled .phone-info a {
  	color:#808080;
}

#top .av_header_glassy.av_header_transparency #header_main {
	background-color: rgba(0,0,0,0.05);
}

#js_sort_items { 
	font-size: 16px !important; 
}

#top .portfolio-preview-image .avia-gallery .avia-gallery-big { margin-bottom: 15px!important; }

