/*
 Theme Name:   Freedom From Self-Sabotage
 Description:  Divi Child Theme
 Author:       Webtech Agency
 Author URI:   https://webtechagency.ca
 Template:     Divi
 Version:      3.0
 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 ====
 * -------------------------------------------- */

#page-container>#et-boc {
	overflow-x: hidden;
}

.home header .et_pb_section--with-menu {
	background-color: transparent!important;
	position: absolute;
	width: 100%;
}

#home-hero {
	padding-top: 260px;
}

/*** Primary Navigation ***/

header .et_pb_menu ul li a {
	font-family: 'Cairo',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
}

header .menu_cta {
	padding: 0 !important;
	text-align: center;
	margin-left: 10px!important;
}

header .menu_cta a {
	color: #ffffff;
	background-color: #439cc9;
	padding: 15px !important;
	border-radius: 5px;
	align-self: center;
	font-weight: 700!important;

}
header .menu_cta a:hover {
	background-color: #F5B94C;
	opacity: 1!important;
}

/*** blocks ***/

.has-small-font-size {
	line-height: 1.4em;
	font-weight: 300;
}

a.wp-block-button__link, 
.wp-block-button__link:active, 
.wp-block-button__link:focus, 
.wp-block-button__link:visited {
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	background-color: #439cc9;
	transition: all 300ms ease 0ms;
	line-height: 1em!important;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 30px;
}

.et_pb_post_content_0_tb_body.et_pb_post_content a.wp-block-button__link:hover {
	background-color: #F5B94C;
	color: #fff!important;
	transition: all 300ms ease 0ms;
}

.single-post .et_pb_post_content p strong {
	font-weight: 400;
}





/*** Coaches Resources Navigation ***/

ul#menu-coaches-resources li a {
	color: #1B2336;
}

ul#menu-coaches-resources li.current-page-ancestor a {
	color: #fd4a18;
}

.portal-menu-container .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/*** Coaches Portal ***/

.resources {
	margin-top: 15px;
}

.resources :where(.wp-block-columns.is-layout-flex) {
	gap: 10px;
}

.resources .wp-block-columns {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

.resources h4 {
	font-size: 1.4em;
}

.resources h4:last-child {
	padding-bottom: 0;
}

.resources a.wp-block-button__link, 
.resources .wp-block-button__link:active, 
.resources .wp-block-button__link:focus, 
.resources .wp-block-button__link:visited {
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	background-color: #439cc9;
	transition: all 300ms ease 0ms;
	line-height: 1em!important;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}

.resources a.wp-block-button__link:hover {
	background-color: #F5B94C;
	transition: all 300ms ease 0ms;
}

.boxed-border {
	border: #ddd solid 1px;
	padding: 40px;
	margin-bottom: 30px;
}

.boxed-border>ul:last-of-type {
	padding-bottom: 0;
}



/* image aspect ratio */

.image-16-9 .et_pb_image_wrap {
	padding-top: 56.25%;
	display: block;
}

.image-1-1 .et_pb_image_wrap {
	padding-top: 100%;
	display: block;
}

.image-16-9 .et_pb_image_wrap img,
.image-1-1 .et_pb_image_wrap img {
	position: absolute;
	height: 100%;
	width: 100%!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}


/* blog image aspect ratio landscape 16:9 */

.blog-image-1-1 .entry-featured-image-url {
	padding-top: 100%;
	display: block;
}

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


/* Certified coah badge when tagged "Certified" in the Find a Coach page of the site - TB */

.project_tag-certified .entry-title { 
    position: relative;
}

.project_tag-certified .entry-title::before { 
    position: absolute;
   	left: -50px;
    top: -30px;
    display: block;
    background-color: #E1915C;
    background-image: url(https://freedomfromselfsabotage.com/wp-content/uploads/2022/12/FFSS_Certified_Coach-check.png);
    background-size: auto 50px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 60px;
}




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

	.page-id-50619 .resources .wp-block-buttons {
		justify-content: flex-end;
	}

}

/*** 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;
	}
	
	#home-hero {
		padding-top: 160px;
	}

}

/*** 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) {

}
