/*  
Theme Name: freshresponsive
Theme URI: https://prodengiblog.ru/premium_themes/fresh-responsive.html
Author: Ksana 
Author URI: http://prodengiblog.ru/
Description: freshresponsive with three columns. Designed for Wordpress.
Theme is combining a magazine and a weblog into one. 
Support Widgets and Gravatars along with automatic thumbnail resizer.
Version: 2
License: Commercial License
License URI: http://prodengiblog.ru/ispolzovanie-tem
Tags: three-columns, left & right sidebars, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, sticky-post, threaded-comments, blog, news.
Text Domain: freshresponsive
*/

/* Table of Contents
 * 1.0 - Normalize
 * 2.0 - Body
 * 3.0 - Typography
 * 4.0 - Media Files
 * 5.0 - Links
 * 6.0 - Site Structure
 * 7.0 - Advertising
 * 8.0 - Main Menu 
 * 9.0 - Header
 * 10.0 - Column  
 * 11.0 -  The Front Page   
 *    11.1 - Slider 
 *    11.2 - Home Desc 
 * 12.0 - Article
 * 13.0 - Recipe  
 * 14.0 - Article Footer   
 *    14.1 - Rating
 *    14.2 - Postmeta
 *    14.3 - Post Tags
 *    14.4 - Postmetadata   
 * 15.0 - Social Icons   
 *    15.1 -  Print   
 * 16.0 - Post Format    
 * 17.0 - Sidebar   
 *    17.1 - Sidebar Menu	
 *    17.2 - Search Form	
 *    17.3 - Sub
 *    17.4 - Excerpt	
 * 18.0 - Widgets  
 *    18.1 -  Calendar   
 * 19.0 - Comments  
 *    19.1 - Comments 
 *    19.2 - Comments Child 
 *    19.1 - Comments Form
 * 20.0 - Site Navigation  
 *    20.1 - Post navigation
 *    20.2 - Pages navigation
 *    20.3 - Recipe navigation
 *    20.4 - Comment navigation
 *    20.4 - Anchors
 * 21.0 - Page Templates 
 *    23.1 -  Column2.php  
 * 22.0 - Plugins 
 *    22.1 - ddsg-wrapper
 *    22.2 - Colorbox
 * 23.0 - Footer
*  24.0 - Media Print 	  
 * 25.0 - Media Queries
*/

/************************************************
*  1.0 -  Normalize   *
************************************************/

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins, kbd, keygen,
label, legend, li, main, meter, nav, object, ol, output,
p, pre, progress, q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var{
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top; 
  box-sizing: border-box;
}
header, main, article, section, aside, footer,
#container,  #sidebar,
#copyright, button, #SR_form, img, figure {  
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;  
  display: block;
  box-sizing: border-box;
}
article { overflow: visible;}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=text], textarea { outline: none;}

/************************************************
* 2.0 -  Body 		                        		*
************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
  background: #ead7ed; 
  width: 100%;
  height: 100%;
  line-height: 1.3;
	color: #333;
  display: table;
}
body.custom-background {
  background: #ead7ed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*#bg-top {
	position: fixed; left: 0; bottom: 0;
  background: url("BG/bg.jpg") center top repeat; 
  width: 100%;
  height: 100%;
  display: table;
}
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;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/************************************************
* 3.0 -  Typography				*
************************************************/

.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
.center { 
  text-align: center;
  margin-bottom: 25px;
}
#recipe_top .right { clear: left;}
.italic { font-style: italic;}
.clear {
  clear:both;
	margin: 0;
	padding: 0;
}
.post-edit-link {
  display: block;
  font-size: 90%;
}
i { color: #777;}

h2, h3, h4, h5, h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h1, h2, h3 { font-weight: 400;}
h1, h2 { font-size: 22px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 17px;}
h6 { font-size: 16px;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { margin-top: 0;}

#content h1 { text-align: center;}

#breadcrumbs { 
  text-align: left;
  margin: 0 0 15px 0;
  color: #666;
}
p { 
  padding: 0; 
  margin: 0 0 10px 0;
}
b, strong {	font-weight: 700;}
cite, em, i {	font-style: italic;}
blockquote  {
  background: #fff;
  padding: 12px 10px 5px 12px;
  margin: 15px 0 15px 2px;
  font-size: 110%;
	font-style: italic;
  border-left: 5px solid #ccc;
}
q {
  margin: 0 0 20px 0;
  color: #333;
  font-size: 90%;
	font-style: italic;
  font-weight: 400;
  display: block;
}
blockquote > :last-child {
	margin-bottom: 0;
}
blockquote em,
blockquote i,
blockquote cite {
	font-weight: 400;
}
blockquote strong,
blockquote b {
	font-weight: 400;
	font-weight: 700;
}
sub {	top: -6px;}
sup {	bottom: -3px;}
small {	font-size: 80%;}
big {	font-size: 125%;}
code { 
  font-family: monospace!important;
  color: green;
  background-color: transparent;
} 
del {	opacity: 0.8;}
fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 20px;
	padding: 14px;
}
hr {
  width: 90%;  
  margin: 20px auto 20px;
  border: 0;
  border-top: 2px solid #bababa; 
  display: block;  
}

/************************************************
* 4.0  -  Media Files				*
************************************************/

img, a img {
  overflow: hidden;
}
img.wp-smiley { 
  float: none; 
	width: 15px;
  height: 15px;
  margin: 0; 
  padding: 0; 
  border: 0; 
} 
.related-posts img,
#page img, #videoBox, #videoBox iframe, .videoBox, .videoBox iframe, .col img, .wp-caption, 
.wp-caption img, .sid_box img, .box img, #stretch img, .text img, .wp-caption, #sub img {
  *zoom: 1;
  width: auto\9;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
  padding: 1px;
  box-sizing: border-box!important;
  display: block;
}
img.custom-logo,
.text img, .wp-caption, #videoBox, iframe {
  width: auto\9;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
}
.related-posts img,
.img-loop img, .youtube,
#sub img, .excerpt img, .other img, .avatar,
.text img, .wp-caption, #videoBox iframe, .videoBox iframe {
	border: 1px solid #bababa;
	background: #fff;
  padding: 1px;
}
a:hover,
img:hover,
object:hover { opacity: 0.90!important;}

/************************************************
* 5.0 -  Links					*
************************************************/

a:link, a:visited {
	color: #333;
	text-decoration: none;
  outline: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
  outline: none;
}
#cancel-comment-reply-link:link, #cancel-comment-reply-link:visited,
.comment-edit-link:link, .comment-edit-link:visited,
.comment-reply-link:link, .comment-reply-link:visited,
.post-edit-link:link, .post-edit-link:visited,
.text a:link, .text a:visited {
    color: #126ecb;         /*   blue   */
}
#cancel-comment-reply-link:hover, #cancel-comment-reply-link:active,
.comment-edit-link:hover, .comment-edit-link:active,
.comment-reply-link:hover, .comment-reply-link:active,
.post-edit-link:hover, .post-edit-link:active,
.text a:hover, .text a:active {
    color: #126ecb;         /*   blue   */
    text-decoration: underline;
}
a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease-0s;
  transition: all 0.5s ease 0s;
}

