/*
Theme Name:   	AWNTK
Theme URI:    	https://everywhererightnow.com
Author:       	Everywhere Right Now LLC
Author URI:     https://everywhererightnow.com
Template:     	storefront
Description:  	A custom theme developed exclusively for All We Need To Know.
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {font-family: "Montserrat", sans-serif;}

a:focus, .focus a {
	outline: none !important;
}
a, #logo a, a img, button, .button, .gform_button, #searchform button[type="submit"], .search-submit, .mc4wp-form-fields input[type="submit"] {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}
#logo a:hover, a img:hover, #searchform button[type="submit"]:hover {
	opacity:0.75;
	filter:alpha(opacity=85);
	}
a, a:visited {
	color:#0791be;
	text-decoration:none !important;
	}
a:hover {
	color:#333;
	text-decoration:none;
	}
p, li {
	font-size:1.2em;
}
li ul li {
	font-size:inherit;
}
.home .entry-header, .edit-link, .storefront-product-pagination, #site-navigation-menu-toggle {
	display:none;
}
button, .button, button.alt, .button.alt {
	background:#fff;
	border:1px solid #707070;
	color:#707070 !important;
	font-weight:400;
	text-transform:uppercase;
	border-radius:1.5em;
}
button:hover, .button:hover, button.alt:hover, .button.alt:hover {
	border:1px solid #4EB1DA;
	background:#F6F7FB;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
}
.return-to-shop .button, .added_to_cart {
	color:#FFF !important;
}
.return-to-shop .button:hover {
	color:#333 !important;
}

.home .entry-header, .edit-link, .storefront-product-pagination, #site-navigation-menu-toggle, .handheld-menu {
	display:none;
}
.site-header {
    border-bottom: none;
	background:#4EB1DA;
	padding-top:0;
	padding-bottom:0;
  }
.col-wide {
	width:94.7%;
	margin:0 auto;
	display:flex;
}
.storefront-secondary-navigation .site-header .site-branding {
   	margin-bottom:0;
    margin-right: 0;
	flex: 0 0 20%;
	padding:0.6em 0;
	width: 0;
	background: radial-gradient(circle,rgba(178, 228, 234, 1) 0%, rgba(78, 177, 218, 1) 90%);
}
.site-header .site-branding img {
	max-width:190px;
	margin:0 auto;
}
#mega-menu-wrap-primary {
	flex: 0 0 60%;
}
.header-right {
	flex: 0 0 20%;
}
.site-footer {
	background:#9FD5EB;
	color:#036;
	padding-bottom:2.4em;
}
.site-info {
  padding: 0;
}
.site-info p {
	font-size:0.81em;
	padding:0;
	margin:0.6em auto;
	max-width: 768px;
}
.widget {
  margin: 0;
}
.textwidget img {
	width:165px;
	margin:0 auto;
	padding-bottom:0.9em;
}
.textwidget p {
	margin: 0;
	text-align:center;
}
.site-footer a:not(.button):not(.components-button) {
  color: #036;
}
.site-footer a:not(.button):not(.components-button):hover {
  color: #fff;
}
.footer-widgets {
    padding-top: 0;
    border-bottom: none;
  }
.home.page:not(.page-template-template-homepage) .site-header {
	margin-bottom:0;
}
.box-shadow .wpb_column {
	box-shadow:0px 3px 9px rgba(0, 0, 0, 0.3);
}
h2 {
	color:#036;
	font-weight:600;
	font-size:1.5em;
}
h2+h2 {
	color:#036;
	font-weight:600;
	font-size:1.2em;
}
h3 {
	color:#036;
	font-weight:400;
	font-size:0.99em;
}
h2 + h3, .beta + h3 {
  border-top: 6px solid #4EB1DA;
  padding-top: 0.6em;
}
.button-1 a {
	border:1px solid #999;
	padding:0.3em 1.2em;
	border-radius:1.5em;
}
.button-1 a:hover {
	border:1px solid #4EB1DA;
	background:#F6F7FB;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
}
.section-2-left {
	padding:0 1vw 0 6vw;
}
.section-2-right {
	padding:0 6vw 0 1vw;
}
h4 {
	color:#000;
	font-size:1.26em;
	text-transform:uppercase;
}
h5 {
	color:#707070;
	font-size:1.8em;
	line-height:1.29em;
	font-weight:700;
}
.box-shadow-sp2 img {
	box-shadow:0 0 36px rgba(0, 0, 0, 0.24);
}
.box-shadow-sp2 img:hover {
	box-shadow:0 0 36px rgba(78, 177, 218, 0.72);
}
.hero-wrap {
	margin-left: calc(-100vw / 2 + 66.4989378333em / 2);
	margin-right: calc(-100vw / 2 + 66.4989378333em / 2);
}
.limit {
	max-width:66.4989378333em;
	width:100%;
	margin:0 auto;
}
.hero-title {
	color:#fff;
	font-weight:600;
	padding:300px 0 10px 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
}
.page-template-template-hero.no-wc-breadcrumb .site-header {
  margin-bottom: 0;
}
#gform_wrapper_2 {
	max-width:768px;
	margin:0 auto;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus {
	outline:none;
	background:#ffc;
}
.gform_button {
	background:#4EB1DA !important;
	color:#fff !important;
}
.gform_button:hover {
	background:#036 !important;
	box-shadow:none !important;
	border:none !important;
}
button.pum-close {
	color:#fff !important;
}
.episode-section-1 h2 {
	font-size:2.4em;
	margin-bottom:0;
}
.episode-section-1 h2+h3 {
	border-top:none;
	font-size:1.8em;
	color:#4EB1DA;
	padding-top:0;
	margin-bottom:0;
	line-height:1.2em;
}
.episode-menu-row {
	margin-top:-1.38em;
}
.widget .widget-title {
	font-size: 1.5em;
  letter-spacing: 0;
  border-bottom: 3px solid #4EB1DA;
  padding: 0 0 0.09em;
  margin-bottom: 1em;
  font-weight: 400;
	color:#036
}
.single-post h1.entry-title {
	color:#036;
	font-weight:600;
	font-size:1.8em;
}
.page-template-template-hero.right-sidebar .content-area {
    width: 100%;
    float: none;
    margin-right: 0;
  }
.widget-area .widget a {
	color:#4EB1DA;
	font-size:0.9em;
	font-weight:500;
}
.widget-area .widget a:hover {
	color:#036;
}
.widget_recent_entries ul li {
	line-height:1.2em;
}















/* For everything below a break point */
@media (max-width: 768px) {
	#mega-menu-wrap-primary, .header-right {
		display:none;
	}
	.storefront-secondary-navigation .site-header .site-branding {
		flex: 0 0 100%;
}

	.handheld-menu {
		display:block;
		text-align:center;
	}
	.handheld-menu a {
		display:block;
		color:#fff;
		padding:0.6em;
		background:#4EB1DA;
	}
}
@media only screen and (max-width: 1147px) {
	.hero-wrap {
		margin-left: -42px;
		margin-right: -42px;
	}
	.hero-title {
		padding:200px 0 10px 72px;
		font-size:2.0em;
	}
}
/* Move Primary Menu to right of logo */
@media (min-width: 1160px) {
        #masthead .col-full {
            display: flex;
            align-items: center;
        }
        #masthead .main-navigation {
            text-align: right;
        }
        .woocommerce-active .site-header div.site-branding {
            width: auto;
        }
}
