/*
Theme Name: Bard Child
Theme URI: 
Description: Bard Child Theme
Author: Neteffect
Author URI: http://www.neteffect.be
Template: bard
Version: 1.0.0
*/

/* Add your custom styles here */

@import url("assets/css/beachresort.css");
@import url("assets/css/architectdaughter.css");
@import url("assets/css/shealwayswalkalone.css");

html, body {
	font-family: "Architect Daughter";
	font-size: large;
}

div.main-content img {
	border-radius: 15px;
}

.beachresort {
	font-family: "Beach Resort" !important;
}

.architectdaughter {
	font-family: "Architect Daughter" !important;
}

.walkalone {
	font-family: "Walk Alone" !important;
}

.header-logo a img {
	margin-bottom: 76px;
    margin-top: 22px;
}

.main-content, .featured-slider-area, #featured-links, .page-content select, .page-content input, .page-content textarea {
    background-color: transparent !important; 
}

div.entry-header {
	height: auto;
}

/*Icones socials*/

.fa-tablet-alt:before {
    content: "\f095" !important;
}

.fa-chevron-down:before {
	content: "\f0c9" !important;
}

.header-socials-icon {
	border: none;	
}

.header-socials-icon {
	width: 50px;
}

.header-socials a .header-socials-icon i {
	color: blue;
	font-size: 20pt
}

.header-socials a:nth-child(2) .header-socials-icon i {
	color: #44C1F0;
}

.header-socials a:nth-child(3) .header-socials-icon i {
	color: green;
}

.header-socials a:nth-child(4) .header-socials-icon i {
	color: #F39200;
}

#main-nav a, #main-nav i, #main-nav #s {
    color: #f39200 !important;
}

#main-menu li a {
	font-family: "Beach Resort" !important;
	font-weight: 400;
	font-size: 18pt;
}

#mobile-menu > li:nth-child(2) a, #main-menu > li:nth-child(2) a{ 
    color: #3AAA35 !important;
}

#mobile-menu > li:nth-child(5) a, #main-menu > li:nth-child(5) a{ 
    color: #44C1F0 !important;
}

#main-menu li ul.sub-menu li a {
		font-family: "Architect Daughter" !important;
/*		color: #f39200 !important;*/
}

.main-container header.post-header {
	display: none;
}

/* Style des bouttons Bulles */

div.hover-button, div.hover-button-single {
	position: relative;
}

div.hover-button img:nth-child(2) {
	display: none;
}

div.hover-button img {
	transition: all 0.25s;
}

div.hover-button:hover img:nth-child(2) {
	display: block;
}

div.hover-button div.bubbletitle, div.hover-button-single div.bubbletitle {
	display: none;	
    position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    font-size: 3.2vw;	
    align-content: center;
    justify-content: center;
    align-items: center;
	color: #FFFFFF;
	text-shadow: #000000 0 0 10px;
}

div.hover-button:hover div.bubbletitle, div.hover-button-single:hover div.bubbletitle {
	display: flex;
}

div.hover-button, div.hover-button-single {
	cursor: pointer;
}

div.hover-button img:nth-child(1) {
	display: block;
}

div.hover-button:hover img:nth-child(1) {
	display: none;
}

input, .page-content input, .page-content textarea {
  background-color: #FFFFFF !important;
}

.padding15 {
	padding: 15px;
	border-radius: 15px;
}

.wp-block-latest-posts__post-full-content {
    padding-bottom: 25px;
    border-bottom: 1px dashed #8080802b;
    margin-bottom: 25px;
}

.wp-block-latest-posts__post-title {
	display: none;
}

/* adaptation petits écrans */

@media only screen and (max-device-height : 768px) and (max-device-width : 1024px)
{
	div.bubbletitle {
		display: flex !important;
	}

	.entry-header {
		background-size: auto;
		background-position-x: left !important;
	}	
}

@media only screen and (max-width: 781px) {
	div.bubbletitle {
		font-size: 12.8vw !important;
		display: flex !important;
	}
}
