/*
 Theme Name:   Juste Maudinette - Custom thème
 Theme URI:    
 Description:  Personnalisation du thème utilisé.
 Author:       Benjamin Grolleau
 Author URI:   https://benjamin-grolleau.fr
 Template:     pipdig-maryline
 Version:      1.0.0
*/

.menu-custom {
	max-width:1300px;
}

.search-form {
	border:3px solid #ccaeae;
}

a[aria-label=instagram] { 
  order:1;
}

a[aria-label=youtube] { 
  order:2;
}

a[aria-label=facebook] { 
  order:3;
}

a[aria-label=pinterest] { 
  order:4;
}

a[aria-label=twitter] { 
  order:5;
}

a[aria-label=Email] { 
  order:6;
}

a[aria-label=Search] { 
  order:7;
}

.menu-bar ul li.top-socialz {
	display: flex;
}

#p3_featured_panels {
background:#e8d5d6 ;
padding: 0px 300px;
margin: 0 -300px;
height: 300px;
overflow: visible;
margin-bottom: 100px;
}

.p3_featured_panel {
	top: -20px;
}

#p3_social_sidebar {
  display: flex;
  flex-direction: column;
}

#p3_social_sidebar>a:first-of-type {
  order:5;
}

#p3_social_sidebar>a:nth-of-type(2) {
  order:1;
}

#p3_social_sidebar>a:nth-of-type(3) {
  order:3;
}

#p3_social_sidebar>a:nth-of-type(4) {
  order:4;
}

#p3_social_sidebar>a:nth-of-type(5) {
  order:2;
}
#p3_social_sidebar>a:nth-of-type(6) {
  order:6;
}

.pipdig_socialz_2 {
  display: flex;
  flex-wrap: wrap;
}

.pipdig_socialz_2>a {
  width:32%;
}

.pipdig_socialz_2>a:first-of-type {
  order:5;
}

.pipdig_socialz_2>a:nth-of-type(2) {
  order:1;
}

.pipdig_socialz_2>a:nth-of-type(3) {
  order:3;
}

.pipdig_socialz_2>a:nth-of-type(4) {
  order:4;
}

.pipdig_socialz_2>a:nth-of-type(5) {
  order:2;
}

.pipdig_socialz_2>a:nth-of-type(6) {
  order:6;
}