/* Theme Name: Yellow Box Marketing Forge 3
Theme URI: http://www.yellowboxmarketing.co.uk
Description: This website was developed with Forge 3 by Yellow Box Marketing.
Author: Philip Whittle
Author URI: http://www.yellowboxmarketing.co.uk
Version: 1.0 */

.wpcf7-recaptcha div { display: inline-block; }

/* Layout Containers Header */

.accountBar {
	width: 100%;
	float: left;
	background: #333333;
	color: #ffffff;
	font-size: 10pt;
}

.logoBar {
    width: 100%;
    float: left;
    background: #ffffff;
	padding: 12px 0;
	position: relative;
    z-index: 40;
}
.logoBarMob {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 12px 0;
    position: relative;
    z-index: 40;
}
.logoLeft {
    text-align: left;
}

.menuBar {
    width: 100%;
    float: left;
    background: #6d5faa;
    color: #ffffff;
	padding: 24px 0;
    z-index: 39;
    top: -500px;
	padding-top: 157px;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.8)
    -moz-box-shadow:    0px 0px 50px 0px rgba(0, 0, 0, 0.8)
    box-shadow:         0px 0px 50px 0px rgba(0, 0, 0, 0.8)
}

.menuBarActive {
	top: 0;
}

.menuWidget {
    text-align: left;
}

/* Layout Defaults */

