/*
Theme Name: MixtapeWP Child
Theme URI: https://mixtape.qodeinteractive.com
Description: A child theme of MixtapeWP Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.1
Text Domain: mixtapewp
Template: mixtapewp
*/
.qodef-search-opener {
	display: none;
}
.foogallery .fg-caption-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
}

.qodef-social-share-holder {
	margin-bottom: 25px;
	text-align: center;
}

.qodef-blog-single .qodef-post-image {
	display: none !important;
}

footer {
	background-color: #293030;
}
.qodef-sticky-holder,
.qodef-menu-area {
	background-color: #293030;
}
.home .qodef-menu-area {
	background-image: none;
}
.qodef-accordion-holder .qodef-title-holder .qodef-tab-title {
	background: #493064;
	color: #fff;
}
.qodef-accordion-holder .qodef-title-holder .qodef-tab-title span.qodef-tab-title-inner {
	text-align: center !important;
}
.qodef-title .qodef-title-holder h1 {
    color: #293030;
}
body .qodef-main-menu ul li a {
    font-size: 17px;
	color: #FFFfff !important;
}

.qodef-title .qodef-title-holder h1:after {
	content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid black; /* This creates the border. Replace black with whatever color you want.*/
}
	
footer .widget ul li {
	color: #fff;	
}
body footer .qodef-footer-top:not(.qodef-footer-top-full) .qodef-container-inner {
    padding: 50px 0 50px;
}
body .qodef-side-menu-button-opener {
    display: none;
}
body .qodef-main-menu .qodef-main-menu-line {
	/*border-top: none;*/
}
.qodef-main-menu ul li .current {
	font-weight: 700;
	color: #BD8638 !important;
}
body .qodef-btn {
    text-transform: none;
}

body .gform_wrapper .gform_footer input[type=submit] {
	color: #FFFFFF;
	background: #493064;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	height: 50px;
	min-width: 200px;
	border: none;
	transition: 0.3s;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
	background: #494949;
}

body .gform_wrapper .gfield_required {
    color: #493064;
}