<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Yellow Button
Theme URI: http://underscores.me/
Author: Italics Bold
Author URI: http://italicsbold.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yellow-button
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.

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

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

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

/*--------------------------------------------------------------
# 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;
	text-decoration: none;
}

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;
	outline:none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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

/*--------------------------------------------------------------
# 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/ */
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:0;
	border-radius: 0px;
	background: #FDDB00;
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#000;
	color:#fff;
}

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;
	box-shadow: none;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="tel"],
textarea {
	padding: 10px 15px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	background:#000;
	float:left;
	position: relative;
	z-index:9;
	width:100%;
}

.main-navigation li {
	float: left;
	position: relative;
	width:100%;
}

.main-navigation a {
	display: block;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:1px;
	padding:0px 12px;
	line-height:42px;
}

.main-navigation ul ul {
	z-index: 99999;
	margin:0;
	padding:0;
	top:100%;
	border:1px solid #eee!important;
	overflow:hidden;
	clip:rect(1px,1px,1px,1px);
	text-align:left!important;
	left: -999em;
	position:absolute;
	height:1px;
	width:1px;
}

.main-navigation .menu-item-has-children a:after{
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 12px;
	margin-left:5px;
}

.main-navigation .menu-item-has-children a:only-child:after{ 
	content: ''; 
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	background:#fff;
	border-bottom:1px solid #f3f3f3;
	display:block;
	font-size:14px;
	line-height:25px;
	padding:8px 15px;
	width:100%;
	white-space:normal;
	color:#252525!important
}

.main-navigation ul ul li {

}

.main-navigation li:hover &gt; a,
.main-navigation li.focus &gt; a {
	background:none;
	color:#fedc00;
}

.main-navigation ul ul :hover &gt; a,
.main-navigation ul ul .focus &gt; a {
	background:#fafafa;
	color:#252525!important
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
	border-left:0;
	clip:inherit;
	overflow:inherit;
	height:inherit;
	width:inherit
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle{
	color:#fff;
	background: none;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:1px;
	padding:0px 12px;
	line-height:58px;
}

.menu-toggle:hover{
	color:#fedc00;;
}

@media screen and (min-width: 830px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		width:auto;
		background: none;
	}
	.main-navigation li {
		width:auto;
	}
	.main-navigation ul ul a {
		width:220px;
	}
	.main-navigation a {
		line-height:58px;
	}
	.main-navigation .menu-item-has-children a:after{
		content: "";
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# 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;
}

.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;
	/*display: inline-block;
	width:100%;*/
}

.widget .widget-title{
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0 !important;
  padding-left: 0;
  list-style: none;
}

.comment-list

.comment .comment-body {
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid transparent;
  border-color: #E8E8E8;
  border-radius: 0px;
}

.comment-list .children {
  margin-left: 0 !important;
  padding-left: 40px;
  border-left: 0px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
  list-style: none;
}

.comment-list li.comment &gt; div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
  width:29px!important;
}

.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}

.comment-reply-link {
  float: right;
}

.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}

.comment-respond label {
  display: block;
  font-weight: 400;
}

.comment-respond .required {
  color: #C7254E;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
NON Underscores
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Globals
--------------------------------------------------------------*/
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background:#f3f3f3 url('assets/images/striped-bg.png');
}

a, button, input[type="submite"]{
	transition:all .3s ease-in-out;
	cursor:pointer!important;
}

a,a:focus{
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

h1{
	font-size: 36px;
}

h2{
	font-size: 30px;
	line-height:34px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}

strong{
	font-weight: 500!important;
}

.button,
.button:visited{
	background: #000;
	color: #fff;
	height:38px;
	line-height: 38px;
	padding:0 25px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}

.button:hover{
	color:#000;
	background: #fddb00;
}

.button-secondary,
.button-secondary:visited{
	color:#000;
	background: #fddb00;
}

.button-secondary:hover{
	background: #000;
	color:#fff;
}

.text-link,
.text-link:hover,
.text-link:visited{
	text-transform: uppercase;
	text-decoration: none!important;
	color: #000;
	font-size: 14px;
}

.text-link-secondary,
.text-link-secondary:hover
.text-link-secondary:visited{
	color: #fddb00!important;
	text-transform: uppercase;
	text-decoration: none!important;
	font-size: 14px;
}


/*--------------------------------------------------------------
Helpers
--------------------------------------------------------------*/
.textright{
	text-align: right;
}

.textcenter{
	text-align: center;
}

.textleft{
	text-align: left;
}

.uppercase{
	text-transform: uppercase;
}

.gap{
	display: block;
	height:10px;
}

.img-responsive{
	max-width:100%;
	height:auto;
	display:block;
}

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

.image-wrapper{
	position: relative;
}

.white{
	color: #fff!important;
}

.black{
	color: #000!important;
}

/*--------------------------------------------------------------
Banner
--------------------------------------------------------------*/
.parallax-window{
	background-size: cover;
	height:500px;
	width: 100%;
    /*background-attachment: fixed;*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

#header-banner{
	padding:20px 0;
	background: #333;
	color: #fff;
	position: relative;
	background-size: cover;
}

.home #header-banner{
	padding:0;
	height:500px;
}

#header-banner .logo-image{
	width:100px;
}

.home #header-banner .home-logo{
	position: absolute;
	top:60px;
	left:50%;
	margin-left:-50px;
}

.home #header-banner .slide-heading{
	font-size:36px;
	color: #fff;
	text-transform: uppercase;
	font-weight:400;
	max-width: 710px;
	margin:280px auto 0 auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.home #header-banner a{
	margin:20px auto 0 auto;
}

#header-banner .banner-slides{
	
}

.home #header-banner .mobile-slider{
		display: none;
}

#header-banner .banner-ad .ad-holder{
	max-width:728px;
	width:100%;
	float:right;
}

#header-banner .banner-ad .ad-holder img{
	border: 1px solid #333;
	margin-top:53px;
}

@media (max-width: 480px) {
	.home #header-banner .banner-slides{
		display: none;
	}
	.home #header-banner .mobile-slider{
		display: block;
	}
}

@media (max-width: 728px) {
	#header-banner .page-header .banner-ad{
		width:100%;
		text-align: center;
		margin-left: 0;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.home #header-banner{
		padding:0;
		height:500px;
	}
	.parallax-window{
		height:500px;
	}
	.home #header-banner .slide-heading{
		font-size:30px;
		padding: 0 15px;
	}
	.home #header-banner .home-logo{
		top:20px;
	}
	.home #header-banner .slide-heading{
		margin:230px auto 0 auto;
	}
	#header-banner .banner-ad .ad-holder{
		display:none;
	}
	#header-banner .page-header .site-logo{
		width:100%;
		text-align: center;
	}

}


/*--------------------------------------------------------------
Main Menu
--------------------------------------------------------------*/
.nav-up {
    top: -58px!important;
}

.nav-down{
	top:0!important;
}

#main-menu{
	background: #000;
	color: #fff;
	z-index:99999!important;
	transition:top .3s ease-in-out;
	width:100%;
}

#main-menu .container{
	padding:0!important;
}

