/*
Theme Name: Fun Fit Nottingham
Theme URI: http://underscores.me/
Author: Tony Lynn
Author URI: https://revealwebsolutions.com
Description: Bespoke theme based on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: funfit
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.

Fun Fit Nottingham is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
    ## Header
    ## Footer
    ## Accordions
    ## Tabs
    ## Tables
    ## Separators
    ## Post Slider
    ## Pricing Tables
    ## Call to action
    ## Sidebars
    ## Testimonials
# Forms
# Navigation
	## Links
	## Menus
        ## Buttons
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Woocommerce
        ## Cart
        ## Checkout
# Infinite scroll
# Media
        ## Images
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 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;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        font-family: 'Oswald', sans-serif;
        text-transform:uppercase;
        color:#0097d0;
	clear: both;
}
h1.entry-title {
    display:none;
}
.woocommerce h1.entry-title, .single-testimonials h1.entry-title{
    display:block;
}
#footer h2.widgettitle {
    color: #fff;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote{
    position:relative;
    padding:20px 20px 20px 70px;
    border-left:0;
    border-top:2px solid #e76322;
    background-color: rgba(231,99,34,0.3);
}
blockquote:before{
    font-family:FontAwesome;
    font-size:50px;
    color: #e76322;
    content:'\f10d';
    margin-right:10px;
    position:absolute;
    top:0;
    left:10px;
}

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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
@media (min-width: 48em) {
h2.post-title {
        margin-left: 0px;
}    
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.home-container, .template-container {
    padding: 0!important;
}
.main-content > .container > .col-xs-12 {
    padding: 0;
}
.main-content {
    position: relative;
    width:100%;
    float:left;
    padding-bottom:120px;
}

.site-container .main-content{
	margin:0;
}
@media screen and (min-width: 48em) {
.main-content{
    padding-top:60px;
}
.main-content > .container > .col-xs-12 {
    padding: 0 15px;
}    
}
@media screen and (min-width: 62em) {
.main-content{
    padding-top:100px;
}
    
}
@media screen and (min-width: 80em) {
.main-content{
    padding-top:120px;
}
    
}
@media screen and (min-width: 100em) {
.main-content{
    padding-top:150px;
}
    
}
/*--------------------------------------------------------------
# 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-image: url(https://funfitnottingham.com/wp-content/themes/funfit/img/background-img.jpg);
        background-size: cover;
        background-repeat: no-repeat;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.screen-reader-text{
    position:absolute;
    left:-5000em;
}
header#header{
    height: auto;
    z-index: 150;
    display: block;
    position: relative;
	color:#fff;
    background-color:#e76322;
	padding:15px 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
}
.header-container img.header-curve , .footer-container .footer-curve img{
    display:none;
}


header li.widget {
    list-style-type: none;
}
.logo{
    display: block;
    position: absolute;
    width: 90px;
    top: 25px;
    left: 15px;
}
.logo img {
    width: 100%;
    height:auto;
    margin: 0 auto;
    display:block;
}
.contact-bar {
    width: 100%;
    float: right;
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;

}
.telephone, .contact-title, .header-widget {
    clear:both;
    float:right;
    margin-bottom:5px;
}
.social-icons{
    margin-top:0
}

.social-icons img {
    margin-left: 7px;
    width:25px;
    height:25px;
}
.telephone{
	width:auto;
    width: 100%;
    text-align: right;
}
.telephone a{
    color:#fff;
}

@media screen and (min-width: 48em) {

.logo {
    top:inherit;
    left:inherit;
    bottom: -75px;
    width: 100%;
}
.logo img {
    width: 150px;
    height:150px;
}
.header-container {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    z-index: 200;
    margin-top: 0px;
}
.header-upper {
    width: 100%;
    float: left;
    background: #e76322;
    padding:20px 0;
}
.header-container img.header-curve, .footer-container .footer-curve img {
    width: 100%;
    display:block;
    height: auto;
    position: relative;
}

header#header {
    height: auto;
    box-shadow: none;
    float: left;
    width: 100%;
    margin:0;
    padding:0;
    background-color:transparent;
}

#header .navbar-collapse {
	background-color:rgba(0,0,0,0);
    top: 0;
    position: relative;
    width: 100%;
}
.contact-bar{
        display: flex;
    justify-content: center;
    padding-right:15px;
}
.contact-title, .telephone{
    font-size:150%;
}
.contact-title, .telephone, .header-widget {
    float: left;
    clear: none;
    width: auto;
    margin-left:30px;
}
.social-icons{
	margin-top:3px;
}
.social-icons a {
    margin-left: 10px;
}
}
@media screen and (min-width: 62em) {
    
.header-upper {
    background: #d63a02; /* Old browsers */
    background: -moz-linear-gradient(top, #d63a02 0%, #e76322 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d63a02 0%,#e76322 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d63a02 0%,#e76322 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63a02', endColorstr='#e76322',GradientType=0 ); /* IE6-9 */
    padding:0;
}   
.logo {
    bottom: -100px;
}
.logo img {
    width: 200px;
    height:200px;
}
.contact-bar{
    margin-top:20px;
}

}
@media screen and (min-width: 80em) {
    .logo {
    bottom:-125px;
}
.logo img {
    width: 250px;
    height:250px;
}
.contact-title, .telephone{
    font-size:200%;
}

.social-icons img {
    width: 35px;
    height: 35px;
}
}
@media screen and (min-width: 100em) {
.logo {
    bottom:-150px;

}
.logo img {
    width: 300px;
    height:300px;
}
.contact-title, .telephone{
    font-size:250%;
}
.social-icons{
	margin-top:10px;
}
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
    width: 100%;
    float: left;
    clear: both;
}
div#footer {
    position: relative;
    z-index: 100;
    display: block;
	color:#fff;
	background-color:#0097d0;
	padding:40px 10px 10px 10px;
}
.footer-widget-areas {
    padding: 0 10px;
}
.footer-widget-areas h2.widgettitle {
    margin-bottom: 20px;
}
.footer-widget-areas li.widget , .footer-lower li.widget{
    list-style-type: none;
}
.copyright-bar-container{
	background-color:#333;
}
.copyright-bar{
	padding:20px 15px;
	color:#fff;
    text-align:center;
    font-size:0.6em;
}
.cff-wrapper p {
    color: #fff;
}
.cff-wrapper a {
    color:#d9d9d9;
}
#cff .cff-author .cff-date{
    color:#eca952;
}
ul#menu-quick-links {
    margin-left: 0;
    background-color: transparent;
    list-style-type: none;
    padding-left: 0;
}
ul#menu-quick-links a {
    color: #fff;
}
.footer-lower{
    margin-top:20px;
}
.footer-lower .acc-logo img {
    display: block;
    width: 80px;
    margin: 0 auto;
}
.rwd{
    display:inline-block;
}
.footer-sep{
    display:none;
}
@media (min-width: 48em) {
.home .footer-container{
	top:-60px;
}
.rwd{
    display:none;
}
.footer-sep{
    display:inline-block;;
}  
.copyright-bar{
    font-size:0.8em;
}
}
@media (min-width: 62em) {

.home-container .footer-container{
	top:-240px;
}
.footer-widget-areas {
    padding: 0 45px;
}
}
@media (min-width: 75em) {
br.rwd-break {
    display: none;
}
}
/*--------------------------------------------------------------
## Accordions
--------------------------------------------------------------*/
.fl-module-content .fl-accordion .fl-accordion-item {
    border: 0px solid #e5e5e5;
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: solid 1px #0097d0;
}
/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.funfit-tabs .fl-module-content .fl-tabs .fl-tabs-panels .fl-tabs-panel {
    border-color: #0097d0;
    border-width: 1px;
}
/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
}
tr:nth-child(even) {background-color: rgba(231,99,34,0.3);color:#121212;}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #e76322;
}
thead{
    border-bottom:solid 2px #e76322;
}
/*--------------------------------------------------------------
## Separators
--------------------------------------------------------------*/
.fl-module-content .fl-separator {
    border-top: 1px solid #0097d0;
    filter: alpha(opacity = 100);
    opacity: 1;
}
/*--------------------------------------------------------------
## Post Slider
--------------------------------------------------------------*/
.fl-module-content .fl-post-grid-post{
    border:solid 1px #0097d0;
}
.fl-module-content .fl-builder-pagination li span.current {
    background: #e25c28;
    color:#fff;
    text-decoration: none;
    border-width:0;
}
.fl-module-content .fl-builder-pagination li span.current:hover{
    background: #0097d0;
}
.fl-module-content .fl-builder-pagination li a.page-numbers {
    background: #fff;
        border-width:0;
}
.fl-module-content .fl-builder-pagination li a.page-numbers:hover{
    background: #0097d0;
    color:#fff;
}


