/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap');

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


h1, h2, h3, h4, h5, h6, p, li, a, span, input, label {font-family: 'Ubuntu', sans-serif;}

.entry-content li {
    font-weight: 300;
    margin-bottom: 5px;
}

h5 {
	font-family: 'Ubuntu Mono', monospace;
	    font-size: 18px;
	    font-weight: 400;
}


body {
	margin: 0;
}

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}


h1 {
font-size: 60px;
    line-height: 72px;
    margin: 0 0 25px;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #4580e7;
    line-height: 50px;
}

h3 {
    font-size: 24px;
    margin: 0 0 6px;
    line-height: 25px;
}

h3 a {
    color: #404040;
    text-decoration: none;
    border-bottom: 1px solid;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    color: #151725;
    font-weight: 300;
    line-height: 26px;
}



dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	padding: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0179bb;
}

a:hover,
a:focus,
a:active {
	color: #427fda;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

header#masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #F4F4F4;
    padding: 10px 30px;
}

header#masthead {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000000;
}

.main-navigation .sub-menu a {
    padding: 8px 20px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul.sub-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: white;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 15px 0;
}

.main-navigation ul ul ul {
    position: relative;
    display: block !important;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    padding: 0 15px 5px;
    left: 0;
    top: -2px;
}

.main-navigation ul ul ul a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 300px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 15px 18px;
    letter-spacing: .06em;
    font-size: 13px;
    color: #161824;
    text-transform: uppercase;
}

