﻿/*
=======================================================================
    Custom Font / Text
=======================================================================
*/

body {
    font-family:'Neue Helvetica eText W01';
    font-weight:300;
}

b,strong {font-weight:700;}

h1, h2, h3, h4, h5, h6 {
    font-family:'Neue Helvetica eText W01';
    font-weight:700;
}

/* Custom Wrap Background settings */
.section-content-element.section-bg-style--wrap:not(.text-bg--) .section-content-body .text > *:not(.clear):not(strong):not(bold) {
    padding:.3em .45em;
    line-height:1.9;
}


/*
=======================================================================
    Custom Properties
=======================================================================
*/

:root {
    --plyr-color-main: #6dc4c4!important; /* Default fallback color */
    --plyr-audio-controls-background: #6dc4c4!important; /* Default fallback color */
    --plyr-range-thumb-background: #6dc4c4!important; /* Default fallback color */
    --plyr-range-fill-background: #6dc4c4!important; /* Default fallback color */
}


/*
=======================================================================
    Custom Line Height
=======================================================================
*/

/* Custom Wrap Background settings */
.section-content-element.section-bg-style--wrap:not(.text-bg--) .section-content-head h1 {
    line-height: 1.25;
    padding: 0 0.4em;
}

/* Custom Wrap Background settings */
.section-content-element.section-bg-style--wrap:not(.text-bg--) .section-content-body .text > :not(.clear) {
    padding:.2em .45em;
    line-height:1.9;
}


/*
=======================================================================
	Item Logo
=======================================================================
*/

@media (max-width:576px) {
    .section-logo,
    .scrolling .section-logo {width:150px;top:30px;right:30px;}
}

@media (min-width:767px) {
}

@media (min-width:991px) {
    .section-logo {width: 200px;top: 60px;right: 60px;}
    .scrolling .section-logo {width:150px;top:30px;right:30px;}
}

@media (min-width:1200px) {
    .section-logo {width: 250px;top: 50px;right: 60px;}
    .scrolling .section-logo {width:200px;top:30px;right:30px;}
}