/**
Theme Name: Sofia V2
...
Version: 2.0
...
**/

@import url(https://fonts.googleapis.com/css?family=Arimo&subset=latin,greek);

/**
#blockWindow {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
**/

#leftMargin {
	display:table-cell;
	width:250px;
}

#rightMargin {
	display:table-cell;
	width:5%;
}



#theContent02 {
	
	display:table-cell; 
	vertical-align:middle;
}

#homeTitle {
	position: relative;
 
    display: block;
    background-color: firebrick;
    opacity: 0.9;
    padding: 0.7em;
    color: white;
}
#footer {
	bottom: 0em;
    width: 100vw;
    min-height: 1.5em;
    padding-left: 100px;
    padding-top: 0.2em;
    text-align: center;
    left: 0;
    right: 0;
    position: fixed;
    color: white;
    font-weight: 100;
    font-size: 0.7em;
    background-color: dimgrey;
	z-index: 500;
}

#footer a:visited {
    color: white;

}

/* --------------------- DESKTOP ------------------------ */

@media only screen and (max-width: 800px) {
	#GBmenu { display:none }
}


@media only screen and (min-width: 800px) {

#leftMargin {
	min-width: 250px ;
}


#theContent {
	vertical-align: middle;
	}

#topBar {
    display: none;
	max-height:0;
	
}



#GBmenu {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex ;
	-webkit-box-align: center ;
	    -ms-flex-align: center ;
	        align-items: center ;
	height: 100vh;
	width:250px;
	position: fixed;
	z-index: 1000;
	}
	
#GBmenuTitle {
	padding-left:40px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 500;
}

#GBmenuTitle a:link {
	color: white;
}	

#GBmenuTitle a:visited {
	color: white;
}	
	
#GBmenuTitle a:hover {
}	


} /* <<<<------------------------- end if min 800 px */

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f3f3f3;
}

.textAlignLeft {
	text-align:left;
}


#containerFlags {
	position: absolute;
	right: 8px;
	top: 52px;
	width: 36px;
	text-align: center;
	color: white;
	border: thin solid;
	opacity: 0.8;	
	font-size: .9em;
	}
	
#Homeimage {
	margin-left:0;
	margin-right:0;
	}
	
#HomeContent {
	padding:1em;
	color: #363636;
	font-size: 1em;
	position:relative;
	z-index:0;
	max-height: 90vh;
	max-width:1024px;
	overflow-y: auto;
	}
	
#HomeContent div {
width:100% ;
	}
	
#article {
	max-width: 300px;
	position: relative;
	/* min-height: 250px; */
	}
	
#article:hover {
	outline:dashed firebrick thin ;	
	}	
	

#blockExcerpt {
	padding:1em;
	color: #FFF;
	text-align:left ;
	font-style: italic;
	}
	
.blockquoteGB{
color: #903;
float: left;
font-family: "Times New Roman", Times, serif;
font-size: 5em;
line-height: .1em;
padding-top: .5em;
padding-right: .1em;
margin-left: -0.1em;
}
	
#titleBlock  {
	color:#666;
	text-align: left;
}

#postContent {
	text-align: left;
	max-width: 60em;
	background-color: rgba(220, 220, 220, 0.7);	padding:1em;
	margin-top: 1.6em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	}
			
.navPost {
	float: left;
	font-size:.8em;
	margin-top: .8em;
	color: white;
	}	
	
.nextpost { 
		color:#0F0 ;
}

.prevpost { 
		color:#0F0 ;
}
	
	
/* ----------------------------scrollbars---------------------------- */


/* -----------------------------FADE IN------------------------------ */

.fade1s {
	opacity: 1;
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;

}

.fade2s {
	opacity: 1;
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;

}

.fade3s {
	opacity: 1;
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;

}

@-webkit-keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* END FADE IN */

/* ------------------------- TYPOGRAPHY ----------------------------- */

