/*
Theme Name: Hydra
Author: The BoldGrid Team
Theme URI: http://www.boldgrid.com/hydra
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.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boldgrid-hydra
Tags: custom-background, custom-colors, custom-menu, editor-style, responsive-layout, rtl-language-support, translation-ready, boldgrid-theme-32
*/

/*------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------------------
# Base Styles
	## Background
	## Positioning
	## Typography
	## Titles
	## Links
	## Buttons
	## Et Cetera
# Header
# Navigation
	## Main Menu
	## Other Menus
	## Social Menus
# GridBlocks
	## Positioning
# Modules
	## Universal
	## Global
	## Alpha
	## Beta
# Pages
	## Gallery
# Posts
# Plugins
	## WooCommerce
# Footer
------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
# Base Styles
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Background
-----------------------------------------------*/
body,
.custom-background {
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.page-bg {
	background: #fff;
}

/*-----------------------------------------------
## Positioning
-----------------------------------------------*/
/* xs */
.page-bg {
	margin-top: 12%;
	padding-bottom: 25px;	
	padding-top: 25px;
}
.xs-center,
.mod-img,
.mod-img-circle,
.p-button-primary,
.p-button-secondary {
	text-align: center;
}

/* sm */
@media (min-width: 768px) {
	.page-bg {
		margin-top: 30%;
	}
}

/* md */
@media (min-width: 992px) {
	.page-bg {
		margin-top: 12%;
	}
	.xs-center,
	.mod-img,
	.mod-img-circle,
	.gridblock .p-button-primary,
	.gridblock .p-button-secondary {
		text-align: left;
	}
}

/*-----------------------------------------------
## Typography
-----------------------------------------------*/
body {
	color: #3e3e3e;	
	font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald';
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
    font-weight: 300;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
	line-height: 28px;
}
.entry-content ul, 
.entry-content ol {
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 28px;
}

/*-----------------------------------------------
## Titles
-----------------------------------------------*/
.page-template-page_home .entry-title {
    display: none;    
}
.hentry {
	margin: 0 auto;	
}

/* Headings */
.heading h3 {
    margin-top: 10px;
}
.heading {
    margin-bottom: 15px;
}
.icon,
.heading p {
	text-align: center;	
}

/* xs */
.entry-title {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 1.5em;
    text-align: center;
}
.archive .entry-title {
	font-size: 30px;
	margin-top: 0;
	padding-bottom: 15px;
	padding-top: 25px;
	text-align: left;
	text-shadow: none;
}

/* sm */
@media (min-width: 768px) {
	.entry-title {
		color: #fff !important;
		margin-top: -185px;
		padding-bottom: 3em;
		padding-top: 1em;
		text-shadow: 1px 2px 3px #000;
	}

}

/* md */
@media (min-width: 992px) {
	.entry-title,
	.entry-title a {
		margin-top: -185px;
		padding-bottom: 2.5em;
		padding-top: 1.5em;
	}
	.single .entry-title {
		text-align: left;
	}
}

/*-----------------------------------------------
## Links
-----------------------------------------------*/
a,
.link-primary,
.link-secondary {
    color: #1bbc9b;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}

/*-----------------------------------------------
## Buttons
-----------------------------------------------*/
.button-primary,
.button-secondary,
input[type="submit"] {
	background: none;
	font-family: 'Oswald';
	font-size: 17px;
	font-weight: 400;
	margin: 10px 0;
	padding: 10px 25px;	
	transition: all 0.5s ease 0s;
}
.button-primary,
input[type="submit"] {
	border: 1px solid #1bbc9b;
	color: #1bbc9b;
}
.button-secondary {
	border: 1px solid #3e3e3e;
	color: #3e3e3e;
}
.navbar-default .navbar-nav .dropdown-menu {
	font-family: 'Oswald';
	font-size: 12px;
	text-transform: uppercase;
}
.button-primary:hover, 
.button-primary:focus, 
.button-primary:active, 
.open > .dropdown-toggle.btn-primary,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #1bbc9b;
    border-color: #1bbc9b;
	color: #fff;
	text-decoration: none;
}
.button-secondary:hover,
.button-secondary:active {
	background-color: #3e3e3e;
	color: #fff;
	text-decoration: none;
}

/* Positioning */
.p-button-primary,
.p-button-secondary {
	margin: 30px 0;
	white-space: nowrap;
}
.gridblock .p-button-secondary {
	margin: 0;
}

/* Call to Action */
.call-to-action .button-primary {
	background: #fff;
	border-color: #fff;
	color: #1bbc9b;
	font-family: 'Oswald';
	font-size: 17px;
	font-weight: 400;
	margin: 25px 0 0;
	padding: 20px 25px;
	transition: all .5s;
}

/* Block vs. Inline */
.button-primary,
.button-secondary {
	display: block;
    margin-top: 15px;
}

/* sm */
@media (min-width: 600px) {
	.button-primary,
	.button-secondary {
		display: inline;
    	margin-top: 0;
	}
	.gridblock .p-button-secondary {
		margin: 30px 0;
	}
}

/*-----------------------------------------------
## Et Cetera
-----------------------------------------------*/
hr {
	border: 1px solid #dee0e0;
	margin: 65px 0 50px;	
}

/*------------------------------------------------------------------------
# Header
------------------------------------------------------------------------*/
/* Sticky Header Scroll */
header.site-header {
 	background: rgba(255, 255, 255, .80);
	z-index: 999;
	/* Box Shadow */
 	-webkit-box-shadow: 0 3px 8px 2px rgba(38, 38, 38, 0.5);
	-moz-box-shadow: 0 3px 8px 2px rgba(38, 38, 38, 0.5);
 	box-shadow: 0 3px 8px 2px rgba(38, 38, 38, 0.5);
}
header.smaller {
	background: #fff;
	/* Transition */
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* Site Title */
.site-title {
	font-weight: normal;
}
.site-title a {
	color: #3e3e3e;
}

/* Call to Action */
.call-to-action {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 60px;
}

.page-template-default .call-to-action {
	display: none;	
}

/* Header Title */
.page-template-page_home .header-title {
	display: none;	
}

/* xs */
.site-title {
	padding-top: 20px;
    text-align: center;	
}
.site-description {
   	font-family: "Oswald";
    font-size: 20px;
    margin-left: 2px;
    margin-top: -20px;
    padding-top: 10px;
    text-align: center;
}


/* sm */
@media (min-width: 768px) {
	.site-title {
		margin-bottom: 5px;
    	padding-bottom: 0;
		padding-top: 0;
		text-align: left;	
	}
	.site-description {
		text-align: left;
	}
	
	/* Sticky Header Scroll */
	.site-header {
		left: 0;
		padding-bottom: 0;
 		position: fixed;
 		top: 25;
		width: 100%;
 	}
	.classie-spacer {
 		height: 45px;
 	}
	header.smaller {
		background: #fff;
		padding-bottom: 0;
	}
	header.smaller .classie-spacer {
		height: 20px;
	}
	header.smaller #primary-navbar {
    	padding-top: 0;
	}
	.page header.smaller .social-media {
		padding-top: 20px;
	}
	
	/* Call to Action */
	.call-to-action {
		padding-top: 130px;
	}
	
	/* Social Media */
	.menu-social {
    	text-align: right;
	}
}

/* md */
@media (min-width: 992px) {
	.menu-social {
		margin-top: 8px;
		padding: 15px 0 0;
		text-align: right;	
	}
	.navbar-nav li.menu-social {
		margin-top: 0;
	}
}

/*------------------------------------------------------------------------
# Navigation
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Main Menu
-----------------------------------------------*/
.navbar {
	margin-bottom: 0;
	margin-top: -10px;	
}
.navbar-default {
	background: none;
	border: none;
	padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #666;
	font-family: 'Oswald';
	font-size: 12px;
	text-transform: uppercase;    
}
.navbar-nav > li > a {
    padding: 12px 10px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #1bbc9b;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	background: none;
	color: #1bbc9b;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

/* Dropdown */
.navbar-nav > li > .dropdown-menu {
	border-top-right-radius: 5px;
}
.dropdown-menu {
	border: none;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.176);
}

/* xs */
.menu-social,
.navbar-nav > li > a {
	text-align: center;
}

/* sm */
@media (min-width: 768px) {
	.menu-social,
	.navbar-nav > li > a {
		text-align: right;
	}
	#primary-navbar {
		padding-right: 0;	
	}
	.navbar-default {
		float: right;	
	}
	.navbar-nav {
    	float: right;	
	}
}

