/*
Theme Name: 3cs_4
Theme URI: 
Description: Thema ceramicas3cs 2017 bootstrap 4
Author: Jorge Melo
Author URI: http://jorgemelo.free.fr
License URI: 
Version: 2.1
*/
@import url("css/social.css");
/* Preloader */

.color {
	background-color: #FCC;
}
body {
	width: 100%;
	height: 100%;
	background-color: #FFFCF3;
}
html {
	width: 100%;
	height: 100%;
}
a {
	color: #A33504;
}
a:hover {
	color: #A33504;
}
input {
	padding: 8px;
}
.separa {
	clear: both !important;
}
textarea {
	border: 1px solid #CCC;
	width: 80%;
}
.top_news li {
	font-size: 120%;
	font-weight: bold;
}

.card.panels {
	background-color: #FFFCF3;
	 border-style:none;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /* font-family: inherit; */
    font-weight: 500;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
	
/*news*/
.nota {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 320px;
	position: relative;
	margin-bottom: 15px;
	display: block;
}

.nota::before {
    background-image: linear-gradient( rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.nt{
	color: #FFF; 
}
.nt:hover{
	color: #CCC;
}
.note-card__title {
   
    line-height: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.note-card__text {
    bottom: 0;
    left: 0;
    padding: 0.71429rem 0.71429rem 1.42857rem;
    position: absolute;
    width: 100%;
	z-index: 10;
}
.note-card__excerpt {
	background-attachment: scroll;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	color: #987f7f;
	margin: 0 -0.71429rem -1.42857rem;
	padding: 0.71429rem;
	text-shadow: none;
	background-color:#FFFCF3;
}
.card.news{
	background-color: #FFF;
	border: 1px solid #FF9;
}
.card.news h3 {
	text-transform: uppercase;
	color: #973D1A;
	font-size: 150%;
	font-weight: bold;
}
.navbar-brand {
	margin-top: 10px;
	padding: 0px;
	font-size: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.nav_3cs {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A33504;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.navbar-nav .menu-item   a {
	display: block;
    padding: .5rem 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	text-transform: uppercase;
}
.intro-section {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
	margin-bottom: 50px;
}
.btn-circle {
	height: 70px;
	width: 70px;
	margin-top: 8%;
	border: 2px solid #fff;
	border-radius: 35px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contenu {
	margin-top: 110px;
}
.comente input {
	border: 1px solid #CCC;
	padding: 8px;
}
.intro-body {
	margin-top: 10%;
}
.brand-heading {
	font-size: 550%;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #000 3px 5px 5px;
}
.brand-heading_h2 {
	text-shadow: #000 3px 5px 5px;
}
.footer {
	background-color: #FFF;
	margin-top: 50px;
	margin-bottom: 0px;
}
.love {
	text-align: center;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	font-size: 11px;
}
/*entry*/
.entry img {
	max-width: 100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}
.entry iframe {
	width:95%;
}

/*sidebar ceramistas */
.sidebar_ceramistas {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;}
	
	.sidebar_ceramistas::after {
    clear: both;
    content: "";
    display: table;
}
	
.ceramistas  {
	float: left;
	width: 100px;
	height: 100px;
	background-image: url(images/3cs_mini.jpg);
	background-repeat: no-repeat;
	background-color: #CCC;
	border-radius: 70%;
	overflow: hidden;
	background-position: center center;
	margin-right: 10px;
}
.thumbnail > img, .thumbnail a > img {
 width: 100px !important;
	height: 100px !important;
}
.liste_ceramistas  {
	width: 100px !important;
	height: 100px !important;
	overflow: hidden;
	border-radius: 70%;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
}

/*sidebar*/

.mini {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
	background-image: url(images/3cs_mini.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mini img {
	width: 60px;
	height: 60px;
}
.sidebar_mini, .sidebar_ceramistas {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.sidebar_mini h3 {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}
.sidebar_mini h3 a {
	text-decoration: none;
}
.mini_excerpt {
	padding-left: 80px;
}
.sidebar {
	margin-bottom: 10px;
}
.promos_nav {
	font-size: 20px;
}
.vermais {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin-right: 10px;
}
.vermais span {
	padding: 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.comments ol li a {
	font-weight: bold;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:2000; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(images/preload.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* BIG LOAD*/

.load_fond {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-attachment: scroll;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center 120px;
	background-color: #333;
}

.nav_cat {
	text-align: center;
	font-size: 30px;
}
/*map*/
.locationinfo {
    height: auto !important;
    width: 150px!important;
}
/*NAV */
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager .next > a, .pager .next > span {
    float: right;
}
pager .previous > a, .pager .previous > span {
    float: left;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
 /* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
}
@media (max-width: 767px) {
	.intro-section {
	padding-top: 90px;
	padding-right: 0;
	margin-bottom: 80px;
}
 .brand-heading {
 font-size: 250%;
}
.brand-heading_h2 { font-size: 180%;}
}
@media (max-width: 480px) {
	
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


/* Calendario */
.cal{
   height: 100vmin;
    width: 100%;
    border: none;
	scrolling: no;
}
 .agenda { display:none;}
@media only screen and (min-width: 300px) and (max-width:920px) {
 .agenda { display:block;}
 .cald { display:none}
}
