/*
Theme Name: Victory Journal
Theme URI: http://victoryjournal.com
Description: Version 2.0 of Victory Journal. The Journal of Sport & Culture.

Author: Mobile First Studios, LLC
Author URI: http://mobilefirststudios.com
Version: 2.0.0
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap

Copyright (C) 2015-2016 Victory Journal LLC
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt
	
CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes
	
CSS Rules: Sorted alphabetically for better organization.
*/

@font-face {
    font-family: 'AvantGarde-Bold';
    src:
    url('/wp-content/themes/victoryjournal/fonts/AvantGarde-Bold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/victoryjournal/fonts/AvantGarde-Bold.otf')  format('opentype'),
    url('/wp-content/themes/victoryjournal/fonts/AvantGarde-Bold.woff') format('woff'),
    url('/wp-content/themes/victoryjournal/fonts/AvantGarde-Bold.ttf')  format('truetype'),
    url('/wp-content/themes/victoryjournal/fonts/AvantGarde-Bold.svg#AvantGarde-Bold') format('svg');
}
@font-face {
    font-family: 'ATSackersGothic-web';
    src: url('/wp-content/themes/victoryjournal/fonts/AT_Sackers_Gothic_Medium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/victoryjournal/fonts/ATSackersGothic-Medium.otf')  format('opentype'),
    url('/wp-content/themes/victoryjournal/fonts/ATSackersGothic-Medium.woff') format('woff'),
    url('/wp-content/themes/victoryjournal/fonts/ATSackersGothic-Medium.ttf')  format('truetype'),
    url('/wp-content/themes/victoryjournal/fonts/ATSackersGothic-Medium.svg') format('svg');
}
@font-face {
    font-family: 'Hoefler Text';
    font-style: normal;
    font-weight: 600;
    src: url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Black.otf')  format('opentype'),
        url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Black.woff') format('woff'),
        url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Black.ttf')  format('truetype'),
        url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Black.svg') format('svg');
}
@font-face {
    font-family: 'Hoefler Text';
    font-style: italic;
    src: url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Italic.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Italic.otf')  format('opentype'),
    url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Italic.woff') format('woff'),
    url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Italic.ttf')  format('truetype'),
    url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Italic.svg') format('svg');
}
@font-face {
    font-family: 'Hoefler Text';
    src:url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Regular.otf')  format('opentype'),
        url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Regular.woff') format('woff'),
        url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Regular.ttf')  format('truetype'),
        url('/wp-content/themes/victoryjournal/fonts/HoeflerText-Regular.svg') format('svg');
}

body {
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	color: #231F20;
    font-family: "Hoefler Text", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    background-color: #F3F3F3;
}
.wp-caption{
    background: transparent;
    position: relative;
    border: none;
}
.wp-caption .wp-caption-text{
    font-style: italic;
    font-size: 18px !important;
    max-width: 245px;
    line-height: 1.1 !important;
}

