/*
 Theme Name:   Just Like Murray Child Theme
 Author:       MSonder
 Template:     twentynineteen
*/

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #000;
	font-family: "Urbanist", sans-serif;
	font-size: 18px;
	line-height: 30px;

	background: #fff;
}

body:not(.custom-background-image).admin-bar::before {top: 0px;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {height: 0px;}

a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.responsive {width: 90%;}

/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */

.sticky {
	position: fixed;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.3);
}

		#top-wrapper {
			width: 100%;
			height: auto;
			background: #221f1f;
		}
		#top {
			width: 90%; 
			height: auto;
			margin: 0 auto;
            color: #7a7575;
			font-family: "Urbanist", sans-serif;
            font-weight: 500;
            font-size: 18px;
			font-style: italic;
			line-height: 40px;
		}

			/* Social */
			a.social-media-icons {
				display: block;
				padding: 0 20px;
				line-height: 45px;
				background: #3a3636;
				color: #eb1c23;
			}
			a.social-media-icons i {
				font-size: 20px;
				text-align: center;
				color: #eb1c23;
			}
			a.social-media-icons:hover {opacity: 0.8; text-decoration: none !important;}



		#header-wrapper {
			width: 100%;
			height: auto;
			background: #ffffff;
			padding: 5px 0 0 0;
			-webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,.3);
			box-shadow: 0 6px 20px 0 rgba(0,0,0,.3);
		}
		#header {
			width: 90%; 
			height: auto;
			margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
		}
		#logo img {width: 60%;}	



		.content-wrapper {
			width: 100%;
			height: auto;
			margin: 0px auto;
            overflow-x: hidden !important;
		}
		.content-wrapper a {color: #9d090e; text-decoration: underline; line-height: 20px;}
		.content-wrapper a:hover {color: #74070b; text-decoration: none;}
				
		
		.wp-block-cover.alignfull {
			max-width: 100vw;
			width: auto;
			padding: 80px 0 60px 0;
            overflow-x: hidden !important;
		}
		.alignfull .wp-block-cover__inner-container {max-width: 1200px;}

        .wp-block-columns.is-layout-flex {gap: 2em !important;}

		.wp-block-cover.has-parallax,
        .wp-block-cover__image-background.has-parallax {background-attachment: fixed !important;}

        .cta {
            background: #ffffff;
            -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            padding: 20px;
        }


/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */

	button#menuToggle {display: none;}

	ul.menu {margin: 0; padding: 0px 0 0 0;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:last-child a {
		background: #4c4243;
		font-family: "Homenaje", sans-serif;
		color: #fff !important;
		font-size: 25px;
		line-height: 30px !important;
		text-transform: uppercase;
		font-weight: 500;
		margin: 0 0 0 10px;
		padding: 10px 15px;
		border-radius: 6px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	ul.menu li:last-child a:hover,
	ul.menu li.current-menu-item:last-child a,
	ul.menu li:last-child a:focus {background: #2d2626 !important; color: #ddd4d5 !important; border-bottom: 3px solid transparent;}

    ul.menu li:last-child a i {
		font-size: 18px;
        padding-left: 10px;
        color: #eb1c23;
        transition: all 0.25s ease-in-out;
    }
    ul.menu li:last-child a:hover i {color: #f68387;}
	
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 50px;
		font-size: 15px;
		font-weight: bold;
	  	text-align: center;
		padding: 0 10px;
		width: 100%;
		color: #000;
		font-family: "Urbanist", sans-serif; 
		text-transform: uppercase;
		border-bottom: 3px solid transparent;
		text-decoration: none;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.menu li a:hover, ul.menu li.current-menu-item a, ul.menu li a:focus {background: #f3efec; border-bottom: 3px solid #4c4243;}

    ul.menu li.menu-item-has-children a:after {
        content: '\f0d7';
        font-family: "Font Awesome 6 Free";
        font-style: normal;
        font-weight: 600;
        padding-left: 10px;
        font-size: 14px;
        color: #65031c;
    }
	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

    ul.menu li:hover ul {
        left: 0;
        -webkit-box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
        box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
    }
    ul.menu li:hover ul li {
        float: none;
        width: 100%;
        position: relative;
        z-index: 9999;
    }
    ul.menu li:hover ul li a {
        display: block;
        line-height: 45px;
        font-size: 18px;
        font-weight: 500;
        text-transform: none;
        text-shadow: none;
        text-align: left !important;
        padding: 0 30px 0 10px;
        background: #fff;
        border-bottom: 2px solid #fff;
        width: 100%;
        color: #0e1e29;
        text-decoration: none;
    }
    ul.menu li:hover ul li a:hover {
        background: #eeeeee;
        border-bottom: 2px solid #ebeef3;
    }

    /* sub menu fix */
    ul.menu li.menu-item-has-children:hover ul li a:after {
        content: '';
        display: none;
    }
 	ul.menu li:hover ul li:last-child a {
		background: #fff;
		font-family: "Urbanist", sans-serif; 
		color: #000 !important;
		font-size: 16px;
		line-height: 45px !important;
		text-transform: none;
		padding: 0 30px 0 10px;
		border-radius: 0px;
		margin: 0;
	}
	ul.menu li:hover ul li:last-child a:hover {background: #eeeeee !important; color: #000 !important;}
    



/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */


		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #221f1f;
		}		
		#footer {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 10px 0;
			background: #221f1f;
			font-family: "Urbanist", sans-serif;  
			font-size: 16px; 
			line-height: 22px; 
			color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: space-between;
		}
		#footer #logo img {width: 100%;}	

		#footer a {color: #ffffff; text-decoration: none;}
		#footer a:hover {color: #cfcfcf; text-decoration: underline;}
	
	
		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: #000;
		}	
		#copyright {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 15px 0;
			background: #000;
			font-family: "Urbanist", sans-serif;  
			font-size: 14px; 
			line-height: 18px; 
			color: #8e8888;
		}
		#copyright a {color: #8e8888; text-decoration: none;}
		#copyright a:hover {color: #8e8888; text-decoration: underline;}
				






/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
	
h1:not(.site-title)::before, h2::before{
	background: none !important;
	content: none !important;
	height: 0px !important;
	margin: 0 !important;
	width: 0 !important;
}
.wp-block-cover.hero h1 {font-size: 60px; line-height: 72px;}
h1, .wp-block-cover h1:not(.has-text-color) {
	color: #000;
	font-family: "Homenaje", sans-serif;
	font-size: 82px;
	line-height: 88px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
h1 em {font-family: "Alex Brush", cursive; font-size: 80px;}

.wp-block-cover.hero h2 {font-size: 82px; line-height: 88px;}
h2, .wp-block-cover h2:not(.has-text-color) {
	color: #000;
	font-family: "Homenaje", sans-serif;
	font-size: 70px;
	line-height: 82px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
h2 em {font-family: "Satisfy", cursive; font-size: 90px;}

h2.has-text-align-right {margin-right: 25px !important;}

h3, .wp-block-cover h3:not(.has-text-color) {
	color: #4c4243;
	font-family: "Homenaje", sans-serif;
	font-size: 40px;
	line-height: 52px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}


p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr,
hr.is-style-wide {
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: center;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

hr.wp-block-separator:not(.is-style-wide) { 
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: left;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

	blockquote {	
		border-left: 8px solid #eb1c23 !important;
		background: #e4e4e0;
		color: #000; 
		padding: 20px 10px 20px 40px !important;
	}
	blockquote p {padding: 0;}
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}



	a.wp-block-button__link {
		display: inline-block;
		background: #4c4243;
		font-family: "Homenaje", sans-serif;
		color: #fff !important;
		font-size: 25px;
		text-transform: uppercase;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 6px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.wp-block-button__link:hover {background: #2d2626; color: #ddd4d5 !important;}
    a.wp-block-button__link:after {
        content: '\f178';
        font-family: "Font Awesome 6 Free";
        font-style: normal;
        font-weight: 600;
        padding-left: 10px;
        color: #eb1c23;
        transition: all 0.25s ease-in-out;
    }


/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div.content > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}



/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */




/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1200px) {
	.responsive {width: 1200px !important;}
}

@media screen and (max-width: 1200px) {
    .alignfull .wp-block-cover__inner-container {max-width: 90%;}
}

@media screen and (min-width: 801px) {.opensub {display: none;}} 

@media screen and (max-width: 800px) {
    
	#top {
		font-size: 16px;
  		line-height: 20px;
		text-align: center;
	}
	#top .left, 
	#top .right {float: none !important; text-align: center;}
	
	#top .left {margin-bottom: 10px;}
	
	#header-wrapper {padding: 5px 0 0 0;}
	#header {width: 100% !important; display: block; text-align: center;}
    
	#footer {display: block; text-align: center;}
	#copyright {text-align: center;}


	/* ********* Mobile Navigation Styles ********** */
	button#menuToggle {
		display: block;
		border: 0;
		background: #000 !important;
		border-bottom: transparent !important;
		padding: 10px 0;
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 700; 
		border-radius: 0px !important;
	}
	button#menuToggle:hover, #menuToggle:focus {background: #221f1f !important;}

	.menu-content {display: none;}

	.menu-content .right {float: none !important;}
	
	ul.menu {background: #221f1f;}
	ul.menu li {float: none; width: 100%;text-align: center; border-bottom: 1px solid #3a3535;}
	ul.menu li a {
		color: #fff !important; 
		line-height: 40px !important;
		border-right: 1px solid #173584 !important;
		border-left: 1px solid #173584 !important;
		background: #221f1f !important;
	}
	ul.menu li:last-child a {border-radius: 0px; margin: 0;}
	
	ul.menu li a:hover,
	ul.menu li.current-menu-item a,
	ul.menu li a:focus,
	ul.sub-menu li.current-menu-item a,
	ul.sub-menu li a:focus {color: #222222; background: #221f1f !important; border-bottom: 0px !important; border-top: 0px !important; font-weight: 700 !important;}
	ul.menu li a::after {content: '' !important;}

	/* submenu */
	ul.menu li ul li a {background: #221f1f !important;}
	
	ul.menu li ul li:last-child a {
		line-height: 40px !important; 
		font-size: 16px;
		font-family: "Open Sans", serif;
		text-transform: none;
		padding: 0px !important;
	}

	ul.sub-menu {display: none; background: #d3d3d3;}
	ul.menu li ul {
		position: static;
		left: 0;
		width: auto;
		
	}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: static;
		text-align: center !important;
	}
	ul.menu li:hover ul li:hover {text-align: center;}
	ul.sub-menu li a {font-weight: 400 !important;}
	
    ul.menu li .opensub {
        color: #fff;
        background: #1674b5;
        position: absolute;
        right: 0px;
        font-size: 20px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 43px;
        width: 43px;
        cursor: pointer;
    }    
	
    #content img.alignright {
        display: block;
        margin: 0px auto;   
        float: none;
        width: auto;
        max-width: 100%;
    }
	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
}

@media screen and (max-width: 600px) {
	.responsive {width: 90% !important;}
}

@media screen and (max-width: 480px) {
	
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

}