/************************************************
* 6.0 -  Site Structure				*
************************************************/

#container { 
  position: relative;
  max-width: 1200px; 
  height: 100%; 
  margin: 0 auto 0; 
  padding: 0;
  z-index: 2;
  overflow: hidden;
} 
#onecolumn {
  float: left;
  width: 74.5%;
}
#sidebar1 {
  float: left;
  width: 31%;
}
#content { 
  float: right;
	width: 66.3%;
	min-height: 1000px;
	margin-bottom: 20px;
}
#sidebar2 {
  float: right;
  width: 23.5%;
}
#content, #content-full, .sid-box, .column { 
  height: 100%;
  background: rgba(255,255,255,.8)!important;
	border: 1px solid #fff;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#page { 
  float: none!important;
	width: auto;
  text-align: left; 
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  margin-top: -15px;
}
#content-full {
	width: 100%;
	margin-bottom: 20px;
}

/************************************************
* 7.0 -  Advertising				*
************************************************/

#stretch { 
  max-width: 1140px; 
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 3px;
  border: 0;
}
.b { 
  position: relative;
  margin: 10px 0 0 0!important; 
  clear: both;
  text-align: center;
  overflow: hidden;
  border: 0;
} 
.c, .c1, .c2, .c3 { 
  max-width: 755px; 
  height: auto;
  margin: 0 auto 20px!important; 
  text-align: center;
  overflow: hidden;
  border: 0;
} 
.s1, .s2, .s3, .s4 { 
  width: auto;
  max-width: 320px; 
  margin: 0 auto 20px;
  padding: 0;
  height: auto;
	clear: both;
} 
#stretch img, .b img {
	background: none!important; 
  margin: 0 auto 0; 
  padding: 0;
  border: 0;
}
#body-box { 
  position: relative;
  max-width: 1518px !important; 
  margin: 0 auto 0;
}
#body-left, #body-right  {
  position: absolute; top: 0px;
  width: 160px; 
  height: 600px; 
  z-index: 1 !important;
}
#body-left img, #body-right img {  position: fixed; border: 0; }
#body-left  { left: 0; }
#body-right { right: 0 !important; }

/************************************************
* 8.0 - Main Menu                		*
************************************************/

.navbar-fixed-top { 
  position: relative;
  width: 100%; 
  min-height: 44px;
  margin: 1px auto 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
          box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-sizing: border-box; 
}
.navbar-fixed-top:after {
  clear: both;
}
/*	menu  	*/

.menu, .menu li { 
  float: left;
  z-index: 10;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  position: relative;
  text-align: center;
  line-height: 1!important;
}
.menu li a:link, .menu li a:visited {  
  color: #fff;
  display: block; 
  padding: 10px 15px 12px 15px;
  box-sizing: border-box;
}
.menu li a:hover, .menu a:active, .menu li.current-menu-item a {  
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 15px 12px 15px;
  box-sizing: border-box;
}
.menu li.current-menu-item, .menu li.current-menu-ancestor, .menu li.current-menu-parent{  
  text-decoration: none;
}
@media (min-width: 768px) {
    /*	sub-menu			 */
    .menu .sub-menu, .menu .sub-menu ul {
      position: absolute; top: 42px; left: 0;
      width: 222px;  
      padding: 0;
    }
    .menu .sub-menu li { 
      float: left;
      position: relative;
      width: 220px;
      height: auto;
      margin: 0;
      font-size: 110%;
      text-align: left;
      line-height: 1!important;
      border-right: 0!important;	 
    }
    .menu li.menu-item-has-children a:link, .menu li.menu-item-has-children li a:visited {
      padding-left: 25px;
      background: url('images/arrow-top.gif') no-repeat 7px 15px; 
    }
    .menu .sub-menu li a:link, .menu .sub-menu li a:visited {  
      float: left;
      width: 220px;
      background: url('images/arrow.gif') no-repeat 7px 12px; 
      padding: 10px 10px 12px 23px;
      text-align: left;
      text-decoration: none; 
      color: #fff;
    }    
    /* sub sub menu     */

    .menu .sub-menu ul { 
      position: absolute; left: 200px; top: 0; 
      border-top-right-radius: 8px;
      padding-top: 4px;
      visibility: hidden;
    }
    .menu li:hover > .sub-menu, 
    .menu li:active > .sub-menu,
    .menu ul li:hover > ul, 
    .menu ul li:active > ul {
      visibility: visible;
      opacity: 1;
      transition-property: opacity; 
      -moz-transition-property: opacity; 
      -webkit-transition-property: opacity; 
      -o-transition-property: opacity; 
      transition-duration: 0.7s;
      -moz-transition-duration: 0.7s; 
      -webkit-transition-duration: 0.7s; 
      -o-transition-duration: 0.7s; 
    }
    .menu ul, .menu ul ul.sub-menu {  
      visibility: hidden;
      opacity: 0;
      transition-property: opacity; 
      -moz-transition-property: opacity; 
      -webkit-transition-property: opacity; 
      -o-transition-property: opacity; 
      transition-duration: 0.7s;
      -moz-transition-duration: 0.7s;
      -webkit-transition-duration: 0.7s; 
      -o-transition-duration: 0.7s; 
    }
}
/*  btn-navbar - Кнопка открытия меню 	*/

.btn-navbar {
  float: right;
  height: 28px;
  margin: 5px 15px 0 5px;
  padding: 8px 8px!important;
  color: #fff;
  background-color: #111111;
  cursor: pointer;
  display: none;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
/*  collapse - контейнер меню  	*/

.collapse {
  position: relative;
  height: auto;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
  overflow: visible;
}
/* navbar-form	*/

.navbar-form {
  float: right;
  height: auto;
  margin: 3px 15px 0 0;
  margin-bottom: 0;
}
.navbar-form input,
.navbar-form select{
  margin-top: 4px;
}
.navbar-form input {
  float: left;
  height: 27px;
  padding: 2px 6px 4px;
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  color: #666;
  vertical-align: middle;
  display: inline-block;
  background: #eee !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #cccccc;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
     -moz-box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
          box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
}
input.span2 {
  width: 126px;
}
button#but-submit {
  width: 64px;
  height: 28px!important;
  vertical-align: middle;
  padding: 0 6px 7px 6px;
  margin-top: 4px!important;
  color: #333;
}
/*  top    */

.navbar-right {
   float: right;
   color: #fff;
   margin: 11px 20px 10px 0;
}
.navbar-right span {
  margin-left: 20px;
}
.navbar-right span a:link, .navbar-right span a:visited {
   color: #fff;
}

/************************************************
* 9.0  -  Header					*
************************************************/

#header { 
  position: relative;
  width: 100%; 
  min-height: 130px;
  z-index: 10; 
  padding: 10px 20px 5px 30px;
  overflow: hidden;
  box-sizing: border-box;
}
#logo-box {
  float: left;
  width: 18%;
  height: auto;
  margin: -10px 0 0;
  margin-left: 2%;
  padding: 0;
}
.custom-logo { margin: 0 auto 0;}
.custom-logo:hover, .custom-logo:active {
  opacity: 0.8;
}
#title-box { 
  float: right;
  width: 70%;
  text-align: left;
  overflow: hidden;
}
#title { 
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  margin: 20px 0 0 0;
  display: block;
}
#desc {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  margin-top: 10px;
}
#desc span { 
  display: block;
  max-width: 500px;
  margin: 0 auto 10px;
}

