/*
	Theme Name: RiaTita
	Theme URL: https://riatitaflamenco.com.br
	Author: Kezily Correa | Inovalize
	Author URL: https://inovalize.com.br
	Description: Desenvolvido por Inovalize
	Version: 1.0
*/

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-display: fallback;
    src: url(assets/fonts/Montserrat-Light.woff2) format('woff2'), 
         url(assets/fonts/Montserrat-Light.woff) format('woff'),
         url(assets/fonts/Montserrat-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-display: fallback;
    src: url(assets/fonts/Montserrat-Regular.woff2) format('woff2'), 
         url(assets/fonts/Montserrat-Regular.woff) format('woff'),
         url(assets/fonts/Montserrat-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-display: fallback;
    src: url(assets/fonts/Montserrat-SemiBold.woff2) format('woff2'), 
         url(assets/fonts/Montserrat-SemiBold.woff) format('woff'),
         url(assets/fonts/Montserrat-SemiBold.otf) format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-display: fallback;
    src: url(assets/fonts/Montserrat-Bold.woff2) format('woff2'), 
         url(assets/fonts/Montserrat-Bold.woff) format('woff'),
         url(assets/fonts/Montserrat-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Lora';
    font-weight: 400;
    font-display: fallback;
    src: url(assets/fonts/Lora-Regular.woff2) format('woff2'),
         url(assets/fonts/Lora-Regular.woff) format('woff'),
         url(assets/fonts/Lora-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Lora';
    font-weight: 400;
		font-style: italic;
    font-display: fallback;
    src: url(assets/fonts/Lora-Italic.woff2) format('woff2'),
         url(assets/fonts/Lora-Italic.woff) format('woff'),
         url(assets/fonts/Lora-Italic.otf) format('opentype');
}

@font-face {
    font-family: 'Lora';
    font-weight: 700;
    font-display: fallback;
    src: url(assets/fonts/Lora-Bold.woff2) format('woff2'),
         url(assets/fonts/Lora-Bold.woff) format('woff'),
         url(assets/fonts/Lora-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Lora';
    font-weight: 700;
		font-style: italic;
    font-display: fallback;
    src: url(assets/fonts/Lora-BoldItalic.woff2) format('woff2'),
         url(assets/fonts/Lora-BoldItalic.woff) format('woff'),
         url(assets/fonts/Lora-BoldItalic.otf) format('opentype');
}

/* GERAL */

* {
	border: none;
	margin: 0;
}

body {
	background: #fff;
	color: #424141;
	font: 11px/21px 'Montserrat', Arial,sans-serif;
}

a {
	color: #424141;
	border: none;
	text-decoration: none;
}

a:hover {
	color: #592c51;
	text-decoration: none;
}

a, img, :hover, .dh-overlay {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img, iframe, video {
	vertical-align: bottom;
}

div,section, h1, article {
	position: relative;
}

form.wpcf7-form {
	max-width: 800px;
	margin: 0 auto;
}

.entry form.wpcf7-form p {
    margin: 0;
}

label {
	font-size: 15px;
	text-align: left;
	font-weight: 600;
}

input,
textarea,
select {
	width: 100%;
	height: 40px;
	padding: 10px;
	margin-bottom: 15px;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	border: none;
	border: 1px solid #c7c3c3;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

textarea {
	width: 100%;
	height: 95px;
	padding: 10px;
	margin: 0;
	line-height: 1.5;
	box-sizing: border-box;
	outline: none;
}

input[type="submit"] {
	width: auto;
	height: auto;
	padding: 10px 40px;
	margin: 0;
	background: #d7c4b6;
	font-size: 16px;
	outline: none;
	border-radius: 0;
	border: none;
	float: right;
}

input[type="submit"]:disabled {
	background: #ffffff;
	color: #707070;
}

input::-webkit-input-placeholder {
	color: #707070;
}

textarea::-webkit-input-placeholder {
	color: #707070;
}

input::-moz-placeholder {
	color: #707070;
}

input:-ms-input-placeholder {
	color: #707070;
}

.select2-container--default .select2-selection--single {
    background-color: #f7f6f7;
    border: 1px solid #dcd8d7;
    border-radius: 5px;
    height: 39px;
    padding-top: 3px;
    margin-bottom: 8px;
}

.clear {
	clear: both;
}

.intitle {
	margin: 30px auto 60px;
	font: 400 2.5em 'Lora';
	font-style: italic;
	letter-spacing: 1px;
    position: relative;
}

.intitle:after {
	content: "";
	width: 190px;
	height: 24px;
	margin: 0 auto;
	background: url(images/title_top.png) no-repeat;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
}

.container {
	width: 100%;
	max-width: 1170px;
}

.container.container-page {
	max-width: 1000px;
	margin: 0 auto;
}

.flexGrid {
	display: flex;
	flex-wrap: wrap;
}

.flexCenter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.margin40 {
	width: 100%;
	height: 40px;
}

.btn {
	padding: 10px 20px;
	background: #d7c4b6;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	border-radius: 3px;
}

.btn:hover {
	background: #000;
	color: #fff;
}

/* HEADER */

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* TOP NAV */

.top-nav {
	min-height: auto;
	background: #fff;
	border: none;
	margin: 0;
}

.top-nav .navbar-nav>li>a {
	padding: 10px 15px;
	font-size: 12px;
}

.top-nav .navbar-nav>li.active>a {
	background: #ffffff;
	color: #c1a28d;
}

/* MAIN NAV */

.main-nav {
	width: 100%;
	min-height: 80px;
	margin: 0 0 30px;
	border: none;
	background: url(images/pattern-header.jpg) #f7f7f7;
	font-size: 1em;
}

.main-nav nav.page-nav {
	padding: 15px 0;
	border-top: 1px dashed #d2cfcf;
	font: 12px 'Lora';
	font-style: italic;
	letter-spacing: 1px;
}

.main-nav h1 {
    line-height: 0;
    margin: 0;
}

.main-nav .navbar-brand {
    height: 110px;
    text-align: center;
    padding: 5px 15px;
}

.main-nav .navbar-brand img {
	width: 100%;
	max-width: 195px;
	height: auto;
	margin: 0 auto;
}

.main-nav .navbar-nav li a {
	padding: 15px 11px;
	color: #4c4a4a!important;
	background: transparent!important;
}

.main-nav .navbar-nav li a:hover,
.main-nav .navbar-nav li a:focus,
.main-nav .navbar-nav li.active a {
	color: #592c51 !important;
}

.main-nav .navbar-nav li a img {
	display: none;
	margin: 0 auto;
}

.navbar-toggle {
	border: none;
	margin: 5px 0 0;
}

.navbar-nav > li > .dropdown-menu {
	min-width: 145px;
	background: #ffffff;
	border: none;
	box-shadow: none;
}

.navbar-nav > li > .dropdown-menu li {
	padding: 5px 20px;
	text-transform: capitalize;
}

.navbar-nav > li > .dropdown-menu li a{
	padding: 5px;
	color: #727272;
	font-weight: normal!important;
}

.main-nav .rowTop span {
	font-size: 0.9em;
}

.main-nav .rowTop span.phone {
	padding: 15px 0 15px 40px;
	margin-right: 5%;
	background: url(images/phone-call.png) left no-repeat;
}

.main-nav .rowTop span.user {
	padding: 15px 0 15px 40px;
	background: url(images/user.png) left no-repeat;
}

/* SOCIAIS */

#header .sociais {
		padding: 11px 55px 0 0;
}

#header .sociais .fa {
	margin: 3px 5%;
	color: #949494;
	font-size: 1.4em;
}

/* CART TAB */

.cart-button {
	width: 20px;
	height: 25px;
	padding: 0 0 0 30px;
	margin: 0 0 -20px 0;
	background: url(images/bag.png) left no-repeat;
	cursor: pointer;
	display: inline-block;
}

.cart-button span {
	width: 35px;
	height: 35px;
	background: #fff;
	color: #000;
	font-size: 13px;
	line-height: 35px;
	border-radius: 100%;
	margin-top: -5px;
	display: inline-block;
	box-shadow: 0 0 20px rgba(154, 154, 154, 0.2);
}

.mycart .content {
    position: absolute;
    top: 54px;
    right: -20px;
    min-width: 300px;
    background: #f3f3f3;
    z-index: 9999;
    padding: 20px 20px 5px 20px;
    border: 1px solid #f4f3f3;
    border-top: 0;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mycart .content:after {
	content: "";
	height: 100px;
	background: -webkit-linear-gradient(top,  transparent , #ffffff);
	background: -moz-linear-gradient(top,  transparent , #ffffff);
	background: linear-gradient(to bottom, transparent , #ffffff);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.mycart .cart-total {
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	border-bottom: 1px solid #ccc;
}

.mycart .cart-total span.preco {
	float: right;
	font-weight: bold;
}

.mycart .cart-total span.preco .woocommerce-Price-amount {
	color: #000;
}

.mycart .content #cart-sidebar {
    padding: 0 0 60px;
    max-height: 260px;
    overflow-y: auto;
}

.mycart .content #cart-sidebar::-webkit-scrollbar {
	width: 5px;
}

.mycart .content #cart-sidebar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.mycart .content #cart-sidebar::-webkit-scrollbar-thumb {
	background-color: #ccc;
	outline: 1px solid #fff;
}

.mycart .content #cart-sidebar li {
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 15px;
    border-top: none;
    overflow: hidden;
    display: flex;
}

.mycart .content #cart-sidebar li .product-image {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.mycart .content #cart-sidebar li .product-image img {
    border: 1px solid #ccc;
    width: 45px;
    height: auto;
}

.mycart .content #cart-sidebar li .product-details {
    width: 100%;
    display: inline-block;
    line-height: 20px;
}

.mycart .content #cart-sidebar li .product-details .btn-remove {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mycart .content #cart-sidebar li .product-details .product-name {
    color: #000;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-transform: none;
}

.mycart .content .actions {
    margin: 10px 0 20px;
}

.mycart .content .actions a {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    font-size: 14px;
    display: block;
    font-weight: bold;
}

/* SEARCH FORM */

.search-form input[type="search"]{
    width: 100%;
    max-width: 320px;
    height: 30px;
    padding: 20px;
    margin: 0;
    background: url(images/search.png) right center no-repeat #ffffff;
    outline: none;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(154, 154, 154, 0.2);
}

/* SLIDE */

.slideShow .slideItem .sl-inner {
	max-height: 350px;
	background: #f3e1e1;
	overflow: hidden;
	border-radius: 3px;
}

.slideShow .slideItem .sl-inner img {
	width: 100%;
	height: auto;
}

/* SECTION 1 */

section.index-item-1 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.instagram {
	padding: 10px 0 0;
	margin: 30px 0 -50px;
	background: url(images/pattern.JPG) #f7f7f7;
}

/* ENTRY */

.entry {
	max-width: 985px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.8;
	word-wrap: break-word;
	overflow: hidden;
}

.entry p {
	margin: 0 0 15px 0;
}

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

.thumb-page img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.entry iframe {
		width: 100%;
		height: 280px;
}

@media (min-width: 992px) {
	.entry iframe {		
		height: 480px;
	}
}

/* IMAGENS */

.alignnone {
	margin: 5px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

a img.alignnone {
	margin: 5px 20px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* PRODUTOS */

.toolbar-order {
	min-height: 40px;
	border-bottom: 1px solid #ece9e9;
	padding-bottom: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.toolbar-order img {
	margin-bottom: 25px;
}

.toolbar-order h5 {
	margin: 0;
	font-weight: 700;
}

/* SIDEBAR */

#sidebar .sidebar {
	margin-bottom: 30px;
}

#sidebar .sidebar h3 {
	margin: 0 auto 7px;
	font: 700 1.2em 'Lora';
	font-style: italic;
	color: #a98167;
}

#sidebar .sidebar .select2-container--default .select2-selection--single {
	border: 1px solid #dcd8d7;
	border-radius: 0;
	height: 35px;
	font-size: 12px;
}

#sidebar .sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar .sidebar ul li {
	padding: 5px 0;
	border-bottom: 1px solid #f0f0f0;
	display: block;
	font-family: 'Lora';
}

