/*
Theme Name: Haven
Author: The BoldGrid Team
Theme URI: https://www.boldgrid.com/haven
Author URI: https://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.14.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boldgrid-haven

Tags: custom-background, custom-colors, custom-menu, editor-style, responsive-layout, rtl-language-support, translation-ready, boldgrid-theme-43
*/

/*------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------------------
# Base Styles
	## Positioning
	## Typography
	## Titles
	## Buttons
	## Et Cetera
# Header
# Navigation
	## Main Menu
	## Other Menus
	## Social Menus
# Modules
	## Global
	## Alpha
	## Beta
	## Gamma
# Pages
# Posts
# Plugins
	## WooCommerce
# Footer
------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
# Base Styles
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Positioning
-----------------------------------------------*/
.page-template-page_home .site-content {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
}
.archive .site-content,
.single .site-content {
	padding-top: 50px;
}
.site-content {
	padding-top: 50px;
	padding-bottom: 75px;
}
.page-template-page_home .entry-content .bgtfw > .container-fluid {
	padding: 100px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
}
p {
	margin-bottom: 15px;
}

/*-----------------------------------------------
## Typography
-----------------------------------------------*/
.title-main {
	font-weight: bold;
}
a,
.link-primary:hover,
.link-primary:focus,
.link-secondary:hover,
.link-secondary:focus,
.button-primary:hover,
.button-primary:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button-secondary,
.button-secondary:hover,
.button-secondary:active,
#commentsubmit,
#commentsubmit:hover,
#commentsubmit:active,
.comment-reply-link.button-primary,
.comment-reply-link.button-primary:hover,
.comment-reply-link.button-primary:active,
#secondary-menu a[href]:hover,
#tertiary-menu a[href]:hover,
#menu-social li a:hover,
#menu-social li a:focus,
.showcoupon:hover,
.showcoupon:focus,
.payment_method_paypal label a:hover,
.payment_method_paypal label a:focus,
.woocommerce-message a:hover,
.woocommerce-message a:focus,
.woocommerce p.buttons a.button:hover,
.woocommerce p.buttons a.button:focus,
#footer-center-menu a {
	text-decoration: none;
}
.link-primary,
.link-secondary,
#footer-center-menu a:hover,
#footer-center-menu .current_page_item a,
#wp-calendar tr td#today,
.showcoupon,
.payment_method_paypal label a,
.woocommerce-message a,
.entry-footer a,
.site-footer a {
	text-decoration: underline;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-footer a:hover,
.entry-footer a:focus,
.site-footer a:hover,
.site-footer a:focus {
	text-decoration: none;
}
.site-footer,
.call-to-action,
.site-branding,
.site-title,
.site-description,
.entry-title,
.page-title,
.title-main,
#secondary-menu,
.menu-social,
.mod-divider p,
.mod-icon-box,
.mod-alpha,
.mod-beta,
.mod-gamma,
.site-info,
.attribution {
	text-align: center;
}
#tertiary-menu {
	text-align: left;
}


/* xs */
.xs-center,
.mod-img,
.mod-img-circle,
.p-button-primary,
.p-button-secondary,
.navbar-default .navbar-nav,
.navbar-default .navbar-nav .open .dropdown-menu {
	text-align: center;
}

/* sm */
@media (min-width: 768px) {
	.navbar-default .navbar-nav,
	.navbar-default .navbar-nav .open .dropdown-menu {
		text-align: left;
	}
}

/* md */
@media (min-width: 992px) {
	.xs-center,
	.mod-img,
	.mod-img-circle,
	.p-button-primary,
	.p-button-secondary {
		text-align: left;
	}
	.title-main {
		text-align: right;
	}
}

