/*
Theme Name: johnotott
Description: johnotott is a custom responsive theme created for John Otott, Pianist & Composer.
Author: Sharon Colombo
Author URI: http://www.colombodesigns.com
Version: 1.0
Tags: single column, two columns, three columns, four columns, custom header, custom footer, valid XHTML, valid CSS
*/

:root {
  --primary-bg-color: #393f5f; /* navy */
  --turquoise-bg-color: #44ace0; /* turqoise */ 
  --grey-bg-color: #838383; /* grey */
  --primary-txt-color: #4c4c4c; /* grey */
  --primary-button-color: #44ace0; /* turqoise */ 
  --primary-link-color: #44ace0; /* turqoise */ 
  --primary-hover-color: #393f5f; /* navy */
  --primary-header-color: #393f5f; /* navy */
  --secondary-header-color: #44ace0; /* turqoise */ 
  --menu-hover-color: #9ea5ce; /* lt blue */
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body 
{
    background-color: var(--primary-bg-color); 
    color: var(--primary-txt-color); 
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    border-top: none;
    line-height: 26px;
}

/* --- LINK STYLES --- */

a, a:link {
  color:  var(--primary-link-color); 
  font-weight: 700;
  text-decoration: none;
}
a:visited {
  color: var(--primary-link-color); 
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: var(--primary-hover-color); 
  font-weight: 700;
  text-decoration: none;
}


/* --- HEADER STYLES ---*/ 

h1, h2, h3, h4, h5, h6 {
  font-style: normal;	
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
}


h1 {
    font-size: 44px;
    line-height: 54px;
	color: var(--primary-header-color); 
}

h2 {
    font-size: 36px;
    line-height: 46px;
	color: var(--secondary-header-color); 
}
.colorblocks h2 {
    font-size: 40px;
    line-height: 48px;
}
h3 {
  font-size: 32px;
  line-height: 42px;
  color: var(--primary-header-color); 
}
h4 {
	font-size:28px;
	line-height:36px;
	color: var(--secondary-header-color);     
}
h4.navy { 	color: var(--primary-header-color); }
h5 {
	font-size:26px;
  line-height: 34px;
}
h6 {
    font-size: 20px;
    line-height: 28px;
}
table tr td, table tr th,
p, ul li, ol li { font-size: 18px; line-height: 26px;}

p.meta {
    padding-bottom: 30px;
}


@media (max-width: 900px) {

h1 {
  font-size: 40px;
  line-height: 50px;
}
h2 {
    font-size: 32px;
    line-height: 42px;
}
.colorblocks h2 {
    font-size: 32px;
    line-height: 38px;
}
h3 {
	font-size:28px;
  line-height: 34px;
}

h4 {
	font-size:24px;
  line-height: 32px;
}

h5 {
	font-size:20px;
  line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 26px;
}
table tr td, table tr th,
.prevnextwrapper,
p, ul li, ol li { font-size: 16px; line-height: 24px;}
}



/* tablet width */
@media (max-width: 768px) {

h1 {
  font-size: 36px;
  line-height: 44px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
.colorblocks h2 {
    font-size: 26px;
    line-height: 32px;
}
h3 {
	font-size:26px;
  line-height: 32px;
}

h4 {
	font-size:20px;
  line-height: 26px;
}

h5 {
	font-size:18px;
  line-height: 26px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}
.prevnextwrapper,
p, ul li, ol li { font-size: 15px; line-height: 22px;}
}
.turquoise h1, .turquoise h2, .turquoise h3, .turquoise h4, .turquoise h5, .turquoise h6, .turquoise p, .turquoise ol li, .turquoise ul li, .turquoise .testimonial { color: #ffffff; }
.navy h1, .navy h2, .navy h3, .navy h4, .navy h5, .navy h6, .navy p, .navy ol li, .navy ul li, .navy .testimonial { color: #ffffff; }
.grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6, .grey p, .grey ol li, .grey ul li, .grey .testimonial, .grey a { color: #ffffff; }

/* --- PARAGRAPH STYLES --- */

p {
	padding: 0 0 15px;
	text-align: left;
}



/* if @font-face is used, make certain the strong tag is styled to display the bold version of a custom font, not simply a bold on a non-bold font */
strong {
  font-weight: 700;
}
/* inserts/deletions */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* --- FORM FIELD STYLES --- */

select, textarea {
	font-size:16px;
	vertical-align:middle;
    font-family: lato, sans-serif;
	background-color:#ffffff;
	color:#222222;
	width: 100%;
	max-width: 500px;
}


label {
    width: 100%;
    float: left;
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 16px;
}

input {
	font-size:15px;
    font-family: lato, sans-serif;
	padding: 5px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select {
	border:1px solid #979797;
		width: 94%;
	max-width: 500px;
	height: 38px;
	margin-bottom: 10px;
}
textarea {
	height: 150px;
}

input[type="button"] {
    font-family: lato, sans-serif;
	font-size:16px;
  -webkit-appearance: none;
}
/* custom button font styles */
input[type="button"], input[type="submit"], .button, *.button:link {
    margin: 5px 0px 0px 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: auto;
    color: #FFF !important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    background-color: var(--primary-button-color); 
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-appearance: none;
}


.button:hover
{
  background-color:  var(--primary-hover-color); 
}

input[type="checkbox"], input[type="radio"] {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

button, input[type="submit"] {
	cursor:pointer;
}
.wrapper .wpcf7 form .wpcf7-response-output {
    margin: 20px 0;
    padding: 0;
    border: none;
    font-weight: 200;
}

.wrapper .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: none;
}
.wrapper .wpcf7-not-valid-tip {
    color: #9d2762;
    font-size: 1em;
    font-weight: normal;
    display: block;
}



/* focus styles */
:focus {
	outline: 0;
}
/* --- BLOCKQUOTE STYLES --- */

blockquote {
    background-color: #f1f1f1;
    margin: 20px 0px 30px;
    padding: 30px 30px 15px 30px;
    text-align: center;
}
blockquote p {
    font-family: buena-park-jf, serif;
    padding: 0 0 15px 0;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
}

iframe {
    width: 100%;
}

.videowrapper {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.videowrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* --- LIST STYLES --- */

ul, ol {
	margin: 0 0 0;
	padding: 0 0 15px 0;
}
ul {
	margin-left: 30px;
}
ul ul {
	margin-bottom:0;
    padding: 8px 0 3px;
}
ul li {
	padding: 0 0 5px 0;
}
ul ul li {
	padding: 0 0 3px 0;
}
dl {
	margin: 0 0 1em 0;
}
ol {
	list-style-type:decimal;
	margin-left:30px;
}
ol ol {
	margin-bottom:0;
  padding: 8px 0 5px;
}
ol li {
	padding: 0 0 3px 0;
}
ol li ol li {
	list-style-type:lower-alpha;
  	padding: 0 0 3px 0;
}
ol li ol li ol li {
	list-style-type:lower-roman;
}
ol li ol li ol li ol li {
	list-style-type:decimal;
}

/* ---  IMAGE STYLES --- */


img {
    max-width: 100%;
    height: auto;
}

img.round {
	border-radius: 50%;
}
img.border {
    border: 1px solid #eaeaea;
    width: calc(100% - 2px);
}

a img {
	border: 0 none;
}
img.alignright {
    float: right;
    max-width: 45%;
    width: 100%;
    padding: 5px 0 15px 3%;
}
.wp-caption.alignright { 
    float: right;
	max-width: 45%;
	width: 100%;
    padding: 5px 0 15px 3%;
}
img.alignright.wp-post-image {
	padding-top: 10px;
}
img.alignnone { width: 100%; height: auto; margin: 0 0 10px 0;}
p img.alignnone { padding: 0; }
img.alignleft {
    float: left;
    max-width: 45%;
    width: 100%;
    padding: 5px 3% 15px 0;
}


.wp-caption.alignleft { 
    float: left;
	max-width: 45%;
	width: 100%;
    padding: 5px 3% 15px 0;
}
.wp-caption-text {
	text-align: left;
    padding-right: 10px;
    font-size: 16px;
	font-style: italic;
}

.row.excerpt { padding-bottom: 50px;}

.excerpt h2 {
    font-size: 38px;
    line-height: 42px;
    padding: 0 0 10px;
}
.excerpt p {
    font-size: 20px;
    line-height: 28px;
}
.prevnextwrapper {
    padding: 15px 0;
    border-top: 1px solid #222222;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.nextlink {
    width: 50%;
    float: right;
    text-align: right;
}

.prevlink {
    width: 50%;
    float: left;
    text-align: left;
}

.excerptcopywrap {
    float: left;
    width: 46%;
	padding: 0;
}
.excerptimgwrap {
    width: 50%;
    float: left;
    padding-right: 4%;
}
.excerptcopywrap h2 a:link, .excerptcopywrap h2 a {
    color: var(--primary-link-color) !important;
    text-transform: uppercase;
    font-weight: 700;
}

.excerpt .excerptimgwrap img.wp-post-image {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

@media (max-width: 900px) {
.excerpt .button {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}	
.excerpt p {
    font-size: 18px;
    line-height: 24px;
}	
.excerpt h2 {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 10px;
}
}

.wrapper div[id*="gallery-"] .gallery-item {
    width: 17% !important;
    padding: 1% 1.5%;
    margin: 0;
	float: left;
}

.wrapper .gallery-icon img {
    border: none !important;
}
/* tablet width */
@media (max-width: 768px) {
.wrapper div[id*="gallery-"] .gallery-item {
    width: 30.3333% !important;
}
}

@media (max-width: 500px) {
.wrapper div[id*="gallery-"] .gallery-item {
    width: 100% !important;
	padding: 20px 0;
}
}


@media (max-width: 600px) {
	
.excerptcopywrap {
    width: 100%;
    padding-top: 0 !important;
}
.even .excerptimgwrap,	
.excerptimgwrap {
    width: 100%;
    padding: 0 0 15px 0;
}
.excerpt img.wp-post-image,
img.alignright,img.alignleft {
  max-width: 100%;
  padding: 0 0 15px 0;
}
.wp-caption.alignleft,
.wp-caption.alignright { 
    float: none;
	max-width: 100%;
	width: 100%;
    padding: 0 0 15px 0;
}	
	
}

.pagination {
    padding: 40px 0 0 0;
    text-align: center;
}

.pagination h2.screen-reader-text {
    display: none;
}
.page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 5px;
    background-color: #f1f1f1;
    font-size: 15px;
}
a.page-numbers:hover {
	text-decoration: none;
	color: #ffffff;
    background-color: var(--primary-hover-color);	
}
.page-numbers.current {
    background-color: var(--primary-button-color);
    color: #ffffff;
    font-weight: 700;
}


/* Wrapper Styles */

.wrapper
{
    height: auto;
    overflow: hidden;
    width: 100%;
	float: left;
}
.wrapper.topmargin { padding-top: 50px;}
.wrapper.bottommargin { padding-bottom: 50px;}

/* tablet width */
@media (max-width: 768px) {
.wrapper.topmargin { padding-top: 30px;}
.wrapper.bottommargin { padding-bottom: 30px;}

}
.wrapper.colorblocks
{
	background-color: #ffffff;
}
.wrapper.white
{
  background-color: #ffffff;
}
.wrapper.grey {
	background-color: var(--grey-bg-color);
}
.wrapper.turquoise {
  background-color: var(--turquoise-bg-color);
}
.wrapper.navy {
  background-color: var(--primary-bg-color);
}

.archive .wrapper.white.internal,
.category .wrapper.white.internal,
.single .wrapper.white.internal,
.blog .wrapper.white.internal {
	padding: 60px 0 50px;
}
.wrapper.header {
    background-color: var(--primary-bg-color);
    overflow: hidden;
    background-image: url(https://www.johnotott.com/wp-content/themes/johnotott/images/branch.jpg);
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: contain;
}
header .header p { text-align: right; }
header .header p a.button {
    margin: 10px 0px 0 10px;
}
header .header p a.button i {
    margin-right: 5px;
}
#logo {
    float: left;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: 210px;
}

#logo img {
    float: left;
    width: auto;
    height: auto;
    padding: 10px 0;
}

#mainmenu {
    float: right;
    padding: 0px 0px;
    width: 100%;
}

#mainmenu ul {
    margin: 0;
    padding: 0 0;
    overflow: hidden;
	text-align: right;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: inline-block;
    height: 70px;
    position: relative;
    width: auto;
    clear: right;
}
#mainmenu ul.mainmenu li a {
    line-height: 70px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    height: 70px;
    margin: 0px;
    cursor: pointer;
    padding: 0 0 0 60px;
    display: block;
}

#mainmenu ul.mainmenu li a:hover,
#mainmenu ul.mainmenu li.current-menu-item a {
   text-decoration: none;
   color:  var(--menu-hover-color);
}

#mobilemenubutton { display: none; }

@media (max-width: 1100px) {
#mainmenu ul.mainmenu li a {
    font-size: 20px;
	}
}

@media (max-width: 900px) {
#mainmenu ul.mainmenu li a {
    padding: 0 0 0 20px;
}	
#mainmenu ul.mainmenu li:first-child a {
    padding: 0;
}	
	
