/* ************************************************   
Theme Name: rosetta
Author: Templines
Version: 1.2.1
License: See on zip package
License URI: See on zip package
Description: Rosetta - Multipurpose Wordpress Template
Theme URI:  templines.com
Author URI: templines.com
Tags: green , white 
License: 		ThemeForest Regular License
License URI: 	http://themeforest.net/licenses/regular
*/


/* =Notes
--------------------------------------------------------------

Please don't edit this file directly. Consider using a Child Theme (http://codex.wordpress.org/Child_Themes) or overiding CSS by using the Custom CSS box in the theme options panel.  */

/*Google fonts*/

/*@import "http://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900";*/




/*WORDPRESS*/


#wp-calendar {
	width: 100%;
}
#wp-calendar td, #wp-calendar th {
 border: 1px solid #eee;
    padding: 5px;
    text-align: center;
}
/*WIDGETS*/


.sidebar .block_content ul li ul {
	margin-left: 25px;
}
.block_content ul li {
	display: inline-block;
	list-style: outside none none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.block_content ul {
	margin: 0;
	padding: 0;
	color: #888888;
	font-size: 14px;
}
.block_content ul li {
	display: inline-block;
	list-style: outside none none;
	width: 100%;
}
.block_content a {
	color: #888888;
	font-size: 14px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}





/*CAPTION*/


.wp-caption {
	max-width: 100%;
	list-style: none;
	background: none;
}
.wp-caption-text {
	list-style: none;
	padding: 10px;
	background: none;
}
.gallery-caption {
	list-style: none;
	background: none;
}
.bypostauthor {
	list-style: none;
	background: none;
}
.sidebar .block_content img {
	height: auto;
	margin: 10px 0 10px;
	max-width: 100%;
}
/*TAGS*/

aside .wp-tag-cloud {
  margin-left: -5px !important;
  display: inline-block;
}
aside .tagcloud li {
	float: left;
  margin: 1px 3px!important;
  width: auto;
}
aside .tagcloud {
	clear: both;
}
aside .tagcloud li a {
	display: block;
	text-transform: none;
	font-size: 14px!important;
	padding: 0px 8px  !important;
	text-decoration: none!important
}


.sidebar select{
	max-width:100%;
}



/*RSS*/

.rsswidget img {
	position: relative;
	top: -2px;
	margin-right: 5px !important;
}
.rssSummary {
    background: #f2f2f5;
    margin: 10px 0;
    padding: 10px;
}
.sidebar .menu .dropdown-menu {
	display: none !important;
}
/*TABS WIDJETS*/

#pop img , #rec img{
	width:100%;
	max-width:inherit;
}

aside .nav-tabs li {
  margin: 0 !important;
    padding: 0;
    width: 30% !important;
}
aside .nav-tabs li a {
     padding: 0px 5px !important;
    text-align: center;
    border: none;
    font-weight: 600;
    color: #7f858f !important;
 
}



aside .nav-tabs li.active a {
     border: none !important;
    color: #27ae60 !important;

}
aside .icon-calendar {
	margin-right: 7px;
	font-size: 12px;
}
.block_content .media-heading a {
    font-weight: 700;
    color: #2a2d32;
    display: inline-block;
    line-height: 1.333;
    margin-top: 10px;
}

.media-tab-comment{
	    margin-bottom: 15px;
    margin-top: 20px;
}

.media-tab-comment img{
  margin: 0 20px 10px 0 !important;
	
}

.media-tab-comment .media-body {
  background: #f4f4f4 !important;
  padding: 10px;
}


/*Flickr*/

.flickr-feed li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 5% !important;
    margin-left: 3%;
    margin-right: 3%;
    padding: 0 !important;
    position: relative;
    width: 27% !important;
}

.rsswidget{
	color:#2b2e33 !important;
	font-weight:600 !important;
}


/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* LAYOUT THEME  */
/*//////////////////////////////////////////////////////////////////////////////////////////*/

html body{
	background-color:#f4f4f4;
}


.layout-theme{
	background:#fff;
}


.layout-boxed   .home-section  > .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}


.layout-boxed {
    max-width: 1240px;
    margin: 0 auto; 
    background: #fff;
	overflow:hidden;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: initial;
}