/***********************************************
*	 10.0 -  Column                     	*
***********************************************/

.col, .related-posts li { 
  height: auto;
  vertical-align: top;
  _height: 200px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  box-sizing: border-box;
  clear: none;
 /* overflow: hidden;  */
}
/* col1  /loop-col1/  	*/

.col1 { 
  width: 100%;
  margin: 0 0 20px 0;
}
.col1 img {
  width: 100%!important;
  max-width: 710px;
  margin-bottom: 10px;
}
.col1 .title {	
  margin: 5px 0 5px 0;
}
.col1 .post-edit-link { 
  padding: 0 0 12px 0;
}
.col1 p {
  margin: 5px 0 5px 0;
}
.meta { 
  font-size: 90%;
  color: #666;
  margin-bottom: 15px;
}
.meta .views { 
  margin-bottom: 3px;
  clear: both;
  color: #666;
} 
.meta .fa { padding-top: 2px;} 

/* col2  /loop-col2/  	*/

.col2 { 
  width: 48%;
  margin: 0 0 20px 0;
  padding: 0;
}
.Left { float: left; }
.Right { float: right; }
.col2 img {
  max-width: 360px;
  margin: 5px 0 10px 0;
}
.col2 .title {	
  margin: 5px 0 10px 0;
  font-size: 20px;
  line-height: 1.1;
}
.col2 p {
  margin: 5px 0 5px 0;
  line-height: 1.2;
}
.col2 .views, .post-edit-link { 
  font-size: 90%;
  display: block;
  color: #666;
  clear: both;
}
.col2 .post-edit-link { margin: 0 0 10px 0;}

/*  col3    */

.other, .related-posts { 
  width: 100%; 
	height: auto;
  margin: 0; 
  overflow: hidden;
}
.col3, .related-posts li { 
  width: 30.5%; 
  min-height: 170px;
  margin-left: 1%; 
  margin-right: 1%;
}
.other img, .related-posts img {
  max-width: 100%;
  width: auto\9;  
  height: auto;
  margin-bottom: 8px;
}
.related-posts h2 { text-align: center;}

/************************************************
*	11.0 -  The Front Page   							*
************************************************/
/* 11.1 -  Slider     */

.slides-box { 
  position: relative;
  width: 100%!important;
  display: none;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  padding-bottom: 10px;
  overflow: hidden;
}
.slide { 
  position: relative; 
  width: 100%!important;
}
.slide img { 
  width: auto;
  width: 100%!important;
  height: auto;
  box-sizing: border-box;
  background: #fff;
  padding: 1px;
  border: 1px solid #bababa;
}
/* Next - Prev   */

.slidesjs-navigation:link,
.slidesjs-navigation:visited {
  position: absolute; bottom: 0;
	background: #fff;
	border: 1px solid #c8c7c8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 4px 17px;
  font-size: 90%;
  color: #fff;
  border-radius: 30px;
  filter: Alpha(Opacity=50);
  display: inline-block;
  *display: inline;
  cursor: pointer;
}
.slidesjs-navigation:hover,
.slidesjs-navigation:active {
  color: #666!important;
}
.slides-box .slidesjs-previous { left: 0;}
.slides-box .slidesjs-next { right: 0;}
/*   ul     */  
  
ul.slidesjs-pagination { 
  position: relative; 
  margin-left: 80px;
  margin-right: 80px;
  list-style: none;
  margin-top: 15px;
  text-align: center;
}
li.slidesjs-pagination-item {	display: inline-block;} 
li.slidesjs-pagination-item a {
  float: left;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	-webkit-border-radius: 15px;
      -moz-border-radius: 15px;
            border-radius: 15px;
	text-indent: -9999px;
}
.slides-box a:link,
.slides-box a:visited {
  color: #333;
}
.Stitle {
  position: absolute; bottom: 20%; left: 2px;
  text-align: center;
  background: rgba(0,0,0,.4);
  padding: 12px 20px;
}
.Stitle span {
  text-align: center;
  font-size: 120%;
  color: #fff;
  line-height: 1;
}
/*  11.2 -  Home Desc   */

#home-desc, #home-desc p { font-size: 90%; margin-bottom: 10px;}
.title-desc {   
  margin: 0 0 25px 0; 
}
.title-desc, .sid-title {
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #bebebe;
  text-align: center;
}
#home-desc .title-desc {   
  margin: 0 0 15px 0; 
  border: 0;
}
#home-desc ul, #home-desc ol {   
  margin: 0 0 10px 12px; 
  font-size: 90%;
}

/************************************************
*	12.0 -  Article							*
************************************************/

.col, .article { 
  position: relative;
  z-index: 10;
}
.new_today {
  position: absolute; top: -20px; right: 10px;
  background: url('/wp-content/themes/freshresponsive/images/new_today.png') no-repeat;
  width: 60px;
  height: 60px;
  padding: 0;
  z-index: 1000;
}
.article .new_today { top: -50px; right: -10px;}

.text { 
  width: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
  clear: both;
}
.text p { 
  padding: 0; 
  margin: 0 0 10px 0;
}
#videoBox {
  max-width: 760px;
  margin: 20px 0 15px 0;
}
.videoBox {
  max-width: 760px;
  margin: 0 0 15px 0;
}
#videoBox iframe, .videoBox iframe {
  width: 100%;
  border: 0;
  padding: 0;
}
#videoBox iframe {
  height: 400px!important;
}
.videoBox iframe {
  height: 320px!important;
}
/* ul   */

.text ul {
  margin: 10px 0 10px 15px;
  padding: 0 0 0 5px;
  list-style: outside disc;
  color: #333 !important;
}
.text ul li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  line-height: 1.3;
  list-style: outside disc;
}
.text ul ul {
  margin: 7px 0 7px 15px;
  padding: 0;
}
.text ul ul li {
 line-height: 1.2;
}
/* ol   */

.text ol {
  margin: 10px 0 10px 0;
  padding: 0 0 0 20px;
}
.text ol li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  line-height: 1.3;
  list-style: outside decimal;
} 
.text ol ol {
  margin: 7px 0 7px 0;
}
.text ol ol li {
  line-height: 1.2;
  list-style: outside lower-alpha;
}
/* ol ul  */

.text ol ul {
  margin: 7px 0 7px 15px;
}
.text ol ul li { list-style: outside disc;} 

/* ul ol  */

.text ul ol {
  margin: 7px 0 7px 15px;
}
.text ul ol li { list-style: outside decimal;} 

/* Text img    */

.text img {
  margin: 10px 0 20px 0;
  vertical-align: middle;
}
.text .alignleft, img.alignleft {
	float: left;
  height: auto;
	margin: 3px 15px 15px 0;
}
.text .alignright, img.alignright {
	float: right;
	display: inline;
	margin: 3px 0 15px 15px;
}
.text .aligncenter, img.aligncenter {
	float: none;
	clear: both;
	margin: 10px auto 15px;
}
.text .alignnone, img.alignnone {
	float: none;
	clear: both;
  margin-top: 10px;
  margin-bottom: 15px;
}
/*  caption    */

