/*
Theme Name: Uptempo
Author: the BoldGrid team
Theme URI: http://www.boldgrid.com/uptempo
Author URI: http://www.boldgrid.com/the-team
Description: Designed specifically for use with the BoldGrid suite of plugins, all BoldGrid themes are highly customizable, responsive to a wide range of devices, and of course, beautiful. Every BoldGrid theme includes five pre-selected color palettes and an advanced tool for creating your own unique palette. In addition, all themes feature multiple menu locations and widget areas, which are easily customizable to suit your needs. So if you're looking for a theme that looks great, feels modern and professional, and offers plenty of features to make it your own, you've chosen well.
Version: 1.15.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boldgrid-uptempo

Tags: custom-background, custom-colors, custom-menu, editor-style, responsive-layout, rtl-language-support, translation-ready, boldgrid-theme-26
*/

/*------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------------------
# Base Styles
	## Background
	## Positioning
	## Typography
	## Titles
	## Buttons
	## Et Cetera
# Header
# Navigation
	## Main Menu
	## Other Menus
	## Social Menus
# Modules
	## Global
	## Alpha
	## Beta
	## Gamma
# Pages
# Posts
	## Widgets
# Plugins
	## WooCommerce
# Footer
------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
# Base Styles
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Background
-----------------------------------------------*/
.page-template-page_home .site-content {
	background: none;
}

/*-----------------------------------------------
## Positioning
-----------------------------------------------*/
.page-template-page_home .entry-content {
	margin: 0;
	padding-bottom: 100px;
}

.page-template-page_home .hentry {
	margin: 0;
}

/*-----------------------------------------------
## Typography
-----------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.widget-title,
.mod-blockquote p,
blockquote p {
	font-style: italic;
}
.site-title,
.entry-title,
ul,
ol {
	font-style: normal;
	font-weight: bold;
}
a,
.entry-title a:hover,
.entry-title a:focus,
.link-primary,
.link-secondary,
.button-primary:hover,
.button-primary:focus,
.button-secondary:hover,
.button-secondary:focus,
.form-submit .submit:hover,
.form-submit .submit:focus,
.ninja-forms-field.btn:hover,
.ninja-forms-field.btn:focus,
.woocommerce p.buttons a.button:hover,
.woocommerce p.buttons a.button:focus {
	text-decoration: none;
}
a:hover,
a:focus,
.link-primary:hover,
.link-primary:focus,
.link-secondary:hover,
.link-secondary:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
#menu-primary .current-menu-item a,
.site-footer a {
	text-decoration: underline;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
#menu-primary .current-menu-item a:hover,
#menu-primary .current-menu-item a:focus,
.site-footer a:hover,
.site-footer a:focus {
	text-decoration: none !important;
}
#footer-widget-area {
	text-align: left;
}
.product_title {
	text-align: left !important;
}
.menu-social li a {
	text-align: right;
}

.call-to-action,
.entry-title,
.mod-gamma h3,
.site-footer,
.xs-center,
.mod-img,
.mod-img-circle,
.p-button-primary,
.p-button-secondary,
.site-title,
.site-description,
.social-icons,
.navbar-default .navbar-nav > li > a {
	text-align: center;
}

/* md */
@media (min-width: 992px) {
	.xs-center,
	.mod-img,
	.mod-img-circle,
	.gridblock .p-button-primary,
	.gridblock .p-button-secondary,
	.site-title,
	.site-description,
	.social-icons,
	.navbar-default .navbar-nav > li > a {
		text-align: left;
	}
}

/*-----------------------------------------------
## Titles
-----------------------------------------------*/
.page-template-page_home .entry-title {
	display: none;
}
.entry-title {
	display: block;
	margin: 60px 0;
	position: relative;
	z-index: 1;
}
.entry-title::before {
	bottom: 0;
	content:"";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
}
.entry-title a {
	padding: 0 1em;
}
.post-title-hidden .entry-header {
	margin-top: 0;
}

/* Headings */
.heading {
	margin-bottom: 15px;
}
.heading h3 {
	margin-top: 10px;
}

