/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								STYLE.CSS
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 * Theme Name: Pro Flow
 * Theme URI: http://anfoundation.com
 * Author: (a)squaredstudio, New Leaf Web Solutions
 * Author URI: http://anfoundation.com/
 * Description: Custom theme for Pro Flow
 * Version: 0.9.16
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: anfoundation
 * Template: anfoundation
 *
 *
 * This theme is the best.  Period.
 */



/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								GENERAL STYLING / SITE STRUCTURE
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */
/**
 * ==============================================
 *  OVERRIDES
 * ==============================================
 */

#loader-wrapper {
    display: none;
}

.content-wrap li, .content li {
    font-size: 1.1em;
    margin: 0 0 0.5em 1em;
}

.image-grid .content-wrap li {
    margin: 0 0 0.5em 0;
}

.triangles {
    background: url(images/bkg_triangles.jpg) repeat left top;
}



/*-- END OVERRIDES --*/



/**
 * ==============================================
 *  TYPOGRAPHY
 * ==============================================
 */

h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro";
}

h5 {
    color: #008CBA;
    font-weight: 600;
}

.title {
    color: #008dc2;
}

h3 {
    color: #008dc2;
    font-weight: bold;
}

.sub-header {
	font-family: "Source Sans Pro";
}

body {
	font-family: "Source Sans Pro";
}

p {
	font-family: "Source Sans Pro";
    font-size: 1.1em;
}

li {
	font-family: "Source Sans Pro";
}

hr.narrow {
    width: 75%; 
    margin: 1.5em auto;
    border: solid #efefef !important;
    border-width: 1px 0 0 !important;
} 

/*-- END TYPOGRAPHY --*/



/**
 * ==============================================
 *  BUTTONS / TAGS
 * ==============================================
 */

a, .button {
	transition: all 0.3s ease;
}

a[href^=tel]{
	text-decoration:none;
}

a[href^=tel]:hover {

}

.button,
.next-quote-link {
	line-height: 1;
	padding: 1em 1.7em;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: #bfd840;
	font-family: "Source Sans Pro";
}

.button:hover,
.next-quote-link:hover {
	background: #008dc2;
	color: #fff;
}



.wow:not(.animated) {
	visibility: hidden;
}

.lighttext p {
	color: #fff;
}

.component {
	/* position: relative; */
}
.component {
	padding: 2em 0;
}

.component.image-cta,
.component.hero-vertical-ctas,
.component.services-slider {
	padding: 0;
}

.component.has-titles {
	padding-top: 0em; 
}

.component.parallax-background.has-titles {
	padding-top: 3em; 
}


.title, .sub-header {
	margin: 0;
}

.title-wrap {
	padding: 2em 0 1em;
}

.grey {
	background: #f9f9f9;
}

.full {
	width: 100%;
	max-width: 100%;
}

.tml {
	max-width: 100%;
}

.component, .columns, .column {
	position: static;
}

.meta {
	text-transform: uppercase;
	font-size: .8em;
	margin: .3em 0;
	color: #333;
}

.inline-list {
	float: none!important;
	display: inline-block;
}

.inline-list>li {
	float: none;
	display: inline-block;
}

.systems h6 {
	border-bottom: 1px solid #323232 ;
	display: inline-block;
	color: #323232;
	font-size: 1.6em;
	padding-bottom: .5em;
}

.systems.blue h6 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.systems.blue p {
	color: #fff;
}
.systems h2 {
	font-weight: bold;
}

.systems.white h2 {
	color: #323232;
}

.systems.blue h2 {
	color: #fff;
}

.systems.blue {
	background: #0083b4 ;
}

.systems li {
    margin: 0 0 0.3em 1em;
}

.systems.blue li {
    color: #fff;
}

/*
.systems .button {
	padding: 0;
	background: 0;
}
*/

/*
.systems.white .button{
	color: #0083b4;
	padding-bottom: .3em;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}

.systems.white .button:hover {
	border-bottom: 3px solid #0083b4;
}
*/

.systems p {
	font-size: 1.1em;
}

.systems .title-wrap .title {
	color: #008dc2;
	border-bottom: 2px solid #008dc2;
	padding-bottom: 1em;
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.has-video {
	overflow: hidden;
	position: relative;
}

.parallax-background.has-video{
    padding: 15em 0 !important;
}

.video-padding {
    padding: 19em 0 !important;
} 



/*-- END BUTTONS / TAGS --*/






/**
 * ==============================================
 *  UTILITY
 * ==============================================
 */

#utility {
	background: #008dc2;
	padding: .3em 0;
	color: #fff;
	text-align: right;
}

#utility .row {
	max-width: 100%;
}
#utility .widget {
    display: inline-block;
	margin-bottom: 0;
	color: #fff;
	font-size: 1em;
	vertical-align: middle;
	line-height: 1;
}

#utility a {
	color: #fff;
}

#utility a i {
	color: #a8d6f7 ;
}

#utility .inline-component {
	margin-right: 1em;
}

.utility-slide-out #utility {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.admin-bar.utility-slide-out #utility {
	top: 32px;
}

.utility-slide-out #utility .row {
}

.utility-toggle {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
}

.admin-bar.utility-slide-out .utility-toggle {
	top: 6px;
}

/*-- END UTILITY --*/






/**
 * ==============================================
 *  HEADER
 * ==============================================
 */
.header-wrap{
	position: relative;
}
#header {
    padding: 1em 0;
    position: relative;
    z-index: 999;
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header .row {
	max-width: 100%;
}

#header.stuck {
	position: fixed!important;
	box-shadow: 0px 0px 10px rgba(0,0,0, .5);
}

#modal-menu {
	background: transparent!important;
	box-shadow: none;
	border: 0;
}

#modal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#modal-menu ul li {
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#modal-menu ul li ul {
	margin-bottom: 1em;
}

#modal-menu ul li ul li {
	font-size: 1em;
	font-weight: 100;
}

#modal-menu a {
	color: #fff;
	text-transform: uppercase;
}


/*-- END HEADER --*/




/**
 * ==============================================
 *  MENU
 * ==============================================
 */

/*
 divider - hide it or replace with buttons
 i dunno, do what you want
 */
.top-bar .divider {
    display: none;
}

/* reset */
.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li {
	background: transparent;
}

.top-bar {
	margin-top: .6em;
}

