/*
THEME NAME: Ampeg Blog 1.6
THEME URI:
DESCRIPTION: Ampeg Blog theme
VERSION: 2024 v1.6
AUTHOR: 
AUTHOR URI:
TAGS: Ampeg theme
*/

@charset "utf-8";

.ampeg-blog img, .ampeg-blog ul, .ampeg-blog li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
img {
  width:100%;
  max-width: 100%;
  height: auto;
}
nav ul, li {
  list-style: none;
}
#hero {
  background-image: url(/blog/images/ampeg-herobg-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  min-height: 260px;
  display:flex;
  flex-direction: column;
  justify-content: end;
}
#hero h1 {
  color:#ffffff;
  font-weight: 700;
  text-align: center;
  font-size: 16rem;
  margin:0!important;
  padding:0!important;
  line-height: 0.78;
}
#homepage #main {
  padding-bottom:4rem;
  padding-top:7rem;
}
#featured-posts {
  padding-bottom:4rem;
}
#latest-header {
  background-image: url(/blog/images/latest-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: auto;
  min-height: 210px;
  display:flex;
  flex-direction: row;
  padding:0 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
#latest-header h3 {
  color:#ffffff;
  font-weight: 700;
  text-align: center;
  font-size: 600%;
  margin:0 0 0 20px!important;
  padding:0!important;
  line-height: 0.78;
}
#latest-header a {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 120%;
  padding: 18px 35px;
  margin: 0 20px 10px 0 !important;
  line-height: 0.78;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
#latest-header a:hover {
  color: #042e66;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
#by-category-header h3, #cat-hero h3, #related-posts-header h3 {
  color:#043b67;
  font-weight: 700;
  text-align: center;
  font-size: 420%;
  margin:0!important;
  padding:0!important;
  line-height: 0.78;
}

#by-category-header {
  margin-top:8rem;
}

#cat-hero {
  margin: 10rem 0 3rem 0;
}

#by-category {
  background-image: url(/blog/images/category-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  min-height: 260px;
  display:flex;
  flex-direction: row;
  justify-content: end;
  padding: 20px 20px;
  flex-wrap: wrap;
  justify-content: left;
}
#by-category a {
  display: flex;
  color: #ffffff;
  border: 1px solid #516f93;
  border-radius: 5px;
  width: 31%;
  height: 20vw;
  max-height: 250px;
  padding: 7rem 20px;
  font-size: 3.3vw;
  font-weight: 700;
  margin: 15px 1.14%;
  background: rgba(20, 20, 20, 0.3);
  align-items: center;
  justify-content: center;

}
#by-category a:hover {
  background: rgba(20, 20, 20, 0.5);
}
@media (max-width: 960px) {#hero {min-height: 200px;}#hero h1 {font-size: 13rem;}}
@media (max-width: 750px) {#hero {min-height: 180px;}#hero h1 {font-size: 11rem;}}
@media (max-width: 620px) {#hero {min-height: 160px;}#hero h1 {font-size: 9rem;}}
@media (max-width: 500px) {#hero {min-height: 120px;}#hero h1 {font-size: 6rem;}}
@media (max-width: 350px) {#hero {min-height: 100px;}#hero h1 {font-size: 5rem;}}


#single-page {
  padding-top:5rem;
  padding-bottom:8rem;
}
#single-page .cat {
  font-weight: 600;
  color:#105486;
  font-size:1.8rem;
  padding:0;
}
#featured-posts .taxonomy-category a {
  font-weight: 600;
  color:#105486;
  font-size:1.8rem;
}

#single-page h2.wp-block-post-title {
  margin-top:1rem;
  margin-bottom:0;
  font-weight: 500;
  font-size: 4rem;
  padding:0;
}
#single-page h5.author {
  margin-top:0.5rem;
  font-weight: 300;
  font-size: 1.7rem;
  padding:0;
}
#single-page figure, div.youtube-player {
  margin-bottom:3rem;
  margin-top:2rem;
}
#single-page p {
  margin-top:2rem;
  padding:0;
}
#single-page p.narrow {
  margin-right:10%!important;
  margin-left:10%!important;
}
#popular-posts {
  padding-bottom:4rem;
}
#popular-posts h4 {
  padding: 0 0 4rem 0;
  background-image: url(/blog/images/side-deco.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
}


