/*
Theme Name: LDC Locksmiths
Version: 1.0
Description: Child theme for GeneratePress.
Template: generatepress
*/

/********* HEADER STYLING *********/

.inside-header {
    padding: 13px 40px !important;
}

.inside-header .widget-title {
	color: #fff;
	text-shadow: 0px 3px 5px #000;
	font-size: 2.5em;
	text-align: center;
}

.inside-header .textwidget {
	color: #fff;
	text-shadow: 0px 3px 5px #000;
	font-size: 1.2em;
	font-family: Oswald, sans-serif;
	text-align: center;
}

.inside-header .textwidget a {
	color: #fff;
	text-shadow: 0px 3px 5px #000;
	font-size: 2.5em;
	font-family: Oswald, sans-serif;
	text-align: center;
}

.page-header-content {
    display: table;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}

.inside-content-header {
	background-size: contain;
}

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

.inside-header .widget-title {
	font-size: 1.8em;
}

.inside-header .textwidget {
	font-size: 1em;
}

.inside-header .textwidget a {
	font-size: 1.8em;
}


}


/********* SLIDER STYLING *********/

.wooslider {
    border: 0px solid #ffffff !important;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px !important;
    background: #383838;
}

.wooslider .slide-content {
    margin: 0 !important;
}

.wooslider .slide-content p {
    margin: 0 !important;
}

.wooslider-direction-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
}

.wooslider .wooslider-control-nav {
    margin-top: -25px !important;
    position: absolute;
    z-index: 99999999;
}

.wooslider-control-paging li a {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    box-shadow: none !important;
}

.wooslider-control-paging li a.wooslider-active {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: none !important;
}



/********* HOMEPAGE STYLING *********/

.home #generate-section-4 .lgc-column {
	max-height: 340px !important;
}

.home #generate-section-6 .lgc-column {
	max-height: 100px !important;
}


/********* CONTENT STYLING *********/



hr {
    background-color: #dedede !important;
    border: 0 none;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}


/********* PRODUCT STYLING *********/

.product {
	border-top: 1px solid #dedede;
	padding-top: 30px;
}

.product:last-child {
	border-bottom: 1px solid #dedede;
}

.product-header {
    padding: 0 20px 10px;
    
}

.product h2 {
	display: inline-block !important;
}

.product span.product-price {
	float: right;
	font-weight: bold;
	font-size: 1em;
	background: #efefef;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #dedede;
}

.product .lgc-column p {
    margin-bottom: 1em;
    margin-top: 0em;
}

.product img {
    float: right;
}	


/********* TESTIMONIAL STYLING *********/

.testimonial {
	border-top: 1px solid #dedede;
	padding-top: 30px;
}

.testimonial:last-child {
	border-bottom: 1px solid #dedede;
}

span.testimonial-content:before {
	content: "“";
	text-align: center !important;
	font-size: 3em;
	width: 100%;
	color: #dedede;
	font-family: Georgia, serif;
	line-height: 1em;
}


span.testimonial-author {
	text-align: right;
	font-style: italic;
}

/********* FORM STYLING *********/

.gform_wrapper li:before {
	content: none !important;
}

.gform_wrapper li {
    margin-bottom: 8px;
    padding-left: 0px !important;
    position: relative;
}

.gform_wrapper .gfield_required {
	display: none;
}

/********* FOOTER STYLING *********/

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}

.footer-widgets {
	background-color: #222 !important;
	padding: 20px 0 10px;
}

.footer-widgets .widget_nav_menu {
	float: none !important;
	margin: auto !important;
}

.footer-widgets .widget_nav_menu li {
    float: left;
    margin-right: 10px;
    font-size: 0.8em;
}

.footer-widgets .widget_nav_menu li a {
    color: #fff;
}

.footer-widgets .widget_nav_menu li a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
	
	.footer-widgets {
		padding: 30px 0 0;
	}

	.footer-widgets .widget_nav_menu li {
		float: none;
		margin-right: 0px;
		width: 100%;
		text-align: center;
	}

}