/*
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 {
    line-height: 1.25;
}

td, th {
    padding: 6px 14px;
    border: 1px solid #ccc;
    text-align: center;
}

.fusion-sticky-shadow .fusion-logo {
	margin-top: 10px;
}

.menu-text {
    text-transform: uppercase;
}







/* - - - buttons - - - */

.button-light, .button-green, .button-nobg {
    padding: 6px 16px;
    /* line-height: 24px !important; */
    font-size: 18px !important;
    border-radius: 18px;
}

.button-light .button-icon-left::before, .button-nobg .button-icon-left::before {
    color: #c4390f;
}

.button-green .button-icon-left::before {
    color: #fff;
}

/* - - - end buttons - - - */








.lead {
    font-size: 19px;
    line-height: 1.25;
}

.hide {
    display: none !important;
}

.hyphens {
	word-wrap: break-word;
	overflow-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}









.red {
    color: #c4390f;
}

.yellow {
    color: #f7a600;
}

.gold {
    color: #ceb19c;
}

.quot {
    font-style: italic;
}

.quot .big {
    font-size: 60px;
    vertical-align: text-bottom;
    font-weight: bold;
    line-height: 48px;
    font-family: 'Nunito';
}







/* text box with BORDER  */

.border {
	border-left-width: 3px;
	border-left-style: solid;
    /* margin-bottom: 20px; */
    padding-left: 20px;
    font-size: 17px;
}

.border .author {
    font-size: 15px;
    padding-top: 10px;
    display: inline-block;
}

.border-red {
    border-color: #c4390f;
}

.border-yellow {
    border-color: #f7a600;
}

.border-green {
    border-color: #4a4d13;
}

.border-blue {
    border-color: #0069b4;
}

.border-gold {
    border-color: #ceb19c;
}

/* end text box with BORDER  */







/*  credit rating logos  */

.credit-rating-logos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	padding: 30px 0;
}

.credit-rating-logos img, .credit-rating-logos svg {
	max-height: 140px;
	/* object-fit: contain; *//*  fill | contain | cover | none | scale-down  */
}

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

	.credit-rating-logos {
		flex-direction: row;
		gap: 20px;
		padding: 10px 0;
	}

	.credit-rating-logos > div {
		max-height: 120px;
	}

	.credit-rating-logos img {
		max-height: 120px;
		/* object-fit: contain; *//*  fill | contain | cover | none | scale-down  */
	}

	.credit-rating-logos svg {
		max-height: 90px;
	}

}


/*  end credit rating logos  */











.bg-gray {
	display: flex;
	align-items: center;
	background-color: #6b6b6d;/* color 6 */
	color: #fff;
	text-align: center;
	padding: 20px 15px;
}

.bg-gray p:last-of-type {
	margin-bottom: 0;
}




.stripe > div {/*column with dark bg in bottom*/
    background-size: auto !important;
}

.divider {
    padding-top: 80px;
    padding-bottom: 30px;
}

.divider.less {
    padding-top: 50px;
}

.divider > div {
    height: 2px;
    /*margin-top: 60px;
    margin-bottom: 60px;
    background-color: #c4390f;*/
    background: #c4390f;/* url('/wp-content/uploads/divider-symbol.png') center center no-repeat*/
}

.divider > div:after {
    content: " ";
    display: inline-block;
    position: relative;
    top: -31px;
    background: url("/wp-content/uploads/divider-symbol.png") center center no-repeat;/**/
    width: 134px;
    height: 62px;
}

.valkommen {/* first title below the hero image */
	margin-top: 0 !important;
}







h2.title-heading-left, h2.title-heading-center {
    font-size: 38px !important;
	/* 
word-wrap: break-word;
	overflow-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
 */
}

h2 .light {
    font-size: 28px;
    font-weight: 300;
}

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

	h2.title-heading-left, h2.title-heading-center {
		font-size: 52px !important;
	}

	h2 .light {
		font-size: 32px;
	}

}

h2 .light.last {
    display: block;
}

.fusion-toggle-heading {
    font-size: 21px;
    font-weight: 600;
}





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

	.fusion-imageframe:not(.col-1) img, .fusion-gallery-image img {
		width: 100%;
	}
	
	.col-2, .col-3, .col-4 {
		text-align: center;
	}
	
}





/*  for button positioning in bottom edge of container with overflow  */

#mark-och-anlaggning {
    overflow: visible !important;
}

#mark-och-anlaggning .button-box {
    /*display: inline-block;*/
    margin-bottom: -18px;
}

/*  end for button positioning in bottom edge of container with overflow  */






/* 
.padding-box > div {
	padding: 30px 0px 20px 0px !important;
}

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

	.padding-box > div {
		padding: 40px 50px 60px 50px;
	}

}
 */







/* toggles aligning to center, except kontakt */

.fusion-accordian:not(.kontakt) {
    width: auto;
}

.fusion-accordian:not(.kontakt) .panel-heading .panel-title a {
    justify-content: center;
    align-items: center;
}

/* end toggles aligning to center, except kontakt */




/* toggles kontakt */

.accordian.kontakt {
    margin-bottom: 24px;
    margin-left: 6px;
}

.accordian.kontakt a {
    color: #fff;
}

.accordian.kontakt a:hover {
    color: #ddd;
}

/* end toggles kontakt */



/*  FOOTER  */

.footer-custom {
	font-size: 16px;
	line-height: 1.35;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}

/*  end FOOTER  */








/*  - - - plugin PLUGIN plugin - - -  */

/*  Contact Form 7  */

.wpcf7-form input[type="submit"]:not(.fusion-button-span-yes) {
	width: 100% !important;
	background-color: #111;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

table.booking {
	border-spacing: 10px;
	border-collapse: separate;
}

table.booking td {
	padding: 0 1px;
}


/* end Contact Form 7  */

/*  - - - end plugin PLUGIN plugin - - -  */





