/*
Theme Name: Loop
Theme URI: http://www.purplenetwork.co.uk/
Author: Purple Network
Author URI: http://www.purplenetwork.co.uk/
Description: A bespoke wordpress theme for Table Tennis England
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: loop
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

loop is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Layout
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Oswald);
html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #333;
    color: #000;
    font-size: 0.7em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: lighter;		
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    white-space: normal;
}
h1 {
    font-size: 48px;
    margin: 0.5em 0;
    line-height: 1.3em;
}
h2 {
    font-size: 32px;
    line-height: 1.6em;
    margin: 0 0 0.5em 0;
}
h3 {
    font-size: 22px;
    margin: 0.5em;
    line-height: 1.3em;
}
h3 {
    font-size: 20px;
    margin: 0.5em 0;
    line-height: 1.3em;
}
h4 {
    font-size: 18px;
    margin: 0.5em 0;
    line-height: 1.3em;
}
p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 1.3en;
    margin: 0 auto 1em auto;
    max-width: 736px;
}
li {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 1.3en;
    margin: 0 auto 0.5em auto;
    max-width: 736px;
}
blockquote {
                background: #f9f9f9;
                border-left: 10px solid #0095da;
                margin: 0 auto;
                padding: 0.5em 10px;
                quotes:"\201C""\201D";
	max-width:736px;
	width:auto;
	display:table;
	
}
blockquote:before {
                color: #808080;
                content: open-quote;
                font-size: 4em;
                line-height: 0.1em;
                margin-right: 0.25em;
                vertical-align: -0.4em;
}
blockquote:after {color:#808080;content:close-quote;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em;}
blockquote p {
                margin:15px 0;
}
blockquote :first-child{display:inline;}
blockquote :last-child{display:inline;}
}
pre {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
    border-radius: 100%;
    padding: 0.15em 0.2em;
    vertical-align: bottom;
    background-color: #007eab;
    color: #fff;
}
big {
    font-size: 125%;
}

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

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0;
    padding: 0 0 0 1.3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #df545e;
    border: 0;
    padding: 6px 10px;
    color: #fff;
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #e6e6e6;
    border: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 6px;
}
input[type="hidden"] {margin: 0; padding: 0; height: 0; display: none;}		
		
textarea {
    padding-left: 3px;
    width: 100%;
}
#s {
    font-weight: lighter;
    line-height: 1em;
    margin-bottom: 5px;
    padding: 5px;
}
#searchsubmit {
    vertical-align: bottom;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transform: scale(0.8);
}
#searchsubmit:hover {
    transform: scale(1);
}

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


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

a {
    color: #008BD2;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
    text-decoration: none;
}
a:visited {
    color: #008BD2;
}
a:hover,
a:focus,
a:active {
    color: #DF545E;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    overflow: hidden;
}
.main-navigation li {
    float: none;
    position: relative;
    padding: 1px 12px;
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: 0 1px;
}
.main-navigation li:before {
    background-color: #fff;
    content: " ";
    width: 100%;
    height: 100%;
    top 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    transform: scale(0.8);
}
.main-navigation li.current-menu-item {
    background-color: #007eab
}
.main-navigation li:hover:before {
    opacity: 1;
    transform: scale(1);
}
.main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: color ease-in-out .3s;
    -webkit-transition: color ease-in-out .3s;
    position: relative;
}
.main-navigation li:hover a {
    color: #df545e;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {}
.main-navigation li:hover > a,
.main-navigation li.focus > a {}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: inline-block;
}


@media screen and (min-width: 860px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation {
        margin-top: 15px;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.menu-toggle {
    background-color: #0095da !important;
    color: #fff;
    padding: 6px 12px;
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1em;
    text-transform: uppercase;
}
.toggled .menu-toggle {
    color: #007eab
}
.menu-toggle i {
    margin: 0 0 0 12px;
}
.toggled .menu-toggle .fa-bars,
.menu-toggle .fa-times {
    DISPLAY: NONE !important;
}
.toggled .menu-toggle .fa-times,
.menu-toggle .fa-bars {
    DISPLAY: INLINE-BLOCK !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

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

.widget {
    margin: 0 0 1.5em;
}
.widget ul {
    list-style: none;
    margin: -0.5em 0 0 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2.5em;
    border-bottom: 1px solid #ccc;
}
.widget ul li a {
    font-weight: bold;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

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


/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

#primary {
    max-width: 1920px;
    margin: 0 auto;
}
.wrapper {
    max-width: 1920px;
    width: 90%;
    margin: 1em auto;
    overflow: hidden;
}
.row {
    clear: both;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.col-6-1 {
    width: 13.5%;
    margin: 0 .5% 25px 1%;
    float: left;
    display: inline-block;
    overflow: visible;
}
.col-5-1 {
    width: 18.4%;
    margin: 0 1% 25px;
    float: left;
    display: inline-block;
    overflow: visible;
}
.col-3-1 {
    width: 31.3%;
    margin: 0 1% 25px;
    float: left;
    display: inline-block;
    overflow: visible;
}
.col-3-2 {
    width: 64.6%;
    margin: 0 1% 25px;
    float: left;
    display: inline-block;
    overflow: visible;
}
.col-3-2 {
    width: 64.6%;
    margin: 0 1% 25px;
    float: left;
    display: inline-block;
    overflow: visible;
}
.col-3-2-fix {
    width: 64.6%;
    margin: 0 1% 25px;
    float: left;
    display: inline-block;
    overflow: visible;
}
.col-3-2-2 {
    width: 66%;
    margin: 0;
    float: left;
    display: inline-block;
    overflow: visible;
}
.col-2-1 {
    width: 46%;
    margin: 0 2% 25px 2%;
    float: left;
    display: inline-block;
    overflow: visible;
}
.col-1-1 {
    width: 97.8%;
    margin: 0 1.1% 25px;
    float: left;
    display: inline-block;
    overflow: visible;
    clear: both;
}
.full-page {
    width: 97.8%;
    margin: 0 1.1% 25px;
    clear: both;
}
.boxes2up {
    max-width: 1920px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
}
.boxes2up .item {
    width: 40%;
    margin: 2em 4%;
    vertical-align: top;
    display: inline-block;
}
.boxes3up {
    max-width: 1920px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
}
.boxes3up .item {
    width: 28.33%;
    margin: 1em 2%;
    vertical-align: top;
    display: inline-block;
}
.boxes4up {
    max-width: 1600px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
}
.boxes4up .item {
    width: 22%;
    margin: 1em 1%;
    vertical-align: top;
    display: inline-block;
}



.row2up {
    max-width: 1600px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 0 0;
    text-align: center;
}
.row2up .col {
    width: 45%;
    margin: 0 2%;
    vertical-align: top;
    display: inline-block;
}
.row3up {
    max-width: 1600px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
    text-align: center;
}
.row3up .col {
    width: 28.33%;
    margin: 1em 2%;
    vertical-align: top;
    display: inline-block;
}
.row4up {
    max-width: 1600px;
    margin: 0 auto;
    vertical-align: top;
    padding: 0 0 2em 0;
    text-align: center;
}
.row4up .col {
    width: 20%;
    margin: 1em 2%;
    vertical-align: top;
    display: inline-block;
}

/*--------------------------------------------------------------
### Header
--------------------------------------------------------------*/

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    background-color: #0095da;
    color: #fff;
}
.admin-bar #masthead {
    top: 32px;
    z-index: 999;
}
.site-branding {
    width: 100px;
    float: left;
    padding: 0;
    display: inline-block;
    max-width:
}
.site-tagline {float: left;}
.site-tagline h2 {font-size: 24px; margin: 35px 5px 10px 20px;}

