/*
Theme Name: f360
Theme URI: http://a9cs.com
Author: A9 Creative & SEO
Author URI: http://a9cs.com
Description: f360 by A9
Version: 2.0.5
License: All rights reserved, not for duplication.
License URI: http://a9cs.com
Text Domain: f360
Domain Path: /languages/
Tags: responsive, A9

f360 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. with hundreds of hours of extra code ;)

*/
/* 
Replace buttons etc #54397e blue with #DB8E1B gold or #383737 grey
Replace headers etc #131313 Black with #008080 green or #3c3b3b dark grey
Replace some a:hover #a9a9a9 with #B64611 dark red or #505050 dark grey
*/

/* =Global
----------------------------------------------- */
body {
	color: #6B6B6B;
	font-family: "Raleway", sans-serif !important;
	font-size: 18px;
	line-height: 1.7;
	word-wrap: break-word;
}
p {
    margin: 18px 0 15px !important;
}
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  color: #F87F09;
  transition: all 0.2s;
}
a:hover,
a:focus {
  color: #E67709;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
	color: #3c3b3b;
	line-height:1.3em;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 26px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


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

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

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

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

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

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

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

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

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 0px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.widget1 {
padding: 7px 45px 30px;
/* border-bottom:1px dashed #999; */
}
.widgettestim {
padding: 7px 12px 30px;
}
.widgettitletestim {
padding:0 0 0 34px;
}
.widgetimage img{
float: left;
margin: 5px 10px 0 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #383737;
}
.btn-primary, .label-primary {
	background-color: #1baae1;
	border-color: #179acc;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #1baae1;
	border-color: #1384af;
}
.widget .input-group {
    width: 100%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #383737 !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #383737 !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-branding-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #3c3b3b;
  font-weight: 200;
  font-size: 18px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
	font-weight:400;
	margin-bottom: 25px;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #999;
  background: #eee;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
/* Main menu colour */
  background-color: #505050;
  font-weight: 200;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-right: 1px solid #505050;
/* box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid #505050;
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 18px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #383737;
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

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

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

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

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

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

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

.comment-list li.comment > 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;
}
.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: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #383737;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 34px;
  font-weight: 700;
  color: #3c3b3b;
  margin-top:44px;
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #383737;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
	color: #FFF;
  background-color: #383737;
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #adadad;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "";
  font-family: FontAwesome;
  color: #adadad;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
	margin: 0;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  /* background-color: #54397E; */
  background-color:#383737;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}
/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: block;
}
.footer-nav.nav {
	float: none;
	margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #2e2e2e;
  padding: 10px 0;
  margin-top: 20px;
}
.site-info a {
  color: #eee;
}
.site-info a:hover {
	color: #999;
}
.site-info {
  color: #ccc;
  font-size: 16px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.foot-col-1 {margin:14px 0;}
.foot-col-2 {}

/* =Social icons
----------------------------------------------- */
/*
#social {
  float: right;
  margin: 14px 0 20px 0;
  position: relative;
}
.widget #social {
  float: none;
  top: 0;
}
*/
/* =WooCommerce styling
----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
    margin-right: 30px;
}

body label,
body .label {
    color: #6B6B6B;
}

/* Layout */
.side-pull-left #primary{
    float: left;
}
.side-pull-right #primary{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}
/* NGB unordered lists */
.dvcgrid li{
    list-style-type: none;
}
.dvcimage {text-align:center;}
.dvcwrap img{
 height: 150px;
 padding:5px 0 0 0;
 margin:auto;
}
.dvcbids img{
 height: 25px;
 padding:5px 0 0 0;
 margin:auto;
}
.dvcwrap {
    height: 300px;
	display:block;
	border:1px solid #e5e5e5;
	background:#f7f7f7;
	margin-bottom:20px;
}
.dvcwrapinner {
	margin:8px;
    height: 400px;
	display:block;
	background:#fff;
}
.dvcprice p{
	float:left;
	margin:10px 0 0 10px;
    color:#b3103a !important;
	font-weight:bold;
}
.dvcbids p {
	float:right;
	margin:10px 10px 0 2px;
    color:#a9a9a9 !important;
	font-weight:bold;
}
.dvctitle {
    padding:0 10px;	
	height:110px;
}
.dvctitle a {
    color: #a9a9a9;
	font-size:16px;
	font-weight:400;
}
.dvcdate {
	display:block;
color:#FF0000;
margin-bottom: -76px;
margin-left: 13px;
position:relative;
float:right;
}
.dvcmorebutton {float:left; margin:10px 0 0 10px;}
.dvcmorebutton .btn {width:200px;font-size:18px;height: 50px;padding-top: 10px;margin-top: 15px;}
/* EXTRA SPACE FOR BTNS ON MOBILE */
.linksout .btn.btn-primary.btn-lg {
    margin: 10px 0;
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
	background: #383737;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}
.carousel-caption p {
	background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
  margin-bottom: 20px;
}
.btnrhmargin {margin-right:80px;}
.panel.price,
.panel.price>.panel-heading{
    border-radius: 4px;
    border: #e6e3e3 1px solid;
-moz-transition: all .3s ease;
-o-transition:  all .3s ease;
-webkit-transition:  all .3s ease;
}
.panel.price:hover{
box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}
.panel.price:hover>.panel-heading{
box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}
.panel.price>.panel-heading{
box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
text-shadow:0px 3px 0px rgba(50,50,50, .6);
}
.price .list-group-item{
border-bottom-:1px solid rgba(250,250,250, .5);
}
.panel.price .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.price .panel-footer {
color: #fff;
border-bottom:0px;
background-color:  rgba(0,0,0, .1);
box-shadow: 0px 3px 0px rgba(0,0,0, .3);
}
.panel.price .btn{
box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
border:0px;
}
/* green panel */
.price.panel-green>.panel-heading {
color: #fff;
background-color: #57AC57;
border-color: #71DF71;
border-bottom: 1px solid #71DF71;
}
.price.panel-green>.panel-body {
color: #fff;
background-color: #65C965;
}
.price.panel-green>.panel-body .lead{
text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-green .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* blue panel */
.price.panel-blue>.panel-heading {
color: #fff;
background-color: #608BB4;
border-color: #78AEE1;
border-bottom: 1px solid #78AEE1;
}
.price.panel-blue>.panel-body {
color: #fff;
background-color: #73A3D4;
}
.price.panel-blue>.panel-body .lead{
text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-blue .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* red price */
.price.panel-red>.panel-heading {
color: #fff;
background-color: #D04E50;
border-color: #FF6062;
border-bottom: 1px solid #FF6062;
}
.price.panel-red>.panel-body {
color: #fff;
background-color: #EF5A5C;
}
.price.panel-red>.panel-body .lead{
text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-red .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* grey price */
.price.panel-grey>.panel-heading {
color: #fff;
background-color: #6D6D6D;
border-color: #B7B7B7;
border-bottom: 1px solid #B7B7B7;
}
.price.panel-grey>.panel-body {
color: #fff;
background-color: #808080;
}
.price.panel-grey>.panel-body .lead{
text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-grey .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* white price */
.price.panel-white>.panel-heading {
color: #333;
background-color: #f9f9f9;
border-color: #ccc;
border-bottom: 1px solid #ccc;
text-shadow: 0px 2px 0px rgba(250,250,250, .7);
}
.panel.panel-white.price:hover>.panel-heading{
box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
}
.price.panel-white>.panel-body {
color: #fff;
background-color: #dfdfdf;
}
.price.panel-white>.panel-body .lead{
text-shadow: 0px 2px 0px rgba(250,250,250, .8);
color:#666;
}
.price:hover.panel-white>.panel-body .lead{
text-shadow: 0px 2px 0px rgba(250,250,250, .9);
color:#333;
}
.price.panel-white .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
.panel-heading h3 {color:#FFF;}
#services {background:#fff;}

a.dvc-button.medium {
    text-decoration: none;
}
.dvc-button.medium {
    border-radius: 3px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 15px;
}
.dvcaccent-color {
    background-color: #77cc6d;
}
.dvc-button {
    border-radius: 5px;
    /* box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    letter-spacing: 2px;
	text-transform: uppercase;
	opacity: 0.75;*/
	color: #fff !important;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 13px 18px;
    position: relative;
    top: -3px;
    transition: opacity 0.3s linear 0s;
}
.hero .dvc-button {margin-top:22px;}
.green {background-color:#6ab93f;}
.blue {background-color:#2ac4ea;}
.grey {background-color:#1abb9c;}
.green {background-color:#383737;}

.navbar-default .navbar-nav > li > a {
font-size: 18px;
font-family: "Raleway", sans-serif;
}
.top-section h4 {
font-size:40px;
}
#section2, section4 {
margin:50px 0;
background:#f7f6f6;
}
#section2 h2, #section4 h2{
text-align:center;

}
#section2 p{

}
#section3 {

margin:50px 0;
}
#section3 h3 {
color:#fff;
font-size:40px;
margin:20px 0 42px;
}
#section3.btn {
margin:40px;
}
.btn.btn-lg.btn-default.btnpad, .btn.btn-lg.btn-yellow.btnpad, .btn.btn-lg.btn-gold.btnpad, .btn.btn-lg.btn-green.btnpad, .btn.btn-lg.btn-hero-blue.btnpad{
 margin: 0 10px 32px;
}
.dvcpad35 {padding:35px 0;}
.dvcimagevertcentre {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption h4 {
    background: none repeat scroll 0 0 rgba(81, 81, 81, 0.7);
}
address {margin-top:14px;}
#colophon .footnavpadder{padding-top:4px;}
#colophon .copyrightpadder{padding-top:40px;}
#logo {padding-top:3px;}
.entry-content {
	color: #6B6B6B;
	line-height: 1.7 !important;
	font-size: 18px !important;
	font-family: "Raleway", sans-serif !important;
}
.no-break {margin-top:40px; margin-bottom:40px;}
/* H */
.widget1 {
padding: 7px 45px 30px;
/* border-bottom:1px dashed #999; */
}
.widgettestim {
padding: 7px 12px 30px;
}
.widgettitletestim {
padding:0 0 0 34px;
}
.widgetimage img{
float: left;
margin: 5px 10px 0 0;
}
.buttonindent {margin: 15px 10px 0 21px;}
.widget.widget_search {
margin: 40px 26px 40px 45px;
}
.widget2 img{display:block; margin:25px auto;}
.headercontacts p{padding-top:8px;}
.dvctestimonials {
    background: #fff none repeat scroll 0 0;
    border-bottom: 3px solid #eee;
    padding: 20px;
    transition: all 0.4s ease-in-out 0s;
}
.rounded-bottom {
    border-radius: 0 0 4px 4px !important;
}
.bg-color-light {
    background-color: #f7f7f7 !important;
}
.headershot {text-align:center; margin-bottom:50px;}
.frontpageicons {color: #555555;}
.cattygory img{margin:25px 0 0 0;}
.catrow {margin:25px 0; border-bottom:1px dashed #ccc;}
.shoutout-red {text-align: center; background:#7c7c7c; color:#fff; font-size:20px; margin:40px 26px; padding:20px; text-shadow:2px 2px 4px #000; -moz-border-radius:9px; border-radius:9px;}
.underline {text-decoration:underline;}

/* Fade Bs-carousel NOTE 100vh is 100% of the VIEWPORT HEIGHT changed in 3 places to 400px */
.fade-carousel {
    position: relative;
    height: 400px;
}
.fade-carousel .carousel-inner .item {
    height: 400px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 4px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
/* Hero Headers */
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    /* REMOVED  text-transform: uppercase; */
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1, .hero h2 {
    font-size: 3em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	color:#FFF;
}
.hero h3 {
    font-size: 1.5em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	color:#FFF;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
/* Overlay */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}
/* Custom Buttons */
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero {
    color: #FFF;
    background-color: #F87F09;
    border-color: #E67709;
    outline: none;
    margin: 20px auto;
	text-shadow:none;
}
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    background-color: #E67709;
    border-color: #F47D09;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Navbar 20px bottom margin remove */
.navbar {margin-bottom:0px;}

.btntopbottmargin {margin:20px 0;}
.marbot25 {margin-bottom:25px;}

.col-md-4.col-md-offset-1 a {color: #eee !important;}
.strapimage img{margin:0px 0 0 0;}
.strapimage2 img{margin:118px 0 0 0;}
blockquote {
border-left: 5px solid #ccc;
font-size: 17.5px;
background:#f9f9f9;
margin: 40px 0 60px;
}
blockquote span {
font-size: 14px;
/* text-transform:uppercase; */
font-weight:400;
color:#383737;
}
.row.footerlogorh {
	margin: 30px 0;
}
ul.postsbycategory {
/*list-style-type: none;*/
}
.postsbycategory img {
float:left; 
padding:3px;
margin:3px;
border: 3px solid #EEE;
}
.testimonial_rotator.template-default .testimonial_rotator_author_info p {
	font-size: 0.8em;
	line-height: 1.2em;
}
.search-submit.btn.btn-primary {
	color: white;
	background-color: #F87F09;
	border-color: #E67709;
}
.dotbot {width:75%; margin:auto; border-bottom:1px dashed #999;}
.hero ul li {
	list-style-position:inside;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FFF;
}
input[type="checkbox"] {min-height:20px;min-width:40px;}

.mega-header .author-byline-inside {
	background: white;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
	padding: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.dvcauthor-byline {}
.dvcauthor {color:#2793c7;}
.cattygory .dvcavatar img {margin:0px}
.dvcavatar {margin:0 10px;}
.dvcseparator {color:#414141;}
.dvcblogdate {color:#2793c7;}

/* DVC MODS */
/* ul li styling for homepage */
#sectionoutro ul li, #services2 ul li {list-style: none; line-height:4.0rem;}
#sectionoutro ul li::before, #services2 ul li::before {
    position: absolute;
    left: 0px;
    padding-top: 3px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: rgb(255, 255, 255);
    width: 25px;
    height: 25px;
    content: "✓";
    margin: 7px 10px;
    transition: all 0.2s;
    background:#3c3b3b;
    border-radius: 50%;

}
/* ul li styling for non-homepage ADD div class="bulletz"
This is done to not interfere with woocommerce and pricing tables */ 
.entry-content .bulletz ul li {list-style: none; line-height:4.0rem; margin:0 0 0 30px;}
.entry-content .bulletz ul li::before {
    position: absolute;
    left: 0px;
    padding-top: 3px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: rgb(255, 255, 255);
    width: 25px;
    height: 25px;
    content: "✓";
    margin: 7px 10px 5px 36px;
    transition: all 0.2s;
    background:#3c3b3b;
    border-radius: 50%;
}
#sectiontestimonials {background-color:#eee;}
.dvcpad35 {padding:35px 0;}

/* #services2, #services2 , #services2 {color:#eee !important;} */

.wrapper-green,  .wrapper-green p, .wrapper-green li {color:#FFF !important;}
.wrapper-green a {color:#FFF !important;}
.wrapper-green a:hover, .wrapper-green a:focus {color:#FFF !important;}
.wrapper-green {
	background-image:url("https://pinspotmedia.com/wp-content/uploads/2020/04/photographer-wedding-party-birthday-video.png");
	background-repeat:repeat;
	}

.wrapper-ltgrey,  .wrapper-ltgrey p, .wrapper-ltgrey li {color:#000 !important;}
.wrapper-ltgrey a:hover, .wrapper-ltgrey a:focus {color:#505050 !important;}
.wrapper-ltgrey {background-color:#eee;}
.wrapper-lt-blue,  .wrapper-lt-blue p, .wrapper-lt-blue li {color:#3e3e3e !important;}
.wrapper-lt-blue a:hover, .wrapper-lt-blue a:focus {color:#fff !important;}
.wrapper-lt-blue {background-color:#c8f3f4;}

.section-heading h2 {color:#000;}

.btn-yellow {
  background: rgb(250, 255, 140);
  color: #574500;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: rgb(252, 255, 179);
}
.btn-yellow:active {
  background: rgb(247, 255, 71);
}
.btn-gold {
  background:#383737;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.btn-gold, a:hover.btn-gold {color:#FFF !important;}
.btn-gold:hover, .btn-yellow:focus {
  background:#cc8315;
}
.btn-green {
  background:#F87F09;
  color: #FFF;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-green:hover, .btn-green:focus {
  color:#FFF;
  background:#E67709;
}
.btn-xxl {
  padding: 20px 26px;
  font-size: 35px;
  border-radius: 8px;
}
.social-profile {
  font-size: 24px;
  margin: 6px;
  color: #DDD;
}
.cattygory img{margin:25px 0 0 0;}
.catrow {margin:25px 0; border-bottom:1px dashed #ccc;}
.entry-meta {
display:none !important;
}
.woocommerce .woocommerce-breadcrumb {
    padding: 20px;
}
/* Fix alignment of woo checkboxes on checkout page */
.woocommerce form .form-row .input-checkbox {
    position: relative;
}
input#ship-to-different-address-checkbox {
    position: relative;
}

/* TESTIMONIAL SLIDER SECTION */
#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
 /* background: #1583c9; */
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}
.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 3px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #383737;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}
.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
 /* width: 50px; */ 
 /* height: 50px; */ 
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

/* TESTIMONIAL SLIDER SECTION ENDS */
/* Parallax section */
.parallax {  
height: 100%; 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-content { 
width:80%;
margin:0 auto;
color:#FFF;
padding-top:50px; 
}
/* Mod to get MENU word in before hamburger */
.navbar-default .navbar-toggle .icon-bar {
	/* Bar color */
	background-color: #FFF ;
	/* Give some space between Menu word and hamburger */
	display: block;
    width: 29px;
    height: 3px;
    border-radius: 9px;
    margin-left: auto;
    margin-top: 4px;
    color: #fff;
}
/* MENU word style */
span.dvcmenutxt {
    color: #fff;
    float: left;
    margin: 0 48px 0 8px;
    font-size: 16px;
    font-weight: 700;
}
/* Widget style for recent posts */
.widget_recent_entries {
    padding: 7px 45px 40px;
}
/* Featured image styling */
.thumbnail {border:none; margin-top: 25px;}
/* Remove woocommerce display sorting dropdown */
.woocommerce .woocommerce-ordering select {display: none;}
/* Contact form 7 fixes */
/* Fix full-width input field on mobile */
.wpcf7 input {
    max-width:98% !important;
}
/* Larger button */
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    min-height:50px;
    min-width:110px;
	background-color:#f87f09;
    border:none;
}
/* Fix checkbox alignment */
span.wpcf7-list-item {
    display: block;
    margin: 1em 0 0 0;
}							

/* ALL MEDIA QUERIES */
/* Make breakpoint at 992 not 768 */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		/* padding: 5px 15px 5px 25px; */
		/* DVC new Size & Padding fixes */
		padding: 25px 5px 25px 30px;
		font-size: 18px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		/*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px
	}
	.navbar-nav>li {
		float: none;
	}
	/* Removed to make spacing better
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px; 
	} */
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
/* End menu breakpoint fix */	
/* Large Devices, Wide Screens 
@media only screen and (max-width : 1200px) {
}
*/
@media (min-width: 980px){
	.hero { width: 980px;
	}    
}
@media (min-width: 992px) {
	.headercontacts p {float:right;}
	.footaddress {padding-top: 20px;}
	.footnav {padding-top: 8px;}
	/* Horizontal alignment of footer nav by left margin */
	.footer-nav.nav {margin: 0 0 2px 75px;}
	.footsocial {padding-top: 21px;}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.site-branding, .site-branding-2, .footaddress, .footnav, .footsocial {
		text-align: center;
	}
	.site-branding-2 {display:none;}
    .side-pull-left .main-content-inner, .side-pull-right .main-content-inner {
        float: none;
    }
	.testimonial4_header {margin:0px auto;}
}
/* Small Devices, Tablets */
@media (min-width: 768px) {
	.slide-1{
	  background-image: url("https://pinspotmedia.com/wp-content/uploads/2019/03/pinspot-media-video-services-filming-uk.jpg");
	  background-repeat:repeat;
	}
	.slide-2{
	  background-image: url("https://pinspotmedia.com/wp-content/uploads/2019/03/photography-services-solihull-pinspot-media.jpg");
	  background-repeat:repeat;
	}
	.slide-3{
	  background-image: url("https://pinspotmedia.com/wp-content/uploads/2019/03/social-media-photographs-company-solihull-dorridge.jpg");
	  background-repeat:repeat;
	}
	.carousel-indicators {
	bottom: 5px;
	}	
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}
@media only screen and (max-width : 768px) {
    /* Drop logo and phone margins */
	.site-branding, .site-branding-2 {
    margin-top: 0px;
    margin-bottom: 5px;
	}
	/* Drop hero font size */
	.hero h1, .hero h2 {font-size: 2em; max-width:320px;}  
    .hero h3 {font-size: 1em; max-width:320px;}
    .hero ul li {font-size: 0.9em; max-width:320px; display:none;}  	
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		display: none;
	}
	.pull-left, .pull-right {
  	float: none !important;
	}
	/* Dump contacts for screen real estate 
	.site-branding, .site-branding-2 {
		display:none;
	}
	section #banner {
		display:none;
	}*/
    .pull-left,
    .pull-right {
   	float: none !important;
    }
   	.carousel-inner .slide-1{
	  background-image:url("https://pinspotmedia.com/wp-content/uploads/2019/03/pinspot-media-video-services-filming-uk.jpg");
	  background-repeat:repeat;
	}
	.slide-2{
	  background-image:url("https://pinspotmedia.com/wp-content/uploads/2019/03/photography-services-solihull-pinspot-media.jpg");
	  background-repeat:repeat;
	}
	.slide-3{
	  background-image:url("https://pinspotmedia.com/wp-content/uploads/2019/03/social-media-photographs-company-solihull-dorridge.jpg");
	  background-repeat:repeat;
	}
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		display: none;
	}
}
/* Nav fix */
@media only screen and (max-width: 767px) {
	/* Bit more nav submenu padding and size */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 25px 5px 25px 30px;
	font-size: 18px;
	}
}
/* Extra Small Devices, Phones  
@media only screen and (max-width : 480px) {

}*/
/* Custom, iPhone Retina 
@media only screen and (max-width : 320px) {

}*/ 
@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}