/* 
 Theme Name:   Perth CDC
 Theme URI:    https://perthcdc.net.au/
 Description:  This is child theme.
 Author:       Perth CDC
 Author URI:   https://perthcdc.net.au/
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
--------------------------------------------*/

.wrap-container {
	width: 100%;
	max-width: 1920px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body {
	overflow-x: hidden;
}


/** Custom Fonts **/
@font-face {
  font-family: 'RecoletaAlt';
  src: url('../../../wp-content/themes/Perth-CDC/fonts/RecoletaAlt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'RecoletaAlt';
  src: url('../../../wp-content/themes/Perth-CDC/fonts/RecoletaAlt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'RecoletaAlt';
  src: url('../../../wp-content/themes/Perth-CDC/fonts/RecoletaAlt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cadiz';
  src: url('../../../wp-content/themes/Perth-CDC/fonts/e50b6ebb6bce841c-s.p.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cadiz';
  src: url('../../../wp-content/themes/Perth-CDC/fonts/a038179073b22d98-s.p.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cadiz';
  src: url('../../../wp-content/themes/Perth-CDC/fonts/3665f82e521e4c2c-s.p.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'RecoletaAlt', sans-serif;
  font-weight: bold;
}

.elementor-button-text{
 font-family: 'RecoletaAlt', sans-serif;
 font-weight: 600;
}

p,
body {
   font-family: 'Cadiz', sans-serif;
	font-weight: 400;
}


@media screen and (max-width: 1024px) {
 br {
  display: none;
}