/*--------------------------------------------------------------
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 350 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
--------------------------------------------------------------*/



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



/*--------------------------------------------------------------
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;
	}
	*/


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





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


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


}/* 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;
	}
	*/


}/* 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;
	}
	*/


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


#buddypress div#item-header img.avatar {
	border-radius: 2%;
	border: 2px solid #dfdfdf;
    	max-width: 200px;
}
.toggle {
    display: none;
}
.clickme {
    cursor: pointer;
}
#buddypress #activity-stream img.avatar {
	border-radius: 3%;
	max-width: 100px;
	}
#buddypress div.rtmedia-activity-container img {
	width:100%;
	height: auto;
}
#buddypress .activity-list .activity-content .activity-inner > p > img {
	width:100%;
	height: auto;
}
.box-register {
	padding:60px 70px 36px;
}
#home-custom {
	background-color: #FFF;
}
.box-register input[type="text"], .box-register input[type="email"], .box-register input[type="url"], .box-register input[type="password"], input[type="search"], .box-register textarea {
    color: #737373;
    border: 2px solid #d82520;
    background-color: transparent;
    border-radius: 4px;
    color: #4dcadd;
    font-size: 15px;
    height: 40px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;

}
.box-register label {
	display: block;
	margin: 15px 0 5px;
	color: #333;
}
body.home form#signup_form {
	width:100%;
	max-width: 680px;
}
body.page-template-front-page.page:not(.buddypress) .site-content article:not(.comment){
	padding-top: 0;
	padding-bottom: 0;
}
.home-info {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (min-width: 768px) {
	.box-register {
	background-color: #FFF;
	background-image: url(http://test.imilanclub.com/wp-content/uploads/2016/04/base.png);
	background-position: right bottom;
    	background-repeat: no-repeat;
    	width: 100%;
	}
	.box-register h4 {
	font-size: 36px;	
	}
	
}
@media (max-width: 770px) {
	#text-21{
		display: none;
	}
}
.header-inner .search-wrap {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
body.home .field_cognome {
	display:none;
}
body.home .field_sesso {
	display:none;
}
body.home .field_nazionalita {
	display:none;
}
body.home .field_lingue {
	display:none;
}
body.home .field_professione {
	display:none;
}
body.home .field_su-di-me {
	display:none;
}
body.page-id-62916 #page {
    background: #fff url("/wp-content/themes/boss-child/css/images/biglietti.jpg") no-repeat scroll center top;
    border-bottom: 30px solid #db0007;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin-bottom: 3.42857rem;
    margin-top: 0;
}
.post-firma {
    border-top: 1px solid #ccc;
    float: left;
    margin-top: 50px;
    width: 100%;
}
.post-firma a {
    margin-top: 10px;
}


.secondary-inner #group-types-list {
    padding-bottom: 0;
    padding-top: 30px;
}
.secondary-inner #group-types-list, #secondary.widget-area .widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
}

.secondary-inner #group-types-list p {
    overflow: hidden;
    padding-bottom: 30px;
}
.secondary-inner #group-types-list p a {
    float: left;
}

.secondary-inner #group-types-list h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase;
}























