/*
Theme Name: Blubrry Theme
Text Domain: blubrry-bootstrap4
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{
  min-height: 100%;
  position: relative;
}

body {
  -webkit-font-smoothing: auto;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  min-height: 100%;
  margin-bottom: 300px;   /*to account for footer at the bottom*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
a:hover{
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

li{
  color: #444444;
  font-weight: lighter;
}


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

h1 {
  font-size: 35px;
  color: #1976d2;
  margin-top: 20px;
  font-weight: bold;
}
h2 {
  font-size: 30px;
  padding-bottom: 0.3em;
  line-height: 1.25;
  color: #444444;
  font-weight: bold;
}
h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  font-size: 18px;
  color: #444444;
  font-weight: lighter;
}

h3.widget-title {
  font-size: 1.6rem;
  margin-bottom: 15px !important;
}
.page-header{
  margin-bottom: 30px;
  border-bottom: 1px solid #eaecef;

}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  /*background: #fff;*/
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #B347A3 ;
  /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);*/
  /*padding: .74rem 1rem;*/
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  /*line-height: 1.6;*/
  font-size: 5rem;
  color: #ffffff;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ffffff;
  font-size: 1rem;
  font-family: Roboto Light, Arial, Helvetica, sans-serif;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  text-decoration: underline;
  /*font-weight: 400;*/
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-block;
  padding: 0.875rem 0.875rem;
  text-decoration: none;

}

/*.post-navigation, .post-navigation .nav-previous a:hover,*/
/*.post-navigation .nav-next a:hover {*/
/*  background: #eee none repeat scroll 0 0;*/
/*}*/

.nav-next i , .nav-previous i{
  background: #1976d2;
  padding: 12px 18px 12px 18px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.5rem;
}

.nav-previous i{
  margin-right: 10px;
  padding-right: 20px;
}

.nav-next i {
  margin-left: 10px;
  padding-left: 20px;
}

#bb-sidebarcontainer, #bb-sidebarcontainer #pagenavcustom, ul#pagenavcustom {
  margin-left: -10px;
  padding-left: 0;
  background-color: #EEEEEE;
  padding: 8px 15px 8px 0;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 20px;
}

ul#pagenavcustom, ul#pagenavcustom a {
  list-style-type: none;
  color: #1976d2;
  font-size: 20px;
  margin-left: 45px;
  font-weight: bold;
  padding-bottom: 10px;
}
ul#pagenavcustom li {
  border-style: solid;
  border-width: 1px;
  border-color: #1976d2;
  margin-bottom: 8px;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
}

ul#pagenavcustom ul{
  list-style-type: none;
  background-color: #444444;
  border-bottom-right-radius: 12px;
}

ul#pagenavcustom ul li{
  padding: 0;
  border: none;
  margin: 0;
  background-color: #444444;
 }
ul#pagenavcustom ul li a {
  color: #ffffff;
  margin-left:  20px;
  font-size: 18px;
  font-weight: lighter;
}

#pagenavcustom .current_page_item > a:after {
  /*content: "\276F";*/
  /*right: 0;*/
  /*margin-left: 60%;*/
  font-weight: bold;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.widget.widget_search {
  background-image: linear-gradient(to right, #B347A3, #1976D2);
  border-radius: 44px;
  color: white;
  padding: 10px 40px 10px 40px;
  margin-bottom: 50px;
}
.widget.widget_search label{
  margin: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

/*--------------------------------------------------------------
## Blubrry Styling for Homepage
--------------------------------------------------------------*/

.blubrry-homepage h1, .blubrry-homepage h2, .blubrry-homepage h3, .blubrry-homepage h4,.blubrry-homepage p, .blubrry-homepage a{
  color: #ffffff;
}
.blubrry-homepage h3{
  font-size: 3rem;
}

.blubrry-homepage h4{
  font-size: 2rem;
}

.blubrry-search .form-control {
  border: solid #ffffff 2px;
  border-radius: 5px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #818A91;
  height: 35px;
}

.bottom-padding{
 padding-bottom: 75px;
}

#directory-search-btn{
  margin-left: -55px;
}

.blubrry-search .blubrry-icon .bicon-magnify{
  color: white;
  margin-left: 10px;
}

.blubrry-search button.btn {
  color: white;
  font-size: 32px;
  margin-left: -10px;
  padding-top: 0;
  margin-top: -3px !important;
  background-color: transparent;

}

.blubrry-header .container{
  max-width: 100%;
}

#page-sub-header h1 {
  max-width: 50%;
  text-align: left;
  font-size: 100px;
  color: #ffffff;
}

