/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.4
*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip-link {
    display: block;
    padding: 0px 20px;
    color: #ffffff;
    background-color: #2245c5;
    line-height: 56px;
    z-index: 999;
}

.skip-link:active,
.skip-link:focus {
    position: absolute;
    top: 0px;
    left: 15px;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

body {
    font-family: 'Roboto', sans-serif;
}

.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus {
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

#content ul li::before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    color: #2245c5;
    position: absolute;
    left: -25px;
    top: 1px;
}

#content ul li {
    list-style: none;
    position: relative;
}

/*  HEADER  */

.header-2-wrapper, .header-3-wrapper {
    height: auto;
    min-height: 100px;
}

.top-nav-menu li a {
    overflow: hidden;
    position: relative;
    z-index: 9999;
    min-height: 42px;
    line-height: 42px;
    padding: 0px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.top-header {
    font-size: 1em;
    line-height: 22px;
    height: 42px;
}

.top-nav-menu {
    /* font-size: 0; */
}

.top-nav-menu li {
    border-left: 1px solid #3154d6;
    margin: 0;
    /* Laisser en PX (pour corriger la valeur en em) */
    /* font-size: 16px; */
}

.top-nav-menu li.menu_orange {
    background-color: #DB3C11;
    border-left: none;
}

.top-nav-menu li.menu_marin {
    background-color: #0A2278;
    border-left: none;
}

.top-nav-menu li a {
    display: block;
    padding: 0 20px;
    font-size: 0.85em;
}

.top-nav-menu li a:hover,
.top-nav-menu li a:active,
.top-nav-menu li a:focus {
    color: #2245c5;
    background-color: #f9f9f9;
    text-decoration: none;
}

.top-nav-menu li.menu_orange a:hover,
.top-nav-menu li.menu_orange a:active,
.top-nav-menu li.menu_orange a:focus {
    color: #DB3C11;
    background-color: #ffffff;
}

/* ----------- */

.main-navigation ul {
    display: flex;
    /* width: 100%;*/
}

[class*="fontsize-"] .main-navigation ul {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .main-navigation ul {
        display: none;
    }
}

.main-navigation li {
    flex: 1 1 100%;
}

.main-navigation li a {
    overflow: hidden;
    position: relative;
    z-index: 9999;
    min-height: 56px;
    line-height: 22px;
    padding: 0px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    font-size: 1em;
    min-height: 100px;
}

.main-navigation li a:hover,
.main-navigation li a:active,
.main-navigation li a:focus {
    color: #ffffff;
    background-color: #2245c5;
    text-decoration: none;
}

.main-navigation li a:hover:before,
.main-navigation li a:active:before,
.main-navigation li a:focus:before {
    top: 0%;
}

.main-navigation li a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 101%;
    left: 0;
    background: #2245c5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-2-wrapper .site-branding, .header-3-wrapper .site-branding {
    /*width: 410px;
    max-width: 100%;*/
    overflow: hidden;
    width: 225px;
}

.header-2-wrapper .site-branding, .header-3-wrapper .site-branding img {
    /*width: 400px;
    max-width: 100%;*/
    width: 450px!important;;
    max-width: none;
    max-height: none;
    height: auto;
}

.site-branding .site-title a {
    padding-bottom: 10px;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:active,
.site-branding .site-title a:focus {
    border-bottom: solid 6px #2245c5;
}


[class*="fontsize-"] .header-2-wrapper,
[class*="fontsize-"] .header-3-wrapper {
    min-height: 2em;
}

[class*="fontsize-"] .site-branding .site-title a {
    padding-top: 0.1875em;
}

[class*="fontsize-"] .site-branding .site-title a:hover,
[class*="fontsize-"] .site-branding .site-title a:active,
[class*="fontsize-"] .site-branding .site-title a:focus {
    border: none;
    background-color: #eee;
}

@media only screen and (max-width: 1023px) {
    /*.header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        padding-left: 40px;
    }*/

    .header-2-wrapper, .header-3-wrapper {
        min-height: 60px;
    }

    .site-branding .site-title a {
        padding-top: 3px;
    }

    .site-branding .site-title a:hover,
    .site-branding .site-title a:active,
    .site-branding .site-title a:focus {
        border: none;
        background-color: #eee;
    }

    /*.site-branding img {
        max-width: 320px;
        max-height: 40px;
    }

    .header-2-wrapper, .header-3-wrapper {
        height: auto;
        min-height: 50px;
    }*/
}

.header-3-wrapper .main-navigation {
    /*width: calc(100% - 410px);*/
    width: calc(100% - 250px);
}

.nav-menu > .current_page_item > a,
.nav-menu > .current-menu-item > a,
.nav-menu > .current-menu-ancestor > a,
.nav-menu ul .current-menu-item a,
.nav-menu ul .current_page_item a,
.sidr li.sidr-class-current_page_item > a {
    color: #404040;
}

.nav-menu > .current_page_item > a:after,
.nav-menu > .current-menu-item > a:after,
.nav-menu > .current-menu-ancestor > a:after,
.nav-menu ul .current-menu-item a:after,
.nav-menu ul .current_page_item a:after,
.sidr li.sidr-class-current_page_item > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
    background: #2245c5;
}