/* normal state */
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button){
	color: #464646;
	text-transform: uppercase;
	line-height: 1;
	padding: .7em 1.3em!important;
	font-weight: 600;
	font-size: 1.1em;
	font-family: "Source Sans Pro"
}

.top-bar-section .has-dropdown>a:after {
	display: none;
}

/* hover state */
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #008dc2;
}

/* active menu state */
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #008dc2 ;
	color: #fff;
}

/* active menu:hover state */
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #000;
}

/* parent active state */
.top-bar-section ul li:hover:not(.has-form)>a {
	background: #008dc2 ;
}

/* drop down normal */
.top-bar-section .dropdown a {
	font-size: 1em!important;
	text-transform: none!important;
}

/* drop down hover */
.top-bar-section .dropdown a:hover {
	background: #008dc2!important;
}

/* carat normal state */
.top-bar-section .has-dropdown>a:after {
	border-top-color: #ddd;
	top: 14px;

}

/* carat hover state */
.top-bar-section .has-dropdown>a:hover:after {
	border-top-color: #ddd;
}

.menu-wrap {
	background: #eee;
	margin-top: 1em;
	padding: .5em 0;
}

.menu-wrap .menubottom{
	margin-top: 0;
	height: auto;
}

.top-bar-section .menu-item-9542 .dropdown {
	left: auto!important;
	right: 0
}



/*-- END MENU --*/




/**
 * ==============================================
 *  MOBILE BUTTONS
 * ==============================================
 */

.mobile-button-container {
	margin-left: -80px;
}
.mobile-button {
	text-align: center;
	text-transform: uppercase;
}

.mobile-button p {
	margin-bottom: 0;
	font-size: .7em;
	line-height: 1;
	display: none;
}

.mobile-button i {
	line-height: 1;
	font-size: 2.3em;
	color: #008dc2;
}


/*-- END MOBILE BUTTONS --*/




/**
 * ==============================================
 *  OFF CANVAS MENU
 * ==============================================
 */

.off-canvas-menu {
	background: #4f9dca;
}

ul.off-canvas-list li a {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 0;
	padding: 1em 1.5em;
}

ul.off-canvas-list li a:hover {
	background: #222;
}
ul.off-canvas-list li ul a {
	padding: 1em 3.5em;
    text-transform: capitalize !important;
}

#offcanvas-sidebar .widget_search {
	padding: .8em .6em;
	border-bottom: 1px solid #262626;
}

#offcanvas-sidebar .widget_search input,
#offcanvas-sidebar .widget_search #searchsubmit {
	line-height: 1!important;
	font-size: .7em;
	text-transform: uppercase;
	height: 30px;
}

/*-- END OFF CANVAS MENU --*/



/**
 * ==============================================
 *  MORE FOOTER
 * ==============================================
 */

#more-footer {
	border-top: .4em solid #fff!important;
    padding: 2em 0;
	background: #343434;
    z-index: 900;
}

#more-footer .info {
	margin-bottom: 0;
}

#more-footer .widget {
	line-height: 2;
	color: #777;
}
#more-footer h6 {
	text-transform: uppercase;
	color: #eee;
}

#more-footer strong {
	color: #fff;
	text-transform: uppercase;
	padding-right: 1em;
}

#more-footer a {
	color: #bdbcbc;
}

#more-footer a:hover {
	text-decoration: underline;
}

#more-footer .row {
    max-width: 1260px !important;
}

/*-- END MORE FOOTER --*/



/**
 * ==============================================
 *  FOOTER
 * ==============================================
 */

#main-footer {
    padding: 1.5em 0;
    background: #444444 ;
}

#main-footer .widget {
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
}



/*-- END FOOTER --*/


/**
 * ==========================================================================================
 *					END GENERAL STYLING / SITE STRUCTURE
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								SHORTCODE COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 * 1 - SOCIAL PROFILES
 * 2 - BUSINESS CTA
 * 3 - INLINE COMPONENT
 */

/**
 * ==============================================
 *  SOCIAL PROFILES
 * ==============================================
 */

 .anf-social-profiles {
 	margin: 0;
 }

 .anf-social-profiles li {
 	display: inline-block;
 	margin-right: .5em;
 }

 .anf-social-profiles li:last-child {
 	margin-right: 0;
 }

 .anf-social-profiles li a {
 	display: inline-block;
 	background: transparent;
 	color: #00b2b0;
 	text-align: center;
 	width: 24px;
 	height: 24px;
 	border-radius: 50%;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 }

 .anf-social-profiles li a:hover {
 	color: #fff !important;
 	background: #023346 ;
 }

/*-- END SOCIAL PROFILES --*/




/**
 * ==============================================
 *  BUSINESS CTA
 * ==============================================
 */

.anf-business-cta .cta,
.anf-business-cta .phone {
	display: inline-block;
	font-size: 1.5em;
}

.anf-business-cta .phone a {
	font-weight: bold;
}

.anf-business-cta .address {
	font-size: .8em;
}

/*-- END BUSINESS CTA --*/


/**
 * ==============================================
 *  INLINE COMPONENT
 * ==============================================
 */

.inline-component {
	display: inline-block;
}

.inline-component br,
.inline-component br:after {
	content: '';
}

.inline-component address {
	font-style: inherit;
}

/*-- END INLINE COMPONENT --*/



/**
 * ==============================================
 *  QUOTES COMPONENT
 * ==============================================
 */

.quotes-swiper {
	padding: 2em 0;
}

.quotes-swiper .th {
	border: 0;
	box-shadow: none;
}

.quotes-swiper .th img {
	border-radius: 999px;
	margin-bottom: 1em;
}

.quotes-swiper .quote {
	font-style: italic;
}

.quotes-swiper .author {
	font-weight: bold;
}

.quotes-swiper .author:before {
	content: '-';
}

/*-- END QUOTES COMPONENT --*/


/**
 * ==========================================================================================
 *					END SHORTCODE COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 */


/**
 * ==============================================
 *  TITLE SECTION SECTION
 * ==============================================
 */

.title-section .title,
.title-section .sub-header,
.title-section p {
	text-shadow: 1px 1px 1px rgba(0,0,0, .7);
}
.title-section .title {
	line-height: 1;
}
.title-section .sub-header {
	color: #fff;
}

.title-section p {
	color: #fff;
}

.title-section .content {
	margin-top: 1em;
}

