@charset "UTF-8";
/*
Theme Name: Fusion : National Parks
Theme URI: http://agencydominion.com
Description: A Fusion Child theme
Author: Agency Dominion
Template: fusion-base
Version: 1.2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, editor-style, featured-images, threaded-comments, translation-ready
Text Domain: fusion-base
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 0 20px;
}

.alignright {
    margin: 5px 0 20px 15px;
}

.alignleft {
    margin: 5px 15px 20px 0;
}

a img.alignright {
    margin: 5px 0 20px 15px;
}

a img.alignnone {
    margin: 5px 0 20px;
}

a img.alignleft {
    margin: 5px 15px 20px 0;
}

.wp-caption.alignnone {
    margin: 5px 0px 20px;
}

.wp-caption.alignleft {
    margin: 5px 15px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 15px;
}

/**
 * Typography
 */

body {
	font-family: "Open Sans", arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

p {
	opacity: 0.8;
}

h1, .h1 {
	font-size: 62px;
    font-weight: 600;
}

h2, .h2 {
    font-size: 26px;
    font-weight: 600;
}

h3, .h3 {
    font-size: 24px;
	font-weight: 400;
}

h4, .h4 {
    font-size: 20px;
    font-weight: 600;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 400;
}

h6, .h6 {
	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 32px;
	}
	h2, .h2 {
		font-size: 24px;
	}
	h3, .h3 {
		font-size: 20px;
	}
}

a {
	text-decoration: none;
	font-weight: 600;
    color: #31b2e4;
}

a:focus, a:hover {
	text-decoration: underline;
	color: #28a1d0;
}

/**
 * Buttons
 */

.btn	{
	padding: 12px 34px 12px;
    font-weight: 600;
    border-radius: 25px;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.btn-default {
    background: #31b2e4;
    color: #ffffff;
    border-color: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default,
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    background-color: #28a1d0;
	color: #ffffff;
	border-color: transparent;
}

.btn-primary {
    background: #06205d;
    color: #ffffff;
    border-color: transparent;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    background-color: #031642;
	color: #ffffff;
	border-color: transparent;
}

.btn-success {
    background: transparent;
    color: #31b2e4;
    border: 2px solid #31b2e4;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
	background: transparent;
	color: #28a1d0;
	border-color: #28a1d0;
}

.btn-link {
    padding: 0;
    color: #31b2e4;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link:active:hover, .btn-link.active:hover, .btn-link:active:focus, .btn-link.active:focus, .btn-link.focus:active, .btn-link.active.focus {
	color: #28a1d0;
	text-decoration: none;
}

/* Dark Button Styling */

.dark .btn-default {
    background: #31b2e4;
    color: #ffffff;
    border-color: transparent;
}

.dark .btn-default:hover, .dark .btn-default:focus, .dark .btn-default:active, .dark .btn-default.active, .dark .open .dropdown-toggle.btn-default,
.dark .btn-default:active:hover, .dark .btn-default.active:hover, .dark .open>.dropdown-toggle.btn-default:hover, .dark .btn-default:active:focus, .dark .btn-default.active:focus, .dark .open>.dropdown-toggle.btn-default:focus, .dark .btn-default:active.focus, .dark .btn-default.active.focus, .dark .open>.dropdown-toggle.btn-default.focus {
    background-color: #28a1d0;
	color: #ffffff;
	border-color: transparent;
}

.dark .btn-primary {
    background: #06205d;
    color: #ffffff;
    border-color: transparent;
}

.dark .btn-primary:hover, .dark .btn-primary:focus, .dark .btn-primary:active, .dark .btn-primary.active, .dark .open .dropdown-toggle.btn-primary,
.dark .btn-primary:active:hover, .dark .btn-primary.active:hover, .dark .open>.dropdown-toggle.btn-primary:hover, .dark .btn-primary:active:focus, .dark .btn-primary.active:focus, .dark .open>.dropdown-toggle.btn-primary:focus, .dark .btn-primary:active.focus, .dark .btn-primary.active.focus, .dark .open>.dropdown-toggle.btn-primary.focus {
    background-color: #031642;
	color: #ffffff;
	border-color: transparent;
}

.dark .btn-success {
    background-color: transparent;
    color: #ffffff;
    border: 3px solid #28a1d0;
}

.dark .btn-success:hover, .dark .btn-success:focus, .dark .btn-success:active, .dark .btn-success.active, .dark .open .dropdown-toggle.btn-success,
.dark .btn-success:active:hover, .dark .btn-success.active:hover, .dark .open>.dropdown-toggle.btn-success:hover, .dark .btn-success:active:focus, .dark .btn-success.active:focus, .dark .open>.dropdown-toggle.btn-success:focus, .dark .btn-success:active.focus, .dark .btn-success.active.focus, .dark .open>.dropdown-toggle.btn-success.focus {
	background-color: transparent;
	border-color: #1e91bd;
	color: #ffffff;
}

.dark .btn-link {
    color: #ffffff;
}

.dark .btn-link:hover, .dark .btn-link:focus, .dark .btn-link:active, .dark .btn-link.active, .dark .btn-link:active:hover, .dark .btn-link.active:hover, .dark .btn-link:active:focus, .dark .btn-link.active:focus, .dark .btn-link.focus:active, .dark .btn-link.active.focus {
	color: #ffffff;
}

/**
 * Forms
 */

.form-control {
    height: 44px;
    padding: 10px 24px;
    font-weight: 600;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom: 10px;
}

div.wpcf7 img.ajax-loader	{
	margin:4px;
	padding:2px;
	background-color:#fff;
	border-radius:4px;
}

/* CF7 Styles */

div.wpcf7-response-output {
    margin: 0;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

span.wpcf7-not-valid-tip {
	margin-top:-8px;
	margin-bottom:10px;
    color: #f00;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

/**
 * Flexslider
 */

.flex-control-nav li	{
	margin:0 3px;
}

.flex-control-paging li a {
	width:14px;
	height:14px;
	box-shadow:none;
}

.dark .flex-control-paging li a	{
	background:#ccc;
	background:rgba(255, 255, 255, 0.7);
}

.dark .flex-control-paging li a.flex-active	{
	background:#fff;
	background:rgba(255, 255, 255, 0.9);
}

/**
 * Masthead
 */

.fsn-gallery .masthead .masthead-item-content	{
	bottom:42.5%;
}

.fsn-gallery .masthead .gallery-item-headline	{
	font-size: 32px;
	line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.fsn-gallery .masthead .gallery-item-subheadline	{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
}

.fsn-gallery .masthead .gallery-item-button	{
	color:#fff;
}

@media (min-width: 768px) {
	.fsn-gallery .masthead	{
		min-height:400px;
	}
	.fsn-gallery .masthead .gallery-item-headline	{
		font-size: 62px;
	    line-height: 68px;
	}
	.fsn-gallery .masthead .gallery-item-subheadline	{
		font-size: 24px;
		line-height: 28px;
	}
}

/**
 * Cards
 */

.fsn-card.basic .card-content {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

@media (max-width: 767px) {
	.fsn-card.horizontal .card-image, .fsn-card.horizontal .card-content-wrap	{
		padding:0;
	}
}