.fixed{
	position: fixed;
}

.social-links{
	position: relative;
}

.social-icons ul{
	list-style: none;
	margin:0;
	padding:0;
	float:right;
}

.social-icons ul li{
	display: inline;
}

.social-icons ul li i{
	color:#fff;
	font-size: 18px;
	line-height: 58px;
	padding:0 8px;
}

.social-icons ul li i:hover{
	color: #FDDB00;;
}

#toogle-search{
	cursor:pointer;
}

.search-input{
	position: absolute;
	width:0px;
	height:58px;
	background:#000;
	color:#fff;
	top:0;
	right:35px;
	z-index:9999;
	overflow:hidden;
	transition: width .5s ease-in-out;
}

.search-input .search-form{
	position: relative;
}

.search-input input[type="submit"]{
	position: absolute;
    top: 50%;
    right: -200px;
    z-index: 9;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: transparent url('assets/images/search-icon.png') no-repeat center center;
    background-size:20px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.search-input input[type="submit"]:hover{
	background: transparent url('assets/images/search-icon-hover.png') no-repeat center center;
	background-size:20px;
}

.search-open input[type="submit"]{
	right: 12px;
}

.search-input input[type="search"]{
	padding:0 15px;
	line-height: 58px;
	height:58px;
	color:#fff;
	background: #000;
	border:1px solid #333;
	border-top:0;
	border-bottom:0;
	border-radius: 0;
	outline:none;
	box-shadow:none;
	font-size: 14px;
	font-weight:300;
	width:219px;
}

.search-input input[type="search"]:focus{
	outline:none;
	box-shadow:none;
}

.search-open{
	width:222px;
}



/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1020px) {
	#main-menu .menu-holder{
		width:100%;
	}

	#main-menu .social-links{
		width:20px;
		position: absolute;
    	right: 5px;
	}

	#main-menu .social-links ul li{
		display: none;
	}
	#main-menu .social-links ul li:last-child{
		display: block;
	}
}


/*--------------------------------------------------------------
Page Title
--------------------------------------------------------------*/
#page-title{
	background:#fff;
	padding:15px 0;
}

#page-title .home-leaderboard-ad{
	max-width:728px;
	width: 100%;
	height:90px;
}

#page-title .home-leaderboard-ad img{
	border: 1px solid #333;
}

.single-post #page-title .page-title{
	text-transform: none!important;
	margin-top: 1px;
	line-height: 38px;
}

#page-title .subscribe-heading{
	margin-top: 6px
}

#page-title .subscribe-heading h5{
	background: url('assets/images/email-icon.png') no-repeat left center;
	padding: 10px 0px 10px 30px;
	padding: 3px 0px 0px 60px;
	text-transform: uppercase;
	margin:0;
}

#page-title .subscribe-form{
	padding-top:15px;
}

#page-title .subscribe-form form input[type="email"]{
	width:70%;
	margin:0;
	background:#eee;
	border:0;
	text-align: center;
	text-transform: lowercase!important;
}

#page-title .subscribe-form form input[type="submit"]{
	width:30%;
	margin:0;
	border:0;
	border-radius: 0;
	margin-left:-4px;
}

#page-title .subscribe-form form input[type="submit"],
#page-title .subscribe-form form input[type="email"]{
	padding:0;
	line-height:34px;
	height:34px;
	font-size:13px;
	font-weight: 500;
	text-transform: uppercase;
}

#page-title .page-title{
	text-transform: uppercase;
	font-size:38px;
	margin:22px 0 0 0;
	line-height:34px;
}

#page-title .page-title-subtitle{
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 8px;
}

