/*
Theme Name: RMX DJ MUSIC
Theme URI: http://remixcollection.net
Author: DJ J. Silva
Author URI: http://remixcollection.net
Description: Bring out the energy of your music with RMX DJ Music, a WordPress theme designed specifically for DJs, music producers, and music lovers. With a modern and dynamic design, this theme combines style and functionality, allowing you to create a stunning website that captures the essence of your art..
Version: 1.9.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rmx-dj-music
*/

/* ----------------------------------- Basic ----------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, font, q, strong, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 1em;	
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


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

a {
	word-wrap: break-word;
	color: #148B91;
	text-decoration: none;
}

a:hover {
	color: #1BC1C6;
}

table {
	border-collapse: separate;
}

table td,
table th {
	border: 1px solid #aaa;
	padding: 5px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

b,
strong {
	font-weight: 600;
}

details a,
aside li,
section p,
article li {
	line-height: 22px;
}

.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
height: 1px;
 width: 1px;
 overflow: hidden;
}

.screen-reader-text:focus {
 clip: auto;
 display: block;
 height: auto;
left: 5px;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}

/* ----------------------------------- Header ----------------------------------- */

header {
 background-color: #1C1C1C;
	-webkit-box-shadow: inset 0px -34px 69px -20px rgba(28,170,189,0.9);
	-moz-box-shadow: inset 0px -34px 69px -20px rgba(28,170,189,0.9);
	box-shadow: inset 0px -34px 69px -20px rgba(28,170,189,0.9);
	/* max-width: 1300px; <-- REMOVIDO */
	height: 100%;
	color: #FFFFFF;
}


header  {
	padding-bottom: 10px;
}


.icon:after,
#header:after,
header:after {
	content: "";
	clear: both;
	display: block;
}

#header {
	text-align: center;
	height: auto;
}

#header-home {
	height: auto;
}

.social-ico {
	float: right;
	width: auto;
	margin: 0 auto;
}

.fb, .twitter, .gp, .in {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.fb {
	background-image: url(img/social-slider.png);
	display: inline-block;
	background-position: 10px -7px;
	width: 133px;
	height: 110px;
}

.twitter {
	display: inline-block;
	background-position: 133px -7px;
	width: 130px;
	height: 110px;
}

.gp {
	display: inline-block;
	background-position: 248px -7px;
	width: 120px;
	height: 110px;
}

.in{
	display: inline-block;
	background-position: 375px -7px;
	width: 120px;
	height: 110px;
}

	.fb:hover, .twitter:hover, .gp:hover, .in:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}





/* ----------------------------------- Main Navigation ----------------------------------- */

.main-nav {
    background-image: url('img/header.png');
    padding: 0 40px;
    box-shadow: inset 0px -34px 69px -20px rgba(28,170,189,1);
}

