/*
Theme Name: Seed Theme - Chiesacattolica.it
Theme URI: 
Author: Seeed srl
Author URI: 
Description:   
Version: 3.5
License: 
License URI: 
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: seed-text-domain
Template: seed-template-builder-theme
*/


/* HEADER */
header { position: relative; }
header.navbar-fixed-top.loggedin { top: 32px; }

/* MENU */

a.dropdown-toggle[aria-expanded="true"] i.fa:before { content: "\f077"; } 

.main_container { background: #fff; }

/* BREADCRUMB */

.cci_breadcrumb { font-family: 'Signika', sans-serif; font-size: 14px; line-height: 17px; color:#4A4A4A; margin: 40px 0px 30px 0px;     display: inline-block;  width: 100%;}
.cci_breadcrumb a {color:#4A4A4A;}
.cci_breadcrumb span.cci_separator { margin: 0px 5px; }

/* PAGE */
#cci_content_page {font-family: 'Signika', sans-serif; font-size: 18px; line-height: 26px; color:#000; font-weight: 100; padding-bottom: 80px;}
#cci_content_page h2 {font-family: 'Signika', sans-serif; font-size: 24px; line-height: 24px; color:#000;}
#cci_content_page h1.cci_content_page_current_title,
#cci_documenti_main_content h1.cci_content_page_current_title
{ font-family: 'Signika', sans-serif; font-size: 32px; line-height: 40px; color:#000;font-weight: 300; margin-bottom: 50px;}
/* attachments */
#cci_documenti_main_content h1.cci_content_page_current_title{ margin-bottom: 20px; }
#cci_content_page a.cci_attachment_pdf {font-family: 'Signika', sans-serif; font-size: 12px; line-height: 15px; color:#4A4A4A; border: 1px solid #979797;     padding: 6px 15px; }
#cci_content_page a.cci_attachment_pdf:before {content: "\f019"; font-family: FontAwesome; margin-right: 5px; font-size: 10px;}

/* RESPONSIVE */
@media (min-width: 1200px){
    .container { 
        width: 1024px !important;
    }
}