/**
Theme Name: skolasidur-arborg
Author: Hólmfríður
Author URI: #
Description: Samræmt útlit fyrir undirvefi Árborgar, hönnun byggð á nýverandi vef Árborgar.
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: skolasidur-arborg
Template: astra
*/
/*Screen sizes*/
/*medium breaking point 980px
 * small breaking point 760px */
/* --------------------------------------------styles------------------------------------------------------*/
@import "iconStyle.css";
@import "colorStyle.css";



a {
    font-weight: 600;;
}

.gold {
    background-color: gold !important;
}

.box-shadow > div {
    box-shadow: 0 10px 20px rgba(0,0,0,.04);
}

.site-footer {
    color: #1f1f1f;
}

.site-content h2 a:hover, .site-content h2 a:focus {
    text-decoration: none;
}

.site-footer a:hover, .site-footer a:focus, .site-content a:hover, .site-content a:focus {
    text-decoration: underline;
}

.site-content h2 a {
    color: #1f1f1f
}

.no-border {
    border: none;
}

.table-no-border, .table-no-border * {
    border: none;
}

.right-align {
	text-align: right;
}

.right-side-link p {
    margin-bottom: 0;    
}

.btn-square {
	width: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 18px;
}

.float-right {
    float: right;
}

.felligluggi .fl-accordion-item {
    background-color: #fff;
    border: none;
}

.felligluggi .fl-accordion-content {
    padding: 10px 30px 30px 60px;
}

.fl-accordion-button-label:focus {
	outline-style: none !important;
}

#split-two .fl-rich-text {
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -ms-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    break-inside: avoid;
}

@media (max-width: 760px) {
    #split-two .fl-rich-text {
        -ms-column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

p {
	margin-bottom: 1em !important;
}

br {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 0; /* change this to whatever height you want it */
}

/*---------------------------------------------------------font styles-----------------------------------------------------------*/

.summary {
    font-size: 20px;
    font-weight: 300;
	margin-bottom: 0;
}

.summary a[href]{
    font-weight: 400;
}

.summary p {
    margin-bottom: 0 !important;
}

p > span[class*='ar-icon'], h1 > span[class*='ar-icon'] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-width: 1.6em;
    
}


.arrowlink  a {
    font-weight: 600;
    margin-left: 20px;
}

.arrowlink a span {
    font-weight: 600; 
}

.bullet-color ul {
  list-style: none; /* Remove default bullets */
}

.bullet-color ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold;
  font-size: 22px;/* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.link a {
    font-size: 16px;
    font-weight: 600;
}

.link a:hover {
    text-decoration: underline !important;
}

.line-header span {
	font-size: 14px;
	color: rgba(31, 31, 31, 0.6);
	font-weight: 600;
}

/*--------------------------------------------------footer style----------------------------------------------------*/

.site-footer .widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase !important;
    color: #636363;
}

