/*
Theme Name: SEGGER Casestudies Child
Description: Child Theme by SEGGER
Author: SEGGER
Author URI: https://www.segger.com/
Template: simone
Version: 1.0.0
Text Domain: casestudies-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Main Menu
        5.3 - Social Menu
        5.4 - Paging Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Header
10.0 - Widgets
11.0 - Content
	11.1 - Posts and pages
        11.2 - Index and Archives
	11.3 - Asides
        11.4 - Image Attachments
	11.5 - Comments
        11.6 - Author Box
12.0 - Infinite scroll
13.0 - Media
14.0 - Footer
--------------------------------------------------------------*/
:root {
/*    background: #002c50; hsla(207, 100%, 17%, 0.9); hsla(214, 64%, 37%, 0.8); */
  --bluealt: hsla(210, 100%, 33%, 0.8); /* alternative blue transparent */
  --blueals: hsla(210, 100%, 33%, 1.0); /* alternative blue solid */
  --spotcolor: #08f; /* spotcolor light blue */
}



/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-size: 18px;
    font-size: 1.8rem;
    //font-family: Arial, Helvetica, sans-serif;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #404040;
    color: hsl(0, 0%, 25%);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: 'NettoLight', sans-serif;
    color: #000;
    color: hsl(0, 0%, 0%);
    -ms-word-break: break-word;
    word-break: break-word;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    border: 1px solid #ccc;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    text-decoration: none;	
    color: var(--blueals);
    /*color: hsl(0, 0%, 0%);  */  
    font-weight: bold;
}

a:visited {
    color: var(--blueals);
  //  color: hsl(0, 0%, 20%);
}
/*--------------------------------------------------------------
5.2 Main Menu
--------------------------------------------------------------*/
.main-navigation {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: var(--blueals);
		/*#002c50;*/
   /* background: hsla(207, 100%, 20%, 0.7);*/
}

.main-navigation a {
    display: block;
    padding: 1.3em 1em;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 1.3em;
    color: #fff;
   color: hsl(360, 100%, 100%);
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
/*    background: #436B8F;*/
    background: var(--blueals);
}

.main-navigation li:hover > a,
.main-navigation li > a:focus {
    color: #fff;
    /*color: hsl(0, 0%, 100%);*/
	background: var(--blueals);
   /* background: #436B8F;*/
   /* background: hsl(61, 100%, 48%);*/
}

.main-navigation .current_page_ancestor {
	background: var(--blueals);
   /* background: #436B8F;*/
}

@media screen and (max-width: 600px) {
    .menu-toggle a:hover,
    .menu-toggle a:focus {
		background: var(--blueals);
   	/* background: #436B8F;*/

    }

    .main-navigation li:hover > a,
    .main-navigation li > a:focus {
	background: var(--blueals);
   /* background: #436B8F;*/
   /*     background: hsl(0, 0%, 19%);*/
    }

    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover,
    .main-navigation ul a:focus,
    .main-navigation ul ul a:focus{
		background: var(--blueals);
   /* background: #436B8F;*/
    }

    .main-navigation .current_page_item > a,
    .main-navigation .current_page_item > a:hover,
    .main-navigation .current_page_item li:hover,
    .main-navigation .current_page_item > a:focus,
    .main-navigation .current_page_item li:focus,
    .main-navigation .current_page_parent .current_page_item > a  {
        color: #fff;
        color: hsl(0, 0%, 100%);
		background: var(--blueals);
   /* background: #436B8F;*/
 
    }

} /* End responsive menu */
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
img.alignright {
  margin-right: 0;
}
img.alignleft {
  margin-left: 0;
}

/*--------------------------------------------------------------
9.0 Header
--------------------------------------------------------------*/

