/**
 * Theme Name:     Divi Child
 * Author:         Coobo Media - DIVI
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Coobo Media Divi Child Theme
 */



#sr-menu {
    z-index: 999;
    position: absolute;	
}


/* Start - Classes 

---- Typography ----
.light-text


---- ul - ol ----
.custom-list <Parent>
.multi-col-list <row>


End - Classes */


/* START -----------------  Typography -------------------*/


/* start - sup,sub */
sub, sup {
  font-size: 50%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
    font-weight: 900;
}
sup {
  /* Move the superscripted text up */
  top: -1.25em;
}
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
/* end - sup,sub */

/* Add Space between paragraph, ul, ol and next title  (adjust to fit your theme style)*/ 
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
    margin-top: 30px;   
}

p + ul {
	margin-top:15px;
}

/* hr (anything looks better that the default hr) */
hr {
    border: none;
    border-bottom: 2px solid #dcdcde;
    margin: 20px 0px;   
}

.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6 {
    color:#ffffff;
}
.light-text,
.light-text p,
.light-text li {
    color: rgb(255 255 255 / 90%);
}


/* Headings in columns smaller than 1/2 */ 
/* h1 */
.et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_2_5 h1 {

}
/* h2 */
.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_2_5 h2 {

}
/* h3 */
.et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_2_5 h3 {

}
/* h4 */
.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_2_5 h4 {

}
/* h5 */
.et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_2_5 h5 {

}
/* h6 */
.et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_2_5 h6 {

}


/* END -----------------  Typography -------------------*/


/* START -----------------  ul - ol -------------------*/

/* list Item */
.custom-list ul li,
.custom-list ol li  {
    list-style: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 34px;
    line-height: 1.7em;
}
/* left padding  */
.custom-list ul, 
.custom-list ol, 
.custom-list ol li  {
    padding-left: 0px;
}
/* Inner List */
.custom-list ul > li > ul,
.custom-list ol > li > ol  {
    margin-top: 8px; /* This should match px of the margin-bottom set on list item */
    padding-bottom: 0px;
}

/* Unordered Lists */
.custom-list ul li:before  {
	    content: "";
    display: block;
    background: #003C6F;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    top: 9.5px;
    z-index: -999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
/* Unordered Lists level 2 */
.custom-list ul li > ul li:before  {
    content: "";
    display: block;
    background: #99794D;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    top: 9.5px;
    z-index: -999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}


/* Ordered Lists */
.custom-list ol {
  counter-reset: coobo-counter;
}
.custom-list ol li {
  counter-increment: my-awesome-counter;
}
.custom-list ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
    color: #bd1609;
    padding-right: 15px;
}


/* style number 2 */

/* list Item */
.custom-list-2 ul li  {
    list-style: none;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.7em;
    border-bottom: 1px solid #d2d4d4;
    padding: 8px 0;
}
/* last Item */
.custom-list-2 ul li:last-child { 
    border-bottom: 0px;
}
/* left padding  */
.custom-list-2 ul,  .custom-list-2 ol li  {
    padding-left: 0px;
}
/* Unordered Lists */
.custom-list-2 ul li:before  {
	display:none; 
}
/* second level */
.custom-list-2 ul > li > ul  {
	padding-left: 25px;
}
.custom-list-2 ul > li > ul > li  {
    list-style: disc;
    border-bottom: 0px;
    padding-bottom: 0px;
}


@media only screen and (max-width: 980px) {
	.multi-col-list .et_pb_column {
		margin-bottom:0px;
	}
	.multi-col-list .et_pb_column ul {
		padding-bottom:0px;
	}
	.multi-col-list .custom-list-2 ul li:last-child {
        border-bottom: 1px solid #d2d4d4;
	}
	.multi-col-list .et_pb_column:last-child .custom-list-2 ul li:last-child {
    	border-bottom: 0px;
	}
	
	
}

/* END -----------------  ul - ol -------------------*/



DIVI

/* START - HEADER -----------------------------------------*/

