/*
Theme Name: S&F Online 2022
Template: generatepress
Theme URI: https://addisonhalldesign.com
Author: Addison Hall
Author URI: https://addisonhalldesign.com
Description: This is a child theme for GeneratePress for use in jumpstarting more customized development.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gpc
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, flexible-header, full-width-template, buddypress, 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
*/

/*

CONTENTS:
1. Defaults
2. Header and Nav
3. Home Page
4. Content
5. Components
6. Widgets
7. Footer
8. Other
9. Animations

*/

/* ==========================================
=! DEFAULTS
------------------------------------------ */

.elementor-nav-menu .sub-arrow i {
    width:10px!important;
}
.elementor-nav-menu .sub-arrow {
    width: 20px !important;
}
/* ==========================================
=! HEADER AND NAV
------------------------------------------ */



/* ==========================================
=! HOME PAGE
------------------------------------------ */



/* ==========================================
=! CONTENT
------------------------------------------ */



/* ==========================================
=! COMPONENTS
------------------------------------------ */

/* --- fixes potential theme css conflict --- */
.acf-map img {
    max-width: inherit !important;
}

/* --- 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%; }

/* --- breadcrumbs --- */
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
}

/* ==========================================
=! WIDGETS
------------------------------------------ */

/* --- GPC Sub Menu Widget --- */
/* .widget_gpc_sub_menu_widget .dropdown-menu-toggle { display: none; } */
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu { margin-left: 1.2em; }
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu li { list-style: disc; }
.widget_gpc_sub_menu_widget .current-menu-item > a { font-weight: bold; }

/* ==========================================
=! FOOTER
------------------------------------------ */



/* ==========================================
=! OTHER
------------------------------------------ */



/* ==========================================
=! ANIMATION
------------------------------------------ */

/* --- do all the preload stuff --- */
@media (min-width: 768px) {
    .preload * {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .has-js .prep-animation,
    .has-js .prep-scroll-animation {
        visibility: hidden;
    }
    .has-js .do-animation,
    .has-js .do-scroll-animation {
        visibility: visible;
    }
}

/* ----------------------------------------------
 * Generated by Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @media (min-width: 768px) {
     .fade-in-left {
         -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in {
         -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in-bottom {
         -webkit-animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in-right {
         -webkit-animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
 }

/* --- animation fade-in-left --- */
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

/* --- animation fade-in --- */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* --- animation fade-in-bottom --- */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}  

/* --- animation fade-in-right --- */
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
  
  
/* --- delay classes --- */
.delay-250 {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.delay-500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-750 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}
.delay-1000 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1250 {
    -webkit-animation-delay: 1250ms;
    animation-delay: 1250ms;
}
.delay-1500 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
 .parent {  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px 30px;
  grid-auto-flow: row;
  align-items: start;

}
 .parent-author {  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px 30px;
  grid-auto-flow: row;
  align-items: start;

}
 .parento, .parenti {  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px 0px;
  grid-auto-flow: row;
  align-items: start;

}

.home-grid {  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px 30px;
  grid-auto-flow: row;
  align-items: start;

}
@media (min-width: 600px) { 
	
.home-grid, .parent, .parento, .parent-author, .parenti {  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 30px;
  grid-auto-flow: row;
  align-items: start;

}
		


	

}


@media (min-width: 992px) { 
	
	.home-grid{  display: grid;
  grid-template-columns: repeat(3, 1fr);
	 gap: 60px 30px;
  grid-auto-flow: row;
  align-items: start;
		 height: 100%; 
		grid-template-rows: 1fr; 

}
.parent {  display: grid;
   grid-template-columns: 2fr 3fr; 
	 gap: 60px 30px;
  /* grid-auto-flow: row;
  align-items: start; */
grid-template-rows: 1fr; 

}
	.parento {  display: grid;
   grid-template-columns: 1.5fr 2fr; 
	 gap: 60px 30px;
  /* grid-auto-flow: row;
  align-items: start; */
grid-template-rows: 1fr; 

}
	.parenti {  display: grid;
   grid-template-columns: 0.75fr 2fr; 
	 gap: 60px 30px;
  /* grid-auto-flow: row;
  align-items: start; */
grid-template-rows: 1fr; 

}
	
	
	.parent-author {  display: grid;
   grid-template-columns: repeat(2, 1fr);
	 gap: 60px 30px;
  /* grid-auto-flow: row;
  align-items: start; */
grid-template-rows: 1fr; 

}
	
	
	
	
}

    	.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    	   min-width: 104px;
    	}

