/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 300;
  color: #000000;
}
body {
  color: #545051;
  font-weight: 300;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }


@font-face {
  font-family: 'frestyPersonalUseOnly';
  src: url("../fonts/frestyPersonalUseOnly.ttf"); }



/*=========================
  Header-top START
===========================*/
.header-menu-area {
	text-align: right;
}
.logo-area img {
	margin-top: 10px;
}
.top-text a {
	margin-left: 10px;
}
/*=========================
  Header-top END
===========================*/

.header-top-area {
  background: #000000;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu li {
	display: inline-block;
	padding: 0px 5px;
	position: relative;
}
.main-menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 16px;
	display: block;
	transition: .4s;
	margin-right: -2px;
}
.main-menu li a:hover {
	background: #F6E6DA;
	color: #000;
}
.main-menu li:after {
  position: absolute;
  left: -3px;
  top: 50%;
  width: 2px;
  height: 60%;
  content: "";
  background: #fff;
  margin-top: -10px;
}
.top-text a {
	margin-left: 10px;
}
.top-text {
	margin-right: 16px;
	margin-top: 10px;
}
.ex {
	color: #000;
	background: #F0EBE1;
	padding: 2px 12px;
	font-weight: 700;
	border-radius: 6px;
}
.ex1 {
	color: #fff;
	margin-right: -10px;
	text-decoration: underline;
}



.li-ex::after {
	background: none !important;
}

/*=========================
  body area START
===========================*/
.body-area {
	background-image: url(../img/LauraPalmerSluggerFlatWide.jpg);
	background-size: cover;
}
/*=========================
  body area START
===========================*/
.body-area-template {
	background-size: cover;
	background-color: #EBE2DD;
}
.body-texts h1 {
	color: #D22617;
	font-weight: 600;
	font-size: 42px;
	margin-bottom: 0;
	font-family: 'frestyPersonalUseOnly';
}
.btn-music-card {
}

 .laura-img {
    display: none;
}   
.body-texts h2 {
	text-transform: uppercase;
	font-weight: 700;
}
.body-texts img {
    width: 100%;
}
.body-single {
	border-bottom: 10px solid #D22617;
	border-top: 10px solid #D22617;
	margin-top: 20px;
	margin-bottom: 20px;
}
.body-single img {
	margin-bottom: 10px;
}
.body-texts {
	margin-top: 30px;
	margin-bottom: 30px;
}

.see-us-live-content {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  transition: .5s;
}
.see-us-live-content h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: -4px;
}
.see-us-live {
  background: #000;
}
.see-us-live-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.see-us-live-content:hover {
	background: #797979;
	opacity: 9;
}

.main-menu ul li.active a {
	background: #F6E6DA;
	color: #000;
}

/*=========================
  body area END
===========================*/






/*=========================
  images area START
===========================*/
.images-area {
	padding: 40px 0;
}
.pic img {
	width: 100%;
}
.Buy-Records-area {
	padding: 10px 0;
	background: #F0EBE1;
	border-top: 20px solid red;
}
.Buy-Record h3 {
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 0;
	font-family: 'frestyPersonalUseOnly';
	color: #D22617;
}
.Buy-Record img {
	width: 100%;
}
.footer p {
	margin-bottom: 0;
}
.footer {
	text-align: center;
	padding: 10px 0;
	padding-bottom: 0;
	font-size: small;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*=========================
  images area END
===========================*/



a.see1 {
  font-weight: 400;
}











.mfp-figure img {
	width: 1000px;
	max-width: 1000px;
}
.row.pop-up-lists {
	margin-bottom: 20px;
	margin-top: 20px;
}

#parent {
  font-size: 14px;
  line-height: 1.5;
}

#parent p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#parent p {
    min-height: 42px !important;
}

#parent a.collapsed:after  {
    content: 'Read More';
}

#parent a:not(.collapsed):after {
    content: 'Read Less';
}
