/*
Theme Name: Salient Child Theme
Theme URI: https://kultur-inklusion.de/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: https://kultur-inklusion.de/
Template: salient
Version: 0.1
*/


/*Instagram-Feed*/
#sb_instagram {
	padding-bottom: 0px !important;
}


:root {
    --c-light: #FFFCEF;
    --c-main: #1E3B4E;
    --c-yellow: #FCCC05;
    --c-turkis: #51ABB2;
    --c-orange: #E16539;
    --c-white: #fff;
    --c-grey: #D9D9D9;
}

/*h1,h2,h3,h4,h5 {
	margin-bottom: 5% !important;
}

/*Size for Tablet

@media (min-width: 768px) {
	h1,h2,h3,h4,h5 {
		margin-bottom: 3% !important;
	}
}*/

.nectar_food_menu_item h3 {
	margin-bottom: 1% !important;
	line-height: 32px !important;
}

/*====== Buttons ======*/
.btn {
	padding: 0.375rem 0.75rem;
	border-radius: 4px;
	border: solid 3px;
	display: block;
	text-align: center;
	font-weight: 600;
}



.btn:hover {
	border-width: 3px;
	box-shadow: none;
	text-decoration: none;
}

.button-salient {
    text-align: center;
    font-weight: bold;
    margin:auto;
	width: 100%;
}

/*Size for Tablet*/

@media (min-width: 768px) {
	.button-salient {
		width: 50%;
	}
}

/*Size for Desktops*/

@media (min-width: 1200px) {
	.button-salient {
		width: 30%;
	}
}

.hidden-element {
    display: none;
}

.btn-turkis {
    color: var(--c-white);
    background-color: var(--c-turkis);
    border-color: var(--c-turkis);
}

.btn-turkis:hover {
	color: var(--c-turkis);
	background-color: transparent;
}

.btn-yellow {
	color: var(--c-white);
	background-color: var(--c-yellow);
	border-color: var(--c-yellow);
}

.btn-yellow:hover {
	color: var(--c-yellow);
	background-color: transparent;
	border-color: var(--c-yellow);
}

.btn-orange {
	color: var(--c-white);
	background-color: var(--c-orange);
	border-color: var(--c-orange);
}


.btn-orange:hover {
	color: var(--c-orange);
	background-color: transparent;
	border-color: var(--c-orange);
}

.large {
	padding: 0.5rem 1rem;
}
 
  .btn-secondary {
    color: var(--c-white);
    background-color: var(--c-main);
    border-color: var(--c-main);
    font-weight: 600;
    border-width: 3px;
  }
  
  .btn-secondary:hover{
    color: var(--c-main);;
    background-color: transparent;
    border-color: var(--c-main);
    border-width: 3px;
    box-shadow: none;
	  text-decoration: none;
  }

/*====== amtsblatt ======*/

.blog-col-amtsblatt {
	.title {
		color: var(--c-orange) !important;
		font-weight: bold !important;
	}
	.meta {
		color: var(--c-white) !important;
	}
}




/*====== Footer ======*/

#footer-widgets #block-20 a {
	font-size: 14px;
	text-decoration: none;
	
	&:hover {
		color: var(--c-yellow) !important;
	}
}

#footer-outer i {
	font-size: 24px;
	color: var (--c-white) !important;
	
	&:hover {
		color: var (--c-yellow) !important;
	}
}

