/*
Theme Name:  city
Theme URL: http://nulled.cc/
Description: Шаблон для новостных интернет магазинов.
Version: 1.6
Author: nulled
Author URL: http://nulled.cc
Tags:
*/


@import 'css/css.css';
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700italic,700&subset=latin,cyrillic);

/************************************************
* Global Styles         *
************************************************/
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background: rgb(240, 245, 250);
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.4);
  min-height: 100%;
}

/************************************************
body {
  background: url('/wp-content/themes/city/images/bg28.jpg') repeat scroll left top transparent;
}
************************************************/

/************************************************
* container     *
************************************************/
#container {
  position: relative;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto 0;
  overflow: hidden;
}

/************************************************
* Structure container     *
************************************************/
#header {
}

#menu {
}

#page {
  height: auto;
  margin: 0 auto 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
}

#bottom {
}

#footer {
}

.repeat {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/************************************************
* Structure page      *
************************************************/
.onecolumn {
  float: left;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}

/* if 3 column  */
#col3 {
  width: 930px;
}

/* if 4 column  */
#col4 {
}

.maincolumn {
}

#sidebar_1 {
}

#sidebar_2 {
}

#sidebar_3 {
}

/************************************************
* Hyperlinks *
************************************************/
a,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a img {
  padding: 0;
  margin: 0;
  border: none;
  color: #fbdede;
}

img {
  font-size: 12px;
  line-height: 1;
  border: none;
}

/************************************************
* h               *
************************************************/
h1 {
  font-size: 20px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'PT Serif', serif;
}
h2 a{
    color: #000;
}

h3 {
  font-size: 18px;
  margin: 20px 30px;
  font-weight: bold;
}

h4 {
  font-size: 15px;
  margin: 5px 0 10px 30px;
  color: #2d2727;
  font-weight: bold;
}

h5 {
  font-size: 16px;
  margin: 0;
  padding: 15px 0 0 0;
}

h6 {
  font-size: 14px;
}

h1.single {
  background: #dbd9de;
  border: 1px solid #cccecb;
  height: auto;
  color: #f8f8f8;
  padding: 7px 10px 7px 10px;
  margin: 0 0 12px 0;
}

/************************************************
* align               *
************************************************/
.left {
  float: left;
  text-align: left;
  width: auto;
}

.right {
  float: right;
  text-align: left;
  width: auto;
}

/* comments */
.alignleft {
  text-align: center;
  padding: 0;
  width: auto;
}

.alignright {
  float: right;
  text-align: right;
  margin: 0 0 25px 0;
  padding: 0;
  width: auto;
}

/* midlle */
.lefty {
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
  width: auto;
}

.righty {
  margin: 0;
  padding: 0;
  float: right;
  text-align: left;
  width: auto;
}

/************************************************
* Header                  *
************************************************/
.horizontal-nav {
  background: rgba(246, 246, 246, 0.37) none repeat scroll 0 0;
}

.horizontal-nav ul {
  float: left;
  text-align: center;
  margin-bottom: 0;
}

.nav-tabs.nav-justified {
  border: 3px solid #93979A;
}

.horizontal-nav ul li {
  float: left;
  list-style: none outside none;
}

.horizontal-nav ul li:first-child {
  border-left: 0 none;
}

.horizontal-nav ul li a {
  display: block;
  font-family: 'Gerbera-Medium';
  padding: 5px 0px;
  font-size: 12px;
  color: #23292F;
  font-weight: normal;
  text-transform: uppercase;
}

.horizontal-nav ul li:first-child a {
  border-left: 0 none;
}

.horizontal-nav ul li a:hover {
  background: #E74C3C;
}

.horizontal-nav ul li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.horizontal-nav ul li:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/************************************************
* Search Form                 *
************************************************/
.horizontal-nav ul li form#searchform {
  float: right;
  height: 26px;
  margin: 0;
  padding: 5px;
}

#s {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px none;
  border-radius: 4px 4px 4px 4px;
  color: #000000;
  display: inline;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  margin: 0;
  width: 80%;
  padding: 0;
}

#searchform #sbutt {
  width: 32px;
  height: 32px;
  float: right;
}

/************************************************
* Single                  *
************************************************/
.single {
    color: #333333;
    padding: 20px 0 0 0;
    background: #fff;
    border-right: 1px rgb(225, 224, 224) solid;
}

.single .breadcrumbs {
    text-align: left;
}

.single h1 {
    font-family: 'Myriad Pro', Arial;
    text-align: center;
}

.single .text p, .text ol, .text ul {
  font: 1em/1.45 'Proxima Nova', sans-serif;
  color: black;
  text-align: justify;
}


.single .text b {
  
}

/*************************************************
 * adsense_box
/*************************************************

/* header   */
#header_ad468x60 {
  padding: 0;
}

.header_ad468x60 {
}

.banner {
  text-align: center;
}

.ad-bottom-main {
  text-align: center;
  padding: 40px 0 20px;
}

.banner img {
  float: none;
}

/* sidebar  */
.add160x600 {
  height: auto;
  margin: 0;
}

/************************************************
* additional classes          *
************************************************/
p {
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 24px;
}