/* FAQ */

.panel-group .panel {
	border: none;
	margin-bottom: 10px;
	box-shadow: none;
}

.panel-default > .panel-heading {
	padding: 20px;
	background: #f5e8de;
	color: #5f4736;
}

.panel-default > .panel-heading:hover h4 a {
	color: #504c49;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}

/* ERROR 404 */

.erro {
	margin: 30px auto 70px;
	text-align: center;
}

.erro h1 {
	font-size: 8em;
}

.erro h2 {
	max-width: 60%;
	margin: 0 auto;
	font-size: 1.3em;
}

.spu-box h2 {
	margin-bottom: 30px;
    font: 1.8em/1 'Lora';
    font-style: italic;
}

/* MODAL */

.modal-dialog {
    width: 90%;
    max-width: 830px;
    margin: 15px auto 0;
}

.modal-body {
    padding: 15px;
    font-size: 13px;
}

.modal-dialog button.close {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 1;
    border-radius: 30px;
}

/* FOOTER */

#footer {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	bottom: 0;
}

#footer .newsletter {
	padding: 60px 0 50px;
	border-top: 1px solid #f1eded;
}

#footer .newsletter h2 {
	margin: 0 auto 10px;
	padding-left: 45px;
	background: url(images/send.png) left center no-repeat;
	color: #000;
	font: 400 1.8em/1 'Lora';
	font-style: italic;
}