#page-title .page-title-subtitle .subtitle-divider{
	margin-right: 15px;
}

.breadcrumbs ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs ul li{
	display: inline;
}

.breadcrumbs ul li a,
.breadcrumbs ul li strong{
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
	font-weight: 300!important;
}

.breadcrumbs ul li i{
	margin:0 3px;
	color: #777;
	font-size: 12px;
}

.breadcrumbs .item-current{
	display:none;
}

.breadcrumbs li:nth-last-child(2){
	display:none;
}


#page-title .blog-title-holder{
	float:left;
	margin-right: 40px;
}

#page-title .blog-filter-holder{
	padding: 18px 0 0 0;
}

@media (max-width: 768px) {
	.home .home-leaderboard-ad{
		display: none;
	}
}

@media (max-width: 728px) {
	#page-title .main-col{
		width:100%;
	}
	#page-title .sidebar{
		width:100%;
		margin-left:0;
	}
	#page-title .subscribe-heading h5 {
	    max-width: 225px;
	    margin: 20px auto 0 auto;
	}
	#page-title .blog-title-holder{
		float:none;
		text-align: center;
		margin-right: 0px;
	}
	#page-title .blog-filter-holder{
		text-align: center;
	}
	
	.subscribe-heading, .subscribe-form {
		width:50%;
		float:left
	}	
}

@media (max-width: 400px) {
	.subscribe-heading, .subscribe-form {
		width:100%;
	}	
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#footer{
	background: #000;
	color: #fff;
	padding:60px 0;
	margin-top: 10px;
}

#footer .footer-logo{
	text-align: center;
}

#footer .footer-menu .table,
#footer .legal-menu .table{
	display: table;
	margin: 0 auto;
}


#footer .footer-menu,
#footer .legal-menu{
	text-align: center;
}

#footer .footer-menu ul{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FDDB00;
}

#footer .footer-menu ul li,
#footer .legal-menu ul li{
	display: inline-block;
}

#footer .footer-menu ul li a{
	color: #B3B3B3;
	text-transform: uppercase;
	display: block;
	padding:6px 7px;
	font-size: 15px;
}

#footer .footer-menu ul li a:hover{
	color: #fff;
}

#footer .legal-menu ul{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}


#footer .legal-menu ul li a{
	color: #666;
	text-transform: capitalize;
	display: block;
	padding:6px 7px;
	font-size: 12px;
}

#footer .legal-menu ul li a:hover{
	color: #fff;
}

#footer .social-icons{
	margin-top: 10px;
}

#footer .social-icons ul li i {
    color: #B3B3B3;
    font-size: 18px;
    line-height: 18px;
    padding: 0 6px;
    transition: all .3s ease-in-out;
}

#footer .social-icons ul li a:hover i{
	color: #fff;
}

#instagram{
	margin:30px 0;
}

#instagram h3 i{
	margin-left: 10px;
}

#instagram a h3,
#client-logos a h3{
	color: #40403E;
}

#instagram .cols{
	margin-left:1.2%;
	width:15.6666%;
	float:left;
}

#instagram .cols:first-child{
	margin-left:0; 
}

#instagram .cols a{
	display: inline-block;
}

#instagram .cols a img{
	width:100%;
}


@media (max-width: 600px) {
	#footer .footer-col{
		width: 100%;
		margin: 0 0 15px 0;
	}
	#footer .social-icons,
	#footer .footer-logo{
		text-align: center;
	}
	#footer .social-icons ul{
		float:none;
	}
}

@media (max-width: 680px) {
	#instagram .cols{
		margin-left:1.2%;
		width:32.5%;
		float:left;
	}
	#instagram .cols:nth-child(3n+1){
		margin-left:0; 
	}
}


/*--------------------------------------------------------------
General Page Styles
--------------------------------------------------------------*/
#page{
	margin-top: 10px;
}


.page-holder{
	background: #eee;
}

.default-page,.full-width-page{
	margin: 0;
}

/*--------------------------------------------------------------
Homepage
--------------------------------------------------------------*/
.homepage .homepage-upper{
	padding:0;
}

.homepage .styling-services{
	padding:60px 20px 50px 20px;
	text-align: center;
	color: #fff;
	background: #555 url('assets/images/styling-services.jpg') no-repeat center center;
	background-size: cover;
	min-height:430px;
	margin-top:0!important;
}

.homepage .styling-services p{
	max-width: 330px;
	margin:0 auto 60px auto;
	font-size: 16px;
}

.homepage .styling-services .button-group a{
	line-height: 48px;
	height: 48px;
	border-radius: 3px;
	margin:0 3px;
}

.homepage .gift-voucher{
	margin-top: 10px;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	display: inline-block;
	width:100%;
	height:103px;
	overflow: hidden;
}

.homepage .gift-voucher .gift-voucher-image{
	width:112px;
	float:left;
	display: inline;
}

.homepage .gift-voucher .gift-voucher-text{
	text-align: center;
	padding:0;
}

.homepage .gift-voucher .gift-voucher-text p{
	margin:10px 0;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
}

.homepage .director{
	background: #eee url('assets/images/director.jpg') no-repeat top right;
	min-height: 268px;
	padding:25px;
	margin-top:10px;
}

.homepage .director .director-text h2{
	margin:0 0 20px 0;
	line-height: 30px;
}

.homepage .director .director-text p{
	color:#666;
}

