/*
 Theme Name:   socialize Child
 Theme URI:    http://awmovement.org/wp-content/themes/socialize-child
 Description:  socialize child Theme
 Author:       Zsolt Votin
 Author URI:   http://example.com
 Template:     socialize
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: buddypress, full-width-template, threaded-comments, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
 Text Domain:  socialize-child
*/

.widget, .gp-vc-element {
	margin-bottom: 20px;
}

.gp-theme .widget.buddypress div.item-options .gp-item-options-button:before {
	top: -20px !important;
}

.gp-theme .widget.buddypress div.item-options.gp-small-item-options {
	padding-top:0 !important;
}

#gp-content {
	padding: 0 30px !important;
}

#gp-content-wrapper {
    margin: 0px auto !important;
}

.sechd {
    border-bottom: 1px solid #cccccc;
margin-top:20px;
font-size:28px;
}

.top-rightmn {
    /* margin-left: 50% !important; */
    font-size: 20px;
}

.gp-header-standard #gp-primary-main-nav .menu > li > a {
    font-weight: 500;
}

input[type='radio'], input[type='checkbox'] {
    top: 2px;
    position: relative;
}

.login-mm {
	margin:0 auto;
	border:1px solid #cccccc; 
	padding:2% 5%;
	border-radius:4px;
	max-width:700px;
}

input[type='button'].mm-button, input[type='submit'].mm-button, input[type='reset'].mm-button {
 background: #ee8f1f;
}

#mm_checkout_form .mm-formField label {
    font-size: 15px;
    font-weight: 500;
}

p.mm-formField {
margin-bottom:15px;
}

input[type='text'], input[type='email'], input[type='password'] {
    height: 36px;
    width: 100%;
}

select, .gp-theme #buddypress .standard-form select, .gp-theme #buddypress form#whats-new-form #whats-new-options select {
    margin-top: 8px;
}
header#gp-small-header {
    margin-bottom: 10px;
}
#gp-primary-main-nav .menu > li
{
    margin: 0 0 0 20px;
}
.bp-logout-nav:before, .bp-login-nav:before {
    content: "\f090";
    font-family: FontAwesome;
    color: #303030;
    margin-right: 5px;
}
.bp-profile-nav:before {
    content: "\f007";
    font-family: FontAwesome;
    color: #303030;
    margin-right: 5px;
}
.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {
    overflow: hidden;
}
span.req {
    color: #f00;
}
.wpb_image_grid .wpb_image_grid_ul a {
    background: #fffbea;
}
.isotope-item a.prettyphoto:hover img {
    opacity: 0.7;
}
h1.gp-entry-title {
    font-size: 32px;
    margin-top: 10px;
    font-weight: 400;
    color: #ca4f8a;
}
.wpb_image_grid .wpb_image_grid_ul img
{
	width: 100%;
}
@media only screen and (min-width: 980px)
{
	li.isotope-item {
    position: static!important;
    width: 24.5%;
    float: left!important;
}
}
@media only screen and (max-width: 1100px) {
	.top-rightmn {
    margin-left: 35% !important;
    font-size: 20px;
}
}

@media only screen and (max-width: 800px) {
	.top-rightmn {
    margin-left: 30% !important;
    font-size: 15px;
}
}



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

.gp-responsive #gp-small-header #gp-left-top-nav {

    display: block;
}
		.top-rightmn {
    margin-left:5% !important;
    font-size: 13px;
}
	
}