/*
Theme Name: Buy Travel Savings
Theme URI: https://seotrafficleader.com/wp-themes/
Author: Paul Rodriguez
Author URI: https://seotrafficleader.com
Description: Customizable theme for Yoga and Fitness instuctors
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments
Text Domain: blankslate

WordPress Theme © 2011-2017 SEO Traffic Leader
Studio Pranayama is distributed under the terms of the GNU GPL
*/

/* === Custom CSS ===

Theme Name -    Theme Name Here
Theme URL -     web url here
Author - 			  Paul Rodriguez
Author's URI -  Http://seotrafficleader.com
Description -		Description here
Ver -
Licence - 

*/

/*===============================================
>>>> COLOR PROFILE
=================================================

Primary Color
Color Name - #000000	rgb(0,0,0)

Secondary Color
Color Name - #000000	rgb(0,0,0)

Accent Color
Color Name - #000000	rgb(0,0,0)

===============================================*/


/*==== Global ====*/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #222222;
}

.logged-in .navbar.fixed-top {
	top: 32px;
}

/* Typgraphy */

h1,h2,h3,h4,h5,h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-weight: bold;
}

p {
  margin: 0 0 15px;
  line-height: 1.5;
}

p.lead {
  /*font-weight: normal;*/
}

section a:link, section a:visited {
	color: #FF0000;
}

a:link, a:visited {
  color: #222222;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

a.non-link {
	color: #222222;
}

a.non-link:hover {
	text-decoration: underline;
}

blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}

.fancy-text {
	font-family: 'PT Serif', serif;
	font-style: italic;
}

.section-header	{
	text-align: center;
}

dd:before {
  content: 'Q - ';
}

dt:before {
  content: 'A - ';
}

/* Buttons Customization */


/* ==== LAYOUT ==== */

img {
  max-width: 100%;
}

hr {
	border-bottom: 1px solid #eae8e8;
	-webkit-box-shadow:inset 1px 1px 3px 2px #545454;
 box-shadow:inset 1px 1px 3px 2px #545454;
}

.modal-content {
  background: url('/wp-content/themes/buytravelsavings/assets/img/tile.jpg') top left repeat;
}

section {
	padding: 2rem 0;
}

/* =============== Page =============== */

/* ==== HEADER SECTION ==== */

header#main-header {
	position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1005;
}

.navbar-brand {
	display: none;
}

.menu-main-menu-container {
	margin-left: auto;
	margin-right: auto;
}

/* ==== NAV ==== */

li a.nav-link {
	text-transform: uppercase;
}

/* -*- Hero Section -*- */

/* HERO SECTION */
section#hero {
	/* Sizing */
  width: 100vw;
  height: 100vh;
  
  /* Flexbox stuff */
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Text styles */
  text-align: center;

  /* Background styles */
  /*background: url('/wp-content/themes/buytravelsavings/assets/img/bg-fullpage-02.jpg') no-repeat center top;*/
  background-size: cover;

  margin-top: -56px !important;
}

section#hero-alt {
	/* Sizing */
  width: 100vw;
  height: 100vh;
  
  /* Flexbox stuff */
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Text styles */
  text-align: center;

  /* Background styles */
  background: url('/wp-content/themes/buytravelsavings/assets/img/bg-fullpage.jpg') no-repeat center center;
  background-size: cover;

  margin-top: -56px !important;
}

.hero-inner {
	color: white;
}

/* Nav Tabs */

/*.nav-item {
	background-color: rgba(207,207,207,0.8)!important;
	-webkit-border-radius: 0!important;
	moz-border-radius: 0!important;
	border-radius: 0!important;
}*/

a.active {
	background-color: rgba(255,255,255,0.7)!important;
}
.nav-item,
.active,
a.active,
.nav-tabs {
	border: none!important;
}

.nav-tabs .nav-item {
	margin-bottom: 0;
}

.tab-content {
	background-color: rgba(255,255,255,0.7);
	padding: 1.5rem;
}

.form-control {
	-webkit-border-radius: 0.125rem;
	moz-border-radius: 0.125rem;
	border-radius: 0.125rem;
}


section#hero .form-group {
	margin: 10px 0!important;
}


/* -*- Benrfits Section -*- */ 

section#benefits .card {
	min-height: 200px; 
	margin-bottom: 2rem;
}

section#benefits .card {
	color: #555555;
}

section#benefits .card .benefits-card .fa-icon {
	  font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
}

section#benefits .card .benefits-card h6.card-subtitle {
		text-align: center;
	  font-size: 20px;
    margin-bottom: 15px;
}

section#benefits .card .benefits-card p.card-text {
	font-size: .8rem;
	text-align: center;
}


