/**
 * Theme Name: Mutek 
 * Template:   shuttle
 * ...other header fields
 */

 @import url("../shuttle/style.css");

#section-home a, #main a {
    text-decoration: none;
}

#logo img{
    width: auto;
    max-height: 100px !important;
}

body.layout-boxed #body-core, body.custom-background #body-core {
    max-width: 1600px;
    display: block;
    margin: 0 auto;
      background-color: #3a525b;
}

body.custom-background #header, body.custom-background #header-sticky {
    max-width: 1600px;
        background-color: #1A3038;
}


#header, #header-sticky {
   font-family: Montserrat, Helvetica, Arial;
    position: relative;
    font-size: 12px;
    background: #FFF;
    border-bottom: 0px solid #E5E5E5;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#introaction-core, #outroaction-core, .sc-action-core {
    padding: 30px 30px 10px;
    background: #f8f8f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.style1{
     border-radius: 15px;
}
.iconimage {
    min-width: 32px;
    min-height: 32px;
    overflow: hidden;
     border-radius: 15px 15px 0px 0px;

}

.mutek_intro{
    background-color:#fff;
    padding: 1.5em;
    margin-top:1em;
    margin-bottom:3em;
    border-radius:15px;;

}


/*
#pcp_wrapper-137 .sp-pcp-post {
   background-color: white;
     border-radius: 15px 15px 15px 15px;
    padding:0 10 0 0;
}

.sp-pcp-post-details{
    padding: 15px;
}
*/

.sp-pcp-post-details-content{
    padding:20px;
}
.sp-pcp-post .sp-pcp-post-thumb-area img {

    border-radius: 15 15 0 0;
}
#intro{
    text-align: center;
    text-transform: uppercase;
    border: none;
    background: #dddd;
    padding: 39px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .widget {
    margin-bottom: 5px;
}

#footer {
    font-size: 14px;
    background: #041318;
    padding: 45px 10px 40px;
    border-top: 0px solid #E5E5E5;
}

#sub-footer, #sub-footer {
    background: #041318;
}


#header .header-links > ul > li a, #header-sticky .header-links > ul > li a {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    padding: 3px 15px 3px 15px;
      margin-top:40px;
}


#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover,
#header-sticky .menu > li.menu-hover > a,
#header-sticky .menu > li.current_page_item > a,
#header-sticky .menu > li.current-menu-ancestor > a,
#header-sticky .menu > li > a:hover {
    color: #ff5242;
    background-color: #fff;
    border-radius:20px;

}
