/*
Theme Name:  Photographer Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Photographer Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     2.5.1
Template:    photographer-wp
Tags:        portfolio
Text Domain: photographer-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic.eot');
	src: local('Century Gothic'), local('CenturyGothic'),
		url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic.woff') format('woff'),
		url('fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic-Italic.eot');
	src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
		url('fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-Italic.woff') format('woff'),
		url('fonts/CenturyGothic-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic-Bold.eot');
	src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
		url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-Bold.woff') format('woff'),
		url('fonts/CenturyGothic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic-BoldItalic.eot');
	src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
		url('fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-BoldItalic.woff') format('woff'),
		url('fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

body, input, textarea, select, button {
    font-family: 'Century Gothic';
}

h1, h2, h3, h4, h5, h6, .nav-menu, .entry-meta, .entry-title, .navigation, .post-pagination, tr th, dl dt, input[type=submit], input[type=button], button, .button, label, .comment .reply, .comment-meta, .yarpp-thumbnail-title, .tab-titles, .owl-theme .owl-nav [class*='owl-'], .tptn_title, .widget_categories ul li.cat-item, .widget_recent_entries ul li, .pswp__counter, .mfp-counter {
    font-family: 'Century Gothic', sans-serif;
}
.intro h2 {
    font-family: 'Century Gothic';
}

/* выравнивание текста в превью портфолио */
.gallery-grid figure h2 {
	font-size: 1.7em;
    padding: 15% 0 10px 0;
}
/* тень текста в превью портфолио */
.gallery-grid figure figcaption {
    text-shadow: 1px 1px 2px black;
}

/* уменшаем размер первой буквы (фикс бага когда галерея съезжает при коротком тексте перед ней) */
.drop-cap:first-letter {
    font-size: 44px;
}
/* правки таблицы с ценами */
.pricing-table ul li {
    margin-bottom: 1.4em;
}
.pricing-table ol, ul {
    line-height: 1.3;
}
/* скрыть кнопки шаринга под статьями */
.share-links {
    display: none;
}
/* сжать текст в [section_title] */
.section-title {
    letter-spacing: 1px;
}
