

@font-face {
    font-family: Cardo;
    src: url("fonts/Cardo/Cardo-Regular.ttf") format('truetype');
   }

   @font-face {
    font-family: CardoItalic;
    src: url("fonts/Cardo/Cardo-Italic.ttf") format('truetype');
   }

@font-face {
font-family: CGLight;
src: url("fonts/Cormorant_Garamond/CormorantGaramond-LightItalic.ttf") format('truetype');
}

@font-face {
font-family: MaliLight;
src: url("fonts/Mali/Mali-Light.ttf") format('truetype');
}


img {

    border-radius: 20px;
    
    }
    

.ogre_section_header {

    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 505px;

    color: #111111;
    font-family: serif;
    font-size: 40px;
    font-weight:400;
    letter-spacing: .1rem;

    margin: 0px 27px;
}

.ogre_section_sub_heading {

    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 565px;

    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:300;
    letter-spacing: .1rem;

    margin: 0px 27px;
}

.ogre_review_header {

    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 590px;

    color: #111111;


    font-family: CardoItalic;
    font-size: 35px;
    font-weight:400;
    font-style: italic;

    line-height: 1.55;
    margin: 0px 27px;
}

.ogre_page_header {

    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 590px;

    color: #111111;


    font-family: Cardo;
    font-size: 35px;
    font-weight:400;
    font-style: normal;

    line-height: 1.2;
}

.ogre_card_header {

    font-weight:700;

}

.ogre_card_text {

    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 565px;

    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:300;
    margin: 0px 27px;

}


.ogre_round_card_text {

    border-radius: 20px;
    background-color: #ffffff;
    padding: 40px;

    }

.ogre_card_li {
    list-style-type: "\2713    ";
}



.ogre_footer_li {
    list-style-type: none;
}




.cookie_consent_popup{
	position: fixed;
  bottom: 0px;
  left: 0px;
	width: 100%;
	height: auto;
  background-color: #000000;
  color: #ffffff;
	padding: 20px;
   z-index: 2;
    font-weight: 300;
    font-size: 0.8em;
    color: #eeeeee;
    line-height: 1em;
    padding: 10px 10px 10px 10px;

}
	