.wp-caption .caption-bottom-right + .wp-caption-text {
    bottom: 20px;
    right: 20px;
    position: absolute;
    text-align: right;
}
.wp-caption .caption-bottom-left + .wp-caption-text {
    bottom: 20px;
    left: 20px;
    position: absolute;
    text-align: left;
}
.wp-caption .caption-top-right + .wp-caption-text {
    top: 20px;
    right: 20px;
    position: absolute;
    text-align: right;
}
.wp-caption .caption-top-left + .wp-caption-text {
    top: 20px;
    left: 20px;
    position: absolute;
    text-align: left;
}
.wp-caption .caption-under + .wp-caption-text {
    top: 10px;
    left: 20px;
    position: relative;
    text-align: center;
    margin: auto;
}
.blur-wrapper{
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.scrollable-content {
    overflow-x:hidden;
    overflow-y:scroll;
}
.scrollable-content::-webkit-scrollbar {
    width:30px;
}
.scrollable-content::-webkit-scrollbar * {
    background:transparent;
}
.scrollable-content::-webkit-scrollbar-thumb {
    background:rgba(255,0,0,0.1) !important;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: 'AvantGarde-Bold', Helvetica,Arial;
}

h1 { font-size: 35px; margin-bottom: 30px; margin-top: 30px; }
h3{
    font-size: 30px;
    letter-spacing: -1px;
}
.author-avatar img { -webkit-border-radius: 95px; -moz-border-radius: 95px; border-radius: 95px; }


/* Paragraph & Typographic */
p {
    font-size: 16px;
}
.centered { text-align: center; }
/* Links */
a {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    color: #000000;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	word-wrap: break-word;
}
a:hover,
a:focus { color: #7b7b7b; outline: 0; text-decoration: none; }

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
header {
    position: fixed;
    width: 100%;
    z-index: 999999999999;
}
#trigger-overlay {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
}
.btn-primary {
    color: #231F20;
    background-color: transparent;
    border-color: #231F20;
    border-radius: 0;
    border: 3px solid;
    padding: 8px 45px;
    font-size: 17px;
    line-height: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-family: 'AvantGarde-Bold', Helvetica,Arial;
}
.btn-primary:hover {
    border-color: black;
    background: black;
    color: white;
}
input {
    font-size: 17px;
    padding: 7px;
    width: 100%;
    border: 3px solid black;
    background: transparent;
    outline: none;
    font-family: 'AvantGarde-Bold', Helvetica,Arial;
    max-width: 275px;
}
.btn-inverse {
    background-color: black;
    border-color: black !important;
    border-radius: 0;
    border: 1px solid;
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 24px;
    -webkit-transition: 0.5s ;
    -o-transition: 0.5s ;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: white;
}
.btn-inverse:hover {
    border-color: black;
    background: #F5F5F5;
    color: black;
}
.navbar {
    margin-bottom: 0px;
    text-transform: uppercase;
}
.navbar-header {
    float: none;
    width: 100%;
    text-align: center;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    padding-bottom: 10px;
    padding-top: 20px;
}
.section-light {
    background: #f3f3f3;
}
.navbar-inverse .navbar-nav > li > a {
    color: white;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #222222;
}
.navbar-brand {
    font-size: 12px;
    font-weight: 700;
    margin: auto;
    float: none;
}
.navbar-brand b{
    border-bottom: 2px solid black;
}
.navbar-inverse .navbar-brand {
    color: black;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent; color: #222222;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent; color: #222222;
}

.menu-footer-menu-container li {
    display: inline-block;
    padding: 0 20px;
    line-height: 25px;
    margin: 7px 0px;
}
.menu-footer-menu-container {
    text-align: center;
}
.footer-menu img{
    width: 16px;
    position: absolute;
    right: 0;
    top: 5px;
}
.copyright-text{
    text-align: left
;
}
.social-menu a{
    padding: 10px 14px;
    font-size: 18px;
}
.social-menu {
    text-align: right;
    padding-top: 5px;
}
#footer {
    background-color: #FFFFFF;
    padding: 45px 0;
}
.home #footer{
    background: none;
}
#footer p {
    color: white;
}
#footer h4 {
    color: white; padding-bottom: 20px; text-transform: uppercase;
}
/* +++++ Color Wraps / Blog Page +++++ */
#footer li {
    line-height: inherit;
}
#footer h5{
    font-size: 10px;
    letter-spacing: 1px;
}
#grey { background-color: #f2f2f2; padding-bottom: 60px; padding-top: 60px; }

#white { background-color: #ffffff; padding-bottom: 60px; padding-top: 60px; }

.transparent {
    opacity: 0 ;
}
.animated {
    -webkit-transition: 0.7s ease-in;
    -o-transition: 0.7s ease-in;
    -ms-transition: 0.7s ease-in;
    -moz-transition: 0.7s ease-in;
    transition: 0.7s ease-in;
}
.delay {
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: .5s;
}

.container>.navbar-header{
     margin-right: 0px;
     margin-left: 0px;
}
/*******************
Generic template
*******************/
article header{
    display: none;
}

