/*!
 * 
Theme Name:   Icelander Child
Template:     icelander
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */
.site-header-content {display:none;}
.header-widgets-container {background-color: #003865; padding:0;}
.custom-header {
	max-width:1280px;
	margin:auto; padding:0 !important;
}
.custom-header .wp-block-image {margin:0;padding:0;}
.custom-header .left-menu {text-align:center !important;}
.custom-header .right-menu {text-align:center !important;}
.custom-header a, 
	.header-widgets-container a:visited, 
	.header-widgets-container a:focus {
	text-decoration:none;
	color: #efefef !important;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 14px;
	white-space:nowrap;
}
.custom-header a.active {
	color:#3eb1c8 !important;
}

.custom-header a:hover {color:white !important;}
.custom-header .left-menu a {
	margin-right:30px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight:700;
    letter-spacing:1px;
}

.custom-header .right-menu a {
	margin-left:30px;
	font-family: 'Lato', Arial, sans-serif;
    font-weight:700;
    letter-spacing:1px;
}

.header-show-small {display:none;}
@media screen and (max-width: 800px) {
	.header-hide-small {display:none;}
	.header-show-small {display:block;}	
	.header-center-small {margin:auto !important;}
}

/* menu nav start */
.custom-header nav {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;	
	margin:6px auto 0;
 	padding: 6px;
 	background-color: white;
 	color: #767676;
	border-radius:4px;
	border: solid 1px #eee;
	font-family: 'Lato', Arial, sans-serif;
    font-weight:700;
}

.custom-header nav a.active {
    color: #3eb1c8 !important;
}

.active {
    background-color: transparent !important;
}


.custom-header .dropdown ul {
  padding: 8px 0;
}

.custom-header nav a, .custom-header nav a:visited, .custom-header nav a:hover {
    text-decoration:none !important;
}

/* mobile menu fonts and links */
.custom-header nav a,
	.custom-header nav a:visited, 
	.custom-header nav a:focus{
	text-decoration:none;
	color: #767676 !important;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 12px;
	white-space:nowrap;
}
.custom-header nav a:hover {color:#3EB1C8 !important;}
.custom-header nav a.active {color: #3EB1C8 !important;}
.custom-header .left-menu a {margin-right:30px;}
.custom-header .right-menu a {margin-left:30px;}
.wp-block-column {flex-basis: 50%!important;}

/* Hiding The disclosure widget */
.custom-header .dropdown summary {
	list-style: none;
	cursor: pointer;
}
.custom-header .dropdown details li {display:block;}
.custom-header .dropdown summary::-webkit-details-marker {
 	display: none; 
}

@media screen and (min-width: 260px) and (max-width: 600px) {
	.custom-header nav {width:80% !important;}
}

/* IE fix for details tag */
details:not([open]) > .dropdown-wrapper { display: none; }
details[open] > .dropdown-wrapper { display: block;}
/*menu nav end */


/* Begin Footer Code */
.site-info-inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.footer-area-site-info {
    padding: 0;
}
#customFooter {
    font-size:13px;
    line-height:170%;
    text-align:center;
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing:.5px;
    font-weight:400;
}

#colophon {
    font-size:13px !important;
    line-height:170%;
    text-align:center;
    font-family: 'Lato', Arial, sans-serif !important;
    letter-spacing:1px;
    font-weight:400;
}

#block-31 a {text-decoration:none !important;}
#block-31 a:hover {text-decoration:underline !important;}

#customFooter a:hover {text-decoration:underline !important;}


/* End Footer Code */