/*
 Theme Name:   No More UPF
 Theme URI:    https://www.nomoreupf.co.uk
 Description:  GeneratePress child theme
 Author URI:   https://www.qwerkyweb.com
 Template:     generatepress
 Version:      1.0
*/

/*FONTS*/



/* varela-round-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.nomoreupf.co.uk/font/varela-round-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

add_filter( 'generate_editor_styles', function( $editor_styles ) {
    $editor_styles[] = 'style.css';

    return $editor_styles;
} );

@font-face {
font-family: 'Montserrat-Thin';
src: url('https://www.nomoreupf.co.uk/font/Montserrat-Thin.woff2') format('woff2');
url('https://yoururl/fonts/Montserrat-Thin.woff') format('woff');
font-weight: normal;
font-style: normal;
}

* {font-family: 'VarelaRound-Regular', Arial, Montserrat-Thin;}

.entry-content ul:not([class^="wp"]) {
    list-style: none;
    margin-left: 0;
}


.entry-content ul:not([class^="wp"]) li:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    margin: 0 15px 0 25px;
    top: -5px;
    border-radius: 10px;
    background-color: #ccc;
}

.reverse-icon .gb-headline-text {
order: -1;
margin-right: 0px;
padding-right: 0px;
}

#printButton {
	background-color: #392B58;
	color: white;
	
}

.entry-content ul li {
    margin-bottom: 25px;
}
/*LATEST POSTS - IMAGE BOTTOM MARGIN*/
.wp-block-latest-posts__featured-image img {
    margin-bottom: 10px !important;
}

/*SHADOW FOR IMAGES/BOXES*/
.has-shadow {
    box-shadow: -4px 10px 20px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: -4px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 10px 20px -6px rgba(0,0,0,0.75);
}
.float-right-con {
	float: right;
}

@media (max-width: 580px) {
	
	.quorn-chicken {
		height: auto;
		max-width: 100%
	}
	
	
	
}

/*Paragraph*/
.indent-paragraph {
	padding-left: 10px;
}