/*
RECHERCHE
*/

.search-header-wrap {
    max-width: 56px;
}

/* PAGE */

.vce-border-top .main-box-title {
    text-transform: uppercase;
}

.main-box-title{
    letter-spacing: 2px!important;
    border-top: 10px solid #2245c5;
}

.vce-lay-c .entry-header {
    padding: 0 20px;
}

.vce-lay-c .entry-title,
.vce-sid-none .vce-lay-c .entry-title {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px;
}

.vce-lay-c:hover {
    outline: 1px solid #2245c5;
}

.vce-lay-c .meta-image a {
    display: block;
}

.vce-lay-c .meta-image a img {
    float: none;
}

.vce-lay-c .meta-image a:hover img,
.vce-lay-c .meta-image a:focus img,
.vce-lay-c .meta-image a:active img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.vce-page .meta-image,
.vce-single .meta-image {
    max-width: 400px;
    margin: 0 auto;
}

.vce-page .meta-image img,
.vce-single .meta-image img {
    max-width: 100%;
}

/* Footer */
.site-info {
    padding: 30px 0 75px;
}

.bottom-nav-menu a, .site-info p {
    line-height: 60px;
    color: #fff;
    font-size: 1em;
}

.footer_mail a, .footer_phone a {
    color: #fff;
}

.footer_mail {
    background: transparent url(images/mail.svg) no-repeat 0px center;
    padding-right: 40px;
    border-right: 1px solid #51586b;
}

.footer_phone {
    background: transparent url(images/phone.svg) no-repeat 0px center;
}

.footer_mail, .footer_phone {
    padding-left: 40px;
    line-height: 60px;
    background-size: 30px;
}

/*  BTN  */
a.btn {
    color: #fff;
    background: #2245c5;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2245c5;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

#vce-pagination a {
    color: #fff;
    background: #2245c5;
    /*padding: 12px 20px;*/
    text-transform: uppercase;
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
    border: 1px solid #2245c5;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

#back-top,
#acp-toggle-toolbar {
    color: #fff;
    background: #2245c5;
    padding-top: 2px;
    text-transform: uppercase;
    border: 1px solid #2245c5;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

#back-top {
    right: 85px;
    /*right: 20px;*/
    bottom: 20px;
    border-radius: 5px;
}

#back-top i {
    opacity: 1;
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    -ms-transition: color 0s;
    -o-transition: color 0s;
    transition: color 0s;
}

#acp-toggle-toolbar {
    width: 55px!important;
    height: 55px!important;
}

#acp-toggle-toolbar svg {
    margin-top: 5px;
    width: 35px;
    height: 35px;
}

#acp-toggle-toolbar:hover svg, #acp-toggle-toolbar:focus svg, #acp-toggle-toolbar:active svg {
    fill: #2245c5;
}

a.btn:hover, a.btn:focus, a.btn:active,
#vce-pagination a:hover, #vce-pagination a:focus, #vce-pagination a:active,
#back-top:hover, #back-top:focus, #back-top:active,
#acp-toggle-toolbar:hover, #acp-toggle-toolbar:focus, #acp-toggle-toolbar:active {
    color: #2245c5;
    background: #fff;
    text-decoration: none;
}

#back-top:hover, #back-top:focus, #back-top:active,
#acp-toggle-toolbar:hover, #acp-toggle-toolbar:focus, #acp-toggle-toolbar:active {
    border: 1px solid #2245c5;
}

.vce-lay-a,
.vce-lay-c {
    text-align: center;
}