/* transitions */
.custom-header-nav .et_pb_menu__logo-wrap, 
.custom-header-nav .et_pb_menu__logo-wrap img, 
.custom-header-nav .et_pb_menu__menu, .pre-head-content {
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


/* start - logo  ---------*/
.custom-header-nav .et_pb_menu__logo-wrap {
	padding: 20px 0;
}
.custom-header-nav .et_pb_menu__logo-wrap img {
    max-width: 200px;
}
/* sticky */
.custom-header-nav.et_pb_sticky .et_pb_menu__logo-wrap {
    padding: 12px 0;
}
.custom-header-nav.et_pb_sticky .et_pb_menu__logo-wrap img {
    max-width: 180px;
}

/* end - logo  ---------*/

/* start - Nav  ---------*/
.custom-header-nav:not(.et_pb_sticky) .et_pb_menu .et_pb_menu__wrap {
	align-items: flex-start;
}
/* header shift fix */
.custom-header-nav  .et-menu.nav a {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.custom-header-nav .et_pb_menu__wrap {
	align-items: center;
}

.custom-header-nav .et_pb_menu__menu, .custom-header-nav #menu-main-menu {
	height:100%;
}

.custom-header-nav .et-menu > li:last-child .sub-menu {
	left: auto;
    right: 0;
}


/* end - Nav  ---------*/

/* start - Dropdown ---------*/
@media only screen and (min-width: 981px) {
	#custom-header .et-menu-nav{
		display: flex;
		align-items: center;
	}
	#custom-header .sub-menu {
		    left: unset;
	}
	
	#custom-header .nav ul li:not(.mega-menu) li {
		padding: 0px;
		width: 100%;
	}
	#custom-header .nav li li {
		padding-bottom: 10px;
		width: 100%;
	}
	#custom-header .nav li li:last-child {
		padding-bottom: 0px;
	}
	#custom-header .custom-header-nav .nav li li a {
		line-height: 1.5em;
		width: 100%;
		padding: 0px 0px;
	}
	#custom-header .custom-header-nav .nav li li a:hover {
	background-color: rgba(0, 0, 0, .0);
	}
	#custom-header .custom-header-nav .nav li li a.mPS2id-highlight {
		color:#5bc2a5 !important;
	}
}
/* end - Dropdown ---------*/


/* start - mega menu ---------*/

@media only screen and (min-width: 981px) {
	#custom-header li.mega-menu .sub-menu .sub-menu li a {
		text-transform: capitalize;
		letter-spacing: 0px;
		font-weight: 500;	
	}
	#custom-header li.mega-menu {
		position: relative;
	}
	#custom-header li.mega-menu > .sub-menu  {
		width: 600px;
		max-width: 90vw;
		right: calc(0px - 230px) !important;
		left: auto !important;
		padding: 10px 0px;
		position: absolute !important;
	}
	#custom-header li.mega-menu>ul>li>a:first-child {
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 2px solid #a19074;	
		font-weight: 600;
	}
	#custom-header li.mega-menu > .sub-menu > li  {
		padding: 0 20px !important;
	}

	#custom-header li.mega-menu .sub-menu .sub-menu {
		background: transparent !important;
	}
	#custom-header li.mega-menu .sub-menu .sub-menu li {
		padding-bottom: 6px !important;
	}
}
/* end - mega menu ---------*/





/* START - Mobile Menu --------------------- */
#custom-header .et_mobile_menu {
	background:#fff !important;
}
#custom-header .et_mobile_menu li a:hover {
	background:transparent;
}
#custom-header .et_mobile_menu li ul.hide {
    display: none !important;
}
#custom-header .et_mobile_menu .menu-item-has-children {
    position: relative;
}
#custom-header .et_mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
#custom-header .et_mobile_menu .menu-item-has-children>a {
    background-color: rgba(0, 0, 0, .0);
}
span.menu-closed:before {
	content: "\33";
    display: block;
    color: #6f644e;
    font-size: 25px;
    font-family: ETmodules;
}
span.menu-closed.menu-open:before {
    content: "\4d";
}
.et_pb_menu__menu .nav-mobile-only {
	display:none;
}
#custom-header .et_mobile_menu li li {
    padding-left: 3%;
}
#custom-header .et_mobile_menu li li li {
    padding-left: 0%;
}

/* END - Mobile Menu --------------------- */


/* Nav no click - only open dropdown */
.nav-no-click > a {
	pointer-events:none;
}
.nav-no-click span.menu-closed {
	width: 100%;
    text-align: right;
}


/* END - HEADER -----------------------------------------*/

/* START - Homepage - HEADER -----------------------------------------*/

#custom-header.header-home {

}

/* start - logo  ---------*/
.header-home .custom-header-nav .et_pb_menu__logo-wrap {
    background: #f57e20;
    padding: 20px 20px;
    }
.header-home .custom-header-nav .et_pb_menu__logo-wrap .et_pb_menu__logo {
	margin: 0px;
}
@media only screen and (min-width: 981px) {
	.header-home .custom-header-nav .et_pb_menu__logo-wrap {
		background: #f57e20;
		padding: 25px 25px;
		position: absolute;
	}	
	.header-home .custom-header-nav .et_pb_menu__logo-wrap img {
		max-width: 100%;
		width: 350px;
	}
}

