/*
Theme Name: GC Style
Template: twentyfifteen
*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "arial", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.page-header .page-title {
	color: #333;
	font-family: "arial", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.hentry h5 {
    font-size: 15px;
    margin-top: 3.5em;
    margin-bottom: 0.8em;
}

.hentry h4 {
    color: #1e376d;
    text-indent: 20px;
}

.hentry p {
    margin-bottom: 0.8em;
}

.entry-title {
    display: none;
}

/* Homepage */

body.home {
    background-image: url(http://www.clabels.pt/wp-content/uploads/footer_2020.png), url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/Frente_cl.jpg);
    background-size: auto, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: bottom right, top left, center center;
    background-attachment: fixed;
}


body.home .hentry {
    background-color: transparent;
    box-shadow: none
}

body.home .sidebar{
    background-color: rgba(255, 255, 255, 0.8);
}

body.home .site-footer{
    display: none;
}

/* Homepage */


body.page-id-96, .page-id-101{
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/bg_foto.jpg);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body.page-id-21,
    .page-id-30,
    .page-id-34,
    .page-id-40,
    .page-id-43 {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/bg_foto_2.jpg);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body.page-id-62 {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/banner_fsc.png);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body.page-id-51 {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/banner_quality.png);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body.page-id-59 {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/banner_seguranca.png);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body.page-id-80 {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/bg-mapas.jpg);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body.page-id-75 {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/bg_produtos.jpg);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body.page-id-70 {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/banner_inovacao.png);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body.page-id-91 {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/bg_destaques.png);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

body {
    background-image: url(http://www.clabels.pt/wp-content/uploads/bg_tile.png), url(http://www.clabels.pt/wp-content/uploads/Frente_cl.jpg);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-attachment: fixed;
}

.lang-item {
    display: inline;
}

.hentry {
    border-radius: 0;
    background-color: #FFF;
	box-shadow: 5px 5px 10px rgba(80, 80, 80, 0.5);
}

.site-footer {
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.7);
	box-shadow: none;
    margin-bottom: 2%;
}

body:before {
    background-color: transparent;
    box-shadow: none;
}

.site-info {
    text-align: center;
    padding: 2% 3% 2% 3%;
}

.site-info a:hover {
	border-bottom: none;
}

.site-info a:hover,
.site-info a:focus {
	color: grey;
}

.entry-content,
.entry-summary {
	padding: 0 5% 5%;
}

.secondary {
    background-color: transparent;
    padding-bottom: 0;
}

.site-header {
    background-color: transparent;
}

.sidebar {
    background-color: rgba(255, 255, 255, 0.9);
}

.hentry,
.page-header,
.page-content {
    margin: 0 3%;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 30%;
    margin: 1%;
}

.page-id-91 .hentry {
    text-align: center;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.main-navigation .current-menu-item > a {
    color: #00aeef;
}

.main-navigation .current-menu-ancestor > a {
    color: #1e376d;
}
