/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.7.10
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Browser Reset */
@import url("../Divi/style.css");
/* About as page*/
.feature-box {
    margin-bottom: 3rem;
    display: table;
    position: relative
}

.feature-box.feature-full {
    width: 100%
}

.feature-box .icon {
    display: table-cell;
    float: left;
    width: 76px;
    height: 76px;
    color: #fff;
    padding-right: 0;
    font-size: 24px;
    text-align: center;
    margin-right: 1.3rem;
    background: #E2785D;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#search.top-search,
.search.top-search,
.toast-top-right {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.feature-box .feature-content {
    display: table-cell;
    vertical-align: top
}

.feature-box .feature-content p {
    color: rgba(0, 0, 0, .6)
}

.feature-box .feature-content p.subtitle {
    font-family: Satisfy, 'Open Sans', arial;
    font-size: 1.3rem;
    color: #E2785D
}

.feature-box .feature-title {
    margin-top: .2rem;
    font-family: Montserrat, arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.feature-box .icon img {
    max-width: 100%
}

.feature-box .icon.icon-simple {
    width: 34px;
}

.feature-box .icon.icon-no-bg {
    background: 0 0;
    color: #8E8E8E
}

.feature-box.dark .feature-title,
.section-dark .feature-box .feature-title {
    color: #fff
}

.feature-box.dark .icon.icon-gray,
.feature-box.dark p,
.section-dark .feature-box p {
    color: rgba(255, 255, 255, .6)
}

.feature-box.dark .icon.icon-line,
.section-dark .feature-box .icon.icon-line {
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .6)
}

.feature-box.feature-sm .icon {
    width: 40px;
    height: 40px;
    font-size: 16px
}

.feature-box.feature-sm .icon i {
    padding-top: 2px;
    font-size: 25px
}

.feature-box.feature-lg .icon {
    width: 96px;
    height: 96px;
    font-size: 28px
}

.feature-box.feature-lg .icon i {
    padding-top: 27px;
    font-size: 38px
}

.feature-box.feature-lg .icon.icon-simple i {
    padding-top: 0
}

.feature-box.feature-lg .icon.icon-simple i.education_pencil-47 {
    padding-top: 8px
}

.feature-box .icon i {
    padding-top: 25px;
    display: inline-block
}

.feature-box .icon.icon-simple i {
    padding-top: 8px;
    color: #e5856d;
}

.section-dark .feature-box .icon i {
    color: rgba(255, 255, 255, .4)
}

.feature-box h1 {
    font-size: 1.7rem
}

.feature-box h2 {
    font-size: 1.2rem
}

.feature-box h3 {
    font-size: 1rem
}

.feature-box p {
    margin-bottom: 0
}

.feature-box.feature-lg h1 {
    font-size: 2rem
}

.feature-box.feature-lg h2 {
    font-size: 1.6rem
}

.feature-box.feature-lg h3 {
    font-size: 1.3rem
}

.feature-box.feature-sm h1 {
    font-size: 1.5rem
}

.feature-box.feature-sm h2 {
    font-size: 1rem
}

.feature-box.feature-sm h3 {
    font-size: .8rem
}

.feature-box.feature-sm p {
    font-size: .9rem
}

.feature-box .icon.icon-gray {
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .8)
}

.feature-box:hover .icon.icon-gray {
    background: #383838;
    color: #fff
}

.feature-box .icon.icon-dark {
    background: #232323
}

.feature-box .icon.icon-line,
.section-dark .feature-box .icon.icon-line {
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .6)
}

.feature-box .icon.icon-square {
    border-radius: 2px
}

.feature-box .icon.icon-simple {
    background: 0 0;
    border: none;
    color: rgba(0, 0, 0, .7);
    font-size: 28px;
    height: 60px;
    padding-top: 0;
    text-align: left
}

.feature-box.feature-sm .icon.icon-simple {
    font-size: 16px;
    height: auto
}

.feature-box.feature-lg .icon.icon-simple {
    width: auto
}

.feature-box.feature-lg .icon.icon-simple i {
    font-size: 4rem
}

.feature-box.center,
.feature-box.center .feature-content,
.feature-box.center .icon {
    float: none;
    text-align: center;
    display: block;
    margin: auto
}

.feature-box.center .icon {
    margin-bottom: 1rem
}

.feature-box.center .icon.icon-simple {
    margin-bottom: 0
}

