/*
Theme Name:   	dolcedolcetto
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	dolcetto
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
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/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
/**************************************************************************************************************************************/
/**
* Подключение фонта с сайта https://fontello.com/
* сами фонты лежат в каталоге font темы
************************************************************************************************************************************/
 @import url('fontello-hromov.css');
/*
 @import url('block-library-style.css');
*/
 
 @media (min-width: 768px){
/* LOGO */
.woocommerce-active .site-header .site-branding {
width: 73.9130434783%;
float: left;
margin-left: 33%;}

.site-header .site-branding img {
max-width: 470px!important;
}

/* MENU NAVIGATION */
.main-navigation {
/*	background: #ff0; */
}
/* Full string MENU NAVIGATION */
.storefront-primary-navigation {
	
	background: #ffffe0;

}

/* Ширина доп. меню - Up-menu */
.secondary-navigation {
/*width: 56.5217391304%!important;	*/
width: 70%!important;	
}

/* Фон поля для поиска header - как фон основного заголовка */
.search-field
{
		background-color: #fffff0 !important; /*  */
}


/**
* Оформление кнопок соц.сетей при наведении мышки a:hover
* Подключение фонта с сайта https://fontello.com/ - выше -  @import url('fontello-hromov.css');
* сами фонты лежат в каталоге font темы
************************************************************************************************************************************/
.instagram a:hover {background: #8841a6; color: #fff!important;}
.vk a:hover {background: #5d84ae; color: #fff!important;}
.odnoklassniki a:hover {background: #f93; color: #fff!important;}
.whatsapp a:hover {background: #50b154; color: #fff!important;}
.telegram a:hover {background: #249bd7; color: #fff!important;}
.facebook a:hover {background: #3b5998; color: #fff!important;}

.social-nets a {
    text-align: center;
	border: 1px solid #ccc;
	border-radius: 8px!important;
}

.button-round a {
    border-radius: 20px!important;
}
.button-square-round a {
    border-radius: 4px;
}
/************************************************************************************************************************************/

/* Форма Contact Form 7 "Подписка на новости (subscribe)" - внешний контейнер - авиа конверт */
.avia-envelope-wrap {
/*	max-width:440px;
*/
	margin:0;
	padding: 0px 10px 0px 10px;
	background-image: url("https://dolcedolcetto.ru/wp-content/uploads/avia-2.png");
}
 /* Форма Contact Form 7 "Подписка на новости (subscribe)" */
 .subscribe-wrap {
	padding:0px 15px 0px; 
	background:#ffffe0;
	/*
	border: 1px solid #fafafa; /* Белая рамка */
	/*
    border-radius: 10px; /* Радиус скругления */
}
  #id-subscribe-button {
	border-radius: 10px !important; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
	/* background-color: #4e6c84 !important; /* Синий */
	background-color: #ffffc0 !important; /* Темный */
	color: #2c2d33 !important; 
	width: 100%; 
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	outline: none !important; /* Remove the ‘box’ around active links */
}
  #id-subscribe-button:hover {
	color:red !important;
	background: #f0f0f0 !important;
}
	
/* Поля формы подписки */
.subscribe-field
{
	width: 100%; 	
	background-color: #ffffe9 !important; /*  */
}

/*
.widget {
    margin: 0 0 3.706325903em;
}
Уменьшаем отступ снизу в виджетах подвала site-footer
*/
.widget {
    margin: 0 0 1em;
}