/*
 Theme Name:     Cranky Sam Brewing
 Author:         RPWD
 Template:       Divi
 Version:        1.0
*/

body {
    background-color: #151515;
    background-image: url(/wp-content/uploads/2019/07/cranky-sam-dark-bg.jpg);
}


/*** NAVIGATION ***/

/* Hide Divi Main Navigation Menu */

#main-header { 
	box-shadow: 0px 0px 20px 0px #000;
}

#main-header #top-menu li.current-menu-item > a {
	color: #ffd838 !important;
}

#main-header .et_menu_container {
	width: 100%;
	max-width: 1420px;
}

#main-header #et-top-navigation {
	padding-right: 20px;
}

img#logo {
	padding: 10px 0 10px 10px;
	max-height: 100%!important;
}

#page-container { 
  padding-top:0px !important; 
  margin-top:-1px !important 
}

#main-content {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px #000;
}

#hero-column-1 {
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-right-row > div {
  min-height: 200px!important;
}

.hero-right-row .two-thirds {
  width: 66.666666%!important;
}

.hero-right-row .one-third {
  width: 33.333333%!important;
}

.et_pb_row.beer-row img {
    max-height: 240px;
    width: auto;
}

@media (min-width: 768px) {
	
	#mobile-hero-row-1 div,
	#mobile-hero-row-2 div {
		height: 150px!important;
	}

	#footer-3-up {
		display: flex;
	}
	
	#footer-3-up div {
		
	}
}

@media (max-width: 980px) {
	
	.beer-row {
		padding-bottom: 0!important;
	}

	#hero-column-1 {
	  min-height: 300px;
	}
	
	#hero-column-1 img {
		width: 160px;
	}
	
	#hero-column-2 .et_pb_column.et_pb_column_empty {
	  display: block!important;
	}

}


#mobile-hero-row-1, 
#mobile-hero-row-2 {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


#mobile-hero-row-1 div,
#mobile-hero-row-2 div {
	height: 75px;
	float: none!important;
}


#logo { 
	max-height: 94%!important; 
	-webkit-transform: initial;
}

/* #top-menu li a {font-size: 30px!important;} */

#mobile_menu { background-color: rgba(255,255,255,0.95)!important;}

#mobile_menu a { 
	color: #050505!important; 
	font-size: 24px!important; 
	padding: 15px 0; 
	border-bottom: 0;
    text-align: center;
    text-transform: uppercase;
} 




/*** FOOTER ***/

#main-footer .container {
	max-width: 800px;
}

#footer-row{
  padding: 0 !important;
}

#footer-widgets {
	padding: 3% 0!important;
}

#footer-widgets > div {
	padding: 0!important;
	margin: 0!important;
}

.footer-widget {
	text-align: center;
}

.footer-widget:first-child {
	text-align: left!important;
}

.footer-widget:last-child {
	text-align: right!important;
}

.footer-widget {
	width: 33.333%!important;
}

.footer-widget li:before{
  display: none !important;
}

.footer-widget ul li {
	margin: 0!important;
}

.footer-widget .et_pb_widget {
	float: none;
}

.footer-widget ul#menu-social-profiles li,
.footer-widget ul#menu-footer-navigation li {
	display: inline-block;
}

#footer-bottom {
	display: none;
}

/* POPUP TRIGGER */

.popup .et_pb_row {
	width: 100%!important;
}

#et-boc .area-outer-wrap .da-close {
	right: -30px!important;
    top: -30px!important;
	font-size: 30px!important;
}

.popup-trigger img {
  /* color: #000000; */
	transition: all .2s ease-in-out;
}

.popup-trigger:hover img {
	transform: scale(1.1);
}


