/*--------------------------------------------------------------
User styles
--------------------------------------------------------------*/


.clear { clear: both; }

html a { color: #3D1400; text-decoration: none; }


.social { margin-top: -90px; }



.menu a {
    /*font-family: 'Lobster',cursive;*/
    /*text-shadow: 2px 2px #DDDDDD;*/
    color: #3D1400;
    padding: 0 40px 0 0;
}
.site-info, .site-info a {
    color: #333333;
    font-size: 12px;
}

/*
#post .ingridients {
	width: auto;
	border: 2px dotted #555;
	float: left;
	width: 300px;
}
#post .ingridients td{
	padding: 5px;
}
#post .ingridients td.counters {
    color: #2F674E;
    font-weight: bold;
    padding-right: 15px;
    text-align: right;
    padding: 0 15px;
    border-left: 2px dotted #555;
}
.recipedescr{
    float: left;
    width: 300px;
    font-style: italic;
}

tr.odd { background: #ECE2C7; }
tr.even { background: #FFEDC5; }
.odd td, .even td { width: 33%; }
td.text-left { padding-left: 5px; }
td.text-right { padding-right: 5px; }
*/

.post-icons{ 
	float: right; 
	margin-top: -65px; 
}
.icon{
	background: url('/wp-content/uploads/2014/02/icons.png') no-repeat;
	height: 35px;
	display: inline-block;
}
.icon.icon-video{
	background-position: 0 0;
	width: 30px;
}
.icon.icon-photo{
	background-position: -30px 0;
	width: 35px;
}
.icon.icon-nocook{
	background-position: -66px 0;
	width: 40px;
}
.icon.icon-comment{
	background-position: -107px 0;
	width: 30px;
}
.prostoVkusno {
    color: #2F674E;
    float: right;
    text-align: right;
    padding-bottom: 20px;
}

.prostoVkusno .label {
    color: #3D1400;
    float: left;
    padding-right: 10px;
}

.prostoVkusno .fa-star, .prostoVkusno .fa-star-o{
    cursor: pointer;
}

.prostoVkusno .fa-star:before {
    content: "\263a";
    color: #dD1400;
}
.fa-star-o:before{
    content: "\263a";
}
.prostoVkusno .rating-item, .prostoVkusno .rating-form form{
    margin: 0;
}
.prostoVkusno .rating-item .description{
    color: #000;
}
.prostoVkusno .fa-minus-circle{
    display: none;
}

td p {
    margin: 0;
}
tr:nth-child(2n) {
    background: #DBCEAE;
}
table {
    margin: 0 0 1.5em;
    width: inherit;
    border: 1px solid #DBCEAE;
}
td {
    border: 0;
    padding: 0 5px;
}
#post table p {
    padding-bottom: 0;
}


#post img.size-full {
    border: 0px;
}

#sidebar-single {
    float: left;
    width: 23%;
    text-align: left;
}


.logo {
    display: block;
}
.siteName {
    display: none;
}

@media only screen and (min-width: 320px) {

    .metaslider {
        display: block;
    }
    .logo {
        display: block;
    }
    .siteName {
        display: none;
    }

}

@media only screen and (max-width: 480px) {
    
    #sidebar-single {
        width: 100%;
    }
    .has-single-sidebar #post, .has-single-sidebar #post-list {
        width: 100%;
        padding-right: 0;
    }

    .metaslider {
        display: none;
    }
    
}

/*@media only screen and (max-width: 320px) {
    .logo {
        display: none;
    }
    .siteName {
        display: block;
    }
}*/



#menu {
    float: right;
    margin-top: -35px;
}
#page #blog-title{
    margin: 0;
    line-height: 0;
}

@media only screen and (max-width: 800px) {

    #menu {
        float: none;
        margin: 0;
    }


    #mobile-menu{
        top: 0.3rem;
    }
}


#page #header .inner {
    border-bottom: 0;
}

/*#header{
    position: relative;
    z-index: 1;
    margin-bottom: -15px;
}*/

#sidebar .widget_nav_menu{
	padding: 15px;
}

#sidebar .widget_nav_menu:nth-child(2){
	background: #F3EED0;
}
#sidebar .widget_nav_menu:nth-child(3){
	background: #F2D5CF;
}
#sidebar .widget_nav_menu:nth-child(4){
	background: #CEE0C8;
}
#sidebar .widget_nav_menu:nth-child(5){
	background: #BDD4E4;
}
#sidebar .widget_nav_menu:nth-child(6){
	background: #DFC5E8;
}
#sidebar .widget_nav_menu:nth-child(8){
	background: #FFE2E2;
}
#sidebar .widget_nav_menu:nth-child(9){
	background: #EDFFC3;
}

#sidebar .widget_nav_menu .widget-title{
	font-family: Arial;
	text-decoration: underline;
	margin: 0;
}

#sidebar .widget_nav_menu .menu .menu-item {
	text-align: center;
}
#sidebar .widget_nav_menu .menu .menu-item a{
	font-family: Arial;
	font-size: 16px;
	padding: 0;
	font-weight: normal;
}




.post .entry-content table.alignright:first-of-type {
    width: 50%;
    display: table;
}