.blubrry-page-heading{
  font-size: 5rem;
  font-weight: bold;
  text-align: left;
  margin-left: 10%;
  position: absolute;
  margin-top: 100px;
  line-height: 1;
  /*width: 33%;*/
  /*left: 10%;*/
}

.blubrry-header-background {
  background-image: linear-gradient(to bottom, #B347A3, #1976D2);
}

.blubrry-page-section {
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  /*background-size: cover !important;*/
  width: 100%;
  /*padding-left: 15px;*/
  padding-right: 15px;
  padding-left: 15px;
}

.page-section-0{
  background-image: linear-gradient(to bottom, #B347A3, #1976D2);
  width: 100%;
}

.page-section-1 {
  /*background-image: linear-gradient(to bottom, #B347A3, #1976D2);*/
  background-image: url('inc/assets/images/background_piece.jpg');
  z-index: 1;
  padding: 0;
  background-repeat: repeat-x;
}

.page-section-3 {
  background-color: #003366;
  padding-right: 0;
  /*background-image:url('http://create.blubrry.local/wp-content/themes/blubrry-bootstrap4/inc/assets/images/test2.png');*/

  /*background-image: linear-gradient(to bottom, #003366, #003366)*/
}
.page-section-3 a:hover{
  text-decoration: none;
}

.page-section-3 .blubrry-subheading-text {
  margin-top: 30%;
  margin-bottom: 30%;
}

.page-section-2 {
  background-image: linear-gradient(to bottom, #1976D2, #003366 );
}

.page-section-4 {
  background-image: linear-gradient(to bottom, #003366, #1976D2)
}

.page-section-5 {
  /*background-image: linear-gradient(rgba(25, 118, 210, 0.8),rgba(25, 118, 210, 0.82));*/
  background-image: linear-gradient(to bottom, #1976D2, #1976D2);
  padding-top: 120px;
}


.blubrry-subheading-box{
  margin:0;
  margin-right:auto;
  margin-left: auto;
}

.blubrry-subheading-text{
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
  color: #ffffff;
  padding: 10px 10px 10px 10px ;
  margin-top: 10%;
  margin-bottom: 10%;
  box-sizing: border-box;
}

a.blubrry-subheading-link:hover{
  background-color: white;
  color: #003366;
  padding:13px;
  margin-right: -13px;
  margin-left: -13px;

}

.blubrry-btn, a.blubrry-btn {
  background-color: #B347A3;
  border: 1px solid #B347A3;
  color: #ffffff;
  padding: 4px 20px 4px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 10rem;
  font-size: 1.2rem;
  min-width: 75px;
}

#masthead #blubrry-btn-dashboard, #masthead #blubrry-btn-signin {
  color: #003366;
  white-space: nowrap;
  font-size: 1rem;
}

#masthead #blubrry-btn-signin{
  background-color: #ffffff;
  border: 1px solid #ffffff;

}

#blubrry-btn-dashboard {
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

#blubrry-btn-signup{
  background-color: #B347A3;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1rem;
}

.blubrry-btn-long {
  width: 60%;
}

.blubrry-icon-box h3{
  font-size: 2.7rem;
  line-height: 3rem;
  font-weight: bold;
}

.blubrry-icon-box a.blubrry-learn-more{
  color: #ffffff !important;
  font-size: 14px;
  margin-top: 10px;
}

.blubrry-homepage .blubrry-icon-box a:hover{
  decoration: none;
}

.blubrry-homepage .blubrry-icon {
  color: white;
  font-size: 12rem;
}
.blubrry-homepage .bicon-pie .path1:before{
  color:#ffffff;
}

.blubrry-post{
  border-radius: 10rem 0px 0px 10rem;
  width: 80%;
  margin: 0;
  margin-left: 20%;
  height: 200px;
}


#blubrry-post1{
  background-image: linear-gradient(to right, #1976D2, #ADDA12,#ADDA12);
}
#blubrry-post2{
  background-image: linear-gradient(to right,#B347A3,#1976D2);

}

#blubrry-post3{
  background-image: linear-gradient(to right, #FB8C00, #AE3582,#AE3582);
}

#blubrry-post-more{
  background-image: linear-gradient(to right, #FFEB00, #ADDA12);
  border-radius: 10rem 0px 0px 10rem;
  width: 200px;
  margin: 0;
  margin-left: auto;
}

.blubrry-post-thumbnail img{
  margin: 8px 8px 8px 0px;
  border-radius: 10rem 0px 0px 10rem;
  height: 184px;
  width: 300px;
  float: left;
  /*overflow: hidden;*/
  /*position: relative;*/
  /*margin-right: 15%;*/
  /*object-fit: cover;*/
}


.blubrry-post p{
  text-align: left;
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  /*white-space: nowrap;*/
  max-height: 90px;
}

.blubrry-post h4{
  text-align: left;
  font-size: 3rem;
  margin-top: 20px;
  line-height: 4rem;
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blubrry-footer{
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 100;
  padding-top: 25px;
  background-image: linear-gradient(to bottom, #1976D2, #B347A3);
  height: 300px;
}
.blubrry-footer li, .site-info{
  color: white;
  font-size: 14px;
}

.blubrry-footer .site-info{
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.blubrry-footer .fab{
  font-size: 2.8rem;
  color: white;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.blubrry-footer-icons {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.space-divider{
  margin-top: 100px;
}

.blubrry-full-img{
  float: right;
  height: auto;
  width: auto;
  margin-top: -2px;
}

.navbar-nav.mr-auto {

  margin-left: auto;
  margin-right: 40px !important;
  margin-top: 10px;
}

#masthead .loggedin a, #masthead .loggedout a {
  color: white;

}

.d-xl-none #masthead .loggedin a, .d-xl-none #masthead .loggedout a {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}

.divider{
  border-top: 1px solid #ffffff;
}

.circle-icon.blubrry-icon, .circle-icon {
  background: #ffffff;
  padding:6px;
  border-radius: 50%;
  color: #B347A3;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-account .circle-icon{
  padding: 2px;
  margin-top: -1px;
}


.navbar-account .circle-icon :focus, .nav-item img.circle-icon:active, .nav-item img.circle-icon:focus, .nav-item img.circle-icon:focus-within, .nav-item img.circle-icon:hover
{
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

.navbar-account i {
  /*font-size: 1.5rem;*/
  margin-left: -6px;
  margin-right: 10px;
  color: #ffffff;
}
.navbar-account{
  cursor: pointer;
}
.account-popover li:hover{
  background-color: #eeeeee;
  color: red;
}

.account-btn{
  padding: 0;

}

 .popover {
margin-top: 15px;
}

.account-popover li {
  padding: 5px;
}

i.circle-icon.blubrry-icon.bicon-linkedin {
  border-radius: 10%;
}

.blubrry-icon.bicon-menu{
  color: #ffffff;
  font-size: 36px;
}

#blogpost-more-icon{
  color: #003366;
  margin-left: 10px;
}

.bb-chevron  i.fas.fa-chevron-right {
  margin-top: 70px;
  font-size: 3rem;
  color: white;
}

.navbar-toggler{
  border: 0;
}

.nav-item img.circle-icon:active , .nav-item img.circle-icon:focus , .nav-item img.circle-icon:focus-within , .nav-item img.circle-icon:hover{
  outline-color: white;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }

}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  h1.blubrry-page-heading {
    font-size: 4rem;
    margin-top: 100px;
    margin-left: 0;
    width: 100px;
  }


  .blubrry-post.row{
    height: 100px;
    margin-left: 10%;
    width: 90%;
  }

  .blubrry-post p {
    max-height: 45px;
  }


  .blubrry-post-thumbnail img{
    height: 84px;
    margin-left: -8px;
  }

  .blubrry-post-thumbnail.col-3{
    padding-right: 0;
  }

  .blubrry-post h4{
    font-size: 1.5rem;
    margin: 0;
  }

  .bb-chevron  i.fas.fa-chevron-right {
    margin-top: 35px;
    font-size: 2.4rem;
  }

  #blubrry-post-more{
    height: 100px;
    width: 35%;
  }

  #blubrry-post-more .blubrry-icon {
    font-size: 8rem;
  }

  .blubrry-post-content{
    padding-left: 0;
    padding-right: 0;
  }

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  h1.blubrry-page-heading {
    font-size: 3.7rem;
    margin-top: 8%;
    margin-left: 0;
    width: 100px;
  }

  .blubrry-icon-box h3{
    font-size: 2rem;
  }


  .blubrry-homepage .blubrry-icon {
    font-size: 9rem;
  }

   .blubrry-footer{
     text-align: center;
   }
}