.wp-caption {
	text-align: center!important;
	margin: 0;
  padding: 0;
  vertical-align: top;
}
.wp-caption img, .gallery-item img {
  margin: 0 auto 0;
}
.wp-caption img { border: 0;}

.wp-caption-text, .gallery-item .wp-caption-text {
   text-align: center!important;
   font-weight: 700;
   padding-top: 10px;
   padding-bottom: 10px;
   display: block;
}
.wp-caption-text { font-size: 100%;}
.gallery-item:hover .gallery-caption {
  color: #666;
}
/*  gallery    */

.gallery { 
  margin: 20px 0 0 0;
}
.gallery-size-thumbnail,
.gallery-size-regular,
.gallery-size-medium,
.gallery-size-medium {}

.gallery-item .wp-caption-text {
  padding-top: 0!important; 
  margin-top: 0;
}
.gallery-item img  {
  margin: 0 4px 4px 4px!important;
}
/*  Gallery  Columns  */

.gallery-item {
  display: inline-block;
  padding-bottom: 15px;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
}
.gallery-columns-1 .gallery-item {  
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;
}
.gallery-columns-3 .gallery-item {
  width: 28%;
  margin-left: 2%;
  margin-right: 2%;
}
.gallery-columns-4 .gallery-item {
  width: 21%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.gallery-columns-5 .gallery-item { width: 17%;}
.gallery-columns-6 .gallery-item { width: 14%;}
.gallery-columns-7 .gallery-item { width: 11%;}
.gallery-columns-8 .gallery-item { width: 9%;}
.gallery-columns-9 .gallery-item { width: 8%;}

/*  Table  */

.text table {
  width: 99%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 15px 0 15px 0!important;
}              
.text table thead, .text table th {
  background-color: #ddd;
  text-align: center;
  vertical-align: text-top;
  padding: 9px 10px 9px 10px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.text table td, .text table tr {
  text-align:left;
  padding: 10px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.text table tr {
  background: #fff;
}

/************************************************
*	13.0 -  Recipe   								*
************************************************/

#recipe_top {  
	margin: 5px 0 10px 0;
	overflow: hidden;
}
#new {  
  float: left;
  width: 50%; 
  min-height: 20px;
  font: italic 700 15px Arial;
  line-height: 1.3;	
  margin: 4px 15px 10px 0;  
}
#new span { display: block;}
#new .time { margin-top: 4px;}
#new .post-edit-link { margin-top: 5px;}

/*  vrezka  */

#vrezka {
  float: right; 
  width: 220px; 
  height: auto;
  margin: 5px 0 5px 7px; 
  padding: 7px;
  background: #F7F7F7;
  border: 1px solid #bababa;
  font-size: 90%;
  overflow: hidden;
  clear: none;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
     -moz-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
#vrezka:hover {
  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
#vrezka img.avatar  {
  float: left;
  margin: 0 7px 2px 0; 
  max-width: 60px!important;
  height: 60px;
  overflow: hidden;
}
#vrezka .author-box { 
  line-height: 1.1;
  margin: 0;
  display: block;  
}
#vrezka .author { 
  font-weight: 700;
  margin-bottom: -10px!important;
  display: block;  
}
#vrezka .desc { 
  font-weight: 400;  
}
/*  Ingredients, Recipe_mid   */

#ingredients ul { 
  margin-top: 15px;
  margin-bottom: 20px;
}
#recipeInstructions { 
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
#recipeInstructions p { 
	height: auto;
	overflow: hidden;  
  clear: both !important;
}
#recipeInstructions img {
  float: left;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}

/***********************************************
*	14.0 -  Article Footer                *
***********************************************/
/*  14.1 -  Rating   */

.vote-block {
  float: left;
  max-width: 240px;
  min-height: 40px;
  vertical-align: middle;
  margin: 7px 0 20px 0;
  overflow: hidden;
}
.rating-info {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 80%;
}
.rating { 
  float: left;
  width: 115px;
  height: 22px;
  margin: 0 0 15px 0;
  list-style: none;
  vertical-align: middle;
}
.rating:hover li {
  background-image: url("images/star.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
  only screen and (min--moz-device-pixel-ratio: 2), 
  only screen and (-o-min-device-pixel-ratio: 2/1), 
  only screen and (min-resolution: 192dpi), 
  only screen and (min-resolution: 2dppx) {
    .vote-block .rating:hover li {
      background-image: url("images/star.png");
      background-size: 23px 66px !important;
    }
}
.vote-block .rating li {
  float: right;
  width: 23px;
  height: 22px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
  background-position: 0 -22px;
}
.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -44px;
}
.vote-block li.current {
  display: none;
}
.vote-block ol.show-current {
  position: relative;
  width: 115px !important;
  height: 22px;
  padding: 0 !important;
  margin: 3px 0 0 0 !important;
}
.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
}
.vote-block ol.show-current li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url("images/star.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
  only screen and (min--moz-device-pixel-ratio: 2), 
  only screen and (-o-min-device-pixel-ratio: 2/1), 
  only screen and (min-resolution: 192dpi), 
  only screen and (min-resolution: 2dppx) {
    .vote-block ol.show-current li.current {
      background-image: url("images/star.png");
      background-size: 23px 66px !important;
    }
}
.vote-block ol.show-current li.current span {
  display: block;
  height: 27px;
  width: 0;
  background: inherit;
  background-position: 0 -44px;
}
.vote-block .rating-text {
  font-size: 90%;
  display: block;
  text-align: right;
  padding-top: 5px;
  text-align: left;
  clear: both;
}
/*  14.2 -  Postmeta   */

.postmeta { 
  float: right;
  margin-top: 5px;
  text-align: right;
}
.postmeta i { color: #555;}
.time {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
/*  14.3 -  Post Tags   */

#tags-box { 
  clear: both;
  overflow: hidden;
}
#post-tags { 
  float: left;
  width: 90%;
}
#post-tags a {
  position: relative;
  color: #fff;
  margin: 0 13px 7px 0;
  display: inline-block;
  padding: 5px 15px 5px 10px;
  font-size: 90%;
  background-color: #5e98e6;            /* blue  */ 
  letter-spacing: 1px;
  -moz-transition: background-color .1s linear;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
#post-tags a:before {
  content: '';
  position: absolute;
  right: -7px;
  top: 0;
  border-left: 8px solid  #5e98e6;            /*  blue   */
  border-top: 13px solid rgba(0,0,0,0);
  border-bottom: 13px solid rgba(0,0,0,0);
  width: 0;
  height: 0;
  -moz-transition: border-left .1s linear;
  -webkit-transition: border-left .1s linear;
  transition: border-left .1s linear;
}
#post-tags a:after {
  content: '';
  position: absolute; right: 3px; top: 12px;
  width: 4px;
  height: 4px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
#post-tags a:hover, #post-tags a:hover { opacity: 0.7} 

/*  14.4 -  Postmetadata   */

