/*
Theme Name: Flatsome_Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'GothamNarrow-Book';
  src: url('http://new.lezannesdesigns.co.za/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),  
	  url('http://new.lezannesdesigns.co.za/GothamNarrow-Book.otf')  format('opentype'),
	     url('http://new.lezannesdesigns.co.za/GothamNarrow-Book.woff') format('woff'), 
	  url('http://new.lezannesdesigns.co.za/GothamNarrow-Book.ttf')  format('truetype'), 
	  url('http://new.lezannesdesigns.co.za/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {font-family: "Adelicia Script";
  src: url("http://new.lezannesdesigns.co.za/0c664dcad36e0c3a6efbf93be563ca68.eot"); /* IE9*/
  src: url("http://new.lezannesdesigns.co.za/0c664dcad36e0c3a6efbf93be563ca68.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("http://new.lezannesdesigns.co.za/0c664dcad36e0c3a6efbf93be563ca68.woff2") format("woff2"), /* chrome、firefox */
  url("http://new.lezannesdesigns.co.za/0c664dcad36e0c3a6efbf93be563ca68.woff") format("woff"), /* chrome、firefox */
  url("http://new.lezannesdesigns.co.za/0c664dcad36e0c3a6efbf93be563ca68.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("http://new.lezannesdesigns.co.za/0c664dcad36e0c3a6efbf93be563ca68.svg#Adelicia Script") format("svg"); /* iOS 4.1- */
}

.body, body {
  font-family: 'GothamNarrow-Book' !Important;
}


h1, .h1, .title h1 {
	color: #889993; 		
	font-family: 'Josefin Slab', sans-serif;
	font-size: 32px; 	
	line-height: 32px; 	
	font-style: normal; 	
	font-weight: 600;     
	letter-spacing: 8px;     
	text-transform: uppercase; }

h2, .h2, h2 a {
	color: #889993;
	font-family: 'Josefin Slab', sans-serif;
	font-size: 24px; 	
	line-height: 24px; 		
	font-weight: 600;     
	letter-spacing: 4px; 	
}
h3, .h3, h3 a {
	font-family: 'Josefin Slab', sans-serif;
	letter-spacing: 8px;
}

.adelicia {
font-family: "Adelicia Script";
    font-size: 80px;
    font-weight: normal;
    line-height: 60px;
}

.nav-top-link {
	letter-spacing: 2px !important;
}

.section-align-center {
	text-align: center;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}