/* @override 
	http://www.sundogcore.com/wp-content/themes/core/style.css?ver=3.0
	http://kikkan.staging.wpengine.com/wp-content/themes/core/style.css?*
	https://www.kikkan.com/wp-content/themes/core/style.css?* */

/* # Genesis Framework
Theme Name: Sundog CORE
Theme URI: http://www.sundogcore.com/
Description: Sundog Media's CORE Framework
Author: Sundog Media
Author URI: http://www.sundogmedia.com/
Version: 3.0
Genesis Version: 2.5.3
Template: genesis
Template Version: 2.5
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
    - Before Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Error Page
- Sidebars
- Site Footer
- Home Page
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 2.2rem;
}

body {
	background-color: #fff;
	color: #58595b;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #0093cc;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #f5297b;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 40px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.clear {
	clear: both;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
	max-width: 100%;
	border: 1px solid #eee;
}

img {
	height: auto;
}

.image-header img {
	display: block;
	width: 100%;
}

.content .gallery img{
	float: left; margin: 0 24px 24px; border-color: #eee;
}

.page-template-page_sponsors .one-third h2 {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
}

.video {
	display: block;
	position: relative;
	display: block;
}

.video.right {
	float: right;
}

.video.left {
	float: left;
}

.video .fa-play-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
	font-size: 60px;
	font-size: 6rem;
	background: #fff;
	border-radius: 32px;
	padding: 3px;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	clear: both;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #58595b;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #58595b;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #58595b;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #0093cc;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #f5297b;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #58595b;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}


.more-from-category {
	margin: 40px 0;
	text-align: center;
}

.more-from-category a {
	background: none;
	color: #0093cc;
	padding: 0;
}

.more-from-category a:hover {
	color: #f5297b;
	background: none;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin: 50px auto;
}

.before-content-home, 
.image-header {
	margin-top: 172px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
	float: none;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 36px;
}

h2.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 6px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #58595b;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #f5297b;
}

.page .content .entry-header, 
.single .content .entry-header,
.error404 .content .entry-header, 
.archive-description{ 
	margin-bottom: 36px; 
	overflow: hidden; 
	text-align: center;
}

h1.entry-title, 
.archive-title{ 
	margin-bottom: 0;
	display: inline-block; 
	position: relative; 
	color: #f5297b;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
}

.page .content  h1.entry-title::before, 
.page .content h1.entry-title::after, 
.single .content  h1.entry-title::before, 
.single .content h1.entry-title::after,
.error404 .content  h1.entry-title::before, 
.error404 .content h1.entry-title::after, 
.archive-title::before, 
.archive-title::after{ 
	background: #eee; 
	content: " "; 
	display: inline-block; 
	height: 1px; 
	position: absolute; 
	width: 600px; 
	top: 0px; 
}

.page  .content h1.entry-title::before, 
.single  .content h1.entry-title::before,
.error404  .content h1.entry-title::before, 
.archive-title::before{ 
	margin: 22px 24px 0 0; 
	right: 100%;    
}

.page .content h1.entry-title::after, 
.single .content h1.entry-title::after, 
.error404 .content h1.entry-title::after, 
.archive-title::after{ 
	margin: 22px 0 0 24px; 
	left: 100%; 
}

.widget-title {
	margin-bottom: 24px;
	text-transform: uppercase;
	text-align: center;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}

.featured-content .widgettitle {
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
}

.featured-content .alignleft {
	margin-bottom: 0;
}

.featured-content .entry .entry-meta {
	margin: 0;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #58595b;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
.header {
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #fff;
	top: 0;
	-webkit-transition: all 0.8s;  
	-moz-transition: all 0.8s; 
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	border-bottom: 1px solid #fff;
}

.scroll .header {
	border-color: #eee;
}

.nav-header{ 
	float: right;	
}

.nav-header .menu li a {
	padding: 0;
	margin-left: 18px;
	border: none;
}

.site-header .wrap {
	padding: 18px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 244px;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #58595b;
}

.header-image .site-title > a {
	background: url(images/k-logo.png) no-repeat left top;
	background-size: 100% auto;
	float: left;
	min-height: 136px;
	width: 100%;
	
	-webkit-transition: all 0.8s;  
	-moz-transition: all 0.8s; 
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.scroll .site-title > a {
	min-height: 100px;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'PT Sans', sans-serif;
}

.genesis-nav-menu .menu-item {
	float: left;
}

.genesis-nav-menu a {
	color: #58595b;
	text-decoration: none;
	display: block;
	padding: 6px;
	margin: 0 0 0 36px;
	border-bottom: 1px solid #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .sfHover > a {
	color: #f5297b;
	border-color: #f5297b;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 240px;
	z-index: 99;
	padding-top: 12px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f5297b;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	text-transform: none;
	padding: 12px 18px;
	position: relative;
	width: 240px;
	word-wrap: break-word;
	padding: 12px 18px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #58595b;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.menu-toggle,
.sub-menu-toggle,
.genesis-nav-menu li.mobile,
.genesis-nav-menu li.search{	
	display: none; 
	visibility: hidden; 
	 text-align: center; 
}
 	 			
 button.menu-toggle{ 
 	width: 100%; 
 	cursor: pointer;  
 	background: #f5297b; 
 	color: #fff; 
 	padding: 2%;
 }
 			 		
 button.menu-toggle::after { 
 	font-family: "dashicons"; 
 	content: "\f333"; 
 	margin-left: 10px; 
 	position: relative; 
 	top: 2px;   
 }
 			 
 button.menu-toggle.activated::after {  
 	content: "\f158"; 
 }
 			
 button.sub-menu-toggle { 
 	position: absolute; 
 	right: 0; 
 	top: 0; 
 	background: none; 
 	color: #f5297b; 
 	padding: 2% 2% 0; 
 	border-radius: 0;   
 }
 			 	
 button.sub-menu-toggle span{  text-indent: -9999px; display: inline-block;
 }
 			
 button.sub-menu-toggle:before { 
 	content: "\f347"; 
 	font-family: "dashicons"; 
 	position: relative; 
 	font-size: 20px; 
 	transform: rotate(0deg);
 	-webkit-transition: transform 0.25s ease-in-out 0s; 
 	-moz-transition:    transform 0.25s ease-in-out 0s; 
 	-ms-transition: transform 0.25s ease-in-out 0s; 
 	-o-transition: transform 0.25s ease-in-out 0s; 
 	transition: transform 0.25s ease-in-out 0s; display: block; 
 }
 						
 button.sub-menu-toggle.activated:before {  
 	transform: rotate(180deg); 
 }


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.site-header .nav-primary {
	float: right;
	margin-top: 40px;
	-webkit-transition: all 0.8s;  
	-moz-transition: all 0.8s; 
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.scroll .site-header .nav-primary {
	margin-top: 20px;
}

.site-header .nav-primary .wrap {
	padding: 0;
}




/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.archive .entry, 
.search .entry, 
.blog .entry {
	margin: 0 auto 40px;
	float: left;
	width: 48.717948717948715%;
	border: 1px solid #eee;
	margin-left:  2.564102564102564%;
	max-width: 600px;
	padding: 24px;
}

.page-template-page_blog .entry {
	margin: 0 auto 40px;
	border: 1px solid #eee;
	max-width: 600px;
	padding: 24px;
}

.archive .entry:nth-child(2n), 
.search .entry:nth-child(2n), 
.blog .entry:nth-child(2n) {
	clear: both;
	margin-left: 0;
}

.archive .entry-header, 
.search  .entry-header, 
.blog  .entry-header,
.page-template-page_blog .content .entry-header {
	margin: 0 0 6px;
}

.archive .content .post-image, 
.search .content .post-image, 
.blog .content .post-image, 
.page-template-page_blog .content .post-image  {
	margin: 0 18px 0 0;
	display: block;
	float: left;
	max-width: 240px;
}

.archive .content a:hover .post-image, 
.search .content a:hover .post-image, 
.blog .content a:hover .post-image,
.page-template-page_blog .content a:hover .post-image {
	opacity: 0.8;
}

.archive .entry-header .entry-meta, 
.search .entry-header .entry-meta, 
.blog .entry-header .entry-meta,
.page-template-page_blog .entry-header .entry-meta,
.archive .entry-header .entry-title, 
.search .entry-header .entry-title, 
.blog .entry-header .entry-title,
.page-template-page_blog .entry-header .entry-title {
	text-align: left;
	margin: 0;
}

.archive .entry p, 
.search .entry p, 
.blog .entry p,
.page-template-page_blog .entry p {
	margin: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 24px;
	margin-left: 36px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 12px;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 12px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #58595b;
	color: #ddd;
}


/* Column Classes 
--------------------------------------------- */