.homepage .latest-video{
	text-align: center;
	margin-top: 10px;
	min-height: 268px;
	background-repeat:no-repeat; 
	background-position:center center;
}

.homepage .latest-video .video-label{
	background: rgba(255,255,255,.8);
	color:#000;
	text-transform: uppercase;
	padding:8px;
	font-size: 16px;
}

.homepage .latest-video a .play-button{
	height:64px;
	width:64px;
	line-height: 64px;
	text-align: center;
	font-size: 40px;
	color:#000;
	display: inline-block;
	background:#fddb00;
	border-radius: 100%;
	margin:70px 0 30px 0;
	transition:all .3s ease-in-out;
}

.homepage .latest-video .play-button i{
	margin-left: 5px;
}

.homepage .latest-video a:hover .play-button{
	background:#000;
	color:#fff;
}

#home-blog-roll{
	position: relative;
	margin-bottom:10px;
}

#home-blog-roll .blog-roll-nav{
	position: absolute;
	top:50%;
	height:60px;
	width: 36px;
	margin-top:-30px;
	z-index:9999;
	cursor: pointer;
}

#home-blog-roll .blog-roll-prev{
	left:20px;
	background: url('assets/images/arrow-left.png') no-repeat center center;
	background-size: 30px;
}

#home-blog-roll .blog-roll-next{
	right:20px;
	background: url('assets/images/arrow-right.png') no-repeat center center;
	background-size: 30px;
}

#home-blog-roll .blog-slide-item{
	padding:0 5px;
	position: relative;
}

#home-blog-roll .blog-slide-item .blog-categories{
	position: absolute;
	top:10px;
	left:20px;
	z-index: 999;
}

#home-blog-roll .blog-slide-item .blog-categories a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-style: italic;
	padding: 2px 8px;
	color:#fddb00;
	background:#000;
}

#home-blog-roll .blog-slide-item img{
	height: 415px;
	width:auto!important;
}

#home-blog-roll .blog-slide-item .blog-title{
	position: absolute;
	bottom:50px;
	left:5px;
	right:5px;
	padding:10px;
	text-align: center;
	text-transform: uppercase;
	background:rgba(255,255,255,.8);
	border-left:8px solid #fddb00;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

#home-blog-roll .blog-slide-item .blog-title a{
	font-size: 16px;
	color:#000;
	text-decoration: none;
}

#home-shop{
	margin-top:10px;
}

#home-shop .shop-holder{
	background:#fff;
	padding:25px;
}

#home-shop .shop-holder h3{
	margin-bottom:40px;
}

#home-shop .shop-products .one-fourth:first-child{
	margin-left: 0;
}

#home-shop .shop-products .product{
	text-align: center;
}

#home-shop .shop-products .product .product-image-holder{
	margin:0 auto;
	position: relative;
}

#home-shop .shop-products .product .product-image-holder img{
	max-width: 100%;
	height:auto;
	display:block;
}

#home-shop .shop-products .product .product-image-holder .shop-now-button{
	position: absolute;
	z-index: 9999;
    bottom: -16px;
    left: 50%;
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    margin-left: -42px;
}

#home-shop .shop-products .product .product-image-overlay{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:999;
	background:rgba(0,0,0,.3);
	opacity:0;
	transition:opacity .3s ease-in-out;
}

#home-shop .shop-products .product a:hover .product-image-overlay{
	opacity: 1;
}

#home-shop .shop-products .product .product-title{
	margin: 25px 0 2px 0;
}

#home-shop .shop-products .product .product-title a,
#home-shop .shop-products .product .product-price{
	color:#777;
}

#client-logos{
	margin:10px 0;
	background: #fff;
	padding:25px 0 50px;
}

#client-logos h3{
	margin-bottom: 30px;
}

#client-logos .logo{
	text-align: center;
}

#client-logos .logo img{
	margin:0 auto;
	width:85%;
}


@media (max-width: 420px) {
	.homepage .styling-services{
		padding:30px 20px 20px 20px;
	}
	.homepage .styling-services h1{
		line-height: 36px;
	}
	.homepage .styling-services p {
	    margin: 0 auto 40px auto;
	}
	.homepage .styling-services .button-group a {
	    line-height: 42px;
	    height: 42px;
	    border-radius: 3px;
	    margin: 0 3px;
	    font-size: 13px;
	}
}

@media (max-width: 600px) {
	.homepage .director-video .one-half{
		width:100%;
		margin-left: 0;
	}
}

@media (max-width: 668px) {
	.homepage .styling-services .button-group a{
		margin-bottom: 10px;
	}
}


@media (max-width: 768px) {
	#home-blog-roll .blog-slide-item img{
		height: 300px;
	}
}

@media (max-width: 830px) {
	#home-shop .one-fourth{
		width: 48.5%;
		margin-bottom: 20px;
	}
	#home-shop .one-fourth:nth-child(2n+1){
		margin-left:0;
	}
}


/*--------------------------------------------------------------
Testimonials
--------------------------------------------------------------*/
.testimonial {
	margin-bottom: 30px;
}

.testimonial .testimonial-name{
	margin-top:15px;
	font-size: 18px;
}


/*--------------------------------------------------------------
Clients
--------------------------------------------------------------*/
.clients .page-holder{
	background: none;
}

.clients .client-grid .one-third:nth-child(3n+1){
	margin-left:0;
}