.header-right {
    display: block;
    text-align: right;
}
a.header-login {
    padding: 6px 44px 6px 12px;
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 12px center;
    font-size: 22px;
    line-height: 1em;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: background-position 0.5s, color 0.5s;
    transition: background-position 0.5s, color 0.5s;
    background-image: url(images/login.png);
}
a.header-loggedin {
    color: #007eab;
    background-image: url(images/logout.png);
}
a.header-loggedout {
    color: #fff;
    background-image: url(images/login.png);
}
a.header-login:hover {
    background-position: right 5px center;
}
#content {
    margin-top: 135px;
    overflow: hidden;
}
#primary {}
.header-right .widget {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
a.menu-cart {
    color: #fff;
    border: 4px solid #fff;
    vertical-align: top;
    padding: 1px 4px;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
    font-size: 28px;
    line-height: 1em;
}
a.menu-cart:hover {
    background-color: #333;
}
.cart-desktop {
    display: inline-block;
    float: right;
    margin-top: 14px;
    margin-right: 12px;
}
.cart-mobile {
    display: none;
}
.header-right #s {
    border: none;
}

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

#footer-sidebar,
#colophon {
    background: #333;
    color: #fff;
    margin: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 2em 0 0 0;
}
.footer-icons {
    padding-bottom: 1.2em;
}
p.smallprint {
    font-size: 0.7em;
    line-height: 1.2em;
    font-weight: lighter;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.whitebg h1,
.whitebg h2,
.whitebg h3,
.whitebg h4 {
    text-align: center;
    color: #0095da;
    letter-spacing: 0.025em;
    margin: 0.5em auto;
}
.entry-meta,
.comments-title,
.comment-reply-title,
entry-footer {
    max-width: 90%;
    margin: 1em auto;
    text-align: center;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}
.page-content h2:before,
.entry-content h2:before {
    display: block;
    content: " ";
    margin-top: -170px;
    height: 170px;
    visibility: hidden;
}
#buddypress div#item-header h2.user-nicename:before {
    display: none;
}
.with-sidebar .page .entry-content {
    text-align: left;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.page .entry-image {
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
    position: relative;
}
.page .entry-image img {
    top: 130px;
    z-index: -1;
}
.whitebg {
    background-color: #fff;
    overflow: hidden;
	margin-top:2em;
}
.bluebg {
    background-color: #0095da;
    color: #fff;
    overflow: hidden;
}

/* Home Page Template */

.home-slider {
    height: 80vh;
    max-height: 960px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}
.page .entry-content {
    text-align: center;
}

/* Pop */

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.home-slider a.home-button {
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 15%;
    z-index: 998;
    color: #fff;
    text-align: center;
    width: 35%;
    vertical-align: bottom;
    -webkit-animation: bounce 3s ease-out;
    -moz-animation: bounce 2400ms ease-out;
    -o-animation: bounce 2400ms ease-out;
    animation: bounce 3s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.home-slider a.home-button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*.home-slider a.home-button:after {
    background-color: #007eab;
    content: "";
    height: 6%;
    width: 94%;
    margin: 0px 3%;
    position: absolute;
    bottom: -6%;
    right: 0;
    OPACITY: 0.8;
}*/

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        -webkit-transform: translateY(-100%);
    }
    15% {
        -webkit-transform: translateY(0);
        padding: 4px auto;
    }
    20% {
        -webkit-transform: translateY(-80%);
    }
    25% {
        -webkit-transform: translateY(0%);
        padding: 4px auto;
    }
    30% {
        -webkit-transform: translateY(-70%);
    }
    35% {
        -webkit-transform: translateY(0%);
        padding: 5px auto;
    }
    40% {
        -webkit-transform: translateY(-60%);
        opacity: 1;
    }
    45% {
        -webkit-transform: translateY(0%);
        padding: 5px auto;
    }
    50% {
        -webkit-transform: translateY(-50%);
    }
    55% {
        -webkit-transform: translateY(0%);
        padding: 6px auto;
    }
    60% {
        -webkit-transform: translateY(-30%);
    }
    65% {
        -webkit-transform: translateY(0%);
        padding: 6px auto;
    }
    70% {
        -webkit-transform: translateY(-15%);
    }
    75% {
        -webkit-transform: translateY(0);
        padding: 8px auto;
    }
    80% {
        -webkit-transform: translateY(-10%);
    }
    85% {
        -webkit-transform: translateY(0);
        padding: 8px auto;
    }
    90% {
        -webkit-transform: translateY(-5%);
    }
    95% {
        -webkit-transform: translateY(0);
        padding: 10px;
    }
    100% {
        -webkit-transform: translateY(0);
        padding: 10px;
    }
}