.clear {
  clear: both;
}

.clear2 {
  clear: both;
  margin-top: 15px;
}

.clear3 {
  clear: both;
  margin-top: 30px;
}

/************************************************
* footer                *
************************************************/
#footer {
    position: relative;
    padding: 0;
    color: #aba2bd;
    font: 100 11px/15px 'Noto Sans', Arial;
}
#footer:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #393367;
}
#footer .footer-area {
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 12px;
    background: #d4dce4 url(/wp-content/themes/city/images/bg-footer-area.png) 0 100% repeat-x;
}
#footer .footer-nav {
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
}
#footer .footer-nav>li {
    float: left;
    padding: 0 1.45% 0 0;
}
#footer .footer-nav>li a, #footer .contact a{
    color: #e2e2e2;
}
#footer .footer-nav.pages>li a{
    color: #372e7d;
    font: 300 14px/20px 'Noto Sans';
}
#footer .contact {
    padding: 30px 0 40px;
}

#footer .copyright {
  width: auto;
  margin: 0 auto;
  padding: 30px 0;
}
#footer a, a:visited {
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#track {
  width: 800px;
  height: 30px;
  margin: 0 auto 0;
  padding: 0;
}

/************************************************
* Comments                *
************************************************/
#comments {
  float: left;
  position: relative;
  width: 480px;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
  background: transparent;
  clear: both;
  font-family: Arial, Verdana, Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  overflow: hidden;
}

#comments h4 {
  font-size: 15px;
  margin: 0 0 5px 0;
}

#recent_comments {
  float: left;
  width: auto;
  margin: 10px 0 20px 0 !important;
}

ol.commentlist {
  width: 100%;
  height: 100%;
  margin: 20px 0 15px 0;
  padding: 0;
  list-style-type: none;
}

ol.commentlist li,
#trackbacks {
  position: relative;
  width: auto;
  height: auto;
  min-height: 70px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both !important;
}

ol.commentlist li.depth-1 {
  width: 480px;
  margin: 0 0 10px 0;
}

#trackbacks {
  min-height: 0;
  margin: 20px 0 20px 0;
  padding: 10px 10px 13px 10px;
  font-size: 13px;
}

#trackbacks li {
  font-size: 13px;
  list-style-type: square;
  margin: 0 0 0 15px;
  padding: 0;
}

ol.commentlist li img.avatar {
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #ccc;
}

.comment_text {
  width: auto;
  min-height: 50px;
  padding: 0;
  margin: 0 0 7px 0;
  overflow: hidden;
  font-size: 13px;
}

.commentmetadata {
  line-height: 1.5;
  margin: -4px 0 7px 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
}

.commentmetadata .time {
  margin: 0 5px 0 0;
}

.commentmetadata .autor {
  margin: 0;
}

.comment_text p {
  width: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 13px;
}

ol.commentlist li.reply {
  width: auto;
  margin: 10px 0 10px 0;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

ol.commentlist li .reply a,
ol.commentlist li .reply a:visited {
  text-decoration: none;
  color: #000;
}

ol.commentlist li .reply a:hover,
ol.commentlist li .reply a:active {
  text-decoration: none;
  color: #5d5d5d !important;
}

#respond {
  margin: 0;
  padding: 0;
}

#respond h4 {
  margin: 0;
  padding: 10px 0 0 0;
}

#respond p {
  font-size: 12px;
  margin: 0 0 1em;
}

/************************************************
* Дочерние комментарии            *
************************************************/
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;
  text-indent: 0;
  list-style: none;
  clear: both;
}

ol.commentlist ul.children li {
  height: auto;
  min-height: 70px;
  margin: 0;
  padding: 0 10px 0 30px;
  list-style-type: none;
  clear: both;
}

ol.commentlist ul.children li.depth-2 {
  width: 450px;
  margin: 5px 0 5px 0;
}

ol.commentlist ul.children li.depth-3 {
  width: 420px;
}

ol.commentlist ul.children li.depth-4 {
  width: 390px;
}

ol.commentlist ul.children li.depth-5 {
  width: 360px;
  margin: 0;
}

#cancel-comment-reply {
  margin: 10px 0 20px 0;
  font-size: 13px;
}

.required {
  font-size: 15px;
}

.moderation {
  font-style: italic;
  font-size: 16px;
}

/************************************************
* Выделение комментариев              *
************************************************/
li.bypostauthor {

  /* CSS для комментариев автора записи */
}

li.byuser {

  /* CSS для пользовательских комментариев */
}

/************************************************
* Commentsform                *
************************************************/
#commentform {
  float: left;
  position: relative;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0 0 35px 0;
  font-family: Arial, Verdana, Sans-Serif;
  z-index: 200;
  clear: both;
}

#commentform p {
  overflow: hidden;
  margin: 0 0 8px 0;
  padding: 0;
}

#commentform.text_comment {
  float: left;
  position: relative;
  margin: 10px 0 0 0;
  color: #666;
}

#commentform input,
textarea#comment {
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 13px;
  margin: 0;
  padding: 3px;
  background: #fff;
  border: 1px solid #dbd9dc;
}