/*-----------------------------------------------
## Other Menus
-----------------------------------------------*/
#secondary-menu a,
#tertiary-menu a,
#menu-social a {
	color: #3e3e3e;
	font-family: "Oswald";
    font-size: 11px;
	padding: 0 5px;
    text-transform: uppercase;
}
#secondary-menu,
#tertiary-menu {
    background: rgba(27, 188, 155, 0.75);
	text-align: center;
}
#secondary-menu a[href]:hover,
#tertiary-menu a[href]:hover {
    color: #3e3e3e;
} 
.boldgrid-framework-menu li::after {
	content: none;
}

/*-----------------------------------------------
## Social Menus
-----------------------------------------------*/
.menu-social {
	padding: 0;
	text-align: center;	
}
.menu-social ul {
	padding-left: 0;
}
.menu-social li {
	display: inline;
	list-style: none;
	padding-right: 10px;
}
#menu-social ul {
	padding-left: 0px;
}
#menu-social ul li {
    position: relative;
    display:  inline-block;    
}
#menu-social li a {
	display: inline-block;
	text-align: right;
	color: #666;
	-webkit-font-smoothing: antialiased;
}
#menu-social li a:hover {
	color: #1bbc9b;
}

/* sm */
@media (min-width: 768px) {
	.menu-social {
		text-align: right;	
	}
}