.postmetadata {
  background: #fff;
  padding: 9px;
  border-top: 1px solid  #cac9c9;
  border-bottom: 1px solid #cac9c9;
  margin-top: 20px;
  margin-bottom: 20px;
}

/************************************************
*  15.0 -  Social Icons    *
************************************************/

.box {
  position: relative;
  margin: 20px 0 20px 0!important; 
  padding: 0;
  overflow: hidden;
  clear: both;
} 
.box-title, .related-posts h2 {
  clear: both;
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: 400!important; 
}
.social-icons { 
	position: relative;
	text-align: center;
	margin-bottom: 30px;
} 
.social-icons h2 { margin-bottom: 15px;} 

.social-icons a {
	margin: 3px 5px 3px 0;
	text-shadow: none;
	display: inline-block;
}
.social-icons a:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	opacity: 0.7;
}
.social-icons i:before {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
  border-radius: 36px;
}
.social-icons i {
	color: #fff;
}
.social-icons .fa-rss:before {
	background: #df6f24;
}
.social-icons .fa-vk:before {
	background: #336699;
}
.social-icons .fa-twitter:before {
	background: #45b0e3;
}
.social-icons .fa-facebook-f:before {
	background: #39599f;
}
.social-icons .fa-odnoklassniki:before {
	background: #f39d38;
}
.social-icons .fa-pinterest-p:before {
	background: #E00707;
}
.social-icons .fa-instagram:before {
	background: #517fa4;
}
.social-icons .fa-flickr:before {
	background: #ff0084;
}
.social-icons .fa-youtube:before {
	background: #c00000;
}
.social-icons .fa-vimeo-v:before {
	background: #0374a5;
}
.social-icons .fa-linkedin-in:before {
	background: #2084af;
}
.social-icons .fa-blogger:before {
	background: #ff561d;
}
#sid-icons { margin-bottom: 20px;} 

/*  15.1 -  Print   */

#print {
  width: 36px;
  margin: 3px 15px 0 0;
}
.fa-print { margin-top: 0; color: #5e98e6!important;}
#print::after { height: 2px;}


/************************************************
*  16.0 -  Post Format    *
************************************************/

.sticky { 
  background: #fffce9!important;
  border: 1px solid #dfd595;
  padding: 15px!important;
}
.single-format-aside #content, .format-aside{ 
  background: #f7fcf3!important;
  border: 1px solid #d2e0c7;
}
.single-format-quote #content, .format-quote { 
  background: #fef2f2!important;
  border: 1px solid #edc6c6;
}
.single-format-image #content, .format-image { 
  background: #ecf4fe!important; 
  border: 1px solid #c5d5e9;
}
.single-format-gallery #content, .format-gallery { 
  background: #f7fde9!important; 
  border: 1px solid #d6e2b8;
}
.single-format-video #content, .format-video { 
  background: #ebf8fd!important;
  border: 1px solid #c5dde7;
}
.single-format-audio #content, .format-audio { 
  background: #f8effb!important; 
  border: 1px solid #dac4e2;
}
.format-aside, .format-quote, .format-image, .format-gallery, .format-video, .format-audio { padding: 15px!important;}

/************************************************
*	17.0 - Sidebar							*
************************************************/

.sidebar { 
	float: right;
	width: 28%;
  background: none; 
  padding: 0;
}
.sid-box { 
	width: 100%;
  margin-bottom: 20px;
	padding: 15px 20px 0 20px;
	box-sizing: border-box;
  background: #fff; 
}
/* 17.1 -	 Sidebar Menu	*/

#cat-list {
  margin: 0 0 15px 0;
}
#cat-list li {
  margin-bottom: 7px;
  list-style-type: none;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#cat-list li a {
  padding: 7px 20px 10px 20px;
  color: #fff;
  display: block;
}
#cat-list li a:link, #cat-list li a:visited {
  color: #fff;
}
.sid-box ul { margin: 0 0 0 15px;}
#cat-list .children {
  margin: 7px 0 0 0;
}
/* 17.1 -	Search Form		*/

#searchform { 
  position: relative;
  max-width: 350px; 
  margin: 0 auto 20px;
	height: auto;
	overflow: hidden;
} 
#searchform input#s, input.input-text,
#contactform input, #commentform input { 
  width: 100%; 
  height: 36px;
  background: #fff; 
  border: 1px solid #bababa;
  margin-bottom: 12px;
  padding: 3px 0 4px 5px; 
  display: block;
	box-sizing: border-box;
} 
#searchform input#s { margin: 0 auto 5px;} 
#searchsubmit { 
  position: absolute; top: 7px; right: 0;
  height: 30px; 
  width: 30px;  
  background: url('images/search.png');
  padding-bottom: 3px; 
  box-shadow: none;   
  margin: 0; 
  border: 0;
} 	
/* 17.3 -	Sub		*/

#sub {
  width: auto;
  max-width: 350px; 
  margin: 0 auto 20px;
}
#sub .sub-title, 
#sub .sub-title a:link, #sub .sub-title a:visited {
  padding: 0;
  text-align: center;
  margin-bottom: 12px; 
  border: 0;
  line-height: 0.8;
}
#sub img {
  float: none;
  margin: 5px auto 12px;
  clear: both !important;
}
#sub-text {
  color: #000 !important;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px; 
}
#SR_form { 
  width: 100%; 
  max-width: 240px;
  margin: 2px auto 0;
  overflow: hidden;
}
#SR_form .input-text { margin-bottom: 20px;}
#submitButton, input#submit { 
  float: right; 
  height: 38px;
  text-align: center; 
  margin: 0; 
  border: 0;
  color: #fff!important; 
  font-size: 120%; 
  line-height: 1;
  cursor: pointer; 
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  padding: 8px 0 10px 0; 
  border-radius: 0!important;
} 	
#submitButton {
  width: 100%;
  margin: 0 auto 12px; 
  padding: 5px 0 12px 0;
  line-height: 1;
}
/* 17.4 -	Excerpt 		*/

.excerpt { 
  height: auto;
  margin-bottom: 20px;
  list-style-type: none; 
  text-align: left;
  overflow: hidden;
}
.sid-excerpt { 
  min-height: 140px;
  margin-bottom: 20px;
}
.sid-excerpt:last-child { 
  margin-bottom: 0;
}
.excerpt h4 { 
  font-size: 100%;
  font-weight: 700;  
  margin-bottom: 7px;
}
.excerpt .views { 
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 7px;
}
img.attachment-img-sid {
  margin-bottom: 10px;
}
.excerpt img.avatar {
  float: left;
  width: 100px;
  height: 100px;
  margin: 4px 10px 5px 0;
}
.excerpt span { 
  text-align: right;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

/************************************************
*	18.0 - 	Widgets						*
************************************************/
/* 18.1 -  Calendar   */

#wp-calendar { 
  border-collapse: collapse;
  margin: 0 auto 0;
}
#wp-calendar caption { 
  padding-bottom: 13px;
}
#wp-calendar th, #wp-calendar td { 
  width: 50px;
  height: 24px;
  text-align: center;
}
#wp-calendar a:link, #wp-calendar a:visited { 
  padding: 5px 10px 4px;
  color: #fff;
}
#wp-calendar tfoot tr { 
  border-top: 1px solid #999;
  padding-top: 10px!important;
}
#wp-calendar #prev a:link, #wp-calendar #next a:link,
#wp-calendar #prev a:visited, #wp-calendar #next a:visited { 
  position: relative;
  padding: 5px 10px;
  margin: 0;
  color: #fff;
}
#wp-calendar a:hover, #wp-calendar a:focus { 
  opacity: 0.7;
}

