/*
Theme Name: Dynamic Child
Author: Themekalia
Version: 1.0.0
Author URI: http://themeforest.net/user/themekalia
Theme URI: http://themeforest.net/user/themekalia
Description: This is Dynamic Wordpress theme
License: ''
License URI: ''
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: wp_dynamic
Template: dynamic
*/
/* azzurro #24bbd0 azzurro link #178096 arancio #fc660b arancio link #d65c0f*/
@import url(../dynamic/style.css);

a {color:#d65c0f;}
a:hover {color:#24bbd0; text-decoration:underline;}

a.bianco:focus, a.bianco:visited, a.bianco {color:#fff;}
a.bianco:hover {color:#000; text-decoration:underline;}

/* titolo pagine */
.page-breadcrumb ul li, .page-breadcrumb ul li a {
    color: #000;}
.page-breadcrumb ul li a::before {
    color: #fff !important;}
.page-breadcrumb {
    background: #24bbd0 none repeat scroll 0 0;}
.page-breadcrumb h6 {
    font-family: "Montserrat-Bold";
    font-size: 24px;
    text-transform: uppercase;
}

/* sistemo il logo e i testi dell'header */
.bottom_header .logo {
    margin-top: -10px;
}
.bottom_header ul li a {
    margin-right: 10px;
}
/* alzo lo sfondo header sticky */
.theme_menu.fixed {min-height:92px;}
.theme_menu.fixed .menuzord {
     top: 26px;
}

/* 3 colonne in home*/
/* altezza titoli*/
.titolo_2{min-height:100px;}

/* sidebar*/
.sidebar_styleOne {font-size:14px;}

/* per il footer */
footer {
    background: #121d2f none repeat scroll 0 0;
    padding-top: 10px;
}
footer a:visited,footer a:focus,footer a:hover{color:#cdcdcd;}
/* allargo le colonne del footer da 25% a 33%*/
#bunch_contact_carousel-2.col-lg-3, #text-2, #text-3{width: 33.3333%;}


footer .main_footer .footer_contact .item ul li {
    color: #fff;
    font-family: Montserrat;}

footer .textwidget p{color:#fff;}
footer .main_footer ul{ margin-top: 25px;}
footer .main_footer ul li {
    color: #fff;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    margin-left: 1px;
    position: relative;
}
footer .main_footer ul li span::before {
    color: #20bed0;
    font-size: 30px;
}

footer .bottom_footer p {
    color: #fff;
    font-family: "Montserrat-SemiBold";
    font-size: 14px;
}

footer .bottom_footer {
    border-top: 5px solid #152235;
    margin-top: 3px;
    padding: 10px 0;
}