.vce-lay-a a.vce-read-more,
a.vce-read-more,
.vce-lay-c a.vce-read-more {
    width: auto;
    margin: 10px;
    display: inline-block;
    color: #2245c5;
    border: 1px solid #2245c5;
    background: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.vce-lay-a .entry-title a:hover,
.vce-lay-a .entry-title a:focus,
.vce-lay-a .entry-title a:active,
.vce-sid-none .vce-lay-a .entry-title a:hover,
.vce-sid-none .vce-lay-a .entry-title a:focus,
.vce-sid-none .vce-lay-a .entry-title a:active {
    color: #2245c5;
    transition: all 0.3s;
    text-decoration: underline;
}

.vce-lay-c .entry-title a:hover,
.vce-lay-c .entry-title a:focus,
.vce-lay-c .entry-title a:active,
.vce-sid-none .vce-lay-c .entry-title a:hover,
.vce-sid-none .vce-lay-c .entry-title a:focus,
.vce-sid-none .vce-lay-c .entry-title a:active {
    color: #2245c5;
    transition: all 0.3s;
    text-decoration: underline;
}

a.vce-read-more:hover, a.vce-read-more:focus, a.vce-read-more:active,
.vce-lay-c a.vce-read-more:hover, .vce-lay-c a.vce-read-more:focus, .vce-lay-c a.vce-read-more:active {
    color: #fff;
    background: #2245c5;
    text-decoration: none;
}

/*  BANNER  */

.banner {
    position: relative;
    height: 100%;
    background-color: #000;
}

.banner .banner_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .container {
    z-index: 999;
}

.banner .banner-content {
    position: relative;
    height: 100%;
    padding: 140px 0;
}

.banner .banner-content:after {
    content: "";
    display: block;
    /*
    background: transparent url(img/degrade_r1.png) repeat-y center left;
    height: 100%;
    width: 400px;
    */
    position: absolute;
    left: 100%;
    top: 0;
}

.banner .banner-content:before {
    content: "";
    display: block;
    /*
    background: transparent url(img/degrade_l1.png) repeat-y center right;
    height: 100%;
    width: 400px;
    */
    position: absolute;
    left: -400px;
    top: 0;
}

.banner .banner-content .banner_zone {
    position: relative;
    text-align: center;
}

.banner .banner-content .banner_zone:after {
    /*
  content: "";
  display: block;
  background: #000;
  height: 100%;
  width: 400px;
  position: absolute;
  left: calc(100% + 400px);
  top: 0;
  */
}

.banner .banner-content .banner_zone:before {
    content: "";
    display: block;
    background: #fff;
    height: 5px;
    width: 110px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.banner .banner-content .banner_zone .banner_title {
    text-align: center;
    color: #fff;
    padding: 34px 9% 10px;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
}

[class*="fontsize-"] .banner .banner-content .banner_zone .banner_title {
    padding: 1.25em 5% 0.625em;
    font-size: 3em;
}

@media only screen and (max-width: 1023px) {
    .banner .banner-content .banner_zone .banner_title {
        padding: 20px 5% 10px;
        font-size: 3em;
    }
}

@media only screen and (max-width: 670px) {
    .banner .banner-content {
        padding: 50px 0;
    }

    .banner .banner-content .banner_zone .banner_title {
        padding: 20px 2% 10px;
        font-size: 2em;
    }
}

.banner .banner-content .banner_zone .banner_title:before {
}

.banner .banner-content .banner_zone .banner_subtitle {
    text-align: center;
    color: #fff;
}

.vce-border-top .main-box-title {
    border-top-width: 10px;
}

.banner .banner_image .banner_overlay {
    width: 100%;
    height: 100%;
}

/*  Fil d'ariane */

.breadcrumb {
}

.breadcrumb .main-box {
    margin: 0;
    padding: 10px 25px;
}

.breadcrumb .main-box .breadcrumb-prefix {
    padding-right: 10px;
}

.breadcrumb .main-box a {
    padding: 0;
}

.breadcrumb .main-box a:after {
    content: "|";
    display: inline;
    color: #404040;
    padding: 0 10px;
}

.breadcrumb .main-box .current-item {
    display: inline-block;
    margin: 0;
}

/*  ACCUEIL */

body.page-id-207 .vce-custom-content {
    /*display: none;*/
}

a.open_in_new_window {

}

/*  === ACP === */

.acp-main-nav li:last-child {
    display: none;
}

.acp-main-nav li li:last-child {
    display: block;
}

#acp-toggle-toolbar.toolbar-right,
#acp-toggle-toolbar.toolbar-left {
    top: auto !important;
    bottom: 10px !important;
    left: auto !important;
    right: 10px !important;
    /*right: auto !important;*/
    /*left: 10px !important;*/

    min-width: auto;
    font-family: 'Roboto';
    font-weight: 700;
}

#acp-toolbar.acp-toolbar-skin-4 {
    border-top: 10px solid #2245c5;
}

