/*
Theme Name: ArcheAge MML Library
Theme URI: http://www.archeagemmllibrary.com
Version: 1.0
*/

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

h1 {
	font-size: 68px;
	line-height: 48px;
	letter-spacing: -1px;
}

h2 {
	font-size: 42px;
	line-height: 1;
}

h3 {
	font-size: 26px;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 16px Arial, sans;
	line-height: 1.5;
}

small {
	font-size: 13px;
	line-height: 18px;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix {
}

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
* { transition: all 0.3s ease-out; } 

body {
	background: rgb(255,255,255,0);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	margin: 0 auto;
	color: #4D4D4D !important;
    font-family: 'Open Sans',Sans-Serif;
    font-size: 14px;
}

a {
	color: #E54D1B;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
}

.container {
	margin: 0 auto;
}

.block {
    width:90%;
    max-width:1130px;
    margin:0 auto;
    position:relative;
    z-index: 1;
}

.block:before,
.block:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.block:after {
    clear: both;
}

.col {
    margin-bottom: 10px;
}

.header-wrapper {
	background: #111111;
	background-attachment: fixed;
	background-size: cover;
	min-height: 200px;
}

header {
	margin: 0 auto;
	/*padding:30px 0 0;*/
	/*position: fixed;*/
	z-index: 1000;
	width: 100%;
	position: relative;
}
header h1.title {
	/*font-size: 30px;
	font-weight: 800;*/
	text-align:center;
}

footer {
	clear: both;
	padding: 20px 0;
	overflow:hidden;
	margin: 0 auto;
	background: #111111;
	color: #999;
}

.copyright {
	background: #222;
	clear: both;
	padding: 20px 0;
	text-align: center;
	border-top: 5px solid ##D7D7D7;
	font-size: 12px;
	margin: 0 auto;
	color: #999;
	font-weight: normal;
}

nav {
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	margin:  0 auto;
	padding: 0;
	line-height: 36px;
	text-align: center;
	
}

section.main {
	margin: 0 auto;
	padding: 30px 20px;
}

.latest {
	padding-top: 30px;
}

.featured h2 {
	font-size: 34px;
	font-weight: 100;
	color: #868686;
	text-align: center;
	margin-bottom: 20px;
}

#searchform input[type="text"] {
    padding: 5px;
}

#searchsubmit {
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
    padding: 7px !important;
    margin-left: -5px;
	cursor: pointer;
}

section.main p {	
	color:#666666;	
	font-size:14px;
	padding-bottom: 20px;
}
.post-content {
	margin: 12px 0px 20px 0px;
}

.songpage h2 {
	margin-bottom: 20px;
}

.songpage .difficulty-link {
    margin: 0 auto;
    text-transform: capitalize;
	display: block;
	text-align: center;
	font-size: 30px;
    margin-bottom: 21px;
	color: #4D4D4D;
	font-family: 'Raleway', sans-serif;
	padding: 0px;
	padding-bottom: 5px;
	margin-top: 15px;
}

.col {
	width: 100%;
}

textarea {
	width: 100%;
	resize: none;
}

.meta {
	display: none;
}

#songdifficulty {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

#latestdifficulty {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}

#songdifficulty img {
	margin: 0px 5px;
}

.songsearch {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
}

.songsearch h3 {
	padding-bottom: 20px;
}

.post-title {
	word-wrap: break-word;
	font-weight: normal;
    font-family: inherit;
}

h3.post-title {
	color: #856657;
}

.header-wrapper, .copyright, .nav-wrapper {
	background: transparent;
}

.header-wrapper {
	min-height: initial;
}

.nav-wrapper a, .nav-wrapper a:hover, .copyright {
	color: #000;
}

#home-button {
	text-align: center;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	padding: 5px;
}

h1.title img {
	max-width: 100%;
}

body {
	background-color: #fbf3ec;
}

#songdifficulty img {
	width: 18%;
}

.submit-song-image {
	width: 18%;
}

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

input.wpcf7-form-control.wpcf7-captchar {
	width: 180px;
}

input {
	max-width: 100%;
}

.advertisement {
	width: 100%;
	clear: both;
	padding: 20px 0px;
	text-align: center;
}

.home  .advertisement {padding: 0px 0px 20px 0px;}

input.wpcf7-form-control.wpcf7-submit, #searchsubmit {
	border: none;
	background: #b5936a;
	color: #FFF;
	padding: 5px 10px;
}
input.wpcf7-form-control.wpcf7-submit {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
}

