/* @override 
	https://cheviot.com/wp-content/themes/cheviot---divi-child-theme/style.css?* */

/*
  Theme Name: Cheviot - Divi Child Theme
  Theme URI: https://cheviot.com
  Version: 1.0.0
  Template: Divi
  Author: DigitalFusion DESIGN
  Author URI: https://digitalfusion.net/design
  Text Domain: cheviot---divi-child-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @group FontFace */

@font-face {
font-family: 'CoronetLTStdRegular';
src: url('fonts/coronetltstd_regular-webfont.eot');
src: local('☺'), url('fonts/coronetltstd_regular-webfont.woff') format('woff'),
		url('fonts/coronetltstd_regular-webfont.ttf') format('truetype'),
		url('fonts/coronetltstd_regular-webfont.svg#webfont2WNNkrhK') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'CoronetLTStdBold';
src: url('fonts/coronetltstd_bold-webfont.eot');
src: local('☺'), url('fonts/coronetltstd_bold-webfont.woff') format('woff'),
		url('fonts/coronetltstd_bold-webfont.ttf') format('truetype'),
		url('fonts/coronetltstd_bold-webfont.svg#webfontrnAkk1iv') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Pagella';
src: url('fonts/texgyrepagella-regular-webfont.eot');
src: local('☺'), url('fonts/texgyrepagella-regular-webfont.woff') format('woff'),
		url('fonts/texgyrepagella-regular-webfont.ttf') format('truetype'),
		url('fonts/texgyrepagella-regular-webfont.svg#webfontAfRnnQCQ') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Pagella';
src: url('fonts/texgyrepagella-italic-webfont.eot');
src: local('☺'), url('fonts/texgyrepagella-italic-webfont.woff') format('woff'),
		url('fonts/texgyrepagella-italic-webfont.ttf') format('truetype'),
		url('fonts/texgyrepagella-italic-webfont.svg#webfontpK19oYss') format('svg');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'Pagella';
src: url('fonts/texgyrepagella-bold-webfont.eot');
src: local('☺'), url('fonts/texgyrepagella-bold-webfont.woff') format('woff'),
		url('fonts/texgyrepagella-bold-webfont.ttf') format('truetype'),
		url('fonts/texgyrepagella-bold-webfont.svg#webfontJ9KOIeNs') format('svg');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Pagella';
src: url('fonts/texgyrepagella-bolditalic-webfont.eot');
src: local('☺'), url('fonts/texgyrepagella-bolditalic-webfont.woff') format('woff'),
		url('fonts/texgyrepagella-bolditalic-webfont.ttf') format('truetype'),
		url('fonts/texgyrepagella-bolditalic-webfont.svg#webfontwQnx6YDO') format('svg');
font-weight: bold;
font-style: italic;
}

/* @end */

body, textarea, .page-title span, .pingback a.url {
	font-family: Pagella, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif!important;
}

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
	font-family: Pagella, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif!important;
}

input, textarea, select, .gform-body input, .gform-body textarea, .gform-body select {
	font: 18px Montserrat, Arial, Helvetica, Geneva, sans-serif!important;
	color: #000;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: .6em;
}

sup {
	bottom: 0.5em; /* Adjust the value as needed to position above the baseline */
}

sub {
	top: 0.25em;   /* Adjust the value as needed to position below the baseline */
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

a:link {
	color: #3470b1;
	text-decoration: none;
}

a:visited {
	color: #3470b1;
}

a:active, a:hover {
	color: #ad5f26;
	text-decoration: none;
}

p a:active, p a:hover {
	color: #ad5f26;
	text-decoration: underline;
}

.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
	font: 600 18px 'Montserrat' !important;
	border: 2px solid #305287;
	color: white;
	margin-right: auto;
	margin-left: auto;
	background-color: #305287;
	border-radius: 4px;
	padding: .3em 1em!important;
	cursor: pointer;
}

.gform-footer.gform_footer.top_label {
	text-align: center;
}

.gform_heading p.gform_required_legend {
	font-size: smaller;
	text-align: right;
}

a.buttonLink {
	text-decoration: none;
	font: 600 16px 'Montserrat', sans-serif;
	text-align: center;
	display: inline-block;
	color: white;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 3px;
	margin-top: 5px;
}

a.buttonLink:hover,
.gform_wrapper.gravity-theme #field_submit input:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
	color: #305287!important;
	background-color: #ffffff!important;
	padding: .3em 1em!important;
}

a.buttonLink:active {
	background-color: #ffffff;
	color: #315387;
}