/* -*- Examples Section -*- */ 

section#examples .card {
	position: relative;
	display: flex;
	margin-bottom: 2rem;
}

section#examples .card .discount-banner {
	position: absolute;
	top: 0;
	left: 12px;
	background-image: url(/wp-content/themes/buytravelsavings/assets/img/discount-banner.png);
	width: 60px;
	height: 64px;
}

section#examples .card .discount-banner p {
	text-align: center;
	color: #ffffff;
	font-size: 0.9rem;
	padding-top: 0.25rem;
	font-weight: bold;
}

.card-img-top {
	  width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

table.table-small {
	font-size: 0.8rem;
}

/*.card-img-top img {
	width: 100%;
}*/

/* -*- Examples Section 2 -*- */
section#examples .example-container {
	border: 1px solid rgba(0,0,0,0.125);
	position: relative;
	margin: 0 0 2rem 0;
}

section#examples .example-container .discount-banner {
	position: absolute;
	top: 0;
	left: 12px;
	background-image: url(/wp-content/themes/buytravelsavings/assets/img/discount-banner.png);
	width: 60px;
	height: 64px;
}

section#examples .example-container .discount-banner p {
	text-align: center;
	color: #ffffff;
	font-size: 0.9rem;
	padding-top: 0.25rem;
	font-weight: bold;
}

.example-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

section#examples .example-body {
	padding: 20px;
}


/* -*- End Examples Section 2 -*- */

/* Modal */

.modal-body li {
	margin-bottom: 1rem;
}


dd:before {
  content: 'Q - ';
}

dt:before {
  content: 'A - ';
}


footer#main-footer {
	padding: 40px 10px;
	background-color: #d3d3d3;
}

footer#main-footer ul {
	margin: 10px 0 0 -50px !important;
}

footer#main-footer ul li {
	display: inline-block;
	list-style: none;
	margin: 0 4px;
	font-size: 0.8rem;
}

footer#main-footer .social-media-icons {
	position: static;
}

footer#main-footer .social-media-icons a {
	color: rgba(0, 0, 0, 0.5);
	margin: 0 6px;
}

footer#main-footer .social-media-icons:first-child {
	margin-left: -22px!important;
}

footer#main-footer .social-media-icons a:hover,
footer#main-footer .social-media-icons button:hover {
	color: rgba(0, 0, 0, 0.7);
}

footer#main-footer .btn-text:hover {
	text-decoration: underline;
}

footer#main-footer .search-btn {
	display: none;
}

textarea.contact-words {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* ==== INERIOR PAGES ==== */

.page-feature-image {
	display: table;
	height: 300px;
	width: 100%;
}

.feature-image-default {
	background: url('/wp-content/themes/buytravelsavings/assets/img/bg-fullpage.jpg') no-repeat center center;
	background-size: cover;
}

.feature-image-default-alt { 
	background: url('/wp-content/themes/buytravelsavings/assets/img/bg-fullpage.jpg') no-repeat center center;
	background-size: cover;
}

.page-feature-image h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
}

#primary {
	padding: 60px 0;
}

#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5 {
	margin-bottom: 1.5rem;
}

/* ==== SIDEBAR ==== */

aside#sidebar {
	margin: 0;
}

.widget-container {
	position: relative;
	margin: 0 0 40px;
}

.widget-container ul {
	list-style: none;
	margin: -20px 0 0 0;
	padding: 0;
}

.widget-container h5 {
	text-decoration: underline;
	padding-bottom: 0;
	margin-bottom: 1rem;
}

#searchsubmit {
	display: none;
}

/* ==== Blog Comments ==== */

#comments h3 {
	text-align: center;
}

#comments h4 {
	font-size: 1.3em;
}

#comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#comments ul li {
	background: rgba(0,0,0,0.02);
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.03);
}

#comments ul li ul.children {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

/*.comments-link {
	display: none;
}*/

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}

.post-image img {
	height: auto;
	margin-bottom: 2rem;
}




/* ==== MEDIA QUERIES ==== */

@media screen and ( max-width : 1200px ) {

	section#benefits .card:last-child {
		margin: 2rem 0 0 0;
	}

	section#examples .card:last-child {
		margin: 2rem 0 0 0;
	}
}

@media screen and ( max-width : 992px ) {
	
	header {
		position: fixed;
		top: 0;
		width: 100%;
	}

	.navbar-brand {
		display: initial;
	}
	#band-logo {
		display: none;
	}

	section#hero {
		margin-top: 50px !important;
	}

}

/* Fix the top margin when logged in */
@media screen and (max-width: 782px) {
	.logged-in .navbar-fixed-top {
		top: 46px;
	}
}