/*
Theme Name:   FKGK
Description:  Write here a brief description about your child-theme
Author:       root
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  FKGK
*/

/* Write here your own personal stylesheet


/* Divi toggle animate arrow and change colour */
/* Open toggle*/
.et_pb_toggle_open .et_pb_toggle_title:before {
transform: rotate(180deg);
content: "3b";
transition:all 0.5s ease-in-out 0s;
color: #D4E2EB !important;
}
/* Closed toggle*/
.et_pb_toggle_title:before {
content: "3d";
font-size:2em;
transition:all 0.5s ease-in-out 0s;
color: #D4E2EB !important;
}

.blurbtastic .et_pb_blurb_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.blurbtastic .et_pb_main_blurb_image {
  visibility: hidden;
  margin: 0;
}

.blurbtastic .et_pb_blurb_container {
  position: absolute;
  align-self: center;
}

.et_pb_post {
    display: flex !important;
    flex-direction: column !important;
}
 .post-meta {
    order: 1 !important;
	
}

.entry-title {
    order: 2 !important;
	
}
 .post-content {
    order: 3 !important;
}

@media all and (min-width:980px){
	.et_pb_blog_grid .et_pb_image_container {
	margin: -20px -20px -10px;
}
.et_pb_blog_0 .et_pb_post .entry-title a, .et_pb_blog_0 .not-found-title {
    margin-left: -5%;
	}
	
	p.post-meta {
    margin-left: -5% !important;
}
} 

ul#mobile_menu2 {
    overflow: scroll;
    height: 83vh;
	    top: 6vh;
}

