/*
Theme Name: Number Three - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three
Text Domain: number-three-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*======================================================================//
// style.css                                                            //
//======================================================================*/

/* regular style goes here */

/*Fonts*/
h1, h2, h3, h4, h5, h6 {
	font-family:"acumin-pro-condensed";
}

html, body, button, input, select, optgroup, textarea {
	font-family:"proxima-nova" !important;
	line-height: 1.3;
}

p {
	font-weight: 400;
    margin: 0 0 1.3em;
}

/*Header*/
.main-navigation li.menu-item-has-children > a:after {
    content: '';
    content: "\f140";
    font-family: 'dashicons';
    vertical-align: top;
}
.style-header-1 .nav-wrap {
    max-width: calc(100% - 155px);
}
header#masthead {
    font-size: 16px;
}
a#openhours-fold-out {
    display: none;
}
.site-header .left a, .site-header .right a{
	text-decoration: none;
	transition: all 0.3s ease;
}
.site-header .left a, .site-header .right a:hover {
	color:#5ab3e8;
	transition: all 0.3s ease;
}
header .header-wrapper {
    position: relative;
    z-index: 9999;
}
header .section-wrap {
	font-family: 16px;
	font-family: "acumin-pro-condensed";
    padding: 0;
    height: 38px;
    line-height: 15px;
}

header .section-wrap a {
	font-weight: 700;
}

header .section-wrap i.fas.fa-clock {
    color: #fff;
	width: 14px;
	height: 14px;
	font-size: 14px;
	margin-top: -3px;
}
header .section-wrap i.fas.fa-phone {
	width: 14px;
	height: 14px;
	font-size: 14px;
	margin-right: 3px;
}
header .section-wrap  i.fas.fa-envelope {
	width: 14px;
	height: 14px;
	font-size: 14px;
	margin-right: 3px;
}
.socials-wrapper.placement-shortcode {
    float: right;
    margin-top: -5px;
}
.site-header .left {
	float: left;
}

.site-header .right {
	float: right;
}

.site-header .right .fas {
	position: relative; 
	top: 0px;
	left: -2px;
	margin-left: 20px;
}
header .section-wrap .socials-wrapper a {
    color: #fff;
    padding-left: 15px;
}
header .section-wrap .socials-wrapper a:hover {
    color: #5ab3e8;
}
a.stom-social-shortcode:hover [class*="fa-facebook"] {
    color: #5ab3e8;
}
.site-branding #logo img {
    max-width: none;
    max-height: none;
    min-width: 99px;
    height: 100% !important;
}
.header-aabningstider {
    padding: 0 0;
}
header .header-wrapper {
	margin: 10px auto;
}

header .nav-wrap {
    margin: 55px 0 0 0;
}

header .main-navigation a {
	font-family:"acumin-pro-condensed";
	font-size: 17px;
	font-weight: 400;
	color: #000;
	padding: 12px 17px;
}

header .main-navigation ul#primary-menu > li.booking a {
	background-color: #becc70;
	color: #fff;
	border-radius: 20px;
	border: none;
	margin-left: 11px;
	margin: 0 0 0 18px
}
header .main-navigation ul#primary-menu li.booking  a:hover {
	background-color: #b6ca46;
	color: #fff; 
	border-radius: 20px;
	border: none;
	transition: all 0.3s ease;
}
ul > li:last-child > a:before {
	background:#becc70 !important;
}
.hover-active:not(.hover-style-bold) ul.menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    top: 37px;
    width: 20px;
	background-color: #0c8cb9;
    transition: opacity .3s, width .3s, margin .3s, height .3s;
}
/*Frontpage*/
i.fas.fa-check-circle {
    width: 30px;
    height: 30px;
    color: #5ab3e8;
}

i.fas.fa-clock {
	width: 30px;
    height: 30px;
    color: #5ab3e8;
}

i.fas.fa-info-circle {
	width: 30px;
    height: 30px;
    color: #5ab3e8;
}

.home .page-slider-section .slider-text {
    top: -15%;
}

.home h2, .home h3 {
	text-transform: uppercase; 
	font-size: 30px;
	font-weight: 800;
}
.home h3 {
	margin-bottom: 10px;
}

.home .page-slider-section h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom:0px;
}

.home .page-slider-section h1 strong {
	font-size: 70px;
	font-weight: 800;
}


/*Basic info section*/
.home section.basic-info .section {
	position: relative;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
    padding: 26px;
    margin-top: -220px;
    margin-bottom: 30px;
}

.home section.basic-info .section:after {
	content:"";
	position: absolute;
	background: url("https://template.klinik.lasf.dk/wp-content/uploads/sites/20/2021/01/bluetransparent.png");
	background-size: cover;
	display: block; 
	width: 254px; 
	height: 213px; 
    opacity: 0.75;
	right: 0; 
	bottom: 0;
}

.home section.basic-info .section .grid-element {
    border-left: 1px solid #5ab3e8;
    padding-left: 20px;
	margin-bottom: 0;
	align-items: flex-start !important;
}