#acp-toolbar.acp-toolbar-skin-4 p,
#acp-toolbar.acp-toolbar-skin-4 button,
#acp-toolbar.acp-toolbar-skin-4 a {
    color: #404040;
}

#acp-toolbar.acp-toolbar-skin-4 button#acp-close-toolbar, #acp-close-toolbar .icon {
    min-width: 30px;
    color: #2245c5;
}

#acp-toolbar.acp-toolbar-skin-4 button#acp-close-toolbar, #acp-close-toolbar {
    background: #fff;
    right: 10px;
}

#acp-toolbar.acp-toolbar-skin-4 button#acp-close-toolbar:hover .icon,
#acp-toolbar.acp-toolbar-skin-4 button#acp-close-toolbar:active .icon,
#acp-toolbar.acp-toolbar-skin-4 button#acp-close-toolbar:focus .icon {
    text-decoration: underline;
    color: #404040;
}

#acp-toolbar.acp-toolbar-skin-4 p.acp-label {
    font-size: 1.8rem;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 5px 0 5px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.3;
    text-transform: none;
}

#acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav button {

    color: #2245c5;
    background: #fff;
    padding: 12px 20px;
    /* text-transform: uppercase; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2245c5;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

#acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav button:hover,
#acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav button:active,
#acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav button:focus {
    color: #fff;
    background: #2245c5;
    text-decoration: none;
}

#acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav button i.material-icons {
    color: #2245c5;

    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

#acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav button:hover i.material-icons,
#acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav button:active i.material-icons,
#acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav ul.ul-general a, #acp-toolbar.acp-toolbar-skin-4 ul.acp-main-nav button:focus i.material-icons {
    color: #fff;
}

#acp-toolbar.acp-toolbar-skin-4 p.toolbar-heading {
    text-transform: none;
    font-size: 2rem;
}

.vce-search-form .vce-search-input {
    max-width: 100%;
}

/* Form */

.form-errors {
    margin: 1rem 0;
    padding: 20px 20px 10px;
    background-color: #f7f7f7;
    border: solid 1px #DB3C11;
    border-left-width: 6px;
}

.form-errors h2:first-child,
.form-errors h3:first-child,
.form-errors h4:first-child,
.form-errors h5:first-child,
.form-errors p:first-child {
    margin-top: 0;
}

.form-errors a:hover,
.form-errors a:active,
.form-errors a:focus {
    background-color: #DB3C11;
    color: white;
    text-decoration: none;
}

textarea.error,
label .error {
    padding: 0;
    background-color: transparent;
    color: #DB3C11;
    font-weight: bold;
}

input[type=tel].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid,
textarea.error {
    border-color: #DB3C11;
}

textarea.error {
    margin-bottom: 30px;
}

.wpcf7-validation-errors {
    display: none !important;
}

/* Content list*/

#content .widget_subpages ul li::before {
    content: '';
}

#content .widget_subpages ul li {
    padding: 0;
}

#content .widget_subpages ul li a {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
}

#content .widget_subpages ul li a:hover,
#content .widget_subpages ul li a:focus,
#content .widget_subpages ul li a:active {
    color: #fff;
    background-color: #2245c5;
}

#content ul#vce_404_menu li::before {
    content: '';
}

#content .vce-share-bar ul.vce-share-items li::before {
    content: '';
}

/* Sidebar */

.widget_subpages_current_page {

}

.widget_subpages_current_page a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
    background: #2245c5;
}

/* Zoom adjustment */

.vce-responsive-nav {
    font-size: 1.875rem !important;
}

.main-box {
    line-height: 1.5;
}

.entry-content p {
    line-height: 1.5;
}

.vce-share-items li a {
    font-size: 2rem;
}

/* header */

[class*="fontsize-"] body h1.entry-title{
    line-height: 1.3;
}

@media only screen and (max-width: 670px) and (min-width: 200px) {
    body h1.entry-title {
        line-height: 1.3;
    }
}

[class*="fontsize-"] .header-main-area.header-3-wrapper .vce-res-nav {
    margin-left: 1em;
}

[class*="fontsize-"] .top-header {
    display: none;
}

[class*="fontsize-"] .container {
    max-width: 95%;
}