.featured-image.page-header-image {
	display:none;
	
}
.issues-posts-home {
	

    margin-bottom: 0.5rem;
	line-height:1;
	margin-top: -10px;

}
.issues-posts-home a {
	
	color:#333!important;
   font-family: "Avenir Next", Sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
border-bottom:none!important;

}
.home-grid a, .special-links {

	color:#111!important;
	border-bottom:dotted 1px #F46767;

}
.home-grid a:hover, .home-grid a:active, .special-links:hover, .special-links:active {
	color:#F46767!important;
	border-bottom:dotted 1px #111;

}
.home-grid h3, .parent h3, .parento h3, .item h3, .parent-author h3, .parenti h3 {
font-size: 1.375rem;
	margin-bottom:0.5rem;
	padding-bottom:0;
		 font-family: "Avenir Next", Sans-serif;
	margin-top:0;
	padding-top:0;

}
.home-grid h3 a, .parent h3 a, .parento h3 a, .item h3 a, .parent-author h3 a, .parenti h3 a{
color:#333333!important;
	border-bottom:none!important;
	font-weight: 600;
}
.home-grid .author-link h4, .parent .author-link h4, .parento .author-link h4, .item .author-link h4, .parent-author .author-link h4, .parenti .author-link h4{
font-size: 1rem;
	margin-bottom:1rem;
	padding-bottom:0;
		 font-family: "Avenir Next", Sans-serif;
	font-weight: 500;
	line-height:1.6

}
.guest-edited {
font-size: 1.5rem;
	
		 font-family: "Avenir Next", Sans-serif;
	font-weight: 500;
	line-height:1.4

}
.guest-edited-small {
font-size: 1rem;
	
		 font-family: "Avenir Next", Sans-serif;
	font-weight: 500;
	line-height:1.6

}
.icon,
.text {
  vertical-align: middle;
  display: inline-block;
	line-height:1;
}
blockquote.foot {
    border-left: none;
    padding: 0;
    font-size: 1.2rem;
    font-style: normal;
    margin: 2rem 0 1.5em;
    position: relative;
}
blockquote.foot > strong {
   font-size: 1.5rem;
	font-family: "Avenir Next", Sans-serif;
	font-weight: 600;
	line-height:1.2
}


ol.footnotes {
    font-size: 1.3rem!important;
    color: inherit!important;
	line-height:1.6!important;
padding-top:1rem;
	font-weight:300;

}
ol.footnotes li {
font-size:100%!important;
	    margin-bottom: 1rem!important;

}

.footnote-link.footnote-identifier-link {
	    background-color: #eee;
    padding: 0.25rem 0.5rem;
border:solid 1px #F46767;
	border-radius:2px;
	font-weight: 500;
	
font-variant-numeric: lining-nums; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; font-feature-settings: "lnum";
	line-height:1;
	font-size:17px;
	color: #333;
	
}
.footnote-link.footnote-identifier-link:hover {
	    background-color: #555;
color:white;
	
}
sup {
	
	 font-size: 100%;
	
}
.small-overlay {
	
	width:100%; background:#1B1B1B; position:static;left:0;bottom:-2rem;padding:2rem 3rem;
}

@media (min-width:768px) {
	
	.small-overlay {
	
	width:100%; background:rgba(0,0,0,0.7); position:absolute;left:0;bottom:0;padding:2rem 3rem;
}
	
	
	
}




.small-overlay p {
	
	margin-bottom:0!important;
}
.small-overlay .guestedited {
	
	font-size: 1rem;
	
		 font-family: "Avenir Next", Sans-serif;
	font-weight: 500;
	line-height:1.4
	
	
}
.item {
    width: 100%;
    float: none;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1rem;
    
}

@media (min-width: 800px ) {


.item {
    width: 33%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1rem;
	margin-bottom:2rem;


    
}

}

/* .site-content a {
	border-bottom:1px dotted;
	
	
} */

#tags, #tags-small {margin:0; padding:0; list-style-type:none}

#tags, #tags-small {display:flex;

flex-wrap: wrap;
}

#tags-small a{
 margin-right:0.25rem;
    color: #747474;
    line-height: 1;
    font-size: 0.9rem;
 font-weight: 600;
 	font-family: "Avenir Next", Sans-serif;
	border-bottom:none;
	letter-spacing: 0.08em;
	font-variant-caps: small-caps;
	text-transform: lowercase;
	vertical-align: middle;
    display: inline-block;
 }  

