/*
Theme Name: Hope & Sons Funerals
Template: generatepress
Theme URI: https://hopeandsons.co.nz
Description: Wordpress theme for Hope & Sons
Version: 0.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gpc
*/

/*

CONTENTS:
1. Globals
    1.1 Theme Colours
    1.2 Fonts
    1.3 Layouts
    1.4 Headings
    1.5 Text
    1.6 Lists
    1.7 Links
    1.8 Icons
    1.9 Misc
2. Header
    2.1
    2.2
    2.3
3. Footer
    3.1
    3.2
4. Modules
    4.1 Gravity Forms
5. About Us
6. Contact
7. Search Results
8. Styles Page

*/



/*/////////////////////////////////////////////////////*/
/* GLOBAL */
/*/////////////////////////////////////////////////////*/

//* --------------------------
THEME VARIABLES
-------------------------- */

:root {

    /* COLORS VARIABLES */

    --error: #ff4e7a;

    /* MISC VARIABLES */

    --transition-1: all .3s ease-out;
	
--fcrm-link-color: #4c5a52 !important;
--fcrm-primary-button: #ffffff !important;
--fcrm-primary-button-text: #4c5a52 !important;
--fcrm-primary-button-hover: #4c5a52 !important;
--fcrm-primary-button-hover-text: #ffffff !important;
--fcrm-focus-shadow-color: rgba(13, 110, 253, 0.25);
--fcrm-focus-border-color: rgba(137, 150, 143, 0.5) !important; }
	

/* --------------------------
FONTS
-------------------------- */

/*
.woff2 		=> 	Super Modern Browsers
.woff 		=> 	Modern Browsers
.ttf 		=> 	Safari, Android, iOS
.eot 		=> 	IE9 Compat Modes
.eot?#iefix 	=> 	IE6-IE8
*/



/* --------------------------
LOCAL ICONS
-------------------------- */

[class^="starter-icon-"], 
[class*=" starter-icon-"] {
    display: inline-block;
}

/* --------------------------
LAYOUT
-------------------------- */


/* --------------------------
HEADING
-------------------------- */

p+:is(h1,h2,h3,h4,h5,h6), 
ul+:is(h1,h2,h3,h4,h5,h6), 
ol+:is(h1,h2,h3,h4,h5,h6) {
    margin-top: 1em;
}

/* --------------------------
TEXT
-------------------------- */

.starter-no-margin-b p, 
p.starter-no-margin-b {
    margin-bottom: 0;
}





/* ---------------------- */
/* LISTS */
/* ---------------------- */



/* ---------------------- */
/* LINKS */
/* ---------------------- */



/* ---------------------- */
/* ICONS */
/* ---------------------- */



/* ---------------------- */
/* MISC */
/* ---------------------- */



/* ---------------------- */
/* MISC */
/* ---------------------- */


/*/////////////////////////////////////////////////////*/
/* HEADER */
/*/////////////////////////////////////////////////////*/





/*/////////////////////////////////////////////////////*/
/* FOOTER */
/*/////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////*/
/* ROWS */
/*/////////////////////////////////////////////////////*/
.privacy-row .fl-row-content-wrap::before{
	content: '';
	position: absolute;
	background: url(https://hopeandsons.weaveclient.site/wp-content/uploads/swirl.svg);
	width: 342px;
	height: 200px;
	bottom: 55px;
    left: -110px;
	opacity: 0.1;
	background-size: 100% 100%;
}
@media(max-width: 767px){
	.privacy-row .fl-row-content-wrap::before{
		width: 250px;
		height: 150px;
		bottom: 25px;
		left: -80px;
	}
}

/*/////////////////////////////////////////////////////*/
/* COLUMNS */
/*/////////////////////////////////////////////////////*/ 

/*/////////////////////////////////////////////////////*/
/* MODULES */
/*/////////////////////////////////////////////////////*/

/* ---------------------- */
/* GRAVITY FORMS */
/* ---------------------- */







/*/////////////////////////////////////////////////////*/
/* ABOUT US */
/*/////////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////////*/
/* CONTACT */
/*/////////////////////////////////////////////////////*/


/*///////////////////////////////*/
/* SEARCH RESULTS */
/*///////////////////////////////*/



/*/////////////////////////////////////////////////////
7. MISC
/////////////////////////////////////////////////////*/

.fl-builder-block-thumbnail {
    display: none;
}

/* --- responsive embed --- */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*/////////////////////////////////////////////////////
8. STYLES TEMPLATE
/////////////////////////////////////////////////////*/

[class*="av-demo-font-"] {
    font-size: 24px;
}
[class*="av-demo-font-"] h2, 
[class*="av-demo-font-"] h3 {
    margin-bottom: .75em; 
}
.av-demo-font-1, 
.av-demo-font-1 h2, 
.av-demo-font-1 h3 {
    font-family: "baker-signet"; 
}
.av-demo-font-2, 
.av-demo-font-2 h2, 
.av-demo-font-2 h3 {
    font-family: "montserrat"; 
}