[class*="fontsize-"] .vce-res-nav {
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vce-responsive-nav {
    font-size: 2rem;
    line-height: 0.8125;
}

[class*="fontsize-"] .vce-responsive-nav {
    display: block;
    margin: 0.625em 0 0.6em;

}

[class*="fontsize-"] .header-3-wrapper {
    text-align: center;
    height: 100%!important;
}

[class*="fontsize-"] .header-3-wrapper {
    text-align: center;
}

[class*="fontsize-"] .header-2-wrapper .site-branding,
[class*="fontsize-"] .header-3-wrapper .site-branding {
    position: relative;
    float: none;
    top: 0!important;
    left: 50%!important;
    transform: translateX(-50%);
    text-align: center;
    max-width: initial;
    padding: 3px 0 7px;
}

@media only screen and (max-width: 1023px) {
    .header-2-wrapper .site-branding, [class*="fontsize-"] .header-3-wrapper .site-branding {
        left: initial!important;
        transform: translateX(0);
    }
}

[class*="fontsize-"] .main-header .header-2-wrapper .site-title,
[class*="fontsize-"] .main-header .header-2-wrapper .site-title a.has-logo,
[class*="fontsize-"] .main-header .header-3-wrapper .site-title,
[class*="fontsize-"] .main-header .header-3-wrapper .site-title a.has-logo {
    line-height: 1.5 !important;
    font-size: 1.625rem !important;
}

.header-2-wrapper .site-branding,
.header-3-wrapper .site-branding {
    width: 14em;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .header-3-wrapper .site-title,
.main-header .header-3-wrapper .site-title a {
    line-height: initial;
    font-size: initial;
}

.site-branding .site-title a {
    padding-bottom: 0.625em;
}

.header-2-wrapper .site-branding,
.header-3-wrapper .site-branding img {
    width: 100%!important;
    height: auto;
}

@media only screen and (max-width: 1023px) {
    .header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        float: right;
        width: 100%;
    }

    .header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        height: 100%;
    }
}

.sidr ul li a, .sidr ul li span {
    padding: 0 0.9375em;
    font-size: 1.4rem;
}

.sidr ul {
    margin: 0 0 0.9375em;
}

.sidr .sidr-inner {
    padding: 0 0 0.9375em;
}

.sidr {
    width: 16.25em;
    max-width: 80vw;
    height: 100%;
    font-size: 1.5rem;
}

.header-main-area.header-3-wrapper .vce-res-nav {
    z-index: 2;
}

@media only screen and (max-width: 425px) {
    .main-header .header-3-wrapper .site-title {
        transform: translateX(10%);
    }
}

/* footer accessibility */

[class*="fontsize-"] .site-info .container>div {
    display: block;
    width: 100%;
}

[class*="fontsize-"] .vce-wrap-center,
[class*="fontsize-"] .vce-wrap-left,
[class*="fontsize-"] .vce-wrap-right {
    text-align: center;
}

[class*="fontsize-"] .vce-wrap-right>div,
[class*="fontsize-"] .vce-wrap-right>ul {
    margin: 0.625em 0 0;
}

[class*="fontsize-"] .bottom-nav-menu a,
[class*="fontsize-"] .site-info p {
    line-height: 3.75em;
    font-size: 1rem;
}

[class*="fontsize-"] .site-info .vce-wrap-left a {
    font-size: 1rem;
}

[class*="fontsize-"] .bottom-nav-menu {
    display: flex!important;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 1em;
}

.bottom-nav-menu li {
    margin: 0 0.625em 0 0;
}

.footer_mail, .footer_phone {
    padding-left: 2.5em;
    line-height: 3.75em;
    background-size: 1.875em;
}

.footer_mail {
    padding-right: 2.5em;
}

[class*="fontsize-"] .footer_mail {
    border-right: none;
}

[class*="fontsize-"] .vce-wrap-right,
[class*="fontsize-"] .vce-wrap-right>div,
[class*="fontsize-"] .vce-wrap-right>ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    float: none;
}

/* body accessibility */

/*[class*="fontsize-"] button,
[class*="fontsize-"] body,
[class*="fontsize-"] input,
[class*="fontsize-"] select,
[class*="fontsize-"] textarea {
    font-size: 0.875rem;
    line-height: 1.5;
}*/

[class*="fontsize-"] body p {
    margin-bottom: 1.25em;
}

a.btn {
    padding: 0.75em 1.25em;
}

/* hero accessibility */

[class*="fontsize-"] .banner .banner-content .banner_zone .banner_title {
    padding: 1.25em 2% 0.625em;
    font-size: 2em;
}