.main-navigation .sub-menu a {
    padding: 8px 20px;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0.03em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 900px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Custom */


/* Header */

.top_header {
    background: #2b2f38;
    overflow: hidden;
    position: relative;
}

.top_header p {
    color: #ffffffd9;
    margin: 0;
    text-align: right;
    padding: 7px 30px;
    font-size: 15px;
}

.top_header p a {
    color: #fff;          
    ^$$$$$
    border-bottom: 1px solid white;border-bottomborder-bottom
}

.top_header p:after {
    content: "";
    background: #f4f4f4;
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 100px;
    margin-left: 8px;
    left: 34px;
    top: 8px;
}

.site-branding {
	min-width: 120px;
	max-width: 120px;
	margin-top: -30px;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media screen and (min-width: 700px) { 
.scrolled .site-branding {
    max-width: 80px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: -6px;
    margin-bottom: -4px;
    margin-left: 20px;
    min-width: 80px;
}
}

li#menu-item-193 a {
    color: #fff;
    margin-left: 30px;
    border-radius: 70px;
    padding: 5px 25px;
    margin-top: 8px;
    background: #4482e0;
    background: -o-linear-gradient(left, #4482e0 0%, #13225a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#4482e0), to(#13225a));
    background: linear-gradient(90deg, #4482e0 0%, #13225a 100%);
}

.main-navigation li.menu-item-has-children:after {
    content: "";
    background: url(https://provenrun.com/wp-content/uploads/2021/06/menu.svg) no-repeat 0 0 /100%;
    display: inline-block;
    width: 7px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 46%;
}

.main-navigation a .sub {
    color: #15172391;
    font-size: 14px;
    line-height: 20px;
    display: inherit;
}

.main-navigation .sub-menu a:hover {
    color: #fff;
    background: #233ec7;
    background: -o-linear-gradient(126deg, #1d24bf 0%, #2B81E0 47%, #2053CC 100%);
    background: linear-gradient(-36deg, #1d24bf 0%, #2B81E0 47%, #2053CC 100%);
}

.main-navigation .sub-menu a:hover .sub {
    color: #ffffffc2;
}

.main-navigation li.current-menu-parent > a, .main-navigation li.current-menu-item {
    font-weight: 500;
    color: #000;
}

/* /Header  */


/* Page header  */

.custom_header p {
    font-size: 26px;
    font-family: 'Ubuntu Mono';
    line-height: 34px;
}

.post-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 350px;
}

header .custom_header {
    margin-top: -80px;
    background: #ebebeb;
    z-index: 10000;
    position: relative;
    padding: 35px 40px 15px;
    margin-bottom: 50px;
    max-width: 930px;
}

.wp-block-columns.rectangle, .rectangle {
padding: 35px 32px 15px !important;
    border: 1px solid #2c4ba2;
    margin-top: 30px;
}

.rectangle .wp-block-column {
    padding: 0;
}

body .entry-content {
    max-width: 905px;
    padding: 0 30px;
}

.preview-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
}

.preview {
    width: calc(50% - 25px);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    background: #F7F7F6;
}

.featured-preview .preview:nth-child(odd) {
    margin-right: 50px;
}

.dark_background .preview {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

a.link-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dark_background .preview_info {
    padding: 0 30px;
    width: 50%;
    min-width: 50%;
}

.featured-preview .preview_info {
    padding: 40px 30px 25px;
    margin-top: -10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

 .featured-preview .preview:hover {
	background: #ebebeb;
}
.preview p {
    margin: 8px 0;
}

.preview img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
    width: 100%;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: -6px;
}


.dark_background .preview:hover {
background: #0000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 1px 1px white;
            box-shadow: 0 0 1px 1px white;
}

.dark_background .preview:hover .preview_info p, .dark_background .preview:hover .preview_info a {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.dark_background .preview:hover {
    background: #0000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-color: #fff;
}

.featured-preview .preview:hover img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dark_background .preview img {
    position: initial;
    width: 50%;
}


.dark_background .preview:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

/* /Page header */


/* Structure  */

.container {
    max-width: 1100px;
    margin: auto;
    padding: 0 30px;
}

.large {
    max-width: 1600px;
    padding: 0 30px;
}

.bold-font {
    font-weight: 500;
}

.white_font h1, .white_font h2, .white_font h3, .white_font h4, .white_font h5, .white_font h6, .white_font p, .white_font li, .white_font a, .white_font span, .white_font input, .white_font label {
	color: #f7f7f6;
}

.link_is_button a {
	    background: #0000;
    color: #000;
    text-decoration: none;
    padding: 10px 38px 9px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .07em;
    border: 1px solid black;
}

.link_is_button a:hover {
        background: #13192b;
    color: #f7f7f6;
}

.white_font.link_is_button a {
    color: #fff;
    background: #3a5bcf;
    background: -o-linear-gradient(126deg, #1d24bf 0%, #2B81E0 47%, #2053CC 100%);
    background: linear-gradient(-36deg, #1d24bf 0%, #2B81E0 47%, #2053CC 100%);
    border: none;
}

.contact_section .big-button {
    border: none;
    padding: 12px 45px;
}

a.button_small {
    color: #000;
    font-family: 'Ubuntu Mono', monospace;
    border-bottom: 1px solid;
    padding-bottom: 4px;
    font-weight: 600;
    letter-spacing: .05em;
}

a.big-button, .big-button a, form .nf-field-element input[type=button] {
    background-image: -o-linear-gradient(126deg, #1d24bf 0%, #2B81E0 47%, #2053CC 100%);
    background-image: linear-gradient(-36deg, #1d24bf 0%, #2B81E0 47%, #2053CC 100%);
    border-radius: 60px;
    padding: 10px 35px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 14px;
    margin-top: 4px;
    cursor: pointer;
}

form .nf-field-element input[type=button] {
	    background-image: -o-linear-gradient(126deg, #1d24bf 0%, #2B81E0 47%, #2053CC 100%) !important;
    background-image: linear-gradient(-36deg, #1d24bf 0%, #2B81E0 47%, #2053CC 100%) !important;
	color: white !important;
}

.spaced {
    padding: 50px 0;
}

.grey_bg {
    background: #ebebeb;
}

.block_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.block {
    width: 30%;
    padding: 20px 20px 20px 0;
}

.dark_background {
    background-image: -o-linear-gradient(left top, #63dcee, #28b9e1, #0096d1, #0072ba, #2c4d9c);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#63dcee), color-stop(#28b9e1), color-stop(#0096d1), color-stop(#0072ba), to(#2c4d9c));
    background-image: linear-gradient(to right bottom, #63dcee, #28b9e1, #0096d1, #0072ba, #2c4d9c);
}

li a, p a {
    color: #0579ba;
}

p a {
    border-bottom: 1px solid;
}

.main-title {
    max-width: 800px;
    margin-bottom: 45px;
}

.pum-content {
	outline: none;
}

.pum-container .pum-content+.pum-close {
    outline: none;
    -webkit-transform: rotate(
45deg
);
        -ms-transform: rotate(
45deg
);
            transform: rotate(
45deg
);
    background: #0000 !important;
    font-size: 40px !important;
    font-weight: 200 !important;
    right: 3px !important;
}

.nf-form-fields-required {
    display: none;
}

.nf-field-label {
    margin-bottom: 6px !important;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 15px;
}

.nf-form-content label {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    border-color: #777 !important;
    border-radius: 3px !important;
    height: auto !important;
    padding: 10px !important;
    color: #151725 !important;
}

.grey-background {
    position: relative;
    padding: 30px 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

.full-width {
    width: 99vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}


.full-width .wp-block-column {
    padding: 0 30px;
}

.grey-background:before {
    content: "";
    background: #f7f7f6;
    width: 99vw;
    left: 51%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.highlight {
    margin-top: 60px;
}


.page-template-default main#primary {
    max-width: 900px;
    margin: 100px auto;
}

.similar-product .preview {
    width: 30%;
    margin-right: 30px !important;
}

.similar-product .featured-preview .preview_info {
    padding: 25px 15px;
}

.similar-product .preview img {
    height: 180px;
}

.similar-product .preview p {
    font-size: 13px;
    line-height: 18px;
    margin: 12px 0 4px 0;
}

.similar-product a.button_small {
    font-size: 13px;
}
footer#colophon {
    background: #ebebeb;
    padding-top: 10px;
}

.ressources .main-header {
        text-align: center;
        background: #4482e0;
        background: -o-linear-gradient(left, #4482e0 0%, #13225a 100%);
        background: -webkit-gradient( 
    linear
     , left top, right top
     , from(#4482e0), to(#13225a));
        background: -o-linear-gradient( 
    left
     , #4482e0 0%, #13225a 100%);
        background: linear-gradient( 
    90deg
     , #4482e0 0%, #13225a 100%);
        padding: 30px 20px 15px;
}

.ressources .page-header p, .ressources .page-header a, .ressources .page-header span {
    font-family: 'Ubuntu Mono';
    font-size: 25px;
}

p#breadcrumbs {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

p#breadcrumbs a, p#breadcrumbs span {
    font-size: 18px;
    color: #e3eeff;
}

ul#menu-ressources-menu {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.menu-ressources li {
    display: inline-block;
    margin: 50px 20px 30px;
}


.menu-ressources li.current-menu-item {
    border-bottom: 2px solid;
    font-weight: 400;
}

.menu-ressources .menu .menu-item.current-post-parent {
    border-bottom: 2px solid;
}

.single-post .menu-ressources .menu .menu-item.current-post-parent:first-child {
    border: none;
}

.menu-ressources li a {
    color: #161924;
}

.ressources-list article {
    width: 30%;
    background: #f4f4f4;
    margin: 15px;
    padding: 20px;
    position: relative;
}

.ressources-list h2 {
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid;
    display: inline;
}

.full-link span {
 font-size: 0;
}

.full-link span a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.entry-meta span.posted-on a {
    font-size: 15px;
    color: #606060;
}
span.posted-on {
    display: inline-block;
    margin-top: 12px;
    font-size: 0;
}

.ressources-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: auto;
    position: relative;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.post-template-default article {
    max-width: 750px;
    margin: 60px auto;
}

.post-template-default div#comments, .post-template-default nav.navigation.post-navigation, .post-template-default aside {
    display: none;
}
.menu-ressources li:hover {
    border-bottom: 2px solid;
}

.pagination {
    text-align: center;
    margin-bottom: 70px;
}

.pagination a.prev, .pagination a.next {
    background: url(https://provenrun.com/wp-content/uploads/2021/06/menu.svg) no-repeat 50% 50% /12px;
    display: inline-block;
    -webkit-transform: rotate(
90deg
);
        -ms-transform: rotate(
90deg
);
            transform: rotate(
90deg
);
    padding: 18px;
    margin: 0 10px -13px 10px;
}


.pagination a.next {
    -webkit-transform: rotate(
-90deg
);
        -ms-transform: rotate(
-90deg
);
            transform: rotate(
-90deg
);
}

a.page-numbers {
    padding: 9px 15px;
}

a.page-numbers:hover {
	background-color: #F4F4F4;
}

span.page-numbers.current {
    border-radius: 100px;
    height: 31px;
    display: inline-block;
    width: 31px;
    line-height: 31px;
    border: 1px solid #0179bb;
    background: #0179bb;
    color: #fff;
    margin: 0 5px;
}

.single-post ul#menu-ressources-menu {
    background: #ebebeb;
    margin: 0;
}

.single-post .menu-ressources li {
    margin: 20px;
}

.ressources-list .entry-content {
    padding: 0;
    margin: 5px 0;
}

.error-404 .page-content.container {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* /Structure  */

/* Home */

button.slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 0;
    background: url(https://provenrun.com/wp-content/uploads/2021/06/menu.svg) 0 0 / 100% no-repeat;
    width: 20px;
    height: 30px;
    top: 50%;
    left: 40px;
    border: none;
    color: #f00;
    -webkit-filter: brightness(10);
            filter: brightness(10);
    -webkit-transform: rotate(
90deg
);
        -ms-transform: rotate(
90deg
);
            transform: rotate(
90deg
);
}

button.slick-next.slick-arrow {
    right: 40px;
    left: auto;
    -webkit-transform: rotate(
-90deg
);
        -ms-transform: rotate(
-90deg
);
            transform: rotate(
-90deg
);
}

ul.slick-dots li button {
    font-size: 0;
    width: 28px;
    height: 2px;
    border: none;
    background: #ffffffb5;
    margin: 0 10px;
    border-radius: 0px;
}

ul.slick-dots li {
    display: inline-block;
}
ul.slick-dots {
    margin-top: -50px;
    padding: 0;
    text-align: center;
    position: relative;
    margin-left: 0;
}

ul.slick-dots li.slick-active button {
    background: #fff;
}

.top-home .layout {
    z-index: 1;
    position: relative;
}

.top-home:after {
    content: "";
    background: #0000001f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.top-home p {
    font-size: 18px;
}

.half_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
}

.half_block {
    width: 47%;
    background: #f7f7f6;
    padding: 50px;
}


h3 em {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    display: inline-block;
    line-height: 22px;
    font-family: 'Ubuntu Mono';
}

.half_block h3 {
    margin-bottom: 25px;
    line-height: 32px;
}

.top-message {
    max-width: 930px;
    margin: auto;
}

.top-home {
    background-position: center;
    background-size: cover;
    height: 600px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.top_slider {
	overflow: hidden;
}
.issues img {
    max-width: 90px;
}

/* /Home */

/* Custom */

.post-thumbnail {
    max-height: 350px;
    overflow: hidden;
}

/* /Custom  */


/* Footer  */

footer .block_list {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 15px;
}

footer .block.border_footer {
	    border-left: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 10px 20px;
    border-color: #bdbdbd;
}

.block.border_footer {
    width: 50%;
}

footer .block:not(.border_footer) {
    width: 25%;
    padding: 0;
}

footer .block:last-child {
	padding-left: 40px;
}

.sep {
    background: #13192b;
    color: #f4f4f4;
    text-align: center;
    padding: 8px;
    font-family: 'Ubuntu Mono', monospace;
    letter-spacing: .05em;
    font-size: 18px;
    line-height: 25px;
}

#modal-wrapper .modal-background {
	background: white;
}

ul#menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact_section .container {
padding: 70px;
    text-align: center;
    margin: 70px auto -20px;
    position: relative;
    overflow: hidden;
    background-position: bottom;
    background-size: 100%;
}

.contact_section .container:before {
    content: "";
    background: #0006;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.contact_section .container:after {
    content: "";
    background: #ebebeb;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    left: calc(50% - 61px);
    bottom: -90px;
}

.footer-contact {
	z-index: 1;
	position: relative;
}

footer .block p {
    margin-bottom: 8px;
}

.contact_section h2 {
    margin: 0 0 30px;
    font-size: 46px;
    line-height: 54px;
    font-weight: 500;
}

.contact_section a {
    margin: 0 5px;
}


.contact_section a:last-child {
    background: #0000;
    border-color: #fff;
    border: 1px solid;
}

.footer-logo img {
    max-width: 155px;
    position: relative;
}

.footer-logo {
    text-align: center;
}

#menu-footer a {
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #0000;
}

footer a:hover {
    border-bottom: 1px solid !important;
}

footer a {
	border: none;
}

/* /Footer  */


/* Responsive  */

@media screen and (max-width: 1100px) {

.site-branding {
	margin-left: -20px;
}

header#masthead {
	padding-right: 10px;
}

li#menu-item-193 a {
	margin-left: 10px;
	padding: 5px 18px;
}

.top_header p:after {
	left: 14px;
}

.main-navigation a {
	letter-spacing: .02em;
	padding: 15px 12px;
}

.main-navigation li.menu-item-has-children:after {
	right: 0;
}

header .custom_header {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.spaced {
    padding: 10px 0 20px;
}

.half_block {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}

.contact_section .container {
	margin-top: -10px;
}

}


@media screen and (max-width: 1000px) {
.similar-product .preview {
    width: 100%;
    margin: 0 0 30px 0;
}

.ressources-list article {
    width: calc(50% - 20px);
    margin: 10px;
}

}

@media screen and (max-width: 900px) {

	.mobile-menu {
		display: inline-block !important;
		margin-right: -30px;
	}

	.mobile-menu img {
    width: 70px;
    padding: 20px;
    margin-bottom: -10px;
}

button.slick-arrow {
	left: 10px;
}

button.slick-next.slick-arrow {
	right: 10px;
}

.block {
	width: 50%;
	padding-right: 30px;
}

.featured-preview .preview:nth-child(odd) {
	margin-right: 30px;
}

.preview {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

footer .block {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    text-align: center;
}

ul#menu-footer {
    margin-top: 20px;
}

ul#menu-footer li {
    display: inline-block;
    margin: 2px 10px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
}

.mm-wrapper_blocking body {
	overflow: visible;
}

.mm-navbar__btn.mm-hidden ~ .mm-navbar__title {
    font-size: 0 !important;
}

.mm-navbar.mm-navbar_has-btns {
    color: #000;
    font-weight: 500;
    text-align: left;
}

a.mm-btn.mm-btn_prev.mm-navbar__btn {
    border-right: 1px solid #acacac;
    width: 50px;
}

.mm-navbar.mm-navbar_has-btns .mm-navbar__title {
    color: #000;
    font-weight: 500;
    text-align: left;
    padding-left: 25px;
}

.mm-listitem__btn, .mm-listitem__text {
    padding: 15px 25px;
}

.mm-listitem_selected>.mm-listitem__text {
    background: #f4f4f4;
    font-weight: 500;
}

.mm-navbars_top {
    padding: 19px;
}

.mm-menu_navbar_top-1 .mm-panels {
    top: 86px;
}

header#masthead {
    -webkit-box-shadow: 0 3px 6px #00000024;
            box-shadow: 0 3px 6px #00000024;
}


.wpmm-menu {
    -webkit-box-shadow: 0px 83px 6px #00000024;
            box-shadow: 0px 83px 6px #00000024;
    overflow: visible;
    z-index: 100;
}

}


@media screen and (max-width: 800px) { 
.preview, .half_block {
    width: 100%;
    margin: 0 0 30px 0 !important;
}

.dark_background .preview_info, .dark_background img {
    width: 100% !important;
}

.dark_background .preview_info {
    padding: 30px;
}

.preview img {
	height: 220px;
}


	}

@media screen and (max-width: 700px) { 
	.top_header {
		display: none;
	}

	.site-branding {
    min-width: 85px;
    max-width: 85px;
    margin-top: 0px;
}

ul#menu-ressources-menu {
    margin-top: 25px;
    margin-bottom: 20px;
}

.menu-ressources li {
    display: inline-block;
    margin: 5px 15px !important;
}
.ressources-list article {
    width: 100%;
    margin: 0 0px 15px;
    padding: 0 15px 15px 15px;
}
.single-post ul#menu-ressources-menu {
    padding-top: 8px;
    padding-bottom: 8px;
}
}

@media screen and (max-width: 600px) {
h1 {
    font-size: 40px;
    line-height: 50px;
    }

    .top-home {
    	height: 550px;
    }

    header#masthead {
    	padding: 6px 30px;
    	max-height: 85px;
    	height: 85px;
    }

    .container {
    	padding: 0 15px;
    }

    .block {
    width: 100%;
    padding-right: 0;
}

.featured-preview .preview_info {
    padding: 30px 15px 20px;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.half_block {
    padding: 40px 15px 20px;
    margin-bottom: 15px !important;
}

.preview {
	background: #ebebeb;
}

footer br {
	display: none;
}

.post-thumbnail img {
	height: 300px;
}

header .custom_header {
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

body .entry-content {
    padding: 0 15px;
}

.wp-block-columns.rectangle, .rectangle {
    padding: 15px 15px 15px !important;
}

.dark_background .preview_info {
    padding: 20px 15px;
}

.contact_section .container {
    padding: 50px 20px 70px;
    }

    .custom_header.container p {
    font-size: 18px;
    line-height: 22px;
}

.custom_header.container h1 {
    margin-bottom: 5px;
}

.similar-product .preview {
    margin: 0 0 15px 0 !important;
}

.preview {
    width: 100%;
    margin: 0 0 15px 0 !important;
}

.preview p {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 8px 0;
}

.single-products .post-thumbnail img {
    height: 420px;
}

.full-width {
    width: 100%;
    margin: 0;
    left: 0;
    padding: 0;
}

.full-width .wp-block-column {
    padding: 0 5px;
}

}