.site-footer .wpp-list {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .wpp-list > li {
    width: 50%;
    font-size: 15px;
}

.footer-link img {
	margin: 30px;
}

.footer-adv .widget_media_image img {
	display: block;
	margin-left: auto;
    margin-right: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.contact-item{
	font-size: 18px;
	line-height: 1.75em;
	white-space: nowrap;
}


.contact-item span:nth-child(1) {
	font-size: 24px;
	margin-right: 10px;
	display: table-cell;
	vertical-align: middle;
}

.contact-item :nth-child(2) {
	display: table-cell;
}

.widget_links img{
    max-height: 80px;
    max-width: 150px;
}

.widget_links .xoxo {
    display: grid;
    grid-template-rows: 80px 80px 80px;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    grid-auto-flow: column;
}


.widget_links .xoxo>li {
    align-self: center;
    padding:5px;
    justify-self: center;
}

.footer-adv-overlay {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-adv .ast-container {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

.widget_links .widget-title {
    display: none;
}

.footer-adv .widget {
    margin: 0 !important;
}


@media (min-width: 760px) {
	.site-footer .ast-row {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 760px) {
	.widget:not(.popular-posts) {
		display: flex;
		justify-content: center;
		text-align: center;
    }
    
    .widget.popular-posts {
        text-align: center;
    }
}
/* ----------smaller footer ----------------------*/

.ast-small-footer .ast-footer-overlay {
    padding-top: 0 !important;
    padding-bottom: 1em !important;
}

.ast-small-footer .ast-small-footer-wrap {
    border-top: 1px solid #d1d1d1;
    padding-top: 24px;

}

.ast-small-footer img {
    width: 70px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.ast-small-footer .textwidget a{
    color: #888;
}


/*-----------------------header style----------------------------------*/

.ast-header-sticked {
    background-color: #f4f5f8 !important;
    box-shadow: 0 0 10 0 rgba(0, 0, 0, 0.04) !important;
}

a.menu-link:hover span.sub-arrow:after {
	transform: rotate(180deg);
}

.parent-menu-item, .parent-item { 
	font-size: 1.1rem;
	cursor: pointer;
}

ul.sub-menu {
	padding: 15px;
}

.parent-menu-item:nth-child(even) .menu-item,
.parent-menu-item:nth-child(odd) .sub-menu .menu-item:not(.menu-item-has-children) {
	border-left: 3px solid transparent;
}

.ast-masthead-custom-menu-items {
	font-size: 32px;
	padding: 0 17.6px !important;
}

.facebook-link {
	padding: 0 17.6px !important;
	font-size: 32px;
}

li.ast-masthead-custom-menu-items a {
	display: table-cell;
	vertical-align: baseline !important;
}

.sub-menu .menu-link:not(.ast-disable-link) .menu-text {
    font-weight: 400;
}

.main-header-menu .sub-menu .menu-link{
        padding: .6em 1em !important;
}

.ast-sticky-shrunk .main-header-menu .sub-menu .menu-link {
	padding: .6em 1em !important;
}


/*------------------------------------------------logos------------------------------------------------*/

.logo{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}





/*------------------posts------------------------------------*/

.fl-post-grid-text {
	margin-top: 30px;
    padding: 0 !important;    
}
.fl-post-grid-image {
	height: 280px;
	overflow: hidden;
}

.fl-post-grid-image img{
	transition: opacity .3s cubic-bezier(.455,.03,.515,.955);
}
/*---------------------------------------------side menu styles----------------------------------------------------*/
.parent-sidebar-menu .current-menu-ancestor {
	padding-left: 25px;
}

.parent-sidebar-menu .current-menu-ancestor a {
    color: #1f1f1f;
    display: flex;
    align-items: center;
    height: 40px;
    -webkit-box-align: center;
    padding-left: 40px;
}

.parent-sidebar-menu .current-menu-ancestor > a {
	font-weight: 600;
    padding-left: 25px;
}

.parent-sidebar-menu .current-menu-ancestor a:hover {
    text-decoration: none;
}

.child-sidebar-menu .menu-item {
	font-size: 15px;
	border-left: 3px solid transparent;
}

.child-sidebar-menu .current_page_item {
	font-weight: 600;
}





/*---------------------------------------page-styles---------------------------------------------------*/
#page-main-content {
    float: left;
}
#page-main-content > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 790px;
}


@media (max-width: 980px) {
    #page-side-menu {
        width: 0 !important;
    }

    #page-main-content {
        width: 100% !important;
    }
    

}


/*----------------------------------------------------icon-btn-group----------------------------------------*/
#icons-menu-block .fl-row-content-wrap {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

#icons-menu-block .fl-icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#icons-menu-block .fl-icon-text {
    padding-left: 0;
    text-align: center;
    padding-top: 5px;
}

#icons-menu-block .icon-btn {
    height: 120px;
}

@media (max-width: 760px) {
    #icons-menu-block .fl-col-group {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    
    #icons-menu-block .fl-col-group::before {
        position: absolute;
    }
} 

@media (max-width: 360px) {
    #icons-menu-block .fl-col-group {
        grid-template-columns: auto auto;
    }
    
} 

/*------------------------------------------------events------------------------------------------------*/

#vidburdir dt {
    display: none;
}

#vidburdir .simcal-events-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#vidburdir .simcal-day {
    margin:1vw;
}

#vidburdir .simcal-events {
    max-width: 330px;
}

