/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
 

/*  This is from the css file */
:root {
    --green: #97C714;
    --radius: 4px;
}



a {
    transition: all .1s;
}

#boxed {
    box-shadow: 0px 0px 160px rgba(0, 0, 0, 0.15);
}

.boxed {
    background: #fff;
    border-radius: var(--radius);
    padding: 40px;
}

body .container-wrap {
    background: #f5f5f5;
}

h3 {
    /*   color: var(--green);*/
    margin-bottom: 30px !important;
}

h1 i, h3 i {
    color: #fff;
    background: var(--green);
    border-radius: var(--radius) 0 0 var(--radius);
    padding: 8px;
    width: 50px;
    text-align: center;
    position: relative;
    margin-right: 10px;
}

h1 i::after, h3 i::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -10px;
    background: var(--green);
}

.products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product {
    border-radius: var(--radius);
    background: #fff;
}

.product.type-product {
    padding: 60px;
}

.products .product {
    padding: 10px ! important;
    border-radius: var(--radius);
    transition: all .2s;
    overflow: hidden;
    position: relative;
    top: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all .2s;
}

.products .product:hover {
    background: #fff;
    top: -4px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);

}

i[class^="fa"] {
    font-family: "Font Awesome 5 Pro";
}

.fal {
    font-weight: 300 !important;
}

.price {
    text-align: right;
}

.product p.wc-gzd-additional-info {
    text-align: right;
    margin: -10px 0 0;
    font-size: 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
}

.woocommerce .classic .product-wrap a.button, .woocommerce ul.products li.product.classic .button {
    font-size: 14px;
	line-height: 20px;
}

a.button.wc-backward{
    font-size: 20px;
}

body.material .widget li a, body.material #sidebar .widget li a, .material #footer-outer .widget li a {
    position: relative;
    padding: 0 4px !important;
    border-radius: var(--radius);
}

.widget_product_categories .product-categories a:hover {
    background: #fff;
}

.widget_product_categories .product-categories li {
    list-style: none;
    padding: 4px 0 !important;
}

.widget_product_categories .product-categories > li li {
    border-left: 1px solid #ccc !important;
    padding-left: 10px !important;
}


.widget_product_categories .product-categories li:hover > a {
    background: #fff;
}

.woocommerce-error li a{
	color: #ffffff;
	text-decoration: underline;
}

.woocommerce-error li a:hover{
	color: #676767;
}

ul.woocommerce-error {
	margin-top: 60px;
}

.widget_product_categories .product-categories .cat-parent > .cat-dropper {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 28px;
    text-align: center;
    cursor: pointer;
}

.widget_product_categories .product-categories .cat-parent > .cat-dropper:hover i {
    color: var(--green);
}

.widget_product_categories .product-categories .cat-parent > .cat-dropper i {
    line-height: 26px;
    position: absolute;
    top: 4px;
    left: 0;
    height: 100%;
    width: 100%;
    color: #aaa;
    font-size: 14px;
}

.widget_product_categories .product-categories .cat-parent > .cat-dropper .fa-minus {
    display: none;
}

.widget_product_categories .product-categories .children {
    display: none;
    margin-left: 10px !important;
}


.widget_product_categories .product-categories > li > a {
    font-size: 16px;
}

.widget_product_categories .product-categories .current-cat-parent > .children,
.widget_product_categories .product-categories .current-cat > .children {
    display: block;
}

.widget_product_categories .product-categories .current-cat-parent > .cat-dropper .fa-minus,
.widget_product_categories .product-categories .current-cat > .cat-dropper .fa-minus {
    display: block;
}

.widget_product_categories .product-categories .current-cat-parent > .cat-dropper .fa-plus,
.widget_product_categories .product-categories .current-cat > .cat-dropper .fa-plus {
    display: none;
}

.widget_product_categories .product-categories .current-cat > a {
    font-weight: bold;
}

#top nav.categories li,
#top nav.categories li a {
    position: relative;
    opacity: 1 !important;
    display: block;
    height: auto;
    float: none;
    line-height: 1.2;
}

#top nav.categories > ul > li ul.children {
    position: absolute;
    top: 80px;
    left: -10px;
    background: #eee;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    margin: 0 !important;
    transform: none !important;
    padding: 20px 0;
}