.newsletter div.mailpoet_paragraph {
  width: calc(100% - 45px);
  float: left;
}

.newsletter div.mailpoet_paragraph.last {
  width: 45px;
  float: left;
}

#mailpoet_form_2 input {
	height: auto;
	padding: 10px 20px;
	margin: 0;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #c1c1c1;
}

#mailpoet_form_2 input[type=submit] {
  background: url(images/nav-right-grey.png) right no-repeat;
}

#footer .rowBottom {
	padding: 50px 0;
	background: #f5f5f5;
}

#footer img.logo {
	width: 100%;
	max-width: 155px;
    height: auto;
	margin-bottom: 20px;
}

#footer h2 {
	margin: 20px auto;
	font: 700 1.5em 'Lora';
	font-style: italic;
	text-transform: none;
}

#footer ul {
	padding: 0;
}
#footer ul li {
	padding: 3px 0;
	list-style: none;
	display: block;
}

#footer ul li.phone {
	font-size: 14px;
	font-weight: bold;
}

#footer ul li .fa {
	margin-right: 5px;
	color: #888888;
}

#footer ul li.sociais .fa {
	width: 30px;
	height: 30px;
	background: #888;
	color: #fff;
	border-radius: 30px;
	line-height: 30px;
}

#footer .copyright {
	padding: 20px 0;
	background: #1f1e1f;
	color: #d2d2d2;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer .copyright a {
	color: #d2d2d2;
}