/************************************************
 * 19.0 - Comments								*
************************************************/
/* 19.1 -	Comments  */

#comments {   
  width: 100%;
  font-family: Arial, Verdana, Sans-Serif; 
  font-weight: 400; 
  color: #333; 
  margin-top: 15px;
} 
ol.commentlist {  
  list-style-type: none; 
  font-family: Arial, Verdana, Sans-Serif; 
  font-weight: 400; 
  color: #333; 
  margin: 0; 
  padding: 0;
}
ol.commentlist li {  
  min-height: 60px;
  padding: 10px 10px 12px 10px; 
  list-style-type: none; 
	background: #f7f7f7;
  border: 1px solid #cac9c9;
  color: #000;
  clear: both;
}
#comments img.avatar { 
  float: left;
  position: relative;
  margin: 0 7px 5px 0; 
  width: 50px; 
  height: 50px; 
}
.commentmetadata { 
  text-align: left; 
	overflow: hidden;
  margin-bottom: 5px;  
}
.author {
  font-weight: bold;
}
.commentmetadata .time {
  padding-top: 0;
  font-style: italic;
}
.comment_text p {  
  width: auto; 
  padding: 0; 
  margin: 0 0 7px 57px;  
} 
.comment_text ul li {   
  border: 0;
  padding: 0 0 5px 0; 
  list-style: dick;
  padding-left: 14px;
} 
.comment_text blockquote p {
  background: #f9f7f4;
  border-left: 5px solid #A79A89;
  padding: 7px 10px 8px 10px;
  margin: 10px 0 10px 50px;
  color: #000;
}
#respond {
  margin-top: 20px;
  overflow: hidden;
}
.comment-reply-link,
#cancel-comment-reply-link {
  margin: 0; 
  text-decoration: none; 
  text-shadow:  1px 1px 1px #fff;
  display: block;
}
#cancel-comment-reply-link { margin-top: 10px;}
.bypostauthor {
  border: 1px dashed #126ecb!important; 
}
.bypostauthor .comment_text {
  font-style: italic;
}
/* 19.2 -	Comments Child   */

ol.commentlist li.depth-1 {   
  margin: 0 0 10px 0; 
}
ol.commentlist ul.children,
ol.commentlist ul ul.children,
ol.commentlist ul ul ul.children,
ol.commentlist ul ul ul ul.children {
  width: auto;  
  height: auto;
  margin: 15px 0 0 0; 
  list-style: none; 
  clear: both;   
}
ol.commentlist ul.children li { 
  height: auto;
  margin: 0 0 0 20px;
  list-style-type: none; 
  clear: both;
 }
.comment_text a:link, .comment_text a:visited {
  color: #317b00;
  text-shadow: #fff 1px 1px 1px;
}
/* 19.3 -	Comments Form		*/

#commentform, #contactform { 
  font-family: Arial, Verdana, Sans-Serif; 
  margin-top: 20px;
  z-index: 100;
  overflow: hidden;
} 
#commentform p, #contactform p { 
  margin-bottom: 0;
} 
p.logged-in-as, p.comment-form-comment, .comment-notes { width: 100%!important;}
/*  notes   */
p.comment-notes {
  padding-bottom: 15px;
  font-size: 90%;
  font-weight: 700;
}
span#email-notes { 
  display: block;
  margin-bottom: 7px;
}
/*  input text   */
p.antispam, p.comment-form-author, 
p.comment-form-email, p.comment-form-url, p.form-submit { 
  width: 45%;
  margin-left: 0;
  margin-right: 2%;
  margin-bottom: 10px;
} 
p.comment-form-author, p.comment-form-url { 
  float: left; 
}
p.antispam, p.comment-form-email, p.form-submit { 
  float: right; 
}
#contactform p.comment-form-url { 
  margin-top: 18px;
}
#wp-comment-cookies-consent {
  float: left;
  width: 30px!important;
}
/*  submit   */

#commentform #submit {
  width: 100%;
  margin: 29px 0 10px 0;
  letter-spacing: 0;
  font-size: 110%;
}
#contactform p.form-submit {
  float: right;
  margin-top: 15px;
  clear: both;
}
label {
  text-align: left;
  clear: both;
  display: block;
}
#commentform input, #commentform textarea,
#contactform input, #contactform textarea {
  background: #fff;
  border: 1px solid #cac9c9!important;
  margin: 10px 0 10px 0; 
  padding: 5px 7px; 
  box-sizing: border-box;
  font-family: Arial, Verdana, Sans-Serif; 
}
#contactform input, #commentform input { 
  width: 100%;
  box-sizing: border-box;
  clear: both;
} 
textarea#cp_message, textarea#comment { 
  width: 100%;
  min-height: 180px; 
  overflow: auto;
}
.logged-in-as { padding-bottom: 15px;}
.required { 
  font-size: 120%;
  font-weight: 700;
  margin-top: -3px;
  display: inline-block;
  color: #126ecb;
}
/*	- post-password-form   */

.post-password-form label {	
  width: 70%; 
  display: inline-block;
  margin: 0;
  clear: none;
}
.post-password-form input {	
  width: 100%;
  height: 33px;
  background: #fff;
  border: 1px solid #bababa;
  box-shadow: inset 5px 5px 5px rgba(0,0,0,.1);
  margin: 12px 0 12px 0;
  padding: 3px 0 4px 5px;
  box-sizing: border-box;
  font-size: 15px; 
  color: #333;
}
.post-password-form input[type="submit"] { 
  display: inline-block;
  width: 80px; 
  height: 33px;
  background: #eee;
  margin: 30px 0 0 12px;
  padding-left: 0;
  font-size: 15px; 
  box-shadow: none;
  clear: none;
}

/************************************************
*  20.0 -  Site Navigation   *
************************************************/
/*	20.1 - Post navigation   */

.pagination {
  margin: 30px 0 0 0; 
  clear: both;
}
.pagination .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; 
}
.pagination .page-numbers {
  text-align: center;
  padding: 0; 
}
.pagination .page-numbers li {
  display: inline-block; 
  margin-bottom: 10px;
}
.pagination .page-numbers .page-numbers, #link-pages a {
  display: block;
  line-height: 1;
  padding: 10px 12px 8px 12px;
  margin-right: 2px;
  transition: all 0.5s; 
  font-size: 100%;
}
.pagination .page-numbers .page-numbers:hover:not(.dots) {
  text-decoration: none;
  transition: all 0.5s; 
}
.pagination .page-numbers .page-numbers.current {
  padding: 10px 13px 9px 13px;
  border: 0;
} 
#link-pages a,
.pagination .page-numbers .page-numbers:not(.dots) {
  background: #fff;
  border: 1px solid #d5d5d5;               /*    gray    */
}
#link-pages a:hover, .ddsg-pagenav a:hover,
.pagination .page-numbers .page-numbers:hover:not(.dots) {
  background: #f3f3f3;                     /*   light gray  */
  border: 1px solid #d5d5d5;               /*    gray    */
}
/*	20.2 - Pages navigation    */