/* Mozilla Firefox 15 below */

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        -moz-transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        -moz-transform: translateY(0);
        padding-bottom: 5px;
        opacity: 1;
    }
    30% {
        -moz-transform: translateY(-50%);
    }
    40% {
        -moz-transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        -moz-transform: translateY(-30%);
    }
    70% {
        -moz-transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        -moz-transform: translateY(-15%);
    }
    90% {
        -moz-transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        -moz-transform: translateY(-10%);
    }
    97% {
        -moz-transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        -moz-transform: translateY(-5%);
    }
    100% {
        -moz-transform: translateY(0);
        padding-bottom: 9px;
    }
}

/* Opera 12.0 */

@-o-keyframes bounce {
    0% {
        -o-transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        -o-transform: translateY(-100%);
    }
    15% {
        -o-transform: translateY(0);
        padding-bottom: 5px;
        opacity: 1;
    }
    30% {
        -o-transform: translateY(-50%);
    }
    40% {
        -o-transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        -o-transform: translateY(-30%);
    }
    70% {
        -o-transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        -o-transform: translateY(-15%);
    }
    90% {
        -o-transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        -o-transform: translateY(-10%);
    }
    97% {
        -o-transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        -o-transform: translateY(-5%);
    }
    100% {
        -o-transform: translateY(0);
        padding-bottom: 9px;
    }
}