.feature-box.center .icon.icon-simple~h3 {
    margin-top: 1.3rem;
    margin-bottom: 1rem
}

.feature-box.center img {
    margin: auto;
    text-align: center;
    width: auto
}

.feature-box.boxed {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 1.5rem;
    position: relative
}

.feature-box.boxed .icon {
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px
}

.feature-box.boxed .icon.icon-line {
    background: #fff
}

.feature-box.feature-lg.boxed .icon {
    top: -48px;
    margin-left: -48px
}

.feature-box.boxed h3 {
    margin-top: 3rem
}

.feature-box.boxed .btn {
    margin-right: 0!important
}

.feature-box.feature-icon-right {
    text-align: right
}

.feature-box.feature-icon-right .icon {
    margin-right: 0;
    margin-left: 1.3rem;
    float: right
}

/*Custom VWO winning styles*/

/* .oj-vwotext{
      font-size: 20px !important;
    font-weight: 100;
    color: #efa509 !important;
    min-height: 40px;
}
#click-toggle {
    color: #2ea3f2;
    cursor: pointer;
}
#toggle-me {
  display:none;
}
.et_section_regular.fs_footer .et_pb_row_2{
  background: none !important;
}
.arrow-up-green{
  display: none;
  max-width: 50px;
position: fixed;
bottom: 2%;
right: 2%;
z-index: 9999;
cursor: pointer;
}
#menu-footer-menu2{
  float: left;
}


.packs label input{
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 29px;
    float: left;
    outline: none;
    border: 1px solid #c7c7c7;
    box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.16), 0px 8px 2px rgba(0, 0, 0, 0.06) inset;
    -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.16), 0px 8px 2px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.16), 0px 8px 2px rgba(0, 0, 0, 0.06) inset;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
  margin-bottom: 30px;
}
.packs label input:checked{
   background: url('/fr/wp-content/themes/Divi-Child/assets/imgs/check-mark-purple-md.png') center center no-repeat;
   background-size: 66%;
}
.packs label{
  display:block;
  overflow:hidden;
}
.packs label p{
  font-size:18px;
  font-weight:bold;
  color:orange;
  margin-top:4px;
}
.highlighted{
  font-size:15px;
  color:#333;
  background-color:inherit;
} */


/* VWO Styles END */


@media (min-width:1600px) {
    .feature-box {
    	padding-left: 15px;
    	padding-right: 15px;
    	width:50%;
    	float:left;
    }

}
@media (max-width:1200px) {
    .feature-box {
        margin-bottom: 1.6rem
    }
    .feature-box p,
    .split-section .feature-box p {
        font-size: 1rem;
        line-height: 1.6
    }

}
/* End about as */
/*Testimonials page*/
.btn-info.verified{
	display: inline-block;
    margin: -5px 0 0px 14px;
    vertical-align: middle;
    position: relative;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0px 12px 0px 27px;
}
.verified{
	color: #fff;
    background: #6bb069;
    background: -moz-linear-gradient(top, #6bb069 0%, #4e984b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6bb069), color-stop(100%, #4e984b));
    background: -webkit-linear-gradient(top, #6bb069 0%, #4e984b 100%);
    background: -o-linear-gradient(top, #6bb069 0%, #4e984b 100%);
    background: -ms-linear-gradient(top, #6bb069 0%, #4e984b 100%);
    background: linear-gradient(to bottom, #6bb069 0%, #4e984b 100%);
}

span.btn-info.verified:before {
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 5px;
    background-image: url(assets/imgs/icons.png);
}
/*End testimonials*/
#main-footer{
    background-color: #8dbf4f!important;
    /* border-top: solid 1px #cccccc!important; */
    color: #dbdbdb!important;
}
#et-footer-nav .container{
	width: 95%;
}
#et-footer-nav .container #menu-footer{
	float: left;
    padding-left: 2%;
}
#et-footer-nav .container #footer-info{
	padding: 15px 2% 15px 0;
	float: right;
}

/* footer submenu */
#menu-footer.bottom-nav .menu-item-has-children .sub-menu.show,
#main-footer ul#menu-footer-1.show,
#main-footer #menu-footer-1 .menu-item-has-children .sub-menu.show{
	display: block;
}
#main-footer #menu-footer-1 .menu-item-has-children .sub-menu{
	display: none;
}
#menu-footer.bottom-nav .menu-item-has-children .sub-menu{
	display: none;
	position: absolute;
	z-index: 0;
	padding: 5px 15px;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.68);
	top: 53px;
	background-color: #2c2c2c;
	width: 196px;
}
#menu-footer.bottom-nav .menu-item-has-children .sub-menu li{
	width: 100%;
	padding:0px;
}
/*#menu-footer.bottom-nav .menu-item-has-children .sub-menu:before{
	content: '2';
	display: block;
	position: absolute;
	font-family: "ETmodules";
	font-size: 1.5em;
	line-height: 1em;
	color: #bbb;
	top: -13px;
	background-color: #2c2c2c;
	box-shadow: inset 0px 2px 5px -2px black;
	z-index: 0;
}*/
ul#menu-footer .menu-item-has-children > a:after {
    content: '\43';
    font-family: ETmodules;
    padding-left: 3px;
}
.footer-mobile-menu{
	display: none;
	float: right;
	padding: 15px 2%;
}
.footer-mobile-menu .mobile_menu_bar{
	padding-bottom: 0px;
}
ul#menu-footer-1 {
    top: 60px;
}
#main-footer .menu-item-has-children a:hover{
	cursor: pointer;
}
ul#menu-footer-1 li.menu-item-has-children > a:after {
    content: '\43';
    font-family: ETmodules;
}