#link-pages {
  margin: 30px 0 10px; 
  text-align: center;
  font-size: 120%;
}
#link-pages a, #link-pages span {
  display: inline-block;
  width: auto;
  margin: -7px 3px 3px 4px;
  padding: 9px 12px 7px 12px;
  font-weight: 400;
}
#link-pages span {
  padding: 7px 12px 5px 12px;
  border: 1px solid #d5d5d5;               /*    gray    */
}
#link-pages a span {
  margin: 0;
  padding: 0;
  background: none!important;  
  border: 0;                 
  color: #000!important;
}
/*	20.3 - Recipe navigation    */

#single_nav {
  width: 100%;
  min-height: 30px;
  text-align: center;
  overflow: hidden;
  margin: 20px 0 15px 0;
}
.nav-prv, .nav-nxt { 
  width: 49%;
  height: 30px;
  line-height: 1.1;
  display: table;
  box-sizing: border-box;
}
.nav-prv { 
  float: left;
  padding-left: 30px;
  text-align: left;
}
.nav-nxt { 
  float: right;
  padding-right: 30px;
  text-align: right;
}
.nav-prv a, .nav-nxt a { 
  display: table-cell;
  vertical-align: middle;
}
/*	20.4 - Comment navigation   */

.comment-navigation { 
  width: 100%;
  height: auto;
  margin: 0 auto 10px; 
  padding: 0;
  overflow: hidden;
  border: 0;
} 
.nav-previous, .nav-next { 
  padding: 0 0 10px 0; 
  color: #3f71b5;
} 
.nav-previous { float: left;} 
.nav-next { float: right;} 
.nav-previous a:link, .nav-next a:link,
.nav-previous a:visited, .nav-next a:visited { 
  font-size: 110%;
  font-weight: 700;
  text-shadow: 1px 1px 1px #fff; 
} 
/*	20.5 - Anchors   */

.add-comments {  
  width: auto;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 0 25px 0 0;  
} 
#add-comments { 
  float: left;
  width: auto; 
  margin: 0 0 20px 0 !important; 
} 

/************************************************
*	21.0 - Page Templates             		*
************************************************/
/*  Column2.php    */

.article { margin-top: 15px;}
.column { 
  border: 1px solid #fff;
  width: 49%;
}
.column h1, .column h2 { 
  text-align: center;
  margin-bottom: 20px;
}
.column img { 
  float: left;
  margin: 0 15px 5px 0;
}
.column p { 
  min-height: 160px;
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
}
.column strong { 
  text-align: center;  
  margin: 0;
  display: block;
}

/************************************************
 * 22.0 - Page Templates               *
************************************************/
/*	22.1 -  ddsg-wrapper	/  site map  */	

.ddsg-wrapper { 
  position: relative;
	margin: 10px 0 0 0; 
	padding: 0;  	
	overflow: hidden;
}
.ddsg-wrapper h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 400;
} 
.ddsg-wrapper ul { 
  margin: 10px 0 15px 0;
  padding-left: 1px;
}  
.ddsg-wrapper ul ul {
  margin: 10px 0 5px 15px !important;
}  
.ddsg-wrapper ul li {
  float: none;
  margin: 15px 0 15px 0;
  list-style-type: none;
  line-height: 1.3;
  font-size: 18px;
}  
.ddsg-wrapper ul ul li {
  line-height: 1.2;
  list-style-type: disc!important;
  margin: 0 0 0 2px;
  padding-top: 5px;
  font-size: 95%;
  font-weight: 400;
}  
.ddsg-wrapper ul ul ul li {
  font-weight: 400;
  padding-top: 0;
}  
.ddsg-pagenav {
  margin-top: 25px;
}
.ddsg-wrapper a:link, .ddsg-wrapper a:visited { color: #333;}
.ddsg-wrapper a:hover, .ddsg-wrapper a:active { color: #666;}

/* 22.2 -  Colorbox      */

#nlx { position: absolute; z-index: 1000;}

#cboxWrapper,#cboxLoadedContent,#colorbox,#cboxContent, #cboxLoadedContent img { 
  border: 0;
  max-width: 100%;
  width: auto\9; /* ie8 */
  height: auto;
  -ms-interpolation-mode: bicubic;
}
#colorbox, #cboxOverlay{ z-index: 2000; position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper{ z-index: 2000; position:absolute; top:5px; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; height:100%; border:0;
}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
/* buttons */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
  cursor:pointer;
  border: 0; 
  box-shadow: none;
}
/*  ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{ background: rgba(0,0,0,.8);}

#colorbox{}
    #cboxContent{ background: #ccc; padding-bottom: 1px;}
        #cboxLoadedContent img { 
          margin: 0; 
          padding: 1px;
        }       
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background: url('images/lightbox/prev.png') top left no-repeat; width:30px; height:45px; text-indent:-9999px;}
        #cboxPrevious:hover{background: url('images/lightbox/prev_hover.png');}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background: url('images/lightbox/next.png') top right no-repeat; width:30px; height:45px; text-indent:-9999px;}
        #cboxNext:hover{background: url('images/lightbox/next_hover.png');}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url('images/lightbox/loading.gif') center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px;  display:block; background: url('images/lightbox/close.png') top center no-repeat; width:17px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background: url('images/lightbox/close_hover.png');}
a.lightbox {position: static;}

/************************************************
 * 23.0 - Footer 	            			*
************************************************/

#footer{
  position: relative;
	width: 100%;
  min-height: 110px;
	padding: 20px 30px 0 30px;
	margin: 0 auto 0;
	text-align: center;
	color: #fff;
	clear: both;
  box-sizing: border-box;
}
#footer a:link, #footer a:visited {
	color: #fff;
	}
#footer a:hover, #footer a:active {
	color: #eee;
}
.copyright { 
  margin: 0 auto 15px;
	padding: 0;
}
.footer_left, .footer_right { 
  float: left;
  max-width: 180px;
  height: 100%;
  font-size: 13px;
  text-align: left;
}
.footer_right { 
  float: right;
}
#footer p { 
  text-align: center;
  margin: 10px auto 10px;
	padding: 0;
} 
#counter {   
  max-width: 800px; 
  min-height: 30px;
  margin: 25px auto 5px; 
} 
#counter img { 
  float: none;  
  margin-right: 5px; 
} 
#to-top {
  position: fixed; bottom: 10px; right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 1000;
}
/*  Chrome  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   button#but-submit {
      padding: 2px 6px 7px 6px;
      margin-top: 6px;
      height: 25px;
   }
  .menu li a:link, .menu li a:visited, 
  .menu li a:hover, .menu a:active { padding: 9px 15px 12px 15px;}
  #submitButton { padding: 7px 0 12px 0;}  
}

/************************************************
*  24.0  -  Media Print 	  *
************************************************/

