/* -------------------------------------------------- 
Theme Name:         	Freiburger Presseclub Child Theme
Theme URI:          	https://freiburger-presseclub.de/
Description:        	Freiburger Presseclub Child Theme
Version:            	1.0.0
Author:             	ComMotion
Author URI:         	https://commotion.online/
Text Domain: 			salient
Template: 				salient

License: 				GNU General Public License v2.0
License URI:			http://www.gnu.org/licenses/gpl-2.0.html

Foundation License:		MIT License
Foundation License URI:	http://www.opensource.org/licenses/mit-license.php
-------------------------------------------------- */

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

	This stylesheet will not be loaded by default.
	The main stylesheet is in assets/css/ and development will be through assets/scss/

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

/* Basic */

	body, h1, h2, h3, h4, h5, h6, dt, blockquote, strong, b, .bold, .row .col.section-title p, .row .col.section-title span, #top #logo, #slide-out-widget-area .inner .off-canvas-menu-container li a, #call-to-action span, #call-to-action .container a, .nectar-button, input[type=submit], button[type=submit], input[type="button"], select, .portfolio-filters-inline #current-category, #search-outer #search input[type=text], #search-results .result .title span, #page-header-bg .subheader, .nectar-box-roll .overlaid-content .subheader, .pricing-column.highlight h3 .highlight-reason, .nectar-milestone .number,
	#infscr-loading, #infscr-loading div, #pagination .next.inactive, #pagination .prev.inactive, #pagination a, #pagination span, .container-wrap nav.woocommerce-pagination ul li span, .woocommerce .container-wrap nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
		font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Arial', 'Verdana', 'sans-serif' !important;
	}

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

	code {
		padding: .5em;
		margin-bottom: 0;
		white-space: normal;
	} p code {
		display: inline;
	}

/* Header */

	

/* Breadcrumbs */

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

	.single #breadcrumbs {
		max-width: 1000px;
		margin: 0 auto;
	}

/* Page */

	

/* Archive */

	.auto_meta_overlaid_spaced .masonry-blog-item .inner-wrap, body .portfolio-items .col .inner-wrap {
		border-radius: 15px;
		box-shadow: rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px;
	}

	.infscr-loading-wrap {
		height: auto !important;
	}

/* Button */

	.nectar-button {
		font-size: 16px !important;
	}

	.nectar-button.has-icon:before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;

		position: absolute;
		left: 0; top: 0;

		background-color: rgba(255,255,255,.2);
		clip-path: circle(27.5% at 100% 50%);
		transition: all .5s;
	} body #error-404 .nectar-button.has-icon:before {
		clip-path: circle(40% at 100% 50%)
	} .nectar-button.has-icon:hover:before, body #error-404 .nectar-button.has-icon:hover:before {
		clip-path: circle(100%);
	}

/* Clients */

	.clients > div img {
		max-height: 125px;
	}

/* Toggle Panels */

	.toggle > .toggle-title a {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}

/* Team Member */

	.row .col .team-member p.description, .team-member p.description {
		border-top: 1px solid rgba(255,255,255,.25);
		border-bottom: 0 none;
	}

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

	body:not(.home) #ajax-content-wrap .container-wrap {
		padding-top: 100px;
	} body:not(.home) #ajax-content-wrap #page-header-wrap + .container-wrap {
		padding-top: 40px;
	}
}

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

	h1, h2, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text {
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		white-space: normal;

		letter-spacing: -1px !important;
	} h2, h3 {
		letter-spacing: 0 !important;
	}
}