#headerNav p a {
	text-decoration: none;
	color: #255587;
	font: 600 12px Montserrat, Helvetica, Arial, sans-serif;
	border: 1px solid #96aeca;
	border-radius: 5px;
	padding: 10px 15px;
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, #e6edf2 100%) #e7edf2;
	background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, #e6edf2 100%) #e7edf2;
	background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, #e6edf2 100%) #e7edf2;
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, #e6edf2 100%) #e7edf2;
	letter-spacing: .01em!important;
}

#headerNav p a:hover {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px 3px #255587;
	background: -webkit-linear-gradient(top, rgb(145, 171, 200) 0%, #3f6d98 100%) #99b0cd;
	background: -moz-linear-gradient(top, rgb(145, 171, 200) 0%, #3f6d98 100%) #99b0cd;
	background: -ms-linear-gradient(top, rgb(145, 171, 200) 0%, #3f6d98 100%) #99b0cd;
	background: linear-gradient(to bottom, rgb(145, 171, 200) 0%, #3f6d98 100%) #99b0cd;
	border: 1px solid #0f3f6e;
	box-shadow: 1px 1px 3px rgba(22, 71, 120, 0.20);
}

#main-content {
	/*	min-height: calc(100vh - 330px);*/
}

.menu-header .et_pb_menu__wrap {
	
}

.menu-header .et_pb_menu__menu {
	flex-grow: 1;
	flex-basis: 100%;
}

.menu-header .et-menu-nav {
	flex-grow: 1;
	flex-basis: 100%;
}

.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul, .menu-header ul {
	flex-grow: 1;
	flex-basis: 100%;
	justify-content: space-around!important;
	padding: 0 2px 0 4px !important;
	margin: 0 !important;
}

.menu-header ul li {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-content: center;
	text-align: center;
	padding: 0!important;
	margin: 0!important;
	border: 1px solid #e8edf3;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background-image: linear-gradient(180deg, #4a759f 0%, #113f6f 100% 100%);
	background-color: #4a759f;
	border-bottom-width: 0;
	border-top-width: 0;
}

.menu-header ul li:first-child {
	border-left-width: 0;
}

.menu-header ul li:last-child {
	border-right-width: 0;
}

.menu-header ul li a {
	display: inline-block;
	line-height: 240% !important;
	padding-bottom: 0!important;
	margin: 0!important;
	text-decoration: none!important;
	width: 90%;
}

.menu-header ul li:hover {
	background-image: radial-gradient(ellipse farthest-corner, #0c2e51 0%, rgba(16, 63, 113, 0) 90%);
}

.menu-header ul li ul {
	padding: .5em 0!important;
	border-top-color: #e8edf3;
	border-top-width: 1px;
	margin-top: 1px !important;
	width: 100%!important;
	background: none #335b83!important;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
	background: none #335b83!important;
}

.menu-header ul li li {
	border-left-width: 0;
	background: none #335b83!important;
	border-width: 0;
}

.menu-header ul li li:hover {
	background: none #134171!important;
}

.menu-header ul li li a {
	padding: 3px 24px!important;
	line-height: 150%;
	display: inline-block;
	font-size: 1.2em!important;
}

.et-menu .menu-item-has-children>a:first-child:after {
	text-shadow: none!important;
	opacity: 0.6;
}

/*.ds-vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}*/

#fancy_title span.char13 {
	margin-left: -6px;
}

#fancy_title span.char4 {
	margin-left: -1px;
}

/* @group Flexipages */

.advanced-sidebar-menu {
	margin: 0;
	padding: 0;
}

.advanced-sidebar-menu ul {
	margin: 0 !important;
	padding: 0 !important;
	float: none;
}

.advanced-sidebar-menu ul li {
	display: none;
	float: none;
	width: 100%;
	margin: 0!important;
}

.advanced-sidebar-menu ul li ul {
	border-top: 1px solid #c9d3e0 !important;
	margin-top: -1px !important;
}

.advanced-sidebar-menu ul li ul li {
	border-bottom: 1px solid #c9d3e0;
	width: 100%;
	margin: 0!important;
}

.advanced-sidebar-menu ul li a {
	float: none;
	width: 100%;
	display: block;
	color: #3d5e8f;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-left: 16px;
	padding-top: 12px;
	line-height: 18px;
	padding-bottom: 14px;
}

.et_pb_sidebar_no_border, .advanced-sidebar-menu {
	margin-bottom: 0!important;
}

body.single-media .advanced-sidebar-menu ul li, body.single-letters .advanced-sidebar-menu ul li, body.single-articles .advanced-sidebar-menu ul li, body.single-investment_values .advanced-sidebar-menu ul li, .advanced-sidebar-menu ul li.current_page_item, .advanced-sidebar-menu ul li.current_page_item ul li, .advanced-sidebar-menu ul li.current_page_ancestor, .advanced-sidebar-menu ul li.current_page_parent, .advanced-sidebar-menu ul li.current_page_ancestor ul, .advanced-sidebar-menu ul li.current_page_parent ul, .advanced-sidebar-menu ul li.current_page_ancestor ul li, .advanced-sidebar-menu ul li.current_page_parent ul li {
	display: block;
	float: none;
}

body.single-media .advanced-sidebar-menu ul li.page-item-2, body.single-letters .advanced-sidebar-menu ul li.page-item-10, body.single-articles .advanced-sidebar-menu ul li.page-item-10, body.single-investment_values .advanced-sidebar-menu ul li.page-item-10, .advanced-sidebar-menu ul li.current_page_item, .advanced-sidebar-menu ul li.current_page_ancestor, .advanced-sidebar-menu ul li.current_page_parent {
	background: url(images/section-bkg.png) no-repeat;
}

body.single-media .advanced-sidebar-menu ul li.page-item-51 a, body.single-letters .advanced-sidebar-menu ul li.page-item-10 a, body.single-articles .advanced-sidebar-menu ul li.page-item-10 a, body.single-investment_values .advanced-sidebar-menu ul li.page-item-10 a, .advanced-sidebar-menu ul li.current_page_item a, .advanced-sidebar-menu ul li.current_page_ancestor a, .advanced-sidebar-menu ul li.current_page_parent a {
	color: #fff;
	text-shadow: #556d91 1px 1px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 15px;
}

.advanced-sidebar-menu ul>li.has_children a, .advanced-sidebar-menu ul>li.current-menu-parent a, .advanced-sidebar-menu ul>li.current_page_item a {
	background-image: linear-gradient(to bottom, #96afcc 0%, #819bbd 100%);
}

.advanced-sidebar-menu ul li.has_children li a, .advanced-sidebar-menu ul li.current-menu-parent li a {
	background-image: none;
}

.advanced-sidebar-menu ul li.current_page_item ul li, .advanced-sidebar-menu ul li.current_page_parent ul li {
	background: none no-repeat;
}

body.single-media .advanced-sidebar-menu ul li.page-item-10 li.page-item-51, body.single-letters .advanced-sidebar-menu ul li.page-item-10 li.page-item-54, body.single-articles.featured .advanced-sidebar-menu ul li.page-item-10 li.page-item-75, body.single-articles.missives .advanced-sidebar-menu ul li.page-item-10 li.page-item-1878, body.single-investment_values .advanced-sidebar-menu ul li.page-item-10 li.page-item-48, .advanced-sidebar-menu ul li li.current_page_item {
	background: white !important;
}

body.single-media .advanced-sidebar-menu ul li.page-item-10 ul li a, body.single-letters .advanced-sidebar-menu ul li.page-item-10 ul li a, body.single-articles .advanced-sidebar-menu ul li.page-item-10 ul li a, body.single-investment_values .advanced-sidebar-menu ul li.page-item-10 ul li a, .advanced-sidebar-menu ul li.current_page_item ul li a, .advanced-sidebar-menu ul li.current_page_parent ul li a {
	color: #3d5e8f;
	text-transform: none;
	text-shadow: #f5f7fa 0 0 0;
	letter-spacing: 0;
}

/* @end */

/* @group Attachments */

#attachments ul li a p.issue span.char13 {
	margin-left: -2px;
}

#attachments {
	
}