/* sticky */
.header-home .custom-header-nav.et_pb_sticky .et_pb_menu__logo-wrap {
    padding: 20px 20px;
}
.header-home .custom-header-nav.et_pb_sticky .et_pb_menu__logo-wrap img {
    width: 180px;
}

@media only screen and (max-width: 980px) {
	.header-home .custom-header-nav.et_pb_sticky .et_pb_menu__logo-wrap {
		padding: 20px 20px;
	}	
}




/* end - logo  ---------*/


/* start - nav  ---------*/
@media only screen and (min-width: 981px) {
	.header-home .custom-header-nav:not(.et_pb_sticky) .et_pb_menu .et_pb_menu__wrap {
		height: 100px;
	}
}

/* end - nav  ---------*/

/* END - Homepage - HEADER -----------------------------------------*/



/* START ----------------- BLOG -------------------*/


.single-post .blog-post-content h1 {font-size:40px}
.single-post .blog-post-content h2 {font-size:32px}
.single-post .blog-post-content h3 {font-size:28px}
.single-post .blog-post-content h4 {font-size:24px}
.single-post .blog-post-content h5 {font-size:20px}
.single-post .blog-post-content h6 {font-size:18px}

@media only screen and (max-width: 767px) {
	.single-post .blog-post-content h1 {font-size:30px}
	.single-post .blog-post-content h2 {font-size:26px}
	.single-post .blog-post-content h3 {font-size:24px}
	.single-post .blog-post-content h4 {font-size:22px}
	.single-post .blog-post-content h5 {font-size:20px}
	.single-post .blog-post-content h6 {font-size:18px}	
}

/* Read More */

.et_pb_posts .et_pb_post .more-link {
    font-size: 16px;
    background-color: #6b6b6d;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    padding: .3em 1em !important;
    color: #ffffff;
    line-height: 1.7em !important;
    font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
    float: right;
    margin-top: 20px;
}
.et_pb_posts .et_pb_post .more-link:hover {
    color: #ffffff !important;
    background-color: #f57e1f;	
}
.et_pb_posts .et_pb_post {
	border-bottom: 2px solid #f57e20;
    padding-bottom: 20px;
}


/* single post using divi builder */

.single-post #main-content .blog-post-content .et_builder_inner_content > .et_pb_section:first-child  {
	padding-top:0px;
}
.single-post #main-content .blog-post-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row:first-child {
	padding-top:0px;
}
.single-post #main-content .blog-post-content .et_builder_inner_content > .et_pb_section > .et_pb_row {
	margin: 0px;
    width: 100%;
}
.has-featured-image .et_pb_title_featured_container .et_pb_image_wrap {
    margin-bottom: 10px;
}



/* side bar */
.et_pb_widget_area .widget_archive a[aria-current="page"] {
	color:#f57e20;
}


/* END ----------------- BLOG -------------------*/





.page-title-sec h1 {
	padding-bottom:0px; 
}



/* START ----------------- Job Ops -------------------*/

.location-bkt {
    display: flex;
    height: 100%;
	min-height: 300px;
}

.location-bkt  .et_pb_blurb_content{
	border: 2px solid #d1d1d1;
}

.location-bkt .et_pb_main_blurb_image{
	margin-bottom: 0px;
	border-bottom: 2px solid #d1d1d1;
}
.location-bkt .et_pb_blurb_container {
	padding: 15px;
}

.location-bkt  .et_pb_module_header {
	padding-bottom: 5px;
}

/* hover */
.location-bkt:hover .et_pb_blurb_content, .location-bkt:hover .et_pb_main_blurb_image{
	border-color: #f57e20;
}



/* END ----------------- Job Ops -------------------*/





.page-id-1507 #footer-logo-area .et_pb_column:first-child {
	width:100%;
}
.page-id-1507 #footer-logo-area .et_pb_column:last-child {
	display:none;
}
@media only screen and (max-width: 980px) {
	.page-id-1507 #footer-logo-area .et_pb_column:first-child {
		margin-bottom:0px;
	}
}


/* START ----------------- Store Locator -------------------*/

.sl-categories {
	display:none !important;
}


.asl-cont#asl-storelocator .sl-row.sl-desc p {
    display: inline-block;
    background: #212121;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 700 !important;
    font-style: normal !important;	
}



#asl-storelocator.asl-cont .sl-main-cont .btn.btn-asl.order-btn {
	background: #727478 !important;
    border: none !important;
    padding: 7px !important;
}

#asl-storelocator.asl-cont .sl-main-cont .btn.btn-asl.order-btn:hover {
	background: #1d2327 !important;
}



/* END ----------------- Store Locator -------------------*/