.one-fourth, .one-half, .one-third, .two-thirds { 
	float: left; 
	margin-left: 2.564102564102564%; 
}

.one-half {	
	width: 48.717948717948715%;
}

/*.page-template-page_blog .one-half {
	padding-left: 2.564102564102564%;
}

.page-template-page_blog .one-half.first {
	padding-right:  2.564102564102564%;
	padding-left: 0;
}*/

.one-third { 
	width: 31.623931623931625%; 
}

.two-thirds { 
	width: 65.81196581196582%; 
}

.one-fourth { 
	width: 23.076923076923077%; 
}

.first { 
	clear: both; margin-left: 0; 
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	font-weight: 400;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination ul {
	margin: 0;
}

.pagination ul li {
	float: left;
	list-style: none;
}

.pagination li a {
	cursor: pointer;
	display: block;
	background-color: #0093cc;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 12px;
	text-decoration: none;
	margin: 0 0 0 6px;
}

.pagination li a:hover, 
.pagination li.active a { 
	background-color: #f5297b; 
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* ## Error Page
--------------------------------------------- */
.error404 .content .search-form{ 
	margin-bottom: 40px; 
	width: 100%; 
}

.error404 .content .search-form input[type=search]{ 
	max-width: 83%; 
}

.error404 .content .search-form input[type=submit]{ 
	float: right; 
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .more-from-category {
	text-align: right;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background: url('images/bg-sub-footer.jpg') no-repeat;
	background-size: 100% 100%;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	padding-bottom: 16px;
}

.footer-widgets .widgettitle {
	color: #fff;
}

#sb_instagram {
	padding: 0 !important;
}

#sbi_load .sbi_load_btn,
#sbi_load .sbi_follow_btn a {
	background: #f5297b !important;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	margin: 0 12px !important;
}

#sbi_load .sbi_load_btn:hover,
#sbi_load .sbi_follow_btn a:hover {
	background: #0093cc !important;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: url('images/bg-footer.jpg') no-repeat;
	background-size: 100% auto;
	color: #ecf8fd;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.site-footer .wrap {
	padding: 24px 0;
}

