/*
Theme Name: Byblos Child
Theme URI: https://www.smartcatdesign.net/preview/byblos
Template: byblos
Author: SmartCat
Author URI: https://smartcatdesign.net
Description: Byblos is a fully responsive portfolio style theme. It features a full width slider, and a vertical menu layout, and masonry grid tiles for the blog. Byblos is easily customizable, built with SEO in mind, and utilizes modern and appealing CSS3 aminations.
Tags: one-column,two-columns,left-sidebar,right-sidebar,grid-layout,custom-logo,featured-image-header,featured-images,footer-widgets,theme-options,translation-ready,blog,photography,portfolio
Version: 3.2.2.1553891257
Updated: 2019-03-29 20:27:37

*/

/* уменьшаем размер логотипа на панели меню*/
/*.site-title img {
	width: 40% !important;
}*/

/*меняем цвета на ссылки и кнопки*/
a {
	color: #135796;
}
a:hover {
	color: #ED1D2E;
}
a.button,
a.button-default,
a.button-primary {
	background-color: #135796 !important;
}
a.button:hover,
a.button-default:hover,
a.button-primary:hover {
	background-color: #ED1D2E !important;
}

/*осветляем фон выезжающей надписи на слайдере*/
.camera_caption,
.moveFromRight {
	opacity: 0.9 !important;
}

/* изменяем фон панели меню*/
.site-branding,
.dark {
	background: url(
	'https://xn----ftbfk0aimm5d1b.xn--p1ai/wp-content/uploads/2019/03/body.png') !important;
}

/*убираем логотип создателя темы*/
.sc_footer {
	display: none !important;
}

/**/
#site-toolbar .contact-bar a span{
	color: #ffffff;
}
.site-branding.dark #site-navigation.main-navigation li a:hover {
	color: #135796;
}
#site-toolbar .contact-bar a span:hover {
	color: #135796;
}
.site-branding #site-toolbar .contact-bar {
	padding-bottom: 30px; 
}

/*footer*/
.site-footer {
	min-height: 100px;
	background-image: url(https://xn----ftbfk0aimm5d1b.xn--p1ai/wp-content/uploads/2019/03/body.png) !important;
	background-repeat: repeat !important;
}
.site-footer .footer-boxes .widget .inner {
	float: right !important;
	border: none !important;
	background: none !important;
}
.widget-area ul li {
	border-bottom: none !important;
}
.menu-social-container ul {
	display: inline-flex !important;
}
.menu-social-container ul li {
	margin-right: 20px !important;
}

/*history page*/
.historyTitle {
	margin-top: 40px;
	font-weight: bold;
}
.historyText p{
	text-align: justify;
	font-size: 24px;
}
.historyText img {
	max-width: 300px;
}
.historyLeft {
	float: left;
	margin: 10px 25px 0 0;
}
.historyRight{
	float: right;
	margin: 15px 0 0 25px;
}