#attachments ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c9d3e0;
}

#attachments ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}

#attachments ul li a {
	display: block;
	border: 1px solid #c9d3e0;
	padding: 20px 50px 20px!important;
	margin: 0;
	border-left-color: #fff;
	border-bottom-color: #fff;
	border-right-color: #fff;
}

#attachments ul li a:hover {
	background-color: #F5F7FA;
	text-decoration: none;
	border: 1px solid #92aac3;
}

#attachments ul li a img {
	width: 64px;
	height: 64px;
	float: right;
}

#attachments ul li a p.issue {
	font-variant: small-caps;
	font-size: 28px;
	margin-top: 5px;
	font-face: Pagella, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	padding-bottom: .5em;
}

#attachments ul li a p.date {
	font-style: italic;
	color: gray;
}

.single-investment_values div.entry-content not(#attachments) ul, #post-48 div.entry-content ul {
	list-style-type: none;
	width: 320px;
	margin-left: 6px;
	margin-top: 12px;
}

div#attachments ul li.ivThumb a img {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	width: auto;
}

#attachments ul li a {
	padding: 20px 15px 15px;
}

/* @end */

/* @group Investment Values */

.single-investment_values #content h2.entry-title {
	display: block;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 13px;
	border: 1px solid #95a9c2;
	border-left-width: 0;
	border-right-width: 0;
	margin-top: 4px;
	letter-spacing: 4px;
	font: normal small-caps normal 33px/33px Pagella, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif !important;
}