.title-popular {
  padding:0;
  margin:7px 0;
  display: block;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
}
.author-popular {
  padding: 0;
  margin: 0.5rem 0;
  margin-bottom: 28px;
  font-size: 1.7rem;
  font-weight: 300;
}

#featured-posts .cat {
  font-weight: 600;
    color: #105486;
    font-size: 1.8rem;
    padding:0;
}
#featured-posts li a.title {
  margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 4rem;
    padding:0;
}
#featured-posts li .author {
  margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.7rem;
    padding:0;
}
#featured-posts a img {
  margin-bottom: 2rem;
}
#featured-posts p {
  margin-bottom: 9rem;
  padding:0;
}
.homepage-2-p > div {
  padding-bottom: 9rem;
}
.homepage-2-p > div:first-child {
  border-bottom:2px dotted #105486;
  margin-bottom:10rem;
}
.homepage-2-p .title {
  margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 4rem;
    padding: 0;
}
#latest-posts, #related-posts {
  margin:6rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#latest-posts h6.cat, #related-posts h6.cat, #popular-posts h6.cat {
  font-weight: 600;
  color: #105486;
  font-size: 1.8rem;
  padding: 0;
  margin-top:1.5rem;
}
.title-latest {
  padding: 0;
  margin: 7px 0;
  display: block;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
}
.author-latest {
  padding: 0;
  margin: 0.5rem 0 5rem 0;
  font-size: 1.7rem;
  font-weight: 300;
}
.error-page h4 {
  text-align: center;
    margin-top: 5rem;
}
.error-page h4 a {
  text-align: center;
    margin-top: 5rem;
    color: #043b67;
    text-decoration: underline;
    font-weight: 500;
}
.error-page {
  padding-top: 10rem;
}

#next-prev-container {
  display: block;
  border:dashed 1px #bbcfe3;
  margin-bottom:12rem;
  border-left:none;
  border-right:none;
}
#next-prev-container a {
  display: flex;
  height: auto;
  width: 50%;
  padding: 5rem;
  font-weight: 700;
  font-size: 4rem;
  color: #043b67;
  font-family: "Barlow", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: -2px;
  align-items: center;
}

#next-prev-container .glyphicon-menu-right {
  text-align: center;
  padding-right: 20%;
  float:right;
  border:dashed 1px #043b67;
  border-left:none;
  border-right:none;
  border-left:dashed 1px #c4d7e9;
  justify-content: right;
}
#next-prev-container .glyphicon-menu-left {
  text-align: center;
  padding-left: 20%;
  float:left;
  border:dashed 1px #043b67;
  border-left:none;
  border-right:none;
  border-right:dashed 1px #c4d7e9;
  justify-content: left;
}

a.glyphicon-menu-left::before {
font-family: 'Glyphicons Halflings';
content: "\e257";
position: absolute;
    margin-top: 0.5%;
    margin-left: -10%;
}
a.glyphicon-menu-left::after {
  content: "";
  }
a.glyphicon-menu-right:after {
content: "\e258";
font-family: 'Glyphicons Halflings';
position: absolute;
    margin-top: 0.5%;
    margin-right: -10%;
}
a.glyphicon-menu-right:before {
  content: "";
  }