.main-nav ul {
    display: inline-table;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav ul ul {
    display: none;
}

.main-nav ul li:hover > ul {
    display: block;
}

.main-nav ul:after {
    content: "";
    clear: both;
    display: block;
}

.main-nav ul li {
    float: left;
    min-width: 80px;
    text-align: center;
    margin: 5px;
}

.main-nav ul li a {
    display: block;
    padding: 8px;
    font-size: 20px;
    color: #C6C6C6;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.main-nav ul li a:hover {
    color: #FFFFFF;
}

.main-nav ul li:hover {
    transition: all 0.4s linear;
}

.main-nav ul li:hover a {
    transition: all 0.4s linear;
}

/* Dropdown */

.main-nav ul ul {
    min-width: 120px;
    position: absolute;
    padding: 0;
    z-index: 9999;
}

.main-nav ul ul li {
    position: relative;
    float: none;
    min-width: 100px;
    font-size: 16px;
    text-align: left;
    margin: 0;
    line-height: 22px;
}

.main-nav ul ul li a {
    opacity: 0.8;
    letter-spacing: 2px;
    font-size: 14px;
    background: #000000;
    border-left: 1px solid #575757;
    border-top: 1px solid #383838;
    transition: all 0.6s linear;
}

.main-nav ul ul li a:hover {
    color: #FFFFFF;
    opacity: 1;
    background: #141414;
    transition: all 0.4s linear;
}

.main-nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

/* ----------------------------------- Main ----------------------------------- */
/* ==================================================
   MAIN - FUNDO ESCURO PROFISSIONAL
================================================== */

main {
    padding: 40px 60px;
    background-color: #000000;
    background-image: url(img/main-background.png);
    border-top: 1px solid #222;
    box-shadow: inset 0px 20px 60px -15px rgba(0, 255, 255, 0.08);
    color: #E6E6E6;
    line-height: 1.7;
}

/* Clearfix */
main:after,
.content:after {
    content: "";
    clear: both;
    display: block;
}

/* ==================================================
   BOTÕES DARK
================================================== */

button,
input[type="submit"],
.woocommerce button.button,
.woocommerce a.button {
    background: #093D42;
    color: #FFFFFF;
    border: none;
    padding: 10px 18px;
    transition: 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover {
    background: #148B91;
}

/* ==================================================
   PAGINAÇÃO
================================================== */

.pagination .page-numbers {
    background: #111;
    color: #FFFFFF;
    border: 1px solid #222;
}

.pagination .current {
    background: #148B91;
}
/* ----------------------------------- Section ----------------------------------- */

section {
	width: 69%;
	float: right;
	word-wrap: break-word;
}

.section-right {
	width: 69%;
	float: right;
	word-wrap: break-word;
}

section img {
	max-width: 100%;
}

section .ol-comments li,
section .ol-comments {
	list-style: none;
}

/* ----------------------------------- Article ----------------------------------- */




article {
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 10px;
	font-size: 14px;
}

article h1 {
	font-family: 'Oswald', sans-serif;
	padding: 25px 0 20px 0;
	color: #F0F0F0;
}

article p,
article ul,
article ol,
article table,
article dl {
	margin-bottom: 20px;
}

article ul,
article ol {
	margin-bottom: 20px;
}

article ul,
article ol {
	padding: 0 0 0 16px;
}

article ul ul,
article ol ol {
	margin-bottom: 0;
}

.full-width {
	width: 100%;
	word-wrap: break-word;
}

.full-width .content{
	padding: 10px;
}




/* ----------------------------------- Aside ----------------------------------- */

aside {
	float: left;
	width: 27%;
	word-wrap: break-word;
	padding-top: 40px;
}


.sidebar-left {
	float: left;
	width: 27%;
	word-wrap: break-word;
}

/* ----------------------------------- Footer ----------------------------------- */

footer {
    background: transparent!important;
	padding: 10px 0 20px 0;
	color: #FFFFFF;
	text-align: center;
	word-wrap: break-word;
	-webkit-box-shadow: inset 0px -34px 69px -20px rgba(28,170,189,1);
	-moz-box-shadow: inset 0px -34px 69px -20px rgba(28,170,189,1);
	box-shadow: inset 0px -34px 69px -20px rgba(28,170,189,1);
	 border:none!important;
}

#footer {
background-image: url(img/backgroundseos.png);
	height: 100%;
	word-wrap: break-word;
}

footer a {
	color: #FFFFFF;
}

#myname,
#company,
#email,
#tel{
	display:inline;
	font-size: 16px;
	line-height:22px;
}


.option-con {
	max-width:30%;
	min-width: 200px;
	margin: 0 auto;
	margin-top:10px;
	
border-left: 1px solid #105FA8;
	border-right: 1px solid #105FA8;
	border-bottom: 1px solid #105FA8;
}

.option-con p {
	word-wrap: break-word;
}

details {
	margin-top: 10px;
	opacity: 0.8;
}

details p{
	line-height: 22px;
}

details a {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

details a:hover {
	color: #CE0000;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}


/* ----------------------------------- Images ----------------------------------- */


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

img aside {
	max-width: 27%;
}

.img-search img {
	width: 30%;
	height: auto;
	margin: 0 10px 10px 0;
}

.alignnone {
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 15px;
	width: 150px;
}

.aligncenter {
	width: 100%;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin-left: 15px;
	padding-right: 0;
	width: 300px;
}

.avatar {
	width: 100px;
}

.img {
	height: auto;
	margin: 0 auto;
	padding-left: 0;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

article img {
	border: 1px solid #F0F0F0;
	  padding: 0px!important;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

/*
article img:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.grow {
	width: 400px;
	margin: 0 auto;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
	max-width:100%;
	font-size:14px;
}

iframe,
embed {	
	width: 100%;
}

.description {
	padding: 20px 60px 0 60px;
	text-align: left;
	margin-top: 0px;
}



/* ----------------------------------- Forms ----------------------------------- */


form {
	width: 100%;
}

input {
	font-size: 16px;
	padding: 5px;
	background: #606060;
	border-radius: 4px;
	border: 1px solid #353535;
	letter-spacing: 3px;
	display: table-cell;
	vertical-align: middle;
}

#submit {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	border-radius: 4px;
	color: #D8D8D8;
	height: 34px;
}

#submit:hover {
	color: #FFFFFF;
}

#s {
	color: #aaa;
}

textarea {
	width: 100%;
	border-radius: 5px;
	background: #606060;
color: #aaa;
}

label {
	font-weight: bold;
	margin-bottom: 6px;
	margin-right: 10px;
	min-width: 100px;
	color: #148B91;
}

.blue {
	font-size: 22px;
	color: #21759b;
}

#searchsubmit {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	border-radius: 4px;
	color: #D8D8D8;
	height: 32px;
	-webkit-box-shadow: inset 0px -14px 69px -20px rgba(28,170,189,1);
	-moz-box-shadow: inset 0px -14px 69px -20px rgba(28,170,189,1);
	box-shadow: inset 0px -14px 69px -20px rgba(28,170,189,1);
}