/*-----------------------------------------------
## Buttons
-----------------------------------------------*/
.button-primary,
.form-submit .submit,
.ninja-forms-field.btn {
	color: #333;
}
.button-primary,
.form-submit .submit,
.ninja-forms-field.btn {
	border: 3px solid #c8c8c8;
	border-radius: 5px;
	margin: 10px 0;
	padding: 5px 20px;
	/* Background Gradient */
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
}
.button-primary:hover,
.button-primary:focus,
.form-submit .submit:hover,
.form-submit .submit:focus,
.ninja-forms-field.btn:hover,
.ninja-forms-field.btn:focus {
	color: #333;
	border-color: #c8c8c8;
	text-decoration: none;
	/* Background Gradient */
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8c8c8 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8c8c8 0%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.button-secondary {
	color: #fff;
	border: 3px solid #666;
	border-radius: 5px;
	margin: 10px 0;
	padding: 5px 20px;
	/* Background Gradient */
	background: #666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666 0%, #444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666 0%,#444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666 0%,#444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666 0%,#444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666 0%,#444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#444',GradientType=0 ); /* IE6-9 */
}
.button-secondary:hover,
.button-secondary:focus {
	color: #fff;
	border-color: #666;
	text-decoration: none;
	/* Background Gradient */
	background: #444; /* Old browsers */
	background: -moz-linear-gradient(top,  #444 0%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444 0%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444 0%,#666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444 0%,#666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #444 0%,#666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#666',GradientType=0 ); /* IE6-9 */
}

/* Positioning */
.p-button-primary {
	margin: 25px 0;
	padding: 7px;
}

/* Block vs. Inline */
.button-primary,
.button-secondary {
	display: block;
	margin-top: 15px;
}

/* sm */
@media (min-width: 500px) {
	.button-primary,
	.button-secondary {
		display: inline;
		margin-top: 0;
	}
}

/*-----------------------------------------------
## Et Cetera
-----------------------------------------------*/
hr {
	border: 0;
	height: 2px;
}

/* Lists */
ul,
ol {
	margin-left: 15px;
	padding-left: 0px;
}

/*------------------------------------------------------------------------
# Header
------------------------------------------------------------------------*/
.social-icons i {
	padding: 5px;
}

/* Call To Action */
.call-to-action {
	margin-bottom: 100px;
	margin-top: 50px;
	padding: 25px 50px;
}
.call-to-action p {
	margin: 20px 0;
}

/* xs */
.social-icons {
	margin-top: 0;
	margin-bottom: 25px;
}

/* md */
@media (min-width: 992px) {
	.social-icons {
		float: right;
		margin-bottom: 0;
		margin-top: 35px;
	}
	.welcome-quote {
		padding: 100px;
	}
}

/*------------------------------------------------------------------------
# Navigation
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Main Menu
-----------------------------------------------*/
/* Nav Reset */
.navbar {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-default {
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
#menu-primary .current-menu-item a {
	background: none;
}

@media (min-width: 992px) {
	/* Nav Links */
	.navbar-default {
		margin-left: 0;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 10px 0;
		padding: 3px 25px;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-right: none;
	}
}

/*-----------------------------------------------
## Other Menus
-----------------------------------------------*/
#secondary-menu,
#tertiary-menu {
	background: none;
}
#secondary-menu a,
#tertiary-menu a,
#footer-center-menu a {
	padding: 0 6px;
}
#secondary-menu li::after,
#tertiary-menu li::after,
#footer-center-menu li::after {
	content: "";
}

/*-----------------------------------------------
## Social Menus
-----------------------------------------------*/
.menu-social ul {
	padding-top: 25px;
	float: right;
}
.menu-social ul li {
	position: relative;
	display: inline-block;
}
.menu-social li a {
	display: inline-block;
	padding: 0 5px;
}
#primary-navbar li.menu-social a {
	border: none;
	padding: 5px 8px;
}

/* xs */
.social-media {
	margin: 1em 0 0 -30px;
}