.site-branding {
/*    padding: 0 0;*/
    text-align: center;
    background: #0587BF;
    background: hsl(198, 95%, 38%);
    padding-top: 0px;
    padding-bottom: 300px;
}
/*
.title-box {
    width: 600px;
    max-width: 75%;
    padding: 4rem;
    margin: 0 auto;
    border: solid 1px #fff;
    border: solid 1px hsla(0, 0%, 100%, .3);
}
*/
.title-box {
    width: 100%;
    max-width: 100%;
    border-top: solid 1px #fff;
    border-top: solid 1px hsla(0, 0%, 100%, 1.0);
    border-bottom: solid 1px #fff;
    border-bottom: solid 1px hsla(0, 0%, 100%, 1.0);
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: center;

}

.site-title {
    font-weight: 600;
    font-size: 40px;
    font-size: 4.5rem;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 1rem;
     margin-top: 5px;
     white-space: nowrap;
}

.site-description {
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
}

.site-branding a { text-decoration: none; }

.site-title a,
.site-description { 
    color: #fff;
    color: hsl(0, 0%, 100%);
}

.header-image img {
    display: block;
    margin: 0 auto;
}

.header-background-image {
    background: no-repeat left;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
}

.header-background-image .title-box {
/*    background: #002c50;*/
    background: /*var(--bluealt)*/ none repeat scroll 0 0;
}


.title-box-bg {
/*    background: #002c50; hsla(207, 100%, 17%, 0.9); hsla(214, 64%, 37%, 0.8); */
    background: var(--bluealt) none repeat scroll 0 0;
        width: 100%;
    max-width: 100%;
    border-top: solid 1px #fff;
    border-top: solid 1px hsla(0, 0%, 100%, 1.0);
    border-bottom: solid 1px #fff;
    border-bottom: solid 1px hsla(0, 0%, 100%, 1.0);
    padding-bottom: 20px;
    padding-top: 20px;
}



/* Header responsive */
@media screen and (max-width: 1100px) {
    
    .header-logo{ display: none!important}

}


@media screen and (max-width: 1030px) {
    
    .header-logo{ display: none!important;    margin: 20px auto; top: 0 !important; left: 0 !important;}
    .labIcon{max-width: 110px !important; text-align: left; padding-left: 20px; position: relative }
    .posLabIcon{postition:absolute}
}


@media screen and (max-width: 900px) {
.center-head{ padding-left: 125px;}
    .site-branding { padding: 0; }
    
    .title-box {
        max-width: 100%;
        margin: 0 auto;
        /*padding: 4rem;*/
        border: none;
    }
            .site-title { font-size: 3.5rem !important; text-align: left; padding-left: 20px !important;}
            .site-description {    font-size: 1.5rem !important;  text-align: left; padding-left: 20px; }

            .labIcon{max-width: 110px !important; text-align: left; padding-left: 20px; position: relative; margin-top: -80px !important; }
            .posLabIcon{postition:absolute}
            }

@media screen and (max-width: 399px) {
    .title-box { padding: 2rem !important; }
    .header-logo{ position: relative !important;}
        .site-title { font-size: 2.5rem !important; text-align: left;}
        .site-description {    font-size: 1.5rem !important;}

}


@media screen and (max-width: 360px) {

    .header-logo{ display: none !important;}
    
    .site-title { font-size: 2rem !important; text-align: left;}
}

@media screen and (max-width: 320px){

 .title-dot{
 /* 
    height: 55px !important;
    border-left: 40px solid var(--spotcolor) !important;
    padding: 0 !important;
*/
    }

}