#mainmenu {
    float: right;
    padding: 0px;
    width: 100%;
}
#mainmenu ul { text-align: center; }
#logo {
	float: none;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
}	
#logo img {
    float: none;
    padding: 15px 0 0;
}
header .header p {
    text-align: center;
	padding-bottom: 0;
}
header .header p a.button {
    margin: 15px 5px 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}	
	
}
/* tablet width */
@media (max-width: 768px) {

.search .wrapper.white.internal,
.archive .wrapper.white.internal,
.category .wrapper.white.internal,
.single .wrapper.white.internal,
.blog .wrapper.white.internal {
	padding: 30px 0 20px;
}	

#logo img {
    padding: 16px 0 12px 0;
	max-width: 150px;
}
#logo {
    float: none;
    width: 150px;
	margin: auto;
	text-align: center;
}
	
#mobilemenubutton {
        position: absolute;
        width: auto;
        padding: 0px;
        height: 78px;
        top: 0;
        left: 0;
        display: block;
    }

#mobilemenubutton a i {
    background-clip: padding-box;
    background-color: transparent;
    color: transparent;
    display: block;
    font-size: 0;
    height: 78px;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    text-align: right;
    width: 50px;
	color: #ffffff;
}
#mobilemenubutton a i::before {
	color: #ffffff;
	font-size: 36px;
	line-height: 78px;
	cursor: pointer;
	display: block;
}
#mobilemenubutton a i:hover:before {
	color: #ffffff;
}	