img.alignright {
	float: right;
	margin-right: auto;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

img.alignleft {
	float:left; 
	margin-left: auto;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em; 
	}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


p:before { /* <<-------- avoid short lines around images */
  content: "";
  width: 15em;
  display: block;
  overflow: hidden;
} 

.fleximage {
	width: 100% ;
	height:auto ;
	}

#Gmap {
    z-index: -9999999999;
	position:relative;
}

.entryDate { 
    border: 1px dashed firebrick; 
    line-height: 1; 
    width: 3em;
	float:left;
}
.entryDate span { 
    display: block; 
    text-align: center; 
}
.postMonth { 
    text-transform: uppercase; 
    font-size: 1em;
    padding-top: 0.1em; 
}
.postDay { font-size: 1.2em; }

.postYear { 
background-color: firebrick;
color: #FFF;
font-size: 1em;
padding: 0.1em 0;
margin-top: 0.1em;
}

/* ----------------- links inside text ----------------- */

/* ---------------- search --------------------*/

.search-form {
	padding-left:40px;
}
 
.search-field {
    background-color: transparent;
    background-image: url(images/search_Icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 2em;
	width: 35px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    -o-transition:         width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
}
 
.search-field:focus {
	
	border:dashed thin #FFF ;    
	cursor: text;
    width: 200px;
	background-image:none;
}
.search-form
.search-submit { 
display:none;
}

/* ------------------------------------------------------------------------- */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}



/* -----------------------   MENUS  DESKTOP ----------------------------- */

/* The container */
@media only screen and (min-width: 800px) { 
#GBmenuMobile { display:none; }
	
	}

#cssmenu  {
		font-family: 'Arimo', sans-serif;
}

#cssmenu > ul {
  width: 180px;
}

#cssmenu > ul li {
  display: block;
  position: relative;
  text-align: center;
}

#cssmenu > ul li a {
  /* Layout */
  display: block;
  position: relative;
  margin: 0;
  border-top: 1px dashed white;
  /* border-bottom: 1px dashed white; */
  padding: 0.9em; 

  /* change height and padding left */
  /* Typography */
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  /* Background & effects */
}

/* The hover state of the menu/submenu links */
#cssmenu > ul li a:hover,
#cssmenu > ul li:hover > a {
  color: firebrick;
  background: #999;  /*  color on hover  */
  border-top: 1px dashed firebrick;
  /*  border-bottom: 1px dashed firebrick; */

}

#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.25);
}

/* THE SUBMENUS */
#cssmenu > ul ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  padding-left: 1em;
  opacity: 0;
  width: 180px;
text-align: center;

  /* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

#cssmenu > ul ul li a {
	font-size: 0.9em;
	color: #333;
	background-color: rgba(255, 255, 255, 0.85);
}

/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
  z-index: 1;

}

/* -------------------------- HAMBURGER -------------------------------------*/

.menu {
  cursor: pointer;
  margin: 0 auto;
  padding-left: 1.25em;
  position: relative;
  width: 40px;
  height: 40px;
}
.menu-global {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 7px solid white;
  width: 100%;
  -webkit-transition: 0.55s;
  -o-transition: 0.55s;
  transition: 0.55s;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 18px;
}
.menu-bottom {
  top: 36px;
}
.menu-top-click {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 15px;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transition: 0.55s 0.5s;
  -o-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 15px;
  -webkit-transform: rotate(-410deg);
      -ms-transform: rotate(-410deg);
          transform: rotate(-410deg);
  -webkit-transition: 0.55s 0.5s;
  -o-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
}

/* -----------------------   MENUS  MOBILE ----------------------------- */






	


#cssmenuMob  {
		font-family: 'Arimo', sans-serif;
		background-color:#FFF;
		margin: 0;
		display: none;
		opacity: 1;
		width:100vw ;
		-webkit-animation-name: fadeInOpacity;
		        animation-name: fadeInOpacity;
		-webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;
		-webkit-animation-duration: 0.5s;
		        animation-duration: 0.5s;

}

