/*
Theme Name: Minimum Child
Theme URI: http://demo.qodeinteractive.com/minimum/
Description: A child theme of Minimum Theme
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.1.3
Template: minimum
*/
@import url("../minimum/style.css");

header {
	height: 85px;
}
header .logo {
	bottom: 0;
}
header .logo img {
	max-width: 250px;
}

.footer_bottom .left img {
	float: left;
	margin: 0 10px 5px 0;
}
.footer_bottom .left #text-3,
.footer_bottom .left #text-6 {
	clear: both;
}

.footer_dir {
	float: left;
	color: #858589;
	font-family: "PT Sans",sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
}
.footer_dir a {
	color: #858589;
	font-family: "PT Sans",sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
}
.footer_dir a:hover {
	color: #252525;
	text-decoration: underline;
}

.dropcap2_gray,
.dropcap3_gray,
.bx-prev:hover,
.bx-next:hover,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover,
.progres_bars3 .progress_bar:hover .bar.active .bar_active,
.circle_item:hover .circle,
.pagination2 ul li a:hover,
.pagination2 ul li.active span,
.widget_tag_cloud a:hover,
.pagination2 ul li a:hover,
.pagination2 ul li.active span,
#magic,
.slide .text a.button,
.tp-caption a.button,
.tp-rightarrow.default:hover,
.tp-leftarrow.default:hover{
	background-color: #9D9C9C;
}

.button:hover, input[type="submit"]:hover{
	background-color: #9D9C9C
}
	
.back_to_top:hover{
	background-color: #9D9C9C;
}	

.dropcap1_gray,
.drop_down .second ul li:hover a,
.drop_down .second ul li.sub ul li a:hover,
.tabs .tabs-nav li a:hover,
.recentcomments,
.move_down .mc a:hover,
.move_down ul li .second .mc a.sub:hover,
.slide .text.type2 a:hover{
	color: #9D9C9C;
}

blockquote {
	border-left: 2px solid #9D9C9C;
}

.content_inner p {
    font-size: 15px;
}

.social_menu li.instagram a{
	background-position: -72px -36px;
}

.social_menu li.instagram a:hover{
	background-position: -72px -0px;
}

/* POYLANG LANG SELECTOR */
.idiomas {
    margin-right: 200px;	
}
.widget_polylang li {
    display: inline;
    list-style-type: none;
}
.widget_polylang li a {
	text-decoration: none;
	text-transform: uppercase;
}
.lang-item-ca {
}
.lang-item-ca:after {
	content: " | ";
}

.separator {
	margin-top: 35px;
}

/* AVISO LEGAL */
.page-id-336 .content,
.page-id-341 .content {
	font-size: 15px;	
}
.page-id-336 .content ul,
.page-id-341 .content ul {
    list-style: disc;
    margin: initial;
    padding: 0 0 0 40px;
}
.page-id-336 .content ol,
.page-id-341 .content ol {
	list-style: decimal;
    margin: initial;
    padding: 0 0 0 40px;
}

.page-id-336 .content li,
.page-id-341 .content li {
    display: list-item;
}

.page-id-336 table,
.page-id-336 tbody,
.page-id-336 tr,
.page-id-336 td,
.page-id-341 table,
.page-id-341 tbody,
.page-id-341 tr,
.page-id-341 td {
	border: 1px solid black;
	padding: 5px;
}

.wpcf7-form input[type="submit"] {
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-style: italic;
	padding: 0 38px;
	margin: 0 0 30px 0;
	width: auto;
	color: #fff;
	background-color: #252525;
	text-decoration: none;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
}
.wpcf7-form input[type="submit"]:hover {
   background-color: #9D9C9C;
}
div.wpcf7 .wpcf7-submit:disabled {
   background-color: #9D9C9C;
}

.wpcf7-form .aceptacion {
   margin-left: -16px;
}

.wpcf7-form .legal {
    background-color: #f2f2f2;
    padding: 15px;
    margin: 0 15px 0 0;
    border-radius: 10px;
}
.wpcf7-form .legal p {
    margin: 0;
    font-size: 12px;
}