#mainmenu {
        width: 230px;
        float: left;
        display: none;
        overflow: hidden;
        height: auto;
        background-color: #ffffff;
        position: absolute;
        top: 81px;
        left: 0px;
        padding: 10px 20px;
        z-index: 9999;
        border: 1px solid rgba( 0, 0, 0, 0.25 );
	border-top: none;
    }

#mainmenu ul.mainmenu {
  overflow: hidden;
  height: auto;
  padding: 0px 0px 10px;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
	text-align: left;
}

	
#mainmenu ul.mainmenu li a {
	height: auto;
    line-height: 20px;
    font-size: 16px;
	font-weight: 500;
    padding: 0px 0px;
    display: inline-block;
    color: #333333;
    margin: 10px 0px;
    width: 100%;
}
	header .header p { text-align: right; }
header .header p a.button {
		margin: 0 0 12px 0;        
	    font-size: 13px;
        padding: 0 10px;}


}


/* END RESPONSIVE HEADER STYLES */




.fullwidth {
  max-width: 1360px;
  width: 92%;
  padding: 0px 4% 0px;
  margin: auto;
}  
.row {
    clear: both;
    overflow: hidden;
}
.colorblocks .half.last { float: right; }

.colorblocks .copywrapper h2 { text-align: right; }
.colorblocks .copywrapper p {
    font-size: 24px;
    line-height: 32px;
    text-align: right; 
}