.banner .banner-content .banner_zone:before {
    height: 0.3125em;
    width: 6.25em;
}

.banner .banner-content .banner_zone .banner_title {
    padding: 2.125em 9% 0.625em;
}

.banner .banner-content {
    padding: 8.75em 0;
}

/* news front page accessibility */

.vce-border-top .main-box-title {
    border-top-width: 0.625em;
}

.vce-border-top .main-box-title {
    border-top: 0.125em solid #2245c5;
}

[class*="fontsize-"] .comment-respond,
[class*="fontsize-"] .main-box, .sidebar .widget {
    margin-bottom: 0.625em;
}

[class*="fontsize-"] body .comment-reply-title,
[class*="fontsize-"] body .main-box-title {
    font-size: 1.125em;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 0;
    padding: 0.625em 0.625em 0.75em;
}

[class*="fontsize-"] .main-box-inside {
    padding: 0.625em 0.625em 0;
}

[class*="fontsize-"] .vce-loop-wrap {
    word-spacing: -0.0625em;
}

[class*="fontsize-"] .vce-sid-left .vce-lay-c,
[class*="fontsize-"] .vce-sid-left .vce-lay-c:nth-child(2n),
[class*="fontsize-"] .vce-sid-left .vce-lay-d,
[class*="fontsize-"] .vce-sid-left .vce-lay-d:nth-child(2n),
[class*="fontsize-"] .vce-sid-none .vce-lay-c,
[class*="fontsize-"] .vce-sid-none .vce-lay-c:nth-child(3n),
[class*="fontsize-"] .vce-sid-none .vce-lay-d,
[class*="fontsize-"] .vce-sid-none .vce-lay-d:nth-child(3n),
[class*="fontsize-"] .vce-sid-none .vce-lay-e:nth-child(7n),
[class*="fontsize-"] .vce-sid-right .vce-lay-c,
[class*="fontsize-"] .vce-sid-right .vce-lay-c:nth-child(2n),
[class*="fontsize-"] .vce-sid-right .vce-lay-d,
[class*="fontsize-"] .vce-sid-right .vce-lay-d:nth-child(2n) {
    margin: 0 0 0.625em !important;
}

[class*="fontsize-"] .vce-sid-none .vce-lay-b,
[class*="fontsize-"] .vce-sid-none .vce-lay-c,
[class*="fontsize-"] .vce-sid-none .vce-lay-f {
    width: 100%;
    height: 100% !important;
    margin: 0 0 1.25em;
    max-height: fit-content;
}

[class*="fontsize-"] .vce-lay-b img,
[class*="fontsize-"] .vce-lay-c,
[class*="fontsize-"] .vce-lay-c img,
[class*="fontsize-"] .vce-sid-left .vce-lay-b .meta-image,
[class*="fontsize-"] .vce-sid-right .vce-lay-b .meta-image {
    width: 100%;
    min-height: initial;
    min-width: initial;
    margin-right: 0;
    max-height: 10em;
}

[class*="fontsize-"] .vce-lay-b,
[class*="fontsize-"] .vce-lay-c {
    padding: 0 0 0.3125em;
    margin: 0 0 0.625em;
}

[class*="fontsize-"] .vce-lay-a .entry-content,
[class*="fontsize-"] .vce-lay-c .entry-content,
[class*="fontsize-"] .vce-lay-c .entry-title {
    padding: 0 0.625em;
    max-width: 100%;
    clear: both;
}

.vce-lay-c .vce-read-more {
    width: 6.25em;
    margin: 0.625em auto;
    font-size: 1.4rem;
}

.vce-lay-c .entry-content, .vce-lay-h .entry-content {
    padding: 0 1.875em;
    font-size: 1.4rem;
    line-height: 1.375em;
}

.vce-lay-a a.vce-read-more, a.vce-read-more, .vce-lay-c a.vce-read-more {
    margin: 0.625em;
    padding: 0.75em 1.25em;
}

.vce-lay-c .entry-header {
    padding: 0 1.25em;
}

.vce-lay-c .entry-header {
    margin-bottom: 0.625em;
}

/* page container (not front-page) */

.site-content {
    padding: 0.9375em 0 0;
}

[class*="fontsize-"] .vce-sid-none .vce-page .entry-content,
[class*="fontsize-"] .vce-sid-none .vce-page .entry-title-page,
[class*="fontsize-"] .error404 .entry-content {
    width: 95%;
    max-width: 95%;
}

