@font-face {
    font-family: 'fontello';
    src: url('/wp-content/themes/obiettivoterra/assets/fonts/fontello.ttf');
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('/wp-content/themes/obiettivoterra/assets/fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'Raleway-Black';
    src: url('/wp-content/themes/obiettivoterra/assets/fonts/Raleway-Black.ttf');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('/wp-content/themes/obiettivoterra/assets/fonts/Raleway-Regular.ttf');
}

a {
    color: #42210b;
    text-decoration: none;
    font-weight: bold;    
}

.leggitutto
{
	text-transform: lowercase;
}

a:hover {
    color: #42210b;
}

/*body {
    font: 400 15px/1.8 Raleway-Regular, sans-serif;
    color: #42210b;
}*/

h3, h4 {
    text-transform: uppercase;
    font-weight: bold;
    font: 400 20px Raleway-Bold, sans-serif;
    margin-top: 0px;
}

h2 {
    text-transform: uppercase;
    font-weight: bold;
    font: 400 22px Raleway-Black, sans-serif;
    margin-top: 0px;
}

h5 {
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font: 400 18px Raleway-Black, sans-serif;

}

p {
    margin: 0 0 0px;
    line-height: 1.5em;
	text-align: justify;
	text-justify: inter-word;
}

.container {
    padding: 80px 120px;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}

.person:hover {
    border-color: #f1f1f1;
}

.carousel-inner img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%); /* make all photos black and white */
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }	
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}

.bg-1 h3 {
    color: #fff;
}

.bg-1 p {
    font-style: italic;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.btn {
    padding: 10px 20px;
    background-color: #42210b;
    color: #ffffff;
    border-radius: 0;
    transition: .2s;
    text-transform: uppercase;
	width: 100%;
}

.btn:hover, .btn:focus {
    border: 1px solid #42210b;
    background-color: #42210b;
    color: #ffffff !important;
    text-decoration: none;
}

.card-header .btn:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    color: #ffffff; /* adjust as needed */
}

.card-header .btn.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    color: #ffffff;
}

.card-header .btn:hover, .btn:focus {
    color: #ffffff !important;
    text-decoration: none;
}

.modal-header, h4, .close {
    background-color: transparent;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 40px 50px;
}

.nav-tabs li a {
    color: #777;
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
}

.navbar li a, .navbar .navbar-brand {
    font: 400 16px Raleway-Black, sans-serif;
}

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}

.dropdown-menu li a {
    color: #000 !important;
}

.dropdown-menu li a:hover {
    background-color: red !important;
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

.carousel {
    position: relative;
    margin: -50px 0;
}

.brown {
    background-color: #42210b !important;
}

.heavenly {
    background-color: #84cee9;
}

.green {
    background-color: rgb(95, 129, 43);
}

.grey {
    background-color: #7a7a7a !important;
}

.bannerevidenza {
    width: 80%;
}

.header {
    height: 0px;
    position: relative;
    z-index: 9;
}

.logo {
	background-color: 'transparent';
	position: 'fixed';
	top: '0px';
	padding-top: '0px';
	width: '100%';
	height: '100px';	
}
.logoInterna
{
	background-color: #FFFFFF;
	position: 'fixed';
	top: '0px';
	padding-top: '0px';
	width: '100%';
	height: '100px';	
}

.logo img {
    padding-top: 15px;
}

footer input,
footer button,
footer textarea {
    background-color: #41210a;
    font-family: "Raleway-Bold", Sans-serif;
    font-size: 12px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
}

footer textarea {
    padding-top: 20px;
}

footer input,
footer button,
footer textarea,
footer label {
    width: 100%;
}

.multicol {
    margin: 20px auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    column-count: 2;
    column-gap: 25px;
}

.nav > li {
    width: 20%;
}

.nav-tabs > li > a {
    min-height: 65px;
    color: #fff;
    font-weight: bold;
    background-color: #41210a;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
}

.nav-tabs > li > a:hover {
    background-color: #ffffff !important;
    border-radius: 0px;
    border: 1px #41210a solid !important;
    color: #41210a !important;
}

.nav-tabs > li > a:selected {
    background-color: #ffffff !important;
    border-radius: 0px;
    border: 1px #41210a solid !important;
}

.active {
    background-color: #ffffff !important;
    border-radius: 0px;
    border: 1px #41210a solid !important;
    color: #41210a !important;
    border-radius: 0px;
}

.active a {
    background-color: #ffffff !important;
    border-radius: 0px;
    border: 0px #41210a solid !important;
    color: #41210a !important;
    border-radius: 0px;
}

.tab-pane {
    border: 0px !important;
}

#wrapper {
    padding-top: 100px;
}

#titoloArticolo
{
	margin-top: 115px;
}