.fl-module-content .bx-wrapper .bx-pager.bx-default-pager a:hover, .fl-module-content .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0097d0;
}
.fl-builder-content .fl-post-carousel-grid .fl-post-carousel-post {
    border: 1px solid #0097d0;
    border: 1px solid rgba(0,151,208,1);
}
/*--------------------------------------------------------------
## Pricing Tables
--------------------------------------------------------------*/
.fl-builder-content .fl-pricing-table-price {
    background: #0097d0;
    color: #ffffff;
}
.fl-builder-content .fl-module-content .fl-pricing-table .fl-pricing-table-column {
    background:#fff;
}
.fl-builder-content .fl-module-content .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-inner-wrap {
    border: 1px solid #0097d0;
}
/*--------------------------------------------------------------
## Call to action
--------------------------------------------------------------*/
.cta input , .cta .wpcf7-submit, .post-password-form input[type="submit"]{
    width:100%;
    height:35px;
    padding:5px;
}
.post-password-form input[type="submit"]{
    width:auto;
}
.cta .wpcf7-submit, .post-password-form input[type="submit"] , .call-now-button{
    margin-top:0;
    background-color:#e76322;
    color:#fff;
    border-width:0;
}
.call-now-button{
    width: 100%;
    display: block;
    border:solid 1px #e76322;
    text-align: center;
    padding: 10px;
    font-size:16px;
}
.cta .wpcf7-submit:hover, .post-password-form input[type="submit"]:hover , .call-now-button:hover , fl-builder-content .fl-button-wrap a.fl-button, .fl-contact-form input[type="submit"]:hover, .fl-builder-content .fl-button-wrap a.fl-button:visited{
    background-color:#fff;
    color:#e76322;
}
.post-password-form input[type="submit"]:hover , .call-now-button:hover , fl-builder-content .fl-button-wrap a.fl-button, .fl-contact-form input[type="submit"], .fl-builder-content .fl-button-wrap a.fl-button:visited{
    border:1px solid #e76322;
}
.cta input.wpcf7-text{
    border: solid 1px #0097d0;
    margin-bottom:10px;
}
.post-password-form input[type="password"]{
    border:solid 1px #e76322;
    padding:5px;
}
fl-builder-content .fl-button-wrap a.fl-button, .fl-contact-form input[type="submit"], .fl-builder-content .fl-button-wrap a.fl-button:visited {
    float:right;
}
.cta{
    display:block;
    float:left;
    width:100%;
    background-color:#0097d0;
    color:#333;
    padding:0;
    margin:0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
    box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
}
.fl-cta-wrap.fl-cta-inline {
    background-color: #fff;
    padding: 20px;
    border: solid 1px #0097d0;
}
.cta h3{
    color:#fff;
    margin: 0 0 0 15px;
}
.callout {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e76322+0,c94900+100 */
display:block;
float:left;
    width:100%;
background: #e76322; /* Old browsers */
background: -moz-linear-gradient(top,  #e76322 0%, #c94900 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e76322 0%,#c94900 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e76322 0%,#c94900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76322', endColorstr='#c94900',GradientType=0 ); /* IE6-9 */

    padding: 20px;
-webkit-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
padding:2em;
}
.callout:hover{
    text-decoration:none;
    background-color:#c9c9c9;
}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sidebar{
    margin-bottom:10px;
    padding-top:40px;
}
.sidebar > li {
    list-style-type: none;
}
.fl-module-content li#text-2 {
    list-style-type: none;
}
h2.widget-title:first-of-type {
    margin-top: 0;
}
/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
ul.apw-posts-list{
    list-style-type:none;
    padding-left:0;
    margin:0;
        
}
.apw-type-testimonials {
    margin-bottom: 40px;
    margin-top: 0;
}
span.apw-post-thumbnail img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    border: solid 1px #0097d0;
}
img.size-testimonial-thumbnail{
    width:100%;
    height:auto;
    margin:1em 0;
}
.single-testimonials img.size-testimonial-thumbnail {
    margin-top: 15px;
}
.testimonial-featured {
    width: 30%;
    float: left;
    clear: none;
}
.single-testimonials .blog-title{
    padding-left:0;
}
.single-testimonials .entry-meta {

    float: left;
    clear: both;
    font-size: 80%;
    color: #ee6834;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}
}
.single-testimonials .entry-meta h2 a{
    color:#0097d0;
}
.sb-testimonials h2{
    font-size:24px;
}
ul.testimonial-cat {
    list-style-type: none;
    padding-left: 0;
}
@media (min-width: 48em) {
img.size-testimonial-thumbnail{
    margin:0;
}
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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;
	border-radius: 3px;
	padding: 3px 5px;
}

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;
}

