/* ************************************************   
Theme Name: Nelva
Author: Pix-theme
Version: 1.08
Description: Wordpress template.
Theme URI:  http://pro-theme.com/wordpress/nelva
Author URI: pix-theme.com
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: e-commerce,left-sidebar,right-sidebar
Text Domain: nelva
*/


/* =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*/


html.noIE {
    margin-top: 0 !important;
}





/*WORDPRESS*/


#wp-calendar {
	width: 100%;
}
#wp-calendar td, #wp-calendar th {
 border: 1px solid #eee;
    padding: 5px;
    text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*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 li  a{
   color: #888888;
}
.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;
}
.block_content, .woocommerce-content {
	line-height: 1.42857143;
}



/*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%;
}

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 WIDGETS*/

#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:#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;
}


html .yp-demo-link {
    background: #2796de !important;
    top: 40%;
    left: 0px;
    z-index: 990;
}


.js-close-any-slidebar + .yp-demo-link {
    visibility: hidden;
    
}

/*Woocommerce */

html input[type=search] {
    -webkit-appearance: none;
    height: auto !important;
    border: 1px solid #ddd;
    padding: 15px 15px;
    line-height: 1.333 !important;
    font-size: 12px;
    width: 153px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    min-width: 75px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after , .woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius:0 !important;
}
.main-menu{
	display:inline-block;
	width:100%;
	clear:both;
}
html .main-menu{
	position:relative;
	top:1px;

}




/* debug  */


html #page-preloader {
    background: rgba( 0, 0, 0, 0.95);
}

.pix-hidden-custom-link{
	display: none;
}

.vc_row  .marked_list1 ul{
        margin-bottom: 20px;
    padding-left: 20px;
    margin-left: 0;
}


.jarallax-full-width{
    right: -25px;
    
}

.twitter-feed{
    min-width: 270px;
}



.page-404{
    margin-bottom: 65px;
    overflow: hidden;
}


