/*
Theme Name: LinuxGSM
Description: A Child Theme of wp-bootstrap-starter
Template: wp-bootstrap-starter
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Header
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
@import url(../wp-bootstrap-starter/style.css);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"),
    url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-regular.svg#Roboto")
      format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-500.eot"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-500.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-500.woff")
      format("woff"),
    /* Modern Browsers */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-500.svg#Roboto")
      format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-700.woff")
      format("woff"),
    /* Modern Browsers */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("inc/assets/fonts/roboto-v20-latin/roboto-v20-latin-700.svg#Roboto")
      format("svg"); /* Legacy iOS */
}

/* pt-serif-regular - latin */
@font-face {
  font-family: "PT Serif";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("inc/assets/fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("PT Serif"), local("PTSerif-Regular"),
    url("inc/assets/fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("inc/assets/fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("inc/assets/fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */
      url("inc/assets/fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("inc/assets/fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.svg#PTSerif")
      format("svg"); /* Legacy iOS */
}

/* source-code-pro-regular - latin */
@font-face {
  font-family: "Source Code Pro";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("inc/assets/fonts/source-code-pro-v11-latin/source-code-pro-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Code Pro Regular"), local("SourceCodePro-Regular"),
    url("inc/assets/fonts/source-code-pro-v11-latin/source-code-pro-v11-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("inc/assets/fonts/source-code-pro-v11-latin/source-code-pro-v11-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("inc/assets/fonts/source-code-pro-v11-latin/source-code-pro-v11-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */
      url("inc/assets/fonts/source-code-pro-v11-latin/source-code-pro-v11-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("inc/assets/fonts/source-code-pro-v11-latin/source-code-pro-v11-latin-regular.svg#SourceCodePro")
      format("svg"); /* Legacy iOS */
}

/* Light & Dark Variants */
/* light is default & dark to be specified */

.dark {
  color: #fff;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}

.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6 {
  color: #fff;
}

h1 {
  font-family: "pt serif", "georgia";
  font-weight: normal;
  color: unset;
  text-shadow: 1px 1px 0 #000;
}

.dark h1 {
  font-family: "pt serif", "georgia";
  text-shadow: 1px 1px 0 #fff;
}

/* overwrighting parent theme */
@media screen and (min-width: 768px) {
  #page-sub-header h1,
  #sechead h1 {
    font-size: 2rem;
    line-height: 1;
  }
}

/* overwrighting parent theme */
body:not(.theme-preset-active) #page-sub-header h1,
#sechead h1 {
  font-weight: normal;
  font-size: 2rem;
  color: #fff;
}

#page-sub-header h2,
#sechead h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}

#page-sub-header p,
#sechead p {
  font-size: 1rem;
  margin: auto auto 15px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  #page-sub-header p,
  #sechead p {
    max-width: 43rem;
    margin: auto auto 15px;
    color: #fff;
    font-size: 1rem;
  }
}

body:not(.theme-preset-active) #page-sub-header p,
#sechead p {
  font-size: 1rem;
  margin: auto auto 15px;
  color: #fff;
}

a.page-scroller {
  color: #fff;
}
a.page-scroller:hover {
  color: #eee;
}

li {
  list-style-position: inside;
}

.points h3 {
  clear: none;
  color: #fff;
  margin: 0 0 4px 0;
}

.list h3 {
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 15px 8px 15px;
  margin: 10px 0px;
  background: #1b2838;
  color: #fff;
  font-weight: 500;
}

.list.orange h3 {
  background: #f0a656;
}

mark {
  background: #eee;
}

mark .h1 {
  text-shadow: unset;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

body {
  font-size: 16px;
  font-family: Roboto, Arial;
  -webkit-font-smoothing: antialiased;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-left: 5px solid #f0a656;
  background: rgba(120, 138, 174, 0.1);
}

.dark blockquote {
  background: rgba(35, 35, 39, 0.2);
}

code {
  background: #f0a656;
  color: #000;
}

pre {
  background: #788aae;
  border-bottom: 5px solid #f0a656;
  padding: 5px;
  margin: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 3px;
  opacity: 0.9;
  color: #fff;
}

.dark pre {
  background: #232327;
}

a {
  color: #bd7f3a;
}

a,
a:visited,
a:focus {
  text-decoration: none;
}

a:active,
a:hover {
  color: #58585d;
}

.dark a,
.dark a:visited {
  color: #ecc11f;
}

.dark a:active,
.dark a:hover {
  color: #58585d;
  text-decoration: none;
}

ul {
  padding: 0;
}

ul li {
  margin: 2px 0 0 0;
}

.img-border {
  border: 1px solid #e6a859;
  border-left: 5px solid #e6a859;
}

.img-border.dark {
  border: 1px solid #fff;
  border-left: 5px solid #fff;
}

.entry-title > a:hover {
  font-size: 2rem;
  padding: 5px;
  color: #bd7f3a;
}

.entry-title > a {
  font-size: 2rem;
  background: #fff;
  padding: 5px;
  color: #000;
}

.alert {
  border-left: 5px solid black;
}

.alert-danger {
  border-left: 5px solid rgb(255, 70, 66);
}

.alert-danger i {
  color: #ff4642;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  background-color: transparent;
  /*background-image: url('img/linuxgsm-background.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  border: 0;
  border-top: 4px solid #f0a656;
  padding: 0;
  box-shadow: unset;
}

.scrolling-navbar {
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.top-nav-collapse {
  background-color: #667490;
}

.navbar-nav {
  background-color: rgb(21, 21, 24);
}

@media (min-width: 1200px) {
  .navbar-nav {
    background-color: transparent;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1b2838;
  }
}

.navbar-dark .navbar-toggler {
  background-color: rgb(21, 21, 24);
}

#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

header#sechead {
  background-color: #1b2838;
  background-image: url("img/linuxgsm-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding-top: 70px;
}

#sechead nav {
  padding-left: 0;
  padding-right: 0;
}

a.dropdown-item {
  color: #bd7f3a;
}

a.navbar-title {
  color: #fff;
  font-size: 1.3rem;
}

a.navbar-title:visited {
  color: #fff;
}

.navbar-span {
  color: #ecc11f;
}

#masthead .navbar-nav > li > a {
  color: #fff;
  font-size: 1rem;
}

#masthead .navbar-nav > li > a:hover {
  color: #fff;
}

#masthead .navbar-nav > li > a:visited {
  color: #fff;
  font-size: 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  font-size: 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #fff;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:visited {
  color: #fff;
  font-size: 1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #eee;
  color: #585858;
}

/* This is the existing CSS... */
#masthead {
  position: fixed;
  top: 0;
}
/* Here's the new CSS to add... */
.admin-bar #masthead {
  top: 32px;
}

/* Navigation*/
.navbar {
  background-color: transparent;
}
.scrolling-navbar {
  transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.top-nav-collapse {
  background-color: #34456a;
}
footer.page-footer {
  background-color: #34456a;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#page-sub-header {
  color: #fff;
  background-color: #1b2838;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 6rem;
}

/*** laptop ***/

.laptop {
  position: relative;
}

.laptop img {
  display: block;
  width: 100%;
  margin: 0 0 -15px 0;
  z-index: 100;
}

@media (max-width: 750px) {
  .laptop img {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.laptop .terminal {
  position: absolute;
  z-index: 200;
  top: 15%;
  right: 20px;
  min-width: 240px;
  width: 63%;
  opacity: 0.95;
}

/*** Terminal ***/

.terminal {
  border-radius: 6px;
  background: #232327;
}

.terminal .bar {
  border-radius: 6px 6px 0 0;
  background: #f4f4f8;
  overflow: hidden;
  padding: 6px 7px;
}

.terminal .bar div,
.terminal .bar div:before,
.terminal .bar div:after {
  border-radius: 50%;
  background: #cfcfd6;
  content: "";
  width: 8px;
  height: 8px;
}

.terminal .bar div {
  margin-left: 14px;
  position: relative;
}

.terminal .bar div:before {
  position: absolute;
  left: -14px;
}

.terminal .bar div:after {
  position: absolute;
  right: -14px;
}

.terminal .content {
  padding: 6px 7px;
  color: #ababb2;
  min-height: 110px;
  font-size: 0.75rem;
  text-align: left;
  font-family: "Source Code Pro", Courier;
}

@media (max-width: 750px) {
  .terminal .content {
    min-height: 90px;
  }
}

.terminal span {
  color: #58585d;
}

.btn-lgsm {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 25px;
  display: inline-block;
  background: #f0a656;
  border-color: #f0a656;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-lgsm:hover,
.btn-lgsm:focus,
.btn-lgsm:active,
.open .dropdown-toggle.btn-lgsm {
  border-radius: 16px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.btn-lgsm-border {
  color: #000;
  border: 1px solid #000;
  background: none;
}

.btn-lgsm-border:hover,
.btn-lgsm-border:focus,
.btn-lgsm-border:active,
.btn-lgsm-border.active,
.open .dropdown-toggle.btn-lgsm {
  border-radius: 16px;
  color: #000;
}

.btn-lgsm.dark {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 25px;
  display: inline-block;
  background: #f0a656;
  border-color: #f0a656;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-lgsm.dark:hover,
.btn-lgsm.dark:focus,
.btn-lgsm.dark:active,
.open .dropdown-toggle.btn-lgsm {
  border-radius: 16px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.btn-lgsm-border.dark {
  border: 1px solid #fff;
  background: none;
}

.btn-lgsm-border.dark:hover,
.btn-lgsm-border.dark:focus,
.btn-lgsm-border.dark:active,
.btn-lgsm-border.dark.active,
.open .dropdown-toggle.btn-lgsm {
  border-radius: 16px;
}

ul.buttons {
  margin: 0px 0 10px 0;
  padding-inline-start: 0;
}

ul.buttons li {
  display: inline-block;
  margin: 5px 10px;
}

.points {
  margin: 10px 0;
  line-height: 18px;
  text-align: left;
}

.points-icon {
  width: 50px;
  height: 50px;
  float: right;
  font-size: 1.4em;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #fff;
  margin: 8px;
}

@media screen and (max-width: 768px) {
  .points-icon {
    margin-right: 8px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.card ul {
  padding-inline-start: 0;
}

.card h2 h3 h4 h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content.site-content {
  padding-top: 2rem;
}

.feature-box {
  padding: 15px 0 20px 0;
}

.dark {
  background-color: #1b2838;
  background-image: url("img/linuxgsm-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.title-box.blue {
  background: #788aae;
  color: #fff;
}

.title-box.orange {
  background: #f0a656;
  color: #fff;
}

.list {
  margin-right: 10px;
  margin-left: 10px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*** Distro Icons ***/

.ubuntuicon {
  background-image: url("img/ubuntu64.png");
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #ddd;
  padding: 15px;
}

.centosicon {
  background-image: url("img/redhat64.png");
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #ddd;
}

.debianicon {
  background-image: url("img/debian64.png");
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #ddd;
}

.fedoraicon {
  background-image: url("img/fedora64.png");
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #ddd;
}

@media screen and (max-width: 340px) {
  .nav-link {
    padding: 0.5rem 0.8rem;
  }
}

.distro-tab-icon {
  float: left;
  margin: 10px;
  margin-top: 0px;
  color: #fff;
  width: 32px;
  height: 32px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer ul li {
  padding-inline-start: 0;
  list-style-type: none;
}

body:not(.theme-preset-active) footer#colophon {
  background: #1b2838;
  background-image: url("img/linuxgsm-background.jpg");
  color: #fff;
}

body:not(.theme-preset-active) footer h3 {
  color: #fff;
}

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

#carbonads {
  display: flex;
  max-width: 330px;
  background-color: hsl(0, 0%, 98%);
  box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

#carbonads .carbon-wrap {
  display: flex;
}

.carbon-img {
  display: block;
  margin: 0;
  line-height: 1;
}

.carbon-img img {
  display: block;
}

.carbon-text {
  font-size: 13px;
  padding: 10px;
  line-height: 1.5;
  text-align: left;
}

.carbon-poweredby {
  display: block;
  padding: 8px 10px;
  background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 5px,
      hsla(0, 0%, 0%, 0.025) 5px,
      hsla(0, 0%, 0%, 0.025) 10px
    )
    hsla(203, 11%, 95%, 0.4);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 1;
}