.wpcf7-submit:hover {
    color: #41210a !important;
    background-color: #ffffff !important;
    border-color: #41210a !important;
}

#pmdb_form_register_user_table input, select {
    background-color: #ffffff;
    font-family: "Raleway-Bold", Sans-serif;
    font-size: 12px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #41210a;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    margin-bottom: 5px;
    min-width: 100%;
}

#pmdb_user_register_male {
    height: 20px;
    min-height: 20px !important;
    width: 80px !important;
    min-width: 80px !important;
}

#pmdb_user_register_female {
    height: 20px;
    min-height: 20px !important;
    width: 80px !important;
    min-width: 80px !important;
}

#pmdb_user_register_submit:hover
{
	background-color: #41210a;
	border-color: #ffffff;
	color: #ffffff;
}

.singleArticle > .addtoany_shortcode > .addtoany_list > .a2a_button_google_plus {
    background-color: #42210b;
    margin-right: 5px;
    margin-top: 15px;
}

.singleArticle > .addtoany_shortcode > .addtoany_list > .a2a_button_twitter {
    background-color: #42210b;
    margin-right: 5px;
    margin-top: 15px;
}

.singleArticle > .addtoany_shortcode > .addtoany_list > .a2a_button_facebook {
    background-color: #42210b;
    margin-right: 5px;
    margin-top: 15px;
}

.singleArticle > .addtoany_shortcode > .addtoany_list > .a2a_button_pinterest {
    background-color: #42210b;
    margin-right: 5px;
    margin-top: 15px;
}

.singleArticle > .addtoany_shortcode > .addtoany_list > .a2a_button_tumblr {
    background-color: #42210b;
    margin-right: 5px;
    margin-top: 15px;
}

.navigation ol {
    text-align: center;
}

.navigation {
    margin: 20px 0 20px 0;
}

.custom-pagination
{
	padding: 20px 0 20px 0;
}

.custom-pagination a
{
	padding: 5px 10px 5px 10px;
	border: 1px solid #42210b;
	background-color: #42210b;
	color: #ffffff;
}
.custom-pagination > .current
{
	padding: 5px 10px 5px 10px;
	border: 1px solid #42210b;
}
.custom-pagination > .dots
{
	padding: 5px 10px 5px 10px;
	border: 0px solid #42210b;
}

.contactInterna
{
	padding: 20px 0 20px 0;
}
.contactInterna input, .contactInterna button, .contactInterna textarea, .contactInterna label {
    width: 100%;
}
.contactInterna input
{
    background-color: #ffffff !important;
    font-family: "Raleway-Bold", Sans-serif !important;
    font-size: 12px !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #41210a !important;
    border-radius: 0px 0px 0px 0px !important;
    width: 100% !important;
    min-height: 40px !important;
    padding-left: 20px !important
}

.contactInterna textarea
{
    background-color: #ffffff !important;
    font-family: "Raleway-Bold", Sans-serif !important;
    font-size: 12px !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #41210a !important;
    border-radius: 0px 0px 0px 0px !important;
    width: 100% !important;
    min-height: 40px !important;
    padding-left: 20px !important
}
.articoloInterna img
{
	width: 100%;
	height: 100%;
}

.articoloInterna p
{
	word-wrap: break-word;
}
.articoloInterna a
{
	word-wrap: break-word;
}
@media (max-width: 768px) {
    .multicol
	{
		-webkit-column-count: 1 ;
		column-count: 1 ;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.swiper-container
	{
		height: 200px !important; 
		margin-top: -115px !important;
	}
	
	.logo img 
	{
		width: 200px;
		padding-top: 27px;
	}
	
	#logoInterna
	{
		width: 200px;
		padding-top: 12px;
	}
	
	.nav > li {
		width: 100%;
	}
	
	.btn
	{
		width: 100%;
		word-wrap: break-word;
		font-size: 10px;
	}
	
	.event-element
	{
		width: 100%;		
	}
	
	p
	{
		padding-left: 15px;
		padding-right: 15px;		
	}
	
	.articoloInterna img
	{
		width: 100%;
		height: 100%;
	}
	
	.articoloInterna p
	{
		word-wrap: break-word;
	}
	.articoloInterna a
	{
		word-wrap: break-word;
	}
	
	.post-infobig
	{
		padding: 20px;
	}
	#anagrafica
	{
		padding-left: 25px;
		padding-right: 25px;
	}
	#photo
	{
		padding-left: 25px;
		padding-right: 25px;
	}
	#titoloArticolo h2
	{
		margin-top: 115px;
	}
}

.swiper-pagination-bullet-active
{
	background: #ffffff !important;
}
.swiper-pagination-bullet
{
	border: #ffffff 8px solid !important;
	opacity: 1 !important;
}
/*
====================
UTILITY BOOTSTRAP
====================
*/
.col-no-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}