/*
Theme Name: Wide Range Lite Child
Theme URI: https://gracethemes.com/themes/free-full-screen-wordpress-theme/
Template: wide-range-lite
Author: Grace Themes
Author URI: https://gracethemes.com/
Description: Wide Range Lite is a beautifully designed, intuitive and attractive, engaging and dynamic, powerful and accessible, gorgeous and flexible free full screen WordPress theme. This theme is specifically developed for creating all types of full width websites. It is particularly powerful when used to create your professional photojournalism websites. Wide Range is perfect for landing pages, photography, digital marketing company, portfolio, personal blog or any other websites. Demo Link: https://www.gracethemes.com/demo/wide-range/
Tags: blog,two-columns,right-sidebar,wide-blocks,full-width-template,custom-colors,custom-menu,custom-header,custom-logo,footer-widgets,featured-images,editor-style,custom-background,threaded-comments,theme-options,translation-ready
Version: 1.3.1597268906
Updated: 2020-08-12 23:48:26

*/

/* FONTS */


@font-face {
font-family: Gara;
src: url(fonts/GARA.ttf);
font-weight: lighter;
font-style: normal;

}

@font-face {
font-family: Garait;
src: url(fonts/GARAIT.ttf);
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: Garamond;
src: url(fonts/Garamond.ttf);
font-weight: normal;
font-style: bold;
}

@font-face {
	font-family: BangleNormal;
	src: url(fonts/BangleNormal.ttf);
	font-weight: normal;
	font-style: normal;
}

/*PARAGRAPH FONT*/
p {
font-family: "Gara";
}
/* BODY FONT SIZE*/
body {
	font-size: 20px;
}
/* FONT SIZE ToC */
.toc_list a {
  font-size: 17px;
}
/* FONT FAMILY FOR TITLES AND COLOR*/
h1, h2, h3,h4, h5 {
	font-family: "BangleNormal";
	color: #744771;
}
/* FONT SIZE AND DISPLAY - FOOTER*/
.wp_powerd_by {
  font-size: 15px;
  display: -webkit-box ; 
  
}

.menu-secondary-container ul li {
  display: -webkit-inline-box;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  
}
.menu-secondary-container a {
  color: #000;
}
.menu-secondary-container a:hover {
  color: grey;
}
  

/***** Remove menu from presentation rapide ********/

.custom-background.wp-custom-logo div#layout_wrapper div.menuleft  { /* Check page iD */
  display: none;
}
.site_content_layout {
  width: 75%;
	margin-right:13%;
}

@media only screen and (max-width: 600px) {
	.site_content_layout {
		
    width: 100%;
}
	}