#search-outer.small-nav + #top nav.categories > ul > li ul.children {
    top: 60px;
}

#top nav.categories > ul li {
    transform: none !important;
}

#top nav.categories > ul > li > ul.children > li > ul.children {
    position: absolute;
    left: 200px;
    background: #e5e5e5;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    margin: 0;
}

#top nav.categories > ul > li > ul.children > li {
    width: 100%;
    position: static !important;
}


#top nav.categories > ul > li > ul.children li a {
    padding: 5px 20px;
    display: block;
    font-size: 16px;
    font-weight: normal;
}

#top nav.categories > ul > li > ul.children > li > ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    left: 200px;
    top: 0;
}

#top nav.categories > ul > li > ul.children > li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

#top nav.categories > ul > li > ul.children ul {
    margin-bottom: 20px;
}

#top nav.categories > ul > li > ul > li > a {
    font-weight: bold;
}

#top nav.categories > ul > li:hover {
    z-index: 100;
}

#top nav.categories > ul > li > ul li:hover > a {
    background: #97c714 !important;
    color: #fff;
}

#top nav.categories > ul > li:hover > a {
    color: var(--green);
}

#top nav.categories > ul > li:hover > ul.children {
    display: block;
    opacity: 1;
    visibility: visible;
}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.nectar-quick-view-box a.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
    text-transform: none !important;
}

.price {
    margin-bottom: 0 !important;
    padding-bottom: 6px;
}

body .product p.wc-gzd-additional-info {
    font-size: 11px;
    text-align: right;
    padding: 2px 0;
}

.products li.product.minimal .price-hover-wrap {
    width: 100%;
}

.products li.product.minimal.hover-bound:hover .product-meta {
    transform: none;
}


.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 40px;
    padding: 0;
    font-size: .92em;
    right: 0;
    color: #aaa;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    bottom: 40px;
    right: 0;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description table{
	width: 100% !important;
}

div#woocommerce_product_categories-4 ul.product-categories li:hover> a{
	color: #97c714 !important;
}

div#woocommerce_product_categories-4 ul.product-categories li .cat-dropper i{
	color: white !important;
}

.cardboard-urlaub {
	  background-color: white;
}

.cardboard-urlaub p{
	text-align: center;
    padding: 5px;
    color: red; 
}


.urlaub-meldung-popup{
	margin:0px;
	position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
	display: grid;
    place-content: center;
    background: rgba(1, 1, 1, 0.3);
	
}

.urlaub-meldung-popup .content{
	background: white;
    border-radius: 3px;
    max-width: 30rem;
    margin: 2rem;
	overflow:hidden;
	    
}

.urlaub-meldung-popup .content .title{
	background-color: #97c714;
    color: #fff;
    padding: 0.5rem 1rem
}

.urlaub-meldung-popup .message p{
	background-color: #fff;
    color: red;
    padding: 0.5rem 1rem; 
}

.urlaub-meldung-popup .actions{
	display: flex;
	justify-content: end;
	align-items: center;
	    border-top: 2px solid #97c714;
}
.urlaub-meldung-popup .actions button{
    border-radius: 3px;
    background-color: #97c714;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    margin: 0.5rem; 
	margin-left: auto;
    cursor: pointer;
}

@media only screen and (min-width: 1000px)
{
	.slide-out-widget-area-toggle{
		display: none !important;
	}
}

.woocommerce p.cart-empty.woocommerce-info{
	padding-left: 10px !important;
	padding-right: 10px;
	font-size: 40px !important;
	line-height: 36px;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	width: 100%;
}


.classic.product.type-product.status-publish .product-wrap div.product-add-to-cart a.button{
	background: #f6f6f6 !important;
    color: #97c714;
	width: 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.woocommerce-Tabs-panel--description table{
	float: none;
}

#order_review .legal.checkbox-legal, .wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-data-download{
	margin: 5px 15px;
}

.form-row.place-order.wc-gzd-place-order button.button.alt{
	font-size: 18px;
	padding: 18px 22px !important;
	width: 100%;
	font-weight: 700;
}