.title-section {
	position: relative;
	overflow: hidden;
}

.title-section video {
	left: 0;
}

.title-section .outer-video-wrap {
	z-index: 1;
}

.title-section .icon-wrap {
	margin-bottom: 1em;
}

.title-section .th {
	border: 0;
	box-shadow: none;
	margin-bottom: 1em;
}

.title-section .title,
.title-section .sub-header,
.title-section .content,
.title-section .icon-wrap,
.title-section .th,
.title-section .icon-strip {
	z-index: 1;
	position: relative;
}

.icon-strip {
	margin-top: 1em;
	padding: 3em 0 2em;
	background: rgba(0,0,0, .5);
}

.background-swiper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.background-swiper .swiper-container,
.background-swiper .swiper-slide {
	height: 100%;
}

/*-- END TITLE SECTION SECTION --*/



/**
 * ==============================================
 *  DESIGNER GRID SECTION
 * ==============================================
 */

.designer-grid-1, .designer-grid-1 .columns {
	position: relative;
}
.designer-grid-1 .small-images .th:first-child{
	margin-bottom: 2em;
}

/*-- END DESIGNER GRID SECTION --*/



/**
 * ==============================================
 *  SLIDER
 * ==============================================
 */

.swiper-container {
	position: relative;
	z-index: 99;
}

.swiper-container .arrow {
	position: absolute;
	z-index: 99999;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.6em;
	opacity: 0;
	color: rgba(255,255,255, .5);
	display: inline-block;
}

.swiper-container .arrow:hover {
	color: rgba(255,255,255, .9);
}

.swiper-container .arrow.left {
	left: .1em;
}

.swiper-container .arrow.right {
	right: .1em;
}

.swiper-container:hover .arrow {
	opacity: 1;
}

.swiper-container:hover .arrow.left {
	left: .6em;
}

.swiper-container:hover .arrow.right {
	right: .6em;
}

