/*
Theme Name:Alternative
Theme URI: https://themefreesia.com/themes/alternative
Author: Theme Freesia
Author URI: https://themefreesia.com
Description: Alternative is a Responsive Blogger WordPress Child Theme, Designed and Developed by Theme Freesia. Alternative is Simple, clean, blog-focused, and designed for clarity. Get free support at https://tickets.themefreesia.com/ and View demo site at https://demo.themefreesia.com/alternative.
Version: 91.0.4
Text Domain: alternative
Template: edge
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Tags: threaded-comments, right-sidebar, custom-background, custom-header, custom-menu, editor-style, sticky-post, theme-options, translation-ready, post-formats, custom-logo, footer-widgets, blog, news, portfolio

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
==================================================
*/

@import url(/wp-content/themes/alternative/alternative.css);

@font-face {
	font-family: Museo;
    src: url(/font/MuseoSansCyrl_100.otf);
    font-weight: normal;
}
@font-face {
	font-family: Museo;
    src: url(/font/MuseoSansCyrl_300.otf);
    font-weight: 300;
}
@font-face {
	font-family: Museo;
    src: url(/font/MuseoSansCyrl_700.otf);
    font-weight: bold;
}
@font-face {
	font-family: Marianna;
    src: url(/font/marianna.ttf);
}

body {
  font-family: Museo, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
} 
h1, h2, h3, h4, h5, h6 {
  font-family: Museo, sans-serif;
  font-weight: bold; 
}
h1.entry-title {
  margin: 30px 0 12px 0;
  font-size: 30px;
  font-weight: bold;
  font-family: Museo, sans-serif;
  text-transform: none;
  text-align: center;
}
h1.page-title {
  font-size: 30px;
  font-weight: bold;
  font-family: Museo, sans-serif;
  text-transform: none;
  text-align: center;
}
h4>a, h5>a, h6>a {
  color: #333;
  text-decoration: underline;
}
h4 {
  font-weight: bold !important;
  font-size: 18px;
}
p {
  margin: 0 0 20px;
}
blockquote {
  font-family: Museo, sans-serif;
  font-style: normal;
  letter-spacing: unset;
}
/* Буквица */
p.has-drop-cap:first-letter {
  font-family: Marianna, serif;
  font-size: 80px !important;
  margin-right: 15px !important;
}
blockquote p:first-child::first-letter {
  margin-right: 0 !important;
  font-size: 65px !important;
  font-weight: 500;
}
.marianna {
  font-family: Marianna, serif;
}

/* HEADER */

#masthead .top-header {
  background-image: url(/wp-content/uploads/2018/06/bg-top-gzhel.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
	background-color: #fff9;
	background-blend-mode: overlay;
}
#masthead {  
  background-color: transparent;
}
div#site-branding {
  padding: 50px 0;
  max-width: 600px;
  width: 100%;
}
#site-branding  img {
  max-height: 120px;
  display: none;
}
#site-title {  
  font-family: Marianna, Museo, sans-serif;
  font-size: 78px;
  letter-spacing: unset;
  padding-top: 20px;
}
#site-description {
  color: #333;
  font-family: Museo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 19px;
  margin: -10px 0 0 0;
  padding-bottom: 10px;
  padding-right: 7px;
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  div#site-branding {
    max-width: unset;
    min-width: 300px;
  }
  #site-title {
    font-size: 4em;
  }
}
@media only screen (min-width: 481px) and (max-width: 767px) {
  div#site-branding {
    max-width: 470px;
    width: 100%;
  }
  #site-title {
    font-size: 78px;
  }
}
.is-sticky #sticky_header {
  background-color: rgba(255, 255, 255, 0.9);
}
.is-sticky .nav-site-title {
  padding: 10px 0;
  font-family: Marianna, Museo, sans-serif;
  font-size: 40px;  
  font-weight: normal !important;
  line-height: 31px;
  transition: all 300ms ease-in-out 0s;
}
.is-sticky .nav-site-title a {
  color: #000;
}
/* меню */
#sticky_header {
    border-bottom: 1px solid rgba(238, 238, 238, 0.6);
    border-top: 1px solid rgba(238, 238, 238, 0.6);
    box-shadow: 0 0 3px 0 rgba(238, 238, 238, 0.72);
}
.main-navigation {
  padding: 0 30px;
}
.nav-menu li a {
  color: #333;
  font-family: Museo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
.header-search, .header-search-x {
  color: #6a6a6a;
}
.main-navigation ul li ul:before {
  height: 1px;
  top: 0;
}
.main-navigation ul li ul:after {
  border-width: 0 3px 3px 3px;
  top: -3px;
  margin-left: -2px;
}
.main-navigation ul li ul li a, 
.main-navigation ul li.current-menu-item ul li a, 
.main-navigation ul li ul li.current-menu-item a, 
.main-navigation ul li.current_page_ancestor ul li a, 
.main-navigation ul li.current-menu-ancestor ul li a, 
.main-navigation ul li.current_page_item ul li a  {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #site-navigation.toggled-on #primary-menu {
    max-width: 280px;
    margin: 0 auto;
  }
}
#search-box {
  background-color: rgba(255, 255, 255, 0.9);
}