/*------------------------------------------------------------------------
# GridBlocks
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Positioning
-----------------------------------------------*/
.gridblock h1, 
.gridblock h2, 
.gridblock h3, 
.gridblock h4, 
.gridblock h5, 
.gridblock h6,
.gridblock ol, 
.gridblock ul, 
.gridblock li,
.gridblock p {
	margin: 10px 0;
}

/*-----------------------------------------------
## Alternates
-----------------------------------------------*/
.gridblock .font-alt {
	font-family: 'Oswald';
}
.gridblock ul {
	list-style-type: none;
	padding-left: 26px;
}
.gridblock ul li:before {
    -moz-background-clip: padding;
    -moz-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 3px;
    background-clip: padding-box;
    background-color: #1bbc9b;
    border-radius: 3px;
    content: '';
    display: inline-block;
    height: 6px;
    margin-right: 8px;
    position: relative;
    width: 6px;
}
.gridblock hr {
	background: #3e3e3e;
	border: 0;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
}

/*------------------------------------------------------------------------
# Modules
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Universal
-----------------------------------------------*/
.mod-reset {
	margin: 0 !important;
	padding: 0 !important;
}
.mod-space,
.mod-space-2x,
.mod-space-3x,
.mod-space-4x,
.mod-space-5x {
	background: none;
}
.mod-space {
	height: 15px;
}
.mod-space-2x {
	height: 30px;
}
.mod-space-3x {
	height: 45px;
}
.mod-space-4x {
	height: 60px;
}
.mod-space-5x {
	height: 75px;
}

/* Images */
.mod-img,
.mod-img-circle,
.image-gallery img,
.video-gallery img,
.slideshow-gallery img {
	margin-bottom: 15px;	
}
.mod-img-circle img {
	border-radius: 50%;
}

/*-----------------------------------------------
## Global
-----------------------------------------------*/
.mod-blockquote {
	border-left: 6px solid #1bbc9b;
	padding: 0 20px;
}
.mod-blockquote p {
	font-family: "Oswald";
	font-size: 30px;
	font-weight: 100;
	line-height: 40px;
}