textarea {
	width: 100%;
}
.fl-contact-form .fl-input-group input , .fl-contact-form .fl-input-group textarea{
    border: solid 1px #0097d0;
    padding:5px;
}
.cta-title {
    width: 100%;
    float: left;
    padding: 20px 20px 20px 0;
    margin-bottom:20px;
    background-color: #2b5a6b;
}
.cta-content {
    color: #fff;
    padding: 15px 0;
}
div.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    background-color: #398f14;
    color: #fff;
}
#wpm_download_1 {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.icon-button.download-icon {
    background-color: #e76322;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
}
.cta-container {
    background-color: #0097d0;
    width: 100%;
    float: left;
    padding: 10px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0097d0;
}

a:visited {
	color: #0097d0;
}

a:hover,
a:focus,
a:active {
	color: #0097d0;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
    background-color:#e76322;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation a {
	display: block;
	padding: 1em 0.8em;
	position: relative;
	text-decoration: none;
        font-family: 'Oswald', sans-serif;
        color:#fff;
        text-transform:uppercase;
        letter-spacing:1px;
}
.main-navigation a:hover {
    background-color:#fff;
    color:#ed9017;
}
.current_page_item > a{
    color:#eca952;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 10px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 20px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 3px;
	width: 25px;
        box-shadow:none;

}

