/*
Theme Name: World Crago Pacific
Template: dt-the7
*/

/** GENERAL **/
#main {
    padding-bottom: 0px;
}

#icl_lang_sel_widget-2 {
    margin-bottom: 0;
}

#icl_lang_sel_widget-2 .wpml-ls-sidebars-sidebar_2 {
    text-align: center;
}

#icl_lang_sel_widget-2 .wpml-ls-sidebars-sidebar_2 ul {
    display: inline-block;
}

#bottom-bar .wf-wrap {
    text-align: center;
}
#bottom-bar .wf-wrap .wf-container-bottom {
    display: inline-block;
}


/** Home page **/
div.pacificSpecialistBlock, div.technologyUsed {
    background-position: right !important;
    background-repeat:no-repeat !important;
}

/** Company **/
@media (max-width: 1000px) {
    .technoUsedContent {
        background-color: rgba(0, 0, 0, 0.7)
    }
}

/** Contact page **/
.wcpContactForm input[type="text"], .wcpContactForm input[type="email"], .wcpContactForm input[type="tel"] {
    width: 100% !important;
    padding: 25px 15px;
}

.wpb_gmaps_widget {
    margin-bottom:0px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

/******
Schedule page
******/
div.schedules-bloc {
    margin-bottom: 45px;
}

div.schedules-bloc h3{
    font-size: 20px;
    color:#145DA1;

}
div.schedule-container a {
    margin: 5px 0;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    background: url('img/icon-download-schedule.png') no-repeat center right;
    border-left: 4px solid rgba(0, 113, 188, 1);
    font-size: 13px;
}
div.schedule-container a:hover {
    background-color:   rgba(247, 247, 247, 1)
}

div.schedule-container a p {
    line-height: 1;
    margin-bottom: 0;
}

div.schedule-container span.type {
    font-size: 10px;
    color: rgba(153, 153, 153, 1);
}

div.schedulesAreaLink li {
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
}
div.schedulesAreaLink li a {
    padding: 7px 0;
    display: block;
    text-decoration: none;
}

/** DOCUMENT PAGE */
ul.typedoc_list ul {
    margin-left: 20px;
}

ul.typedoc_list a {
    border-bottom:1px solid rgba(204, 204, 204, 0.4);
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

/** BLOG Page */
div.blog-content div.entry-meta a.author,
div.blog-content div.entry-meta a.comment-link {
    display: none;
}
