/* 
 Theme Name:   esur 
 Theme URI:    
 Description:  
 Author:       Gr4fix s.r.o.
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|PT+Serif:400,400i,700,700i|Jura:400,500');

body{
	font-family: 'Lato', sans-serif;
}

.site-header {
    
    background: #0063b1;
    padding: 17px 0 17px 0;

}

#main {
    max-width: 960px;
    margin: 0 auto;
}

.site-branding{
	max-width: 960px;
    margin: 0 auto;
}

.footer-navigation{
	margin:0 auto;
}

.entry .entry-header{
	margin:unset;
}

.entry .entry-content{
	max-width: 100%;
	margin:unset;
}

.entry .entry-content > *, .entry .entry-summary > *{
	max-width: 100%;
}