/*-----------------------------------------------
## Alpha
-----------------------------------------------*/
.mod-alpha {
	background: url('images/quote.png') no-repeat;
	background-position: left;	
	height: 100%;
	margin: 0 auto;
	padding-top: 50px;
	width: 80%;
}
.mod-alpha h2 {
	font-family: 'Oswald';
	font-size: 36px;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}
.mod-alpha h3 {
	color: #1bbc9b;
	font-family: 'Oswald';
	font-size: 26px;
	text-align: center;		
}

/*-----------------------------------------------
## Beta
-----------------------------------------------*/
.mod-beta h2 {
	color: #3e3e3e;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 700;
}

/*------------------------------------------------------------------------
# Pages
------------------------------------------------------------------------*/

/*-----------------------------------------------
## Gallery
-----------------------------------------------*/
.gallery-icon img:hover {
	filter: brightness(35%);
	-webkit-filter: brightness(35%);
	-moz-filter: brightness(35%);
	-o-filter: brightness(35%);
	-ms-filter: brightness(35%);
}

/*------------------------------------------------------------------------
# Posts
------------------------------------------------------------------------*/
.widget-title, 
.page-title {
    font-family: 'Oswald';
    font-size: 18px;
    text-transform: uppercase;
}
.widget-area {
    border: 1px solid #ccc;
	margin-top: 25px;
    padding: 25px;
    list-style:none;
}

/* Comments */
.comment-reply-title,
.comments-title {
    font-family: 'Oswald';
    font-size: 24px;
    text-transform: uppercase;
}
.comment-form-comment label {
    float: left;
    padding-right: 15px;
}
.comments-area .comment-content p {
	color: #333;
}
.color1-text-contrast {
	color: #333;
}
.panel-footer {
    padding: 25px 15px;
}

/* Call to Action */
.single .call-to-action {
	display: none;	
}

/* Buttons */
.form-submit .submit {
	background: none;
	border: 1px solid #1bbc9b;
	color: #1bbc9b;
	font-family: 'Oswald';
	font-weight: 300px;
	margin: 25px 0 0;
	padding: 20px 25px;
	text-transform: uppercase;
	transition: all .5s;
	/* Border Radius */
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}
.form-submit .submit:hover,
.form-submit .submit:focus {
	background-color: #1bbc9b;
    border-color: #1bbc9b;
	color: #fff;
}

/*------------------------------------------------------------------------
# Plugins
------------------------------------------------------------------------*/

/*-----------------------------------------------
## WooCommerce
-----------------------------------------------*/
.woocommerce .page-title {
	margin: 0;	
}
.woocommerce #respond input#submit, 
.woocommerce a.button,
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce p.buttons a.button {
    background-color: #a46497;
    color: #fff;
}
.woocommerce p.buttons a.button:hover {
	background-color: #dad8da;
    background-image: none;
    color: #515151;
    text-decoration: none;
}

/*------------------------------------------------------------------------
# Footer
------------------------------------------------------------------------*/
.site-footer {
	background: #fff;
	padding-bottom: 30px;
	text-align: center;
}
.menu-item-object-page {
	list-style: none;
	text-align: left;
}
.cat-item {
	list-style: none;
	text-align: left;
}
#footer-widget-area {
	border-top: 1px solid #dee0e0;
	padding-top: 15px;	
	text-align: left;
}
.attribution {
	margin-top: 0;
}
.site-info,
.site-info a,
.attribution,
.attribution a {
	color: #666;
}
.site-footer a {
	text-decoration: underline;
}
.site-footer a:hover,
.site-footer a:focus {
	text-decoration: none;
}

/* Footer Widgets */
ul#footer-center-items {
	padding: 0;	
}
.widget.well a {
	color: #1bbc9b;
}

/** Sticky Footer **/
html, body, .site, .site-content {
	height: 100%;
}
#boldgrid-sticky-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
