/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

body, p {
	font-family: avenir-next-lt-pro, sans-serif!important;
	font-weight: 400;
	font-style: normal;
}

h5 {
	font-family: avenir-next-lt-pro, sans-serif!important;
	font-weight: 400;
}

.link p {
	font-family:"Libre Baskerville"!important;
}

.btn-yellow {
	background:#dda342!important;
}

span.highlight {
	color:#dda342!important;
	font-style:italic!important;
}

span.highlight.red {
	color:#723932!important;
	font-style:italic!important;
}

.fade-words .word {
    display: inline-block!important;
    opacity: 0!important;
    transform: translateX(-35px)!important;
    animation: fadeWordIn 0.6s ease forwards!important;
    will-change: opacity, transform!important;
}

.kunst-01 {
	position:absolute;
	background:url(https://andreashaladyngrafisk.dk/lagonipsyk/wp-content/uploads/hjernen.png) no-repeat;
	width:400px;
	height:620px;
	background-size:400px 620px;
	right:0!important;
	margin:-130px -300px 0 0;
	z-index:9999!important;
}

.kunst-02 {
	position:absolute;
	background:url(https://andreashaladyngrafisk.dk/lagonipsyk/wp-content/uploads/hjerte.png) no-repeat;
	width:400px;
	height:692px;
	background-size:400px 692px;
	bottom:0!important;
	margin:0 -150px -250px 0;
	z-index:9999!important;
}

.fusion-body blockquote {
	background:none!important;
	border:0!important;
	margin:0!important;
	padding:0!important;
}

blockquote.random-citat__text {
	font-family:"Libre Baskerville"!important;
	font-weight:600!important;
	font-style:italic!important;
	color:#723932!important;
	font-size:2.3em!important;
	line-height:1.3!important;
}

.random-citat__author {
	font-family: avenir-next-lt-pro, sans-serif!important;
	font-weight: 400;
	font-style: normal;
	font-size:14px!important;
}

.box:hover > .fusion-column-wrapper {
    box-shadow: 0 18px 34px -20px rgba(44, 38, 31, .35) !important;
}

.avada-container-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding-top: 8px;
}

.avada-container-tab {
    appearance: none;
    background: transparent;
	border:1px solid #3E5034;
    color: #3E5034;
    padding: 12px 26px;
    min-width: 160px;
    font: inherit;
    font-weight: 600;
	cursor: pointer;
}

.avada-container-tab:hover {
    background: rgba(255,255,255,.3);
}

/* Tab 1 */
.avada-container-tab:nth-child(1).is-active {
    background: #3E5034 !important;
    color: #fff;
}

/* Tab 2 */
.avada-container-tab:nth-child(2).is-active {
    background: #626C6B !important;
	border-color:#626C6B!important;
    color: #fff;
}

/* Tab 3 */
.avada-container-tab:nth-child(3).is-active {
    background: #723932 !important;
	border-color:#723932!important;
    color: #fff;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table tr {
    border-bottom: 1px solid #ddd;
}

.price-table tr:last-child {
    border-bottom: 0;
}

.price-table td {
    padding: 12px 0;
	color:white;
}

.price-table td.dark {
    padding: 12px 0;
	color:black;
}

.price-table td:last-child {
    text-align: right;
}

@keyframes fadeWordIn {
    to {
        opacity: 1!important;
        transform: translateX(0)!important;
    }
}


@media (min-width: 1000px) {
	
	.border .fusion-column-wrapper {
		border-right:1px solid rgba(62,81,53,0.3)!important;
	}
	
}