.home section.basic-info .section .fas {
	color: #5ab3e8;
}

.home section.basic-info .section .grid-element:first-child {
	border-left: 0;
	padding-left: 0;
}

.home section.basic-info .grid-element.contactinfo span {
	display: block;
}

.home section.basic-info .grid-element.contactinfo p {
	margin-bottom: 0px;
}

.home section.basic-info .grid-element.contactinfo table {
	margin-bottom: 0;
}

.home section.basic-info .grid-element.contactinfo table tr td:last-child,
.contact-page  table tr td:last-child {
    text-align: right;
}
.home section.basic-info a {
	text-decoration: none;	
}

.home section.basic-info .blue a {
	color: #5ab3e8;
}

.home section.basic-info table.aabningstider-list {
    margin-top: -20px;
	width:100%;
}
.home section.basic-info .grid-element.aabningstider table.aabningstider-list tr td:last-child {
    text-align: right;
}
/* Booking / Contact section */
.home section.booking-section {
	margin-top: 50px;
}

/*.home section.booking-section ul, .home section.booking-section li {
	list-style: none;
}

.home section.booking-section .gform_fields {
	
}*/

.home section.booking-section h2 {
	text-align: center;
}

.home section.booking-section .grid-element {
	align-items: flex-start !important;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 20px 20px;
	position: relative; 
	padding-bottom: 20px;
}

.home section.booking-section .grid-element img {
    width: 100%;
    max-height: 203px;
    object-fit: cover;
	margin-bottom: -15px;
}

.home section.booking-section .grid-element h2, 
.home section.booking-section .grid-element h3, 
.home section.booking-section .grid-element h4, 
.home section.booking-section .grid-element h5, 
.home section.booking-section .grid-element p, 
.home section.booking-section .gform_wrapper,
.home section.booking-section span.button  {
	/* padding: 0 20px; */
}

.home section.booking-section .gform_wrapper li {
	padding-right: 0 !important;
}

.home section.booking-section .gform_wrapper input, .home section.booking-section .gform_wrapper textarea {
	border: 1px solid #b7b7b7;
}

.home section.booking-section .gform_wrapper textarea {
	max-height: 60px;
}

.home section.booking-section span.button {
    display: inline-block;
    width: 100% !important;
}

.home section.booking-section .gform_button, .home section.booking-section span.button a {
	width: 100% !important;
	background-color: #ffc178;
	text-decoration: none;
	border: none !important;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed" !important;
	transition: all 0.3s ease;
}

.home section.booking-section .gform_button, .home section.booking-section span.button a:hover {
	background: #ffac4a;
}

.home section.booking-section gform_button, .home section.booking-section span.book a {
	background: #fff;
    color: #5ab3e8;
	text-transform: uppercase;
    font-family: "acumin-pro-condensed" !important;
	transition: all 0.3s ease;
}

input#gform_submit_button_1 {
	background: #ffc178;
}

input#gform_submit_button_1:hover {
	background: #ffac4a;
}

.home section.booking-section gform_button, .home section.booking-section span.book a:hover {
	background-color:#5ab3e8;
	color: #fff;
}

.box p {
    margin-top: -2px;
}

/*Home map section*/
.home section.mapsection {
	margin-top: 40px;
}

.home section.mapsection .section {
	padding: 0;
}

.home section.mapsection .section .overlay {
	padding: 0 !important;
}

.home section.mapsection .section.columns-2 .grid-elements {
	margin: 0 !important;
	box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
}

.home section.mapsection .section.columns-2 .grid-element {
	margin: 0 !important;
	flex-basis: calc((100%) / 2) !important;
}

.home section .overlay.clearfix {
    width: 100%;
}

.home section.mapsection .grid-element.text .overlay.clearfix {
	max-width: 70%;
    margin: 0 auto;	
}

.home section.mapsection .grid-element.map iframe {
	height: 500px !important;
}
 
.home section.mapsection .grid-element.contactinfo span {
	display: block;
}
body div.gform_wrapper form .top_label li.gfield.gf_right_half {
    padding-left: 0px;
}

body.home .gf_name .large {
    width: 100%;
}

body.home .gf_left_half .medium {
    float: left;
    width: 49%;
}

body.home .gf_right_half .medium {
    float: right;
    width: 49%;
}

body.home .gf_textarea .large {
    margin-top: 10px;
}

/*Subpage*/
body:not(.no-sidebar) #primary, .single #single-post-content-sidebar + .entry-content {
    width: calc(100% - 380px - 40px);
}

body:not(.home) .slider-text-inner h1 {
    font-family: "acumin-pro-condensed";
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
	letter-spacing: 0.7px;
    line-height: normal;
	color: #ffffff;
}

table.aabningstider-list {
    margin-top: -30px;
    margin-left: -4px;
}

body:not(.home) .gform_wrapper, body .gform_confirmation_wrapper {
    margin: 0;
    padding: 0 0 20px 0;
}

body:not(.home) .contactinformation {
    margin-top: -20px;
}