[class*="fontsize-"] .sidebar,
[class*="fontsize-"] .vce-lay-b,
[class*="fontsize-"] .vce-main-content,
[class*="fontsize-"] .vce-sid-left .vce-slider-pagination .vce-lay-e,
[class*="fontsize-"] .vce-sid-none .vce-lay-b,
[class*="fontsize-"] .vce-sid-right .vce-slider-pagination .vce-lay-e {
    width: 100%;
}

[class*="fontsize-"] .comment-respond,
[class*="fontsize-"] .main-box,
[class*="fontsize-"] .sidebar .widget {
    margin-bottom: 0.625em;
}

[class*="fontsize-"] .vce-main-content {
    padding: 0 0 0.625em!important;
}

.vce-sid-none .vce-main-content {
    padding: 0.9375em 0 0;
}

#disqus_thread, .comment-respond, .main-box {
    margin-bottom: 1.875em;
}

.error404 .entry-content, .vce-page .entry-content, .vce-single .entry-content, .vce-single .entry-footer, .vce-single .entry-headline {
    margin: 1.875em auto;
}

/* heading */

[class*="fontsize-"] .error404 .entry-content,
[class*="fontsize-"] .vce-page .entry-content,
[class*="fontsize-"] .vce-page .entry-title-page,
[class*="fontsize-"] .vce-sid-none .vce-page .entry-content,
[class*="fontsize-"] .vce-sid-none .vce-page .entry-title-page,
[class*="fontsize-"] .vce-sid-none .vce-single .entry-content,
[class*="fontsize-"] .vce-sid-none .vce-single .entry-footer,
[class*="fontsize-"] .vce-sid-none .vce-single .entry-headline,
[class*="fontsize-"] .vce-single .entry-content,
[class*="fontsize-"] .vce-single .entry-footer,
[class*="fontsize-"] .vce-single .entry-headline {
    width: 100%!important;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin: 1.25em auto;
}

@media only screen and (min-width: 200px) and (max-width: 670px) {
    [class*="fontsize-"] body h1.entry-title {
        font-size: 1.5rem;
        line-height: 1.875em;
        padding: 0 1.25em;
    }
}

.vce-sid-none .vce-lay-c .entry-title, body .vce-lay-c .entry-title {
    line-height: 1.625em;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.625em;
}

/* paragraph */

p {
    margin-bottom: 1.875em;
}

/* list */

ol, ul {
    margin: 0 0 1.875em 1.875em;
}

#content ul li::before {
    left: -1.5625em;
}

/* btn */

#vce-pagination .next.page-numbers,
#vce-pagination .page-numbers,
#vce-pagination .page-numbers.current,
#vce-pagination .prev.page-numbers,
#vce-pagination a,
.bbp-pagination-links a,
.bbp-pagination-links span.current,
.mks_author_link,
.mks_themeforest_widget .more,
.pagination-wapper a,
.sidebar .bbp_widget_login .button,
.vce-404-menu a,
.vce-button, .vce-link-pages a,
.vce-load-more a,
.vce-mega-menu-posts-wrap .owl-nav>div,
.vce-slider-pagination .owl-nav>div,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
button:not(.ekloweb-ally-popup-option-btn, .ekloweb-ally-tools-btn),
input[type=button],
input[type=reset],
input[type=submit] {
    border-radius: 0.25em;
    font-size: 1.6rem;
    line-height: 1.375em;
    padding: 0.3125em 0.625em;
    min-width: 5.625em;
}

/* breadcrumb */

.breadcrumb .main-box {
    padding: 0.625em 1.5625em;
}

.breadcrumb .main-box .breadcrumb-prefix {
    padding-right: 0.625em;
}

[class*="fontsize-"] .breadcrumb {
    font-size: 1rem;
}

/* sidebar */

.sidebar, .vce-sid-left .sidebar {
    padding-top: 0.9375em;
}

.sidebar {
    width: 18.75em;
}

[class*="fontsize-"] .sidebar {
    margin: 0 auto 1.25em;
    float: none!important;
    display: block;
    clear: both;
    padding-top: 0!important;
    max-width: 95%;
}

.sidebar .widget-title {
    line-height: 1.375em;
}

.sidebar .widget-title {
    line-height: 1.56;
    padding: 0.75em;
}

/* audio player */

.entry-content .wp-audio-shortcode {
    margin-bottom: 1.875em;
}

.mejs-controls {
    padding: 0 0.625em;
}