@media print {
	form,
	button,
	input,
	select,
	textarea,
	#header,
	nav,
	#footer,
	#breadcrumbs,
	.navbar-fixed-top,
	#single_nav,
	#vrezka,
	#to-top,
	#post-tags,
	#print,
	#video,
	.other,
	.sidebar,
	#comments,
	.copyright,
	#counter,
	.social-icons,
	.postmetadata,
	#related-posts,
	#post-footer {
		display: none!important;
	}
  #onecolumn { width: 100%!important;}
  #content { box-shadow: none!important;}
}

/************************************************
* 25.0 -  Media Queries                        *
************************************************/

@media (max-width: 1450px) { 
    #body-box { display: none;}
} 
@media screen and (max-width: 1150px) { 
    .videoBox iframe { height: 288px!important;}
}
@media screen and (max-width: 1100px) { 
    #new { width: 45%;}
    .excerpt li img { width: 220px;}
    #logo-img { margin-left: 0;}
}
@media screen and (max-width: 1000px) { 
    #new, #vrezka {  float: left; width: 100%;}
    #logo-img { margin-left: -20px;}
    .videoBox iframe { height: 248px!important;}
    #commentform #submit { font-size: 100%!important;}
}
@media screen and (max-width: 920px) { 
    #videoBox iframe { height: 300px!important;}
    .videoBox iframe { height: 225px!important;}
}
@media screen and (max-width: 900px) { 
    #searchform { margin: 0 20px 15px 20px;} 
    .text iframe { height: 360px!important;}
    .col3 { margin-left: 0; margin-right: 3%; width: 46%;}
}
@media screen and (max-width: 850px) { 
    #header { padding-left: 10px;}
    #title { font-size: 30px;}
    #onecolumn { width: 100%; }
    #sidebar1 { width: 30%; }
    #content { width: 68%; }
    #sidebar2, #sidebar2 .sid-box { width: 100%!important;}
    .excerpt img { width: 220px;}
    #sub img { max-width: 340px;}
    .videoBox iframe { height: 277px!important;}
}
/* Tablet  */ 

@media (max-width: 768px) {
    body, .ddsg-wrapper ul ul li { font-size: 120%!important;}
    .col1 .views, .post-edit-link, #home-desc, #submitButton { font-size: 100%;}
    #searchform input#s, input.input-text, #contactform input, 
    #commentform input, .navbar-right { font-size: 90%;}
    .navbar-form input, button#but-submit, .col2 .meta, .post-edit-link { font-size: 80%;}
    #container { padding: 0;}
    #page { padding: 10px 0;}
    #logo-box, #cat-list { display: none; }
    #title-box { width: 100%; margin-top: 5px;}
    #header { padding-left: 20px;}
    #content, #sidebar1, #sidebar2, .sid-box { width: 100%!important;}
    .sid-box li { 
      float: left;
      width: 46%; 
      margin-right: 4%;
      box-sizing: border-box;
    }
    .btn-navbar { display: block;}
    .nav-collapse { clear: both; }
    .collapse {
      height: 0;
      overflow: hidden;
    }
    .menu {  
      float: none;
      overflow: hidden;
      margin-left: 20px;
      margin-right: 20px;
    }
    .menu li {
      width: 100%;
      text-align: left;
      padding: 0;
      text-align: left;
      border-right: 0!important;
      box-sizing: border-box;
    }
    .menu li a { width: 100%;}
    .menu ul li > a:link, .menu ul li > a:visited { 
      padding-left: 40px;         
    }
    .menu ul ul li a:link, .menu ul ul li a:visited { 
      padding-left: 60px;    
    }
    .menu ul ul ul li a:link, .menu ul ul ul li a:visited { 
      padding-left: 80px;    
    }
    .menu ul ul ul ul li a:link, .menu ul ul ul ul li a:visited { 
      padding-left: 100px;    
    }
    .navbar-form, .navbar-right {
      float: none;
      clear: both;
      overflow: hidden;
      padding: 10px 15px;
      margin: 0;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
         -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
              box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-right { text-align: right;}
    #new { width: 50%;}
    #vrezka { float: right; width: 220px; font-size: 80%;}
    #videoBox iframe { height: 400px!important;}
    .videoBox iframe { height: 392px!important;}
    .col3 { margin-left: 1%; margin-right: 1%; width: 30.5%;}
    #commentform #submit { font-size: 120%!important;}
    #print { margin-right: 10px;}
    .social-icons i:before {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
    }
    .time { margin-bottom: 7px;}
    #post-tags, #print { margin-top: 10px;}
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item { width: 22%;}
}
@media screen and (max-width: 620px) 	{
    #logo-img { 
      float: none;
      margin: 0 auto 10px;
      display: block;
    }
    #title-box { 
      width: 100%;
      padding-bottom: 10px;
    }
    #header { padding: 15px 20px 0 20px;}
}
@media screen and (max-width: 600px) 	{
    .col2 .post-edit-link { clear: none;}
    .text iframe { height: 300px!important;}
    #new { width: 45%;}
    #videoBox iframe, .videoBox iframe { height: 300px!important;}
    .column { width: 100%;}
}
@media screen and (max-width: 550px) 	{
    #new, #vrezka { float: left; width: 100%;}
}
@media screen and (max-width: 500px) 	{
    .postmeta, .vote-block { width: 100%; max-width: 100%;}
    .postmeta { float: left; text-align: left; margin: 0 0 10px 0;}
    .time { text-align: left;}
    .col3 { margin-left: 0; margin-right: 3%; width: 46%;}
    #submit { font-size: 100%!important;}
    #post-tags { width: 80%;}
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item { 
      width: 45%;
      margin-left: 2%;  
      margin-right: 2%;
    }
}
@media screen and (max-width: 450px) 	{
    .sid-box li { 
      float: none;
      width: 100%; 
      margin-right: 0;
    }
    ol.commentlist ul.children li { margin: 0!important;}
    p.comment-form-author, p.comment-form-email, p.comment-form-url, 
    p.form-submit, p.antispam { float: left!important; width: 70%;}
    p.form-submit { margin-top: 0;}
    p.comment-form-url { margin-top: 0!important;} 
}    
@media screen and (max-width: 400px) 	{
    .text iframe { height: 250px!important;}
    #stretch, .c1, .c2, .c3 { display: none;}
    #videoBox iframe { height: 250px!important;}
    .videoBox iframe { height: 192px!important;}
    ul.slidesjs-pagination { margin: 10px 0 25px 0;}
    #sub img, #sub { max-width: 270px;}
    p.comment-form-author, p.comment-form-email, 
    p.comment-form-url, p.form-submit, p.antispam { width: 90%;}
}
@media screen and (max-width: 350px) {
    .col2 { width: 100%;}
    .text iframe { height: 200px!important;}
    .col3 { margin-left: 0; margin-right: 0; width: 100%;}
}
@media screen and (max-width: 330px) 	{
    #videoBox iframe { height: 200px!important;}
    .videoBox iframe { height: 147px!important;}
    #sub img, #sub { max-width: 240px;}
    .comment_text p { clear: both; margin: 0 0 7px 0;} 
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item { 
      width: 100%;
    }
}
@media screen and (max-width: 300px) {
    #sub img, #sub { max-width: 200px;}
}