/**
Theme Name: BEC - astra child theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bec-astra-child-theme
Template: astra
*/
/*Fonts*/

/*Font*/

@font-face {
  font-family: 'liquid embrace';
  src: url('font/liquid_embrace-webfont.woff2') format('woff2'), url('font/liquid_embrace-webfont.woff') format('woff');
}

/*Text styling*/
h3{
    color: #fd472c;
    
}

h4{
    font-weight: 500;
}

p{
    margin-bottom: 1.2em;
}
/*Li, buttons, links*/
a, button { 
    cursor: pointer; 
}

.widget ul{
        margin: 0 0 1.5em 0em !important;
}

.widget ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 0 1.3em !important;
}

.site-footer a:focus, .site-footer a:hover{
    color: #0c1c49; 
}

.main-navigation li{
    height: 50px;
    margin: auto;
}

#primary.content-area .post-thumbnail-true p a, #primary.content-area .post-thumbnail-true li a, #primary.content-area .post-thumbnail-true ul a{
    opacity: 0.6;
    color: #0c1c49;
}

#primary.content-area .post-thumbnail-true #link-images p a{
    opacity: 1;
}

#primary.content-area .post-thumbnail-true li a{
    text-decoration: none;
}

#primary.content-area .post-thumbnail-true p a:hover, #primary.content-area .post-thumbnail-true li a:hover, #primary.content-area .post-thumbnail-true ul a:hover{
    opacity: 0.6;
    color: #fd472c;
}

/*Header*/

.home #content{
    padding-top: 0px; 
}

header .main-header-bar{
	position: fixed; 
	width: 100%;
}


#primary.content-area{
  margin-top: 0px;
    padding: 0px;
}

.ast-site-identity{
    padding: 2em 0;
}

@media screen and (min-width: 922px){
    #content{
    padding-top: 137px; 
}
}
.ast-container {
    max-width: 1350px;
}

/*Mobile menu*/
.main-header-bar{
	z-index: 99;
}
.main-header-bar .main-header-bar-navigation.toggle-on{
	height: 100vh;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{
	border: none;
}

.ast-header-break-point .main-header-menu, .ast-header-break-point .main-header-menu ul{
	background-color: white;
}

.ast-header-break-point .main-navigation ul li a{
	border: none;
	padding: 5px 20px
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{
	top: 50%;
    transform: translateY(-50%);
}

.ast-header-break-point .main-navigation ul.sub-menu li a:before{
	content: "";
}


#fp-nav.fp-right{
	z-index: 98;
}

/*Footer*/

.rsswidget img{
	display: none;
}

footer #rss-4 li{
    margin-bottom: 8px;
}

.footer-adv-widget-3 .widget{
    margin-bottom: 0;
}

@media screen and (max-width: 800px){
 .ast-small-footer .ast-footer-overlay{
    padding-bottom: 60px;
}   
}

/*Pages*/

.row.nyheder-heading{
    margin-bottom: 40px;
}
.row.nyheder{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.nyheder .nyhed{
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.nyheder .nyhed .nyhed-inner{
    flex-grow: 1;
}

.nyheder .nyhed .nyhed-inner .nyhed-thumbnail{
    margin-bottom: 8px;
}


.page-content-img img{
    width: 100%; 
}

.page-content{
    width: 90%;
    margin: 30px auto; 
}


.page-content .content-heading{
    padding-left: 15px; 
    padding-right: 15px;
    margin-bottom: 20px; 

}

.page-content .content-main{
    padding-left: 15px; 
    padding-right: 15px;; 

}

.page-content .content-heading h1, h1{
   margin-bottom: 20px; 

}

@media screen and (max-width: 920px){
    
    #primary{
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }
    
    .home #primary{
        padding-top: 0px !important;
        padding-bottom: 0px !important; 
    }
    
    .page-content{
        width: 100%;
        margin: 0px;
    }
    
    .page-content .content-main{
    padding-left: 0px; 
    padding-right: 0px;; 

}
    
    .page-content .content-heading h1, h1{
        margin-bottom: 5px;
    }
    .page-content .content-heading{
        padding: 25px 0px 0px 0px;
        margin-bottom: 1.2em;
    }
    
    .page-content .vc_column-inner{
        padding: 0px !important;
    }
}

@media screen and (min-width: 1024px){
.page-content.post-thumbnail-true{
    position: relative; 
    width: 75%;
    background-color: white; 
    padding: 50px;
    margin-top: -150px;

    }
    
.page-content{
    width: 80%;
     margin: 50px auto; 
}
}

/*5th Element*/