#cssmenuMob > ul {
padding:0;
width: 100vw;
}

#cssmenuMob > ul li {
  display: block;
  position: relative;
  text-align: center;
  z-index:99999;
}

#cssmenuMob > ul li a {
  /* Layout */
  display: block;
  position: relative;
  margin: 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #d9d9d9;
	background-color: white;
  z-index: 100; 
  padding: 11px ;  /* change height and padding left */
  /* Typography */
  color: #707070;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  /* Background & effects */
}

/* The hover state of the menu/submenu links */
#cssmenuMob > ul li a:hover,
#cssmenuMob > ul li:hover > a {
  color: #ffffff;
  background: #999;  /*  color on hover  */
  border-color: transparent;
}

#cssmenuMob > ul li > a:hover::before,
#cssmenuMob > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.25);
}

/* ------------------------- DROPDPWN MENU Qtrans ------ */

	

/* -------- Hamburger 2 --------*/

#menuToggle
{
}

#menuToggle input
{
  display: block;
  width: 50px;
  height: 32px;

  position: absolute;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span
{
	display: block;
	width: 50px;
    height: 6px;
    margin-bottom: 7px;  position: relative;
	background: white;
  border-radius: 3px;
  z-index: 100;
  -webkit-transform-origin: 20px -5px;
      -ms-transform-origin: 20px -5px;
          transform-origin: 20px -5px;
  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  -o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.5,0.2,0.05,1.0),
              opacity 0.55s ease;
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.5,0.2,0.05,1.0),
              opacity 0.55s ease;
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.5,0.2,0.05,1.0),
              opacity 0.55s ease;
			  
}

#menuToggle span:first-child { -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) { -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; transform-origin: 0% 100%; }

#menuToggle input:checked ~ span { opacity: 1; -webkit-transform: rotate(45deg) translate(10px, 10px); -ms-transform: rotate(45deg) translate(10px, 10px); transform: rotate(45deg) translate(10px, 10px); background: white; }

#menuToggle input:checked ~ span:nth-last-child(3){ opacity: 0; -webkit-transform: rotate(0deg) scale(0.2, 0.2); -ms-transform: rotate(0deg) scale(0.2, 0.2); transform: rotate(0deg) scale(0.2, 0.2);}

#menuToggle input:checked ~ span:nth-last-child(2){ -webkit-transform: rotate(-45deg) translate(0, -1px); -ms-transform: rotate(-45deg) translate(0, -1px); transform: rotate(-45deg) translate(0, -1px);}


/* --------------------- thumbnail and posts -------------------------------*/


.fitimage {
	object-fit: cover;
    object-position: center;
    max-height: 200px;
}

/* ------------------qtranslate flags -------------------------------- */

/** flags horizontal */
ul.qtrans_language_chooser { list-style: none; margin: 0; padding: 0; }
ul.qtrans_language_chooser li { display: inline-block; float: left; position: relative; margin: 0; padding: 0; }
a.qtrans_flag { margin-left: 10px; margin-top: 0px }
/*-----------------------------------*/


 /* make sure the flags are aligned horizontally */
 
#qtranslate-chooser {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

/* anchor will have a size of 64x64 and be displayed semi-transparent */
.language-chooser-image a {
	margin-right: 10px;
}

/* ---------------------- masonry images -----------------------*/

.wrapper {
    width: 95%;
    margin: 3em auto;
}

.masonry {

	margin-right: 2em;
	margin-bottom: 1em; /* to hold overflow */
	margin-left: 0;
    padding: 0;
    -webkit-column-gap: 0.5em;
    column-gap: 0.5em;
	max-width: 1024px;
	background-color: rgba(220, 220, 220, 0.7);
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.item {
    display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
    padding: 0.5em;
    margin-bottom: 0.8em;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -webkit-column-count: 1;
        column-count: 1;
		-webkit-column-width: 100%;
		        column-width: 100%;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -webkit-column-count: 2;
        column-count: 2;
		-webkit-column-width: 50%;
		        column-width: 50%;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -webkit-column-count: 3;
        column-count: 3;
		-webkit-column-width: 33%;
		        column-width: 33%;
    }
}