.wpcf7-captcha-captcha-161, .wpcf7-captcha-captcha-941, .wpcf7-captcha-captcha-766 {
	vertical-align: middle;
	margin-left: 10px;
}

.emm-title {
	display: none;
}

.emm-paginate a:hover {
	color: #FFF;
}

a.emm-page:hover {
	background: #E54D1B;
}

.emm-prev, .emm-next {
	color: #8E8D8D !important;
	font-weight: bold !important;
}

#submit-song-form, #contact-form {
	text-align: center;
	font-weight: bold;
}

#submit-song-form {
    padding-top: 30px;
}

#submit-song-form h3 {
    padding-bottom: 15px;
}

#submit-song-form textarea, #contact-form textarea {
	width: 80%;
}

.parts-link {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
	position: relative;
    top: -10px;
	color: #856657; 
	font-weight: normal;
}

.searchandfilter .noUi-connect {
    background-color: #B5936A;
}

.parts-link:hover {
	color: #E54D1B;
}

.parts-link:after {
	content: "\f101";
    font-family: FontAwesome;
	padding-left: 4px;
    font-weight: normal;
}

#home-button a {
	padding: 5px 10px;
	color: #666;
	font-weight: bold;
	display: inline-block;
}

.difficulty-title-image {
	width: 120px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	height: auto !important;
}

.submit-song-image {
	width: 200px;
	margin-right: 20px;
	margin-top: 30px;
}

.file-396 {
	padding: 20px 0px;
	display: inline-block;
}

#multiple-songs-upload {
	padding: 40px 0px;
}

#submit-song-button {
	border: none;
	background: #b5936a;
	color: #FFF;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#inappr-name {
	font-weight: normal;
	color: red;
	font-size: 12px;
}

#inappr-video {
	font-weight: normal;
	color: red;
	font-size: 12px;
}

.post-content {
	word-wrap: break-word;
}

.post-ratings {
	width: auto !important;
	display: inline-block;
}

.post-ratings {
	padding: 4px 0px;
}

.songpage .col {
	text-align: center;
	margin-top: 15px;
}


.songpage a {
	color: #856657;
	text-decoration: none;
	font-weight: normal;
}

.songpage a:hover {
	color: #E54D1B; 
}

a.emm-page, a:hover.emm-page {
	color: #FFF;
}

.top-5-songs-difficulty {
	width: 50%;
	float: left;
}

.top-5-songs-difficulty .difficulty-title-image {
	margin-top:20px;
}

.top-5-songs-difficulty.last-block {
	display: block;
	margin: 0 auto;
	float: none;
}

.songpage h3 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
}

#songcategories {
	text-align: center;
	padding: 10px 0px 40px 0px;
}

#songcategories h2 {
	margin-bottom: 10px;
}

#songcategories a {
	font-weight: normal;
	padding: 7px 10px;
	font-size: 20px;
	display: inline-block;
}

#songcategories .wpp-list  li:before{
	display: none;
}

#latestdifficulty a {
	font-weight: normal;
	padding: 0px 6px;
	font-size: 20px;
	display: inline-block;
}

.amateurcolor a, .amateurcolor a:hover {
	color: #b5936a;
}

.expertcolor a , .expertcolor a:hover{
	color: #c971d6;
}

.novicecolor a, .novicecolor a:hover {
	color: #73a760;
}

.mastercolor a , .mastercolor a:hover {
	color: #d58a07;
}

.veterancolor a, .veterancolor a:hover {
	color: #558fd6;
}

.sound-solution {
	display: none;
}

.sound-solution-link {
	display: inline-block;
	margin: 10px 0px;
}

.sound-solution-link:hover {
	color: #E54D1B !important;
}

input.referer-page { display:none; }

.wpcf7-response-output {
	margin: 0px !important;
	padding: 0px !important;
}

.notification {
	color: red;
	margin-bottom: 25px;
	/*font-weight: bold;*/
}

.notification.green {
	color: green;
}

.songplay {
	color: red;
	font-weight: normal;
	font-size: 12px;
}

.submitmultipleparts, .submitonepart, .backtolatest{
	margin-bottom: 20px;
	font-size: 16px;
}

.submitmultipleparts, .submitonepart {
	margin-top: 20px;
}

.submitmultipleparts a, .submitmultipleparts a:hover {
	color: #73a760;
}

