/* nfury-custom-css.css */

body {  
	
}

a:link, a:visited {
	
}

 a:hover {
	text-decoration: underline;
}

/* stupid link black border 12-1-24 */
:where(.wp-site-blocks *:focus) {
    outline-width: inherit;
    outline-style: inherit;
}

.entry-content a, .entry-content a:visited {
	
}

.wp-block-post-title a, .wp-block-post-title a:visited {
	
}

a:hover, .wp-block-post-title a:hover {
	
}

h2 a, a.wp-block-read-more, a.wp-block-read-more:visited {
	
}

img {
	
}

/* ////// HEADER \\\\\\ */

.header_inner_wrap {
	padding-top: 8px !important;
	padding-bottom: 12px !important;
}
 

/* ////// MAIN \\\\\\ */

main {
	
}

.entry-content  {
	
}

.entry-content img {
	/*max-width: 100%;
	height: auto;*/
}

 
/* home */



/* ////// FOOTER \\\\\\ */


footer {
	margin-top: 0;
}

.footer_wrap {
	
}

/* /// Standard Archive displays */


/* /// category displays */


/* //////// Forms etc /////// */


/* /////// OTHER ////// */

/* socials */


/* ninja forms */


/* //////////////////////  RESPONSIVE ////////////////////////////// */

@media screen and (max-width: 1240px) {
 	
}

@media (min-width: 1200px) {
	
}


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

}

@media screen and (max-width: 940px) {
	
}

@media screen and (max-width: 800px) {
	
}

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

}

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

}
@media screen and (max-width: 440px) {
	
}

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

}