@media only screen and (min-width: 1280px) {
    .masonry {
        -webkit-column-count: 4;
        column-count: 4;
		-webkit-column-width: 25%;
		        column-width: 25%;
    }
}

#imageBio {
	
}

/* -----------------  columns  ------------------------ */

.col_1 {
     -webkit-column-count: 1;
     column-count: 1;
}

.col_2 {
     -webkit-column-count: 2;
     column-count: 2;
}
.col_3 {
     -webkit-column-count: 3;
     column-count: 3;
}
.col_4 {
     -webkit-column-count: 4;
     column-count: 4;
}

#titleBio {

	font-family: 'Arimo', sans-serif;
	}




/* -------------------- GENERAL ---------------------------------- */

a:link { text-decoration: none}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 1.2em;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


html, body { 
	width:100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
	font-family: 'Arimo', sans-serif;
	background-color:#999;
	background-image:url(images/cartographer02.png);
	background-attachment: fixed;
	-webkit-hyphens: none; 
	-ms-hyphens: none; 
	    hyphens: none;
	-webkit-overflow-scrolling: touch;
}

img.size-half_320px {
	margin: 5px 20px 5px o;
}


.alignnone {
	margin: 5px 20px 5px o;
}
/* --------------------------------------- */



/* -----------------------   POSTS   ----------------------------- */

.wp-caption {	padding: 0 0 0 0;}


.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px 0px;
	margin: 0 0;
}

#post-info  {
    color: #5E5E5E;
    font-size: 14px;
    line-height: 12px;
    margin: 0 0 10px;
	padding-top:25px;
    text-transform: uppercase;
	width:auto;
	text-align:left;
}

#subtitle  {

    color: #5E5E5E;
    font-size: 14px;
    line-height: 12px;
    margin: 0 0 18px;
	padding-top:25px;
    text-transform: uppercase;
	width:auto;
	text-align:left;
}

#post-info a , a:visited {
	color: #797979;
	text-decoration:none;
	}



#post-info a:focus {}

#post-info a:active {
	color: #505050;
	}



#postTitleContainer {
	min-width:100%;
	float:left;
	padding-bottom: 20px;
}

#postTitle {
	
	color:#333333  ;
    font-size: 1.2em;
    font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#C03;
	border-top:1px dotted #d9d9d9;;
	border-bottom: 1px dotted #d9d9d9;
	float:left;
}



#postDate {
	color: #b8b8b8;
	float: right;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-right:3%;
	border-bottom: 1px dotted #d9d9d9;
    text-transform: uppercase;
	width:auto;
}

#editPost  {

	padding-top: 24px;
	padding-bottom: 4px;
	margin-left:20px;
	float:left;
	}

.editLink a {
	color: #E1171B;
    font-size: 1em;
	}

#insideContent {
	margin: auto auto;
	width:650px;
	font-size: 1em;
	}	

#insideContent > p {
	font-size: 1em;
	 line-height: 1.2em;
	}	

/* ----------------- STYLE ------------------------- */


blockquote {
	padding-top: 20px;
	overflow: hidden; /* clearfix alternative */
	font-size: 18px;
	line-height: 150%;
	color: #454545;
	font-style:italic;
}

blockquote:before {
	display: block;
	float: left;
	margin: 10px 15px 0 0;
	font-size: 50px; 
	content: "\201C";
	color: #bababa;
	text-shadow: 0 1px 1px #909090;
}

a img, a:hover img, a:visited img  {
	border: 0;
	text-decoration: none;
}

table, td, th {
 }