.clients .client-grid .client-logo-holder{
	background: #fff;
	padding:25px 15px;
	text-align: center;
	margin-bottom: 10px;
	transition: box-shadow 0.3s ease-in-out 0s;
}

.clients .client-grid .client-logo-holder:hover{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}


/*--------------------------------------------------------------
Marketting Services
--------------------------------------------------------------*/
.marketing-sidebar .service-links a{
	text-transform: uppercase;
	font-size: 12px;
	background: #fddb00;
	color: #000;
	padding:3px 8px;
	margin-bottom: 3px;
	display: table;
}

.marketing-sidebar .service-links a:hover{
	background:#000;
	color:#fff;
}

.marketing-services .service-slider img{
	width:100%;
}

.marketing-services .marketing-item{
	margin-bottom: 10px;
}

.service-slider a .play-button{
	height:64px;
	width:64px;
	line-height: 64px;
	text-align: center;
	font-size: 40px;
	color:#000;
	background:#fddb00;
	border-radius: 100%;
	transition:all .3s ease-in-out;
	position: absolute;
	top:50%;
	left:50%;
	margin:-32px 0 0 -32px;
	z-index:999;
}

.service-slider .play-button i{
	margin-left: 5px;
}

.service-slider a:hover .play-button{
	background:#000;
	color:#fff;
}

@media (max-width: 768px) {
	.marketing-sidebar .sticky-wrapper .col-bg-white{
		position: relative!important;
	}
}


/*--------------------------------------------------------------
Stylists
--------------------------------------------------------------*/
.stylists .team-member h4{
	margin-top: 0;
}

.stylists .team-member{
	margin-bottom: 40px;
}

.stylists .team-member img{
	max-width:200px;
}


/*--------------------------------------------------------------
Styling Services
--------------------------------------------------------------*/
#styling-services{
	margin-top: 0px;
}

.book-styling-button{
	text-align: center;
	margin:20px 0 50px 0;
}

#styling-categories .style-category{
	height:250px;
	background: #f3f3f3;
	margin-bottom: 10px;
	text-align: center;
	display: table;
	width: 100%;
	background-size: cover;
}

#styling-categories .style-category h2{
	color: #fff;
	text-transform: uppercase;
	margin:0;
	transition: background .3s ease-in-out;
}

#styling-categories a:hover .style-category h2{
	color:#fddb00;
}

#styling-categories .style-womens{
	background:#f3f3f3 url('assets/images/womens-styling.jpg') no-repeat top center;
}

#styling-categories .style-mens{
	background:#f3f3f3 url('assets/images/mens-styling.jpg') no-repeat top center;
}

#styling-categories .style-events{
	background:#f3f3f3 url('assets/images/events-styling.jpg') no-repeat top center;
}

#styling-categories .style-interior{
	background:#f3f3f3 url('assets/images/interior-styling.jpg') no-repeat top center;
}

.valign{
	display: table-cell;
	vertical-align: middle;
	transition: background .3s ease-in-out;
}

#styling-categories a:hover .style-category .valign{
	background: rgba(0,0,0,.4);
}

.book-now #style-bookings{
	margin-top: 40px;
}

#style-bookings .booking-text-holder{
	padding-right:40px;
}

#style-bookings .booking-text-holder h3{
	margin-top: 0;
}

.book-now #styling-categories .container{
	border-top: 6px solid #dedede;
	padding-top: 50px;
	margin-top: 30px;
}

#style-bookings .form-holder .date-label{
	font-size:14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

#style-bookings .form-holder .booking-date,
#style-bookings .form-holder .booking-time,
#style-bookings .form-holder .booking-date input[type="date"],
#style-bookings .form-holder .booking-time input[type="text"]{
	max-width: 170px;
}

#style-bookings .form-holder .booking-date input[type="text"]{
	background: #fff url('assets/images/date-bg.png') no-repeat 93% center!important;
}

#style-bookings .form-holder .booking-time input[type="text"]{
	background: #fff url('assets/images/time-bg.png') no-repeat 93% center!important;
}

#style-bookings .form-holder span{
	display: inline;
}

#style-bookings .form-holder .time-date .one-third{
	width: 28%;
}

#style-bookings .form-holder .time-date .first{
	width:38%;
}

#style-bookings .form-holder .time-date .date-label{
	margin-top:12px;
	display: inline-block;
}

#style-bookings .form-holder input[type="text"],
#style-bookings .form-holder input[type="email"],
#style-bookings .form-holder input[type="tel"],
#style-bookings .form-holder input[type="date"]{
	margin-bottom: 10px;
}

#style-bookings .form-holder textarea{
	height: 149px;
}

#style-bookings .form-holder input[type="submit"]{
	float:right;
	width:90px;
	height:90px;
	line-height:72px;
	text-align:center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 100%;
	transition: all .3s ease-in-out;
	font-weight: 400;
}

.service-item .service-info .container{
	margin: 10px auto 50px auto;
	border-bottom: 6px solid #dedede;
	padding-bottom: 30px;
}

.col-bg-white{
	background:#fff;
	padding:25px;
}