/*meta evt*/
#vidburdir .simcal-event-details p:nth-child(1)  {
    position: relative;
    display:-webkit-box;
    display:flex;
    -webkit-box-align:start;
    align-items:flex-start;
    flex-wrap:wrap;-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    line-height: 35px;    
    font-size:14px;
    font-weight:400;
    height: 35px;
    margin-bottom: 28px;
    color: rgba(31,31,31,.7) !important;
    max-width: 300px;
}

/*js-date*/
#vidburdir .simcal-event-start {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-pack:center;
    justify-content:center;
    width:auto;
    height:100%;
    color:#000;
    padding-right:20px;
    min-width:60px;
}

#vidburdir .simcal-event-details {
	overflow: visible !important;
}

/*d*/
#vidburdir .simcal-event-details .event-date-day {
    position:absolute;
    top:0;
    left:0;
    font-family:Martel,serif;
    font-size:2.8571429em;
    -webkit-box-direction: normal;
}

/*m*/
#vidburdir .simcal-event-details .event-date-month, #vidburdir .simcal-event-details .event-date-year {
    height: 50%;
    line-height: 1.1;
    padding-left: 60px;
}

#vidburdir .event-date-time, #vidburdir .simcal-event-start-location {
    height: 50%;
    line-height: 1.1;
    
}

#vidburdir .simcal-event-details > p:nth-child(2) {
    display: inline-block;
}

#vidburdir .simcal-event-details > p:nth-child(3) {
    font-size: 2em;
    display: inline-block;
    margin:0;
}

#vidburdir .simcal-event-details > p:nth-child(1) {
    visibility: collapse;
}

#vidburdir .simcal-event-details p span {
    visibility: visible;
}

@media (max-width: 1000px) {

	#vidburdir .simcal-day:nth-child(10){
    	display: none;
	}
	
}

@media (max-width: 760px) {
    #vidburdir .simcal-events-list-container {
        flex-direction: column;
    }
	
	#vidburdir .simcal-day {
		margin: auto;
	}
	
	#vidburdir .simcal-day:nth-child(8){
    	display: none;
	}
	
}



/*------------------------------------------------calendar------------------------------------------------*/
.simcal-calendar-grid thead tr:nth-child(2) th {
    cursor: default;
}

.simcal-event-bubble .simcal-event-details p {
	font-size: 13px;
}

.simcal-default-calendar .simcal-nav-button.simcal-next:hover {
	margin-right: 0;
}

.simcal-default-calendar .simcal-nav-button.simcal-prev:hover {
	margin-left: 0;
}

#skoladagatal .simcal-nav-button:disabled, #skoladagatal .simcal-nav-button:diabled:hover {
	color: #000
}

#skoladagatal .simcal-nav-button, #skoladagatal .simcal-nav-button:hover, #skoladagatal .simcal-nav-button:focus {
	color: #fff
}

.simcal-calendar-grid {
	position: relative;
	background-color: #fff;
	margin-top: 50px;
}

.simcal-calendar-grid thead tr:nth-child(1) {
    border-radius: 1px !important;
    position: absolute;
	width: 100%;
	text-align: center;
	display: table;
	top: -80px;
	height: 70px;
}


.simcal-calendar-grid thead tr:nth-child(1) h3 {
    font-size: 22px;
    text-transform: capitalize;
}

.simcal-calendar-grid thead tr:nth-child(2) {
	background-color: #d1d1d1;
	color: #5b5b5b;
	text-transform: uppercase;
	font-size: 14px;
	height: 48px;
}

.simcal-default-calendar-grid > table thead th {
	vertical-align: middle;
}

.simcal-default-calendar-grid .simcal-day-void,
.simcal-default-calendar-grid .simcal-day-void:hover,
.simcal-default-calendar-grid .simcal-day.simcal-day-void:hover {
	background-color: transparent !important;
}

table.simcal-calendar-grid .simcal-events,
.simcal-default-calendar-grid .simcal-events > .simcal-event:hover {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
}

#skoladagatal .simcal-events>.simcal-event {
    padding: 0!important;
}

#skoladagatal .simcal-event-details .simcal-event-title {
    font-size: 14px !important;
}

#skoladagatal .simcal-event-details {
    padding: 0 !important;
}

table.simcal-calendar-grid .simcal-events {
	padding-left: 6px; /*15px*/
	padding-right: 6px;
}

