/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.

You're the boss, so have fun editing!

--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Global Styles
2.0 - Responsive media queries (mobile styles)
	2.1 - MAXIMUM width of 720 pixels (phones landscape)
	2.2 - MAXIMUM width of 380 pixels (phones portrait)
	2.3 - MINIMUM width of 721 pixels (tablets+)
	2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Global Styles
--------------------------------------------------------------*/

#buddypress div.dir-search input[type="submit"], #bbpress-forums #bbp-search-index-form input#bbp_search_submit, #buddypress #search-message-form input#messages_search_submit {
    float: none;}


.main-navigation li a {font-size:16px;font-weight:600;} /*Nav Menus Font Size */

li.feed {display:none !important;} /* Remove Feed Tabs */

p.form-allowed-tags {display:none;} /* Remove Html tags from under comment box */

#mycred-my-rank img{vertical-align:middle} /* myCred logo stlying on Profile Header */

#groups-dir-list .group-subscription-div, #groups-list .group-subscription-div {display:none;} /* Hide groups email options dropdown */

.generic-button.group-subscription-options{background-color:#EBEDF1;z-index:2;width:350px;line-height:32px;} /* Email group drop down */

.rtm-upload-button-wrapper .rtmedia-add-media-button span:before {content: '\f306';} /* Change upload media icon */

h2.rtm-gallery-title {display:none;} /* Remove Main Gallery Title */

.rtmedia-list-media.masonry .rtmedia-item-title { display: none;} /* Remove Masonry Captions except on Albums */

#recent-media-tabs-photo-rtmediagallerywidget-2 {border:0px;} /* rtMedia Widget Styles */
.active-tab{display:none;}
.media-tabs-container > ul li a {display:block;text-align:center;display:none;}
div.rt-media-tab-panel.active-div {border-style: none !important;}

div.rtmedia-item-title {font-size:12px;}   /*Reduce font size of rtMedia caption */

button.rtmedia-add-media-button {margin-bottom: 5px;}

#buddypress #whats-new-options #rtmedia-add-media-button-post-update {  /*Position Add Files rtMedia Button */
margin-top:2px;
float: left;
margin-right: 20px;
}

.site-header { box-shadow:0 0 0 0;-webkit-box-shadow:0 0 0 0;} /* Removes bottom header border */

.bbp-author-role{display:none;} /* Remove Partcipant Label in BBPress */

.mycred-balance{font-size:80%;} /* Reduce font size in BBPress */


td.data{ width:100%;max-width:400px!important;} /* Reduce Rig Photo Info max Width */

#bbpress-forums .bbp-forums-list li {display: block;font-size: 14px;} /* Group Forum Fonts */

#mce_26 {display:none;}   /* Hide rtMedia tab on editor */


h1.entry-title{font-family: Rubrik,'Opan Sans',Arial,sans-serif;}  /* Heading Fonts on Pages */

.footer-widget{width:100%;}  /* Make footer one wide one */



div.bbp-reply-author ul li {font-size: 12px;}  /* Under BBPress Avatar location font size */

a.subscription-toggle {color:#000000!important} /* Forum Subscribe button style */

.widget-area .widget h3, .widget-area .widget_bp_profile_search h4 { /* widget Header Style */
font-size: 21px;
font-weight: 600;
margin: 0 0 9px;
padding: 0;
line-height: 1.5;
}

body.single-item.groups #buddypress div#item-header div#item-header-cover-image div#item-meta {
    width: 100%;
    padding-top: 100px;
}

#buddypress form#whats-new-form textarea {border-color: gray;}  /* Update Text box Border */

div.textwidget a strong {                 /*Amazon sidebar widget Text Style */
color: #120385 !important;
background-color: #ffffff !important;
text-decoration: underline !important;
font-size: 16px !important;
}

div.textwidget p a {
color: #025994 !important;
text-decoration: underline !important;
}


#bbpress-forums a {font-weight:bold;}

.paypalbutton {
    display: inline-block;
    background-color:green!important;
    color: #fff;
    border-radius: 2%;
    box-shadow: none;
    cursor: pointer;
    padding: 16px 24px;
    width: auto;
    margin-top: 8px;
}

td.wpml_ico_icon {height: 90px;}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    font-style: normal;
    font-size: 18px;
    line-height: 2;
    color: #000000;
}

#whats-new-submit #aw-whats-new-submit {margin-top: 10px;}
/*--------------------------------------------------------------
2.0 - Responsive media queries (mobile styles)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - MAXIMUM width of 720 pixels (phones landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 720px) {


	/*
	.just_an_example {
		color: black;
	}
	*/

#bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
    text-align: center;
    width:180px;
}
  
  
}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.2 - MAXIMUM width of 380 pixels (phones portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 380px) {


	/*
	.just_an_example {
		color: black;
	}
	*/

li.feed {display:none;} /* Remove Feed Tabs */
  
  


  

}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.3 - MINIMUM width of 721 pixels (tablets+)
--------------------------------------------------------------*/
@media screen and (min-width: 721px)  {


	/*
	.just_an_example {
		color: black;
	}
	*/

  #buddypress .activity-list li.load-more,
	#buddypress .activity-list li.load-newest {
		margin: 15px 0;
		padding: 0;
		border: none;
		clear: both;
	}
	#buddypress .activity-list li.load-more a,
	#buddypress .activity-list li.load-newest a {
		margin: 0;
		display: block;
		background-color: #005472;
		border: none;
		color: #fff;
		cursor: pointer;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		padding: 10px 14px;
                

		-moz-border-radius: none;
		-webkit-border-radius: none;
		border-radius: none;
	}
	#buddypress .activity-list li.load-more a:hover,
	#buddypress .activity-list li.load-newest a:hover {
		outline: none;
		color: #fff;
                background-color: #000000;
		text-decoration: none;

		/* Darken */
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow:none;
	}
	#buddypress .activity-list li.load-more.loading a:after,
	#buddypress .activity-list li.load-newest.loading a:after {
		color: #fff;
	}
  
  
  
  
  

}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
@media screen and (min-width: 1040px)  {


	/*
	.just_an_example {
		color: black;
	}
	*/
  
body{font-size:110%}  /* Main P font Size */
  
img.avatar{border-radius:10%;}  /* Round the avatar corners  */
  
#bbpress-forums ul.bbp-lead-topic,  /* BBPress Forums Font Size */
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
font-size: 14px;
overflow: hidden;
border: 1px solid #eee;
margin-bottom: 20px;
clear: both;
} 
  


}/* don't delete this closing bracket */