.search-toggle {
    float: right;
    width: 54px;
    height: 55px;
    padding: 12px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
/*.search-toggle:hover,
.search-toggle.active {
	background: var(--blueals);
   /* background: #436B8F;*
    /*background: hsl(0, 0%, 30%);*
}
/*
.search-box {
    padding: 1em;
    background: #436B8F;
    /*background: hsl(0, 0%, 30%);*
}*/

/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 4em;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.widget-title {
    margin-bottom: 1em;    
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: 2px solid #002C50;
    color: #002C50;    
}

.widget a {
    font-weight: 600;
    color: #002C50;

}

.widget_recent_entries li:before { content: "\f036"; color: var(--spotcolor); }

.widget_recent_comments li:before { content: "\f075"; color: var(--spotcolor); }

.widget_archive li:before { content: "\f187"; color: var(--spotcolor); }

.widget:after, .index-box:after {
    border-bottom: 1px solid #ccc;
    display: block;
    margin-top: 1.5em;
    content: "";
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
.entry-title {
    margin: 0 0 2rem;
    font-weight: 300;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.3em;
    color: #2C5B9C;

}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
blockquote cite {
    display: block;
    margin-top: 1em;
    margin-left: 40%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 1.5em;
    text-align: right;
}

/* Meta */
.category-list {
    margin: 1.3em 0 1em;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.category-list a {
    color: #2C5B9C;

}

.category-list a:hover,
.category-list a:focus {
    color: #2C5B9C;
  /*  color: hsl(0, 0%, 0%);*/
}

.entry-meta {
    margin-bottom: 2rem;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-footer {
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
11.2 Index and Archive
--------------------------------------------------------------*/
.taxonomy-description {
    padding-top: 2rem;
    margin: 2rem 0;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    border-top: 1px solid hsl(0, 0%, 75%);
    border-bottom: 1px solid hsl(0, 0%, 75%);
}

/*--------------------------------------------------------------
11.4 Image Attachments
--------------------------------------------------------------*/
.attachment-caption {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
}



/*--------------------------------------------------------------
11.5 Comments
--------------------------------------------------------------*/
.comment-author .fn {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 2rem;
}

.reply {
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
}

.comment-form {
    padding-bottom: 4rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

/*--------------------------------------------------------------
11.6 Author Box
--------------------------------------------------------------*/
.reveal-bio a:hover,
.reveal-bio a:focus {
    text-decoration: none;
    color: #2C5B9C;
   /* color: hsl(0, 0%, 0%);*/
}

.author-meta {
    border-bottom: 16px solid hsl(0, 0%, 95%);
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
}

a.author-link {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    color: hsl(0, 0%, 0%);
}

/*--------------------------------------------------------------
13.0 Media
--------------------------------------------------------------*/
.wp-caption .wp-caption-text,
.gallery-caption {
    padding: 0.8075em 1em;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
    background: #e5e5e5;
    background: hsl(0, 0%, 90%);
}

.single-post-thumbnail {
    background-color: #ffffff;
/*    background-image: url(images/pattern.svg);*/
    background-repeat: repeat;
}

/*--------------------------------------------------------------
14 Footer
--------------------------------------------------------------*/

.site-footer {
	visibility: hidden; 
	padding: 2em;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #fff9f0;

}

.site-info { visibility: hidden; text-align: center; }

/*----------CUSTOMIZED--------------*/

.title-dot{
height: 105px;

    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 300px;
/*
    border-left: 80px solid #d3d800;
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 430px;

    background: url(images/flask-white-110.png) no-repeat;
*/
}

.labIcon{
	height: 110px;
    margin-left: -250px;
    margin-top: -117px;
    position: relative;
    text-align: left;
    width: 100px;
    background: url(/wp-content/themes/casestudies-child/images/Case-Studies_Icon_Big_110x110.png) no-repeat;
}
 /* https://casestudies.segger.com/wp-content/themes/cooking-child/images/flask-white-110-small-3.png */
 /* http://casestudies.segger.com/wp-content/uploads/sites/3/2021/04/Case-Studies_Icon_Big.png  */
.posLabIcon{
      display: inline-block;    
}

span.center-description{
padding-left: 90px

}

.header-logo{
background: url(images/segger-logo-225.png) no-repeat;
width: 225px;
height: 113px;
   position: absolute;
    top: 32px;
    left: 80px;
}

div.center-head{
margin: 0 auto;
}

.bottomlinksleft{
margin: 0 auto;
width: 600px;
}

.bottomlinksleft li {
display: inline;
    float: left;
    padding-left: 20px;
    text-align: left;
    
}