/* sm */
@media (min-width: 768px) {
	.social-media {
		float: right;
	}
	.social-media li:last-child {
		padding-right: 0;
	}
}

/* md */
@media (min-width: 992px) {
	.social-media {
		margin: 95px 0 0;
	}
	.attribution {
		padding-bottom: 0;
	}
}

/*------------------------------------------------------------------------
# Modules
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Global
-----------------------------------------------*/
blockquote,
.mod-blockquote {
	padding-bottom: 0;
	padding-top: 0;
}
blockquote p,
.mod-blockquote p {
	padding-left: 15px;
}

/*-----------------------------------------------
## Alpha
-----------------------------------------------*/
.mod-alpha-1 {
	margin-left: -15px;
	margin-right: -15px;
	min-height: 100%;
	padding: 25px;
	display: flex;
	flex-direction: column;
}
.mod-alpha-1 h2 ,
.mod-alpha-1 h3 {
	padding: 0 25px;
}
.mod-alpha-2 {
	padding: 25px;
}
.mod-alpha-2 h2 {
	margin-top: 50px;
}

/* xs */
@media (min-width: 768px) {
	.mod-alpha-1 {
		padding: 70px;
	}
}

/* sm */
@media (min-width: 768px) {
	.mod-alpha-1 {
		padding: 75px 60px;
	}
	.mod-alpha-2 {
		padding: 30px 60px 25px;
	}
}

/*-----------------------------------------------
## Beta
-----------------------------------------------*/
.background-beta {
	padding: 50px 0;
	margin-left: -15px;
	margin-right: -15px;
}
.mod-beta {
	margin: 20px 0;
	padding: 20px 20px 30px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(85, 85, 85, 0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(85, 85, 85, 0.5);
	box-shadow: 5px 5px 5px 0px rgba(85, 85, 85, 0.5);
}
.mod-beta h3 {
	margin-top: 0;
}

/*-----------------------------------------------
## Gamma
-----------------------------------------------*/
.img-border {
	border-radius: 50%;
	margin: 20px 0 0;
}
.testimonial-title {
	margin: 75px 0 50px;
}
.mod-gamma-1 {
	padding: 20px 20px 30px;
	/* Box Shadow */
	-webkit-box-shadow: 5px 5px 5px 0px rgba(85, 85, 85, 0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(85, 85, 85, 0.5);
	box-shadow: 5px 5px 5px 0px rgba(85, 85, 85, 0.5);
}

/*------------------------------------------------------------------------
# Pages
------------------------------------------------------------------------*/
/* 404 Page */
.error404 .button-primary {
	margin: 0;
}
/* Search Page */
.search .jumbotron {
	text-align: center;
	background: none;
}
.search .button-primary {
	margin: 0;
}

/*------------------------------------------------------------------------
# Posts
------------------------------------------------------------------------*/
.widget-area {
	margin-top: 25px;
	padding: 25px;
}

/* Comments */
.comment-form-comment label {
	float: left;
	padding-right: 15px;
}

/* Widgets */
#header-widget-area {
	margin-top: 15px;
}
#footer-widget-area {
	margin-top: 30px;
}

/*------------------------------------------------------------------------
# Plugins
------------------------------------------------------------------------*/

/*-----------------------------------------------
## WooCommerce
-----------------------------------------------*/
.panel {
	background: none;
}
.product_title {
	margin-bottom: 20px;
}
.product_title:before {
	border-top: none;
}
.woocommerce p.buttons a.button:hover {
	background-image: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: none;
}
.woocommerce .content-area {
	padding: 15px 0;
}

/*------------------------------------------------------------------------
# Footer
------------------------------------------------------------------------*/
.site-footer {
	padding: 2em 0;
}
/* Disabled Footer */
.disabled-footer .site-footer {
	height: auto;
	padding: 15px 0;
}
.disabled-footer .content-area {
	margin-bottom: 0;
}

/* xs */
.attribution {
	margin-bottom: 30px;
}

/* md */
@media (min-width: 992px) {
	.attribution {
		padding-bottom: 0;
	}
}
