/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child theme for CSPV
 Template:     generatepress
 Version:      0.1
*/


/**
 * CONTENTS
 *
 * REFERENCE
 * Colors and fonts...............Site colors and fonts.
 *
 * STRUCTURE
 * Content...............Position
 *
 * TYPOGRAPHY
 * Paragraph............Last paragraph in Text Element zero margin.
 * Headings.............Entry title margin, gold square border.
 * Breadcrumbs..........Hover color on staff page.
 * Publications.........Indent text.
 * Lead Text............Color and size.
 * Call Out Text........Color and size.
 * Horizontal Rule......Color and margin.
 * Image alignment......Padding for right align and block display on mobile.
 * List Styles..........Padding and gold box.
 * Download List style..PDF icon for PDF template
 * 
 * DECORATIVE
 * Blue arrow divider...............Define blue arrow
 *
 * BUTTONS
 * Gold and Transparent button defined...............Check to see if used anywhere.
 *
 * HEADER
 * Transparent Header...............Position.
 * Navigation...............Style and add padding.
 *
 * GUTENBERG BLOCKS
 * Pullquote blockquote...............Box shadow.
 *
 * POST GRIDS AND LISTS
 * Post Grid.............Borders, excerpts, headings, pagination.
 * Feature Initiatvive.............Margin
 * Resource List.............Decorative
 *
 * SIDEBAR
 * Widget Styling
 *
 * FOOTER
 * Columns, hyperlinks, widget styling
 *
 * MISCELLANEOUS
 * Gallery styles for CRWS..........Put caption below photo.
 *
 */

/*------------------------------------*\
  #REFERENCE
\*------------------------------------*/

/* FONTS
-----------------------
	
	font-family:'Roboto', Helvetica, sans-serif;
	font-weight: 
		Black - 900
		Regular - 400
		Light - 300
*/

/* COLORS
-----------------------
	
	gold: #cfb87c
	dark grey: #565A5C
	light grey: #A2A4A3
	dark blue (buttons): #0277BD
	hover blue: #026baa
	text grey: #434343
	
	link color from branding site: #0277BD
	hover color from branding site: #B71C1C
		
*/

/*------------------------------------*\
  #STRUCTURE
\*------------------------------------*/

#content {
	position: relative;
}

body {
	background: #fff;
}


/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/

/**
 * Paragraph, Headings
 */

h3.elementor-post__title a:hover {
	color: #B71C1C;
}

.gold {
	color: #cfb87c;
}