/*-----------------------------------------------
## Titles
-----------------------------------------------*/
.page-template-page_home .entry-title {
	display: none;
}
.entry-title,
.page-title {
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
.title-main {
	margin: 0;
	padding: 20px 0;
}
.hentry {
	margin: 0;
}
.hentry:first-child ~ .hentry {
	margin-top: 50px;
}

/*-----------------------------------------------
## Buttons
-----------------------------------------------*/
.button-primary,
input[type="submit"] {
	display: inline-block;
	padding: 8px 35px;
	border-radius: 0;
}
.button-secondary,
#commentsubmit,
.comment-reply-link.button-primary {
	display: inline-block;
	padding: 8px 35px;
}
.form-submit .submit {
	margin-bottom: 10px;
}

/* Positioning */
.p-button-primary,
.p-button-secondary {
	margin: 25px 0;
}

/* Block vs. Inline */
.button-primary,
.button-secondary {
	display: block;
	margin-top: 15px;
}
.call-to-action .p-button-primary {
	margin-top: 0;
}

/* sm */
@media (min-width: 500px) {
	.button-primary,
	.button-secondary,
	.call-to-action .p-button-primary {
		display: inline;
		margin-top: 0;
	}
	.gridblock .p-button-secondary {
		margin: 25px 0;
	}
}

/*-----------------------------------------------
## Et Cetera
-----------------------------------------------*/
hr {
	height: 1px;
	border: 0;
}

/*------------------------------------------------------------------------
# Header
------------------------------------------------------------------------*/
.site-title {
	margin-bottom: 0;
}
.site-description {
	margin-top: 0;
}
.site-branding {
	margin-top: 75px;
}
.site-header {
	padding-top: 15px;
}
.page-template-page_home .site-header {
	min-height: 850px;
}

/* Call to Action */
.call-to-action h2 {
	margin-bottom: 0;
}
.call-to-action h3 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.call-to-action {
	margin-bottom: 75px;
}
.boldgrid-widget {
	background: none !important;
}

/*------------------------------------------------------------------------
# Navigation
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Main Menu
-----------------------------------------------*/
.navbar {
	min-height: 0;
	border: none;
	border-radius: 0;
	background-color: none;
}
.navbar-default {
	margin-bottom: 0;
	background: none;
}
.navbar-default .navbar-nav {
	margin-left: -15px;
}

/* Links */
.navbar-default .navbar-nav > li > a {
	padding: 10px;
}
.navbar-default .navbar-nav > li:first-child > a {
	margin-left: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: none;
}
#secondary-menu .current_page_item a,
#tertiary-menu .current_page_item a {
	background: none;
}

/* sm */
@media (min-width: 768px) {
	.navbar-default {
		float: right;
	}
}

/*-----------------------------------------------
## Other Menus
-----------------------------------------------*/
#secondary-menu a,
#tertiary-menu a,
.menu-social a {
	padding: 0 5px;
}
#secondary-menu,
#tertiary-menu {
	background: none;
}
.footer-center-items li::after,
.boldgrid-framework-menu li::after {
	content: "";
}
/* sm */
@media (min-width: 768px) {
	.social-menu {
		float: right;
		margin-right: 15px;
	}
}
/*------------------------------------------------------------------------
# Modules
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Global
-----------------------------------------------*/
.mod-divider {
	margin: 4em 0 0;
}
.mod-divider p {
	margin-top: -45px;
}
.mod-icon-circle i {
	padding: 15px;
	border-radius: 50%;
}
.mod-icon-circle .fa-lightbulb-o {
	padding: 15px 20px;
}
.mod-icon-box {
	position: relative;
	top: -75px;
	overflow: hidden;
	margin: 0 auto -60px;
	padding: 15px 0 0 15px;
	width: 125px;
	height: 125px;
	border-radius: 100px;
}
blockquote,
.mod-blockquote {
	padding-top: 0;
	padding-bottom: 0;
}
blockquote p,
.mod-blockquote p {
	padding-left: 15px;
}

/*-----------------------------------------------
## Alpha
-----------------------------------------------*/
.mod-alpha hr {
	width: 50%;
	height: 5px;
	border: 0;
}
.mod-alpha h2 {
	margin: 0;
}