table.simcal-calendar-grid .simcal-day-number {
	font-size: 24px;
	text-align: right;
	background-color: transparent !important;
	padding-top: 10px;
	padding-right: 10px;
}

table.simcal-calendar-grid .simcal-day-has-events .simcal-day-number,
table.simcal-calendar-grid .simcal-day-number {
	color: #5b5b5b !important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover .simcal-day-number {
	color: #fff !important;
}

.qtip.simcal-default-calendar .simcal-event-start {
	font-size: 14px;
	text-transform: uppercase;
}


.qtip.simcal-default-calendar .simcal-event-title {
	font-size: 17px;
	margin-top: 10px;
}

.qtip-content {
	padding: 5px 9px;
	text-align: left;
	word-wrap: break-word;
	box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.05);
}

.qtip.simcal-default-calendar {
	border-radius: 6px;
	border-top: 6px solid;
}

#skoladagatal .simcal-day + #skoladagatal .simcal-day-void {
    border-left: solid 1px #d1d1d1;
}

#skoladagatal .simcal-calendar-grid tr .simcal-week-day {
    border-top: 1px solid rgba(0,0,0,.1) !important;
} 

#skoladagatal .simcal-calendar-grid tr .simcal-week-day-0 {
    border-left: 1px solid rgba(0,0,0,.1);
}

.simcal-default-calendar .simcal-present div:nth-child(1) {
	border: 0 !important;
}

/*-----------------matedill vika----------*/
#matsedill-container {
    display: flex;
    justify-content: center;
}

#matsedill-container > div {
    /*background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url('/wp-content/themes/astra-child/fonts/dinner.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;*/
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.04);
    width: 80%;
}

.simcal-calendar > p.simcal-align-right {
    display: none;
}



#calendar_tabs_matsedill .simcal-day-label:hover,
#calendar_tabs_matsedill .simcal-day-label.active {
	cursor: pointer;
}

#calendar_tabs_matsedill .simcal-day-label:hover > span,
#calendar_tabs_matsedill .simcal-day-label.active > span {
	color: #ffffff !important;
}

#calendar_tabs_matsedill .simcal-day-label + dd {
	opacity: 0;
	z-index: 3;
	transition: all 1s;
	overflow: hidden;
	height: 0;
	color: transparent;
	top: 320px;
	position: absolute;
	background-color: transparent;
	width: 100%;
	text-align: left;
	-moz-text-align-last: left;
	-webkit-text-align-last: left; /* not implemented yet, and will not be */
	text-align-last: left; /* IE */
}

#calendar_tabs_matsedill .simcal-day-label.active + dd {
	opacity: 1;
	top: 120px;
	height: 107px;
	border-radius: 1px;
	color: #ffffff;
	overflow: visible;
	display: none;
}

#calendar_tabs_matsedill .old_event {
	pointer-events: none;
}

#calendar_tabs_matsedill .old_event > span {
	color: #cccccc !important;
	border-color: #cccccc !important;
}

#calendar_tabs_matsedill .simcal-calendar-list {
	min-height: 100px;
}

.fl-node-5a95ceccca1d4 > .fl-col-content {
	padding-bottom: 0 !important;
}

#calendar_tabs_matsedill .current > span {
	background-color: #ffffff !important;
}

#calendar_tabs_matsedill .blue,
#calendar_tabs_matsedill .dark-blue {
	content: '';
	display: block;
	min-height: 50px;
	border-radius: 1px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	box-shadow: 0px 5px 30px 10px rgba(0,0,0,0.08)
}

#calendar_tabs_matsedill .blue {
	width: 90%;
	min-height: 50px;
	top: 30px;
	z-index: 2;
	transition: all 1s;
}

#calendar_tabs_matsedill .dark-blue.new {
	top: 100px;
}

#calendar_tabs_matsedill .dark-blue {
	min-height: 50px;
	z-index: 2;
	width: 82%;
	top: 0%;
	transition: all 0.4s;
}

#calendar_tabs_matsedill .light-blue {
	display: block;
	transition: all 1s;
	top: 60px;
	min-height: 107px;
	position: absolute;
	width: 100%;
	z-index: 3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #ffffff;
	overflow: visible;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.light-blue.off {
	top: 500px !important;
	transition: all 5s;
}