.swiper-container .pagination {
	position: absolute;
	bottom: -2em;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.swiper-container:hover .pagination {
	opacity: 1;
	bottom: 0;
}

.swiper-container .pagination.images ul {
	margin: 0;
	padding: 0;
	list-type: none;
}

.swiper-container .pagination.images ul li {
	display: inline-block;
	padding: 0 .4em;
}

.hero-slider {
	display: none;
}

.hero-slider .title,
.hero-slider .sub-header {
	color: #fff;
	text-align: left;
}

.hero-slider .title {

}

.hero-slider .content,
.hero-slider .content p {
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
}

.hero-slider .content {
	margin-bottom: 1em;
	text-align: left;
    font-size: 1.8em;
}

.hero-slider .inner {
	padding: 3em;
	z-index: 99;
	max-width: 470px;
	position: relative;
}

.swiper-container .pagination {
	padding: .6em;
	line-height: 1;
	text-align: center;
	z-index: 999;
	position: relative;
}

.swiper-container .swiper-pagination-bullet {
	margin: .3em;
	width: 10px;
	height: 10px;
}

/*-- END SLIDER --*/



/**
 * ==============================================
 *  SERVICES
 * ==============================================
 */

.service-area .title {
	text-transform: uppercase;
	margin-bottom: .5rem;
	color: #008dc2;
	font-weight: bold;
}

.service-area .sub-header {
	font-weight: 100;
	margin-bottom: 0;
}

.service-area .items .title {
	text-transform: none;
}

.service-area img {
	width: 100%;
}

.service-area .th {
	margin-bottom: 1em;
	border: 0;
	box-shadow: none;
}

.service-area img {
	width: auto;
}

.service-area .content-wrap {
	padding-bottom: 2em;
}

.service-area p {
	color: #000;
}

.service-area {
	border-top: 2px solid #008dc2;
    border-bottom: 2px solid #008dc2;
	padding: 0!important;
}

.service-area .row {
	max-width: 100%;
}

.service-area.narrow .row {
	max-width: 1000px;
}

.service-area.narrow li {
    min-height: 100%;
}

.service-area.narrow li:nth-child(2n+2) {
	background: none !important;
}


.home .service-area li {
    min-height: 420px;
}
.service-area li {
	padding-top: 3.3em;
    min-height: 470px;
}
.service-area li:nth-child(2n+2) {
	background: #f6f6f6 ;
}

.service-area .item .wrap .inner .content li {
	background: none !important;
    padding-top: 0 !important;
    color: #000;
    list-style: initial;
    margin: 0 0 0.4em 0.3em;
}


.service-area .item .wrap .inner .buttons{
    margin: 1em 0 0 0;
}

/*-- END SERVICES --*/



/**
 * ==============================================
 *  VIDEO BACKGROUND
 * ==============================================
 */

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-background {
	position: relative;
	padding: 10em 0 3em;
}

.video-background .title,
.video-background .sub-header {
	color: #fff;
}

/*-- END VIDEO BACKGROUND --*/



/**
 * ==============================================
 *  TESIMONIALS
 * ==============================================
 */

.testimonials .title {
	text-transform: uppercase;
}

.testimonials .quotescollection {
	padding: 0;
	border: 0;
}

.testimonials .quotescollection cite:before {
	content: '';
}

.testimonials blockquote.quotescollection-quote {
	margin: 0;
}

.testimonials .quotescollection-quote footer.attribution {
	text-align: center;
}

.testimonials .quotescollection-quote .nav-next {
	text-align: center;
}

.testimonials .image-wrap img{
	max-width: 320px;
	margin: 0;
}

/*-- END TESIMONIALS --*/



/**
 * ==============================================
 *  CALLOUT
 * ==============================================
 */

.callout {
	background: url(images/bkg_callout.png) #f9f9f9;
	padding: 2em 0;
}

.callout .title {
	font-weight: 100;
	margin: 1em 0;
}

.callout .button {
	border: 1px solid #fff;
	color: #fff;
}

.callout .button:hover {
	background-color: #ee3a43;
}

/*-- END CALLOUT --*/



/**
 * ==============================================
 *  IMAGE CTA
 * ==============================================
 */

.image-cta .row {
	max-width: 100%;
}

.image-cta .columns {
	padding: 3em;
	position: relative;
}

.image-cta .columns:last-child {
	background: rgba(0,0,0, .92);
}

.image-cta .title {
	color: #fff;
	margin-bottom: 1rem;
}

.image-cta .sub-header {
	color: #fff;
}


.image-cta .content p, .image-cta .content{
	color: #fff;
    font-size: 1.1em;
}

.image-cta .button {
	margin-top: 2em;
}

.image-cta .inner {
	max-width: 530px;
}

.image-cta.image-right .inner {
	float: right;
}

/*-- END IMAGE CTA --*/


/**
 * ==============================================
 *  DUAL IMAGE CTA
 * ==============================================
 */

.dual-image-cta .wrap {
	text-align: center;
	padding: 9em 0;
	background: rgba(0,0,0, .8);
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dual-image-cta .wrap:hover {
	background: rgba(0,0,0, .2);
}

.dual-image-cta .columns {
	overflow: hidden;
	position: relative;
}

.dual-image-cta .background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dual-image-cta .columns:hover .background.hover-zoomin {
	left: -5em;
	right: -5em;
}

.dual-image-cta .background.hover-zoomout {
	left: -5em;
	right: -5em;
}

.dual-image-cta .columns:hover .background.hover-zoomout {
	left: 0;
	right: 0;
}


/*-- END DUAL IMAGE CTA --*/




/**
 * ==============================================
 *  ALERT CALLOUTS
 * ==============================================
 */

.alerts {
	background: #111;
	padding: 1em 0;
	border-bottom: 2px solid #ddd;
}

.alerts img {
	margin-right: .6em;
}

.alerts-slider {
	display: inline-block;
	list-style: none;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 0;
}

.alerts-slider li {
	display: none;
	height: 30px;

}

.alerts-slider li p {
	margin: 0;
}

/*-- END ALERT CALLOUTS --*/


/**
 * ==============================================
 *  HERO VARIETY 1
 * ==============================================
 */

.hero-variety-1 {
	padding: 2em 0;
}

.hero-variety-1 .title,
.hero-variety-1 .sub-header {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.hero-variety-1 .titles {
	margin-bottom: 2em;
}

.hero-variety-1 p,
.hero-variety-1 h2,
.hero-variety-1 h3 {
	color: #fff;
}

/*-- END HERO VARIETY 1 --*/


/**
 * ==============================================
 *  HERO VARIETY 2
 * ==============================================
 */

.hero-variety-2,
.hero-variety-2.parallax-background {
	padding: 0;
}

.hero-variety-2.parallax-background.dark {
	background: #000 url(images/bkg_gears_dark.gif) center center no-repeat;
}
.hero-variety-2 .title,
.hero-variety-2 .sub-header,
.hero-variety-2 .content {
	color: #fff;
	font-weight: bold;
}

.hero-variety-2 p,
.hero-variety-2 h2,
.hero-variety-2 h3 {
	color: #fff;
}

.hero-variety-2 .sidebar-content {
	background: #fff;
}

.hero-variety-2 .sidebar-content p,
.hero-variety-2 .sidebar-content .title,
.hero-variety-2 .sidebar-content .sub-header {
	color: #000;
}

.hero-variety-2 .inner {
	padding: 1em;
}

.hero-variety-2 .feature-content img {
	margin-bottom: 2em;
}

.hero-variety-2 .feature-content {
	padding-top: 1em;
}

.hero-variety-2 .feature-content .title {
	margin-bottom: 1em;
}

.hero-variety-2 .features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hero-variety-2 .features a {
	display: block;
}

.hero-variety-2 .sidebar-content .sub-header {
	text-transform: uppercase;
	background: #ddd;
	padding: .4em 1em;
	margin: 0;
}

.hero-variety-2 .sidebar-content li a {
	padding: .7em 1em;
	border-bottom: 1px solid #ddd;
}

.hero-variety-2 .sidebar-content li a:hover {
	background-color: #000;
	color: #fff;
}

.hero-variety-2 .sidebar-content li img {
	margin-right: .5em;
}

.hero-variety-2 .sidebar-content .title {
	margin-bottom: 1em;
}

.hero-variety-2 .sidebar-content .button {
	width: 100%;
}

/*-- END HERO VARIETY 2 --*/



/**
 * ==============================================
 *  HERO VARIETY 3
 * ==============================================
 */

.hero-variety-3 .swiper-container {
	padding-top: 2.5em;
}

.hero-variety-3 .title {
	text-align: center;
}

.hero-variety-3 .swiper-container .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0,0,0, .3);
	padding: 1.5em;
}

.hero-variety-3 .content-wrap p {
	color: #fff;
	text-align: center;
}

.hero-variety-3 .feature-wrap a {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.hero-variety-3 .feature-wrap img {
	margin-right: .5em;
}

/*-- END HERO VARIETY 3 --*/



/**
 * ==============================================
 *  IMAGE GRID
 * ==============================================
 */

.image-grid {
	padding: 2em 0;
}

.image-grid .inner .title {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.3em 1.2em;
}

.image-grid .title {
    font-size: 2.6em;
    font-weight: 600;
}

.image-grid .sub-header {
	font-style: italic;
	margin-bottom: 1em;
}

.image-grid .inner {
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0, .2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0, .2);
    min-height: 330px;
}
.image-grid .inner img {
	width: 100%;
}

.image-grid .inner .content {
	padding: 1.6em 0 .25em;
	background: #fff;
}

.image-grid .inner .sub-header {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0 0.3em;
}

.image-grid .content .content {
	font-size: .9em;
	padding: 0;
}



/*-- END IMAGE GRID --*/



/**
 * ==============================================
 *  PARALLAX SECTION
 * ==============================================
 */

.parallax-section {
	padding: 2em 0;
}

.parallax-section .title,
.parallax-section .sub-header,
.parallax-section .content {
	color: #fff;
}

.parallax-section .title {
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
}

.parallax-section .sub-header {
	font-style: italic;
	text-shadow: 1px 1px 1px #000;
}

.parallax-section .content {
	font-size: 1.1em;
	margin: 0 0 1.5em;
	text-shadow: 1px 1px 1px #000;
}

.parallax-section h1, .parallax-section h2, .parallax-section h3, .parallax-section h4 {
    color: #fff;
}

/*-- END PARALLAX SECTION --*/



/**
 * ==============================================
 *  IMAGE CONTENT SECTION
 * ==============================================
 */

.image-content-section {
	padding: 2em 0;
}

.image-content-section .title {
	font-weight: bold;
	margin-bottom: 1em;
    font-size: 1.7em;
}

.image-content-section .button {
	margin-bottom: 2em;
}

.image-content-section .content p {
}

.image-content-section .content p:last-child {
	margin-bottom: 0;
}

.image-content-section h6 {
	color: #262262;
	font-weight: bold;
	text-transform: uppercase;
}

.image-content-section .sub-header {
	color: #262262;
	font-weight: bold;
	margin: 0 0 1em;
}

.image-content-section .content ul {

}
.image-content-section .content ul li {

}

/*-- END IMAGE CONTENT SECTION --*/



/**
 * ==============================================
 *  ONE COLUMN CONTENT SECTION
 * ==============================================
 */

.one-column-section .title {
	font-weight: 600;
}

.one-column-section h6 {
	font-weight: bold;
}

.one-column-section p {
}

.one-column-section .content {
	margin-bottom: 2em;
}

.one-column-section .sub-header {
	font-weight: 100;
	color: #2c2c2c;
}

.single-cta {
    background: url(images/bkg_crossword.jpg) repeat left top;
    border-top: 2px solid #008dc2;
}

.single-cta p {
	margin-bottom: 0;
}

.single-cta .content {
	margin-bottom: 0;
}

.single-cta p {
	font-size: 1.3em;
}

.single-cta .row {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    padding: 2em 2em;
}

.single-cta h2 {
    font-weight: 600;
}

.single-cta h4 {
    font-size: 1.5em;
}

.inventory {
    padding: 3em 2em;
    margin: 3em auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    z-index: 100;
    height: 100%;
    overflow: hidden;
}

.inventory ul li {
    border-bottom: solid 1px #efefef;
    padding: 1.4em 0;
}

.inventory h5 {
    color: #008CBA;
    font-weight: 600;
}
/*-- END ONE COLUMN CONTENT SECTION --*/




/**
 * ==============================================
 *  TWO COLUMNS CONTENT SECTION
 * ==============================================
 */

.two-column-section {
	padding: 2em 0;
}

.two-column-section .title {
	font-weight: 600;
}

.two-column-section h6 {
	color: #262262;
	font-weight: bold;
}


.two-column-section .sub-header {
	font-weight: 100;
}

/*-- END TWO COLUMNS CONTENT SECTION --*/



/**
 * ==============================================
 *  IMAGE CAROUSEL
 * ==============================================
 */

.image-carousel .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.image-carousel .wrap img {
	width: 100%;
}

.image-carousel .swiper-slide {
	opacity: .4;
	width: 50%;
}

.image-carousel .swiper-slide-active {
	opacity: 1;
}

.image-carousel .arrow i {
	color: rgba(0,0,0, .3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow:hover i {
	color: rgba(0,0,0, .6);
}

.image-carousel .arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow.left {
	left: 5%;
}

.image-carousel .arrow.right {
	right: 5%;
}

.image-carousel:hover .arrow.left {
	left: 15%;
}

.image-carousel:hover .arrow.right {
	right: 15%;
}


/*-- END IMAGE CAROUSEL --*/


/**
 * ==============================================
 *  MAP COMPONENT
 * ==============================================
 */

.component.map  {
    padding: 0 !important;
}

.component.map .cta {
	background: #008dc2;
	color: #fff;
	padding: 2em 0;
}

.component.map .content {
	display: block;
	margin:0 0 1em;
}

.component.map img,
.map-cta img {
	margin-bottom: 1em;
}

.component.map .gmap_marker .inner,
.map-cta .gmap_marker .inner {
	line-height: 1.5;
}
.component.map .gmap_marker h5,
.map-cta .gmap_marker h5 {
	color: #9a1c1f;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.component.map .gmap_marker h6,
.map-cta .gmap_marker h6 {
	font-size: 1em;
	color: #262262;
	font-weight: 700;
	line-height: 1;
	marign: 0;
}

.component.map strong,
.map-cta strong {
	color: #5c5c5c;
}

.mpfy-fullwrap {
	margin-bottom: 0!important;
}

/*-- END MAP COMPONENT	 --*/




/**
 * ==============================================
 *  QUICK LINKS
 * ==============================================
 */

.quick-links {
	padding: 2em 0;
}

.quick-links li {
	text-align: center;
}

/*-- END QUICK LINKS --*/



/**
 * ==============================================
 *  RECENT NEWS
 * ==============================================
 */

.recent-news {
	padding: 4em 0;
	background: url(images/bkg_news.jpg) no-repeat;
	background-size: cover;
}

.recent-news .image-wrap {
	margin-bottom: 1em;
}

.recent-news .title-wrap {
	padding: 0 0 1em;
}

.recent-news .title {
	color: #fff;
}

.recent-news .excerpt {
	color: #fff;
	margin-bottom: 3em;
}

.recent-news .meta {
	display: none;
}

.recent-news .title a{
	color: #fff;
	font-weight: bold;
}

.recent-news .button {
    margin: 1em 0 0 0;
}



/*-- END RECENT NEWS --*/




/**
 * ==============================================
 *  PARALLAX HEADER
 * ==============================================
 */

.parallax-background {
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-ms-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
	padding: 6em 0;
}

.parallax-background.light {
	background: #fff;
	color: #000;
}

.parallax-background.dark {
	background: #000;
	color: #fff;
}


.parallax-background .title {
	margin: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
}

/*-- END PARALLAX HEADER --*/



/**
 * ==============================================
 *  WOOCOMMERCE CAROUSEL
 * ==============================================
 */

.woocommerce-carousel {
	padding: 2em 0;
}

.woocommerce-carousel .title {
	text-align: center;
}

.woocommerce-carousel .swiper-container .arrow {
	color: rgba(0,0,0, .2);
}

.woocommerce-carousel .swiper-container .arrow:hover {
	color: rgba(0,0,0, .5);
}

.woocommerce-carousel .arrow {
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce-carousel .swiper-container {
	padding-bottom: 2.5em;
}

.woocommerce-carousel .inner {
	margin: 0 .5em;
}




/*-- END WOOCOMMERCE CAROUSEL --*/



/**
 * ==============================================
 *  RECENT CONTENT
 * ==============================================
 */

.recent-content {
	padding: 2em 0;
}

.recent-content,
.recent-content .columns {
	position: relative;
}

.recent-events .wrap > .title,
.recent-posts .wrap > .title {
	margin-bottom: .5em;
}

.recent-events-list {
	margin: 0;
	list-style: none;
}

.recent-events-list li {
	margin-bottom: 1em;
}

.recent-events-list li img {
	width: 40px;
}

.recent-events-list li .th {
	margin-right: .5em;
}

.recent-events-list li .title {

}

.recent-events-list li .date {
	font-weight: bold;
	display: inline;
}

.recent-events-list li .venue {
	display: inline-block;
}

.recent-events-list li .venue:before {
	content: '\b7';
	font-weight: bold;
}

.recent-events-list li .date.time .start-date {
	display: block;
}

.recent-events-list li .date.time .start-time,
.recent-events-list li .date.time .end-time {
	font-weight: 100;
}

.recent-content .img-wrap {
	margin-bottom: .5em;
}

.recent-content .inner .title {
	margin-bottom: .5em;
}

.recent-content .swiper-container {
	padding-bottom: 1.5em;
}

.recent-content .swiper-container .arrow {
	color: rgba(0,0,0, .5);
}

.recent-content .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);
}

/*-- END RECENT CONTENT --*/


/**
 * ==============================================
 *  SERVICES SLIDER
 * ==============================================
 */

.services-slider .slider-control {
	padding: 2em 0;
	background: #f9f9f9;
}

.services-slider .slider-control ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.services-slider .sub-header {
	margin-bottom: 2em;
}

.services-slider .slider-control a {
	display: block;
	border: 1px solid;
	padding: 2em 0;
	position: relative;
}

.services-slider .slider-control a.active {
	color: #fff;
	background: #000;
}

.services-slider .slider-control a.active:after,
.services-slider .slider-control a.active:before {
	top: calc(100% + 33px);
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 999;

}

.services-slider .slider-control a.active:after {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #f9f9f9;
	border-width: 30px;
	margin-left: -30px;
}
.services-slider .slider-control a.active:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #f9f9f9;
	border-width: 36px;
	margin-left: -36px;
}

.services-slider .swiper-container {
	padding: 2em 0;
	background: #fdfdfd;
}

.services-slider .swiper-container .arrow {
	color: rgba(0,0,0, .4);
}

.services-slider .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);
}

