/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* GeneratePress Site CSS */ 

/*Fonts*/
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('https://seopium.io/wp-content/fonts/HelveticaNeueCyr-Roman.eot');
    src: local('HelveticaNeueCyr-Roman'),
        url('https://seopium.io/wp-content/fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
        url('https://seopium.io/wp-content/fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
        url('https://seopium.io/wp-content/fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('https://seopium.io/wp-content/fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'),
        url('https://seopium.io/wp-content/fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;}
@font-face {
    font-family: 'Roboto Slab';
    src: url('https://seopium.io/wp-content/fonts/RobotoSlab-Regular.eot');
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
        url('https://seopium.io/wp-content/fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://seopium.io/wp-content/fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('https://seopium.io/wp-content/fonts/RobotoSlab-Regular.woff') format('woff'),
        url('https://seopium.io/wp-content/fonts/RobotoSlab-Regular.ttf') format('truetype'),
        url('https://seopium.io/wp-content/fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;}

/*Caption*/
.wp-caption span p{
	font-style:italic;
	text-align:center;}
.inside-article figure figcaption{
	text-align:center;
	font-size:0.7em;}
/* Figcaption */
.inside-article .wp-block-image figcaption{
	padding-bottom:1em !important;
}

/*No font smoothing flexbox*/
html {
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset;}

p {margin-bottom: 1rem;}
small, .text_small {font-size: 0.833rem;}

.rank-math-breadcrumb {font-size:0.8em;}

/**Link Underline*/
.inside-article a:hover {text-decoration: underline;transition: all .45s linear;}

/* navigation letter spacing */
.main-navigation a, .slideout-navigation.main-navigation .main-nav ul li a {letter-spacing: 1px;}

/* navigation line effects */

@media (min-width: 1024px) {
	.main-navigation .main-nav > ul > li > a:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 0;
    background-color: var(--accent-2);
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	}

	.main-navigation .main-nav > ul > li:hover > a:before {
    height: 50px;
	}

.main-navigation .main-nav > ul > li.current-menu-item > a:before {
    height: 50px;
    width: 1px;
	}
}

/* line above H1 on global header elements */

.headline-rule h1 {
    position: relative;
}
.headline-rule h1:before {
    content: '';
    position: absolute;
    display: block;
    height: 60px;
    border-left: 1px solid var(--contrast);
    left: 50%;
    transform: translateX(-50%);
    top: -60px;}

/* mobile header spacing */

.mobile-header-navigation {padding: 10px;box-sizing: border-box;}

/*site branding - description bottom*/
.site-branding-container {flex-direction: row; align-items: flex-start;}
.site-branding-container .site-logo {margin-bottom: 0.3em;}
.site-description {position: relative;left: -5.5em;
}
/* End GeneratePress Site CSS */