.svg-5th-elements{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.svg-5th-elements svg:first-child{
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 25%;
    width: 210px;
    
}

.svg-5th-elements svg:nth-child(2){
    position: absolute;
    width: 105px;
    transform: rotate(90deg);
}

.svg-5th-elements svg:nth-child(3){
    position: absolute;
    width: 105px;
    
}

.svg-5th-elements svg:nth-child(4){
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 75%;
    width: 210px;
}

/*POP UP BUILDER*/

.sgpb-theme-1-content{
    border: none !important;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
    border-radius: 50%;
    background-color: transparent !important;
    position: relative;
    overflow: hidden !important;
}

/*
.sgpb-theme-1-content div:first-child{
    position: absolute; 
    height: 250px; 
    width: 300px; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}
*/

.sgpb-theme-1-content .sgpb-main-html-content-wrapper h4, .sgpb-theme-1-content .sgpb-main-html-content-wrapper p, .sgpb-theme-1-content .sgpb-main-html-content-wrapper span{
    color: #f5ddd2 !important;
}

.sgpb-popup-close-button-1{
    bottom: auto !important;
}

.linkedin-float-wrapper{
    bottom: 30px;
    right: 30px;
    width: 50px;   
}

.sgpb-popup-dialog-main-div-theme-wrapper-6 {
    left: auto !important;
    top: auto !important;
    right: 100px !important;
    bottom: 30px !important;
    border: 1px solid #0c1c49;
}
.sgpb-theme-6-content{
    border-radius: 0 !important;
    box-shadow: none !important;
    left: auto !important;
    top: auto !important;
    right: 100px !important;
    bottom: 30px !important;
}

.sgpb-theme-6-content p{
    margin-bottom: 5px;
}

/*@media screen and (max-width: 769px){
    .sgpb-theme-6-content{
        width: 85%; 
    }
}*/

/*WPML*/

/*#menu-item-wpml-ls-2-en span.wpml-ls-display:after {
    content: ' / ';
}

#menu-item-wpml-ls-2-en a{
    padding-right: 0px;
}

#menu-item-wpml-ls-2-da a{
    padding-left: 3px;
}

.wpml-ls-item a span{
    opacity: 0.5;
}

.wpml-ls-item a span:after{
    opacity: 1;
}

.wpml-ls-item.wpml-ls-current-language a span{
    opacity: 1;
}*/


/*DRIFTSUDFALD*/
.driftsudfald-outer{
    width: 20px; 
    height: 20px;
    left: -9px;
}

.driftsudfald-outer .driftsudfald-animation{
    position: absolute;
    background: rgba(253, 71, 44, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(253, 71, 44, 1);
    height: 15px;
    width: 15px;
    transform: scale(1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(253, 71, 44, 0.7);
    }
    
    70% {
        transform: scale(0.9);
        box-shadow: 0 0 0 6px rgba(253, 71, 44, 0);
    }
    
    100% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(253, 71, 44, 0);
    }
}

@media screen and (max-width: 991px){
   .driftsudfald-outer{
    height: 12px;
} 
    .custom-item{
        display: inline-block !important; 
    }
}


/*ONETRUST - DELETE IF REMOVING ONETRUST*/

html #onetrust-pc-sdk #ot-content, html #ot-sdk-btn.ot-sdk-show-settings, html #onetrust-consent-sdk #onetrust-pc-sdk h3{
    font-family: 'Montserrat' !important; 
}

/*AFTER THEME UPDATE ASTRA*/

.screen-reader-text{
    display: none !important;
}

/*RSS FEED*/
.rssjob h2.widgettitle{
    margin-bottom: 10px;
}

.rssjob .widget ul{
    margin: 0 0 1.3em 0em !important;
}

/*Blockquote*/
.page-content h5{
    padding: 30px 30px 30px 30px;
    color: #b3c7c7;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.4;
}

.page-content h6{
    margin-top: -30px;
    padding: 0px 30px 30px 30px;
    color: #b3c7c7;
    font-weight: 500;
    font-size: 13px;
    line-height: 2.0;
}

/*iframe*/

.iframe-container{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.wprm-wrapper{
    height: 0px;
}

.home .section .rss a {
    opacity: 0.6;
    color: #0c1c49;
}

.home .section .rss a:hover {
    opacity: 0.6;
    color: #fd472c;
}

.home .section a p {
    opacity: 0.6;
    color: #0c1c49;
}

.home .section a p:hover {
    opacity: 0.6;
    color: #fd472c;
}

.page .page-content p a,
.page .page-content li a,
.page .page-content span a,
.site-footer .widget a {
    opacity: 0.6;
    color: #0c1c49;
}

.page .page-content p a:hover,
.page .page-content li a:hover,
.page .page-content span a:hover,
.site-footer .widget a:hover {
    opacity: 0.6;
    color: #fd472c;
}