/* ANIMATE */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* MEDIA QUERIES */

@media (max-width: 767px) {
	.main-nav .navbar-brand {
		height: 85px;
	}
	.main-nav .navbar-brand img {
		max-width: 90px;
	}

	.main-nav .navbar-header {
		width: 100%;
	}
	.main-nav .navbar-nav {
		margin: 0;
	}

	.main-nav .navbar-nav > li {
		width: 100%;
		display: block;
		text-align: left;
	}

	.main-nav .navbar-nav > li a,
	.main-nav .navbar-nav > .active > a {
		padding: 6px 20px;
		color: #fff;
	}

	.main-nav .navbar-toggle {
		border: none;
		z-index: 3;
		margin-top: 25px;
	}

	.main-nav .navbar-toggle:hover,
	.main-nav .navbar-toggle:focus {
		color: #c0c0c0;
		background: transparent;
	}

	.side-collapse-container {
		width: 100%;
		position: relative;
		left: 0;
		transition: left .4s;
	}

	.side-collapse {
		top: 0;
		bottom: 0;
		left: 0;
		width: 220px;
		background: #e4e4e4;
		position: fixed;
		overflow: hidden;
		transition: all .3s ease;
		z-index: 9;
	}

	.side-collapse.in {
		left: -220px;
		transition: all .3s ease;
	}

	.search-form {
		margin-bottom: 15px;
	}

	.mycart .content {
		right: -52px;
		top: 42px;
	}
}

@media (min-width: 768px) {
	.main-nav .navbar-brand {
		height: 155px;
		display: block;
		margin: 0 auto;
		float: none;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 14px;
	}

	.navbar-nav>li.dropdown>a:after {
		content: "\f107";
		font-family: 'FontAwesome';
		position: absolute;
		right: 0;
		font-style: normal;
	}

	.navbar-nav>li.dropdown>.dropdown-menu {
		padding-top: 0;
		padding-bottom: 0;
		background: #fff;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	}

	.navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.navbar-nav>li.dropdown>.dropdown-menu li {
    	border-bottom: 1px solid #e6e6e6;
	}

	.top-nav .navbar-nav>li>a {
		font-size: 14px;
	}

	.top-nav .navbar-nav>li>a:before {
		content: "|";
		position: absolute;
		right: 0;
		color: #c0c0c0;
	}

	.main-nav .navbar-nav li a {
		padding: 15px 12px;
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.main-nav .navbar-nav li a {
		padding: 15px 20px;
		font-size: 16px;
	}
}

#billing_myfield13_field {
	display: none;
}

#billing_myfield12_checkbox:checked ~ #billing_myfield13_field {
    display:block;
}


/* Custom CSS plugin YITH WooCommerce Lista de Desejos */
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    align-items: baseline;
}