.single-investment_values #content h1.entry-title {
	font: italic normal 16px/20.8px Pagella, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif !important;
	text-align: center;
	color: #333;
	padding-bottom: 6px;
}

.single-investment_values div.entry-content not(#attachments) ul, #post-48 div.entry-content ul {
	list-style-type: none;
	width: 320px;
	margin-left: 6px;
	margin-top: 12px;
}

.single-investment_values div.entry-content ul li, #post-48 div.entry-content ul li {
	list-style-type: none;
	background: url(images/li-bullet.png) no-repeat 0 5px;
	padding-left: 16px;
	line-height: 110%;
	margin-bottom: 12px;
}

body.single-investment_values #content .wp-caption.alignright {
	width: 90%;
	height: auto;
	max-width: 90%;
}

.single-investment_values p.wp-caption-text {
	font-style: italic!important;
}

/* @end */

p.disclosureBox {
	margin: 0 0 0 0;
	font-family: Pagella, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
}

.single-investment_values .entry-content p.disclosureBox {
	margin: 0;
	font-size: 14px;
}

.disclosureBox span.read-more a {
	float: right;
	font-style: italic;
	font-size: 10px;
}

p.disclosureBox.desktop {
	display: block;
}

p.disclosureBox.mobile {
	display: none;
}

@media only screen and (min-width:1024px) {
	body.single-investment_values #content .wp-caption.alignright {
		max-width: 200px !important;
	}
}

@media only screen and (max-width:1023px) {
	p.disclosureBox.desktop {
		display: none;
	}
	
	p.disclosureBox.mobile {
		display: block;
		padding-bottom: 0;
	}
	
	p.disclosureBox.mobile span.details {
		padding-bottom: 15px;
		font-size: 13px;
		line-height: 150%;
	}
	
	.disclosureBox span.read-more a {
		font-style: italic;
		font-size: 10px;
		display: block;
		text-align: right;
		line-height: 40px;
		width: 80%;
		margin-top: -13px;
	}
}
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
		
	/*	.custom_row {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari 6.1+ *!/
			flex-wrap: wrap;
		}*/
		
		/*** custom classes that will designate the order of columns in the flex box row ***/
		
	/*	.first-on-mobile {
			-webkit-order: 1;
			order: 1;
		}
		
		.second-on-mobile {
			-webkit-order: 2;
			order: 2;
		}
		
		.third-on-mobile {
			-webkit-order: 3;
			order: 3;
		}
		
		.fourth-on-mobile {
			-webkit-order: 4;
			order: 4;
		}*/
		/*** add margin to last column ***/
	
	.custom_row:last-child .et_pb_column:last-child {
		/*		margin-bottom: 30px;*/
	}
	
	.et_pb_column:not(.et_flex_column) {
		width: 100%;
		margin-bottom: 0px!important;
	}
}
@media only screen and ( min-width: 769px ) {
	.grecaptcha-badge {
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform-origin: top left;
	}
}

	@media only screen and (max-width:768px) {
	.grecaptcha-badge {
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform-origin: top center;
		margin-right: auto;
		margin-left: auto;
	}
	#main-content {
		padding-top: 60px !important;
	}
	div#et-boc.et-boc header.et-l.et-l--header {
		max-height: 60px !important;
	}
	body #rmp_menu_trigger-1871 {
		margin-top: 0!important;
		padding: 0!important;
		top: 0!important;
		right: 3px;
	}
	
	.dashicons, .dashicons-before:before {
		font-size: 36px;
		line-height: 22px;
		font-family: ETmodules!important;
	}
	
	.dashicons-menu-alt:before {
		content: '\61'!important;
	}
	
	.dashicons-no:before {
		content: '\4d'!important;
	}
}

	@media only screen and (max-width:767px) {
	body.single-investment_values #content .wp-caption.alignright {
		margin-right: auto;
		margin-left: auto;
		margin-top: 0;
	}
	
	.et_section_regular {
		padding-top: 0px;
	}
	
	.et_pb_text_inner h1, .et_pb_title_container h1.entry-title {
		/*		font-size: 24px!important;*/
	}
	
	.et_pb_text_inner h2 {
		/*		font-size: 20px!important;*/
	}
}