#commentform input {
  width: 35%;
  min-width: 165px;
  height: 18px;
  margin: 0 10px 0 0;
  clear: both;
}

#commentform label {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;
}

textarea#comment {
  position: relative;
  overflow: auto;
  margin: 10px 0 10px 0;
  width: 95%;
  min-height: 150px;
  overflow: auto;
  padding: 10px;
}

ol.commentlist ul.children li.depth-2 textarea#comment {
  width: 94%;
}

ol.commentlist ul.children li.depth-3 textarea#comment {
  width: 93%;
}

ol.commentlist ul.children li.depth-4 textarea#comment {
  width: 92%;
}

ol.commentlist ul.children li.depth-5 textarea#comment {
  width: 91%;
}

#commentform input#submit,
#contactform input#submit {
  float: right;
  width: auto;
  border: 0;
  color: #fff;
  cursor: pointer;
  margin: 15px 2px 0 0;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-align: center;
}

#commentform .alignleft {
  float: left;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
  width: 60%;
  font-size: 13px;
}

#commentform .alignright {
  float: right;
  text-align: right;
  margin: 0 0 10px 0;
  padding: 0;
  width: 60px;
  font-size: 13px;
  text-align: right;
}

/*********************************************
  a navi
*********************************************/
a#recent_comments {
  width: 240px;
}

.navi_top {
  float: left;
  width: 480px;
  height: auto;
}

a#first {
  width: auto;
  padding-right: 18px;
}

a#ancor {
  width: auto;
  padding-left: 18px;
}

/*********************************************
  Comment editor
*********************************************/
blockquote {
    color: #333;
    margin: 20px 0 20px 0;
    border-left: 6px solid #6094bf;
    font-style: italic;
    padding: 20px 10px;
    background: #cde6ff;
}

blockquote blockquote {
  margin: 5px 0 5px 10px;
  padding: 0 0 0 10px;
  border-left: 4px solid #CC3300;
}

#layoutChooser {
  border-radius: 10px 10px 10px 10px;
  background: url("/wp-content/themes/city/images/linen.png") repeat scroll 0 0
}

#layoutChooser ul {
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2) inset, 0 0 5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 0 rgba(255, 255, 255, 0.05), 0 2px 2px 0 rgba(255, 255, 255, 0.05);
  display: block;
  list-style-type: none;
  margin: 0 0 20px;
}

#layoutChooser ul li {
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.1) 0px, rgba(103, 103, 103, 0.1) 50%, rgba(0, 0, 0, 0.1) 50%, rgba(204, 204, 204, 0.1) 100%);
  float: left;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.selfClear:after,
#sideBar ul.block li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#layoutChooser ul li.active {
  background-color: rgba(0, 0, 0, 0.3);
}

.no-cssgradients #layoutChooser ul li {
  background: url("/img/templatebuilder/layoutChooserIE.png") repeat scroll 0 0 transparent;
}

.no-cssgradients #layoutChooser ul li:hover,
.no-cssgradients #layoutChooser ul li.active {
  background: url("/img/templatebuilder/layoutChooserActiveIE.png") repeat scroll 0 0 transparent;
}

#layoutChooser ul li#layoutSimple,
#layoutChooser ul li#layoutComplex {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.075);
}

.no-cssgradients #layoutChooser ul li#layoutSimple,
.no-cssgradients #layoutChooser ul li#layoutComplex {
  border-right: 1px solid #1F1F1F;
}

#layoutChooser ul li#layoutSimple,
#layoutChooser ul li#layoutTwoColumn {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.075);
}

.no-cssgradients #layoutChooser ul li#layoutSimple,
.no-cssgradients #layoutChooser ul li#layoutTwoColumn {
  border-bottom: 1px solid #1F1F1F;
}

#layoutChooser ul li#layoutSimple {
  border-radius: 10px;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.075);
}

li#layoutSimple.active .icon {
  background-position: -233px -5px;
}

#layoutChooser ul li .icon {
  content: "";
  height: 90px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 145px;
}

#layoutChooser ul li .icon_category {
  content: "";
  height: 90%;
  left: 10px;
  position: absolute;
  top: 10px;
}

#layoutChooser ul li .icon_category img {
  width: 190px;
}

#layoutChooser ul li h2 {
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  margin-left: 210px;
  margin-top: 12px;
  padding: 0 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#layoutChooser ul li h2 a {
  color: #FFFFFF;
}

#layoutChooser ul li p {
  color: #EEEEEE;
  font-size: 12px;
  line-height: 15px;
  margin-left: 215px;
  margin-right: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.date {
  background: none;
}

p.cat_small {
  background: -moz-linear-gradient(center top, #6DB5D5 0%, #4A91C0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #5897C3;
  border-radius: 9px;
  float: left;
  height: auto;
  margin-top: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.date_small {
  background: -moz-linear-gradient(center top, #B7B6B6 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #5897C3;
  border-radius: 2px;
  color: #000000;
  font-size: 10px;
  padding: 3px 10px;
}
#disqus_thread {
    padding: 100px 30px;
}

/************************************************
* Admin styles          *
************************************************/
.text50p {
  width: 320px;
}