body {
    text-align: center;
    background: #333333;
    color: #333333;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

.bodyBar {
    width: 100%;
    float: left;
    background: #ffffff;
}

/* Layout Containers Footer */

.footerBar {
    width: 100%;
    float: left;
}

.badgesBar {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.badgesBar:before {
    position: absolute;
    top: -99px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.badgesBar:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.enquiryBar {
	width: 100%;
	float: left;
	background: #333333 url('../jpg/enquirybackground.jpg') center center;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    position: relative;
}
.enquiryBarOverlay {
    float: left;
    width: 100%;
    background: rgba(239, 24, 83, 0.8);
    padding: 150px 0;
}

.awardsBar {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.awardsBar:before {
    position: absolute;
    top: -99px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.awardsBar:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.socialBar {
    width: 100%;
    float: left;
    background: #333333;
    color: #aaaaaa;
    padding: 150px 0 0;
}

.detailsBar {
    width: 100%;
    float: left;
    background: #333333;
    color: #aaaaaa;
    padding: 50px 0 50px;
}
.detailsWidget {
    float: left;
    width: 26.6%;
    margin-right: 10.1%;
}

.copyrightBar {
    width: 100%;
    float: left;
    background: #333333;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 8pt;
    padding: 6px 0 12px;
}
.copyrightWidget {
}

/* Layout Containers Home Page */

.homepageBar {
    width: 100%;
    float: left;
}

.sliderBar {
    width: 100%;
    float: left;
    background: #ffffff;
}

.introBar {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    background: #333333;
    background-size: cover;
    background-attachment: fixed;
}

.introBarOverlay {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.clickToCallBar {
    float: left;
    width: 100%;
    font-size: 15pt;
    font-weight: 700;
}

.taglineBar {
    width: 100%;
    float: left;
    background: #ffffff;
}
.featureBar {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.featureBar:before {
    position: absolute;
    top: -100px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.featureBar:after {
    position: absolute;
    bottom: -99px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.featureWidget {
    float: left;
	width: 25%;
    text-align: left;
    margin-top: 25px;
}
.featureWidget:nth-of-type(4n+1) {
    clear: both;
}
.featureWidgetPadding {
}
.macBar {
	width: 100%;
	float: left;
	background: #333333 url('../webp/cbs-apple.png.webp') center center;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    position: relative;
}
.macBarOverlay {
    float: left;
    width: 100%;
    background: rgba(239, 24, 83, 0.8);
    padding: 150px 0;
}
.ctaBar {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.ctaBar:before {
    position: absolute;
    top: -100px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.ctaBar:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.ctaWidget {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.aboutBar {
    width: 100%;
    float: left;
    background: #333333 url('../webp/cbs-6.png-scaled.webp') center center;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    position: relative;
}
.aboutBarOverlay {
    float: left;
    width: 100%;
    background: rgba(109, 95, 170, 0.8);
    padding: 150px 0;
}

/* Layout Containers Content Page */

.gdprWidget {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    color: #ffffff;
    padding: 15px;
	min-height: 385px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gdprWidget:nth-of-type(3n) {
	margin-right: 0;
}

.pageBar {
    width: 100%;
    float: left;
    text-align: left;
	font-size: 14pt;
    background: #ffffff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.pageBar:before {
    position: absolute;
    top: -100px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.pageBar:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    height: 100px;
    width: 100%;
	content: " ";
    background: #ffffff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.pageBarPurple {
    width: 100%;
    float: left;
    text-align: left;
	font-size: 14pt;
    background: #6d5faa;
	color: #ffffff;
    padding: 150px 0;
    position: relative;
}

.pageBarPink {
    width: 100%;
    float: left;
    text-align: left;
	font-size: 14pt;
    background: #ef1853;
	color: #ffffff;
    padding: 150px 0;
    position: relative;
}

.pageTitleBar {
	width: 100%;
	float: left;
	background: #6d5faa;
    background-position: center center;
    background-size: cover !important;
	color: #ffffff;
	padding: 120px 0;
	font-size: 14pt;
}

.splitSection {
    float: left;
	width: 100%;
	padding: 50px 0;
	background: #ffffff;
}

.splitSection2 {
    float: left;
	width: 100%;
	padding: 50px 0;
	background: #efefef;
}

/* Layout Containers Blog Page */

.blogBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.blogTitleBar {
	width: 100%;
	float: left;
	background: #333333;
	color: #ffffff;
	padding: 6px 0;
}
.blogLeft {
}
.blogRight {
}

.blogSidebar {
	float: left;
	background: #6d5faa;
	color: #ffffff;
	width: calc(100% - 30px);
	margin: 0 15px;
	padding: 18px;
	font-size: 11pt;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.blogSidebar h3 {
	width: calc(100% - 30px);
	margin: 10px 15px 15px;
	padding: 0 0 0 46px;
	background-image: url('../png/icon_news.png');
    background-position: center left;
    background-size: contain;
	background-repeat: no-repeat;
}

span.post-date {
    display: block;
    width: 100%;
	font-size: 8pt;
	margin-bottom: 10px;
}

/* Layout Containers Contact Page */

.contactBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.contactLeft {
}
.contactRight {
}

/* Layout Containers Gallery Page */

.galleryBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.galleryLeft {
}
.galleryRight {
}
.galleryFull {
}

.galleryWidget {
	float: left;
	width: 33.3%;
	margin-bottom: 12px;
}

.galleryWidget:nth-of-type(3n+1) {
    clear: both;
}

/* Layout Containers Shop Page */

.shopBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 24px 0;
}
.shopBreadcrumbsBar {
    width: 100%;
    float: left;
    padding: 6px 0;
    color: #ffffff;
    background: #dedede;
    text-align: left;
}
.shopLeft {
}
.shopRight {
}
.shopFull {
}

/* Layout Alignment */

.paraGrid {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}

.titleBar {
	width: 100%;
	float: left;
	padding-bottom: 12px;
}

.grid1 {
	float: left;
	width: 100%;
}

.grid2 {
	float: left;
	width: 50%;
}

.grid3 {
	float: left;
	width: 33.3%;
}

.grid3_2 {
	float: left;
	width: 66.7%;
}

.grid3Middle {
	float: left;
	width: 33.4%;
}

.grid4 {
	float: left;
	width: 25%;
}

.grid4_3 {
	float: left;
	width: 75%;
}

.grid5 {
	float: left;
	width: 20%;
}

.grid5_2 {
	float: left;
	width: 40%;
}

.grid5_3 {
	float: left;
	width: 60%;
}

.grid5_4 {
	float: left;
	width: 80%;
}

.grid6 {
    float: left;
	width: 16.66%;
}

.gridInside {
	width: 90%;
	padding: 0 5%;
}

.gridInsideBig {
	width: 70%;
	padding: 0 15%;
}

.grid970 {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.textLeft {text-align: left;}
.textCenter {text-align: center;}
.textRight {text-align: right;}

.textVertical {
	height: 259px;
	line-height: 259px
}
.textVertical span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.attachment-post-thumbnail {
    height: auto;
    max-width: 100%;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img {
    border: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.clear {clear: both; margin: 0; padding: 0;}
.last {margin-right: 0 !important; margin-bottom: 0 !important;}
.nopadding {vertical-align: bottom;}

/* Content Text & Headers */

.colorPurple {
    color: #6d5faa;
}

.colorPink {
    color: #ef1853;
}

.boxPurple {
    padding: 15px;
    float: left;
    background: #6d5faa;
    color: #ffffff;
    width: calc(100% - 30px);
    margin-left: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.boxPink {
    padding: 15px;
    float: left;
    background: #ef1853;
    color: #ffffff;
    width: calc(100% - 30px);
    margin-left: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

p {
    padding: 0 15px;
    margin: 10px 0;
}

.featureBar p {
    padding: 0 15px;
}

.copyrightBar p {
    margin: 0;
}

.menuBar p {
    padding: 0;
}

p.meta {
    padding: 0 15px;
    margin: 0 0 10px;
    font-size: 9pt;
}

h1 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.7em;
}

.pageTitleBar h1 {
	font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
}

.taglineBar h1 {
    margin-bottom: 0;
    font-size: 1.4em;
}

h2 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.6em;
}

.taglineBar h2 {
    margin-top: 0;
    font-size: 1em;
}

h3 {    
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.5em;
	text-transform: uppercase;
    font-weight: 400;
}

.menuBar h3 {
    padding: 0;
}

.featureWidget h3 {
    font-size: 1.2em;
    color: #6d5faa;
}

.featureText h3 {
    font-size: 1.2em;
	color: #6d5faa;
}

.ctaWidget h3 {
    font-size: 1.2em;
    color: #ef1853;
}

h4 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.4em;
}

.detailsBar h4 {
    color: #ffffff;
}

.socialBar h4 {
    color: #ffffff;
}

h5 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.3em;
}

h6 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.2em;
}

h6.meta {
    padding: 0 15px;
    margin: 10px 0 0;
}

.underline {
	width: 100%;
	height: 3px;
	background: url('../png/underline.png') center center;
	background-repeat: no-repeat;
}

.underlineLight {
	width: 100%;
	height: 3px;
	background: url('../png/underlinelight.png') center center;
	background-repeat: no-repeat;
}

.underlineLightLeft {
    width: 100%;
    height: 3px;
	background: url('../png/underlinelight.png') left center;
	background-repeat: no-repeat;
}

.underlineDark {
	width: 100%;
	height: 3px;
	background: url('../png/underlinedark.png') center center;
	background-repeat: no-repeat;
}

.underlinePurple {
	width: 100%;
	height: 3px;
	background: url('../png/underlinepurple.png') center center;
	background-repeat: no-repeat;
}

.underlinePink {
	width: 100%;
	height: 3px;
	background: url('../png/underlinepink.png') center center;
	background-repeat: no-repeat;
}

/* Content Images */

img {
    padding: 0px;
    margin: 0px;
	max-width: 100%;
    height: auto;
}

#postLeft img {
    max-width: 100px;
}

.badgesBar img, .awardsBar img {
    margin: 16px;
	height: 52px;
}

.featureWidget img {
    border-bottom: 4px solid #6d5faa;
}

.featureWidget img:hover {
    border-bottom: 4px solid #ee1852;
}

.featureWidgetImage {
    border-bottom: 4px solid #6d5faa;
}

.featureWidgetImage:hover {
    border-bottom: 4px solid #ee1852;
}

.profilePhoto {
    height: 250px;
	border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    position: relative;
	top: 0;
    border: 3px solid #ffffff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.profilePhoto:hover {
    border: 3px solid #dedede;
	top: -6px;
}

.circleGraphic {
    width: 120px;
    border-radius: 250px;
    -moz-border-radius: 250px;
    -webkit-border-radius: 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Content Videos */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Content Lists */

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

li {
    list-style-type: disc;
    margin-left: 15px;
}

.bodyBar ul {
    padding-left: 15px;
}

.rev_slider ul {
    padding-left: 0 !important;
}

.tp-bullets {
	z-index: 750 !important;
}

/* Content Menus */


header, a, img { /* Header Test */
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.logoBar img {
    height:76px;
}

.logoBar ul li a {
    line-height: 40px;
    height: 40px; 
    padding: 0;
    display: block;
	position: relative;
    text-transform: uppercase;
    margin: 0 0 0 20px;
    text-decoration: none;
    color: #666666;
    letter-spacing: 1px;
    z-index: 999;
}

.logoBar ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #6d5faa;
  transition: 0.4s;
}

.logoBar ul li a:hover:after {
  width: 100%;
}

.logoBar ul li a:hover {
    z-index: 999;
}

.logoBar ul li.current_page_item a {
    z-index: 999;
}

.logoBar ul li.current_page_item a:after {
    border-bottom: 2px solid #ef1853;
	width: 100%;
}

.logoBar ul { /* Menu Level 1 */
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 999;
    vertical-align: bottom;
}

.logoBar li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    position: relative;
    vertical-align: bottom;
    margin: 0;
    z-index: 999;
}

.logoBar ul li {
    padding: 0;
    display: block;
    float: left;
    line-height: 30px;
    z-index: 999;
}

.logoBar ul ul { /* Menu Level 2 */
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    background: url('../png/transparent.png');
    padding-top: 38px;
}

.logoBar ul ul li {
    float: none;
    width: 200px;
    text-align: left;
}

.logoBar ul li.current_page_item ul li a, .logoBar ul ul li a {
    width: 180px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #282828;
    background-position: center;
    color: #ffffff;
    margin: 0;
    font-size: 8pt;
    letter-spacing: 0;
    text-transform: none;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    z-index:999;
}

.logoBar ul li.current_page_item ul li a:hover, .logoBar ul ul li a:hover {
    color: #ffffff;
    background: #a40207;
    background-position: center;
    padding: 0 10px;
    line-height: 30px;
}

.logoBar ul li:hover > ul {
    display: block;
}

.logoBar ul ul li ul { /* Menu Level 3 */
    left: 180px;
    top: 0;
    padding-top: 0;
}

/* Content UberMenu Style */

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle { /* Toggle Button */
	background: #333333 !important;
    font-size: 15pt !important;
}

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover { /* Toggle Button Hover */
	background: #222222 !important;
}

.ubermenu-skin-black-white-2 { /* Drop Down First Level */
  border: 1px solid #000000 !important;
  background-color: #3d3d3d !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121)) !important;
  background: -webkit-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -moz-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -ms-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -o-linear-gradient(top, #3d3d3d, #212121) !important;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target { /* Drop Down Hover */
  background: #222222 !important;
  color: #ffffff !important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop { /* Second Level Drop Down */
	background: #ffffff !important;
}

#ubermenu-main-2-main_nav { /* Remove Invisible Border Below Button */
    border: 0 !important;
}

/* Content Links & Buttons */

a, a:visited {
    text-decoration: none;
    color: #6d5faa;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

a:hover, a:active {
    color: #ec1750;
}

.accountBar a, .accountBar a:visited, .detailsBar a, .detailsBar a:visited, .copyrightBar a, .copyrightBar a:visited {
    color: #ef1853;
}

.accountBar a:hover, .accountBar a:active, .detailsBar a:hover, .detailsBar a:active, .copyrightBar a:hover, .copyrightBar a:active {
    color: #ffffff;
}

.menuBar a, .menuBar a:visited {
    color: #ffffff;
}

.menuBar a:hover, .menuBar a:active {
    color: #ef1853;
}

.blogSidebar a, .blogSidebar a:visited {
    color: #ffffff;
}

.blogSidebar a:hover, .blogSidebar a:active {
	color: #ef1853;
}

button, input[type=submit] {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.buttonBasic {
    padding: 6px 12px;
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonBasic:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonBasic {
    color: #ffffff !important;
}

a:hover.buttonBasic {
    color: #ffffff !important;
}

.buttonTransparent {
    padding: 6px 12px;
    color: #333333;
    background: rgba(0,0,0,0) center;
    border: 2px solid #333333;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonTransparent:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonTransparent {
    color: #333333 !important;
}

a:hover.buttonTransparent {
    color: #ffffff !important;
}

.buttonWhite {
    padding: 6px 12px;
    color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonWhite:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonWhite {
    color: #333333 !important;
}

a:hover.buttonWhite {
    color: #ffffff !important;
}

.buttonWhiteTransparent {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background: rgba(0,0,0,0);
    border: 2px solid #ffffff;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonWhiteTransparent:hover{
    color: #6d5faa;
    background: #ffffff;
    border: 2px solid #ffffff;
}

a.buttonWhiteTransparent {
    color: #ffffff !important;
}

a:hover.buttonWhiteTransparent {
    color: #6d5faa !important;
}

.buttonPurple, .prev-posts a, .next-posts a {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background: #6d5faa;
    border: 2px solid #6d5faa;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonPurple:hover{
    color: #ffffff;
    background: #ee1852;
    border: 2px solid #ee1852;
}

a.buttonPurple {
    color: #ffffff !important;
}

a:hover.buttonPurple {
    color: #ffffff !important;
}

.buttonPink {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background: #ee1852;
    border: 2px solid #ee1852;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonPink:hover{
    color: #ffffff;
    background: #6d5faa;
    border: 2px solid #6d5faa;
}

a.buttonPink {
    color: #ffffff !important;
}

a:hover.buttonPink {
    color: #ffffff !important;
}

.buttonColourTransparent {
    padding: 6px 12px;
    color: #f07622;
    background: rgba(0,0,0,0);
    border: 2px solid #f07622;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonColourTransparent:hover{
    color: #ffffff;
    background: #f07622;
    border: 2px solid #f07622;
}

a.buttonColourTransparent {
    color: #f07622 !important;
}

a:hover.buttonColourTransparent {
    color: #ffffff !important;
}

p.buttonSpace {
    margin: 15px 0;
}

.submitCenter {
    margin-left: 20px;
}

.clickToCallBar a {
    width: 100%;
    display: block;
    line-height: 2.5em;
    background: #333333 url('../png/splitbg.png') center;
    color: #ffffff;
}

.socialButton {
    max-width: 32px !important;
}

/* Content Contact Forms */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #fff;
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #fff;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #fff;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #fff;
	opacity: 1;
}

.sidebarForm input::-webkit-input-placeholder, .sidebarForm textarea::-webkit-input-placeholder { 
    color:    #333;
	opacity: 1;
}
.sidebarForm input:-moz-placeholder, .sidebarForm textarea:-moz-placeholder { 
    color:    #333;
	opacity: 1;
}
.sidebarForm input::-moz-placeholder, .sidebarForm textarea::-moz-placeholder { 
    color:    #333;
	opacity: 1;
}
.sidebarForm input:-ms-input-placeholder, .sidebarForm textarea:-ms-input-placeholder { 
    color:    #333;
	opacity: 1;
}

.contact, .input-text {
    width: 100%;
    padding: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    border: 2px solid #fff;
	color: #fff;
    background: rgba(0,0,0,0);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.sidebarForm .contact, .sidebarForm .input-text {
    width: 100%;
    padding: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    border: 2px solid #333;
	color: #333;
    background: rgba(0,0,0,0);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact:hover, .input-text:hover {
    border: 2px solid #fff;
}

.sidebarForm .contact:hover, .sidebarForm .input-text:hover {
    border: 2px solid #333;
}

.contact2 {
    width: 100%;
    height: 60px;
    padding: 15px;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    border: 2px solid #fff;
    background: rgba(0,0,0,0);
	color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.sidebarForm .contact2 {
    width: 100%;
    height: 60px;
    padding: 15px;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    border: 2px solid #333;
    background: rgba(0,0,0,0);
	color: #333333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact2:hover {
    border: 2px solid #fff;
}

.sidebarForm .contact2:hover {
    border: 2px solid #333;
}

.contact3 {
    width: 180px;
    padding: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    background: rgba(0,0,0,0);
    border: 2px solid #ffffff;
	color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact3:hover {
    border: 2px solid #ffffff;
}

.verification {
    padding: 0;
    margin: 0 0 8px;
    vertical-align: bottom;
}

.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    display: none;
}

.wpcf7-form .fleft{
  float: left;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}

form.invalid input.wpcf7-not-valid{
  border:1px solid red;
  background:#f0e3e3;
}

/* Content Data Grids */

.dataRow {
	float: left;
	width: 100%;
}

.data2 {
	float: left;
	width: 50%;
}

.data3 {
	float: left;
	width: 33.3%;
}

.data3_2 {
	float: left;
	width: 66.6%;
}

.data4 {
	float: left;
1	width: 25%;
}

.data4_3 {
	float: left;
	width: 75%;
}

.data5 {
	float: left;
	width: 20%;
}

.data5_2 {
	float: left;
	width: 40%;
}

.data5_3 {
	float: left;
	width: 60%;
}

.data5_4 {
	float: left;
	width: 80%;
}

.data6 {
	float: left;
	width: 16.66%;
}

.data6_2 {
	float: left;
	width: 33.33%;
}

.data6_3 {
	float: left;
	width: 50%;
}

.data6_4 {
	float: left;
	width: 66.66%;
}

.data6_5 {
	float: left;
	width: 83.33%;
}

.cellLight {
	width: 100%;
	float: left;
	background: #efefef;
}

.cellDark {
	width: 100%;
	float: left;
	background: #dedede;
}

.cellTitle {
	width: 100%;
	float: left;
	background: #B69EF1;
	color: #ffffff;
}

/* Content Animations */

.readMore {
	font-size: 12pt;
}

.readMore a {
    text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10pt;
	cursor: pointer;
}

.readMoreSection {
	max-height: 0;
	overflow: hidden;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.readMoreActive {
	max-height: 1000px;
}

.fade {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.fade:hover {
    opacity: 0.5;
}

.reveal {
	opacity: 0.5;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.reveal:hover {
	opacity: 1;
}

/* Content WooCommerce Support */

.widget_shopping_cart_content {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}

p.total {
    padding: 15px 15px 0 !important;
}

.woocommerce-variation-description p {
    padding: 0;
}

.shortDescription p {
    padding: 0;
}

p.woocommerce-result-count {
    padding: 0;
}

address, .edit {
    padding: 0 15px;
}

.variation {
    font-size: 8pt;
}

ul.payment_methods li {
    list-style-type: none;
}

ul.products {
	width: 100% !important;
	float: left !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	padding: 0 15px !important;
}

.checkout-button {
    background: #333333 !important;
}

.checkout-button:hover {
    background: #555555 !important;
}

.woocommerce-breadcrumb {
	width: 100% !important;
	float: left !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	padding: 0 15px !important;
}

.woocommerce-result-count {
	width: 100% !important;
	float: left !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	padding: 0 15px !important;
}

.woocommerce-Price-amount {
    color: #d60b52 !important;
}

.accountBar .woocommerce-Price-amount {
    color: #ffffff !important;
}

p.price {
	padding: 0;
}

p.price ins {
    color: #333333 !important;
}

.wooShortDescription {
    padding: 0 0 6px;
}

.wooShortDescription p {
    padding: 0;
}

span.onsale {
    background-color: #d60b52 !important;
    border: 2px solid #ffffff;
}

.woocommerce-breadcrumb {
    margin: 0 !important;
    color: #54616c !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb a:visited {
    color: #d60b52 !important;
}

.woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:active {
    color: #f7941e !important;
}

.single_add_to_cart_button {
    background: #77a464 !important;
    padding: 18px 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10pt !important;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

button.single_add_to_cart_button:hover {
    background-color: #333 !important;
}

.woocommerce .quantity .qty {
    width: 5em !important;
    border-radius: 3px !important;
}

.woocommerce-tabs {
    float: right !important;
    width: 48% !important;
    clear: none !important;
}

.shop_attributes {
     margin-bottom: 12px !important;
}

.accordion-header {
    min-height: 20px !important;
}

.accordion-header h1 {
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: normal !important;
}

.drawer {
    margin-bottom: 12px;
}

.woocommerce-Tabs-panel {
    float: left;
}

.prdctfltr_wc {
    margin: 0 15px 24px !important;
    padding: 12px !important;
    border: 1px solid #dedede;
    background: #ffffff;
}

.prdctfltr_filter_title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
}

.prdctfltr-bars {
    line-height: 20px !important;
    height: 26px !important;
}

.prdctfltr_buttons {
    padding-bottom: 0 !important;
}

.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 11pt;
}

.product_meta .sku, .product_meta .posted_in a, .product_meta .tagged_as a {
    font-weight: normal;
}

.woocommerce ul.products li.product .button, .prdctfltr_woocommerce_filter_submit, .form-submit .submit {
   color: #ffffff !important;
   background: #eca87b !important;
   border: 1px solid #eca87b !important;
}

.commentlist {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.commentlist li {
    list-style-type: none !important;
}

.woocommerce-product-rating {
    margin-bottom: 12px !important;
}

p.stars {
    padding: 0 !important;  
}

.woo-vari-selectors select {
    padding: 12px;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 0 !improtant;
    -moz-border-radius: 0 !improtant;
    -webkit-border-radius: 0 !improtant;
}

.woo-vari-selectors select:hover {
    border: 1px solid #333333;
}

.woo-vari-titles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    line-height: 3em !important;
}

.quantity .plus, .quantity .minus {
    position: relative !important;
    float: left !important;
    background: #efefef !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    height: 50px !important;
    width: 38px !important;
    font-weight: normal !important;
}

.quantity .input-text {
    float: left !important;
    border: 0 !important;
    margin: 0 2px !important;
    background: #efefef !important;
    height: 50px !important;
    font-weight: normal !important;
}

.woocommerce-LoopProduct-link .star-rating {
    margin: 0px auto 10px !important;
    width: 100% !important;
    color: #333333 !important;
}

.woocommerce .star-rating span::before {
    width: 100% !important;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-checkout-review-order {
    padding: 0 15px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
    padding: 0;
}

/* Custom Tweaks */

.ctf-item  {
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	padding: 15px !important;
	text-align: left;
	color: #ffffff;
	min-height: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ctf-item a, .ctf-item a:visited {
    color: #ec1750;
}

.ctf-item a:hover, .ctf-item a:active {
    color: #ffffff;
}

#ctf .ctf-tweet-actions a.ctf-reply, #ctf .ctf-tweet-actions a.ctf-retweet, #ctf .ctf-tweet-actions a.ctf-like {
	color: #ffffff !important;
}

.ctf-author-name {
	margin-left: 0 !important;
}

.ctf-item:nth-of-type(3n) {
	margin-right: 0;
}

.offerTitle {
    font-size: 3em;
}

.greyBox {
    float: left;
    width: 100%;
    background: #efefef;
    padding: 20px 0;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}