#calendar_tabs_matsedill .simcal-default-calendar-list.off:after {
	width: 100%;
	top: 120px;
}

#calendar_tabs_matsedill .simcal-default-calendar-list.off:before {
	width: 90%;
	top: 100px;
}

#calendar_tabs_matsedill .left_data {
	float: left;
	padding: 25px 20px 20px;
	font-size: 38px;
	line-height: 0.7;
	color: #fff;
}

#calendar_tabs_matsedill .left_data > span {
	font-size: 18px;
	line-height: 1.5;
}

#calendar_tabs_matsedill .simcal-day-label.active .left_data:after {
	content: '.';
}

#calendar_tabs_matsedill .simcal-event-details {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}

#calendar_tabs_matsedill .simcal-events {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
}

#calendar_tabs_matsedill .simcal-calendar-head {
	display: none;
}

#calendar_tabs_matsedill .simcal-event-details p {
	margin-bottom: 0 !important;
	text-align: center;
	
}

.home .fl-page-content .fl-post-feed a:hover,
.home .fl-page-content .fl-post-grid a:hover,
#calendar_tabs .simcal-day-has-events.active > .slider_calendar > .simcal-event-title {
	color: #ffffff !important;
}

.simcal-event-bubble .simcal-event-details p {
	font-size: 13px;
}

#calendar_tabs .simcal-day-has-events.active .right_calendar_block {
	opacity: 1;
	transition: all 1.5s;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void,
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover,
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day.simcal-day-void:hover {
	background-color: transparent !important;
}


.simcal-default-calendar-list dt.simcal-day-label>span {
    display: inline-block;
    padding: 4px 8px;
}

.simcal-default-calendar-list dt.simcal-day-label {
    font-size: .9em;
    list-style: none;
    margin: 20px 0 10px;
}

#calendar_tabs_matsedill .simcal-day-label {
	border-bottom: none !important;
	display: inline-block;
	position: relative;
	z-index: 3;
}

#calendar_tabs_matsedill .simcal-events-list-container ~ div {
	min-height: 167px;
	display: block;
	position: relative;
}

#calendar_tabs_matsedill .simcal-default-calendar-list {
	padding: 0;
}

#calendar_tabs_matsedill .simcal-events-list-container {
	text-align: justify;
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify; /* not implemented yet, and will not be */
	text-align-last: justify; /* IE */
	display: flex;
	justify-content: space-between;
}

#calendar_tabs_matsedill .simcal-events-list-container > p {
	text-align: left;
	-moz-text-align-last: left;
	-webkit-text-align-last: left; /* not implemented yet, and will not be */
	text-align-last: left; /* IE */
}

#calendar_tabs_matsedill .simcal-day-label > span {
	color: #ffffff;
	border-radius: 1px;
	color: #5b5b5b !important;
	border: 1px solid #5b5b5b;
	font-size: 15px;
	min-width: 90px;
	text-align: center;
	-moz-text-align-last: center;
	-webkit-text-align-last: center; /* not implemented yet, and will not be */
	text-align-last: center; /* IE */
	transition: all 0.3s;
	text-transform: lowercase;
	background-color: #ffffff !important;
}

#calendar_tabs_matsedill .light-blue {
    display: block;
    transition: all 1s;
    top: 60px;
    min-height: 107px;
    position: absolute;
    width: 100%;
    z-index: 3;
    border-radius: 1px;
    color: #ffffff;
    overflow: visible;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 5px 30px 10px rgba(0,0,0,0.08)
}


.to-page-btn {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

#calendar_tabs_matsedill .simcal-align-right{
    display: none;
}

#calendar_tabs_matsedill dl {
    margin-bottom: 15px;
}

@media screen and (max-width: 470px){
    #calendar_tabs_matsedill .simcal-events-list-container {
        /* transform: scaleX(1.1); */
        display: inline-block;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        max-width: 100%;
    }
}


/*  ------------------------------------------------------------ COLORS------------------------------------------------*/

#skoladagatal .simcal-default-calendar .simcal-present {
    border: solid 2px var(--color1);
    
}