.dropdown-toggle:after {
        color:#fff;
        font-family:FontAwesome;
	content: "\f078";
	font-size: 16px;
	line-height: 22px;
	position: relative;
	top: 3px;
	left: 1px;
	width: 42px;
        padding:3px;
        background-color:#c74200;
        border:1px solid #fff;
        border-radius:3px;
        text-shadow:none;
}
.dropdown-toggle:after:hover {
        color:#ED9017;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
        box-shadow:none;
        color:#fff;
}

.dropdown-toggle:focus {
	outline: 1px solid #da8414;
	outline: 1px solid rgba(218,132,21, 0);
        box-shadow:none;
}

.dropdown-toggle.toggle-on:after {
	content: "\f077";
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle{
    position:fixed;
    z-index:100;
    bottom:1em;
    left:1.15em;
    font-size:1.3em;
    text-transform:uppercase;
    color:#fff;
    background-color: #e76322;
    border:solid 2px #fff;
    box-shadow:none;
    transition:all ease-out 400ms;
    text-shadow:none;
}
.menu-toggle:hover , .menu-toggle:focus{
    box-shadow:none;
    border:solid 2px #fff;
}
.menu-toggle.hide-toggle{
    bottom:-2.5em;
}
/* Make sure the button doesn't hide when menu is open. */

.toggled .menu-toggle.hide-toggle {
	bottom: 1em;
}

.main-navigation.toggled{
    position:fixed;
    bottom:5em;
    left:0;
    padding:1em 1.5em;
    z-index:1;

}
.main-navigation.toggled .nav-menu{
    background-color:transparent;
}
.main-navigation .nav-menu{
    display:none;
}
.main-navigation.toggled .nav-menu{
    display:block;
}
.main-navigation.toggled ul{
    max-height:calc(100vh - 8em);
    overflow-y:auto;
}
.main-navigation ul ul.children{
    display:none;
}
.main-navigation.toggled ul ul.toggled-on, 
.main-navigation.toggled ul ul.toggled-on > ul{
    display:block;
}
@media screen and (min-width: 62em) {
.menu-toggle {
    display: none;
	}
.main-navigation ul {
    display: block;
	}
.main-navigation .nav-menu{
    display: block;
    width: 100%;
    text-align: center;
}
}

.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: auto;
}
.nav-previous a, .nav-next a{
    background-color: #ed9017;
    color: #fff;
    padding: 3px 5px;
    border-radius:3px;
    display:inline-block;
}
.nav-menu{
    padding:1em;
    margin-bottom:4em;
    background-color: rgba(175,100,0,1);
}
/* Horizontal menu on wide screens */
@media screen and (min-width: 62em) {
header#masthead {
    box-shadow: 0px 15px 1px rgba(189, 111, 3, 0.75);
    border-bottom: solid 2px rgba(136, 79, 1, 0.75);
    margin-bottom: 30px;
}	
/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
    position: relative;
    min-height: 3.5em;
    width: calc(100% + 30px);
    margin: 0 auto;
    padding: 0em;
    margin-left: -15px;
    margin-right: -15px;
    background-color:#c74200;
   
	}
	
	.nav-menu {
		padding: .3em 0 0 0;
		background-color: transparent;
                margin-bottom:0;
	}
	
	.main-navigation ul,
	.main-navigation.toggled ul {
		max-height: none;
		padding-left: 0;
                float:right;
	}
	
	.main-navigation.toggled ul {
		overflow-y: visible;
	}
	
	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
		border: none;
	}
	
	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: 1px solid #fff;
	}
	
	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
                width:100%;
                float:left;
	}
    .main-navigation a{
        float:left;
        clear:both;

        }

	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}
        .current_page_item > a {
            color: #fbc885;
        }
        .children.toggled-on .current_page_item > a {
            color: #eca952;
        }
	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
		color: #fff;
		text-decoration: underline;
	}
	
	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: transparent;
		color: #fff;
		text-decoration: underline;
	}
	
	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 14em;
		display: block;
		z-index: 10;
		margin-left: 0;
        background: #b23c01;
        top: 55px;
        left: 5px;
        outline:0px;

    }
	
	.main-navigation ul ul ul.toggled-on {
		position: absolute;
                left:0;
	}
	
	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	
	/* Simplify the drop-down toggle */
	.dropdown-toggle {
        position:relative;
        float:left;
        clear:none;
        top: 6px;
	right: 0;
	border: none;
	}
	
	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
                border-width:0;
	}