/* Слайдер */
.home #masthead .slider-content {
    background: rgba(255, 255, 255, 0.65);
    width: 40%;
    margin: 0 45% 0 15%;
}
.home #masthead .slider-prev,
.home #masthead .slider-next {
  display: none;
}
@media only screen and (max-width: 460px) {
  .home #masthead .slider-content {
    width: 65%;
    margin: 0 35% 0 0;
  }
  .home #masthead .slider-content .slider-title a {
    font-size: 23px;
  }
}

/* 3 фото в ряд */
.home #content .promonational-area h4 {
  text-transform: uppercase;
}

/* READ MORE */

.entry-footer a.more-link {
  color: #59c0ab;
  border: 1px solid #59c0ab;
}
#main .post-text-content .entry-footer {
  text-align: right;
}
@media only screen and (max-width: 460px) {
  #main .post-text-content .entry-footer {
    text-align: center;
    margin-top: 10px;
  }
}

/* Single Post */
.single-post #main .entry-header .entry-meta {
  display: none;
}
.entry-content.clearfix p>img.alignleft {
  margin-top: 10px;
}

/* Формы */

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="tel"], 
input[type="number"], 
input[type="date"], 
input[type="search"], 
input[type="password"], 
textarea {
	padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
	border-radius: 0;
  margin-bottom: 10px;
	font-family: Museo, sans-serif;
	font-size: 16px;
  background-color: #fbfcfd;
}
input[type="reset"], 
input[type="button"], 
input[type="submit"] {
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 300;
  color: #59c0ab;
  border: 1px solid #59c0ab;
  -webkit-border-radius: 0; 
  -moz-border-radius: 0;
	border-radius: 0;
  background-color: #fff;
}
input[type="reset"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	color: #fff;
  border: 1px solid #59c0ab;
  background-color: #59c0ab;
}

/* Комменты */
#comments h2.comments-title {
  line-height: 1.5;
  font-weight:  bold;
}

#main #comments.comments-area ul, 
#main #comments.comments-area ol.comment-list {
  margin-left: 0;
}
#comments ol li {
  list-style: none;
}
#comments ol li article.comment-body {
  border-left: 2px solid #93d6f1;
  padding-left: 10px;
}
#comments footer.comment-meta {
  max-height: 66px;
}
#comments .comment-author.vcard  {
  background: url(/wp-content/uploads/2018/10/no-gravatar.png) no-repeat left top;
}
#comments .comment-author.vcard a {
  text-decoration: underline;
}
#comments .comment-author.vcard .says {
  display: none;
}
#comments .comment-metadata {
  position: relative;
  left: 60px;
  top: -22px;
}
#comments .comment-metadata a,
#comments .reply a.comment-reply-link {
  color: #999;
  font-size: 14px;
  font-style: italic;
}
#comments .comment-content p a {
  color: #59c0ab;
}
#respond #commentform input[type="text"], 
#respond #commentform input[type="email"], 
#respond #commentform input[type="url"] {
  width: 300px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 460px) {
  #respond #commentform input[type="text"], 
  #respond #commentform input[type="email"], 
  #respond #commentform input[type="url"] {
    width: 100%;
  }
}

/* Виджеты */

#b3k-right-sidebar ul {
	padding: 0 40px 0 40px;	
}
#b3k-right-sidebar ul li {
	list-style-type: none;	
}
.b3k-widget-title {
  margin: 0 0 12px 0;
  text-align: center;
}
.tf-content .tf-title {
  font-weight: 300;
}
.tf-content .tf-title a:hover {
  color: #333;
  text-decoration: underline;
}
.widget_tag_cloud a {
  color: #59c0ab;
  letter-spacing: .5px;
}
.widget_tag_cloud a:hover {
    color: #59c0ab;
    border-color: #59c0ab;
    background-color: #fff;
}
/* Форма подписки в виджете */
#mlb2-1059398 .ml-form-embedBody h4{
  display: none;
}
#mlb2-1059398 .ml-form-successBody h4 {
  text-align: center;
}
#mlb2-1059398.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, 
#mlb2-1059398.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding-top: 0 !important;
}

/* Списки и ссылки */