.col-bg-white h5{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.col-bg-grey{
	background:#eee;
	padding:2px;
}

.col-bg-white h5:first-child{
	margin-top:0;
}

.service-item .service-info .button-group{
	margin-top:40px;
}

.service-item .service-content p:first-child{
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top:0;
}

.service-item .service-info .from-portfolio h4{
	margin:0 0 15px 0;
}

.service-item .portfolio-items .one-third{
	text-align: center;
}

.service-item .portfolio-items .one-third:first-child{
	margin-left:0;
}

.team-member{
	margin-bottom: 15px;
}

.team-member img{
	border-radius:100%;
}

.team-member .team-member-details{
	padding-left:15px;
}

.team-member h4{
	margin:15px 0 5px 0;
}

.team-member span{
	margin-bottom: 10px;
	display: inline-block;
	width:100%;
}

.team-member a{
	font-size: 16px;
	margin-right: 2px;

}

.pinterest-feed li.pins-feed-item{
	width:31.9%!important;
}

@media (max-width: 420px) {
	.service-info .button-group a{
		width:100%;
		margin-bottom: 10px;
	}
	.team-member h4{
		margin:0px 0 5px 0;
	}
}

@media (max-width: 520px) {
	#styling-categories .one-half{
		width:100%;
		margin-left:0;
	}
}

@media (max-width: 600px) {
	.service-info .two-thirds .one-half{
		width:100%;
		margin-left:0;
	}
	.service-info .two-thirds .one-half:first-child{
		margin-bottom: 10px;
	}
}

@media (max-width: 728px) {
	#style-bookings .two-fifths,
	#style-bookings .three-fifths{
		width:100%;
		margin-left:0;
	}
}


/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.sidebar-ad{

}

.sidebar-ad img{
	width:100%;
	border:1px solid #333;
	margin-top: 0;
	transition: all .3s ease-in-out;
}

.is-sticky .sidebar-ad img{
	margin-top:0;
}

.sidebar .popular{
	text-align: center;
}

.sidebar .popular .show-all{
	background: #fddb00;
    color: #000;
    padding: 2px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}

.sidebar .popular li,
.blog-filter-holder li{
	display: inline;
	list-style: none;
}

.sidebar .popular li a,
.blog-filter-holder li a{
	background: #000;
	color: #fddb00;
	padding: 2px 4px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 12px;
	display: inline-block;
	margin-bottom:3px;
}

.sidebar .popular li a:hover,
.blog-filter-holder li a:hover{
	background:#fddb00;
	color:#000;
}

.blog-filter-holder li.active a{
	background:#fedc00;
	color:#000;
}

.blog-filter-holder li.active a:hover{
	background:#000;
	color:#fedc00;
}

.sidebar .large-gift-voucher{
	position: relative;
}

.sidebar .large-gift-voucher-text{
	position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    background: #000;
    color: #fff;
    text-align: center;
    width: 200px;
    padding: 15px;
    margin-top: -55px;
}

.sidebar .large-gift-voucher-text p{
	margin:0 0 10px 0;
	font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}

.sidebar .large-gift-voucher-text a{
	font-size: 12px;
}

.sidebar .styling-services .logo-holder{
	background: #333 url('assets/images/styling-services.jpg') no-repeat center center;
	background-size: cover;
	padding: 35px 15px;
	text-align: center;
}

.sidebar .styling-services .logo-holder h3{
	margin:10px 0 0 0;
	color:#fff;
}

.sidebar .styling-services-text{
	background: #000;
	color:#fff;
	padding:15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

.sidebar .styling-services-text p{
	margin: 0;
}

.sidebar .styling-services .button-group{
	margin-top: 5px;
}

.sidebar .styling-services .button-group a{
	color: #fddb00;
}

.sidebar .styling-services .button-group i{
	margin: 0 5px;
}

.sidebar .shop-now{
	position: relative;
	margin-bottom: 30px;
}

.sidebar .shop-now .shop-now-button{
	position: absolute;
    bottom: -10px;
    left: 50%;
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    margin-left: -42px;
}

.sidebar .shop-now .shop-now-label{
	position: absolute;
	bottom:60px;
	text-align: center;
	background: rgba(255,255,255,.8);
	width:100%;
	padding:8px;
}

.sidebar .shop-now .shop-now-label a{
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

.sidebar .latest-video{
	text-align: center;
    min-height: 180px;
    background-repeat: no-repeat; 
    background-position: center center;
    background-size:cover;
}

.sidebar .latest-video a .play-button{
	height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 40px;
    color: #000;
    display: inline-block;
    background: #fddb00;
    border-radius: 100%;
    margin: 35px 0 20px 0;
    transition: all .3s ease-in-out;
}

.sidebar .latest-video a:hover .play-button{
	background: #000;
	color: #fff;
}

.sidebar .latest-video a .play-button i {
    margin-left: 5px;
}

.sidebar .latest-video .video-label {
    background: rgba(255,255,255,.8);
    color: #000;
    text-transform: uppercase;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
}

.sidebar .popular-tags{
	text-align: center;
}

.tags a{
	background: #ddd;
    color: #666;
    padding: 2px 4px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px!important;
    display: inline-block;
    margin-bottom: 3px;
}

.tags a:hover{
	background: #000;
	color:#fddb00;
}

@media (max-width: 768px) {
	.sidebar-ad{
		display: none;
	}
	.sidebar #sticky-wrapper{
		display: none;
	}
}


/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.no-results input[type="submit"]{
	height: 38px;
    line-height: 38px;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
}


/*--------------------------------------------------------------
Contact 
--------------------------------------------------------------*/
.contact .fa{
	margin-right: 15px;
}

.contact strong{
	font-weight: 500!important;
}

@media (max-width: 728px) {
	.contact .one-half{
		width:100%;
		margin-left:0;
	}
}

/*--------------------------------------------------------------
Blog Grid
--------------------------------------------------------------*/
.blog-archive{
	margin-top: 0px;
}

.blog-archive .blog-grid-item,
.single .blog-grid-item{
	position: relative;
	width:50%;
	float:left;
}

.single .blog-grid-item{
	position: relative;
	width:33.33%;
	float:left;
}

.blog-grid-item .grid-item-padding{
	padding:0 5px 10px;
}

.single .blog-grid-item .grid-item-padding{
	padding: 0 5px;
}

.blog-grid-item.has-shop-button .grid-item-padding{
	padding:0 5px 27px;
}

.blog-grid{
	margin-bottom: 50px;
}

.blog-grid:after {
  content: '';
  display: block;
  clear: both;
}

#infscr-loading{
	display: none;
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
}

