/* fixes start your project banner for mobile */
.vc_row.wpb_row.vc_row-fluid.custom-background-002 {margin-right: 0px !important}

.pt-80 {padding-top: 20px;
    padding-bottom: 5px;}

/* Stles for why choose us cards */

#slider_959 .owl-item .sa_hover_container {
	border: thick outset;
	border-color: darkgray;
	border-width: 7px
	
}

/* darkens icons for why choose us */
.owl-carousel .owl-item img {filter: brightness(0.92)}


/* darkens services we offer gallery */
.alignnone,
.size-full,
[class^="wp-image-"] {
  filter: brightness(0.5);
}

/* Misc */
.main-navigation a {
	font-size: 13px; }

.cart-icon {
	padding-top: 5px
}

.site-header {
    background-color: #040707;
}

.single-featured-image-header {max-height: 450px}

h4 {color:white;
transform: white }

.right-menu-section ul li h4  {
	color: white;}
	
.custom-menu_toogle {
	background-color: white
}

.site-header.fixed {
	background:#000
}

.right-menu-section li.cell a {
	filter:invert(100%)
}
/* aligns images in services section boxes */
.gallery-section {align-items: center}

/* text in services section boxes */
.vc_custom_heading.custoom-heading-02 {font-size: 24px; bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
position: absolute;
text-decoration:underline}

.gallery-section div img {
    display: flex;
    align-items: flex-end;
    position: relative;
}

/* inner gallery services section boxes */
.inner-page-gallery-col {grid-gap:5px}

/* Main menu undeline fix */
#top-menu>li:first-child>a:after {display:none}

/* Large contact form dropdown box styling */
select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 5em;
    max-width: 100%;
}

/* Large contact form styling */

#wpcf7-f1169-p718-o1 {
 background-color: #191718;;
	 border-radius: 5%;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {background-color: lightgray;} 

#wpcf7-f1169-p718-o1 label, [type=file] {
	color: white;
}

#wpcf7-f1169-p718-o1 select {
	background-color: lightgray;
	width: 100%;
	height: 150px;
}

#wpcf7-f1169-p718-o1 input button, input[type=button], input[type=submit] {
	background-color: #ffce00;
	color: black;
	width: 100%;
}

#wpcf7-f1169-p718-o1 > form > p:nth-child(2) > label:nth-child(1) {
	text-align: center;
	font-size: 30px;
	line-height:0.5px;
}

/* remove featured images from post pages*/
.single-post .single-featured-image-header {
display: none;
}

/* remove border from post grid images & format text */
.entry-content a img, .comment-content a img, .widget a img {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.vc_gitem-zone {
overflow: visible;
}

.post-column {
    overflow: visible;
}

.post-title {font-weight:600}

.vc_grid.vc_row.vc_grid-gutter-30px  .vc_pageable-slide-wrapper {
    margin-right: 0px; 
}