.children .dropdown-toggle{
    float:right;
    right:5px;
        }
.nav-menu > ul >li.current_page_item:after {
    content: '';
    height: 1px;
    width: 50%;
    color: #fff;
    position: absolute;
    bottom: -9px;
    left: 15px;
    border-top: 5px solid #fff;
}
ul.children.toggled-on {
    padding-bottom: 0.8em;
}
li#wpmenucartli {
    border: 2px solid #fbc885;
}
}


@media screen and (min-width: 48em) {

.menu {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0;
	background-color:rgba(255,255,255,0.2);
}
#header .nav > li > a {
    padding: 10px 10px;
}

}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.fl-builder-content .fl-button-wrap a.fl-button, .fl-contact-form input[type="submit"], .fl-builder-content .fl-button-wrap a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #ee6834;
    border: 1px solid #e25c28;
}
.fl-builder-content fl-module-content .fl-button-wrap a.fl-button:hover {
    background-color: #0097d0;
    border: 1px solid #0097d0;
}
.fl-builder-content .fl-button-wrap a.fl-button span, .fl-contact-form input[type="submit"] , .fl-builder-content .fl-button-wrap a.fl-button:visited span{
    color:#fff;
}

.fl-builder-content .fl-button-wrap a.fl-button *, .fl-builder-content .fl-button-wrap a.fl-button:visited * {
    color: #fff;
}
/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0px solid #eee;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.main-content > .container > .col-xs-12 {
    padding: 0;
}
.main-content {
    position: relative;
    width:100%;
    float:left;
    padding-bottom:120px;
    padding-top:20px;
}

