/*
 Theme Name:   edoltre
 Description:  Personalizzazione per sito edoltre
 Author:       Friulnet
 Author URI:   https://friulnet.it
 Template:      awaken
 Version:      1.0.3
 License:      All rights reserved
 Text Domain:  edoltre
 Domain Path: /languages/
*/

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Raleway:300';
/* @import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,900'; */

@import 'https://fonts.googleapis.com/css?family=Merriweather:300';

@import url('../awaken/style.css');

.single-entry-title {
	/* font-family: 'Playfair Display', serif; */
        font-family: 'Merriweather', serif;
        
	font-style:normal;
	
	font-size: 52px;
	line-height: 1;
	  
}

.entry-content {
	/* font-family: 'Playfair Display', serif; */
        font-family: 'Merriweather', serif;
  
  color: black;  
  font-style: normal;

  /*
  font-size: 20px;
  line-height: 34px;
  */
  
  font-size: 19px;
  margin-bottom: 30px;
  line-height: 29px;
  letter-spacing: 0.25px;
  

}

.entry-content h2 {
    font-family: "Playfair Display", sans-serif;
    font-size: 36px;
    color: #424242;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-top: 50px;
    margin-bottom: 25px;
}


blockquote {
  background: #f8f8f8;
  margin: 1.5em 0;
  padding: 1.5em;
  border-left: 2px solid #fa5742;
  
  font-size: 30px;  
  line-height: 36px;
  
  font-family: 'Raleway', sans-serif; 
}

.mag-summary{
  font-family: 'Playfair Display', serif;
  
  color: black;  
  font-style: normal;

  font-size: 16px;
  line-height: 25px;

}

.posted-cat:before {
  content: "\f064";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 10px 0 0;
}


.dropcap {
    letter-spacing: -1px;

    line-height: 80px;
    font-size: 90px;
    float: left;
    margin-right: 10px;
} 


/*--------------------------------------------------------------
zomm image in frame
--------------------------------------------------------------*/

@media (min-width: 1200px) {



.zoom-img-container{
    float: left;
    position: relative;
    width: 350px;
    height: 195px;
    overflow: hidden;
}

.zoom-img-stroke {
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-img-stroke img {
    
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.awaken-block-post:hover .genpost-entry-title a {
    color:red;
}

.zoom-img-container:hover .zoom-img-stroke img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
}

.genpost-entry-title{
    padding-top: 15px;
}

}