#menu-item-1088 a {
	color:#84C007 !important;
}
#et-footer-nav .container {
    align-items: center;
}
.payment_methods .paypal {
    max-width: 66px;
    display: block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
    background: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}
@media (max-width: 980px){
	.bottom-nav{
		text-align: left;
	}
    .et_header_style_left,
    .mobile_menu_bar{
        padding-bottom: 15px !important;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation{
        padding-top: 15px !important;
    }
    #logo{
        margin-top: 16px !important;
    }
    .et-fixed-header#main-header{
        position: fixed;
        top:0px!important;
    }
}

@media (max-width: 768px){
  .overflow-button-container.open{
    width: 75% !important;
  }
	.footer-mobile-menu{
		display: block;
		width: 13%;
	}
	#menu-footer{
		display:none;
	}
	#et-footer-nav .container #footer-info {
		padding: 19px 2%;
		float: left;
		text-align: left;
	}
	#et-footer-nav .container #footer-info{
		width: 86%;
	}
     #logo{
        margin-top: 16px !important;
    }
    .et-fixed-header#main-header{
        top: 0px !important;
    }
    #wpadminbar{
        position: absolute;
    }
}

#lady_img_mobile{
    display: none;
}
#lady_img{
    display: block;
}

@media (max-width: 418px){
	ul#menu-footer-1 {
		top: 81px;
	}
	#et-footer-nav .container #footer-info {
		text-align: center;
    	width: 86%;
	}
    .et-fixed-header#main-header{
        position: fixed;
        top:0px!important;
    }
    #iframe_row.et_pb_row{
        width: 100% !important;
    }
}
@media (max-width: 425px){
    #lady_img{
        display: none;
    }
    #lady_img_mobile{
        display: block;
    }
}

/*Video player section*/
.et_pb_section.ty_video_player{
    background-color: #f5f5f5;
    padding-bottom: 0px;
    padding-top: 0px;
}
.et_pb_video_play{
    display:none;
}
.et_pb_section.ty_video_player .et_pb_video_box{
    max-width: 80%;
    margin:0px auto;
}


@media (min-width: 960px){
    div.et_pb_video {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px){
    .et_pb_section.ty_video_player .et_pb_video_box{
        max-width: 100%;
    }
}

.et_pb_section.et_pb_with_background.et_section_regular.fs_footer{
    display:block;
}

/* Swiss Logo */
#swissLogo{
    display: none;
}
#logo-mobile{
    display: none;
}
@media (max-width: 480px){
    #logo{
        display: none !important;
    }
  .et_pb_column{
    margin-bottom: 0px;
  }
  .et_pb_column.et_pb_column_1_2.et_pb_column_4{
    margin: 20px 0;
  }
  .et_pb_column.et_pb_column_1_2.et_pb_column_3{
    margin-bottom: 10px;
  }
  .et_pb_column .et_pb_row_inner, .et_pb_row{
    padding-bottom: 10px;
  }
    #swissLogo{
        display: inline-block;
        position: absolute;
        width: 35px;
        right: 0;
        top: 5px;
    }
    #logo-mobile{
        width: 35%;
        display: inline-block;
    }
}