.services-slider .swiper-container .columns {
	box-sizing: border-box;
}

.services-slider .swiper-container .title {
	text-transform: uppercase;
	font-weight: bold;
}

.services-slider .swiper-container img {
	width: 100%;
}

.services-slider .buttons {
	margin-bottom: 2em;
}


/*-- END SERVICES SLIDER --*/


/**
 * ==============================================
 *  PRICING GRID
 * ==============================================
 */

.pricing-grid {
	padding: 2em 0;
}

.pricing-grid .columns > .title {
	text-transform: uppercase;
	color: #063b90;
	font-weight: bold;
}

.pricing-grid .cta-button .button {
	margin-bottom: 1.25rem;
}

.pricing-grid .pricing-table .title {
	text-transform: uppercase;
	color: #fff;
	background: #063b90;
}

.pricing-grid .medium-3 .pricing-table .title {
	background-color: #efa11f;
}

.pricing-grid .pricing-table .description {
	color: #000;
	font-size: 1.1em;
	font-style: italic;
}

.pricing-grid .pricing-table .bullet-item {
	font-size: .8em;
}

/*-- END PRICING GRID --*/



/**
 * ==============================================
 *  HERO POSTS AREA
 * ==============================================
 */

.hero-post-area .swiper-container {
	box-sizing: border-box;
}
.hero-post-area .inner {
	background: rgba(0,0,0, .5);
	margin-top: 8em;
	padding: 1em;
	box-sizing: border-box;
}