/*******************
Homepage CSS
*******************/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none;
}
.square {
    position: relative;
}
.square:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.square > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.story-index-link .story-tile{
    height: auto;
}
.story-index-link .story-thumb{
    background:#F3F3F3;
    padding-top: 50%;
}
.story-index-link .story-thumb h2{
    text-align: center;
    color: #9D9D9D;
    height: 0;
    margin: 0;
    margin-top: -30px;
    overflow: visible;
}
.disabled{
    opacity: 0 !important;
    pointer-events: none;
}
.hamburger_menu button{
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.overlay-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 20px;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    z-index: 99999999999999;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.overlay-close svg polygon{
    fill: white;
}
.overlay .social-menu{
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
    -webkit-transition:1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    opacity: 0;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.overlay.open .social-menu{
    opacity: 1;
}
.overlay .social-menu .fa {
    color: white;
    font-size: 24px;
    padding: 15px;
}
.col-md-6 .square:before {
    padding-top: 0% !important;
}
.story-tile {
    transition : .7s;
    height: 490px;
    margin-bottom: 20px;
    padding: 26px;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    opacity: 1;

}
.in-view.story-tile{
    opacity: 0 ;
}
.col-md-6.story-tile p{
    max-width: 90%;
}


.story-tile .story-thumb {
    background-position: center;
    background-size: cover;
}
.story-tile h2 {
    text-transform: lowercase;
    margin: 10px 0px 10px 0px;
    font-family: 'AvantGarde-Bold', Helvetica,Arial;
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    margin-top: 30px;
    letter-spacing: -1px;
    color: #231F20;
}
.story-tile h5 {
    font-size: 16px;
    line-height: 20px;

}
.story-tile .featured-tag {
    height: 0px;
    margin: 0;
    font-size: 13px;
    position: absolute;
    padding-top: 9px;
    color: #8e8e8e;
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    pointer-events: none;
    text-transform: lowercase;
}

.top-label {
    color: #231F20;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 20px;
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    text-align: center;
    font-weight: 600;
}

.featured-story .caption{
    position: absolute;
    width: 300px;
    height: 300px;
    background: white;
    text-align: left;
    padding: 30px;
    opacity: 0;
}
.featured-story .caption.in-view{
    opacity: 1;
}
.featured-story .caption h4{
    font-weight: 900;
    font-size: 24px;
    color: #231F20;
}
.featured-story .caption h5{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.featured-story .bottom-left {
    left: 20px;
    bottom: 20px;
}
.featured-story .top-left {
    left: 20px;
    top: 20px;
}
.featured-story .top-right {
    right: 20px;
    top: 20px;
}
.featured-story .bottom-right {
    right: 20px;
    bottom: 20px;
}
.featured-story .center {
    position: relative !important;
}
.featured-story .btn-caption {
    color: #000;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0px;
    font-size: 12px;
    padding: 14px;
    position: absolute;
    bottom: 30px;
    padding-left: 50px;
    cursor: pointer;
}
.btn-caption:hover{
    color: #FFF;
    background-color: rgb(0, 0, 0);
}
.btn-caption:before {
    content: url(images/v-33.svg);
    width: 36px;
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    background: white;
}

.touch .featured-story .caption {
    width: 100%;
    height: 200px;
    top: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    background: rgba(255, 255, 255, 0.9);
}

.logo path,
.logo rect,
.logo,
.hamburger_menu path{
    -webkit-transition: 0.5s;
    -o-transition: 0.5s ;
    -ms-transition: 0.5s ;
    -moz-transition: 0.5s ;
    transition: 0.5s;
}

.light .logo path,
.light .logo rect {
    fill: white !important;
}
.light #hamburger-icon .line {
    display: block;
    background: #FFFFFF;
}
.main-logo #mobile-logo {
    display: none;
}
.main-logo {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.featured-article-link {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    position: absolute;
    text-align: right;
    width: auto;
    bottom: 30px;
    right: 30px;
    text-transform: uppercase;
}
.light .featured-article-link{
    color: white !important;
}
.light path,
.light rect{
    fill: White !important;
}

section#story-index {
    padding-top: 40px;
}
.scroll-ind {
    position: absolute;
    opacity: 0;
    bottom: 30px;
    right: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s ;
    -ms-transition: 0.5s ;
    -moz-transition: 0.5s ;
    transition: 0.5s;
    margin-right: -12px;
}


.scroll-ind svg{
    width: 24px;
    height: auto;
}
.scroll-ind .st0{
    fill:none;
    stroke: #000000;
    stroke-width:1.1232;
    stroke-linejoin:bevel;
    stroke-miterlimit:10;
}
.light polyline{
    stroke: white !important;
}
/*.logo:hover .featured-article-link {*/
    /*opacity: 1;*/
/*}*/

.hamburger_menu{
    position: absolute;
    right: 5px;
    top: 0px;
}
.light .hamburger_menu path {
    fill: white !important;
}
.loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999999999999999;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 1;
}
.so-widget-sow-image-grid-default-8392b8051d0b .sow-image-grid-wrapper .sow-image-grid-image {
    padding: 0 10px 10px 10px;
    width: 220px ;
    height: 220px ;
}
.sow-image-grid-wrapper .sow-image-grid-image img {
    height: 100% !important;
}