.wp-audio-shortcode {
    min-height: 6.25em;
}

.mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    height: 6.25em!important;
}

.mejs-button, .mejs-time, .mejs-time-rail {
    font-size: 0.625rem;
    height: 2.5em;
    line-height: 0.625em;
    width: 2em;
}

.mejs-button>button {
    height: 1.25em;
    margin: 0.625em 0.375em;
    width: 1.25em;
}

.mejs-time {
    font-size: 0.6875rem;
    height: 1.5em;
    padding: 1em 0.375em 0;
}

.mejs-time-rail {
    height: 2.5em;
    margin: 0 0.625em;
    padding-top: 0.625em;
}

/* form */

.gform_legacy_markup_wrapper {
    margin-bottom: 1em!important;
    margin-top: 1em!important;
}

@media only screen and (min-width: 641px) {
    .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 1em!important;
    }
}

body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 1em!important;
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
    font-size: 1.6rem!important;
}

.gform_wrapper ul.top_label div.ginput_container,
.gform_wrapper.gf_browser_chrome ul.top_label div.ginput_container {
    margin-bottom: 1.875em!important;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1.6rem!important;
}

[class*="fontsize-"] .gform_legacy_markup_wrapper input.large,
[class*="fontsize-"] .gform_legacy_markup_wrapper input.medium,
[class*="fontsize-"] .gform_legacy_markup_wrapper input.small,
[class*="fontsize-"] .gform_legacy_markup_wrapper select.large,
[class*="fontsize-"] .gform_legacy_markup_wrapper select.medium,
[class*="fontsize-"] .gform_legacy_markup_wrapper select.small {
    width: 100%!important;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0.3125em 0.25em;
}

#comment, input[type=tel], input[type=number], input[type=date], input[type=text], input[type=email], input[type=url], input[type=password], select, textarea {
    height: 2.625em!important;
}

/* search */

.search #post-0 .vce-search-form .vce-search-input,
.vce-search-form .vce-search-input, .vce-search-form .vce-search-input:focus {
    width: 12.5em;
}

#post-0 .vce-search-form .vce-search-input,
#post-0 .vce-search-form .vce-search-input:focus {
    width: 40em;
}

#comment, input[type=tel], input[type=number], input[type=date], input[type=text]:not(.sidr-class-search-input), input[type=email], input[type=url], input[type=password], select, textarea {
    height: 2.625em;
    padding: 0 1.25em 0 0.625em;
}

.sidr-class-search-input {
    font-size: 1.4rem;
}

.vce-search-submit {
    height: 2.625em;

}

/* eklo accessibility box */

.ekloweb-ally-popup-content {
    border: 2px solid  #000;
}

/* contrast-element extra rule */

.contrast-element #vce-main *:focus {
    outline: 2px solid #000 !important;
    outline-offset: -2px !important;
}

.contrast-element.inverse-element #vce-main *:focus {
    outline-color: #fff!important;
}

.contrast-element .main-navigation li a:before {
    background: #f9f9f9;
}

.contrast-element.inverse-element .main-navigation li a:before {
    background: #333333;
}

/* inverse-element manual */

.inverse-element:not(.contrast-element) #vce-main * {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #2245c5!important;
    fill: #fff !important;
}

.inverse-element:not(.contrast-element) #vce-main *:is(a, .button) {
    color: yellow !important;
}

.inverse-element:not(.contrast-element) #vce-main *:focus {
    outline: 2px solid yellow !important;
    outline-offset: -2px !important;
}

.inverse-element:not(.contrast-element) #vce-main *:is(.btn, .vce-read-more, .vce-button, .button) {
    border: 1px solid yellow!important;
}

.inverse-element:not(.contrast-element) #vce-main *:is(.btn, .vce-read-more, .vce-button, .button):hover,
.inverse-element:not(.contrast-element) #vce-main *:is(.btn, .vce-read-more, .vce-button, .button).btn:active,
.inverse-element:not(.contrast-element) #vce-main *:is(.btn, .vce-read-more, .vce-button, .button).btn:focus,
.inverse-element:not(.contrast-element) #vce-main *:is(.sidebar, .top-nav-menu) a:hover,
.inverse-element:not(.contrast-element) #vce-main *:is(.sidebar, .top-nav-menu) a:active,
.inverse-element:not(.contrast-element) #vce-main *:is(.sidebar, .top-nav-menu) a:focus{
    background-color: #0A2278!important;
}

.ekloweb-ally-tools-btn {
    min-width: auto;
}