.hero-post-area .meta,
.hero-post-area .title {
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.hero-post-area .wrap {
	position: relative;
}

.secondary-category .img-wrap {
	margin-bottom: 1em;
}

.secondary-category .title {
	margin-bottom: 1em;
}

.category-title {
	background: #000;
	color: #fff;
	padding: .5em;
	text-transform: uppercase;
}

/*-- END HERO POSTS AREA --*/



/**
 * ==============================================
 *  CATEGORY FEED
 * ==============================================
 */

.category-feed .wrap img {
	margin-bottom: 1em;
}
.category-feed .meta {
	text-transform: uppercase;
	font-size: .9rem;
	margin-bottom: 1em;
}

.category-feed .wrap .title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;
}

.category-feed .th {
	padding: 0;
	box-shadow: none;
	border: none;
	position: relative;
}

.category-feed .taxonomy-label {
	position: absolute;
	top: 0;
	left: 1em;
	padding: 1em;
	background: #000!important;
	color: #fff;
	z-index: 1;

}

.cf-small-1 .swiper-slide{
	width: 100%;
}

/*-- END CATEGORY FEED --*/



/**
 * ==============================================
 *  UPCOMING EVENTS
 * ==============================================
 */

.upcoming-events .wrap {
	border: 2px solid #000;
	padding: 1em;
}

.upcoming-events .wrap .title {
	margin-bottom: .5em;
	text-transform: uppercase;
}

.upcoming-events .date {
	font-weight: bold;
}

.upcoming-events .venue {
	font-style: italic;
}

.upcoming-events .start-date {
	display: block;
}

.upcoming-events .button {
	margin-top: .5em;
}

/*-- END UPCOMING EVENTS --*/


/**
 * ==============================================
 *  CATEGORY PARALLAX
 * ==============================================
 */

.category-parallax .sub-header {
	color: #fff;
}

.category-parallax .wrap {
	border: 2px solid #fff;
	padding: 2em;
	text-align: center;
	transition: all 0.3s ease;
}

.category-parallax .wrap:hover {
	background: rgba(255,255,255, .2);
}

.category-parallax a {
	text-transform: uppercase;
	font-weight: bold;
}



/*-- END CATEGORY PARALLAX --*/


/**
 * ==============================================
 *  HERO VERTICAL CTAS
 * ==============================================
 */

.hero-vertical-ctas,
.hero-vertical-ctas .title {
	color: #fff;
}

.hero-vertical-ctas .title {
	margin-bottom: .4em;
}

.hero-vertical-ctas .wrap {
	padding: 2em;
	background: rgba(0,0,0, .7);
}

.hero-vertical-ctas .wrap:hover {
	background: rgba(0,0,0, .3);
}

