/*
Theme Name: Padel Child Theme
Theme URI: https://example.de/
Description: This is a custom child theme for Salient
Author: ComMotion
Author URI: https://commotion.online/
Template: salient
Version: 0.1
*/

/* Fonts */

	@font-face {
		font-family: 'Montserrat';
		font-display: swap;
		src: url('fonts/Montserrat-Variable.ttf');
	}

/* Basic */

	:root {
		--primary: #0c1430;
	}

	body, h1, h2, h3, h4, h5, h6, blockquote, select, strong, .toggles a, .nectar-button,
	#slide-out-widget-area .inner .off-canvas-menu-container li>a, body #sidebar h4, body .widget h4, body #footer-outer .widget h4, input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], button[type=submit], input[type=button], input[type=submit], #call-to-action span, .uppercase {
		font-family: 'Montserrat', 'sans-serif' !important;
	}

	a {
		text-decoration: underline;
	} a i, a.fa {
		text-decoration: none !important;
	}

	abbr[title], abbr[data-original-title] {
		cursor: help;
		border-bottom: 1px dotted #555;
	}

	small {
		display: block;
		font-size: 14px;
		line-height: normal;
	}

	code {
		padding: .5em;
		margin-bottom: 0;
		white-space: break-spaces;
	} p code, ul li code {
		display: inline;
	}

/* Header */

	

/* Breadcrumbs */

	#breadcrumbs {
		font-size: .8em;
		line-height: normal;
	}

	.single #breadcrumbs {
		max-width: 1000px;
		margin: 0 auto;
	} .single-portfolio #breadcrumbs {
		padding-top: 10px;
		text-align: center;
	}

/* Page */

	.m-0 {
		margin: 0 !important;
	}

/* Page Nav */

	.main-content .widget_nav_menu ul {
		margin: 30px 0;
	}

	.main-content .widget_nav_menu ul li {
		list-style: none;
	}

	.main-content .widget_nav_menu ul li a {
		display: block;
		padding: .75em 1.5em !important;
		margin-bottom: 5px;
		border: 1px solid var(--green);
		border-radius: 5px;
		transition: all .3s;
	} .main-content .widget_nav_menu ul li a:hover {
		background-color: #ecebe9;
	}

/* Buttons */

	.nectar-button, .nectar-button.medium, .nectar-button.large, button[type=submit], input[type=button], input[type=submit] {
		font-size: inherit;
	}

	body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
		padding-left: 40px;
		padding-right: 30px;
	}

/* Footer */

	#footer-outer img {
		width: 200px;
	}

	#footer-outer .widget.widget_nav_menu ul ul {
		display: none;
	}

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


}

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

	
}

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

	h1, h2, .row .col.section-title h1, .row .col.section-title h2 {
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

		white-space: normal;
	}
}