.entry-content ul, .entry-content ol {
  margin: 0px 0px 30px 20px;
}
#main ul li{
  list-style-type: none;
  padding-bottom: 15px;
}
#main ul.green li:before {
  content: "•";
  color: #59c0ab;
  position: absolute;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-left: -20px;
}
#main .entry-content ul li a {
  color: #59c0ab;
}
#main a:hover {
  color: #333;
  text-decoration: underline;
}
.cat-links, .cat-links a, .tag-links, .tag-links a {
    font-weight: 300;
}
.entry-footer a.more-link {
  font-weight: 300;
}
.entry-footer a.more-link:hover {
  text-decoration: none !important;
}
ol li.first-step:before {
  content: "➊";
}
ol li.second-step:before {
  content: "➋";
}
ol li.third-step:before {
  content: "➌";
}
ol li.fourth-step:before {
  content: "➍";
}
ol li.fifth-step:before {
  content: "➎";
}
ol li.sixth-step:before {
  content: "➏";
}
ol li.seventh-step:before {
  content: "➐";
}
ol li.eighth-step:before {
  content: "➑";
}
ol li.ninth-step:before {
  content: "➒";
}
ol li.tenth-step:before {
  content: "➓";
}


/* Картинки */

.b3k-height-auto {
  height: auto !important;
}
.border-onepx {
  border: 1px solid #ccc;
}

/* Подпись к фото */
.wp-caption .wp-caption-text, .wp-caption .wp-caption-text a {
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  color: #aaa;
  font-style: italic;
  font-weight: 300;
  margin: 5px 0 10px 0;
  text-align: center;
  border: none;  
}
p {
  line-height: 1.8em;
}
#attachment_250 {
  min-width: 300px;
  max-width: 460px;
  width: 60%;
}

/* смайлики */

.b3k-smile {
  font-size: 21px;
  color: orange;
}
.b3k-blue {
  font-size: 21px;
  color: steelblue;
}
.b3k-heart {
  font-size: 17px;
  color: red;
}
.b3k-order {
  font-size: 17px;
  color: royalblue;
}

/* Yoast-блок How-to */

p.schema-how-to-step-text {
  padding-top: 20px;
  margin-left: -20px;
}
p.schema-how-to-step-text img {
  border: 1px solid #ccc;
  margin: 20px auto;
}
#main ol.schema-how-to-steps {
  list-style-type: none;
}
ol li.schema-how-to-step a {
  color:#59c0ab;
}
li.schema-how-to-step {
  margin-bottom: 50px;
}
li.schema-how-to-step:before {
  margin-left: -20px;
  margin-right: 5px;
  font-size: 21px;
  font-weight: 500;
  color: royalblue;
}



/* *** ПЛАГИНЫ *** */

/* Контактная форма */

#wpcf7-f559-o1 input,
#wpcf7-f559-o1 textarea {
	max-height: 140px;
}
#wpcf7-f559-o1 p {
  text-align: center;
}
#wpcf7-f559-o1 p .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 15px;
}
#wpcf7-f559-o1 p .wpcf7-list-item  input[type="checkbox"],
#wpcf7-f559-o1 p .wpcf7-list-item  .wpcf7-list-item-label {
  margin-bottom: 0;
  line-height: 10px;
  font-size: 15px;
  
}
div.wpcf7-response-output {
    margin: 0;
    padding: 7px 10px;
    border: 2px solid #ff0000;
    font-size: 14px;
}
div.wpcf7-mail-sent-ok {
    border: none;
    padding: 0;
}

/* *** СЛУЖЕБНЫЕ СТРАНИЦЫ *** */

/* Страница отписки */
.page-id-955 h1.page-title {
  display: none;
}

/* Страница 404 */
.error-404 header.page-header {
  padding: 50px 20px;
  margin-top: 0px;
    background-color: #fddbdd;
}

/* Результаты поиска */
.search-results.small_image_blog #primary .has-post-thumbnail .post-featured-image {
  margin-top: 0;
  margin-left: 0;
}

/* *** RESPONSIVE *** */

@media only screen and (max-width: 767px) {
  #site-branding #site-title {
    font-size: 3em;
  }
  #masthead .container, .single .container, .boxed-layout #page, .boxed-layout-small #page {
      width: 100%;
  }
  #content h1.page-title {
    margin: 0 auto;
    float: none;
  }
  #primary .post-featured-image {
    margin-bottom: 20px;
  }
  #secondary {
    max-width: 460px;
    margin: 0 auto 50px;
  }
  #content .wp-block-image.big-img .alignright,
  #content .wp-block-image.big-img .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 460px) {  
  #content .wp-block-image.medium-img .alignright,
  #content .wp-block-image.medium-img .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}