.colorblocks .copywrapper.last h2, 
.colorblocks .copywrapper.last p { text-align: left; }

@media (max-width: 900px) {
.colorblocks .copywrapper p {
    font-size: 22px;
    line-height: 28px;
}	
}


/* tablet width */
@media (max-width: 768px) {
	
.colorblocks .half,
.colorblocks .half.last,
.colorblocks .copywrapper.half {
	padding: 10px 0px;
    width: 100%;
}
.button {
    padding: 0 15px;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px;
}
	
.colorblocks .copywrapper p {
    font-size: 18px;
    line-height: 26px;
}
.colorblocks .copywrapper h2, .colorblocks .copywrapper p,
.colorblocks .copywrapper.last h2, .colorblocks .copywrapper.last p {
    text-align: left;
}	
}



.half
{
  float: left;
  width: 47%;
  padding: 0 6% 0 0;
}

.half.last {
  padding: 0;
}

.third
{
  width: 30%;
  float: left;
  padding: 0 5% 0 0;
}

.third.last {
  padding: 0;
}

.fourth {
    width: 22%;
    float: left;
	padding: 0 4% 0 0;
}
.fourth.last { padding: 0; }

.fourth i {
    font-size: 0;
}
.fourth i:before {
    font-size: 54px;
    color: #942a5a;
}

.fourth p {
    font-size: 18px;
}
.fourth h3 {
    color: #942a5a;
}
.fourth em {
    font-size: 14px;
}
.twothirds {
    float: left;
    width: 65%;
    padding: 0 5% 0 0;
}


.onethird {
    float: left;
    width: 30%;
    padding: 0 5% 0 0;
}

.twothirds.last {
    padding: 0;
}
.onethird.last {
	padding: 0;
	float: right;
	
}


@media (max-width: 900px) {
	
.fourth {
    width: 46%;
    padding: 0 4% 30px 0;
}
.fourth:nth-of-type(3) {
    clear: left;
}
.fourth:nth-of-type(2), .fourth.last {
    padding: 0 0 30px 0;
}
	
}

hr {
    border: none;
    border-top: 1px solid #d9d9d9;
    padding-top: 12px;
}

