/*
Theme Name:     Divi-child
Description:    
Author:         admin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.mobile {
    display: flex;
    justify-content: center;
    font-size: 35px;
    line-height: 16px;
    margin: 20px 10px;
    color: #e66101;
}
.mobile i.fas.fa-mobile-alt {
    font-size: 35px;
    padding-top: 8px;
    margin-right: 10px;
    color: #e66101;
}
.adress {
    display: flex;
    justify-content: center;
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    color: #e66101;
    margin: 20px 10px;
    line-height: 22px;
}
div.bottom-cardP {
    display: block;
    bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
}
#mydiv {
    height: auto;
    width: 100%;
    background: rgb(252, 237, 182);
    color: #222;
    text-shadow: 0px 1px 2px #555;
    display: none;
    text-align: center;
    padding: 20px 0;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    position: relative;
}
div.bottom-cardP button {
    background: #e66101;
    width: 100%;
    color: #fff;
    border: none!important;
    font-size: 25px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    position: relative;
}
div.bottom-cardP button i.fa.fa-angle-up {
    padding: 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.adress i.fas.fa-home {
    font-size: 35px;
    margin-right: 10px;
    padding-top: 28px;
    color: #e66101;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
a.logo-header {
    display: block;
    max-width: 120px;
    margin: 10px auto;
}
div#header-menu ul#top-menu {
    float: none!important;
    text-align: right;
    margin-right: 34px;
    margin-top: 15px;
}
.bottom-nav li {
    display: block;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.copyrights {
    display: block;
    text-align: center;
    color: white;
    margin-top: 5px;
}
a.logo-footer {
    display: block;
    max-width: 150px;
    margin: 25px auto;
}
ul.mention {
    padding: 0px!important;
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 0px;
}
ul#menu-main-menu-1 li.current-menu-item a {
    color: #e56225;
}
.mention a {
    text-decoration: none!important;
    color: #e56225;
    margin-top: 10px;
    display: inline-block;
    font-size: 17px;
}
ul#menu-main-menu{padding-top:0px!important}
#gform_wrapper_1.gform_wrapper .top_label .gfield_label {
    display: none;
}
#gform_wrapper_1.gform_wrapper .gform_footer {
	text-align : center;
}
#gform_wrapper_1.gform_wrapper input#gform_submit_button_1 {
    border: 2px solid #e56224;
    font-size: 20px;
    background: none;
    color: #e56224;
    padding: 5px 15px;
}
#main-content {
    min-height: 645px;
}
@media screen and (max-width: 991px) {

  }
  @media screen and (max-width: 767px) {
  	footer#main-footer {
    padding: 30px 20px 20px 20px;
    background: #0c0c0c;
     margin-bottom: 60px; 
}
    div#btm-nav {
        display: none;
    }
    .logo-mobile {
        text-align: center;
    }
    .mobile-header {
        display: block;
        background: #fcedb6;
    }
    .descktop {
        display: none;
    }
    .mobile-header {
        display: block;
        background: #fcedb6;
        clear: both;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        height: 100%;
        padding-top: 60px;
    }
    div#dl-menu {
        display: block;
        position: fixed;
        top: 0px;
        width: 100%;
        background: #fcc298;
        float: none!important;
        margin: 0px 0px 10px 0px!important;
        max-width: 100%;
        z-index: 1111;
    }
    span.menu-txt {
        color: #000000;
    }
    .mobile-txt-mob {
        display: flex;
        justify-content: center;
        font-size: 25px;
        margin: 10px 0px;
        color: black;
    }
    img#logo {
        display: inline-block;
        margin: 10px 0px;
    }
    .mobile-txt-mob i.fas.fa-mobile-alt {
        color: #e56225;
        margin-right: 5px;
    }

  }
  @media screen and (min-width: 768px) {
    div.bottom-cardP {
        display: none;
    }
    #top-menu li {
        display: inline-block;
        padding-right: 7px;
        font-size: 14px;
    }
    a.logo-header {
        display: block;
        max-width: 120px;
        margin: 10px auto;
        text-align: center;
    }
    .descktop {
        display: block;
    }
    .mobile-header {
        display: none;
    }
    #top-menu {
        display: block!important;
    }

}
  @media screen and (min-width: 992px) {
    #top-menu li {
        display: inline-block;
        padding-right: 0px;
        font-size: 12px;
    }
    .et-fixed-header #top-menu li a {
        font-size: 12px!important;
        padding: 10px 5px;
    }

  }
  @media screen and (min-width: 1200px) {
    #top-menu li {
        display: inline-block;
        padding-right: 7px;
        font-size: 15px;
    }
    .et-fixed-header #top-menu li a {
        font-size: 15px!important;
    }

}
@media screen and (min-width: 1500px) {
    #top-menu li {
        display: inline-block;
        padding-right: 10px;
        font-size: 15px;
        line-height: 35px;
    }
    .et-fixed-header #top-menu li a {
        font-size: 12px;
    }

}