/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
body{
    letter-spacing: 0;
}
/*MENU*/
.mfn-megamenu-parent{
    position: relative;
}
.mfn-megamenu-parent ul li {
    float: none !important;
    background-color: #ffffff;
    transition: .3s ease-in;
}
#Top_bar .menu li > ul {
    box-shadow: 0px 0px transparent !important;
    -webkit-box-shadow: 0px 0px transparent !important;
}
#Top_bar .menu > li ul{
    background-color: transparent !important;
}
#Top_bar .menu > li ul #menu-item-37 a, 
#Side_slide #menu-item-37 a{
    color: #e30613;
}
#Top_bar .menu > li ul #menu-item-36 a,
#Side_slide #menu-item-36 a{
    color: #0095D6;
}
#Top_bar .menu > li ul #menu-item-35 a,
#Side_slide #menu-item-35 a{
    color: #17A553;
}
.mfn-megamenu-parent ul li:hover{
    background: #f7f7f7;
}
/*HOME*/
.home .the_content{
    padding: 3em 0;
}
.portfolio_group.exposure .portfolio-item .image-wrapper {
    max-height: 660px;
    overflow: hidden;
}
.portfolio_group.exposure .portfolio-item .entry-title {
    font-size: 4em;
    font-size: 700;
    line-height: 1.2em;
}
.portfolio_group.exposure .portfolio-item .date {
    display: none;
}
/*ABOUT*/
.container--icons img{
    max-width: 80px !important;
    display: block;
    margin: 0 auto;
}
.container--icons h4{
    font-weight: 700;
    font-size: 1.5em;
}
.container--icons h4 .pole{
    display: block;
    font-size: .6em;
    line-height: 1em;
}
/*PORTFOLIO*/
.single-portfolio #Content{
    padding-top: 40px !important;
}
/*FOOTER*/
.footer--image{
    max-width: 140px;
    height: auto;
    margin-bottom: 2em;
}
#Footer .widgets_wrapper .column:nth-child(1){
    padding-right: 60px;
    box-sizing: border-box;
}
#Footer .widgets_wrapper .column:nth-child(2){
    padding-left: 60px;
    box-sizing: border-box;
}
.page-id-14 #Footer .widgets_wrapper{
    display: none;
}
/*DECO*/
.container--divider{
    position: relative;
    z-index: 1;
}
.container--divider:after{
    position: absolute;
    display: block;
    content:"";
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%) rotate(45deg);
    height: 40px;
    width: 40px;
    border: 3px solid #0095D6;
    background: #e7f8ff;
    z-index: 100;
}
.container--divider:before{
    position: absolute;
    display: block;
    content:"";
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    height: 3px;
    width: 600px;
    max-width: 80%;
    background: #0095D6;
    z-index: 100;
}
.container--divider__p:after{
    border: 3px solid #e30613;
    border-radius: 6px;
    background: #ffffff;
}
.container--divider__p:before{
    position: absolute;
    display: block;
    content:"";
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    height: 3px;
    width: 600px;
    max-width: 80%;
    background: #e30613;
    z-index: 100;
}
.container--divider__s:after{    
    border: 3px solid #17A553;
    border-radius: 50%;
    background: #ffffff;
}
.container--divider__s:before{
    position: absolute;
    display: block;
    content:"";
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    height: 3px;
    width: 600px;
    max-width: 80%;
    background: #17A553;
    z-index: 100;
}
.wp-caption-text{
    display: none;
}
.page-template-template-portfolio .portfolio_group .portfolio-item img{
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .slider--container{
        margin-bottom: 0;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
    }
}
/*RESPONSIVE*/

@media only screen and (min-width: 1240px) {
    .menuo-right #Top_bar .menu > li > ul.mfn-megamenu {
        left: auto;
        right: auto !important;
    }
    .header-stack #Top_bar .menu_wrapper .menu > li > a {
        padding: 0 30px;
    }
    #Top_bar.is-sticky .menu_wrapper .menu > li > a {
    padding: 15px 30px !important;
    }
}
@media only screen and (max-width: 767px) {
    #Footer .widgets_wrapper .column:nth-child(1){
        padding-right: 0px;
    }
    #Footer .widgets_wrapper .column:nth-child(2){
        padding-left: 0px;
    }
    .container--clear,
    .container--clear div{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}