/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

a.site-title {
color:			#0e5c28;
margin-top:		14px;
}

/* --OK-- PULSANTI MENU1 */

.nav-collapse .nav > li > a {
color:			#0e5c28;
margin-top:		12px;		
}

.nav-collapse .nav > li > a:hover {
color:			#7d5219;
}

.nav-collapse .nav > li.current-menu-item > a, 
.nav-collapse .nav > li.current-menu-ancestor > a {
color:              	#7d5219;
font-weight:		100;
text-shadow:		none;
}

/* MENU STICKY */

.sticky-enabled .navbar .nav > li > a {
margin-top:		4px;
}


/* BORDO VERDE MENU */

.tc-header {
border-top:		1px solid white;
border-bottom:		10px solid #0e5c28;
}

#customizr-slider {
border-bottom: 		10px solid #0e5c28;
}

.carousel-image {
border-top:			2px solid #0e5c28;
border-bottom:			2px solid #0e5c28;
}

/* barra grigia sopra footer ATTIVO */

footer#footer {
border-top:		5px solid #fafafa; 	/* stesso colore sfondo */
} 

/* PAGINE IN EVIDENZA */

.widget-front h2 {			/* COLORE TITOLO TESTO 'PAGINE IN EVIDENZA' */
color:			#0e5c28;
text-family:		Arial Narrow;
text-shadow: 		none;
}

a.btn.btn-primary.fp-button {		/* COLORE BOTTONE 'SCOPRI DI PIU' */
background:		#7d5219;
}

p.fp-text-one,
p.fp-text-two,
p.fp-text-three {
font-family:		Arial Narrow;
}

/* personalizzare testo bottoni */

.fp-one .btn.btn-primary.fp-button:after {
  content:"Know More >> ";		/* Change to required text */
}
.fp-two .btn.btn-primary.fp-button:after {
  content:"Coc Group Members >> ";
}
.fp-three .btn.btn-primary.fp-button:after {
  content:"More Info >> ";
}


/* PAGINA COC GROUP */

.span3.offset1 img {
border:			2px solid white;
border-radius:		10px;
}

.span3 img {
border:			2px solid white;
border-radius:		10px;
}

.text_white_sx {
padding:		65px 20px 55px 20px;
text-align:		left;
text-shadow:		none;
color:			white;
font-family:		'Allerta';
font-size:		16px;
}

.text_white_dx {
padding:		65px 20px 55px 20px;
text-align:		right;
text-shadow:		none;
color:			#0e5c28;
font-family:		'Allerta';
font-size:		16px;
}

.box_green {
background-color:	#0e5c28;
border:			1px solid #0e5c28;
border-radius:		4px;
}

.box_white {
background-color:	white;
border:			3px solid #0e5c28;
border-radius:		4px;
}


/* PAGINA PARTNERS */

.img_asdi {
widht:			250px;
padding:		20px 0 15px 0;
}

.img_ded {
padding:		20px 0 15px 0;
}

.p_nologo_green {
padding:		20px 0 15px 0;
text-align:		center;
text-shadow:		none;
color:			white;
font-family:		'Allerta';
font-size:		16px;
}

.p_nologo_white {
padding:		20px 0 15px 0;
text-align:		center;
text-shadow:		none;
color:			#0e5c28;
font-family:		'Allerta';
font-size:		16px;
}

.text_partner_green {
padding:		0 20px 20px 20px;
text-align:		justify;
font-family:		'Allerta';
font-size:		14px;
color:			white;
}

.text_partner_white {
padding:		0 20px 20px 20px;
text-align:		justify;
font-family:		'Allerta';
font-size:		14px;
color:			#0e5c28;
}

.ul_partner_green, .li_partner_green {
padding:		0 20px;
text-align:		justify;
font-family:		'Allerta';
font-size:		14px;
color:			white;
}

.box_partner_green {
background-color:	#0e5c28;
border:			1px solid #0e5c28;
border-radius:		4px;
}

.box_partner_white {
background-color:	white;
border:			3px solid #0e5c28;
border-radius:		4px;
}

.row-fluid .offset1 {				/* margin-left NON RESPONSIVE -- CAMBIARE!!! */
margin-left:			100px;
margin-bottom:			10px;
}

/* PAGINA FSC */

img.fsc {
margin:  		0 0 20px 20px;
}

/* CENTRARE TITOLO PAGINA */

h1.entry-title {
color:			#0e5c28;
text-align:		center;
text-transform:		uppercase;
margin:			30px 0 50px;
}

/* TOGLIERE DIVISORE TRA TITOLO PAGINA E CONTENUTO */

.featurette-divider {
display:	none;
}

/* CAMBIO SFONDO FOOTER */

footer#footer {
background:		#0e5c28;
}

/* SFONDO BODY */

body {
background:		white;
} 

.round-div {
border-color: 		white;		/* SFONDO QUADRATO DIETRO 3 CERCHI */	
}


/* PAGINA CONTATTI */

.interno_box_sec {
margin-bottom:		20px;
padding:		10px;
background-color:	#0e5c28;
border:			1px solid #0e5c28;
border-radius:		4px;
}

.title_box_s {
text-align:		center;
text-shadow:		none;
color:			white;
font-family:		'Allerta';
font-size:		14px;
}

.title_box_sec {
text-align:		center;
text-shadow:		none;
color:			white;
font-family:		'Squada One';
font-size:		24px;
}

.p_box_sec {
text-align:		center;
text-shadow:		none;
color:			white;
font-family:		'Allerta';
font-size:		12px;
}

div.span8.offset2 {
padding-left:		0%;
}

.interno_box {
margin-bottom:		20px;
padding:		10px;
background-color:	white;
border:			1px solid #0e5c28;
border-radius:		4px;
}

.title_box {
text-align:		center;
text-shadow:		none;
color:			#0e5c28;
font-family:		'Squada One';
font-size:		24px;
}

.p_box {
text-align:		center;
text-shadow:		none;
color:			black;
font-family:		'Allerta';
font-size:		12px;
}