/*******************
About Page CSS
*******************/
.social-links i.fa {
    float: right;
}
.about .container>.row>div {
    padding: 0 25px;
    margin-top: 45px;
}
.about h3 {
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.1;
    max-width: 130px;
}
.contact h3{
    margin-bottom: 25px;
    margin-top: 0;
}
.about form>div{
    padding: 0px;
}
.about-headline {
    font-size: 29px;
    letter-spacing: -1px;
    line-height: 1.4;
    max-width: 985px;
    margin: auto;
}
.team h5{
    font-family: 'AvantGarde-Bold', Helvetica,Arial;
    letter-spacing: 1px;
    margin: 0;
    font-size: 14px;
}
.team p{
    margin-bottom: 15px;
}
.contact h5{
    font-family: 'AvantGarde-Bold', Helvetica,Arial;
    letter-spacing: 1px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}
.issue {
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    text-align: center;
    margin: 0px;
    font-size: 15px;
    line-height: 1.3;
    text-transform: lowercase;
    font-weight: bold;
}
.issue-hr{
    border: 0;
    border-top: 2px solid #000;
    display: block;
    height: 1px;
    padding: 0;
    max-width: 275px;
    margin: 1.2em auto;
}
.connect.social-menu a{
    padding: 10px 20px;
    font-size: 26px;
}
/*******************Story Builder CSS *******************/
/*social sharing buttons*/
/*.supsystic-social-sharing .sharer-flat {*/
    /*background-color: black !important;*/
    /*border-color: black !important;*/
    /*margin: 3px;*/
/*}*/
/*.supsystic-social-sharing.supsystic-social-sharing-package-flat.supsystic-social-sharing-content.supsystic-social-sharing-content-align-left {*/
    /*text-align: center;*/
/*}*/
.sharing-title{
    text-align: center;
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    font-weight: 600;
    font-size: 16px;
}
.social-sharing {
    padding: 40px;
    padding-bottom: 20px;
}
#s-share-buttons a{
    background-size: 65px 65px !important;
    background-position: center !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
}
#s-share-buttons a:hover{
   opacity: .5 !important;
}
.s3-facebook{
    background-image: url('images/facebook_icon.svg') !important;
}
.s3-twitter{
    background-image: url('images/twitter_icon.svg') !important;
}
.s3-google-plus{
    background-image: url('images/google_icon.svg') !important;
}
.s3-linkedin{
    background-image: url('images/linkedin_icon.svg') !important;
}
.s3-email{
    background-image: url('images/email_icon.svg') !important;
}
#s-share-buttons {
    text-align: center;
    padding: 25px 0px;
}
#s-share-buttons.s-share-w-c a {
    margin-right: 4px;
    background: transparent;
    border-radius: 0;
    width: 75px;
    height: 50px;
}
.purchase-url{
    text-align: center;
    font-size: 17px;
}
.purchase-url a{
    color: #646464;
}
.purchase-url a:hover {
    color: #231F20;
}