#infscr-loading em{
	font-style: normal!important;
}

.blog-grid-sizer{
	width:50%;
}

.single .blog-grid-sizer{
	width:33.33%;
}

.blog-archive .blog-grid-item .entry-image{
	position: relative;
}

.blog-grid .blog-grid-item .box-shadow{
	transition:box-shadow .3s ease-in-out;
}

.blog-archive .blog-grid-item .entry-image .entry-cats{
	position: absolute;
	z-index: 2;
	top:10px;
	left:10px;
}

.cat-items a{
	background: #000;
    color: #fddb00;
    padding: 2px 4px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px!important;
    display: inline-block;
    margin-bottom: 3px;
}

.cat-items a:hover{
	color:#000;
	background: #fddb00;
}

.blog-archive .blog-grid-item .entry-title{
	background: rgba(255,255,255,.8);
	color:#333;
	text-transform: uppercase;
	padding:10px 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: -6px;
	font-weight: 400;
}

.blog-archive .blog-grid-item .entry-title:visited{
	color:#333!important;
}

.blog-archive .blog-grid-item .shop-button-holder{
	position: relative;
	height:15px;
}

.blog-archive .blog-grid-item .shop-now-button{
	font-size: 12px;
	font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -43px;
}

@media (max-width: 600px) {
	.single .blog-grid-item{
		width:50%;
	}

	.single .blog-grid-sizer{
		width:50%;
	}
}

/*--------------------------------------------------------------
Blog Post
--------------------------------------------------------------*/
.blog-post-body{
	margin-bottom: 30px;
}

.blog-post-body .post-width{
	max-width:720px;
	width: 100%;
}

.single .post-width img{
	width:100%;
	height: auto;
	display: block;
}

.single .single-shop-now-button{
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.single .shop-now-button-wrapper{
	padding: 0 10px;
}

.blog-post-body .post-holder{
	padding: 0;
	background:#fff;
	margin-top:0;
}

.blog-post-body .post-meta{
	margin: 10px 0;
}

.blog-post-body .post-meta .meta{
	background: #dedede;
	padding:2px 8px;
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
	font-size: 12px;
	width:auto;
	display: inline-block;
}

.blog-post-body .post-cats{
	display: inline-block;
	width:auto;
}

.blog-post-body .post-cats ul{
	padding: 0;
	margin: 0;
}

.blog-post-body .post-cats ul li{
	display: inline;
}

.blog-post-body .post-cats ul li a{
	background: #000;
	color: #fddb00;
	padding: 2px 4px;
	display: inline-block;
	width: auto;
	font-size: 12px;
	text-transform: uppercase;
	margin:0 1px;
	font-style: italic;
}

.blog-post-body .entry-content p,
.blog-post-body .entry-content h3{
	padding: 0 25px;
}

.blog-post-body .entry-content p{
	color: #333;
	margin: 30px 0;
}

.blog-post-body .share-buttons{
	border-bottom: 6px solid #dedede;
	padding: 15px 0;
}

.blog-post-body .share-buttons .share-text{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-right:15px;
}

.blog-post-body .share-buttons a,
.blog-post-body .share-buttons a:visited{
	color: #000;
	margin-right:15px;
	font-size: 16px;
}

.blog-post-body .shop-product h4{
	padding: 0 25px;
	margin: 10px 0 0 0;
}

.blog-post-body .shop-product p{
	margin:5px 0 15px 0;
}

.blog-post-body .shop-product{
	margin-top: 10px;
	text-align: center;
}

.related-posts .container{
	border-top: 6px solid #dedede;
	padding: 0;
}

.related-posts h3{
	margin: 20px 0;
}

.related-posts .related-post-list .one-fifth:first-child{
	margin: 0 0 30px 0;
}

.related-posts .related-post-list .one-fifth{
	margin-bottom: 30px;
}

.related-posts .related-post-list .one-fifth a:hover,
.blog-grid .blog-grid-item .box-shadow:hover{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.related-posts .related-post-list .one-fifth img{
	width: 100%;
	height:auto;
	display: block;
}

.related-posts .related-post-list a{
	display: inline-block;
}

.related-posts .related-post-list .related-post-title{
	background: #fff;
	text-transform: uppercase;
	text-align: center;
	padding:10px 15px;
	font-size: 12px;
	color:#333;
	font-weight: 400;
	width:100%;
	display: inline-block;
	margin-top: -6px;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#respond #reply-title,
#comments .comments-title{
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 30px;
}

#respond a{
	color: #333;
}

#respond .comment-notes{
	display: none;
}