.submitonepart a, .submitonepart a:hover {
	color: #73a760;
}

.submitmultipleparts a, .submitonepart a, .backtolatest a{
	display: block;
	width: 200px;
	margin: 0 auto;
	border: 1px solid;
	padding: 3px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.backtolatest a {
	text-align: center;
	font-weight: bold;
	color: #558fd6;
}

.backtolatest a:hover {
	color: #558fd6;
}

.difficulty-link {
	padding: 10px 20px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
    margin: 5px;
	font-size: 18px;
}

.search-filter-reset {
    color: white;
    border: none;
    background: #b5936a;
    padding: 5px 10px;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
	cursor: pointer;
	margin-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    white-space: pre;
	border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #856657;
	color: #856657;
}

#amateur-link {
	color:  #b5936a;
}

#novice-link {
	color: #73a760;
}

#veteran-link {
	color:  #558fd6;
}

#expert-link {
	color:  #c971d6;
}

#master-link {
	color:  #d58a07;
}

#authority-link, #famed-link { 
	color:  #df7853;
}

#champion-link, #celebrity-link {
	color:  #f45251;
} 

#adept-link {
	color:  #ce7d5d;
}

#herald-link {
	color:  #8fa5c9;
}

#virtuoso-link {
	color:  #b57405;
}

#songdifficulty h2 {
    margin-bottom: 20px;
}

#song-difficulty-left {
	text-align: right;
    padding-right: 20px;
}

#song-difficulty-right {
	text-align: left;
    padding-left: 20px;
}

.bold {
	font-weight: bold;
}

#part2, #part3, #part4, #part5, #part6, #part7, #part8, #part9, #part10{
	display: none;
}

.addpart {
	margin-left: 14px;
	color: green;
}

.addpart:hover{
	color: green;
}

.removepart {
	margin-right: 14px;
	color: red;
}

.removepart:hover{
	color: red;
}

.sidebar h4 {
	margin-top: 10px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

.wpp-list li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 7px 0 0;
	color: #696A6B;
    font-size: 16px;
}

.post-count {
	font-weight: 100;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-style: italic;
    position: relative;
    top: -74px;
    float: initial;
    height: 0;
}

.post-count .number-count {
	color: rgb(85, 143, 214);
	font-weight: bold;
}

#contact-us {
	margin-top: 10px;
	display: block;
}

.g-recaptcha {
    margin: 0 auto;
    padding: 10px;
    width: 314px;
}

.wpp-list li {
    text-indent: -14px;
    padding-left: 18px;
	margin-bottom: 0;
}

#play-mml {
    margin: 0 auto;
    display: block;
    padding: 10px 20px;
    background: #b5936a;
    border: none;
    border-radius: 3px;
    color: white; 
    margin-top: 10px;
	cursor: pointer;
}

#play-mml:disabled {
	background: grey;
	cursor: initial;
}

.maincolumn {
	width: 60%;
	float: left;
}

.sidecolumn {
	width: 20%;
	float: left;
}

.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
	border: 0px !important;
}

#hide-on-mobile {
	padding-top: 30px;
    text-align: center;
}

.block .row {
    padding: 0;
    max-width: 100%;
	text-align: left !important;
}

.block .columns {
    padding: 0;
}

.grecaptcha-badge {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	body {
		
	}
	nav {
		width: 100%;
		text-align: center;
	}
	section.main {
		width: 100%;
		float: right;
		padding-top: 20px;
	}
	body.page section.main img  {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	section.main {
		width: 100%;
	}
	
	body.page section.main img  {
		max-width: 100%;
		height: auto !important;
	}

	footer {
		padding:20px;
	}
	
	nav  {
		padding: 20px;
	}

	#songdifficulty img {
		width: 100px !important;
	}

	#submit-song-form textarea {
		width: 100% !important;
	}

	.top-5-songs-difficulty {
		width: 100% !important;
	}
	
	#hide-on-mobile {display: none;}
	
	.main.block .row .medium-7 {width: 100%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	section.main {
        width: 100%;
        float: none;
	}

    body.page section.main img  {
		max-width: 100%;
		height: auto !important;
	}

	footer {
		padding:20px;
	}
}

@media only screen and (max-width: 560px) {
	.home .advertisement {display: none;}
}

@media only screen and (max-width: 350px) {
	#searchform input {
		float: left;
		max-width: 80%;
	}
}