#next-prev-container a:hover {
  background-color: #043b67;
  color:#ffffff;
}
#breadcrumbs {
  background-image: url(/blog/images/breadcrumbs-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding:0.7rem 2rem 1.2rem 2rem;
  color:#ffffff;
  font-size: 1.5rem;
}
#breadcrumbs a {
  color:#ffffff;
  border-bottom:1px solid #ffffff;
  font-size: 1.5rem;
}
#related-gears {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding:5rem 3rem;
  background-color:#d9d9d7;
  margin-bottom: 3rem;
}
.gear-container {
  width:20%;
  text-align: center;
  padding:0 2rem;
}
#related-gears-header h3 {
  color:#d9d9d7;
  font-weight: 700;
  text-align: center;
  font-size: 420%;
  margin:0!important;
  padding:0!important;
  line-height: 0.78;
}
.gear-name {
  font-weight: 600;
  color: #105486;
  font-size: 1.8rem;
  padding: 0 15px;
}
#social-media {
  padding: 4rem 3rem 23rem 3rem;
}
.addtoany_shortcode {
  display: flex;
  justify-content: center;
}




/*  youtube videos new way */
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 48px;
  width: 68px;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -24px;
  position: absolute;
  background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
  cursor: pointer;
}

/* customization */
.youtube-player {margin: 0px;}
.videos-new-way-container {width:100%;clear:both;}
.videos-new-way-container > div {padding-top:30px;margin:0;display: flex;flex-wrap: wrap;}
.videos-new-way-container p {padding:0 6px;}
.videos-new-way-container > div > div {padding-bottom:30px;}
@media (max-width: 767px) {
.videos-new-way-container > div > div {padding-bottom:30px;}
.videos-new-way-container {margin-top:30px;}
.videos-new-way-container > div {padding-top:10px;}
}
/* customization ends */

/* youtube videos new way ENDS */

.ampeg-blog #single-page p a, .ampeg-blog #featured-posts p a {
text-decoration: underline!important;
}

#single-page h4 {
  margin-top:3rem;
}

.wp-block-post-featured-image {
  margin-top:2rem;
}








@media (max-width: 767px) {
  
#single-page {
  padding-top:3rem;
  padding-bottom:5rem;
}
#single-page p.narrow {
  margin-right:0%!important;
  margin-left:0%!important;
}
#related-gears-header h3 {
  font-size: 320%;
}
#related-gears {
  padding:3rem 2rem;
}
.gear-container {
  width: 44%;
  padding: 0 0.7rem;
}
.gear-name {
  padding: 0;
}
#social-media {
  padding: 2.3rem 0rem 10rem 0rem;
}
#next-prev-container a {
  font-size: 2rem;
  margin-bottom: 0rem;
  padding: 5rem 30px;
}
#by-category-header h3, #cat-hero h3, #related-posts-header h3 {
  font-size: 320%;
  margin:0!important;
  padding:0!important;
  line-height: 0.78;
}
#latest-posts, #related-posts {
  margin:4rem 0;
}
#by-category {
  min-height: 260px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding: 10px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#by-category a {
  width: 47%;
  padding: 7rem 5px;
    font-size: 6.3vw;
}

#next-prev-container .glyphicon-menu-left {
  padding-left: 35px;
}
#next-prev-container .glyphicon-menu-right {
  padding-right: 35px;
}
a.glyphicon-menu-left::before {
      margin-top: 0.5%;
      margin-left: -25px;
  }
  a.glyphicon-menu-right:after {
      margin-top: 0.5%;
      margin-right: -25px;
  }
  #latest-header h3 {

    text-align: center;
    font-size: 550%;
    margin: 0 0 0 0px !important;
    line-height: 0.78;
}
#latest-header {
  min-height: 85px;
  padding: 0 4.1667%;
}
#latest-header a {
  font-size: 120%;
  padding: 13px 20px;
  margin: 0 0px 5px 0 !important;
}
#cat-hero {
  margin: 6rem 0 2rem 0;
}
#featured-posts p {
  margin-bottom: 6rem;
}
#homepage #main {
  padding-bottom:4rem;
  padding-top:4rem;
}
#featured-posts {
  padding-bottom:2rem;
}
#popular-posts {
  padding-bottom:2rem;
}
}