/* Img Radius */
.mod-alpha-2 img {
	margin-bottom: 15px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.mod-alpha-3 img {
	margin-bottom: 15px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

/*-----------------------------------------------
## Beta
-----------------------------------------------*/
.mod-beta-1 {
	margin: 125px 0 75px;
	padding: 15px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.mod-beta h2 {
	margin-top: 10px;
}

/*-----------------------------------------------
## Gamma
-----------------------------------------------*/
.mod-gamma h2 {
	margin: 0;
}
.mod-gamma-1 {
	margin: 10px 0;
}
.mod-gamma-1 img {
	border-bottom-left-radius: 30px;
}
.mod-gamma-2 {
	margin: 10px 0;
	padding: 20px;
	border-top-right-radius: 30px;
}

/*------------------------------------------------------------------------
# Pages
------------------------------------------------------------------------*/
/* Forms */
#ninja_forms_field_1_div_wrap,
#ninja_forms_field_2_div_wrap,
#ninja_forms_field_3_div_wrap {
	float: left;
	padding: 5px 15px;
	width: 50%;
}
#ninja_forms_field_39_div_wrap,
#ninja_forms_field_4_div_wrap,
.home .submit-wrap {
	float: right;
	padding: 5px 15px;
	width: 50%;
}
.submit-wrap {
	float: none;
}
textarea#ninja_forms_field_4 {
	height: 98px;
}
input#ninja_forms_field {
	height: 50px;
}
input#ninja_forms_field_5 {
	float: left;
}
.home input.form-control,
.home textarea.form-control,
.home select.form-control {
	background: none;
}
.form-control {
	border-radius: 0;
}
.panel-footer {
	padding: 20px 15px;
}
body.mce-content-body {
	background: none;
}
/* 404 Page */
.error404 .list-group-item {
	border: none;
	background: transparent;
}
.error404 .site-content {
	padding: 0;
}
/* Search Page */
.search .jumbotron {
	background: none;
	text-align: center;
}
.search .site-content {
	padding: 0;
}
/*------------------------------------------------------------------------
# Posts
------------------------------------------------------------------------*/
.widget-area {
	margin-top: 25px;
	padding: 25px;
	list-style: none;
}
.widget {
	clear: both;
}
.page-header {
	margin: 40px 0 0;
	padding-bottom: 9px;
	border-bottom: none;
}
#wp-calendar tr {
	background: none;
}

/* Comments */
.comment-form-comment label {
	float: left;
	padding-right: 15px;
}
.panel-default > .panel-heading {
	border: none;
}
.panel-footer {
	border-top: 1px solid transparent;
}

/* Buttons */
.form-submit .submit {
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------
# Plugins
------------------------------------------------------------------------*/

/*-----------------------------------------------
## WooCommerce
-----------------------------------------------*/
.woocommerce .page-title {
	margin: 0;
}
.woocommerce p.buttons a.button:hover {
	background-image: none;
}
.woocommerce .product {
	margin: 2em 0 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: none;
}

/* Search Form */
.form-control {
	display: inline-block;
}

/*------------------------------------------------------------------------
# Footer
------------------------------------------------------------------------*/
.site-footer {
	padding: 25px 0;
}
.site-info {
	margin-bottom: -10px;
}
.footer-center-items {
	padding-left: 0;
}
.footer-center-items li a {
	padding: 5px;
}
.attribution {
	padding-bottom: 30px;
}
.entry-footer {
	padding-bottom: 15px;
}

/* Disabled Footer */
.disabled-footer .site-footer {
	padding: 15px 0;
	height: auto;
}
.disabled-footer .content-area {
	margin-bottom: 0;
}

.gridblock-section-test {
	background: orange;
}
/* set the default gridblock styles */
.gridblock {
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.gridblock > .container-fluid > .row,
.gridblock > .container > .row {
	position: relative;
	padding: 10em ;
	background: orange;
	color: #fff;
	text-align: center;
}
/** Common gridblock styles **/
.gridblock::before,
.gridblock::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

/* Triangles */
.gridblock-section-triangle::before,
.gridblock-section-triangle::after {
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.gridblock-section-triangle::before {
	top: -50px;
	background: teal;
}

.gridblock-section-triangle::after {
	bottom: -50px;
	z-index: 10;
	background: inherit;
}