#tags a{
padding: 0.15rem 0.5rem 0.19rem;
    background-color: #d4d4d4;
	/* background-color: #949494; */
    color: #5C5C5C;
	border:none;
   margin: 0 0.5em 0.25em 0;
    line-height: 1.6em;
    font-size: 0.9rem;
 font-weight: 600;
 	font-family: "Avenir Next", Sans-serif;
	/*border-bottom:none;*/
	letter-spacing: 0.08em;
	font-variant-caps: small-caps;
	text-transform: lowercase;
	vertical-align: middle;
    display: inline-block;
	text-align: center;
    white-space: nowrap;
 }  
 
#tags a:hover {
    background-color: #818181;
	color:white;
}
 
 .grid-items {
font-family: "Avenir Next", Sans-serif;
   
    font-weight: 500;
    line-height: 1.4em;
    text-align: left!important;

}
.elementor-button .elementor-align-icon-right {
    margin-left: 10px;
  
    margin-top: -5px;
}
.elementor-button-icon svg {
    width: 2em!important;
    height: auto!important;
}
.issues-posts {
    
 font-family: "Avenir Next", Sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}

.elementor-widget-theme-post-content p {
    /* text-align: justify; */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

}
.elementor-author-box__name {

    margin-bottom: 0!important;
}
.author-list-item-before-avatar {
    
     font-family: "Avenir Next", Sans-serif;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 2rem;
    
}
.authors-list-item-thumbnail a, .authors-list-item-thumbnail {
 
    
   display:none!important; 
    
}
.authors-list-item {
    margin-bottom: 0!important;
    position: relative;
     font-family: "Avenir Next", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
   
}
.authors-list-item-title {
    font-size: 1rem!important;
    font-weight: 600!important;
    margin-bottom: 0!important;
}
.read-more {
    
     font-family: "Avenir Next", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
   padding-right:1rem;
    
}
.read-more a {
    border-bottom: none!important;
	color:#333!important;
    
}
.authors-list-cols-dir-horizontal .authors-list-col {
    display: block;
    float: none!important;
    margin-right: 0!important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  
    font-size: 18px;
}
h2, h3 {
    padding-top: 1rem
    
}
 .widget-image-caption {
    font-family: "Avenir Next", Sans-serif;
    font-size: 0.8rem;
    margin-top: 8px;
    line-height: 1.6;
}
.guest-edited-small p {
    margin-bottom: 0.5em;
}
h2.issue-head {
    font-family: "Avenir Next", Sans-serif!important;
    font-size: 18px!important;
    line-height: 1.4;
      padding-top: 0;
	margin-bottom:0;
    
}
h1.issue-main {
    font-family: "Avenir Next", Sans-serif;
    font-size: 38px!important;
    line-height: 1.1;
      padding-top: 0;
         font-weight: 600!important;
         margin-bottom: 0;
	margin-top:-5px;
    
}
h1.issue-main a {
    color:#111;
    border-bottom: none;
    
}
.issue-sub p {
    
    font-family: "Avenir Next", Sans-serif;
    font-size: 17px;
    line-height: 1.6; 
    padding-top: 0;
    margin-bottom: 0!important;
	font-weight:500;
    
}
.alm-btn-wrap .alm-load-more-btn {
   font-family: "Avenir Next", Sans-serif!important;
       font-size: 0.8rem!important;
       font-weight: 700!important;
       text-transform: uppercase!important;
       font-style: normal;
    width: auto;
    height: 43px;
    line-height: 1;
    background: #1B1B1B!important;
    color: #fff;
    border: none;
    border-radius: 0!important;
    margin: 0;
    padding: 0 20px;
   
}

.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
    margin-left: 0!important;
}

.tag-groups-alphabetical-index .tag-groups-tag, .tag-groups-tag-list .tag-groups-tag {
    text-transform: capitalize;
}

.tag-groups-tag a {
        font-family: "Avenir Next", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
	color:rgb(51, 51, 51)!important;
   
}
.tag-groups-tag a:hover, .tag-groups-tag a:active {
color: #F46767!important
   
}
.parento img {
	border: 1px solid #f2f2f2!important;
	
	
}
.site-content ul, .site-content ol {
    margin: 0 0 1.5em 0.5em;
	padding-left:1rem;
}
.site-content ul li, .site-content ol li {
    margin: 0 0 0.5rem 0;
}
blockquote {
    border-left: 5px solid rgba(0,0,0,.05)!important;
    padding: 40px!important;
    font-size: 1.6rem!important;
    font-style: normal;
    margin: 0 0 1.5em;
    position: relative;
	background-color:#f9f9f9;
	font-weight:500;
	line-height:1.5;
}
.page-links {
   	padding-top:3rem;
	font-size:2rem;
	margin:0 auto;
	text-align:center;
	display:flex;
	justify-content: center!important;
	font-variant-numeric: lining-nums; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; font-feature-settings: "lnum";
		line-height:50px;
}
.page-links > a{
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
		line-height:50px;
	border-bottom: none;
}

