/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/* – G E N E R A L – – – – – – – – */

	* {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	body * { box-sizing: border-box; }


/* – G E N E R A T E P R E S S – – – – – – – – */

	/* Remove title, top padding & header image */
	.entry-header { display: none; }
	.entry-content { margin-top: 0; }
	.page-header-image, .page-header-image-single { display: none; }

	

/* – T Y P O G R A P H Y – – – – – – – – */
	

	hr, .elementor hr { height: 2px !important; margin: 30px 0 !important; background-color: rgba(0,0,0,0.1) !important; }

	ol, ul  { line-height:1.2em; margin: 0 0 1.5em 1.5em; }
	
	.entry-content li,
	.elementor-text-editor li  { margin-bottom: 0.5em; }



/* – M O D I F I C A T I O N S – – – – – – – – */


	/* Facebook */
	.cff-posts-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	    -ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	#cff .cff-item { 
		width: 32%;
		width: calc(33.33% - 15px);
		border-bottom: none !important;
	}

	@media only screen and (max-width: 768px) {
		#cff .cff-item { width: 49% !important; width: calc(50% - 15px) !important; margin-bottom: 20px; }
		#cff .cff-item:last-child { display: none; }
	}

	@media only screen and (max-width: 600px) {
		#cff .cff-item { width: 100% !important; }
	}
	
	

/* – R E S P O N S I V E  S T Y L I N G – – – – – – – – – – – – – – – – – – – – – */


	/* – S M A L L  D E S K T O P – – – – – – – – – – – – – – */

	@media only screen and (max-width: 1000px) {

	}

	/* – T A B L E T – – – – – – – – – – – – – – – – – – – – – */

	@media only screen and (max-width: 768px) {

	}


	/* – M O B I L E / 600 – – – – – – – – – – – – – – – – – – */

	@media only screen and (max-width: 600px) {

	}


	/* – M O B I L E / 480 – – – – – – – – – – – – – – – – – – */

	@media only screen and (max-width: 480px) {

	}