.site-footer a {
	color: #ecf8fd;
}

.site-footer p {
	margin-bottom: 0;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

.before-content-home {
	margin-bottom: 90px;
}

.before-content-home .soliloquy .soliloquy-container,
.before-content-home .soliloquy .soliloquy-viewport {
	max-width: 100% !important;
	max-height: none !important;
	h222eight: auto !important;
}

.before-content-home .soliloquy .soliloquy-caption {
	bottom: 10% !important;
}

.before-content-home .soliloquy .soliloquy-caption .soliloquy-caption-inside {
	background: url('images/bg-caption.png') no-repeat !important;
	width: 50%;
	float: right;
	padding: 40px 40px 40px 120px !important;
	text-align: left !important;
	color: rgba(255,255,255,0.9);
	text-transform: uppercase;
	text-shadow: none;
	font-size: 28px;
	font-size: 2.8rem;
}

.before-content-home .soliloquy .soliloquy-pager{ 
	bottom: -40px; 
}

.before-content-home .soliloquy .soliloquy-pager-link{ 
	background: #eee; 
	border-radius: 9px; 
	width: 18px;
	height: 18px;
}

.before-content-home .soliloquy .soliloquy-pager-link:hover,
.before-content-home .soliloquy .soliloquy-pager-link.active{ 
	background: #f5297b; 
}

.before-content-home .soliloquy img {
	max-width: none;
	w222idth: 100%;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	/** Structure **/
	.site-inner,
	.wrap {
		max-width: 944px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary {
		width: 300px;
	}
	
	.before-content-home, 
	.image-header {
		margin-top: 150px;
	}
	
	.archive .content .post-image, 
	.search .content .post-image, 
	.blog .content .post-image, 
	.page-template-page_blog .content .post-image  {
		max-width: 180px;
	}
	
	
	/* ## Title Area */

	.title-area {
		width: 200px;
	}
	
	.header-image .site-title > a {
		min-height: 112px;
	}
	
	.scroll .site-title > a {
		min-height: 84px;
	}

	
	/** Site Nav **/
	
	.site-header .nav-primary {
		margin-top: 28px;
	}

	.nav-primary .genesis-nav-menu a {
		margin: 0 0 0 18px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	
	/** Home Page **/
	.before-content-home .soliloquy .soliloquy-caption .soliloquy-caption-inside {
		width: 60%;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	/** Partner Page **/
	.content .gallery img{
		float: left; margin: 0 12px 12px; border-color: #eee; max-width: 212px;
	}

}

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

	/** Structure **/
	
	.site-inner,
	.wrap {
		max-width: 688px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-header .nav-primary,
	.title-area {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.title-area {
		max-width: 200px;
		margin: 0 auto;
	}

	.header-image .site-title > a {
		background-position: center top;
	}
	
	.before-content-home, 
	.image-header {
		margin-top: 196px;
	}
	
	img.alignleft,
	img.alignright {
		float: none;
		margin: 0 auto 24px !important;
		display: block;
	}
	
	.video.right,
	.video.left {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.archive .content .post-image, 
	.search .content .post-image, 
	.blog .content .post-image, 
	.page-template-page_blog .content .post-image  {
		margin: 0 0 18px;
		float: none;
		max-width: 100%;
	}
	
	/** Site Nav **/

	.site-header .nav-primary {
		margin-top: 0;
		clear: both;
		float: none;
	}
	
	.site-header .nav-primary .wrap {
		padding-top: 24px;
	}

	.nav-primary .genesis-nav-menu a {
		margin: 0 8px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		font-size: 17px;
		font-size: 1.7rem;
	}

	/** Footer */
		
	.site-footer {
		background-size: auto;
	}

}

@media only screen and (min-width: 788px) {

	.nav-primary .wrap .genesis-nav-menu {
		display: block !important;
	}
}

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

	/** Structure **/
	
	.site-inner,
	.wrap {
		max-width: 100%;
		padding: 5%;
		margin: 0;
	}
	
	.header {
		position: static;
		border-bottom: none; 
	}
	
	.scroll .site-header .nav-primary {
		margin-top: 0;
	}
	
	.scroll .site-title > a {
		min-height: 112px;
	}
	
	.site-header .wrap,
	.site-header .nav-primary .wrap {
		padding: 5% 0 0;
	}
	
	.site-header .nav-header {
		padding-right: 5%;
	}
	
	.footer-widgets .wrap {
		padding: 0 5%;
	}
	
	.site-footer .wrap {
		padding: 5%;
	}
	
	.before-content-home, 
	.image-header {
		margin-top: 0;
	}
	
	
	
	.page .content .entry-header, 
	.single .content .entry-header,
	.error404 .content .entry-header, 
	.page-template-page_blog .content .entry-header,
	.archive-description,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	.content img,
	.archive .content .entry, 
	.search .content .entry, 
	.blog .content .entry,
	.archive .content .post-image, 
	.search .content .post-image, 
	.blog .content .post-image, 
	.page-template-page_blog .content .post-image {
		margin-bottom: 5%;
	}
	
	.archive .content .entry, 
	.search .content .entry, 
	.blog .content .entry,
	.page-template-page_blog .content .entry {
		padding: 5%;
	}
	
	.one-fourth, 
	.one-half, 
	.one-third, 
	.two-third,
	.archive .entry, 
	.search .entry, 
	.blog .entry {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	
	.archive .content .entry, 
	.search .content .entry, 
	.blog .content .entry,
	.page-template-page_blog .content .entry {
		margin: 0 auto 40px;
		max-width: 436px;
	}
	
	
		
	/** Site Nav **/
	button.menu-toggle,	
	button.sub-menu-toggle {  
		display: block;  
		visibility: visible;   
	}
	
	.nav-primary .wrap{ 
		padding: 0;  
	}
	 	
	.nav-primary .wrap .genesis-nav-menu{ 
		display: none; 
		width: 100%;
	}
	 	
	.nav-primary .genesis-nav-menu li{ 
		display: block; 
		float: none; 
		overflow: hidden; 
		width: 100%;
	}
	 	
	.nav-primary .genesis-nav-menu .menu-item, 
	.nav-primary .genesis-nav-menu li a{ 
		width: auto; 
		position: relative; 
		display: block; 
		text-align: left; 
	}
	
	.nav-primary .genesis-nav-menu li a{ 
		margin: 0; 
		border-bottom: 1px solid rgba(0,0,0,0.2); 
		padding: 2%; 
		font-size: 18px;
		font-size: 1.8rem;
	}
	 
	.nav-primary .genesis-nav-menu li ul{ 
		position: static; 
		width: 100%; 
		clear: both; 
		display: none; 
		opacity: 1; 
	}
	 	
	.nav-primary .genesis-nav-menu .menu-item:hover { 
		position: relative;
	}
	 	 
	.nav-primary .genesis-nav-menu .sub-menu{ 
		margin: 0; 
		position: relative; 
		left: auto; 
		opacity: 1.0; 
		width: auto; 
		padding: 0;
	}
	
	
	.nav-primary .genesis-nav-menu .sub-menu a {  
		font-size: 17px;
		font-size: 1.7rem;	
		width: auto;  
		padding-left: 4%;
		border-color: rgba(255,255,255,0.4);
	}
	
	/** Footer */
	
	
	/** Home Page */	
	.before-content-home {
		margin-bottom: 0;
	}
	
	.before-content-home .soliloquy .soliloquy-pager{ 
		display: none;
	}
	
	.before-content-home .soliloquy .soliloquy-caption {
		bottom: 0 !important;
	}
	
	.before-content-home .soliloquy .soliloquy-caption .soliloquy-caption-inside {
		background-position: top right !important;
		width: 100%;
		float: none;
		padding: 2% !important;
		text-align: center !important;
		color: rgba(255,255,255,0.9);
		text-transform: uppercase;
		text-shadow: none;
		font-size: 28px;
		font-size: 2.8rem;
	}
	
}

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

	#sbi_load .sbi_load_btn,
	#sbi_load .sbi_follow_btn a {
		margin: 12px 0 0 !important;
		display: block !important;
		width: 100% !important;
	}
	
	#sbi_load .sbi_follow_btn {
		width: 100%;
		margin: 0 !important;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Tweaks to add "Film" to menu */
@media all and (max-width: 1280px) {
	.nav-primary .genesis-nav-menu a {
		margin: 0 0 0 18px;
		font-size: 1.6rem;
	}
}

@media all and (min-width:768px) and (max-width: 1023px) {
	.site-header .wrap, .nav-primary .wrap {
		max-width: 740px!important;
	}
}

@media all and (min-width:768px) and (max-width: 800px) {
	.nav-primary .genesis-nav-menu a {
		font-size: 1.4rem;
	}
	.site-header .wrap, .nav-primary .wrap {
		max-width: 688px!important;
	}
}

	