body:not(.home) .contactinformation span {
    margin-top: -18px;
}

body:not(.home) .usefulinformation {
    margin-top: -20px;
    margin-left: -4px;
}

/*Sidebar*/
#secondary, .single #single-post-content-sidebar {
	width: 380px;
}

#secondary .widget {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	position: relative;
}

#secondary .widget:not(:first-child):after {
	content:"";
	position: absolute;
	background: url("/wp-content/uploads/sites/20/2021/01/bluetransparent.png");
	background-size: cover;
	display: block; 
	width: 254px; 
	height: 213px; 
    opacity: 0.75;
	right: 0; 
	bottom: 0;
}

#secondary .widget-title {
	font-size: 30px;
	font-weight: 400;
}

#secondary .widget textarea {
	max-height: 111px !important;
}

#secondary .widget span {
	display: block;
}
 
/*Footer*/
section.footer {
	font-size: 16px;
	font-weight: 400;	
}

.bluefooter .section {
	padding: 55px 0;
}
.bluefooter h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
.bluefooter p {
	max-width: 1140px; 
	margin: 0 auto;
	line-height: 24px;
}
.bluefooter a {
	text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

#secondary .widget-title {
	font-size: 30px;
    font-weight: 900;
    font-family: "acumin-pro-condensed";
    text-transform: uppercase;
    color: #000000;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	font-style: normal;
	letter-spacing: -0.63px;
	line-height: normal;
}

body .stom-center-small .gform_wrapper .gform_footer input[type=submit], body #secondary .gform_wrapper .gform_footer input[type=submit] {
    height: 31px;
    background-color: #ffac4a;
    border: none;
}
.text h2 {
    margin-bottom: 5px;
}
.textwidget a {
    color: #5ab3e8;
    text-decoration: none;
}

table.aabningstider-list {
    margin-top: -30px;
    margin-left: -4px;
}

.gform_body ul {
	list-style-type: none;
	padding-left: 0px;
}

.contactinfo a {
	color: #0c8cb9;
    text-decoration: none;
}

.footer a {
    text-decoration: none;
	transition: all 0.3s ease;
}
.footer a:hover {
	color: #5ab3e8;
	transition: all 0.3s ease;
}

body div.gform_wrapper form .top_label li.gfield.gf_left_half {
    padding-right: 6px!important;
}

body div.gform_wrapper form .top_label li.gfield.gf_right_half {
    padding-left: 5px!important;
}

.inner-header {
    display: inline-block;
}

.pricelist table {
    width: 100%;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #eee;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table.table.table-striped {
    width: 100%;
}

table.table.table-striped tr td:last-child {
    text-align: right;
}

.contact-page p {
    margin: 0;
}

.contact-page strong {
    display: block;
    margin: 1em 0 4px;
}

.contact-page span {
    display: block;
    padding: 2px 0;
}

body:not(.home) #primary a, body:not(.home) .contact-page a {
    text-decoration: none;
    font-weight: 600;
    color: #5ab3e8;
}

.contact-page table {
    width: 100%;
}

.contact-page table tr td {
    border-bottom: 1px solid whitesmoke;
    padding: 4px 0;
}

.stom-checkmark-list ul {
    padding: 0;
}

.stom-checkmark-list ul li:before {
    color: #ffac4a;
}

.stom-checkmark-list ul li {
    padding-bottom: 3px;
}
footer#colophon {
    display: none;
}

body.page:not(.woocommerce-checkout) .entry-header {
    margin-bottom: 1em;
}
span.button.button-tlf.book a:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f095";
    vertical-align: baseline;
    margin-right: 6px;
    font-size: 90%;
}


a.booking-button, span.button.online-booking a {
    background-color: #becc70!important;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 8px!important;
    margin: 20px auto 0;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: "acumin-pro-condensed";
    font-weight: 700;
    font-size: 110%!important;
    text-decoration: none;
}


a.booking-button:hover, span.button.online-booking a:hover {
    background-color: #ffc178!important;
}



.booking-section a.booking-button {
    /* background: #fff; */
    /* color: #5ab3e8; */
    /* text-transform: uppercase; */
    /* font-family: "acumin-pro-condensed" !important; */
    /* transition: all 0.3s ease; */
    /* text-decoration: none; */
    /* font-size: inherit; */
    /* padding: 5px 20px; */
}



.extra-header-text a.booking-button {
    display: none;
}




/*======================================================================//
// END style.css                                                        //
//======================================================================*/





/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/

/* woocommerce style goes here */

/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/

.popup-overlay {
   position: fixed;
   z-index: 9999999;
   height: 100%;
   width: 100%;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgba(0,0,0,0.8);
   display: none;
}

.popup-container h2 {
	text-align:center;
}
.popup-container {
   max-width: 600px;
   width: 90%;
   max-height: 100%;
   padding: 2%;
   position: relative;
   background: #fff;
   color: #000;
   margin: 20px auto;
   overflow: auto;
}

.popup-close {
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   color: #000;
}