/*
Theme Name: Independent Publisher Child Theme
Theme URI: http://independentpublisher.me/
Author: Raam Dev
Author URI: http://raamdev.com
Description: A clean minimal theme for independent publishers. Ideal for single-author blogs.
Template: independent-publisher
Version: 1.2.4
License: GNU GPLv3
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: light, white, blue, two-columns, left-sidebar, flexible-width, custom-background, custom-colors, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

Based on _s http://underscores.me
and Publish by Konstantin Kovshenin http://kovshenin.com/themes/publish

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../independent-publisher/style.css');

/* =Theme customization starts here. Add your own custom styles.
-------------------------------------------------------------- */

/* Uncomment this style definition to hide the green bar on Quote Formatted posts: */

/*
.format-quote blockquote {
	border-left: none;
	padding-left: 0;
}
*/

/* Uncomment this style definition to use the original, Mac-specific font stack */

/*
h1,
h2,
h3,
h4,
h5,
h6,
.pinglist,
#taglist,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label,
.comment-form-subscriptions label,
.comment-form-reply-title {
	font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
}
*/

/* Uncomment this style definition to use a long dash in ```<cite>```: */

/*
blockquote cite:before {
content: "\2014 \0020";
}
*/

#wp-admin-bar-wpseo-menu {
  display: none !important;
}

#wp-admin-bar-ctc {
  display: none !important;
}


pre {
  background-color: #f7f7f8;   /* мягкий светло-серый фон */
  border: 1px solid #dcdcdc;   /* тонкая рамка */
  border-radius: 8px;          /* скруглённые углы */
  padding: 35px 15px 15px 15px;          /* внутренние отступы */
  margin: 1.5em 0;             /* вертикальные отступы */
  font-family: Consolas, monospace;
  font-size: 14px;
  line-height: 1.6;

  white-space: pre-wrap;     /* перенос строк */
  word-wrap: break-word;     /* перенос слов */
  overflow-x: hidden;        /* убираем горизонтальную прокрутку */
}

.ctc-copy-btn:focus {
     outline: 0px !important;
}



button.ctc-copy-btn--button {
  height: auto;
}




/* картинка без рамки */
.wp-caption {
    border: 0px;
}

.wp-caption img {
	max-width: 100%;
}

/* заголоков на страницах page */

.page h1.entry-title {
	font-size: 1.8em;
}

/* заголоков на страницах записи */
.format-standard .entry-title {
	width: 100%;
}