.site-container .main-content{
	margin:0;
}
.section {
  position:relative;
  height: 100vh;
  text-align:center;
}
.section:nth-child(1) {
 background:url(../img/section1-placeholder.jpg);
   background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
 color:#fff;
}
.section:nth-child(2) {
  background: lightgreen;
}
.container-fluid .video-section{
	margin:0;
	padding:0;
}
.section:nth-child(3) {
   background:url(../img/section3-placeholder.jpg);
     background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  color:#e76322;
}
.section:nth-child(4) {
   background:url(../img/section4-placeholder.jpg);
   background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  color:#fff;
}
.section:nth-child(5) {
  background:url(../img/section5-placeholder.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  color:#fff;
}
.section:nth-child(6) {
  background:url(../img/section6-placeholder.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  color:#e76322;
}

.absolute-center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fl-builder .main-content .two-thirds {
    margin: 0;
    padding: 0;
}
/*404 Page */
.error404 .container {
    padding: 60px 0;
}
@media screen and (min-width: 48em) {
.main-content{
    padding-top:60px;
}
.main-content > .container > .col-xs-12 {
    padding: 0 15px;
}    
}
@media screen and (min-width: 62em) {
.main-content{
    padding-top:100px;
}
    
}
@media screen and (min-width: 80em) {
.main-content{
    padding-top:120px;
}
    
}
@media screen and (min-width: 100em) {
.main-content{
    padding-top:150px;
}
    
}
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
article{
    float:left;
    clear:both;
    width:100%;
}
.attachment-post-thumbnail , .default-thumbnail{
    width:100%;
    height:auto;
}
.pagination-links{
    float:left;
    clear:both;
    width:100%;
    padding:0 15px;
}
.pagination-links .navigation li a,
.pagination-links .navigation li a:hover,
.pagination-links .navigation li.active a,
.pagination-links .navigation li.disabled, #page-links span , #page-links a span{
	color: #fff;
	text-decoration:none;
}

.pagination-links .navigation li {
	display: inline;
}

.pagination-links .navigation li a,
.pagination-links .navigation li a:hover,
.pagination-links .navigation li.active a,
.pagination-links .navigation li.disabled, #page-links span, #page-links a span{
	background-color: #0097d0;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.pagination-links .navigation li a:hover,
.pagination-links .navigation li.active a #page-links a span:hover , #page-links span, #page-links a span:hover{
	background-color: #ee6834;
}
#page-links a:hover{
    text-decoration:none;
}
.pagination-links .navigation {
    width: 177px;
    margin: 20px auto;
}   
.pagination-links .navigation ul{
    padding-left:0;
}
.col-xs-12.col-sm-3.post-tiled {
    min-height: 600px;
}
.post-content {
    float: left;
    width:100%;
    background-color: #fff;
    padding: 10px;
    min-height:380px;

}
.post-content hr{
    float:left;
    width:100%;
}
.post-tiled{
    margin-bottom:20px;
}
.post-tiled hr{
    margin-top:5px;
}
.post-tiled h2{
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 20px;
}
.blog-title{
    margin-bottom:30px;
    padding-left:15px;
    text-align:center;
}
.blog-title-single{
    margin-bottom:30px;
    padding-left:0;
}
.post-container , .contact-form{
    float:left;
    width:100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);    
}
.contact-form{
    background-color:#fff;
}
.entry-meta{
    float: left;
    clear: both;
    font-size:80%;
    color: #ee6834;
    width: 100%;
    margin-bottom:1em;
}
.entry-meta a{
    color:#ee6834;
}
.post-date , .post-author , .post-cat , .post-tags{
    float:left;
    clear:both;
}
.post-date , .post-author{
    color:#ee6834;
}
.post-date:before{
    font-family:FontAwesome;
    content:'\f073';
    margin-right:10px;
}
.post-author:before{
    font-family:FontAwesome;
    content:'\f2bc';
    margin-right:10px;    
}
.post-cat:before{
    font-family:FontAwesome;
    content:'\f03a';
    margin-right:10px;
}
.post-tags:before{
    font-family:FontAwesome;
    content:'\f02c';
    margin-right:10px;
}
.post-date:before , .post-author:before , .post-cat:before , .post-tags:before{
color:#ee6834;
}
.blog .footer-container{
    position:relative;
    top:-80px;
}
aside li.widget{
    list-style-type:none;
}
h2.widgettitle{
    margin-bottom:30px;
}
.widget_categories ul{
list-style-type: none;
padding: 10px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
top: 5px;
padding: 0 10px;
position: relative; 
}
li.cat-item {
    border-bottom: solid 1px #d9d9d9;
    padding: 5px 0;
    padding-left: 0px;
}
li.cat-item:last-of-type{
    border-bottom: solid 0px #d9d9d9;
}
.videowrapper  {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom:1em;
}
.videowrapper iframe , .videowrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
li.videocat {
    list-style-type: none;
}
.videocat ul {
    padding-left: 1.875em;
    margin-left: 0;
}
.banner-widget-area {
    padding: 30px 15px 0 15px;
}

.banner-widget-area img{
    width:100%;
    height:auto;
}
.banner-widget-area li{
    list-style-type:none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.post-comments {
    margin-top: 20px;
    width: 100%;
    float: left;
    background-color: #FFF;
    border: 1px solid #D6D6D6;
    position: relative;
    margin-bottom: 60px;
    padding: 10px;
}
.post-comments h3#comments {
    margin-bottom: 15px;
    text-align:center;
}
.post-comments ol.commentlist {
    list-style-type: none;
    padding-left:0;
}
.commentlist .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float:left;
    margin-right:10px;
    border: 2px solid #e76322;
}
.comment-meta {
    line-height: 10px;
    padding-top: 10px;
}
.comment-meta a.url {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.comment-author .comment-date{
    font-size:85%;
    color:#adadad;
}
.comment-text {
    padding-top: 20px;
}
.reply {
    margin-bottom: 30px;
}
li.comment {
    border-bottom: solid 1px #eeeeee;
    padding-top:30px;
}
.post-comments ul.children {
    list-style-type: none;
}
ul.children li.comment {
    border-width: 0;
}
.post-comments ul.children {
    list-style-type: none;
    padding-left: 0;

}
.post-comments ol > li > ul.children {
    padding-left: 10px;
    position:relative;
}
#respond textarea#comment, #respond input {
    width: 100%;
    border: 1px solid #e76322;
}
#respond input#submit{
    background-color:#e76322;
    color:#fff;
}
#respond input#submit:hover{
    background-color:#fff;
    color:#e76322;
}
#respond label{
    color:#adadad;
    width:100%;
}
p.nocomments{
    color:#adadad;
}
@media (min-width: 768px) {
.blog-title{
    text-align:left;
}
.post-tiled h2{
    text-align: left;
}
.post-comments ul.children {
    padding-left: 30px;
}
.banner-widget-area{
    padding: 40px 10px 40px 30px;
}
}
@media (min-width: 992px) {
#respond textarea#comment, #respond input {
    width: 75%;
}
}
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce .main-content > .container {
    padding-top: 40px;
}
.woocommerce .entry-summary{
    margin-top:0;
}
.woocommerce ul.products li.product a img , .attachment-shop_single {
    border: 2px solid;
}
.woocommerce .products ul, .woocommerce ul.products {
    padding-top: 30px;
}
ul.products .price {
    min-height: 40px;
}
.woocommerce .product-categories {
    list-style-type:none;
    padding-left:0;
    margin:0;
}
.woocommerce span.onsale {
    background-color: #e76322;
    min-height: 3.4em;
    min-width: 3.4em;
    padding:0 0.5em;
    top: -1.2em;

}