.single-post img.wp-post-image {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}




.blog h1,
.category h1,
.archive h1 {
	padding-bottom: 30px;
}
.blog .featuredwrapper h1 {
    padding-bottom: 10px;
}


.imgwrapper {
    width: 60%;
    float: left;
    padding-right: 4%;
}




/* tablet width */
@media (max-width: 768px) {


.twothirds {
    float: left;
    width: 55%;
    padding: 0 5% 0 0;
}	
.onethird.last {
    padding: 0;
    float: right;
    width: 40%;
}	
	
.fourth,
.fourth.last,
.third,
.third.last
{
  width: 100%;
  padding: 0 0 30px 0;
}



}




@media (max-width: 700px) {

.imgwrapper {
    width: 100%;
    padding: 0 0 15px 0;
}
	
.onethird,
.twothirds,
.onethird.first,
.twothirds.first,
.onethird.last,
.twothirds.last
{
width: 100%;
padding: 0;
}
	
.half,
.half.blogfeed	
{
  float: left;
  width: 100%;
  padding: 0;
}

.half.first,
.half.blogfeed {
  padding: 0 0 30px 0;
}
	

}

/* TESTIMONIALS */

.wrapper .wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-weight: 600;
    padding-bottom: 10px;
}
.testimonial-company a {
    color: #fff;
    background-color: var(--primary-button-color);
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}
.testimonial-company a:hover { background-color: var(--primary-hover-color);}

/* ACCORDION STYLES */

p.accordionHead {
    border-top: 1px solid  #d9d9d9; /* grey */
    cursor: pointer;
    padding: 10px 0 10px 0;
    font-weight: 600;
}

p.accordionHead a {
      color: var(--primary-link-color);
}

p.accordionHead a:hover {
  text-decoration: none;
    color: var(--primary-hover-color);

}

p.accordionHead i.fas {
    color: var(--primary-link-color);
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 20px;
    padding: 1px 0;
}
h4.accordionHead i.fas {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 20px;
    padding: 1px 0;	
}

p.accordionHead:hover i.fas,
p.accordionHead:hover a {
        color:  var(--primary-hover-color);
}
.resource {
    padding: 5px 0 15px 0;
}

.bottomborder {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 25px;
}
.wrapper.bottomborder { border-bottom: 16px solid #ffffff; border-top: 0px solid #ffffff; padding-bottom: 0px;}
.wrapper.topborder { border-top: 16px solid #ffffff; }

#socialicons a {
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    width: 20%;
}
#socialicons a i {
    font-size: 56px;
    padding-bottom: 10px;
}
#socialicons a:hover {
    color: var(--primary-hover-color);
}

.music .fullwidth {
    padding-bottom: 50px;
}

.platforms a i {
    font-size: 36px;
}
.platforms a {
    display: inline-block;
    text-align: center;
    padding: 0 20px 20px 0;
    font-weight: 400;
}


/* FOOTER STYLES */

.wrapper.footer {
    background-color: var(--primary-bg-color);
    color: #ffffff;
    overflow: hidden;
	padding: 50px 0;
	text-align: center;
}

#footermenu { 
	text-align: center;
}
.footer p { text-align: center; font-size: 15px;padding-bottom:25px;  }
.footer p a {    color:  #ffffff; }


#footermenu ul { margin-left: 0px; padding: 30px 0px 20px; text-align:center;}
#footermenu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 20px;
}
#footermenu ul li a { font-weight: 400; color: #ffffff; font-size: 18px; }
#footermenu ul li a:hover {    color:  var(--menu-hover-color); }


@media (max-width: 768px) {
#footermenu ul li {
    display: block;
    padding: 10px 0px;
}
#socialicons a {
    font-size: 18px;
}
.platforms a {
    font-size: 15px;
}	
}
@media (max-width: 700px) {
#socialicons a {
    width: 33%;
    padding: 10px 0 15px;
}	
#socialicons a:nth-of-type(4) {
    padding-left: 17%;
}	
.music .fullwidth {
    padding-bottom: 20px;
}	
.music .fullwidth .onethird { padding-bottom: 10px;}
}
@media (max-width: 550px) {
	
#socialicons a i {
    font-size: 36px;
    padding-bottom: 5px;
}	
#socialicons a {
    font-size: 14px;
}	
#socialicons a:nth-of-type(4) {
    padding-left: 15%;
}	
}
table {
    text-align: center;
    margin: 0 0 0;
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 4px 10px;
    text-align: left;
}
table tr td:nth-of-type(2n) {
    text-align: right;
}
table tr:nth-of-type(2n-1) {
    background: #f1f1f1;
}




