/*
Theme Name: Basic Template
Theme URI: 
Author: Consumer Focus Marketing
Author URI: https://consumerfocusmarketing.com
Description: Theme for Town Energy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TAGS
Text Domain: #
*/


/*** DEFAULTS ***/

html {
	font-size: calc(10px + 0.5vw);
}

body { 
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

body, h1, h2, h3, h4, p, ul, .nav, hr {
	margin: 0;
}

.wrapper {
	padding: 25px 50px;
}


h1 {
	margin-bottom: 30pxl;
}

/*** HEADER ***/

/*** NAVBAR ***/

.nav-link, nav .dropdown-item {
    text-transform: uppercase;
    text-decoration: none;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

button.navbar-toggler {
    width: 100%;
    text-align: center;
    float: none;
    color: #fff;
    line-height: 1.5;
}


/*CALLOUTS*/

.callout .callout-text{
	padding: 10px 35px;
}

.callout .callout-image{
	background-position: center center;
}



@media (max-width: 575px){
	.callout .callout-image {
	    height: 200px;
	}
}



/*** FRONT PAGE ***/
.box-image{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 130px;

}
.box h2{
	margin-top: 20px;
}
.box p{
	padding: 0 10px;
}
.item-content{
	background-color: rgba(0,0,0,.65);
	padding: 35px;
	color: #fff;
}
.item-content p{
	font-size: 30px;
}

.item-content a.btn.btn-default {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 800;
}
.callout-text.callout-text-home {
    padding: 40px;
}


@media (max-width: 767.9px){
	.item-content{
		text-align: center;
	}
	.item-content h2{
		line-height: 1.2;
		font-weight: 600;
		font-size: 25px;
	}
	.item-content p{
		font-size: 22px;
	}
	.row-padding{
		padding: 40px;
	}
}


/*** FOOTER ***/
footer p, footer b, footer a{
	font-size: 13px;
}



/*CONTENT*/
.internal-page{
	padding-bottom: 60px;
}



/*** 404 ***/

.not-found {
    min-height: 400px;
    flex-direction: column;
}

.not-found h1 {
    font-size: 150px;
}

.not-found h2 {
    margin-bottom: 25px;
}


.woocommerce-tabs, .wc-tabs-wrapper, .product_meta {
	display: none!important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #fe0000;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
	border: 0;
}
	

	.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
		background-color: #ae0606;
		color: #fff;
	}

	.woocommerce div.product p.price, .woocommerce div.product span.price {
		color: #fe0000;
		font-size: 2em;
		margin-bottom: 20px;
	}

	.woocommerce span.onsale {
		background-color: #fe0000;
	}

	.product_title, .entry-title{
		display: none;
	}

	.woocommerce .col-1, .woocommerce .col-2 {
		max-width: 48%;
	}
	.woocommerce-input-wrapper {
		width: 100%;
	}



/* NITRO HEADER */

.bannerflex{
display:flex;
align-items:center;
}

@media (max-width:767px){
.bannerflex{
display:block;
}
}

.button {
    text-decoration: none;
    padding: 8px 15px;
    font-size: 18px;
    text-transform: uppercase;
}

a.button {
    background-color: #fe0000;
    color: #fff;
    font-size: 17px;
    text-align: center;
    height: 60px;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    margin: 0 5px;
	text-decoration:none;
}

.button:hover {
    background-color: #0e3e86;
    color: #fff;
}