a.woocommerce-LoopProduct-link {
    display: block;
    min-height: 240px;
}
.woocommerce ul.products li.product .onsale {
    top: -15px;
    right: -10px;

}
.woocommerce ul.products li.product .price .from {
    font-size: 1em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: #333;
}
.woocommerce ul.products li.product .price , .woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #e76322;
    font-weight: 700;
}
.woocommerce .quantity .qty {
    padding: 6px;
    border: 1px solid #e76322;
    border-radius:0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt , .woocommerce a.button , .woocommerce input.button {
    color: #fff;
    background-color: #e76322;
    border: 1px solid #e76322;
    border-radius:0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt, .woocommerce a.button:hover {
    color: #e76322;
    background-color: #fff;
    border: 1px solid #e76322;
    border-radius: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover , .woocommerce a.button:hover {
    color: #e76322;
    background-color: #fff;
    border: 1px solid #e76322;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
}
#tab-description , #tab-additional_information , #tab-reviews{
    padding: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #e76322;
    margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #ffe4d7;
    background-color: #ffe4d7;
    border-radius:0;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #e76322;
    border: 1px solid #e76322;
    color: #fff;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: auto;
    display: inline-block;
    margin-right: 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before , .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before , .woocommerce div.product .woocommerce-tabs ul.tabs li:after , .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: 0px 0px 0 #fff;
}
#tab-description, #tab-additional_information, #tab-reviews {
    padding: 15px;
    border: 1px solid #e76322;
    border-top: 0px;
    border-radius: 0;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 2em;
    padding: 0;
    font-size: .92em;
    color: #e76322;
    padding-left: 15px;
}
.woocommerce-product-search {
    margin-bottom: 45px;
}
.select2-dropdown {
  border: 1px solid #e76322;
  border-radius: 0;
    font-size:0.9em;
 }
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e76322;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e76322 transparent transparent transparent;

}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e76322;
  color: white; }

a.reset_variations {
    clear: left;
    float: left;
    width:100%;
}
.woocommerce-variation-price {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: auto;
    display: inline-block;
    margin-right: 1em;
}
.woocommerce-product-search input[type="search"] {
    -webkit-appearance: none;
    font-size: 0.9em;
    border: 1px solid #e76322;
    padding: 6px 10px;
    border-radius: 0;
}
.woocommerce-product-search input[type="submit"] {
    color: #fff;
    background-color: #e76322;
    border: 1px solid #e76322;
    border-radius: 0;
    padding: .618em 1em;
}
.woocommerce-product-search input[type="submit"]:hover{
    background-color:#fff;
    color:#e76322;    
    
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #e76322;

}
input:placeholder-shown {
  font-size:0.8em;
}
.select2-container .select2-selection--single .select2-selection__rendered {

    font-size: 0.9em;
}
.variations label {
    color: #333;
    padding-top: 12px;
}
/*My account page */
.woocommerce-account .woocommerce{
    position:relative;
    min-height:450px;
    background-color:#fff;
}
.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
}
li.woocommerce-MyAccount-navigation-link {
    padding: 10px 0;
    border-bottom: solid 1px #f1efef;
}
.logged-in.woocommerce-account .woocommerce {
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
    padding: 15px;
    background-color: #e76322;
    height: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
    padding:15px;
}
li.woocommerce-MyAccount-navigation-link a, li.woocommerce-MyAccount-navigation-link a:hover, li.woocommerce-MyAccount-navigation-link a:focus , li.woocommerce-MyAccount-navigation-link a:visited {
    color: #fff;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff;
}
@media screen and (min-width: 48em) {
.woocommerce-account .woocommerce-MyAccount-navigation {    
    position: absolute;
    top: 0;
    left: 0;
}    
}
@media screen and (max-width: 48em) {
.woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
}
.woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 20px;
    text-align: center;
}

}
/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.cart_list img , tr.cart_item img{
    display: none;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 0px solid #ebe9eb;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    background-color: #e9e9e9;
    border: 1px solid #ddd;
    padding:10px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    background-color: #333;
    color: #fff;
    padding: 10px;
}
.widget_shopping_cart h2.widget-title {
    margin-top: 0;
}
.widget_shopping_cart_content{
    margin-bottom:40px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    border-left: 0px solid rgba(0,0,0,.1);
}
table.shop_table.shop_table_responsive.cart {
    background-color: #fff;
    border-radius: 0;
}
table.shop_table.shop_table_responsive {
    background-color: #fff;
    border-radius: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 9px;
    padding: 9px;
    border-radius: 0;
    border: 1px solid #e76322;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}
tr.cart_item:nth-child(even) {
    background-color: #fff;
}
tr.cart_item th, tr.cart_item td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
}
.shop_table thead {
    border-bottom: solid 1px #e76322;
    background-color: #e76322;
    color: #fff;
}
a.remove:after {
    display: block;
    float: left;
    content: 'Remove';
    font-size: 0.5em;
    line-height: 0.5em;
    margin-left: 20px;
    color: #c9c9c9;
    position: relative;
    top: -14px;
    clear: none;
    width: 50px;
}
.mini_cart_item a.remove:after{
    display:none;
}
tr.order-total {
    background-color: #e76322;
    color: #fff;
}
tr.recurring-total {
    background-color: #fff;
    color: #333;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th{
    border-top: 0px solid #ebe9eb;
}
.cart_totals th, .cart_totals td{
    border-bottom:1px solid #c9c9c9;
}