.hero-vertical-ctas .wrap {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hero-vertical-ctas .content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/*-- END HERO VERTICAL CTAS --*/



/**
 * ==============================================
 *  PORTFOLIO FEED
 * ==============================================
 */

.portfolio-feed .title-wrap,
.portfolio-feed .buttons {
	text-align: center;
}

.portfolio-feed .wrap {
	position: relative;
	overflow: hidden;
}

.portfolio-feed .th {
	border: 0;
	outline: 0;
}


/*-- END PORTFOLIO FEED --*/


/**
 * ==============================================
 *  MODAL POPUPS
 * ==============================================
 */

.component.modal-popups,
.component.modal-popups .columns {
	position: static;
}

.component.modal-popups {
    padding: 1.5em 0 3em;
}

.modal-popups .title {
    padding: 0 1.3em 1.2em;
    font-weight: 600;
}

.modal-popups .reveal-modal img {
	width: 100%;
}

.modal-popups .item {
    padding: 0em 1.4em 1em !important;

}

.modal-popups .wrap {
    box-shadow: 0px 0px 5px rgba(0,0,0, .2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0, .2);
    padding: 1.5em 0;
}

.reveal-modal .title {
    font-weight: 600;
    padding: 0 0 1em 0;
}



/**
 * ==============================================
 *  TWO COLUMN CATEGORY FEED
 * ==============================================
 */

.two-column-category-feed {
	text-align: center;
}
.two-column-category-feed .title-wrap {
	margin-bottom: 2em;
}

.two-column-category-feed .additional .sub-header {
	margin-bottom: 1em;
}


.two-column-category-feed .additional-posts {
	list-style: none;
	margin: 0;
	text-align: left;
}

.two-column-category-feed .additional-posts li {
	padding-left: 60px;
	clear: left;
}

.two-column-category-feed .additional-posts li img {
	width: 50px;
	float: left;
	margin-left: -60px;
	margin-bottom: 1em;
}



/*-- END TWO COLUMN CATEGORY FEED --*/




/**
 * ==============================================
 *  VIDEO FEED
 * ==============================================
 */

.video-feed .header {
	padding: 2em 0;
}



/*-- END VIDEO FEED --*/



/**
 * ==========================================================================================
 *					END COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								PAGE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */


/**
 * ==============================================
 *  DEFAULT PAGE TEMPLATE
 * ==============================================
 */

#middle {
	padding: 2em 0;
}
/*-- END DEFAULT PAGE TEMPLATE --*/



/**
 * ==============================================
 *  BLOG
 * ==============================================
 */

.blog .meta,
.single .meta {
	text-transform: capitalize;
    color: #008dc2;
    font-weight: 600;
	font-size: 1em;
	line-height: 1;
	margin-bottom: .8em;
}
.single .meta {
    text-transform: capitalize;
    font-weight: 600;
    color: #008dc2;
	font-size: 1.5em;
	line-height: 1;
    margin: .5em 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: solid 1px #efefef;
}

.blog .meta i,
.single .meta i {
	margin-left: 1em;
}

.blog .meta span:first-child i,
.single .meta span:first-child i {
	margin-left: 0;
}

.blog .featured-image,
.single .featured-image {
	padding-bottom: .5em;
}

.blog .entry {
    margin-bottom: 4em;
    padding: 2em 0 0 0;
}

.blog .entry .button {
    margin: 1.4em 0 0 0;
}

.browse {
    padding: 0 0 2em 0;
}

.single #middle {
    padding: 2em 0 0 0;
}

.single .content li {
    font-size: 1em !important;
}

blockquote {
    border-left: none !important;
    background: #efefef;
    color: #000;
    padding: 2em 2em 0.5em;
}

.single #middle .top {
    margin: -8em auto 0;
    padding: 2em 1.5em;
    z-index: 90;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
}

.blog-block {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    margin: 2em auto;
}

/*-- END BLOG --*/



/**
 * ==========================================================================================
 *					END PAGE STYLING
 * ==========================================================================================
 */




/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								WOOCOMMERCE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */



/**
 * ==============================================
 * GENERAL
 * ==============================================
 */

.woocommerce-breadcrumb {
	margin-bottom: 1em;
}

.woocommerce-message {
	padding: 1em;
	margin: 0 0 1em;
	border: 1px solid #ddd;
	background: #f9f9f9;
}

.woocommerce-message .button {
	margin-right: 1em;
}

.onsale {
	position: absolute;
	background: #000;
	padding: .4em 1.3em;
	color: #fff;
}

.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
	margin: 0 auto 1em;
}

.woocommerce .star-rating:before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.product .sub-header {
	text-align: center;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}


.product .inner {
	position: relative;
	display: block;
	border: 1px solid #ddd;
}

.product .inner img {
	width: 100%;
}

.product .wrap {
	display: block;
	padding: 1em 0;
}

.product .bottom {
	padding-bottom: 1em;
}

.woocommerce-info {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 1em;
	margin: 0 0 1em;
}

.woocommerce table {
	width: 100%;
}

/*-- END GENERAL --*/




/**
 * ==============================================
 *  PRODUCT DETAIL
 * ==============================================
 */

.single-product .product_title {
	margin: 0;
}

.single-product .woocommerce-product-rating {
	margin: 0 0 1em;
}

.single-product .price {
	font-size: 1.2em;
}

.single-product .quantity {
	max-width: 80px;
	display: inline-block;
}

.single-product .thumbnails {
	margin-top: 1em;
	margin-bottom: 1em;
}

.single-product .thumbnails li img {
	width: 100%;
}

.single-product .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.single-product .woocommerce-review-link {
	margin-top: .3em;
	display: inline-block;
}

.single-product .variations {
	border: 0;
	width: 100%;
}

.single-product .variations .label,
.single-product .variations .value {
	padding: .5em;
	display: table-cell;
	line-height: 1.125rem;
	background: 0;
}

.single-product .variations .label {
	vertial-align: top;
}

.single-product .variations select {
	margin: 0;
}

.single-product .woocommerce-tabs {
	margin: 0 0 2em;
}

.single-product .woocommerce-tabs .tabs {
	list-style: none;
}

.single-product .woocommerce-tabs .tabs li {
	display: inline-block;
}

.single-product .woocommerce-tabs .tabs li a {
	padding: .67em 1.1em;
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #ccc;
}