.simcal-calendar-head tr:nth-child(1), .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover{
	background-color: var(--color1) !important; 
}

.qtip.simcal-default-calendar {
	border-color: var(--color4);
}


table.simcal-calendar-grid .simcal-events {
	color: var(--color1);
}

.simcal-default-calendar-grid .simcal-events > .simcal-event:hover {
	color: #fff;
}

.simcal-calendar-grid thead tr:nth-child(1) h3 {
	color: #fff;
}

.arrowlink a, .arrowlink span {
    color: var(--color4) !important;
}

.bullet-color ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--color2); /* Change the color */
}

.summary a:hover {
    color: var(--color1);
}

.parent-menu-item:nth-child(odd):hover, .parent-item:nth-child(odd):hover {
	background-color: var(--color1Fade);
}

.parent-menu-item:nth-child(odd) .sub-menu .menu-item:not(.menu-item-has-children):hover {
	border-left: 3px solid var(--color1);
}

.parent-menu-item:nth-child(odd) ul.sub-menu {
	border-color: var(--color1) !important;
}

.parent-menu-item:nth-child(even):hover, .parent-item:nth-child(even):hover {
	background-color: var(--color2Fade);
}

.parent-menu-item:nth-child(even) .menu-item:hover {
	border-left: 3px solid var(--color2);
}

.parent-menu-item:nth-child(even) ul.sub-menu {
	border-color: var(--color2) !important;
}

#vidburdir .simcal-event-details >p:first-child {
    color: var(--color1);
}

.link a, .icon-btn .fl-icon-wrap a{
	color: var(--color1) !important;
}

.btn-color .fl-button, button.btn-square, .fl-button {
    background-color: var(--color1) !important;
    color: #fff;
    border: none !important;
}

.child-sidebar-menu .menu-item:hover {
	border-left: 3px solid var(--color3);
}


.parent-sidebar-menu .current-menu-ancestor > a {
	border-left: 3px solid var(--color4);
}

.fl-separator {
    border-top: 2px solid var(--color2) !important;
}

.fl-tabs .fl-tabs-label.fl-tab-active {
	color: var(--color1);
}

.felligluggi .fl-accordion-button-icon {
    color: var(--color2);
}

.felligluggi .fl-accordion-item-active .fl-accordion-button-label {
    color: var(--color1) !important;
}

.site-footer a, .site-footer a:hover, .site-footer a:focus, .site-content a, h2 a, .site-content h2 a:hover, .site-content h2 a:focus {
    color: var(--color1);
}

#calendar_tabs_matsedill .simcal-default-calendar-list:before, #calendar_tabs_matsedill .dark-blue {
    background-color: var(--dark);
}

#calendar_tabs_matsedill .simcal-default-calendar-list:after, #calendar_tabs_matsedill .simcal-default-calendar-list.off:before, #calendar_tabs_matsedill .blue {
    background-color: var(--middle);
}

#calendar_tabs .simcal-default-calendar-list .simcal-day-label, #calendar_tabs .simcal-default-calendar-list .simcal-day-has-events a:hover, #calendar_tabs .simcal-default-calendar-list .simcal-day-has-events:hover, #calendar_tabs .simcal-default-calendar-list .simcal-day-has-events.active, .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover, .simcal-calendar-grid thead tr:nth-child(1), #calendar_tabs_matsedill .simcal-day-label:hover > span, #calendar_tabs_matsedill .simcal-day-label.active > span {
    background-color: var(--light) !important;
    border-color: var(--light) !important;
    
}

#matsedill_page .fl-col-content .fl-col-group-custom-width, body:not(.fl-builder) button:not(.simcal-nav-button), button.print, input[type=button], input[type=submit], .wpmm_mobile_menu_btn, .recent_post_home > .fl-col-content, .recent_post_home .fl-post-feed-post, #calendar_tabs .simcal-default-calendar-list dt.simcal-day-label > span, .touch .Revealer .Revealer-layer:first-child, #calendar_tabs_matsedill .simcal-day-label.active + dd, #calendar_tabs_matsedill .simcal-default-calendar-list.off:after, .gform_wrapper .percentbar_blue, #calendar_tabs_matsedill .light-blue {
    background-color: var(--light) !important;
    
}