/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/
div#customer_details {
    background-color: #fff;
    padding: 10px;
    border:1px solid #c9c9c9;
}
.woocommerce-checkout table.shop_table {
    border-width: 0;
}
.checkout .shop_table {
    border-width: 0;
}
table.shop_table.woocommerce-checkout-review-order-table {
    background-color: #fff;
}
.payment_methods img {
    width: 40px;
}
/*--------------------------------------------------------------
# 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%;
}
/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.fl-post-feed-image img, .fl-photo-crop-circle img , .fl-video.fl-embed-video , .fl-map , .fl-module-content .fl-content-slider , .fl-gallery .fl-photo-content img , .fl-callout-content .fl-photo-content img , .fl-photo .fl-photo-content img , .size-testimonial-thumbnail{
    border: solid 1px #0097d0;
    padding: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
box-shadow: 0px 2px 5px 0px rgba(135,135,135,1);
}
.fl-post-carousel-image .fl-photo-content img{
    border-width:0;}
.testimonial-img .fl-post-feed-image img{
    width:200px!important;
    height:200px!important;
    border-radius:100%;
    border:solid 5px #fff;
    display:block;
    margin:0 auto;
}
.wp-caption{
    width:100%;
    max-width:100%!important;
    float:left;
    clear:both;
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0px;
}
.alignright{
    float:right;
    margin: 0 0 10px 10px;
}
article .wp-caption img, article img{
    width:100%;
    height:auto;
}

article.format-image img , article.format-image .wp-caption img{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    border: solid 1px #0097d0;
    padding:4px;
    background-color:#fff;
}
@media screen and (min-width: 48em) {
.wp-caption{
    width:auto;
}
article .wp-caption img, article img{
    width:auto;
    max-width:100%;
}
    
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    width:100%;
    max-width:100%!important;
    float:left;
    clear:both;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
        margin-bottom:10px;
}
.wp-caption.alignright img {
    float: right;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
        text-align: center;
        color:#adadad;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
ul.gallery{
    list-style-type:none;
    padding-left:0;
}
.gallery-columns-3 .gallery-item {
width: 100%;
}
.gallery-item img {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    box-shadow: 0px 3px 5px 0px rgba(135,135,135,1);
    border: solid 1px #0097d0;
    padding:4px;
    background-color:#fff;
}
.gallery .gallery-item figcaption{
    margin:10px 0 20px 0;
}
@media screen and (min-width: 768px) {
.gallery {
margin: auto -6px;
padding: 6px 0px;
line-height: 1;
overflow-x: hidden;
}
.gallery .gallery-item figcaption{
    max-width:150px;
}
.gallery .gallery-item {
float: left;
margin: 0px;
text-align: left;
padding: 6px;
box-sizing: border-box;
}

.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.333%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
} 
.gallery-columns-6 .gallery-item {
width: 16.666667%;
}
.gallery-columns-7 .gallery-item {
width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.111111%;
}
.gallery-columns-7 .gallery-item figcaption ,.gallery-columns-8 .gallery-item figcaption,.gallery-columns-9 .gallery-item figcaption{
    display:none;
}
}