.wc-gzd-order-submit{
	margin-top: 10px;
}

@media only screen and (max-width: 1050px)
{
	#customer_details .col-1{
		width: 100%;
	}
	#customer_details .col-2{
		width: 100%;
	}
}
div#sidebar div.widget.woocommerce.widget_product_categories ul.product-categories li.cat-item a {
    padding-right: 40px !important;
}

.nectar-slide-in-cart .widget_shopping_cart ul.cart_list a img
{
	position: relative;
    left: 0;
    float: left;
	margin-right: 8px;
}

.nectar-slide-in-cart .widget_shopping_cart ul.cart_list li{
	padding-left: 0;
}

 div.widget_shopping_cart_content p.total{
	font-size: 20px;
}

.slide_out_area_close.follow-body.material-ocm-open:before{
	background-color: #F6F6F6 !important;
}

.slide_out_area_close.follow-body.material-ocm-open span.close-line{
	background-color: #97c714;
}

div.woocommerce .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	max-width: 750px;
    margin: auto;
}

div.cart-button{
	margin-bottom:10px;
	order: 10;
}

.classic.product.type-product{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.woocommerce-checkout-review-order-table div.product-container{
	max-height: none;
}


@media only screen and (max-width: 768px)
{
	
	.woocommerce button.button{
		
		margin-bottom: 0;
	}
	
	.woocommerce .shop_table div.coupon{
		margin-top: 10px;
	}
	
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents{
		margin-bottom: 0;
	}
}

.main-content h1{
	font-size: 34px;
	line-height: 35px;
}
.main-content h1 .subline{
	display: block;
    font-size: 24px;
	line-height: 28px;
}

.main-content h2{
	font-size: 32px;
	margin-bottom: 15px;
}

#contact-answer{
	display: none;
	font-size: 25px;
    color: #97c714;
}

.col.span_6.send-row {
    text-align: right;
}

.cart-back-button{
	text-align: center;
}

.woocommerce button.continue-shopping {
	max-width: 750px;
    margin: auto;
	margin-top: 20px;
	font-size: 1.25em;
    padding: 20px!important;
    display: block;
    text-align: center;
    width: 100%;
	font-family: Roboto;
}

#customer_login #newsletter-form form{
	opacity: 1;
}

.newsletter-wrapper{
	display: block;
}
.newsletter-wrapper.login{
	display: block;
	max-width: 550px;
    width: 100%;
    margin: auto;
}


.newsletter-wrapper .acym_module_form input {
    cursor: inherit;
    max-width: 100%;
}

input.btn.btn-primary.button.subbutton {
    padding: 15px 22px;
	line-height: 20px;
}

p.acysubbuttons {
	text-align: right;
}

del span.woocommerce-Price-amount.amount {
    color: #97c714;
}

.woocommerce-gzd-legal-checkbox-text a{
	color: #515151;
}

.woocommerce ul.products li.product span.onsale{
    right: 10px;
    width: 66px;
    height: 44px;
    top: 10px;
}

.woocommerce-Tabs-panel table span{
	font-size: 16px !important;
}

.wpb_text_column a {
	text-decoration: underline;
}

.wpb_text_column a i {
	text-decoration: none;
}

body.single-product ul.wc-tabs {
	display: none;
}

.error {
    color: red;
}

.grecaptcha-badge{
    bottom: 60px !important;
}

div pre {
    background: transparent;
    font-family: Roboto;
    font-size: 100%;
    padding: 0;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 100%;
    overflow: auto;
    white-space: inherit;
}

.holidays{
    z-index: 10000;
    width: 100%;
}


.holidays span{
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    background-color: #97c714;
    color: #fff;
    z-index: 1000;
}

.mobile-only{
    display: none !important;
}

@media only screen and (max-width: 999px) {
    .mobile-only{
        display: block !important;
    }

    .desktop-only{
        display: none !important;
    }

    .bottom-box{
        position: fixed;
        bottom: 0px;
    }
}

.cardboard{
    background-color: #97c714;
}

.cardboard-content{
    text-align: center;
    padding: 5px;
    color: #fff;
}



/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/roboto-v30-latin/roboto-v30-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/salient-child/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}