/*
Theme name: ScoreCloud Dazzling 2022
Version: 2.0
Template: dazzling
Author: Johan Ronström
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,400italic);

@import url("../dazzling/style.css");

.font-weight-bold {
	font-weight: bold;
}

.font-style-italic {
	font-style: italic;
}

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

.full-width {
	width: 100%;
}

.entry-content a.btn {
    margin-bottom: 5px;
}


/* Responsive fonts */

@media all and (max-width: 799px) {
  .entry-content {
  	font-size: 14px !important;
  }

  .entry-content h1 {
  	font-size: 35px !important;
  }
}


/* MENU */

.current-menu-item a {
    opacity: 0.8;
}

.current-menu-item a:hover {
    opacity: 1;
}

/* FONTS AND HEADERS */

.page-header {
    display: none;
}

#content {
	margin-top: 0 !important;
}


body, .entry-content {
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

.entry-content h1 {
  font-weight: 200;
  font-size: 55px;
  text-align: center;
  margin-bottom: 0.5em;
}

.entry-content a {
  text-decoration: underline dotted;
}

.wp-caption-text {
    font-size: 80%;
}

hr {
	margin: 3em 0;
	clear: both;
}

button, input, select, textarea {
    font-size: 80% !important;
}

article header .wp-post-image {
    margin-top: 2em;
}

/* FRONT PAGE SLIDER */

.flex-caption {
  display: none;
}

.flexslider img {
  -moz-user-select: none;
}


/* COLUMNS */

/* centered columns styles */
div.centered-row {
    text-align:center;
}
div.centered-row > div {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/*
.col-lg-0, .col-md-0, .col-xs-0, .col-sm-0 {
  display: none !important;
}
*/

/* WIDGET AREA */

div#secondary {
    margin-top: 3px;
}

.widget .nav-tabs li:last-of-type {
    display: none;
}



/* READ MORE ACCORDION */

.accordion-readmore .panel-heading, .accordion-readmore .panel, .accordion-readmore  .panel-body {
    background: none;
    border: 0 none;
    box-shadow: none;
    padding: 0;
}

.accordion-readmore  .panel-body {
  padding-bottom: 15px 0;
}

.accordion-readmore h4 {
    color: #00828d;
    text-decoration: underline;
}


/* OS SPECIFIC */

div.win-user, div.mac-user, div.mac-user-10_7, div.mobile-user, div.tablet-user, div.unknown-user {
	display: none;
}

.win-user div.win-user, .mac-user div.mac-user, .mac-user-10_7 div.mac-user-10_7, .mobile-user div.mobile-user, .tablet-user div.tablet-user, .unknown-user div.unknown-user {
	display: block;
}


/* RESPONSIVE FACEBOOK LIKE BOX */

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    max-width: 520px !important;
}





/* TABLES */

/* Bootstrap Reset */

table {
  margin-top: 1.5em;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    padding: 15px;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(0,0,0,0.1);
}

th {
	background: #18ABB0;
	color: white;
}

tr {
  background: white;
}

tr:nth-child(odd) {
	background: rgba(0,0,0,0.04);
}

tr.border-top {
    border-top: 1px solid rgba(24, 171, 176, 0.5);
}


/* COMPARISON TABLE */

.comparison td {
  width: 15%;
}

.comparison tr td:first-child {
	background: rgba(24, 171, 176, 0.04);
  width: 40%;
  color: black;
}

.comparison tr:first-child td:first-child {
	background: white;
}


/* PLANS COLUMNS */

.plans h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.plans h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.plans h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 40px 0;
}

.plans p {
  font-size: 17px;
}

@media all and (min-width: 768px) {
  .plans div {
    max-width: 321px;
    padding: 4%;
  }
}

@media all and (max-width: 767px) {
  .plans p {
    text-align: center !important;
  }

  .plans div {
    margin-bottom: 30px;
  }

  .plans h2 {
    margin-bottom: 8px;
  }

  .plans h3 {
    margin-bottom: 12px;
  }
}

/* POST */

.post .oembed-open-spotify-com {
    width: 100%;
    margin: 10px 0 0 0;
}

.post .oembed-open-spotify-com iframe {
    height: 80px;
}


/* POST LISTING */

ul.display-posts-listing {
    list-style: none;
    padding: 0 1em;
    margin-top: 2em;
}

ul.display-posts-listing li.listing-item {
    border: 1px solid #E8E8E8;
    padding: 5px;
    background: #FAFAFA;
    margin-bottom: 5px;
}

ul.display-posts-listing li.listing-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}