.bypostauthor {
	padding-left: 6px;
}


/* ----------------------------------- Other ----------------------------------- */


.back-to-top-link {
	background-image: url(img/back-top.png);
	width:80px;
	height: 40px;
	margin: 0 auto;
	display: block;
}

.back-to-top-link:hover {
	opacity: 0.8;
}

.read-more {
	display: block;
	width: 80px;
	color: #FFFFFF;
	text-align: center;

	margin-top: 10px;
	background: #093D42;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.read-more:hover {
	color: #FFFFFF;
	background: #163638;
}

.nextpage{
	width:100%;
	margin:10px;
}

.pagination {
 text-align: center; /* Centraliza a paginação */
 margin: 20px auto; /* Adiciona um espaço superior */
}


.pagination .page-numbers {
 font-size: 14px;
padding: 8px 12px; /* Aumenta o padding para maior área de clique */
background-color: #093D42;
color: #FFFFFF;
text-decoration: none;
 border-radius: 4px;
 margin: 0 5px; /* Espaçamento entre os links */
 display: inline-block; /* Permite centralização */
}

.pagination a:hover,
.pagination .page-numbers:hover {
opacity: 0.8;
 background-color: #148B91; /* Cor ao passar o mouse */
color: #FFFFFF;
}

.pagination .current {
 background-color: #333; /* Cor do link ativo */
 color: #FFFFFF;
font-weight: bold;
}


.sticky {
	background: #FFE460;
}

small {
	color: #21759b;
}

.ads {
	margin: 0 auto;
	width: 728px;

}

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

.wp-block-search .wp-block-search__label {
display: none;	
}

.wp-block-search .wp-block-search__button {
 background: #093D42;
 border: none;
height: 30px;
bottom: 0;

 margin-top: 10px;
color: #C0C0C0;
}
.wp-block-search .wp-block-search__button:hover {
	 background: #148B91;
}

.wp-calendar-table td a {
	display: table;
}

#today {
	 background: #111;	
}

/* ----------------------------------- Media queries----------------------------------- */


@media screen and (max-width: 770px) {
	section,
	aside,
	.section-right,
	.sidebar-left,
	img,
	table,
	.content ul {
		display: block;
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	
	

	header {
		max-height: 100%;
		word-wrap: break-word;
	}
	

	.nav-ico ul {
		display: none;
	}

	#menu-icon {
		width: 52px;
		height: 44px;
		display: block;
	}

	nav .nav-ico {
		width: 180px;
		padding: 0;
		margin: 0;
	}
	
	.nav-ico:hover ul,
	.nav-ico:hover ul li,
	.nav-ico:hover ul ul,
	.nav-ico:hover ul ul li {
		display: block;
		position: relative;
		border: none;
		float: none;
		width: 100%;
		text-align: left;
		left: 0;
	}

	nav ul li a,
	nav ul li,
	nav ul ul li a {
		border: none;
	}

	nav a:hover {
		color: #2B9BC4;
		transition: all 0.4s linear;
	}

	.menu-button {
		background: #FFFFFF;
	
		border-radius: 2px;
		margin: 8px 0 0 10px;
		width: 40px;
		height: 4px;	
		display: block;
	}

	nav ul li {
		margin: 0;
}

	/* Ajustes para a paginação em dispositivos móveis */
	.pagination {
		display: flex; /* Utiliza Flexbox para alinhamento horizontal */
		justify-content: center; /* Centraliza os itens da paginação */
		flex-wrap: wrap; /* Permite quebra de linha se necessário */
		margin: 15px 0; /* Margem vertical */
		width: 100%; /* Ocupa toda a largura disponível */
		padding: 0; /* Remove o padding */
	
		background: #000;
	}

	.pagination a,
	.pagination .page-numbers {
		font-size: 14px; /* Ajusta o tamanho da fonte */
		padding: 8px 12px; /* Expande o padding para um layout mais espaçado */
		margin: 4px; /* Pequena margem entre os itens */
		display: inline-block; /* Mantém os links em linha */
		border-radius: 2px; /* Borda arredondada para os links */
		white-space: nowrap; /* Evita quebra de texto */
		background: #093D42; /* Fundo para os links */
		color: #FFFF00; /* Cor do texto */
		transition: background 0.3s ease; /* Transição suave para hover */
	}

	.pagination a:hover,
	.pagination .page-numbers:hover {
		background: #148B91; /* Fundo ao passar o mouse */
		opacity: 0.8; /* Leve transparência ao passar o mouse */
	}
	
}