.page-links span.current{
  width: 50px;
  height: 50px;
  padding: 0;
	line-height:50px;
  text-align: center;
	 background-color: #eee;
  border-radius: 100%;
  color: #555;
}
.page-links-title {
	margin-right:1rem;
	
}
.small-overlay a {
	
	color:white!important;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.7);
	
}
.small-overlay a:hover {
	color:white!important;
	
	
}
html, body {
    scroll-behavior: smooth;
}
.main-author-list p {
	columns: 2;

}

.size-auto img, .size-full img {
	width:100%!important;
}

.size-article-small {
	-webkit-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: .3s ease-in-out!important;
	transition: .3s ease-in-out!important;
}
.size-article-small:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.hideeee {
	overflow:hidden;
	
	
}
.parento, .home-grid > div, .item {
		-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
/* .parento:hover, .home-grid > div:hover, .item:hover {
	opacity:0.7
	
}*/
.wp-block-image figcaption  {
	font-size:16px;
	line-height:1.6
	
	
}

body {text-rendering: optimizeLegibility;}

.relevanssi-query-term {
	
	background:#F4E1E1;
	color:#333;
	padding:0.25rem;
	font-weight:600;
	
}

.smallo {
	
	width:80%;

	
}

@media print {

	blockquote {
    border-left: 5px solid rgba(0,0,0,.05)!important;
    padding: 20px!important;
    font-size: 1.1em!important;
    font-style: normal;
    margin: 0 0 1.5em;
    position: relative;
	background-color:#f9f9f9;
	font-weight:500;
	line-height:1.4;
}
	header nav {
display: none;
}
	@page {
 margin: 10%;
		size: 8.5in 11in;
}
	.is-type-video{
		border: solid 1px black;
		
		
	}
	
	body {
		font-size:17px!important;
		font-weight:400!important;
		
	}
	ol.footnotes {
    font-size:17px!important;
   
}
	 a[target="_blank"]:not(.special-links):not(.footnote-link)::after{
    content: " (" attr(href) ") ";
  }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  page-break-after: avoid;
  page-break-inside:avoid;
}

h1+p, h2+p, h3+p {
  page-break-before: avoid;
}

table, figure {
  page-break-inside: avoid;
}

	
}


:root {
	/*
	line left
	line right
	line bottom
	line top
	arrow left
	arrow right
	arrow diagonal
	*/
	--icon-external-link: url('data:image/svg+xml,\
	<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 20 20"> \
		<g style="stroke:rgb(244, 103, 103);stroke-width:1"> \
			<line x1="5" y1="5" x2="5" y2="14" /> \
			<line x1="14" y1="9" x2="14" y2="14" /> \
			<line x1="5" y1="14" x2="14" y2="14" /> \
			<line x1="5" y1="5" x2="9" y2="5"  /> \
			<line x1="10" y1="2" x2="17" y2="2"  /> \
			<line x1="17" y1="2" x2="17" y2="9" /> \
			<line x1="10" y1="9" x2="17" y2="2" style="stroke-width:1.5" /> \
		</g> \
	</svg>');
	
	--icon-external-link-hover: url('data:image/svg+xml,\
	<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 20 20"> \
		<g style="stroke:rgb(65, 65, 65);stroke-width:1"> \
			<line x1="5" y1="5" x2="5" y2="14" /> \
			<line x1="14" y1="9" x2="14" y2="14" /> \
			<line x1="5" y1="14" x2="14" y2="14" /> \
			<line x1="5" y1="5" x2="9" y2="5"  /> \
			<line x1="10" y1="2" x2="17" y2="2"  /> \
			<line x1="17" y1="2" x2="17" y2="9" /> \
			<line x1="10" y1="9" x2="17" y2="2" style="stroke-width:1.5" /> \
		</g> \
	</svg>');
}

a {
	transition:all 0.3s ease-in-out;

	
}

a[target="_blank"]::after {
	content: '';
	background: no-repeat var(--icon-external-link);
	padding-right: 1em;
	
}
a[target="_blank"]:hover::after {
	content: '';
	background: no-repeat var(--icon-external-link-hover);
	padding-right: 1em;
	
}