/* W3, Opera 12+, Firefox 16+ */

@keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
        opacity: 1;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
    }
}
.home-slider .home-button h2 {
    margin: 0;
    letter-spacing: 0.02EM;
}
.home-slider .home-button p {
    margin: 0;
}
.home-slider a.loop-button-1 {
    background-color: #0095da;
    left: 10%;
}
.home-slider a.loop-button-2 {
    background-color: #df545e;
    right: 10%;
}
.home-slider a.loop-button-1:hover {}
.home-slider a.loop-button-2:hover {}
h2.widget-title,
h2.section-title {
    background-color: #0095da;
    color: #fff;
    padding: 0 0.3em;
    line-height: 1.6em;
    margin: 0 0 0.5em 0;
    text-align: left;
    font-size: 22px;
}
.home-page-left .simple-social-icons ul li a,
#members-sidebar .simple-social-icons ul li a {
    background-color: #df545e !important;
    border-radius: 36px;
    color: #fff !important;
    border: 0px !important;
    transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
}
.home-page-left .simple-social-icons ul li a:hover,
#members-sidebar .simple-social-icons ul li a:hover {
    background-color: #0095da !important;
    border-radius: 36px;
    color: #fff !important;
    border: 0px !important;
}
.bluebg {
    background-color: #0095da;
    color: #fff;
}
.bluebg a {
    color: #fff;
    font-weight: bold;
}
.bluebg a:hover {
    color: #df545e;
}
.home-page-right {
    padding: 0 1em 2em 1em;
}
.dotmailer table {
    margin: 0 auto;
}
.dotmailer label {
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: right;
}
.dotmailer input.text {
    margin-bottom: 1em;
}
.girl-findout {
    background-image: url(images/girl-findout.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 30%;
}
h2.page-title {
    color: #0095da;
    text-align: center;
}
#partners {
    margin: 2em auto;
    max-width: 1600px;
    text-align: center;
}
.partner {
    display: inline-block;
    position: relative;
    height: 200px;
    width: 90%;
    margin: 0 auto;
}
.partner img,
.partner h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1600px) {
    .home-slider {
        min-height: 800px;
        max-height: 800px;
    }
}
@media screen and (min-width: 1920px) {
    .page .entry-image {
        height: 800px;
    }
}

												
.tte-sign-up table td {padding : 5px 0; text-align: left;}

.tte-sign-up table { width: 90%; max-width: 720px; margin: 0 auto;}												

.tte-sign-up .text {width: 100%;}

.tte-sign-up input[type="submit"]  { margin : 20px;}									
									
/* Already in the loop */