.wp-caption-text {
	font-size: 75%;
	padding-top: 5px;
	opacity: .8;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover,
.elementor-icon-list-item a:hover span {
	color: #B71C1C !important;
}

/**
 * Horizontal Rule
 */

.elementor hr {
	margin: 40px auto !important;
	background-color: #ccc !important;
}

/**
 * Image Alignment
 */


@media (min-width: 768px) {
	.elementor-text-editor .alignright {
		   padding-left: 30px;
		   padding-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.alignleft, .alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}

/**
 * List styles
 */


.elementor-widget-text-editor ul li {
	list-style: none;	
	padding-bottom: 10px;
}

.elementor-widget-text-editor ol li {
	padding-bottom: 10px;
}

.elementor-widget-text-editor ul li:before {
  content: "\25A0";  
  color: #cfb87c; 
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; 
  width: 1em;
  margin-left: -1em; 
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	padding: 0 0 0 20px;
	margin: 0;
}

.elementor-widget-text-editor ul {
	margin-left: 0;
}

.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child {
  padding-bottom: 20px;
}

/* PDF Downloads Template List Styles */

.dlm-downloads .elementor-icon-list-icon .fa-file-pdf {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.dlm-downloads li {
	list-style: none;
	padding-bottom: 8px;
}

.elementor-widget .dlm-downloads .elementor-icon-list-icon,
.dlm-downloads .elementor-icon-list-text {
	display: inline-block;
}

/* Misc Alignmment */

.text-left p {
	text-align: left;
}

/* Remove last paragraph bottom margin */

.elementor-widget-text-editor p:last-child, 
.elementor-widget-theme-post-content p:last-child,
.elementor-heading-title p {
	margin-bottom: 0;
}

/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/

a.button.gold {
	background: #cfb87c;
	color: #000;
	border-radius: 20px;
	margin-right: 20px;	
	padding: 5px 20px;
	margin-bottom: 15px;
}

a.button.gold:hover {
	color: #fff;
}
.transparent-button .elementor-button {
	color: #434343 !important;
	background-color: transparent !important;
	border: 1px solid #434343 !important;
}

.transparent-button .elementor-button:hover {
	color: #0277BD !important; 
}

.blue-button .elementor-button,
a.blue-button {
/* 	background: #0277BD !important; */
	padding: 12px 24px;
	font-weight: 300;
	letter-spacing: 1px;
	border-radius: 4px;
}

.blue-button .elementor-button:hover,
a.blue-button:hover {
/* 	background: #515151 !important; */
}

.gold-button .elementor-button {
	color: #000 !important;	
}


/*------------------------------------*\
  #HEADER
\*------------------------------------*/

.cu-logo img {
	max-width: 230px !important;
}


/*------------------------------------*\
  #GUTENBERG BLOCKS FORMATTING
\*------------------------------------*/

.wp-block-pullquote {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
	box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
	padding: 0;
	margin: 20px 40px !important;
}

.wp-block-pullquote blockquote {
	border-left: none;
	padding: 40px;
	font-size: 1.1em;
	font-style: normal;
	margin: 0 0 1.5em;
	position: relative;
}

.wp-block-pullquote p {
	font-size: 26px;
	color: #0277BD;
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 15px;
}

.wp-block-pullquote cite {
	font-style: normal;
}

.wp-block-coblocks-accordion-item {
	border-radius: 4px;
	margin: 0 0 1em;
}

.wp-block-coblocks-accordion-item__title {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 15px;
	position: relative;
	font-family:'Helvetica Neue LT W05_97 Blk C';
}

.wp-block-coblocks-accordion-item__content {
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	border-top: 0;
	padding: 20px;
}

.wp-block-image .alignright {
	padding-left: 30px;
	padding-bottom: 30px;
}

/*------------------------------------*\
  #POST GRIDS and LISTS
\*------------------------------------*/



/*------------------------------------*\
  #SIDEBAR
\*------------------------------------*/

/**
 * Sidebar Widget Heading
 */
 
.sidebar .widget h2.widget-title, 
.site-content .elementor-widget-sidebar .widget-title {
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 15px;
	padding-top: 20px;
}



/*------------------------------------*\
  #MISC
\*------------------------------------*/

/**
 * Galleries
 */
 
.elementor-image-gallery .gallery-item {
	vertical-align: middle !important;
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/

.footer-columns {
	font-size: 13px;
	font-weight: 400;
}

.footer-columns a {
	color: #06598b;
}

.footer-columns h2.widget-title {
	font-size: 13px;
	color: #434343;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 400;
}

@media (min-width: 1025px) {
	
	.footer-col-1 .widget_nav_menu .menu-item a {
		text-align: right;
		display: inherit;
	}
}

@media (max-width: 1025px) {
	.footer-columns .widget_nav_menu li.menu-item,
	.footer-columns h2.widget-title,
	.footer-text p {
		text-align: center !important;
	}	
	
	.footer-text p {
		max-width: 325px;
		margin: 0 auto;
	}
}

.menu-heading-center a, .menu-heading-program a {
	text-transform: uppercase !important;
	cursor: default;
}

.menu-heading-center {
	border-top: 1px solid rgba(0,0,0,.2) !important;
}

.copyright {
	font-size: 11px;
	color: #fff;
}

.site-footer .elementor-widget:not(:last-child) {
	margin-bottom: 10px;
}

.footer-donate-container {
	position: relative;
	margin-bottom: 30px;
}

/* Footer Contact Information */

.black-footer a {
	color: #cfb87c !important;	
}

.black-footer a.button.gold {
	color: #000 !important;
}

.black-footer a:hover {
	text-decoration: underline;
}

.footer-mobile-logo {
	text-align: center;
	margin: 20px auto 30px auto;
	max-width: 200px;	
}

.footer-contact {
	color: #fff;
	font-size: 14px;
}

.footer-contact a {
	color: #cfb87c;
}

.footer-title {
	color: #cfba7d; 
	font-weight: bold;
}

/*------------------------------------*\
  #MISC
\*------------------------------------*/

.gold-bar {
	background: url(assets/images/dotted-border.png);
	background-repeat: no-repeat;
	width: 186px;
	height: 4px;
	background-size: 100% 100%;
}


/*------------------------------------*\
  #ARCHIVE AND POST FORMATS
\*------------------------------------*/

.category-grid-item .elementor-image-box-content {
	padding: 0 25px;
}

body .blog-archive-grid article {
 min-height: 180px;
}

@media (min-width: 768px) {
	body .blog-archive-grid .elementor-post__thumbnail__link {
		width: 180px;
		position: absolute;
		left: 0;
	}
	
	body .blog-archive-grid .elementor-post__text,
	body .blog-archive-grid .elementor-post__meta-data {
		padding-left: 200px !important;
	}

	body .blog-archive-grid .elementor-post__badge {
		bottom: 10px !important;
		top: auto !important;
	}
}

/* Add to above */

.gold-border.elementor-widget-heading .elementor-heading-title, 
h2.gold-border {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.gold-border.elementor-widget-heading .elementor-heading-title:after, 
h2.gold-border:after {
    content: "";
	background: url(assets/images/dotted-border.png);
    position: absolute;
    bottom: -20px;
    left: 0;
    background-repeat: no-repeat;
    width: 184px;
    max-width: 184px;
    height: 5px;
    background-size: 100% 100%;
}

.gold-border.top.elementor-widget-heading .elementor-heading-title,
h2.gold-border.top:after{
	padding-top: 40px;
	margin-bottom: 20px;
}

.gold-border.top.elementor-widget-heading .elementor-heading-title:after,
h2.gold-border.top:after{
    top: 0;
    bottom: auto;
}

.gold-border.center.elementor-widget-heading .elementor-heading-title:after,
h2.gold-border.center:after{
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Single People Banner */


/* Single People Content */

.person-contact-info {
	font-size: 14px;
} 

@media (max-width: 992px) {
	.address-phone  {
		padding-top: 15px;
	}
}

.gold-bar {
	background: url(assets/images/dotted-border.png);
	background-repeat: no-repeat;
	width: 186px;
	height: 4px;
	background-size: 100% 100%;
}

.websites {
	margin-top: 20px;
}

.websites p {
	font-family:'Helvetica Neue LT W05_55 Roman';
	margin-bottom: 10px;
}


/* Publications CSS */

.publication-link {
	position:static !important;
}

.publication-loop-item {
	position:relative;
}

.publication-loop-item:hover, .publication-loop-item:focus-within {
    background-color: #edf6fb !important;
/* 	border-bottom: 5px solid #bdd7e5; */
}

.publication-loop-item:hover {
    transform: scale(1.01);
}

.publication-loop-item .elementor-heading-title a {
    display: block;
}

.publication-loop-item .elementor-heading-title a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}

.elementor-widget-heading.publication-link .elementor-heading-title>a:hover {
	color: #0277BD !important;
}

/* Facet Formatting */

.facetwp-input-wrap input[type="text"] {
	color: #000 !important;
/* 	border: none; */
}

.facetwp-input-wrap input[type="text"]::placeholder  {
	color: #000;
}

.facet-label {
display: block;
	color: #000;
}

.facetwp-facet select {
	width: 100%;
}

.facetwp-input-wrap select {
	width: 100%;
}

.facetwp-facet {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.publication-facets .elementor-widget-facetwp-facet, 
	.facet-shortcode,
	.facetwp-facet input.facetwp-search {
		width: 100% !important;
		min-width: 100% !important;
	}

	.facet-shortcode .facetwp-input-wrap {
	 	display: block !important;
	}
}

.elementor-347396 .elementor-element.elementor-element-39eac4ac, .elementor-347396 .elementor-element.elementor-element-39eac4ac::before {
    --border-transition: 0;
}

.single-people .unit-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
}

.people-contact-info {
	font-size: 16px;
}

.single-people .gold-border.top.elementor-widget-heading .elementor-heading-title, h2.gold-border.top:after {
    padding-top: 40px;
    margin-bottom: 0px;
}

.ibs-associations:first-child {
	margin-bottom: 0;
}

/* .home-icon-boxes h2:hover {
	color: #B71C1C !important;
} */

.people-ibs-positions p,
.people-contact-info p {
 margin-bottom: 0;
}

.single-person-banner-content .e-con-inner {
	position: relative;
}

.title-small {
    font-size:18px;
    line-height:1em;
}

.people-name h2 {
	margin-bottom: 0;
}
.people-position-title {
	font-size: 16px;
	text-align: center;
}

.ibs-website {
	padding-top: 10px;
}

/* Search Results page */

.search-archive article {
 border-bottom: 1px solid #CFB87B;
padding-bottom: 30px !important;
}

/* Footer Nav */

@media (max-width: 1024px) {

.footer-left-menu ul li a,
.footer-right-menu ul li a {
 justify-content: center !important;
	
}

}

/* Accessibility Styles */

.black-footer a:hover {
 color: #fff !important;
}

.grey-footer .footer-menu a:hover {
text-decoration-line: underline; !important;
	text-decoration-thickness: 1px;
}

.site-content .elementor-widget-text-editor a, 
.elementor-widget-theme-post-content a {
 text-decoration-line: underline;
text-decoration-thickness: 1px;
}

.site-content .elementor-widget-text-editor a:hover,
.elementor-widget-theme-post-content a:hover {
  text-decoration-line: none;
}

.elementor-grid-item .elementor-post__title a:hover,
#breadcrumbs a:hover {
	text-decoration-line: underline;
}

header .menu-item a:focus {
 background-color: #ededed;
}

