/*
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
*/

.home .nonhundred-percent-fullwidth .fusion-builder-row{
    max-width: 1100px !important;
    margin: auto;
}

/*Generelt*/
h1{
    overflow-wrap: break-word !important;
}

.p-title{
    font-family: 'Abril Fatface' !important;
}
.fusion-Messenger{
    height: 1.25rem;
    width: 1.25rem;
}

/* do not group these rules 
*::-webkit-input-placeholder {
    color: #024150 !important;
    padding-left: 10px !important;
    font-weight: bold !important;
}
*:-moz-placeholder {
    /* FF 4-18 */ /*
    color: #024150 !important;
    opacity: 1;
    padding-left: 10px !important;
    font-weight: bold !important;
}
*::-moz-placeholder {
    /* FF 19+ */ /*
    color: #024150 !important;
    opacity: 1;
    padding-left: 10px !important;
    font-weight: bold !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */ /*
    color: #024150 !important;
    padding-left: 10px !important;
    font-weight: bold !important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */ /*
    color: #024150 !important;
    padding-left: 10px !important;
    font-weight: bold !important;
}
*::placeholder {
    /* modern browser */ /*
    color: #024150 !important;
    padding-left: 10px !important;
    font-weight: bold !important;
}

/* Behandling sidebar */

#menu-behandlingsmenu li {
	font-weight: 700;
	border-bottom: none;
	padding-bottom: 0;
	
}

/* Behandling knap / button */
.behandling-knap {
	text-align: left !important;
}


button.submit-button {
    border-radius: 400px !important;
}
a.powered-by {
    display: none !important;
}

.fusion-page-title-bar {
    background-blend-mode: luminosity;
}

div.author {
    display: none;
}

/*blog*/
.blog-shortcode-post-title a {
    color: #d1ed1e !important;
}
.fusion-post-content-wrapper .post-content {
	margin-bottom: 0;
}
.fusion-post-content-wrapper h2.blog-shortcode-post-title {
	font-family: 'montserrat', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.45rem !important;
}
.fusion-post-content-container p {
    color: #d1ed1e !important;
}
.fusion-post-wrapper {
    border-radius: 8px;
    filter: drop-shadow(0 0 0.75rem #dcdcdc);
}

.fullwidth-faded::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	backdrop-filter: blur(5px);
}

/*Priser tabel*/
.priser-tabel tr th,
.priser-tabel tr td {
    border: none !important;
    border-top: solid 5px white !important;

    background-color: #f3f3f3;
}
.priser-tabel thead {
    display: none !important;
}
.priser-tabel tr td:not(:first-child) {
    text-align: right !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.priser-tabel tr td:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.priser-tabel table {
    border: none !important;
}

/*Medarbejdere*/
.medarbejder img, .medarbejder image{
    border-radius: 400px;
}
.medarbejder.col-sm-4{
    width: 16.6666666667%;
}
.medarbejder .medarbejder-titles{
    text-align: center;
}
.medarbejder h4{
    font-size: 1rem !important;
    color: #012A33 !important;
    font-family: 'Montserrat', sans-serif !important;
}
.medarbejder p{
    font-size: 1rem !important;
    color: #399191 !important;
}

/*Opening hours*/
.op-overview-shortcode{
    margin-top: 60px;
}

.op-overview-shortcode .op-table{
    margin: auto;
    min-width: 100%;
}
.op-overview-shortcode th{
    text-align: left;
    color: #012b52 !important;
}
.op-overview-shortcode .op-period-time{
    color: #012b52 !important;
    text-align: right;
}
.op-table tr{
    border-bottom: 1px solid #012b52;
    line-height: 40px;
}

/* logo */
.fusion-logo img{
	width: 100%;
	min-height: 90px;
	max-height: 90px;
}

/*Google API*/
.shortcode-map{
    margin: auto !important;
}
.shortcode-map img{
    min-height: 171px;
}

/* form margin fix */
.fusion-form-form-wrapper .fusion-form-field {
	margin-top: 0 !important;
}

/* subpage menu icon */
.fusion-menu-element-wrapper:not(.collapse-enabled) li.menu-item > a > .fusion-megamenu-icon {
	padding: 0 10px 0 0 !important;
}
.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-left.direction-column li.menu-item > a > .fusion-megamenu-icon:not(.fusion-megamenu-thumbnail) {
	width: auto !important;
}
  @media only screen and (max-width: 1240px) {
    .medarbejder.col-sm-4{
        width: 33.33333333333%;
    }
  }
  @media only screen and (max-width: 600px) {
    .medarbejder.col-sm-4{
        width: 50%;
    }
    .shortcode-map img{
        min-height: 100px !important;
    }
	.treatment-btn {
		min-width: 100%;
		margin-bottom: 20px !important;
	}
    
  }
  @media only screen and (max-width: 357px) {
    .h1{
        font-size: 4.375rem;
    }
    
  }