/*
Theme Name:     Sweetdate Child
Theme URI:
Description:    Child theme for Sweetdate
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       sweetdate
Tags: dating, clean, responsive, creative, minimal, modern, landing page, social, buddypress,bbpress, woocommerce
License: GNU General Public License
License URI: license.txt
*/


/*
* Please add your custom styles below
*/


/*
* Remove blue menu background
*/




/*
* REMOVE BLACK MENU BACKGROUND
*/




/*
Register Form Transparency pink JENNI
*/

.form-search, .form-header, div.alert-box, div.pagination span.current {
    background: rgba(255, 40, 119, 0.75) !important; 
}
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
    background-color: #ffffff !important; 
}
.form-header {
    border-left: 5px solid #ff2877 !important; 
    border-top: 5px solid #ff2877 !important;
    border-right: 5px solid #ff2877 !important;
}
.form-search {
    border-left: 5px solid #ff2877 !important;
    border-right: 5px solid #ff2877 !important;
    border-bottom: 5px solid #ff2877 !important;
	
}
.button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover {
    color: #ffffff;
    background-color: #81d742 !important;
    border: 1px solid #ffffff !important; 
}
.form-search.custom input[type="text"], .form-search.custom input[type="password"] {
    border: 3px solid #ffffff !important;
}
.form-search .notch {
    border-top: 5px solid #ff2877 !important;
}


.sidebar_location .form-search {
border-top: 5px solid #ff2877 !important;
padding-top:25px;
}


/*
* HIDE SEARCH FORM ON ACTIVATION PAGE
*/

.activate .form-header, .activate .form-search, .activate .form-footer {display:none !important;
}


/* MORE SPACE FOR PRESENTATION TEXT AT MEMBERS DIRECTORY
*/
	
.search-meta .date {
    padding: 4px !important;
}	
	

/* PADDING IMAGE CAROUSEL
*/
	
/* MEMBERS PAGE HORISONTAL SEARCH FORM ADJUSTMENT*/

.directory .item-list-tabs.bps_header {
    height:20px !important;
}
.directory .form-search {
    border-top: 5px solid #ff6a00 !important;
    padding-top: 25px;
}
.directory .form-search .row {
    max-width: 100%;
}


form#bps_directory2829 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* TEXT COLOR SEARCH FORM FIELDS */

a.current {
    color: black !important;
}


/* NO POPULAR MEMBERS OR ACTIVE MEMBERS */

.buddypress.widgets .item-options #popular-members {

    display:none;
}

.buddypress.widgets .item-options #recently-active-members {
    display:none;
}


/* NOTICES PLACEMENT AND COLORS */

div#sitewide-notice {
    margin-top: -140% !important;
    background: #ff5392 !important;
    color: white !important;
}
div#sitewide-notice p {
    font-size: 15px !important;
}


/* NOTICES PLACEMENT AND COLORS FOR MOBILE */

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

div#sitewide-notice {
    margin-top: -724% !important;
    background: #ff5392 !important;
    color: white !important;
}
div#sitewide-notice p {
    font-size: 18px !important;
}
}


/* ADD FRIEND BUTTON - VISIBLE COLORS */


a.tiny.radius.button.bordered {
    background: #2ba6cb !important;
    border: #2ba6cb !important;
}


/* PROFILE FIELDS TABS BACKGROUND */

.tabs.pill.custom dd:not(.active) a {
    background-color:#f4f7f9;
    color: #f4f7f9;
}


/* AVOID MEMBERS SEARCH BUTTON FROM BEING TO MUCH APART */

#search-members-form #members_search_submit {
    float: left;
    line-height: 14px;
}

div#members-dir-search {
    width: 100%;
    display: inline-block;
}



/* BACKGROUND ON MEMBERS DIRECTORY PAGE */

div#members-dir-list .search-item {
background: #fff;
}

.directory div#main {
background: #fff6e3;
    background: linear-gradient(to right bottom, #fff9e6, #ffc5a5, #d07dc2);
}



/* BACKGROUND ON MEMBERSHIP LEVELS PAGE */

.pmpro-levels div#main {
	background: #fff6e3;
    background: linear-gradient(to right bottom, #fff9e6, #ffc5a5, #d07dc2);
}

/* PROFILE PAGE NO SCROLLING */

body.activity section #profile{ display: none !important; }
body.notifications section #profile{ display: none !important; }
body.messages section #profile{ display: none !important; }
body.friends section #profile{ display: none !important; }
body.groups section #profile{ display: none !important; }
body.forums section #profile{ display: none !important; }
body.album section #profile{ display: none !important; }
body.media section #profile{ display: none !important; }
body.settings section #profile{ display: none !important; }


/* MENU ICON MOBILE VERSION BIGGER */

#header nav.top-bar i.icon-reorder {
    font-size: 28px;
}

#header nav.top-bar i.icon-reorder:hover {
    color:#000;
}