a.pioneer-button {
    padding: 10px 30px 10px 10px;
    display: block;
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: 1em auto;
    background-color: #df545e;
    width: 90%;
    max-width: 320px;
    line-height: 1em;
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 15px center;
    font-size: 22px;
    line-height: 1em;
    -webkit-transition: background-position 0.5s, color 0.5s;
    transition: background-position 0.5s, color 0.5s;
    background-image: url(images/login.png);
    position: relative;
}
a.pioneer-button:after {
    background-color: #007eab;
    content: "";
    height: 6%;
    width: 94%;
    margin: 0px 3%;
    position: absolute;
    bottom: -6%;
    right: 0;
    OPACITY: 0.8;
}
a.pioneer-button:hover {
    background-position: right 5px center;
}
a.login-small-button {
    padding: 10px 50px 10px 10px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin: 1em auto;
    background-color: #df545e;
    max-width: 320px;
    line-height: 1em;
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 15px center;
    font-size: 22px;
    line-height: 1em;
    -webkit-transition: background-position 0.5s, color 0.5s;
    transition: background-position 0.5s, color 0.5s;
    background-image: url(images/login.png);
    position: relative;
}
a.login-small-button:after {
    background-color: #007eab;
    content: "";
    height: 6%;
    width: 94%;
    margin: 0px 3%;
    position: absolute;
    bottom: -6%;
    right: 0;
    OPACITY: 0.8;
}
a.login-small-button:hover {
    background-position: right 5px center;
    color: #fff;
}
.bluebg h2.widget-title,
.bluebg h2.section-title {
    padding: 0;
}
.excerpt {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}
.excerpt h1 {
    font-size: 22px;
    background-color: #0095da;
    color: #fff;
    margin: 0;
    padding: 0.5em;
    text-align: left;
}
.excerpt h1 i {
    float: right;
}
.excerpt a {
    color: #fff;
}
.excerpt-noimage {
    height: 0;
    margin-top: 50px;
    padding-bottom: 75%;
    background-color: rgba(0, 149, 218, 0.75);
}
.excerpt-image {
    margin-top: 50px;
}
.excerpt-content {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.excerpt a .excerpt-content .excerpt-copy {
    padding: 1em;
    background-color: rgba(0, 149, 218, 0.75);
    color: #fff;
    overflow: hidden;
    -webkit-transition: max-height 2s, opacity 2s;
    -moz-transition: max-height 2s, opacity 2s;
    -ms-transition: max-height 2s, opacity 2s;
    -o-transition: max-height 2s, opacity 2s;
    transition: max-height 2s, opacity 2s;
    max-height: 0;
    opacity: 0;
}
.excerpt a:hover .excerpt-content .excerpt-copy {
    max-height: 300px;
    opacity: 1;
}
.excerpt-content .loopbox-copy a {
    color: #fff;
    border-bottom: solid 2px;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.5s;
    -webkit-transition: border-bottom-color 0.5s;
}
.excerpt-content .loopbox-copy a:hover {
    color: #fff;
    border-bottom-color: #fff;
}
.excerpt-readmore {
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.entry-image-right {
    float: right;
    width: 33%;
}
.entry-content-left {
    overflow: hidden;
    text-align: left;
}
.entry-content-left .entry-content {
    overflow: hidden;
    text-align: left;
}
.entry-content-left .entry-title {
    font-size: 22px;
    background-color: #0095da;
    color: #fff;
    margin: 0 auto 1em auto;
    padding: 0.5em;
    text-align: left;
    max-width: 736px
}
#findatable {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}
#findatable iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mailing-list-script table {
    margin: 0 auto;
}
.mailing-list-script label {
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: right;
}
.mailing-list-script input.text {
    margin-bottom: 1em;
}
.enquiry-form .txtinput {
    max-width: 300px;
    width: 90%;
}
.enquiry-form .message {
    max-width: 300px;
    width: 90%;
    height: 100px;
}
.enquiry-form p {
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
}

/*--------------------------------------------------------------
## Loopboxes
--------------------------------------------------------------*/

.loopbox {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}
.loopbox h1 {
    font-size: 22px;
    background-color: #0095da;
    color: #fff;
    margin: 0;
    padding: 0.5em;
    text-align: left;
    z-index: 1;
}
.loopbox h1 i {
    float: right;
}
.loopbox-image-toggle {
    margin-top: 50px;
}
.loopbox-image-toggle img,
.loopbox-image img {
    display: block;
}
.loopbox-image {
    margin: 0;
}
.loopbox-toggle-content {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.loopbox-toggle-content .loopbox-copy {
    padding: 1em;
    background-color: rgba(0, 149, 218, 0.75);
    color: #fff;
}
.loopbox-toggle-content .loopbox-copy a {
    color: #fff;
    border-bottom: solid 2px;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.5s;
    -webkit-transition: border-bottom-color 0.5s;
}
.loopbox-toggle-content .loopbox-copy a:hover {
    color: #fff;
    border-bottom-color: #fff;
}



.loopbox-hover-content {
    bottom: -100%;
    left: 0;
    right: 0;
    position: absolute;
    padding: 1em;
    background-color: rgba(0, 149, 218, 0.75);
    color: #fff;
}
.loopbox:hover .loopbox-hover-content  {
    bottom:50px;
    transition:bottom 1s ease;
}




a.loopbox-readmore {
    font-family: "HelveticaNeue-CondensedBold", 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.loopbox .fa-minus-circle {
    display: none;
    font-size: 32px;
}
.loopbox .open .fa-minus-circle {
    display: block;
}
.loopbox .fa-plus-circle {
    display: block;
    font-size: 32px;
}
.loopbox .open .fa-plus-circle {
    display: none;
}
.loopbox-toggle-title {
    cursor: pointer;
}
.loobox-title {
    position: relative;
    overflow: hidden;
}
a .loobox-title:after {
    font-family: FontAwesome;
    content: "\f0a9";
    position: absolute;
    right: 3px;
    top: 3px;
    right: -32px;
    top: 12px;
    font-size: 32px;
    opacity: 0;
    transition: right 0.5s, opacity 0.5s;
}
a:hover .loobox-title:after {
    right: 11px;
    top: 12px;
    font-size: 32px;
    opacity: 1;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

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

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Slide shows
--------------------------------------------------------------*/

.partner-carousel {
    height: 200px;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}
.list-parners {
    position: relative;
}
.product-carousel {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 2em auto;
}
.list-products-carousel {
    position: relative;
}
#carousel-next {
    position: absolute;
    right: 0;
    width: 10%;
    background: url(images/right-blue.png) no-repeat;
    background-position: right 20px center;
    height: 100%;
    top: 0;
    transition: background-position 0.2s;
}
#carousel-next:hover {
    background-position: right 5px center;
}
#carousel-prev {
    position: absolute;
    left: 0;
    width: 10%;
    background: url(images/left-blue.png) no-repeat;
    background-position: left 20px center;
    height: 100%;
    top: 0;
    transition: background-position 0.2s;
    height: 100%;
    top: 0;
    opacity: 0.8;
}
#carousel-prev:hover {
    background-position: left 5px center
}
.cycloneslider-template-loop .cycloneslider-slide div:first-child {
    position: static;
    z-index: 100;
}
.home-slider {
    overflow: hidden;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
    margin: 0 auto 2em;
    MAX-WIDTH: 1920PX;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*--------------------------------------------------------------
## SHOP
--------------------------------------------------------------*/

h1.page-title {
    text-align: center;
    color: #0095da;
}
span.cart-count {
    font-size: 12px;
    width: 24px;
    padding: 3px;
    line-height: 1em;
    text-align: center;
    color: #333;
    margin-bottom: 3px;
    border-radius: 100%;
    padding: 7px 12px;
    position: absolute;
    z-index: 1;
    text-shadow: 0px 2px #fff;
}
.right-sidebar-content {
    width: 65.5%;
    padding-right: 2%;
    float: left;
}
.right-sidebar-widgets {
    width: 32.5%;
    float: left
}

/* toggle */

.toggle_title {
    background: none;
    height: 36px;
    color: #0095da;
    cursor: pointer;
    padding: 7px 0 0 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    width: 100%;
    border-top: 1px solid #0095da;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 736px;
    margin: 0 auto 0 auto;
    vertical-align: middle;
    position: relative;
}
.toggle_title:before {
    font-family: FontAwesome;
    content: "\f13a";
    padding-right: 10px;
    font-size: 26px;
    position: absolute;
    top: 6px;
    left: 0;
}
.toggle_active:before {
    content: "\f139";
}
.toggle_active {
    background: none;
    height: 36px;
    width: 100%;
}
.toggle_content {
    background: #FFF;
    color: #333;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    overflow: auto;
    margin: -3px auto 15px;
    padding: 5px 0 1em 0;
    width: 100%;
    max-width: 736px;
    text-align: left;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/


@media (max-width: 1280px) {

.site-tagline h2 {
    font-size: 20px;
    margin: 42px 5px 10px 20px;
}
}


@media (max-width: 1025px) {
    
.site-tagline h2 {
    font-size: 16px;
}

#content {
        margin-top: 0;
    }
    #masthead {
        position: static;
    }
    .home-slider {
        height: 100%;
        min-height: auto;
        max-height: 100%;
    }
    .boxes4up .item {
        width: 45%;
        margin: 1em 2%;
        vertical-align: top;
        display: inline-block;
    }
    #findatable {
        position: relative;
        padding-bottom: 150%;
        height: 0;
        overflow: hidden;
        margin: 0 auto;
    }
}
@media (max-width: 860px) {
    a.cart-desktop {
        display: none;
    }
    a.cart-mobile {
        display: inline-block;
    }
    .home-slider a.home-button {
        width: 42.5%;
        bottom: 18%;
    }
    .home-slider a.home-button h2 {
        font-size: 22px;
    }
    .home-slider a.loop-button-2 {
        right: 5%;
    }
    .home-slider a.loop-button-1 {
        left: 5%;
    }
}
@media (max-width: 768px) {
    .admin-bar #masthead {
        top: 46px;
    }
    .site-tagline  {max-width: 110px;}  
    .site-tagline  h2 {font-size: 21px; margin: 0 0 0 10px;}  
    .row4up .col {
        width: 46%;
        margin: 1em 2%;
        vertical-align: top;
        display: inline-block;
    }
    
}
@media (max-width: 736px) {
    .right-sidebar-content,
    .right-sidebar-widgets {
        width: 100%;
        padding-right: 0;
        float: none;
    }
    .boxes3up .item,
    .boxes4up .item,
    .boxes2up .item {
        width: 90%;
        margin: 1em 5%;
    }
    .home-slider a.home-button {
        position: static;
        float: left;
        margin: 1em 2%;
        width: 45%;
    }
    .cart-desktop {
        display: inline-block;
    }
    .cart-mobile {
        display: none;
    }
    .header-right .widget {
        margin: 0;
    }
    .header-right {
        float: none;
        width: auto;
    }
    .header-right #s {
        background-color: transparent;
        background-image: url(images/search.png);
        background-position: 0 center;
        background-repeat: no-repeat;
        border: 1px solid #0095da;
        cursor: pointer;
        height: 36px;
        margin: 0;
        padding: 0 0 0 36px !important;
        position: relative;
        -webkit-transition: width 400ms ease, background 400ms ease;
        transition: width 400ms ease, background 400ms ease;
        width: 0;
    }
    .header-right #s:focus {
        cursor: text;
        outline: 0;
        width: 150px;
        text-indent: 5px;
        background-color: #f2f3f3;
    }
    .header-right #searchsubmit {
        display: none;
    }
    .row {
        width: 100%;
        margin: 0;
    }
    .col-6-1 {
        width: 98%;
        margin: 0 1% 28px;
        float: none;
        display: block;
    }
    .col-3-1 {
        width: 98%;
        margin: 0 1% 28px;
        float: none;
        display: block;
    }
    .col-3-2 {
        max-width: 98%;
        margin: 0 1% 28px;
        float: none;
        display: block;
    }
    .col-3-2-fix {
        width: 98%;
        margin: 0 1% 28px;
        float: none;
        display: block;
    }
    .col-3-2-2 {
        width: 100%;
        float: none;
        display: block;
    }
    .col-2-1 {
        width: 100%;
        float: none;
        display: block;
    }
    .col-1-1 {
        width: 100%;
        float: none;
        display: block;
    }
    .full-page {
        width: 100%;
        float: none;
        display: block;
    }
.row2up .col {
        width: 96%;
        display: block;
    }
    .row3up .col,
    .footer-sidebar .widget-area .widget {
        width: 96%;
        display: block;
    }
    .row4up .col {
        width: 96%;
        display: block;
    }
}
@media (max-width: 420px) {
.site-tagline {
    max-width: 100%;
    clear: left;
}
    .home-slider a.home-button {
        min-height: 175px;
    }
.main-navigation.toggled {
    clear: left;
}
.entry-image-right {
    display:none;
}
}