.single-product .woocommerce-tabs .tabs li a:hover {
	background: #f9f9f9;
}

.single-product .woocommerce-tabs .tabs li.active a {
	background: #666;
	color: #fff;
	border: 1px solid #999;
	border-bottom: 0;
}

.single-product .woocommerce-tabs .tabs li.active a:hover {
	background: #000;
}

#reviews .avatar {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	width: 70px;
}

#reviews .comment-text {
	margin-left: 90px;
}

#reviews .star-rating {
	margin: 0 0 .5em;
}


/*-- END PRODUCT DETAIL --*/



/**
 * ==============================================
 *  PRODUCT / SHOP ARCHIVE
 * ==============================================
 */

.woocommerce-pagination .page-numbers {
	list-style: none;
	text-align: center;
	margin: 0;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
	display: inline-block;
	border: 1px solid #ddd;
	width: 2.5em;
	padding: .5em 0;
	text-align: center;
	margin: 0 .4em
}

.woocommerce-pagination .page-numbers li .current {
	border: 0;
	padding: 0;
	width: auto;
}

.woocommerce-pagination .page-numbers li a:hover {
	background: #000;
	color: #fff;
}

/*-- END PRODUCT / SHOP ARCHIVE --*/



/**
 * ==============================================
 *  CHECKOUT
 * ==============================================
 */

.woocommerce .shop_table img {
	width: 50px;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

.woocommerce .shop_table .variation,
.woocommerce .shop_table .variation p {
	margin: 0;
}

.woocommerce .shop_table .variation {
	font-size: .65em;
}

.woocommerce .shop_table .variation p {
	font-size: 1em;
}
.woocommerce .shop_table .variation dt,
.woocommerce .shop_table .variation dd {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.payment_methods {
	list-style: none;
	margin: 0 0 1em;
}

.payment_methods li {
	vertical-align: bottom;
}

.payment_methods label {
	font-weight: bold;
}

.payment_methods .payment_box p{
	font-size: .9em;
}

.coupon .button {
	margin-left: -120px;
	float: right;
}

#coupon_code {
	float: left;
	width: calc(100% - 150px);
	max-width: auto;
	margin-right: 120px;
}

.coupon:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.woocommerce-error {
	padding: 1em;
	border: 1px solid #ff9999;
	margin: 0 0 1em;
	list-style: none;
	background: #ffdddd;
	font-size: .9rem;
}

ul.order_details {
	padding: 1em;
	border: 1px solid #66aa66;
	margin: 0 0 1em;
	list-style: none;
	background: #eeffee;
	font-size: .9rem;
}


/*-- END CHECKOUT --*/



/**
 * ==============================================
 *  MY ACCOUNT PAGE
 * ==============================================
 */

.woocommerce .myaccount_user {
	border: 1px solid #ddd;
	padding: 1em;
	background: #f9f9f9;
}
.woocommerce .address h3 {
    display: inline-block;
}
.woocommerce .edit {
    font-weight: normal;
    font-size: .9em;
    margin: 0 .4em;
}

.woocommerce .address {
    margin-bottom: 2em;
}

.account-sidebar h3 {
	text-transform: uppercase;
	margin-bottom: .8em;
}

.account-sidebar ul {
	margin: 0;
	list-style: none;
	border-top: 1px solid #dfdfdf;
}

.account-sidebar ul li a {
	display: block;
	padding: .4em 1em;
	border-bottom: 1px solid #dfdfdf;
}

.account-sidebar ul li a:hover {
	background: #000;
	color: #fff;
}

/*-- END MY ACCOUNT PAGE --*/




/**
 * ==============================================
 *  PORTFOLIO
 * ==============================================
 */

.portfolio-navigation select {
	margin-bottom: 0;
}

.portfolio-navigation {
	padding-bottom: 3em;
}

.portfolio-navigation .view-list a {
	padding: 0 .3em;
}

.portfolio-navigation .view-list a:hover {
	background: #999;
	color: #fff;
}

.portfolio-navigation .view-list .selected {
	background: #000;
	color: #fff;
}

.portfolio-navigation .meta {
	margin-top: .8em;
}

.portfolio-navigation .view-list {
	margin-top: .5em;
	margin-bottom: 0;
}

.list-view .row {
	padding-bottom: 2em;
}

.masonry-view .caption {
	padding: 1em;
}

.masonry-view .grid {
	background: #fff;
}
/*-- END PORTFOLIO --*/




/**
 * ==============================================
 *  SCRUBS
 * ==============================================
 */

#scrubs-container {
	width: 100%;
	height: 100%;
	min-height: 500px;
}
.scrub {
	height: 100%;
	height: 100vh;
	width: 100%;
}

.copy-text .row {
	position: relative;
	top:50%;
	transform: translateY(-50%);
}

.item {
    color: #fff;
    padding: 2.3em 1.4em 1em !important;
}

.copy-text .item {
	position: relative;
	opacity: 0;
	bottom: -100%;
}

.copy-text .item.opacity {
	opacity: 1;
	bottom: 0;
}

.copy-text .item.opacity.fadeout {
	opacity: 0;
	top: -100%;
}

/*-- END SCRUBS --*/




/**
 * ==============================================
 *  HEADER SLIDES
 * ==============================================
 */

.header-parallax-section {
	padding: 12em 0 7em;
	position: relative;
	overflow: hidden;
}

.header-parallax-section .slide-content {
	z-index: 2!important;
	position: relative;
}

.content-right .slide-content {
	max-width: 400px;
	margin-left: auto;
	text-align: center;
}
.header-parallax-section .sub-header,
.header-parallax-section .title {
	color: #000!important;
}

.header-parallax-section .content p {
	color: #000;
}

.header-parallax-scene {
	position: absolute!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	width: 100%;
	margin: 0!important;
	z-index: 1!important;
}

.header-parallax-scene .layer {
	position: absolute!important;
}

#header-slide-navigation {
	position: fixed;
	z-index: 999;
	background: rgba(255,255,255, .4);
	right: 0;
	top: 50%;
	padding: .5em;
}

#header-slide-navigation li {
	padding: 0;
	list-style: none;
	font-size: .4em;
	line-height: 1;
}

#header-slide-navigation li a {
	padding: 1em .5em;
	display: block;
	line-height: 1!important;
}



 /*-- END HEADER SLIDES --*/