#respond #author,
#respond #email,
#respond #url{
	margin-bottom: 10px;
}

::-webkit-input-placeholder {
   text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-transform: uppercase;  
}

:-ms-input-placeholder {  
  	text-transform: uppercase; 
}

#respond #submit{
	width:90px;
	height:90px;
	line-height:72px;
	text-align:center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 100%;
	transition: all .3s ease-in-out;
	font-weight: 400;
}

#respond #commentform{
	position: relative;
}

#respond .form-submit{
	position: absolute;
	bottom:27px;
	right:0;
}


/*--------------------------------------------------------------
Popup Subscribe
--------------------------------------------------------------*/
.cbox_wpp_default_theme{
	background: rgba(0,0,0,0.7)!important;
}

.wpp_popup_default_theme ul{
	display: none;
}

.wpp_popup_default_theme .sub_content form input[type="text"] {
    height: 38px!important;
    margin: 2px!important;
}

.wpp_popup_default_theme .sub_content h3 {
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.wpp_popup_default_theme .sub_content form input[type="submit"] {
	height:38px;
	line-height: 38px;
	padding:0 15px;
	font-size: 14px;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.section{
	
}

.container{
	max-width:1120px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid{
	width:100%;
}

.row{

}

.row:before,
.container:before,
.container-fluid:before{
	content: "";
	display: table;
}

.row:after,
.container:after,
.container-fluid:after {
	clear: both;
	content: "";
	display: table;
}

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds,
.main-col,
.sidebar {
	float: left;
	position: relative;
	margin-left: 3%;
}

.main-col{
	width:70%;
}

.sidebar{
	width:27%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.5%;
}
 
.one-third,
.two-sixths {
	width: 31.333333333333%;
}
 
.four-sixths,
.two-thirds {
	width: 65.666666666667%;
}
 
.one-fourth {
	width: 22.75%;
}
 
.three-fourths {
	width: 74.25%;
}
 
.one-fifth {
	width: 17.6%;
}
 
.two-fifths {
	width: 38.2%;
}
 
.three-fifths {
	width: 58.8%;
}
 
.four-fifths {
	width: 79.4%;
}
 
.one-sixth {
	width: 14.166666666667%;
}
 
.five-sixths {
	width: 82.833333333333%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

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


@media (max-width: 1150px) {
	.container{
		padding-right:10px;
		padding-left:10px;
	}
}

/*--------------------------------------------------------------
Slick Slider
--------------------------------------------------------------*/
.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: 20px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: inline-block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 70px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: 1;
    color: #fddb00;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: black;
}


/****************************  RESPONSIVE ******************************/
/****************************  RESPONSIVE ******************************/
/****************************  RESPONSIVE ******************************/


/*iPad Landscape*/
@media screen and (max-width: 1030px) { 



}

/*iPad Portrait*/
@media screen and (max-width: 768px) { 

#page-title .subscribe-heading h5 {
  margin: 13px auto 0;
  max-width: 250px;
  padding: 3px 0 0 45px;
}

#page-title .home-leaderboard-ad {
	height:auto
	}

.main-col { 
	width:100%;
	margin-bottom:10px;
}

.sidebar {
  clear: both;
  float: none;
  margin: 10px auto 0;
  width: 300px;
}
.sidebar-ad {
  margin: 0 auto;
  max-width: 300px;
}

.large-gift-voucher { 
	max-width:300px;
	margin:0 auto;

}

.shop-now.widget img {
	width:100%;
	
	}


.related-post-list .one-fifth {
  float: none;
  width: 100%;
}

.related-posts .related-post-list a {
  display: inline-block;
  width: 100%;
}

.related-posts .related-post-list .one-fifth, .related-posts .related-post-list .one-fifth:first-child {
  margin: 0;
  padding: 10px 10px 0;
}


.stylists .team-member img {
  width: 90%;
}

.team-member .one-third {
	width:100%;
	}
	
.stylists .team-member img{
	margin:0 auto 20px;
	}

.team-member .team-member-details {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.marketing-services .marketing-sidebar {
	width:100%
}
	
.marketing-services .two-thirds {
	width:100%;
}	
	

}

/*Phone Landscape*/
@media screen and (max-width: 640px) { 

.blog-archive .blog-grid-item {
  float: none !important;
  height: auto !important;
  left: auto !important;
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}

.marketing-services .two-thirds {
  margin: 10px 0 0;
  width: 100%;
}
	


}

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

.service-info .one-third, .service-info .two-thirds {
	width:100%;
	margin:0px;
	}

.service-info .team-member .one-third {
	width: 100px;
	margin:0
	}

.service-info .team-member .two-thirds {
  width: 65.6667%;
  text-align:left;
}
 	
	
	

}


/*Phone Portrait*/
@media screen and (max-width: 320px) { 



}


#footer .legal-menu ul li.credits {display:none}

.page-id-4 #footer .legal-menu ul li.credits,
.blog #footer .legal-menu ul li.credits,
.page-id-11832 #footer .legal-menu ul li.credits,
.page-id-20021 #footer .legal-menu ul li.credits, 
.page-id-19911 #footer .legal-menu ul li.credits {
	display:inline-block
}


</pre></body></html>