/*
 Theme Name:   Steven Chudik MD
 Description:  Divi Child Theme
 Author:       Webtech Agency
 Author URI:   https://webtechagency.ca
 Template:     Divi
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(//stevenchudikmd.websterconnect.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.eot);
    src: url(//stevenchudikmd.websterconnect.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//stevenchudikmd.websterconnect.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(//stevenchudikmd.websterconnect.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.woff) format("woff"), url(//stevenchudikmd.websterconnect.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(//stevenchudikmd.websterconnect.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")
}


/*** Primary Navigation ***/

/***  Causing the header to overlap the global body template.  Removed 2025-11-19 TB
header .et_pb_section {
	background-color: transparent!important;
	position: absolute;
	width: 100%;
}

header .et_pb_section--with-menu:not(.et_pb_sticky)  .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
	top: calc(100% - 20px);
}
**/

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.menu_cta {
	border: solid 1px #426292;
    border-radius: 10px;
	background-color: #426292;
	color: #16304d!important;
}

/*** Layout ***/

#page-container {
	overflow-x: hidden;
}

.v-align-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.no-margin {
	margin: 0!important;
}


/*** Modules ***/

.blog-image-16-9 .entry-featured-image-url {
	padding-top: 56.25%;
	display: block;
}

.blog-image-16-9 .entry-featured-image-url img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

/*** Uniform Blog Tile Heights - TB 2023-12-19 ***/
.pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}
.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}

    
/*** Post Content ***/

body {
	font-weight: normal;
}

sup {
	font-size: 50%;
}

.et_pb_post_content a {
	color: #699FC8;
	transition: all 300ms ease 0ms;
}

.et_pb_post_content a:hover {
	transition: all 300ms ease 0ms;
	text-decoration: underline;
}

.et_pb_post_content h1,
.et_pb_post_content h2,
.et_pb_post_content h3,
.et_pb_post_content h4,
.et_pb_post_content h5,
.et_pb_post_content h6 {
	color: #0D2845;
}

.et_pb_post_content>h1:not(:first-child),
.et_pb_post_content>h2:not(:first-child),
.et_pb_post_content>h3:not(:first-child),
.et_pb_post_content>h4:not(:first-child),
.et_pb_post_content>h5:not(:first-child),
.et_pb_post_content>h6:not(:first-child) {
	margin-top: 1em;
}

ul.blocks-gallery-grid {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	line-height: 1em;
}

.et_pb_post_content ul li::marker,
.et_pb_text ul li::marker {
	color: #699FC8;
}

.col-2 {
	column-count: 2;
}

.col-2 li { 
	break-inside: avoid; 
}

.wp-block-pullquote {
	border-color: #699FC8;
}

.wp-block-pullquote blockquote {
	margin: 0;
	border: none;
	padding: 0;
	font-family: 'PT Serif',Georgia,"Times New Roman",serif;
	font-style: oblique;
}

.wp-block-details {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.wp-block-details li {
	line-height: 1.4em;
	margin-bottom: .6em;
}

.wp-block-details:last-of-type {
	border-bottom: none;
}

summary::-webkit-details-marker {
	color: #699FC8;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #F9F9F9;
}

a.wp-block-button__link, a.wp-block-button__link:active, a.wp-block-button__link:focus, a.wp-block-button__link:visited {
	color: #FFFFFF!important;
	border-width: 2px!important;
	border-color: #426292;
	border-radius: 6px;
	font-size: 16px;
	font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 800!important;
	background-color: #426292;
}
a.wp-block-button__link:after {
	content: "\f061";
	line-height: inherit;
	font-size: inherit!important;
	opacity: 1;
	margin-left: .3em;
	left: auto;
	font-family: FontAwesome!important;
	font-weight: 900!important;
}
a.wp-block-button__link:hover {
	color: #fff;
	border-color: #0D2845;
	background-color: #0D2845;
	transition: all 300ms ease 0ms;
	text-decoration: none;
}
.wp-block-image {
	margin: 0 1em 1em!important;
}

.baby-blue-bg {
	background-size: 200px auto;
	background-position: right 0px top;
	background-image: url(/wp-content/uploads/2023/12/arm-light-left-white-watermark.svg);
	background-repeat: no-repeat;
	background-color: rgba(196,233,251,0.5);
	padding: 30px;
}

.baby-blue-bg .wp-block-post-title a {
	display: block;
	font-family: 'Arimo',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #0D2845;
	transition: all 300ms ease 0ms;
}

.baby-blue-bg .wp-block-post-title a:hover {
	color: #699FC8;
	transition: all 300ms ease 0ms;
	text-decoration: none;
}

.baby-blue-bg ul {
	padding-bottom: 0;
}

ul.list-block {
	list-style-type: none;
	padding: 0 0 1em 0;
}

.list-block-item {
	background-color: #C4E9FB;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.15);
	transition: transform 300ms ease 0ms;
}

.list-block-item:hover {
	transform: scaleX(1.03) scaleY(1.03);
	background-color: rgba(196,233,251,0.8);
	transition: transform 300ms ease 0ms;
}

.list-block-item:hover img {
	transition: all 300ms ease 0ms;
}

.list-block-item:hover img {
	opacity: .8;
	transition: all 300ms ease 0ms;
}

.list-block-item a,
.list-block-item a:hover {
	color: unset;
	text-decoration: none;
}

.list-block-item h4 {
	margin: 0;
	padding: 15px 20px;
	line-height: 1.2em;
	font-size: 18px;
}



/*** Sidebar ***/

.content-sidebar .et_pb_widget ul li {
	margin-bottom: 0;
}

.content-sidebar .et_pb_widget ul li a {
	transition: all 300ms ease 0ms;
	color: #0D2845;
}

.content-sidebar .et_pb_widget ul li:hover a {
	transition: all 300ms ease 0ms;
	color: #699FC8;
}

.content-sidebar .et_pb_widget ul li.current-menu-item a {
	color: #699FC8;
}

.content-sidebar .et_pb_widget:nth-child(1) ul li a {
	font-size: 18px;
	font-weight: 500;
	display: block;
	padding: 5px 0;
	border-bottom: solid 1px #699FC850;
	transition: all 300ms ease 0ms;
}

.content-sidebar .et_pb_widget:nth-child(2) ul li a {
	font-size: 16px;
	font-weight: 400;
	transition: all 300ms ease 0ms;
}


/*** Hide Google Captcha Badge ***/
.grecaptcha-badge {
	display: none;
}


/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) {

}



/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

	#no-hamburger .et_pb_menu__menu {
		display: block;
	}

	#no-hamburger .mobile_menu_bar {
		display: none;
	}

	.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;
	}

	.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;
	}

	.custom_row .et_pb_column:last-child {
		margin-bottom: 30px;
	}

	.custom_row .et_pb_column:not(:last-child) {
		margin-bottom: 0px;
	}

}



/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}



/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}



/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}