/*h1 {
	letter-spacing: -0.02em;
	
}*/
.main-home {
	width:100%!important;
	max-width:100%!important;
	border: solid 1px #f1f1f1!important;
	
}
.authors-list-item-title a {
    color: inherit;
	font-weight:500;
}
.authors-list-item-title a:hover, .authors-list-item-title a:active {
   color: #F46767!important
}

.elementor-search-form__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white!important;
  opacity: 1!important; /* Firefox */
}

.elementor-search-form__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white!important;
}

.elementor-search-form__input::-ms-input-placeholder { /* Microsoft Edge */
   color: white!important;
}

.gfield-choice-input {
	margin-right:10px;
	
}
.elementor-widget-theme-post-content a:not(.footnote-link.footnote-identifier-link):not(.post-page-numbers) {
	color:#333333!important;
	border-bottom:dotted 1px #F46767;

}

.elementor-widget-theme-post-content a:not(.footnote-link.footnote-identifier-link):not(.post-page-numbers):hover, .elementor-widget-theme-post-content a:not(.footnote-link.footnote-identifier-link):not(.post-page-numbers):active {
	color:#F46767!important;
	border-bottom:dotted 1px #333333;

}
.elementor-heading-title em {
	font-weight:700;
	
} 
.issue-sub a, .author-link a, .guest-edited-small a {
	color:#333333!important;
	border-bottom:dotted 1px #F46767;

}
.issue-sub a:hover, .author-link a:hover, .guest-edited-small a:hover, .issue-sub a:active, .author-link a:active, .guest-edited-small a:active  {
	color:#F46767!important;
	border-bottom:dotted 1px #333333;

}

.wp-block-image figcaption {
    font-size: 17px;
    text-align: left;
}

.text-whito {
	color:white!important;
	
	
}

#search-overlay{
  display:none;
}
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
z-index:9999;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 70vw;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

/*#search-boxing {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  
}*/

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-boxing input[type="search"] {
  width: 50%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}

/*#searchButton {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.7em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #4d90fe;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}*/

#searchButton {
    background: #666;
    color: #fff;
     cursor: pointer;
    -webkit-appearance: button;
    padding: 25px 20px;
	margin-left: -4px;
}
#searchButton:hover, #searchButton:active {
    background: #F46767;
    color: #fff;
    cursor: pointer;
   
}
#close-btn{
  position: fixed;
  top: 1em;
  right: 1em;
}
#close-btn:hover{
  color: #777;
  cursor: pointer;
}
.search-btn {
	font-size:1.5rem

	
}
.search-btn:hover {

	  cursor: pointer;
	
}

#ss360-layer .ss360-ac-c, #ss360-layer .ss360-ac-c--hover:focus, #ss360-layer .ss360-ac-c--hover:hover {
    font-weight: 700!important;
    color: #111!important;
	font-size: 1.4rem!important;
}

.ss360-suggests__snippet {
    font-size: 17px!important;
   
}

.ss360-suggests__url {

    font-size: 17px!important;
    line-height: 1.4!important;
	color:#999!important;
	   
}
.unibox__img, .unibox__img-container {
  display:none!important;
}
.unibox__selectable {
  font-size:19px!important;
	color:#111;
	
}
.unibox__selectable a {
color: #333333!important;
    border-bottom: dotted 1px #F46767;
	
}

.elementor-20 .elementor-element.elementor-element-78a6173 .eael-gravity-form .gform_footer input[type="submit"] {
  width: auto!important;
 
}
.full_center_dropdown nav ul {
    min-width: 100% !important;
}
.full_center_dropdown nav ul a {
   justify-content: center;
}
input[type=search] {
  
    width: 100%;
}

.elementor-nav-menu--main .elementor-item.elementor-item-active {
	text-decoration:underline!important;
	text-decoration-color:#F46767!important;
    color: #131313!important;
	text-underline-offset: 5px!important;
	background-color:transparent!important;
	color:#1B1B1B!important;
}
.fa-search {
	
	top:5px;
	
}
.instagram-media {
	max-width:780px!important;
	margin-bottom: 1.2rem!important;
	
}
.ss360-custom-search .ss360-custom-search__searchbox {
  
    height: 60px!important;
    max-width: 500px!important;
   
}
.ss360-custom-search .ss360-custom-search__searchbutton {
    height: 60px!important;
}
.ss360-ac-bg {
    background-color: #666!important;
    color: #fefefe;
}

.wp-block-quote {
	font-size: 1.35rem !important;
	line-height: 1.5;
	border-left: 0px solid rgba(0,0,0,0) !important;
	background-color: #ffffff;
	
}