.purchase-url a:hover strong {
    color: #7b7b7b;
}
/*******************
Text Content + Inline Images
*******************/
.smallcaps{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.left-image {
    float: left;
}
.siteorigin-widget-tinymce.textwidget {
    max-width: 750px;
    margin: auto;
}
.right-image {
    float: right;
}
.alignleft {
    margin: 20px !important;
    margin-left: -15% !important;

}
.alignright {
    margin: 20px !important;
    margin-right: -15% !important;
}
.panel-widget-style {
    height: 100%;
}
.so-widget-sow-editor.so-widget-sow-editor-base {
    padding: 40px 20px;
}

.textwidget h4 {
    font-family: "Hoefler Text", "Times New Roman", Times, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 36px;
}
.textwidget i{
    padding: 0 5px;
}
.widget_sow-editor .textwidget p,
.widget_sow-editor .textwidget ,
.lf-iwtm-content {
    font-size: 18px;
    /*padding: 0px 27% !important;*/
}
h3.widget-title {
    font-size: 90px;
    text-align: center;
    padding: 40px;
    /* line-height: 70px; */
    line-height: .9;
    letter-spacing: -2px;
}
.textwidget h2 {
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    text-align: center;
    margin: 0px;
    font-size: 20px;
    line-height: 1.3;
    text-transform: lowercase;
}

/*******************
Image Block
*******************/
.widget_image-block{
    z-index: -1;
}
.so-panel{
    position: relative;
    margin: 0px !important;
}
.so-panel .caption {
    text-align: left;
    color: white;
    position: absolute;
    font-style: italic;
    font-weight: 600;
    font-size: 18px !important;
    max-width: 245px;
    line-height: 1.1 !important;
}
.so-panel .caption.bottom-right{
    bottom: 20px;
    right: 20px;
}
.so-panel .caption.bottom-left{
    bottom: 20px;
    left: 20px;
}
.so-panel .caption.top-right{
    top: 20px;
    right: 20px;
}
.so-panel .caption.top-left{
    top: 20px;
    left: 20px;
}
.so-panel .caption.underneath{
    bottom: 20px;
    left: 20px;
}

/*******************
Video Block
*******************/

.sow-video-wrapper{
    margin: 15px;
    margin-top: 100px;
    position: relative;
    text-align: center;

}
.sow-video-wrapper iframe{
    width:100%;
    height:100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0px;
}
.sow-video-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
/*******************
inline  Slider block
*******************/
.sw-slideshow.panel-widget-style {
    overflow: hidden !important;
}

/*******************
gallery Slider
*******************/
.gallery{
    width: 350px;
    display: inline-block;
    margin-bottom: 70px !important;
}
.gallery.alignleft{
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.gallery.alignright{
    margin-right: 0px !important;
    margin-top: 0px !important;
}
.gallery img {
    border:none;
}
.gallery-icon {
    pointer-events: none !important;
}

/*******************
Image Grid Block & Gallery Slider
*******************/

.so-widget-sow-image-grid-default-d75171398898 .sow-image-grid-wrapper {
    padding-top: 20px;
    max-width: 1000px;
    margin: auto !important;
}
.sow-image-grid-wrapper .mobile-caption {
    display: none;
    padding: 10px 20px;
    margin-bottom: 60px;
}
.sow-image-grid-image {
    padding: 0px !important;
    float: none;
    display: inline-flex;
    margin: 7px;
    overflow: hidden;
    width: 185px !important;
    height: 185px !important;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1.2s;
    -ms-transition: 1.2s;
    -moz-transition: 1.2s;
    position: relative;
}
.sow-image-grid-image:hover {
    opacity: .7;
}
.sow-image-grid-image.in-view{
    opacity: 0;
}
.sow-image-grid-image a{
    display: block !important;
    height: 100%;
}
.sow-image-grid-wrapper .sow-image-grid-image img {
    height: 100% !important;
    width: auto;
    max-width: none;
    margin-left: -25%;
}
.fancybox-skin {
     padding: 0px !important;
 }
.sow-image-grid-wrapper {
      text-align: center;
}
.so-widget-sow-image-grid-default-8392b8051d0b .sow-image-grid-wrapper {
    padding-top: 10px;
    max-width: 1020px;
    margin: auto !important;
}
.fancybox-lock .fancybox-overlay {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: transparent;
    max-height: 100% !important;
}
.fancybox-title {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.84);
    font-size: 23px;
    line-height: 38px;
     opacity: 0;
    transition: .5s;
}
.fancybox-title.title-open {
    opacity: 1;
}
.fancybox-title .title-text{
    font-size: 22px;
    color: white;
    line-height: 38px;
    max-width: 60%;
    font-family: "Hoefler Text", "Times New Roman", Times, serif;
    text-align: center;
    position: relative;
    margin: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;

}
.show-title {
    position: absolute;
    background: transparent;
    width: 30px;
    height: 30px;
    right: 100px;
    z-index: 9999999999999999999999;
    margin: 0;
    cursor: pointer;
    bottom: 24px;
}
.slidenumber{
    color: #231F20;
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    position: fixed;
    background: transparent;
    padding: 0;
    font-weight: 600;
    margin: 0;
    font-size: 13px;
    right: 30px;
    bottom: 30px;
    z-index: 9999999999999999999999;
    pointer-events: none;
    font-weight: 100;
}
.mobile-slidenumber {
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    right: 20px;
    pointer-events: none;
    font-weight: 100;
    color: #231F20;
    margin-top: 20px;
    display: none;
}
.slider-slidenumber {
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    position: absolute;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    right: 30px;
    bottom: 20px;
    z-index: 9999999999999999999999;
    pointer-events: none;
    font-weight: 100;
    color: white;
}
.show-title .opened-icon{
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.show-title .opened-icon path{
    fill: #000000;
}
.show-title.opened .opened-icon{
    opacity: 0;
}
.show-title .closed-icon{
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.show-title .closed-icon path{
    fill: #ffffff;
}

.show-title.opened .closed-icon{
    opacity: 1;
}
.fancybox-close {
    /*position: fixed !important;*/
    /*bottom: 30px !important;*/
    /*top: auto !important;*/
    /*left: 30px !important;*/
    /*width: 25px !important;*/
    /*height: 25px !important;*/
    /*z-index: 9999999999999999999999 !important;*/
    display: none;
}
.fancybox-done {
    font-family: 'ATSackersGothic-web', Helvetica,Arial;
    right: 28px;
    color: white;
    text-align: center;
    font-size: 12px;
}
.fancybox-close svg path,
.fancybox-close svg polygon,
.fancybox-nav svg path,
.fancybox-nav svg polygon{
    fill: black;
}

.headline-title{
    font-family: 'AvantGarde-Bold', Helvetica,Arial;
    color: white;
    text-align: center;
    font-size: 110px;
    width: 100%;
    max-width: 86%;
    margin-right: 7%;
    margin-left: 7%;
    line-height: 1;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: -7px;
}
.headline-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.fancybox-wrap {
    position: fixed !important;
    z-index: 8020;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
}
.fancybox-skin {
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    background: transparent;
}
.fancybox-outer, .fancybox-inner {
    position: relative;
    height: 100% !important;
    width: 100% !important;
}
.fancybox-inner a img {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;

}
.fancybox-inner a.fancybox{
    pointer-events: none !important;
}

.fancybox-nav {
    top: 50% !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px !important;
}
.fancybox-prev {
    left: 25px;
}
.fancybox-next {
    right: 25px;
}
.fancybox-margin #trigger-overlay{
    opacity: 0;
    pointer-events: none;
}
#close-fancybox{
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
}
.hidden {
    opacity: 0 !important;
    pointer-events: none;
}
.fancybox-margin #close-fancybox{
    opacity: 1;
    pointer-events: all;
    -webkit-transition-delay: .2s; /* Safari */
    transition-delay: .2s;
}
/*******************
Parallax Image Block
*******************/
.parallax {
    background-position-x: center !important;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    transition-property: background-position;

}
.image-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*******************
Terms pages
*******************/

