/*
Theme Name: Prague (Child Theme)
Theme URI: https://themeforest.net/user/fox-themes
Author: Fox-Themes
Author URI: https://themeforest.net/user/fox-themes
Version: 1.1.1
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prague-child
Template: prague
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

/* = MODIFICA MENU 
-------------------------------------------------------------- */
/*Cancellato bordo menu hamburger */
.prague-header .prague-nav-menu-icon a {
	border: 0px solid rgba(17,17,17,.4) !important;
}
/* Riduce dimensione menu */
.prague-header.full .prague-navigation {
	left:auto !important;
    right: 0 !important;
    width: 30% !important;
    background-color: #000!important;
	padding-left: 50px !important;
}
/* Non riduce per telefoni e tablet */
@media only screen and (max-width: 767px){
.prague-header.full .prague-navigation {
    width: 100% !important;
}
.prague-header.full .prague-navigation nav {
    width: 80% !important;
}
}
/* Alza le scritte */
.prague-header.full .prague-navigation nav {
    position: absolute !important; /*important*/
}
/*Toglie colonna aggiuntiva*/
.prague-header-form {
    display: none !important; /*important*/
}

/*Header trasparente*/
.prague-header.open-filter, .prague-header.open-menu {
     background-color: transparent !important; 
}

/* Toglie stampatello */
.main-menu li a {
    text-transform: capitalize !important;
}

/*Descrizione progetti modificata */
@media (min-width: 1200px){
.container {
	position: relative !important;	
	margin-left: 30px !important;
	margin-right: 28px !important;
	width: 95% !important;
}
}
/* =FONT 
-------------------------------------------------------------- */
/* Fonts da portare internamente*/
@font-face {
font-family: "Circular Std Black"; src: url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.eot"); 
	src: url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.eot?#iefix") format("embedded-opentype"), 			 url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.woff2") format("woff2"), 			url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.woff") format("woff"), 			url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.ttf") format("truetype"), 		      url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.svg#Circular Std Black") format("svg"); 
}

@font-face {font-family: "Circular Std Medium"; src: url("//db.onlinewebfonts.com/t/9475d6a0b79c164f9f605673714e75d9.eot"); src: url("//db.onlinewebfonts.com/t/9475d6a0b79c164f9f605673714e75d9.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/9475d6a0b79c164f9f605673714e75d9.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/9475d6a0b79c164f9f605673714e75d9.woff") format("woff"), url("//db.onlinewebfonts.com/t/9475d6a0b79c164f9f605673714e75d9.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/9475d6a0b79c164f9f605673714e75d9.svg#Circular Std Medium") format("svg"); }

h1, h2, h3, h4, h5, h6 {
    font-family: Circular Std Black !important;
	letter-spacing: 4px !important;

}
h1{
	font-size: 43px !important;
}
p {
    font-family: Circular Std Medium !important;
    line-height: 22px !important;
	letter-spacing: 2px !important;
	font-size: 14px !important;
	text-align: left !important;
	color: #111111 !important; 
}
@media (max-width: 600px){
	h1,h2,h3,h4,h5,h6,p{
		text-align: center !important;
	}
}
/* Font small */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small{
	font-family: Circular Std Medium !important;
	color: #000000 !important; 
}

/* Font menu */
.prague-header.full .main-menu li a{
	font-family: Circular Std Black !important;
}
.prague-header.full .main-menu li a:before{
	background-color: transparent !important;
}
/* Font projects*/
.project-grid-wrapper .project-grid-item-title{
	font-family:Circular Std Black !important; 
	line-height: 8px !important;
}
.project-grid-wrapper .project-grid-item-title a{
	font-family:Circular Std Black !important; 
	font-size: 13px !important;
	letter-spacing: 2px !important;
}


.top-banner.light .top-banner-cursor {
	cursor: auto !important;
}
.top-banner.dark .top-banner-cursor {
	cursor: auto !important;
}
