/*
Theme Name: Pique Kerbasquiou
Description: A child theme based on Pique. One-page scrolling theme for small businesses.
Author: Guillermo Vargas Quisoboni
Template: pique
Version: 1.2.11
Text Domain: pique-kerbasquiou
*/


/* Branding */
.site-branding .site-logo-link img {
	height: 100px;
	}

.site-branding, .pique-frontpage #masthead .site-branding {
	background: white; 
	/*width: 15%;
	margin: auto;*/
	}
	
.site-branding .site-title, #masthead .site-branding .site-description {
	text-shadow:unset;
	}
	
#masthead .site-branding .site-description {
	font-family: Karla, Arial, sans-serif;
	font-style:normal;
	/*font-size: 1.1em;
	font-weight: 700;*/
	text-shadow:unset;
	text-transform:uppercase;
	}

/* Body */

body, button, .archive .read-more a, .blog .read-more a, .search-results .read-more a, input, select, textarea,
h1,
h2,
h3,
blockquote cite,
.pique-template-testimonials .pique-testimonials article .entry-content cite,
.site-branding .site-title,
.widget-title,
h4,
h5,
h6 {
	font-family: Karla, aria, sans-serif;
	}

h1 {
	font-family: Karla, aria, sans-serif;
	}

#pique-hero .pique-panel-content .entry-content {
	margin-top:3em;
	padding-top:5em;
	}

#pique-hero .pique-panel-content .entry-content p {
	/*font-size:2em;*/
    font-style:italic;
    text-align:center;
}

/* Footer */

.site-footer .site-info {
	color:gray;
	text-align:right;
	font-style: normal;
	}

.site-footer .site-info a {
	color:green;
	}
	
/* Widgets */

#gite-cal {
	width:1000px;
	border: 1px solid red;
	}

.iframe, iframe {
	border:none;
	}
	
/***** SCREEN ARRANGEMENTS ****/
/** Mobile Devices **/
@media (max-width: 767px) {
	h1 {
		font-size: 1.7rem;
		font-size: 28px;
		}
	
	.site-branding, .pique-frontpage #masthead .site-branding {
		width: 160px;
		height: auto;
		margin: auto;
		}
	
	.site-logo-link + .site-title,
	.site-description {
		display: block;
	}
	
	#pique-hero .pique-panel-content .entry-content p:first-of-type,
	#pique-hero .pique-panel-content .entry-content p {
		font-size: 1.2em;
		}
	
	.pique-panel-content p {
		font-size: 1em;
		}
	
	.pique-panel-content .entry-content {
		margin-top:0px;
		text-align:none;
		}
	
	.button {
		width:85%;
		font-size:15px;
		}
}

/** Tablet Devices **/
@media (min-width: 768px) {
	.site-branding, .pique-frontpage #masthead .site-branding {
		width: 180px;
		margin: auto;
		}
	
	.main-navigation a {
		font-size: 1.225rem;
		}
	
	#pique-hero .pique-panel-content .entry-content p:first-of-type,
	#pique-hero .pique-panel-content .entry-content p {
		font-size: 1.8em;
		}
	
	.pique-panel-content p, .overlay {
		font-size: 1.4em;
		}
	
	.pique-panel-content .entry-content {
		margin-top:0px;
		}
}

/** Desktop Devices **/
@media (min-width: 1024px) {	
	.site-branding, .pique-frontpage #masthead .site-branding {
    	width: 200px;
    	margin: auto;
    	}
}