#text-page-bg-logo {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 295px;
    height: 469px;
    margin: -235px 0px 0px -148px;
}
.light-ui .ui,
.light-ui .ui path,
.light-ui .ui polygon,
.light-ui .ui polyline{
    fill: white;
    color: white;
}
.light-ui #hamburger-icon.ui span{
    background: white;
}

.title-ui .ui,
.title-ui .ui path,
.title-ui .ui polygon,
.title-ui .ui polyline{
    fill: white;
    color: white;
}
.title-ui #hamburger-icon.ui span{
    background: white;
}


.story h2 span {
    display: block;
}
.story h2:first-of-type {
    margin-top: 1.5em;
}
.story h2:last-of-type {
    margin-bottom: 2em;
}

.story-tile:hover{
    opacity: .6 !important;
}


/*stockist page*/
.stockist-state{
    margin-bottom: 20px;
}
.region-title{
    margin-bottom: 50px;
}
.stockist-item{
    margin-bottom: 20px;
}
.stockist-item a{
    cursor: pointer;
}

.stockist-item p{
    margin: 0;
    font-size: 15px;
}
.stockist-location{
    text-transform: uppercase;
    color: #231F20;
    letter-spacing: 1px;
    font-size: 15px;
}


/* random fixes for superscript and italics spacing hot garbage */

sup {
    vertical-align: middle;
}

.textwidget i {
 padding: 0 0px;
}